/*==================================================

	Project: Construction Theme
	Version: 2.0
	Last change: 06/08/16
	Author : 2GoodTheme

/**
* Table of Contents :
* 1.0 - IMPORT CSS
* 2.0 - Header Wrap Style
* 3.0 - Logo Wrap Style
* 4.0 - Navigation Wrap Style
* 5.0 - Side Menu Wrap Style
* 6.0 - Get a Qoute Wrap Style
* 7.0 - Side Menu Wrap Style
* 8.0 - Cart Item Wrap Style
* 9.0 - Banner Wrap Style
* 10.0 - Heading Wrap Style
* 11.0 - What We Do List Wrap Style
* 12.0 - What We Offer Wrap Style
* 13.0 - Number Counter Wrap Style
* 14.0 - What We Offer 2 Wrap Style
* 15.0 - Our Mega Project Wrap Style 
* 16.0 - See more & Buy Wrap Style
* 17.0 - Our Best Team Wrap Start
* 18.0 - Our Best Team 2 Wrap Start
* 19.0 - Our Working Process Wrap Start
* 20.0 - Our Latest Blog Wrap Start
* 21.0 - Product List Wrap Start
* 22.0 - What Our Customer Says Wrap Start
* 23.0 - Our Clients Wrap Start
* 24.0 - Sub Banner Wrap Start
* 25.0 - About Us Video Wrap Css Start
* 26.0 - Our Services Wrap Css Start
* 27.0 - Company History Wrap Start
* 28.0 - Professional Team Wrap Start
* 29.0 - Testmonial Wrap Start Wrap Css Start
* 30.0 - Core Value Wrap Start Wrap Css Start
* 31.0 - Blog Page Wrap Css Start
* 32.0 - Pagination Wrap Css Start
* 33.0 - Blog Detail Wrap Css Start
* 34.0 - Author Comment Wrap Start
* 35.0 - Blog Grid Wrap Css Start
* 36.0 - Project Wrap Style
* 37.0 - Project 02 Wrap Style
* 38.0 - Project Detail Page Style
* 39.0 - Services 02 Page Style
* 40.0 - Services Detail Page Style
* 41.0 - Header 02 Wrap Style
* 42.0 - Header 02 Logo Wrap Style
* 43.0 - Header 02 Navigation Wrap Style
* 44.0 - Header 02 Search Wrap Style
* 45.0 - 404 Page Style
* 46.0 - Contact Us Wrap Style
* 47.0 - Comming Soon Wrap Style
* 48.0 - Team Detail Page Style
* 49.0 - Shop Detail Page Style

[Color codes]

Background:	#ffffff (white)
Content:	#999999 (light black)
Header h1:	#333 (dark black)
Header h2:	#333 (dark black)
Footer:		#919191 (dark black)

a (standard):	#333 (dark black)
a (visited):	#333 (blue)
a (active):	#ffc400 (yellow)

[Typography]
  
Body copy:		14px/ 'Droid Sans', sans-serif;
Headers:		'Montserrat', sans-serif;
Input, textarea:	'Droid Sans', sans-serif;
Sidebar heading:	'Droid Sans', sans-serif;


/*-------------------------------------------------------------------*/

/*
	  ==============================================================
		   IMPORT CSS
	  ==============================================================
*/
	@import url('css/svg-style.css');
	@import url('css/jquery.mCustomScrollbar.min.css');
/*
	  ==============================================================
		   IMPORT CSS
	  ==============================================================
*/
/*fonts*/
@font-face {
    font-family: 'RevolutionGothicBold';
    src: url('../fonts/revolutiongothic_bold.ttf');
    font-weight: normal;
}
@font-face {
    font-family: 'RevolutionGothicRegular';
    src: url('../fonts/RevolutionGothic_Regular.otf');
    font-weight: normal;
}

header,
.gt_content_wrap,
section,
footer{
	/*margin-top: 20px;*/
	float:left;
	width:100%;
	position:relative;	
}
footer
{
	margin-top: 20px;
}
.gt_wrapper{
	overflow:hidden;	
}
section{
	padding:70px 0px;	
}
.no_padding{
	padding:0px;	
}
.margin_bottom{
	margin:0px 0px 30px;	
}
/*
	  ==============================================================
		   Header Wrap Style
	  ==============================================================
*/
.gt_top_bar_wrap{
	/*background-color:#3b3b3c;*/
	/*min-height:76px;*/	
	min-height:45px;	
}
/*
	  ==============================================================
		   Logo Wrap Style
	  ==============================================================
*/
.gt_logo_wrap{
	padding: 0!important;
	float:left;
	width:18%;
	/*border-right:1px solid #5e5e5e;*/
	position:relative;
	/*padding:21px 18px;*/
	/* margin:0px 30px 0px 20px; */
	margin-left: 20px;
	margin-bottom: 15px;
}
.gt_slogan_wrap {
    float: left;
    width: 15%;
    /* border-right: 1px solid #5e5e5e; */
    position: relative;
    padding: 0;
    text-align: left;
    margin: 20px 0px 0px -40px;
}
.header_social_container {
    overflow: hidden;
    padding: 10px 0;
}
.gt_hdr3_scl_icon {
    float: right;
    width: auto;
    position: relative;
    margin:12px 30px 0px 15px;
}
.categories_container {
    padding: 0;
}
.catgeory_container {
    padding: 0;
    height: 250px;
    overflow: hidden;

}
.catgeory_container:hover .full_screen_opac
{
	background: none;
}
.our_products:hover img,.catgeory_container:hover img,.banner_container:hover img ,.magazine_small_container:hover img{
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.catgeory_container:hover .catgeory_container:before
{
	background: rgba(0,0,0,0);
}
.catgeory_container h3 {
    position: absolute;
    bottom: 10px;
    color: #fff;
    /* margin: 0 auto; */
    width: 100%;
    font-size: 21px;
    text-align: center;
}
/* .catgeory_container:before {
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.278);
    font-size: 0;
    content: "/";
    position: absolute;
} */
.banner_container,.our_products
{
	height: 100%;
	overflow: hidden;
}
.banner_container img
{
	height:750px!important;
}
.our_products img
{
    display: block;
    width: 100%;
    height: auto;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;	
}
.full_screen_opac img
{
	  -moz-transition: all 0.5s;
	  -webkit-transition: all 0.5s;
	  transition: all 0.5s;	
}
.banner_container img,.catgeory_container img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
	  -moz-transition: all 0.5s;
	  -webkit-transition: all 0.5s;
	  transition: all 0.5s;
}
.gt_hdr3_scl_icon ul {
    float: left;
    width: 100%;
    margin-left: 10px;
    text-align: center;
}
.gt_hdr3_scl_icon ul li {
	color: #5F5E59;
    display: inline-block;
    position: relative;
    margin-left: 14px;
}
.gt_hdr3_scl_icon ul li a {
	border-radius: 50%;
	display: block;
    width: 37px;
    height: 37px;
    font-size: 17px;
    line-height: 37px;
    color: #fff;
-webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.gt_hdr3_scl_icon ul li a:hover
{
	transform: rotateX(360deg);
}
.gt_logo_wrap a{
	display:block;	
}
.gt_logo_wrap a img{
	width:auto;
	height:auto;	
	max-height: 70px;
}
/*
	  ==============================================================
		   Navigation Wrap Style
	  ==============================================================
*/
.dl-menuwrapper{
	display:none;	
}
.gt_sticky{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	z-index:100;	
}
.gt_navigation_wrap{
	float:left;
	width:49%;
	position:relative;	
	/*border-bottom: 1px solid #dcdcdc;*/
}
.gt_navigation_wrap ul{
	float:left;
	width:100%;	
}
.gt_navigation_wrap ul li{
	display:inline-block;
	position:relative;	
}
/*.gt_navigation_wrap ul li:before{
	content:"";
	position:absolute;
	bottom:0px;
	left:0px;
	width:0px;
	height:2px;	
}*/
.gt_navigation_wrap ul li a{
	display:block;
	color:#464542;
	padding:12px 14px 12px;
	font-size: 21px;
	font-family: 'RevolutionGothicBold',sans-serif;
	text-transform:capitalize;	
}
.gt_navigation_wrap ul li.active a
{
	background: #464542;
	color: #fff;
}
.gt_navigation_wrap ul li.active:before,
.gt_navigation_wrap ul li:hover:before,
.gt_navigation_wrap ul li:focus:before{
	width:100%;	
}
/*2nd ul*/
.gt_navigation_wrap ul ul{
	position:absolute;
	top:100%;
	left:0px;
	width:250px;
	background-color:rgba(51,51,51,0.75);
	z-index:10;
	visibility:hidden;
	margin:20px 0px 0px;	
}
.gt_navigation_wrap ul ul li{
	width:100%;	
}
.gt_navigation_wrap ul ul li a{
	padding:16px 20px;	
}
/*3rd ul*/
.gt_navigation_wrap ul ul ul{
	left:100%;
	top:0px;
	margin:0px 0px 0px 20px;	
}
/*Hover Css*/
.gt_navigation_wrap ul > li:hover > ul{
	opacity:1;
	visibility:visible;
	margin:0px;	
}
.gt_navigation_wrap ul ul > li:hover > ul{
	margin:0px;	
}
/*
	  ==============================================================
		   Side Menu Wrap Style
	  ==============================================================
*/
.hidden-bar{
	position: fixed;
	top: 70px;
	right:-350px;
	width: 300px;
	height: 100%;
	background: #3b3b3c;
	z-index: 9999;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}
.theme-brown .hidden-bar{
	background:#a8724e;	
}
.theme-green .hidden-bar{
	background:#73a702;	
}
.hidden-bar .mCSB_inside > .mCSB_container{
	margin-right:0px;	
}

.hidden-bar.right-align.visible-sidebar{
	right:0px;	
}
.hidden-bar .hidden-bar-closer {
	width: 26px;
	height: 26px;
	position: absolute;
	top: 2px;
	left:2px;
	background: none;
	color: #fff;
	border-radius: 0;
	text-align: center;
	line-height: 24px;
	border:1px solid #ffffff;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	z-index: 999999;
}
.hidden-bar .hidden-bar-closer:hover {
	background: #fff;
}
.hidden-bar .hidden-bar-closer:hover .btn {
	color: #333333;
}
.hidden-bar .hidden-bar-closer .btn {
	position:relative;
	top:-1px;
	background-color: transparent;
	border: none;
	outline: none;
	font-size: 10px;
	padding:0px;
}
.hidden-bar .gt_side_social_icons {
	text-align: center;
	margin:50px 0px 130px;
}
.hidden-bar .gt_side_social_icons ul {
	font-size: 0;
	margin-left: -5px;
	margin-right: -5px;
}
.hidden-bar .gt_side_social_icons ul li {
	display: inline-block;
	padding: 0 5px;
}
.hidden-bar .gt_side_social_icons ul li a {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	color:#535353;
	border:1px solid #535353;
	border-radius: 100%;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.theme-brown .hidden-bar .gt_side_social_icons ul li a {
	color:#a8724e;	
}
.theme-green .hidden-bar .gt_side_social_icons ul li a {
	color:#73a702;	
}
.hidden-bar .gt_side_social_icons ul li a:hover {
	color: #fff;  
}
.hidden-bar-wrapper {
	height: 100%;
}
.hidden-bar .logo {
	padding: 80px 0 60px;
}
.theme-brown .hidden-bar .logo {
	background: #a8724e;
}
.theme-green .hidden-bar .logo {
	background: #73a702;
}
.hidden-bar .logo img{
	display:inline-block;
	max-width:100%;	
}
.hidden-bar .side-menu {
	background-color: transparent;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size:12px;
	letter-spacing:1px;
}
.hidden-bar .side-menu ul li ul a {
	background: transparent;
	text-transform:uppercase;
}
.hidden-bar .side-menu ul li ul li ul li a {
	background: transparent;
	text-transform:capitalize;
}
.hidden-bar .side-menu a.current {
	color: #fff;
}
.hidden-bar .side-menu li.current > a {
	color: #fff;
}
.hidden-bar .side-menu ul li a {
	color: #8b8b8b;
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 1px solid #4a4a4e;
	padding: 16px 15px 16px 20px;
	position: relative;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.hidden-bar .side-menu ul li a:hover {
	background: transparent;
	color: #fff;
}
.hidden-bar .side-menu ul li a .btn.expander {
	background: none;
	color: #ffffff;
	border: 1px solid rgba(255,255,255,0.80);
	padding: 3px 7px;
	font-size: 14px;
	border-radius: 0px;
	position: absolute;
	top: 11px;
	right: 20px;
	outline: none;
}
/*
	  ==============================================================
		   Get a Qoute Wrap Style
	  ==============================================================
*/
.gt_qoute_wrap{
	float:right;
	width:14%;
	text-align:center;
}
.gt_qoute_wrap a{
	display:inline-block;
	color:#3b3b3c;
	padding:29px 10px 28px;
	text-transform:uppercase;	
}
.gt_qoute_wrap:hover{
	background-color:#3b3b3c;	
}
/*
	  ==============================================================
		   Side Menu Wrap Style
	  ==============================================================
*/
.gt_side_menu_wrap{
	float:right;
	width:5%;	
	border-left:1px solid #5e5e5e;
	text-align:center;
}
.gt_side_menu_wrap span{
	display:inline-block;
	color:#fff;	
	padding:23px 0 23px;
	cursor:pointer;
	font-size:22px;
}
/*
	  ==============================================================
		   Cart Item Wrap Style
	  ==============================================================
*/
.gt_cart_item_wrap{
	float:right;
	width:5%;
	border-left:1px solid #5e5e5e;
	text-align:center;	
}
.gt_cart_item_wrap a{
	display:inline-block;
	color:#fff;	
	padding:23px 0 23px;
	cursor:pointer;
	font-size:22px;
}

/*
	  ==============================================================
		   Banner Wrap Style
	  ==============================================================
*/
.gt_banner_wrap{
	position:relative;
	float:left;
	width:100%;
	/*padding-top: 20px;*/
}
.gt_banner_wrap ul{
	float:left;
	width:100%;	
}
.gt_banner_wrap ul li{
	float:left;
	width:100%;
	position:relative;	
}
ul.gt_blog_meta li
{
	width: auto;
}
/*.gt_banner_wrap ul li:before{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.6);	
}*/
.gt_banner_content{
	position:absolute;
	top:50%;
	left:50%;
	width:490px;
	margin:-130px 0 0 -560px;	
}
.gt_banner_content.gt_header_02_cap{
	margin:-80px 0 0 -560px;	
}
.gt_banner_content h3,
.gt_banner_content h2{
	color:#fff;
	font-weight:500;
	text-transform:uppercase;	
}
.gt_banner_content h3{
	font-size:30px;	
}
.gt_banner_content h2{
	line-height:40px;
	margin:0px 0px 8px;
	font-size:40px;	
}
.gt_banner_content h1{
	color:#fff;
	line-height:50px;
	margin:0px 0px 10px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:70px;
}
.gt_banner_content p{
	color:#fff;
	margin:0px 0px 20px;	
}
.gt_banner_content > a{
	border-color:#fff;
	color:#fff;	
}
/*Banner Center*/
.gt_banner_content2.gt_banner_center{
	width:100%;
	text-align:center;
	margin:-100px 0 0;
	top:50%;
	left:0px;	
}
.gt_banner_content2.gt_banner_center h1{
	font-weight:bold;
	font-size:60px;
	margin:0 0 8px;	
}
/*Content 2 Css*/
.gt_banner_content2{
	position:absolute;
	top:42%;
	left:50%;
	width:625px;
	margin:-130px 0 0 -560px;	
}
.gt_banner_content2 h4,
.gt_banner_content2 h2,
.gt_banner_content2 h1{
	color:#fff;
	text-transform:uppercase;
	font-weight:300;	
}
.gt_banner_content2 h4{
	font-size:26px;
	margin:0 0 10px;	
}
.gt_banner_content2 h2{
	font-size:50px;
	line-height:40px;
	margin:0px 0px 10px;	
}
.gt_banner_content2 h1{
	font-size:70px;
	line-height:60px;
	margin:0px 0px 15px;
	font-weight:bold;	
}
.gt_banner_content2 p{
	color:#fff;	
}
.gt_banner_content2 > a{
	color:#fff;
	border-color:#fff;	
}
/*Content 3 Css*/
.gt_banner_content3{
	position:absolute;
	top:42%;
	right:50%;
	width:500px;
	margin:-130px -510px 0 0;	
}
.gt_banner_caption_grp{
	float:left;
	width:100%;
	position:relative;
	border-left:2px solid #fff;	
	padding:0px 0px 0px 15px;
	margin:0px 0px 15px;
}
.gt_banner_caption_grp h4{
	font-size:40px;
	color:#fff;
	text-transform:uppercase;
	line-height:28px;
	margin:0px 0px 8px;	
}
.gt_banner_caption_grp h3{
	font-size:50px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	margin:0px 0px 5px;	
}
.gt_banner_caption_grp h5{
	font-size:45px;
	color:#fff;
	text-transform:uppercase;
	line-height:38px;	
}
.gt_banner_content3 p{
	color:#fff;	
}
.gt_banner_content3 > a{
	display:inline-block;
	text-transform:uppercase;
	border:2px solid #fff;
	color:#fff;
	padding:10px 0px;
	text-align:center;
	min-width:150px;
	margin:0px 5px 0px 0px;	
}
/*Banner Css*/
.gt_banner_wrap .bx-wrapper .bx-pager{
	display:none;	
}
.gt_banner_wrap .bx-wrapper .bx-controls-direction a{
	text-indent:0px;
	font-size:0px;	
}
.gt_banner_wrap .bx-wrapper .bx-controls-direction a:hover{
	background-color:#333;
}
.gt_banner_wrap .bx-wrapper .bx-controls-direction a.bx-prev:before,
.gt_banner_wrap .bx-wrapper .bx-controls-direction a.bx-next:before{
	content:"\f104";
	font-family:fontawesome;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	text-align:center;
	font-size:16px;
	color:#fff;	
	line-height:32px;
	font-weight:bold;
}
.gt_banner_wrap .bx-wrapper .bx-controls-direction a.bx-next:before{
	content:"\f105";	
}
/*
	  ==============================================================
		   Home 2 Banner Wrap Style
	  ==============================================================
*/
.gt_banner2_content{
	position:absolute;
	top:50%;
	left:50%;
	width:490px;
	margin:-80px 0 0 -560px;	
}
.gt_banner2_content.gt_header_02_cap{
	margin:-80px 0 0 -560px;	
}
.gt_banner2_content h3,
.gt_banner2_content h2{
	color:#fff;
	font-weight:500;
	text-transform:uppercase;	
}
.gt_banner2_content h3{
	font-size:30px;	
}
.gt_banner2_content h2{
	line-height:40px;
	margin:0px 0px 8px;
	font-size:40px;	
}
.gt_banner2_content h1{
	color:#fff;
	line-height:50px;
	margin:0px 0px 10px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:70px;
}
.gt_banner2_content p{
	color:#fff;
	margin:0px 0px 20px;	
}
.gt_banner2_content > a{
	border-color:#fff;
	color:#fff;	
}
/*Banner Center*/
.gt_banner_content2.gt_banner2_center{
	width:100%;
	text-align:center;
	margin:-45px 0 0;
	top:50%;
	left:0px;	
}
.gt_banner_content2.gt_banner2_center h1{
	font-weight:bold;
	font-size:60px;
	margin:0 0 8px;	
}
/*Content 2 Css*/
.gt_banner2_content2{
	position:absolute;
	top:42%;
	left:50%;
	width:625px;
	margin:-45px 0 0 -560px;	
}
.gt_banner2_content2 h4,
.gt_banner2_content2 h2,
.gt_banner2_content2 h1{
	color:#fff;
	text-transform:uppercase;
	font-weight:300;	
}
.gt_banner2_content2 h4{
	font-size:26px;
	margin:0 0 10px;	
}
.gt_banner2_content2 h2{
	font-size:50px;
	line-height:40px;
	margin:0px 0px 10px;	
}
.gt_banner2_content2 h1{
	font-size:70px;
	line-height:60px;
	margin:0px 0px 15px;
	font-weight:bold;	
}
.gt_banner2_content2 p{
	color:#fff;	
}
.gt_banner2_content2 > a{
	color:#fff;
	border-color:#fff;	
}
/*Content 3 Css*/
.gt_banner_content3{
	position:absolute;
	top:42%;
	right:50%;
	width:500px;
	margin:-50px -510px 0 0;	
}
.gt_banner_caption_grp{
	float:left;
	width:100%;
	position:relative;
	border-left:2px solid #fff;	
	padding:0px 0px 0px 15px;
	margin:0px 0px 15px;
}
.gt_banner_caption_grp h4{
	font-size:40px;
	color:#fff;
	text-transform:uppercase;
	line-height:28px;
	margin:0px 0px 8px;	
}
.gt_banner_caption_grp h3{
	font-size:50px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	margin:0px 0px 5px;	
}
.gt_banner_caption_grp h5{
	font-size:45px;
	color:#fff;
	text-transform:uppercase;
	line-height:38px;	
}
.gt_banner_content3 p{
	color:#fff;	
}
.gt_banner_content3 > a{
	display:inline-block;
	text-transform:uppercase;
	border:2px solid #fff;
	color:#fff;
	padding:10px 0px;
	text-align:center;
	min-width:150px;
	margin:0px 5px 0px 0px;	
}
/*
	  ==============================================================
		   Heading Wrap Style
	  ==============================================================
*/
.gt_heading_wrap{
	float:left;
	width:100%;
	position:relative;
	text-align:center;
	margin:47px 0 25px;
}
.gt_heading_wrap h4{
	text-transform:uppercase;
	font-weight:bold;
	margin:0px 0px 10px;
	font-size:26px;
}
.gt_heading_wrap > span{
	position:relative;
	z-index:10;
	color:#333333;
	display:block;	
}
.gt_heading_wrap > span i{
	padding:0px 10px;
	position:relative;
	display:inline-block;
	top:-3px;
	font-size:28px;	
}
.gt_heading_wrap > span:before{
	content:"";
	position:absolute;
	top:10px;
	left:-115px;
	right:0px;
	margin:auto;
	width:75px;
	height:1px;
	background-color:#333333;
	z-index:10;	
}
.gt_heading_wrap > span:after{
	content:"";
	position:absolute;
	top:10px;
	left:0px;
	right:-117px;
	margin:auto;
	width:75px;
	height:1px;
	background-color:#333333;
	z-index:10;	
}
.gt_heading_wrap p  > span{
	display:block;	
}
/*White Color*/
.gt_heading_wrap.gt_white_hdg h4,
.gt_heading_wrap.gt_white_hdg > span{
	color:#fff;	
}
.gt_heading_wrap.gt_white_hdg > span:before,
.gt_heading_wrap.gt_white_hdg > span:after{
	background-color:#fff;	
}
/*Heading Style 2*/
.gt_heading_2{
	float:left;
	width:100%;
	position:relative;	
}
.gt_heading_2 h4{
	text-transform:uppercase;
	margin:0px 0px 15px;
	position:relative;
	padding:0px 0px 0px 20px;
	font-weight:600;
	font-size:26px;	
}
.gt_heading_2 h4:before{
	content:"";
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	height:70%;
	margin:auto;
	width:4px;
	background-color:#333;	
}
.gt_heading_2 h4:after{
	content:"";
	position:absolute;
	top:0px;
	left:1px;
	bottom:0px;
	margin:auto;
	width:7px;
	height:7px;
	background-color:#333;	
}
/*
	  ==============================================================
		   What We Do List Wrap Style
	  ==============================================================
*/
.gt_what_we_do_outer_wrap{
	float:left;
	width:100%;
	position:relative;	
}
.gt_what_we_do_outer_wrap:before {
    content: "";
	position: absolute;
	background-color:#ababab;
    height: 1px;
    left: -2000%;
    right: -2000%;
    top: 52%;
    z-index: -1;
}
.gt_what_we_do_outer_wrap{
	margin:0px 0px 35px;	
}
.gt_what_we_do_wrap{
	float:left;
	width:100%;
	position:relative;
	background-color:#333333;
	text-align:center;
	padding:25px 0px;
	border-left:1px solid #fff;		
}
.gt_what_we_do_wrap i{
	color:#fff;
	margin:0px 0px 15px;
	font-size:40px;
	display:block;
}
.gt_what_we_do_wrap h6 > a{
	color:#fff;
	display:block;
	text-transform:uppercase;
}
.gt_what_we_do_wrap:hover i,
.gt_what_we_do_wrap:hover h6 > a{
	color:#333;	
}
.gt_link_outer_wrap{
	width:100%;
	position:relative;
	text-align:center;
	float:left;	
}
/*Owl Carousel CSS*/
.gt_what_we_do_outer_wrap .owl-nav div{
	width:36px;
	height:36px;
	background-color:#666666;
	color:#fff;
	line-height:36px;
	position:absolute;
	top:38%;
	text-align:center;
	font-weight:bold;
	font-size:16px;
}
.gt_what_we_do_outer_wrap .owl-nav div.owl-prev{
	left:-22px;	
}
.gt_what_we_do_outer_wrap .owl-nav div.owl-next{
	right:-22px;	
}
/*
	  ==============================================================
		   What We Offer Wrap Style
	  ==============================================================
*/
.gt_what_we_offer_bg{
	background-color:#f5f5f5;
	padding-bottom:40px;	
}
.gt_we_offer_outer_wrap{
	float:left;
	width:100%;
	position:relative;
	border-bottom:1px solid #ababab;
	overflow:hidden;
	margin:0px 0px 30px;
}	
.gt_we_offer_outer_wrap figure img{

	width:100%;
	height:auto;	
}
.gt_we_offer_hover{
	position:absolute;
	top:50%;
	width:100%;
	text-align:center;
	transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	z-index:20;	
	margin:-10px 0px 0px;
}
.gt_we_offer_hover a{
	display:inline-block;
	color:#fff;
	font-size:30px;
	margin:0px 20px 0px 0px;	
}
.gt_we_offer_title_wrap{
	float:left;
	width:100%;
	background-color:#fff;
	position:relative;
	padding:35px 0px;
	text-align:center;	
}
.gt_we_offer_title_wrap h6 > a{
	display:block;
	font-weight:600;
	text-transform:uppercase;
	color:#000000;	
}
.gt_we_offer_hover_des{
	position:absolute;
	bottom:-20px;
	left:0px;
	width:100%;
	border-top:2px solid;
	border-bottom:3px solid;
	background-color:#333333;
	text-align:center;
	padding:20px 0 20px;
	opacity:0;	
}
.gt_we_offer_hover_des > span{
	display:inline-block;	
}
.gt_we_offer_hover_des h6 > a{
	display:block;
	font-weight:600;
	text-transform:uppercase;
	margin:0px 0px 10px;	
}
.gt_we_offer_hover_des > a{
	display:inline-block;
	color:#8f8f8f;
	text-transform:uppercase;	
}
.gt_we_offer_hover_des span > a{
	display:inline-block;
	width:36px;
	height:36px;
	color:#333333;
	font-weight:300;
	line-height:36px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	position:absolute;
	top:-20px;
	margin-left:-20px;
	border-left:2px solid #979696;
	border-top:2px solid #979696;	
}
.gt_we_offer_hover_des span > a i{
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);	
}
/*Hover CSS*/
.gt_we_offer_outer_wrap:hover .gt_we_offer_hover_des{
	bottom:1px;
	opacity:1;	
}
.gt_we_offer_outer_wrap:hover .gt_overlay_wrap{
	transform:scale(1);
	-moz-transform:scale(1);
	-webkit-transform:scale(1);	
}
.gt_we_offer_outer_wrap:hover{
	border-bottom:1px solid #fff;	
}
.gt_we_offer_hover_des span a:hover{
	background-color:#333333;
	color:#fff;	
}
/*
	  ==============================================================
		   Number Counter Wrap Style
	  ==============================================================
*/
.gt_number_count_bg{
	background-image:url(images/number-count-bg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.gt_number_count_bg:before{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.85);		
}
.gt_number_count_wrap{
	float:left;
	width:100%;
	position:relative;
	text-align:center;	
}
.gt_number_count_wrap i{
	color:#464542;
	margin:0px 0px 10px;
	font-size:50px;
	display:block;
}
.gt_number_count_wrap h4{
	color:#464542;
	position:relative;
	display:inline-block;
}
.gt_number_count_wrap h4:before{
	content:"";
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	margin:auto;
	width:40px;
	height:1px;
	background-color:#fff;	
}
.gt_number_count_wrap h4:after{
	content:"";
	position:absolute;
	bottom:-3px;
	left:0px;
	right:0px;
	margin:auto;
	width:30px;
	height:1px;
}
.gt_number_count_wrap span{
	display:inline-block;
	color:#fff;	
	font-weight:bold;
	font-size:32px;
}
.gt_number_count_wrap h5 > a{
	display:inline-block;
	color:#464542;
	text-transform:uppercase;
	font-weight:600;
	margin:15px 0px 0px;
}
/*
	  ==============================================================
		   What We Offer 2 Wrap Style
	  ==============================================================
*/
.gt_offer2_bg{
	padding-bottom:0px;	
}
.gt_offer2_bg:before{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	margin:auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 300px 300px 0 300px;
	border-color: #ededed transparent transparent transparent;
	z-index:-1;
}
.gt_offer2_list_wrap{
	float:left;
	width:100%;
	position:relative;
	margin:50px 0px 0px;	
}
.gt_offer2_list_wrap ul{
	float:left;
	width:100%;
	margin:0px 0px 40px 0px;
}
.gt_offer2_list_wrap ul li{
	float:left;
	width:100%;
	position:relative;
	margin:0px 0px 15px;
	padding:25px 10px 15px;	
}
.gt_offer2_list_des{
	float:none;
	width:auto;
	padding:0px 60px 0px 0px;
	text-align:right;	
}
.gt_offer2_list_des h6 > a{
	display:block;
	text-transform:uppercase;
	font-weight:600;
	margin:0px 0px 10px;	
}
.gt_offer2_list_icon{
	position:absolute;
	right:-30px;
	top:0px;
	bottom:0px;
	width:60px;
	height:60px;
	margin:auto;
	text-align:center;
	background-color:#ededed;
	line-height:60px;
	font-size:30px;
	color:#666666;	
}
.gt_offer2_list_icon:before{
	content:"";
    border:1px solid #ededed;
    height:63px;
    left:-4px;
    margin:auto;
    position:absolute;
    top:-4px;
    width:63px;
    z-index:-1;	
}
.gt_offer2_list_icon span,
.gt_offer2_list_icon span i{
	display:inline-block;	
}
/*Image Wrap CSS*/
.gt_offer2_list_img_wrap{
	float:left;
	width:100%;
	position:relative;
	padding:0px 40px 0;
	top:28px;
}
.gt_offer2_list_img_wrap img{
	width: auto;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
}
/*Right Side Css*/
.gt_offer2_right_side .gt_offer2_list_des{
	padding:0 0px 0 60px;
	text-align:left;	
}
.gt_offer2_right_side .gt_offer2_list_icon{
	left:-30px;
	right:auto;	
}
/*Hover CSS*/
.gt_offer2_list_wrap ul li:hover{
	background-color:#ededed;	
}
.gt_offer2_list_wrap ul li:hover .gt_offer2_list_icon:before{
	left:1px;	
}
.gt_offer2_right_side ul li:hover .gt_offer2_list_icon:before{
	top:1px;
	left:-4px;	
}
/*
	  ==============================================================
		   Our Mega Project Wrap Style
	  ==============================================================
*/
.gt_mega_project_bg{
	background-image:url(images/mega-project-bg.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;	
}
.gt_mega_project_bg:before{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.85);	
}
.gt_project_list_outer_wrap{
	margin:0px 0px 40px;	
}
.gt_project_list_outer_wrap,
.gt_filter_link_wrap{
	float:left;
	width:100%;
	position:relative;	
}
.gt_filter_link_wrap{
	margin:0px 0px 30px;	
}
.gt_filter_link_wrap ul{
	float:left;
	width:100%;
	text-align:center;	
}
.gt_filter_link_wrap ul li{
	display:inline-block;
	position:relative;	
}
.gt_filter_link_wrap ul li a{
	display:block;
	color:#fff;
	text-transform:uppercase;
	padding:0px 15px;	
}
.filterable-item.gt_mega_gallery{
	width:33.32%;
	float:left;
	position:relative;	
}
.gt_filter_wrap{
	float:left;
	width:100%;
	position:relative;	
}
.gt_filter_wrap figure:before{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.8);
	transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	z-index:2;	
}
.gt_filter_wrap figure img{
	width:100%;
	height:auto;
	transition:all 1.9s ease-in-out;
	-moz-transition:all 1.9s ease-in-out;
	-webkit-transition:all 1.9s ease-in-out;		
}
.gt_filter_wrap:hover figure img{
	transform:scale(1.5);
	-moz-transform:scale(1.5);
	-webkit-transform:scale(1.5);	
}
.gt_filter_hover_wrap{
	position:absolute;
	width:100%;
	height:100%;
	top:50%;
	left:0px;
	margin:-60px 0 0;
	text-align:center;
	transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	z-index:10;
}
.gt_filter_hover_wrap span{
	font-size:12px;
	color:#fff;
	text-transform:capitalize;
	display:block;
	position:relative;
	padding:0px 0px 10px;
	font-weight:600;
	margin:0px 0px 10px;
}
.gt_filter_hover_wrap span:before{
	content:"";
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	margin:auto;
	width:40px;
	height:2px;
	background-color:#fff;
}
.gt_filter_hover_wrap h5{
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	margin:0px 0px 15px;
}
.gt_gallery_load_more{
	float:left;
	width:100%;
	position:relative;
	text-align:center;
}
.gt_gallery_load_more > a{
	text-transform:uppercase;
	padding:10px 30px;	
}
/*Hover CSS*/

/*
	  ==============================================================
		   See more & Buy Wrap Style
	  ==============================================================
*/
.gt_see_buy_bg{
	padding:40px 0px;	
}
.gt_see_buy_des_wrap{
	float:left;
	width:100%;
	position:relative;
	padding:12px 0px 0px;	
}
.gt_see_buy_des_wrap h5{
	text-transform:uppercase;
	font-weight:600;	
}
.gt_see_buy_link{
	float:left;
	width:100%;
	position:relative;
	text-align:right;
}
.gt_see_buy_link > a{
	display:inline-block;
	min-width:125px;
	border:2px solid #050403;
	padding:10px 0px;
	text-align:center;
	color:#333333;
	text-transform:uppercase;
	font-weight:600;	
}
.gt_see_buy_link > a:first-of-type{
	margin-right:-5px;	
}
.gt_see_buy_link > a:hover{
	background-color:#050403;
	color:#fff;	
}
/*
	  ==============================================================
		   Our Best Team Wrap Start
	  ==============================================================
*/
.gt_team1_outer_wrap{
	float:left;
	width:100%;
	position:relative;
	background-color:#f6f6f6;
	box-shadow:0 0 1px 1px rgba(0, 0, 0, 0.15);	
	margin:0px 0px 30px;
}
.gt_team1_outer_wrap figure{
	width:260px;	
}
.gt_team1_outer_wrap figure img{
	width:100%;	
	height:auto;
}
.gt_team1_des_wrap{
	float:none;
	padding:18px 15px 10px  280px;
	width:auto;	
}
.gt_team1_des_wrap h5 > a{
	display:block;
	color:#666666;
	text-transform:uppercase;
	font-weight:600;
	margin:0px 0px 8px;	
}
.gt_team1_des_wrap h6{
	text-transform:uppercase;
	margin:0px 0px 8px;		
}
.gt_team1_des_wrap p{
	color:#999999;	
}
ul.gt_team1_contact_info{
	float:left;
	width:100%;
	margin:0px 0px 10px;	
}
ul.gt_team1_contact_info li{
	display:inline-block;
	width:100%;
	position:relative;
	color:#999999;
	margin:0px 0px 8px;	
}
ul.gt_team1_contact_info li i{
	margin:0px 10px 0px 0px;
	float:left;
	padding:3px 0px 0px;	
}
ul.gt_team1_contact_info li a{
	display:inline-block;
	color:#999999;	
}
ul.gt_team1_social_icon{
	float:left;
	width:100%;	
}
ul.gt_team1_social_icon li{
	display:inline-block;
	position:relative;	
}
ul.gt_team1_social_icon li a{
	display:block;
	width:35px;
	height:35px;
	background-color:#333333;
	color:#fff;
	text-align:center;
	line-height:35px;
	font-size:16px;
	transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	margin:0px 15px 0px 0px;	
}
ul.gt_team1_social_icon li a i{
	transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);	
}
ul.gt_team1_social_icon li:hover a{
	transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);	
}
ul.gt_team1_social_icon li:hover a i{
	transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);	
}
.gt_team1_outer_wrap:hover{
	box-shadow:0 3px 10px 3px rgba(0, 0, 0, 0.15);	
}
/*
	  ==============================================================
		   Our Best Team 2 Wrap Start
	  ==============================================================
*/
.gt_team_2_bg{
	padding-bottom:36px;	
}
.gt_team2_wrap{
	float:left;
	width:100%;
	position:relative;
	box-shadow:0 0 1px 1px rgba(0, 0, 0, 0.15);
	overflow:hidden;		
}
.gt_team2_wrap figure{
	width:100%;	
}
.gt_team2_wrap figure:before{
	content:"";
	position:absolute;
	top:10px;
	left:10px;
	right:10px;
	bottom:10px;
	transform:scale(0);
	-moz-transform:scale(0);
	-webkit-transform:scale(0);
	opacity:0.75;	
}
.gt_team2_wrap figure img{
	width:100%;
	height:auto;	
}
.gt_team2_social_icon{
	text-align:center;
	position:absolute;
	top:65%;
	margin:-50px 0px 0px 0px;
	width:100%;
	opacity:0;	
}
.gt_team2_social_icon ul.gt_team1_social_icon li:nth-child(1){
	transform:translate3d(22px, -19px, 0px);	
}
.gt_team2_social_icon ul.gt_team1_social_icon li:nth-child(2){
	transform:translate3d(36px, 38px, 0px);	
}
.gt_team2_social_icon ul.gt_team1_social_icon li:nth-child(3){
	transform:translate3d(-18px, -75px, 0px);
}
.gt_team2_social_icon ul.gt_team1_social_icon li:nth-child(4){
	transform:translate3d(-5px, -19px, 0px)	
}
.gt_team2_des{
	float:left;
	width:100%;
	position:relative;
	background-color:#fff;
	padding:15px 10px;
	text-align:center;	
}
.gt_team2_des ul.gt_team1_contact_info{
	margin:0px;	
}
.gt_team2_des h5 > a,
.gt_team2_hover_des h5 > a{
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	margin:0px 0px 12px;	
}
.gt_team2_hover_des{
	position:absolute;
	bottom:-50px;
	left:0px;
	width:100%;
	padding:34px 10px;
	background-color:#f7f7f7;
	text-align:center;
	opacity:0;
	border-bottom:2px solid;
}
.gt_team2_hover_des span{
	text-transform:capitalize;	
}
/*Hover Css*/
.gt_team2_wrap:hover figure:before{
	transform:scale(1);
	-moz-transform:scale(1);
	-webkit-transform:scale(1);	
}
.gt_team2_wrap:hover .gt_team2_social_icon{
	opacity:1;	
}
.gt_team2_wrap:hover .gt_team2_social_icon ul.gt_team1_social_icon li:nth-child(1){
	transform:translate3d(62px, -19px, 0px);
	-moz-transform:translate3d(62px, -19px, 0px);
	-webkit-transform:translate3d(62px, -19px, 0px);	
}
.gt_team2_wrap:hover .gt_team2_social_icon ul.gt_team1_social_icon li:nth-child(2){
	transform:translate3d(36px, 8px, 0px);
	-webkit-transform:translate3d(36px, 8px, 0px);
	-moz-transform:translate3d(36px, 8px, 0px);
}
.gt_team2_wrap:hover .gt_team2_social_icon ul.gt_team1_social_icon li:nth-child(3){
	transform:translate3d(-18px, -46px, 0px);
	-moz-transform:translate3d(-18px, -46px, 0px);
	-webkit-transform:translate3d(-18px, -46px, 0px);	
}
.gt_team2_wrap:hover .gt_team2_social_icon ul.gt_team1_social_icon li:nth-child(4){
	transform:translate3d(-43px, -19px, 0px);
	-webkit-transform:translate3d(-43px, -19px, 0px);
	-moz-transform:translate3d(-43px, -19px, 0px);	
}
.gt_team2_wrap:hover .gt_team2_hover_des{
	bottom:0px;
	opacity:1;	
}
.gt_team2_social_icon ul.gt_team1_social_icon li:hover a{
	background-color:#ededed;
	color:#a0a0a0;	
}
/*
	  ==============================================================
		   Our Working Process Wrap Start
	  ==============================================================
*/
.gt_working_process_bg{
	background-image:url(images/working-process-bg.png);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	padding-bottom:66px;	
}
.gt_working_process_bg:before{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.85);	
}
.gt_process_list_outer_wrap{
	margin:20px 0px 0px;
	float:left;
	width:100%;
}
.gt_working_process_wrap{
	float:left;
	width:100%;
	position:relative;
	text-align:center;	
}
.gt_working_process_wrap:before{
	content:"";
	position:absolute;
	top:34px;
	left:-68px;
	right:192px;
	height:2px;
	background-color:#fff;	
}
.gt_working_process_wrap:after{
	content:"";
	position:absolute;
	top:34px;
	left:193px;
	right:0px;
	height:2px;
	background-color:#fff;	
}
.gt_process_no_wrap{
	text-align:center;
	display:inline-block;
	position:relative;
	width:70px;
	height:70px;
	margin:0px 0px 40px 0px;
	background-color:#fff;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);	
}
.gt_process_no_wrap:before{
	content:"";
	position:absolute;
	top:-10px;
	left:-10px;
	right:-10px;
	bottom:-10px;
	border:2px solid #fff;	
}
.gt_process_no_wrap span{
	color:#333333;
	font-size:24px;
	font-weight:bold;
	line-height:70px;
	display:inline-block;
	transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);	
}
.gt_working_process_wrap h5 > a{
	display:block;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;	
}
.gt_process_list_outer_wrap .col-md-3:first-child .gt_working_process_wrap:before,
.gt_process_list_outer_wrap .col-md-3:last-child .gt_working_process_wrap:after{
	display:none;	
}
/*Hover CSS*/
.gt_working_process_wrap:hover .gt_process_no_wrap{
	box-shadow:0px 0px 0px 10px #fff;	
}

/*
	  ==============================================================
		   Our Latest Blog Wrap Start
	  ==============================================================
*/
.gt_latest_blog_bg{
	padding-bottom:112px;	
}
.gt_latest_blog2_bg{
	padding-bottom:40px;	
	background-color:#f9f9f9;
}
.gt_latest_blog_carousel{
	float:left;
	width:100%;
	position:relative;	
}	
.gt_blog_outer_wrap{
	float:left;
	width:100%;
	position:relative;
	text-align:center;	
}
.gt_blog_outer_wrap figure img{
	width:100%;
	height:auto;	
}
.gt_blog_des{
	margin:-30px auto auto;
	width:90%;
	background-color:#fff;
	display:inline-block;
	position:relative;
	z-index:10;
	text-align:left;
	padding:20px 15px 20px 60px;
	box-shadow:0px -5px 0px 0px rgba(0,0,0,0.2);	
}
.gt_blog_des:before{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	bottom:20px;
	width:1px;
	background-color:rgba(0, 0, 0, 0.08);	
}
.gt_blog_des:after{
	content:"";
	position:absolute;
	top:0px;
	right:0px;
	bottom:20px;
	width:1px;
	background-color:rgba(0, 0, 0, 0.08);	
}
ul.gt_blog_meta{
	float:left;
	width:100%;
	margin:0px 0px 8px;	
}
ul.gt_blog_meta li{
	display:inline-block;
	position:relative;
	font-weight:500;
	color:#666666;
	padding:0px 10px;	
}
ul.gt_blog_meta li:before{
	content:"";
	position:absolute;
	top:2px;
	left:-2px;
	bottom:2px;
	width:2px;
	background-color:#999;
	transform:rotate(30deg);
	-moz-transform:rotate(30deg);
	-webkit-transform:rotate(30deg);	
}
ul.gt_blog_meta li:first-child:before{
	display:none;
}
ul.gt_blog_meta li:first-child{
	padding-left:0px;	
}
ul.gt_blog_meta li > a{
	display:inline-block;
	color:#666666;
	font-weight:500;	
}
.gt_blog_des h4 > a{
	display:block;
	text-transform:uppercase;
	font-weight:600;
	font-size:24px;	
	margin:0px 0px 8px;
}
.gt_blog_date{
	position:absolute;
	top:10px;
	left:-27px;
	text-align:center;
	width:68px;
	padding:7px;
	border:1px solid;	
}
.gt_blog_date > a{
	display:inline-block;
	color:#fff;
	font-weight:600;	
}
/*Owl Carousel CSS*/
.gt_latest_blog_carousel .item{
	margin:0px 25px 40px 0px;
	float:left;	
}
.gt_latest_blog_carousel .owl-nav{
	width:100%;	
}
.gt_latest_blog_carousel .owl-nav div{
	width:36px;
	height:36px;
	border:1px solid rgba(102,102,102,0.56);
	color:#666666;
	font-weight:bold;
	text-align:center;
	font-size:18px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	position:absolute;
	left:0px;
	right:0px;
	margin:auto;
	line-height:35px;	
}
.gt_latest_blog_carousel .owl-nav div.owl-prev{
	left:-60px;
}
.gt_latest_blog_carousel .owl-nav div.owl-next{
	right:-60px;
}
.gt_latest_blog_carousel .owl-nav div span{
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);	
}
/*Hover Css*/
.gt_blog_date:hover{
	background-color:#fff;	
}
.gt_latest_blog_carousel .owl-nav div:hover{
	color:#fff;
	background-color:#333;	
}
/*
	  ==============================================================
		   Product List Wrap Start
	  ==============================================================
*/
.gt_product_bg{
	padding-bottom:40px;	
}
.gt_product_outer_wrap{
	float:left;
	width:100%;
	position:relative;
	border:1px solid #d4d4d4;
	background-color:#e9e9e9;
	overflow:hidden;
	margin:0px 0px 30px;	
}
.gt_product_outer_wrap figure{
	padding:60px 15px;	
}
.gt_product_outer_wrap figure img{
	width:auto;
	height:auto;	
}
.gt_product_img_des{
	width:100%;
	top:50%;
	margin:-75px 0px 0px;
	text-align:center;
	position:absolute;
	left:0px;
	padding:5px 15px;
	transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);	
}
.gt_product_img_des p{
	color:#fff;	
}
ul.gt_product_ui_element{
	float:left;
	width:100%;	
}
ul.gt_product_ui_element li{
	position:relative;
	display:inline-block;
	margin:0px 8px;	
}
ul.gt_product_ui_element li a{
	display:block;
	width:32px;
	height:32px;
	line-height:30px;
	border:2px solid;
	color:#fff;
	border-radius:2px;	
}
.gt_product_des_wrap{
	float:left;
	width:100%;
	position:relative;
	text-align:center;
	padding:20px 15px;
	background-color:#fff;	
}
.gt_product_des_wrap > span{
	color:#212121;
	text-transform:uppercase;
	font-weight:bold;
	margin:0px 0px 8px;
	display:block;	
}
.gt_product_des_wrap h5 > a{
	display:block;
	text-transform:uppercase;
	margin:0px 0px 6px;	
}
ul.gt_rating_start{
	float:left;
	width:100%;	
}
ul.gt_rating_start li{
	display:inline-block;
	position:relative;	
}
ul.gt_rating_start li a{
	display:block;	
}
.gt_product_des_wrap p{
	margin:0px;
	color:#212121;
	font-size:18px;
	font-weight:600;	
}
/*Hover CSS*/
.gt_product_outer_wrap:hover .gt_overlay_wrap,
.gt_product_outer_wrap:hover .gt_product_img_des{
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);	
}
/*
	  ==============================================================
		   Product List Style 2 Wrap Start
	  ==============================================================
*/
.gt_product_outer_wrap.gt_shop_style_2_wrap{
	background-color:#fff;	
}
.gt_shop_style_2_wrap .gt_product_des_wrap p{
	margin:0px 0px 6px;	
}
.gt_cart_element_wrap{
	float:left;
	width:100%;
	position:relative;
	border-top:1px solid rgba(152,152,152,0.3);	
}
.gt_cart_element_wrap a{
	border-left:1px solid rgba(152,152,152,0.3);
	color:#666666;
	padding:12px 0px;
	text-transform:uppercase;
	text-align:center;
	margin-left:-3px;	
}
.gt_cart_element_wrap a:first-child{
	border-left:0px;	
}
.gt_retweet_link,
.gt_whishlist{
	display:inline-block;
	width:20%;	
}
.gt_add_to_cart{
	display:inline-block;
	width:60%;		
}
/*Hover Css*/
.gt_cart_element_wrap a:hover{
	color:#fff;	
}
/*
	  ==============================================================
		   What Our Customer Says Wrap Start
	  ==============================================================
*/
.gt_customer_says_bg{
	background-image:url(images/customer-says-bg.png);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	padding-bottom:68px;	
}
.gt_customer_says_bg:before{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.85);	
}
.gt_customer_says_des{
	float:left;
	width:100%;
	position:relative;	
	text-align:center;
}
.gt_customer_says_des p{
	color:#ffffff;
	font-style:italic;
	margin:0px 0px 20px;	
}
.gt_customer_says_des p > span{
	display:block;	
}
.gt_customer_says_des i{
	display:block;
	font-size:30px;
	color:#fff;
	margin:0px 0px 10px;	
}
.gt_customer_says_des h5{
	color:#fff;
	font-weight:bold;
	margin:0px 0px 10px;
}
.gt_customer_says_des > span{
	color:#fff;
	display:block;	
}
/*Pager CSS*/
.gt_customer_bx_pager{
	float:left;
	width:100%;
	position:relative;
	z-index:10;
	text-align:center;
	margin:0px 0px 20px;
}
.gt_customer_bx_pager > a{
	display:inline-block;
	margin:0px 15px;
	position:relative;	
}
.gt_customer_bx_pager > a:before,
.gt_customer_bx_pager > a.active:before{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border-radius:100%;
	background-color:rgba(0,0,0,0.6);	
}
.gt_customer_bx_pager > a > img{
	width:auto;
	height:auto;
	border-radius:100%;	
}
.gt_customer_bx_pager > a.active:before,
.gt_customer_bx_pager > a:hover:before{
	background:none;	
}
.gt_customer_bx_pager > a.active img{
	transform:scale(1.3);
	-moz-transform:scale(1.3);
	-webkit-transform:scale(1.3);	
}
/*Bx-Slider Css*/
.gt_customer_says_bg .bx-wrapper .bx-controls-direction a{
	background-color:#fff;
	font-size:0px;
	text-indent:0px;
	color:#000;
	z-index:10;	
}
.gt_customer_says_bg .bx-wrapper .bx-controls-direction a.bx-prev:before,
.gt_customer_says_bg .bx-wrapper .bx-controls-direction a.bx-next:before{
	content:"\f104";
	font-family:fontawesome;
	position:absolute;
	top:0px;
	width:100%;
	height:100%;	
	font-size:18px;
	text-align:center;
	font-weight:bold;
	line-height:33px;
}
.gt_customer_says_bg .bx-wrapper .bx-controls-direction a.bx-next:before{
	content:"\f105";
}
.gt_customer_says_bg .bx-wrapper .bx-controls-direction a:hover{
	color:#fff;	
}
/*
	  ==============================================================
		   Our Clients Wrap Start
	  ==============================================================
*/
.gt_brand_carousel{
	float:left;
	width:100%;
	position:relative;	
}
.gt_brand_outer_wrap{
	float:left;
	width:100%;
	text-align:center;
	position:relative;
	min-height:145px;
	padding:50px;
	border:2px solid rgba(102,102,102,0.18);	
}
.gt_brand_outer_wrap a{
	display:inline-block;
}
.gt_brand_outer_wrap a img{
	width:auto !important;
	height:auto;	
}
/*Owl Carousel CSS*/
.gt_brand_carousel .item{
	float:left;
	margin:0px 15px 0px 0px;	
}
.gt_brand_carousel .owl-controls{
	display:none;	
}
/*
	  ==============================================================
		   Sub Banner Wrap Start
	  ==============================================================
*/
.gt_sub_banner_bg{
	background-color:#f4f4f4;
	box-shadow:0px 2px 0px 0px rgba(0,0,0,0.15);
	padding:20px 0px;	
}
.gt_sub_banner_bg,
.gt_sub_banner_wrap{
	float:left;
	width:100%;
	position:relative;	
}
.gt_sub_banner_wrap h4{
	font-size:24px;
	text-transform:uppercase;
	font-weight:bold;
	display:inline-block;	
	float: left;
}
ul.gt_breadcrumb_wrap{
	float:right;
	width:auto;	
	margin-top: 6px;
}
ul.gt_breadcrumb_wrap li{
	display:inline-block;
	position:relative;	
}
ul.gt_breadcrumb_wrap li:before{
	content:"/";
	position:absolute;
	font-size:14px;
	color:#1c1c1c;
	top:0px;
	left:0px;
}
ul.gt_breadcrumb_wrap li:first-child:before{
	display:none;	
}
ul.gt_breadcrumb_wrap li a{
	display:block;
	color:#1c1c1c;
	padding:0px 15px;	
}
/*
	  ==============================================================
		   About Us Video Wrap Css Start
	  ==============================================================
*/
.gt_aboutus_des_wrap{
	float:left;
	width:100%;
	position:relative;
	border-bottom:2px solid #f0f0f0;
	padding-bottom:65px;
	margin-bottom:50px;	
}
.gt_aboutus_video_wrap{
	float:left;
	width:100%;
	position:relative;	
}
.gt_aboutus_video_wrap:before{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.2);	
}
.gt_aboutus_video_wrap img{
	width:100%;
	height:auto;	
}
/*Video Description CSS*/
.gt_aboutus_video_des{
	float:left;
	width:100%;
	position:relative;	
}
.gt_aboutus_video_des h5{
	font-weight:600;
	text-transform:uppercase;
	margin:0px 0px 20px;
	line-height:28px;
}
.gt_aboutus_video_des p{
	margin:0px 0px 20px;	
}
ul.gt_aboutus_list{
	float:left;
	width:100%;	
}
ul.gt_aboutus_list li{
	width:100%;
	float:left;
	position:relative;
	color:#666666;
	font-size:16px;
	padding:0px 0px 16px 25px;
}
ul.gt_aboutus_list li.address:before{
	content:"\f276";
	font-family: FontAwesome;
	position:absolute;
	top:1px;
	left:0px;
	font-size:15px;
	color:#666666;
		
}
ul.gt_aboutus_list li.phone:before{
	content:"\f095";
	font-family: FontAwesome;
	position:absolute;
	top:1px;
	left:0px;
	font-size:15px;
	color:#666666;
		
}
/*
	  ==============================================================
		   Our Services Wrap Css Start
	  ==============================================================
*/
.gt_property_services_wrap{
	float:left;
	width:100%;
	position:relative;
	text-align:left;	
}
.gt_property_services_wrap span{
	display:inline-block;
	color:#4d4d4d;
	font-size:35px;
	margin:0px 0px 18px;
	box-shadow:0px 0px 0px 2px #cfcfcf;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	color:#666666;	
}
.gt_property_services_wrap h5 > a{
	display:block;
	position:relative;
	margin:0 0 12px;
	font-weight:bold;
	text-transform:uppercase;	
}
.gt_property_services_wrap i{
	display:inline-block;	
}
.gt_property_services_wrap > a{
	display:inline-block;
	text-transform:capitalize;
	color:#636363;	
}
.gt_property_services_wrap > a > i{
	margin:5px 0px 0px 8px;	
}
/*Hover CSS*/
.gt_property_services_wrap:hover span{
	box-shadow:0px 0px 0px 4px #3b3b3c;
	width:55px;
	height:55px;
	margin-bottom:23px;	
}
/*
	  ==============================================================
		   Company History Wrap Start
	  ==============================================================
*/
.gt_company_history_bg{
	background-color:#f8f8f8;	
}
.gt_company_outer_wrap,
.gt_company_outer_wrap ul{
	float:left;
	width:100%;
	position:relative;	
}
.gt_company_outer_wrap ul{
	padding:60px 0px 0px;	
}
.gt_company_outer_wrap ul:before{
	content:"";
	position:absolute;
	top:0px;
	left:50%;
	height:100%;
	width:1px;
	background-color:#d3d3d3;
}	
.gt_company_outer_wrap ul li{
	float:left;
	width:100%;
	position:relative;	
}
.gt_history_outer_wrap{
	float:left;
	width:100%;
	position:relative;	
}
/*Left Des*/
.gt_history_left_des{
	width:50%;
	position:relative;
	float:left;	
}
.gt_history_left_des:before{
	content:"";
	position:absolute;
	top:-30px;
	right:-9px;
	width:16px;
	height:16px;
	border:3px solid #d3d3d3;
	background-color:#fff;	
}
.gt_history_left_des:after{
	content:"";
	position:absolute;
	top:-22px;
	right:8px;
	width:60px;
	height:1px;
	background-color:#d3d3d3;	
}
.gt_history_padding_left{
	padding:0px 50px 0px 20px;	
}
.gt_history_padding_right{
	padding:0px 20px 0px 50px;	
}
.gt_history_span{
	margin:0px 0px 6px;	
}
.gt_history_left_des .gt_history_span:before{
	content:"";
	position:absolute;
	top:-22px;
	right:18px;
	height:10px;
	width:1px;
	background-color:#d3d3d3;	
}
.gt_history_span,
.gt_history_hdg > a{
	color:#333333;
	display:block;
	font-weight:bold;
	position:relative;
	text-transform:uppercase;
}
.gt_history_hdg > a{
	margin:0px 0px 10px;	
}
.gt_history_outer_wrap figure{
	margin:0px 0px 15px;	
}
.gt_history_outer_wrap figure img{
	width:auto;
	height:auto;	
}
/*Right Des*/
.gt_history_right_des{
	width:50%;
	position:relative;
	float:right;	
}
.gt_history_right_des:before{
	content:"";
	position:absolute;
	top:-30px;
	left:-11px;
	width:22px;
	height:22px;
	border:5px solid #d3d3d3;
	background-color:#fff;
}
.gt_history_right_des:after{
	content:"";
	position:absolute;
	top:-20px;
	left:7px;
	width:60px;
	height:1px;
	background-color:#d3d3d3;	
}
.gt_history_right_des .gt_history_span:before{
	content:"";
	position:absolute;
	top:-19px;
	left:16px;
	height:10px;
	width:1px;
	background-color:#d3d3d3;	
}
.gt_history_load_wrap{
	float:left;
	width:100%;
	position:relative;
	text-align:center;	
}
.gt_history_load_wrap > span{
	display:inline-block;
	width:28px;
	height:28px;
	border:6px solid #d3d3d3;
	text-align:center;
	line-height:16px;	
}
.gt_history_load_wrap > span > a{
	display:inline-block;
	color:#d3d3d3;	
}
/*
	  ==============================================================
		   Professional Team Wrap Start
	  ==============================================================
*/
.gt_team_style_03_bg,
.gt_best_team_bg{
	padding-bottom:30px;	
}
.gt_professional_team_wrap{
	float:left;
	width:100%;
	position:relative;
	text-align:center;
	margin:0px 0px 30px;
}
.gt_professional_team_wrap:before,
.gt_professional_team_wrap:after{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;	
}
.gt_professional_team_wrap:before{
	border-bottom: 1px solid;
    border-top: 1px solid;
    transform: scale(0, 1);
}
.gt_professional_team_wrap:after{
	border-left: 1px solid;
    border-right: 1px solid;
    transform: scale(1, 0);
}
.gt_professional_team_wrap figure{
	padding:30px 20px 0px;	
}
.gt_professional_team_wrap figure img{
	width:auto;
	height:auto;	
}
.gt_prof_team_add{
	position:absolute;
	right:0px;
	bottom:0px;
	width:20px;
	height:20px;
	background-color:#333;
	line-height:20px;	
}
.gt_prof_team_add > a{
	display:inline-block;
	color:#f8f8f8;	
}
/*Des CSS*/
.gt_prof_team_des{
	width:100%;
	float:left;
	background-color:#333;
	padding:20px 0px;
	position:relative;
	z-index:10;	
}
.gt_prof_team_des h5 > a{
	display:block;
	color:#ffffff;
	margin:0px 0px 8px;
	text-transform:uppercase;	
}
.gt_prof_team_des span{
	color:#ffffff;
	display:block;
	text-transform:uppercase;	
}
.gt_prof_team_des ul.gt_team1_social_icon{
	position:absolute;
	width:100%;
	top:-37px;
	left:10px;
	transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);	
}
.gt_prof_team_des ul.gt_team1_social_icon li a{
	background-color:#fff;
	color:#a0a0a0;	
}
.gt_prof_team_des ul.gt_team1_social_icon li:hover a{
	color:#fff;
	background-color:#333;	
}
/*Hover CSS*/
.gt_professional_team_wrap:hover .gt_prof_team_add{
	width:100%;	
}
.gt_professional_team_wrap:hover .gt_prof_team_add > a{
	opacity:0;	
}
/*
	  ==============================================================
		   Testmonial Wrap Start Wrap Css Start
	  ==============================================================
*/
.gt_testimonial_wrap{
	float:left;
	width:100%;
	position:relative;	
}
.gt_testimonial_wrap ul{
	float:left;
	width:100%;	
}
.gt_testimonial_wrap ul li{
	float:left;
	width:100%;
	position:relative;	
}
.gt_testimonial_slide{
	float:left;
	width:100%;
	position:relative;
	margin:0px 0px 15px;	
}
.gt_testimonial_slide figure{
	width:142px;
	position:relative;
	float:left;	
}
.gt_testimonial_slide figure img{
	border-radius:100%;
	width:100%;
	height:auto;
}
.gt_testimonial_name{
	float:left;
	width:68%;
	position:relative;
	padding:28px 0px 0px 20px;	
}
.gt_testimonial_name h5{
	text-transform:capitalize;
	margin:0px 0px 10px;	
}
.gt_testimonial_name h6{
	font-size:15px;
	margin:0px 0px 10px;
	font-size:13px;	
}
.gt_testimonial_name ul li a{
	display:inline-block;
	font-size:16px;
	color:#666666;	
}
.gt_testimonial_slide_des{
	float:left;
	width:100%;
	position:relative;
	padding:25px 40px 25px 0px;
}
.gt_testimonial_slide_des p{
	color:#999999;
	font-style:italic;
	position:relative;
}
.gt_testimonial_slide_des p::before,
.gt_testimonial_slide_des p::after{
	content:"\f10d";
	font-family:fontawesome;
	position:absolute;
	top:-25px;
	left:0px;
	width:auto;
	height:20px;
	font-size:16px;
	color:#666666;
	font-style:normal;
}
.gt_testimonial_slide_des p::after{
	content:"\f10e";
	left:auto;
	right:auto;
	top:auto;
	bottom:-20px;
}
/*Bx-Slider Style*/
.gt_testimonial_wrap .bx-controls-direction{
	display:none;	
}
.gt_testimonial_wrap .bx-wrapper .bx-controls-direction a{
	bottom:-33px;
	top:auto;
	margin:auto;
	border-radius:2px;
	background-color:#f3f3f3;
	border:1px solid #dadada;
	color:#6e6e6e;
	font-weight:500;	
}
.gt_testimonial_wrap .bx-wrapper .bx-controls-direction a:hover{
	color:#fff;	
}
.gt_testimonial_wrap .bx-wrapper .bx-prev{
	left:-55px;
	right:0px;	
}
.gt_testimonial_wrap .bx-wrapper .bx-next{
	right:-25px;
	left:0px;
}
.gt_testimonial_wrap .bx-wrapper .bx-controls-direction a:before{
	content:"\f104";
	font-family:fontawesome;
	position:absolute;
	top:3px;
	left:0px;
	width:100%;
	height:100%;
	font-size:16px;
	text-indent:0px;
	text-align:center;	
}
.gt_testimonial_wrap .bx-wrapper .bx-controls-direction a.bx-next:before{
	content:"\f105";	
}
.gt_testimonial_wrap .bx-wrapper .bx-pager.bx-default-pager a{
	background-color:#333;	
}

/*
	  ==============================================================
		   Core Value Wrap Start Wrap Css Start
	  ==============================================================
*/
.gt_core_value_wrap{
	float:left;
	width:100%;
	position:relative;	
}
.gt_core_value_wrap ul{
	float:left;
	width:100%;	
}
.gt_core_value_wrap ul li{
	display:inline-block;
	position:relative;
	width:25%;	
}
.gt_core_value_wrap ul li a{
	display:block;
	text-align:center;
	padding:12px 0px;
	border:1px solid #e0e0e0;
	margin-left:-4px;
	color:#333;
	font-size:16px;
	font-weight:500;
	text-transform:uppercase;	
}
.gt_core_value_wrap ul li:first-child a{
	margin-left:0px;	
}
/*Core Value Tab Des*/
.gt_core_value_tab{
	float:left;
	width:100%;
	position:relative;
	border:1px solid #e0e0e0;
	margin-top:-1px;
	padding:20px 20px 5px;	
}
.gt_core_value_des{
	float:left;
	width:100%;
	position:relative;
	margin:0px 0px 15px;	
}
.gt_core_value_des figure{
	width:255px;
	float:left;
	position:relative;	
}
.gt_core_value_des figure img{
	width:100%;
	height:auto;	
}
.gt_core_img_des{
	float:none;
	width:auto;
	padding:0px 0px 0px 270px;	
}
.gt_core_img_des h6{
	color:#666666;
	margin:0px 0px 15px;
	font-weight:600;
	text-transform:uppercase;	
}
.gt_core_img_des p{
	color:#666666;	
}
/*Hover CSS*/
.gt_core_value_wrap ul li:hover a,
.gt_core_value_wrap ul li.active a,
.gt_core_value_wrap ul li:focus a{
	color:#fff;	
}
/*
	  ==============================================================
		   Blog Page Wrap Css Start
	  ==============================================================
*/
.gt_margin_padding_bottom{
	margin:0px 0px 25px;
	border-bottom:1px solid #f3f3f3;
	padding-bottom:25px;	
}
/*
	  ==============================================================
		   Pagination Wrap Css Start
	  ==============================================================
*/
.gt_pagination_outer_wrap{
	float:left;
	width:100%;
	position:relative;	
}
.gt_pagination_outer_wrap ul{
	float:left;
	width:100%;
	text-align:center;	
}
.gt_pagination_outer_wrap ul li{
	position:relative;
	display:inline-block;
	margin:0px 10px 0px 0px;	
}
.gt_pagination_outer_wrap ul li a{
	display:block;
	width:35px;
	height:35px;
	border:1px solid #ececec;
	line-height:35px;
	color:#cdcdcd;	
}
.gt_pagination_outer_wrap ul li span{
	color:#cdcdcd;
	display:inline-block;	
}
.gt_pagination_outer_wrap ul li:last-child a{
	width:60px;	
}
/*
	  ==============================================================
		   Blog Detail Wrap Css Start
	  ==============================================================
*/
.gt_blog_detail_outer_wrap,
.gt_blog_detail_wrap,
.gt_blog_detail_hdg_wrap{
	float:left;
	width:100%;
	position:relative;	
}
.gt_blog_detail_wrap figure{
	margin:0px 0px 20px;	
}
.gt_blog_detail_wrap figure img{
	width:100%;
	height:auto;	
}
.gt_blog_detail_hdg_wrap{
	margin:0px 0px 15px;	
}
.gt_date_wrap{
	width:60px;
	color:#666666;
	padding:20px 10px;
	text-transform:uppercase;
	border-bottom:3px solid #e5b000;
	font-weight:bold;
	text-align:center;
	float:left;
}
.gt_blog_hdg_outer_wrap{
	float:none;
	width:auto;
	padding:0px 0px 0px 75px;	
}
.gt_blog_hdg_outer_wrap h4{
	font-size:24px;
	text-transform:uppercase;	
}
.gt_para_margin{
	margin:0px 0px 20px;	
}
.gt_blog_detail_wrap blockquote{
	background-color:#fafafa;
	padding:40px 20px;
	border:2px solid;
	border-radius:3px;
	font-size:16px;
	font-weight:400;
	color:#666666;
	font-style:italic;
	line-height:27px;
}
ul.gt_blog_detail_item{
	float:left;
	width:100%;	
	margin:0px 0px 10px;
}
ul.gt_blog_detail_item li{
	width:100%;
	position:relative;
	float:left;
	padding:0px 0px 0px 25px;
	color:#666666;
	font-size:15px;
	margin:0px 0px 10px;	
}
ul.gt_blog_detail_item li:before{
	content:"\f00c";
	font-family:fontawesome;
	position:absolute;
	top:0px;
	left:0px;
	width:20px;
	height:100%;	
}
/*
	  ============================================================
		   Author Comment Wrap Start
	  ============================================================
*/
.gt_blog_detail_author{
	float:left;
	width:100%;
	padding:12px 15px;
	background-color:#f8f8f8;
	margin-bottom:30px;
}
.gt_blog_detail_author figure{
	float:left;
	width:auto;
}
.gt_blog_detail_author figure img{
	width:100%;
	height:auto;	
}
.gt_blog_author_cap{
	float:none;
	padding:15px 0px 15px 150px;
}
.gt_blog_author_cap h5 > a{
	display:block;
	color:#333333;
	font-weight:400;
	text-transform:uppercase;
	margin-bottom:10px;
}
.gt_blog_author_cap p{
	margin:0px;
}
/*Comment CSS*/
.gt_detail_hdg h5{
	margin:0px 0px 20px;
	font-weight:400;
	text-transform:uppercase;
}
.gt_detail_hdg h5 > span{
	display:inline-block;
	margin:0px 10px 0px 0px;	
}
.gt_comment_list_wrap{
	float:left;
	width:100%;
	position:relative;
	margin:0px 0px 20px;
}
.gt_comment_list_wrap ul{
	float:left;
	width:100%;	
}
.gt_comment_list_wrap ul li{
	float:left;
	width:100%;
	position:relative;
	padding:25px 0 13px;
	border-bottom:1px solid #f8f8f8; 	
}
.gt_comment_list_wrap > ul > li:first-child{
	padding-top:0px;	
}
.gt_comment_wrap{
	float:left;
	width:100%;
	position:relative;	
}
.gt_comment_wrap figure{
	width:90px;
	float:left;
	position:relative;	
}
.gt_comment_wrap figure img{
	width:100%;
	height:auto;	
}
.gt_comment_des{
	float:none;
	width:auto;
	padding:0px 0px 0px 110px;	
}
.gt_comment_des h6{
	display:inline-block;	
}
.gt_comment_des h6 > a{
	display:inline-block;
	font-size:15px;
	color:#4c4c4c;
	font-weight:600;	
}
.gt_comment_des > a{
	display:inline-block;
	float:right;
	font-size:14px;
	font-weight:600;	
}
.gt_comment_des > a i{
	margin-right:10px;	
}
.gt_comment_date{
	float:left;
	width:100%;
	position:relative;
	margin:5px 0px;	
}
.gt_comment_date span{
	color:#4c4c4c;
	font-size:14px;
	margin-left:5px;
	display:inline-block;	
}
.gt_comment_date span:first-of-type{
	margin-left:0px;	
}
/*Second Ul*/
.gt_comment_list_wrap ul ul{
	padding-left:50px;
	margin:0px;
	border-top:1px solid #f8f8f8;
	margin-top:10px; 	
}
.gt_comment_list_wrap ul ul li{
	border:0px;
	padding-bottom:0px;	
}
/*Post Comment Wrap CSS*/
.gt_post_comment_wrap{
	float:left;
	width:100%;
	position:relative;
	padding:25px 0px 0px;	
}
.gt_commet_field{
	float:left;
	width:100%;
	position:relative;	
}
.gt_commet_field input[type="text"],
.gt_commet_field input[type="email"]{
	width:100%;
	height:45px;
	border:1px solid #d1d1d1;
	margin:0px 0px 25px;
	padding:8px 30px 8px 10px;	
}
.gt_commet_field textarea{
	width:100%;
	min-height:210px;
	border:1px solid #d1d1d1;
	padding:8px 30px 8px 10px;
	margin:0px 0px 25px;	
}
.gt_commet_field input[type="submit"],
.gt_commet_field button{
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	border:0px;
	padding:9px 40px 7px;
	font-weight:bold;
	background:none;
	color:#333;
	border:2px solid #333;	
}
/*Focus CSS*/
.gt_commet_field input[type="text"]:focus,
.gt_commet_field input[type="email"]:focus,
.gt_commet_field textarea:focus{
	box-shadow:0 0px 10px 1px rgba(0, 0, 0, 0.15);	
}
.gt_commet_field input[type="submit"]:hover,
.gt_commet_field button:hover{
	color:#fff;	
}
/*
	  ==============================================================
		   Blog Grid Wrap Css Start
	  ==============================================================
*/
.gt_blog_grid_wrap{
	float:left;
	width:100%;
	position:relative;
	box-shadow:0px 1px 0px 0px rgba(0,0,0,0.08);
	margin:0px 0px 30px;	
}
.gt_blog_grid_wrap figure img{
    width: 100%;
    height: 253px;
    object-fit: cover;
    overflow: hidden;
}
.gt_blog_grid_des_wrap{
	float:left;
	width:100%;
	position:relative;
	padding:14px 18px 15px;
	background-color:#fff;	
}
.gt_blog_grid_des_wrap h5 > a{
	display:block;
	text-transform:uppercase;
	font-weight:500;
	margin:0px 0px 10px;
	font-size:20px;
}
.gt_blog_grid_des_wrap > a{
	display:inline-block;
	text-transform:uppercase;
	color:#636363;	
}
.gt_blog_grid_des_wrap > a > i{
	margin-left:10px;	
}
.gt_blog_grid_icon{
	position:absolute;
	top:-28px;
	width:55px;
	height:55px;
	line-height:58px;
	font-size:25px;	
	background-color:#333;
	text-align:center;
}
.gt_blog_grid_icon i{
	color:#fff;	
}
/*Hover CSS*/
.gt_blog_grid_wrap:hover{
	box-shadow:0px 5px 20px 1px rgba(0,0,0,0.08);		
}
.gt_blog_grid_wrap:hover .gt_blog_grid_icon i{
	color:#2a2a2a;	
}
.gt_blog_grid_des_wrap > a:hover + .gt_link_hover_effect{
	width:116px;	
}
/*
	  ==============================================================
		   Project Wrap Style
	  ==============================================================
*/
.gt_project_filter_outer_wrap,
.gt_project_filter_link{
	width:100%;
	float:left;
	position:relative;	
}
.gt_project_filter_link,
.gt_project_filter_outer_wrap{
	margin-bottom:30px;	
}
.gt_project_filter_link ul{
	float:left;
	width:100%;	
	text-align:center;
}
.gt_project_filter_link ul li{
	display:inline-block;
	position:relative;	
}
.gt_project_filter_link ul li:before{
	content:"";
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	margin:auto;
	width:0px;
	height:2px;	
}
.gt_project_filter_link ul li:after{
	content:"";
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	margin:auto;
	border-right:10px solid transparent;
	border-left:10px solid transparent;
	width:0px;
	height:0px;
	opacity:0;	
}
.gt_project_filter_link ul li a{
	display:block;
	text-transform:uppercase;
	color:#3b3b3c;
	padding:0px 10px 15px;	
}
/*Hover CSS*/
.gt_project_filter_link ul li:hover:before{
	width:100%;	
}
.gt_project_filter_link ul li:hover:after{
	opacity:1;	
}
/*Project Des CSS*/
.filterable_container,
.gt_project_outer_wrap{
	float:left;
	width:100%;
	position:relative;	
}
.gt_project_outer_wrap figure img{
	width:100%;
	height:auto;	
}
.gt_project_des_wrap{
	position:absolute;
	width:100%;
	text-align:center;
	top:50%;
	padding:20px;
	margin:-75px 0px 0px;
	transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);	
}
.gt_project_des_wrap h5{
	color:#fff;
	text-transform:uppercase;
	margin:0px 0px 8px;	
}
.gt_project_des_wrap p{
	color:#fff;	
}
.gt_project_des_wrap > a{
	border:2px solid #fff;
	color:#fff;	
}
.gt_project_outer_wrap:hover .gt_overlay_wrap{
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	opacity:0.75;	
}
.gt_project_outer_wrap:hover .gt_project_des_wrap{
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);	
}
.gt_project_des_wrap > a:hover{
	border:2px solid #333;
	color:#333;	
}
/*
	  ==============================================================
		   Project 02 Wrap Style
	  ==============================================================
*/
.gt_project2_link_wrap{
	float:left;
	width:100%;
	position:relative;
	text-align:center;
	margin:0px 0px 30px;	
}
.gt_project2_link_wrap ul li a{
	padding:0px 15px;	
}
.gt_project2_wrap{
	margin:0px 0px 25px;	
}
.gt_project_outer_wrap.gt_project2_wrap .gt_project_des_wrap{
	margin:-55px 0 0;	
}
.gt_project2_hdg_wrap{
	float:left;
	margin:-35px 20px 0;
	width:89%;
	position:relative;
	background-color:#fff;
	padding:25px 10px;
	text-align:center;
	border-bottom:2px solid #f3f3f3;	
}
.gt_project2_hdg_wrap h6 > a{
	display:block;
	text-transform:uppercase;
	font-weight:600;
	color:#666;	
}
.gt_project2_hdg_wrap:hover{
	background-color:#3b3b3c;
}
.gt_project2_hdg_wrap:hover h6 > a{
	color:#fff;	
}
/*
	  ==============================================================
		   Project Detail Page Style
	  ==============================================================
*/
.gt_project_detail_outer_wrap,
.gt_project_detail_img,
.gt_project_overview_list,
.gt_download_boucher_outer_wrap{
	float:left;
	width:100%;
	position:relative;	
}
.gt_project_detail_outer_wrap{
	padding:0px 0px 50px;
	margin:0px 0px 50px;
	border-bottom:1px solid #f3f3f3;	
}
.gt_project_detail_img figure img{
	width:100%;
	height:auto;	
}
.margin_bottom{
	margin:0px 0px 20px;	
}
.gt_project_overview_wrap h4{
	font-size:24px;
	text-transform:uppercase;
	margin:0px 0px 20px;	
}
.gt_project_overview_list ul,
.gt_project_overview_list ul li{
	float:left;
	width:100%;
	position:relative;	
}
.gt_project_overview_list ul li{
	background-color:#f3f3f3;
	padding:10px 12px;
	margin:0px 0px 4px;	
}
.gt_project_overview_list ul li i{
	width:26px;
	height:26px;
	font-size:15px;
	color:#fff;
	line-height:25px;
	text-align:center;
	background-color:#999999;
	border:1px solid #c9c9c9;
	float:left;
	margin:0px 20px 0px 0px;	
}
.gt_project_overview_list ul li span{
	display:inline-block;
	color:#1c1c1c;
	text-transform:capitalize;
	margin:3px 0px 0px;	
	font-weight:500;
}
/*Professional Process CSS*/
.gt_professional_process_bg{
	background-color:#f3f3f3;	
}
.gt_prof_process_hdg{
	float:left;
	width:100%;
	position:relative;
	margin:0px 0px 30px;	
}
.gt_prof_process_hdg h4{
	font-size:24px;
	font-weight:600;
	text-transform:uppercase;	
}
/*Project Detail Des CSS*/
.gt_project_overview_wrap ul{
	float:left;
	width:100%;	
}
.gt_project_overview_wrap ul li{
	width:100%;
	position:relative;
	display:inline-block;
	padding:8px 0px 8px 25px;
	font-weight:600;
}
.gt_project_overview_wrap ul li:before{
	content:"\f105";
	font-family:fontawesome;
	top:9px;
	left:0px;
	width:20px;
	height:auto;
	color:#999999;
	position:absolute;	
}
/*Download Boucher Wrap*/
.gt_download_boucher_bg{
	padding-top:0px;
	float:left;
	width:100%;
	position:relative;
	padding-bottom:70px;	
}
.gt_download_boucher_outer_wrap{
	background-color:#f3f3f3;
	padding:30px 30px;	
}
.gt_download_boucher_outer_wrap ul{
	float:left;
	width:100%;	
	text-align:center;
}
.gt_download_boucher_outer_wrap ul li{
	display:inline-block;
	position:relative;
	margin:0px 13px 0px 0px;	
}
.gt_download_boucher_outer_wrap ul li a{
	display:inline-block;
	background-color:#fff;
	color:#3b3b3c;
	font-size:16px;
	text-transform:capitalize;
	padding:5px 23px;
}
.gt_download_boucher_outer_wrap ul li a i{
	margin:0px 10px 0px 0px;	
}
/*Hover CSS*/
.gt_download_boucher_outer_wrap ul li:hover a{
	color:#fff;	
}
/*
	  ==============================================================
		   Services 02 Page Style
	  ==============================================================
*/
.gt_service_02_wrap{
	float:left;
	width:100%;
	position:relative;
	padding:10px;
	background-color:#f5f5f5;
	overflow:hidden;
	margin:0px 0px 30px;
}
.gt_service_02_wrap figure{
	border-bottom:2px solid #f5f5f5;	
}
.gt_service_02_wrap figure img{
	width:100%;
	height:auto;	
}
.gt_service_02_hover{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align:center;	
}
.gt_service_02_icon{
	position:absolute;
	top:50%;
	left:0px;
	right:0px;
	margin:-40px auto auto;
	width:60px;
	height:60px;
	line-height:60px;
	font-size:18px;
	color:#fff;
	background-color:rgba(255,255,255,0.3);
	opacity:0;	
}
.gt_service_02_des_wrap{
	position:relative;
	width:100%;
	float:left;	
	padding:20px 0px;
}
.gt_service_02_des_wrap h6 > a{
	display:block;
	text-transform:uppercase;
	font-weight:600;
	margin:0px 0px 15px;	
}
.gt_service_02_des_wrap > a{
	display:block;
	text-transform:uppercase;
	font-weight:500;
	color:#666666;
	line-height:normal;
}
.gt_service_02_des_wrap > a i{
	float:right;	
}
.gt_service_02_des_wrap .gt_link_hover_effect{
	background-color:#333;
	bottom:-10px;
	left:-100px;
	right:100px;
	height:2px;		
}
/*Hover CSS*/
.gt_service_02_wrap:hover .gt_service_02_hover .gt_overlay_wrap{
	transform:scale(1);
	-moz-transform:scale(1);
	-webkit-transform:scale(1);	
}
.gt_service_02_wrap:hover .gt_service_02_icon{
	opacity:1;	
}
.gt_service_02_wrap:hover .gt_link_hover_effect{
	width:150%;
}
/*
	  ==============================================================
		   Services Detail Page Style
	  ==============================================================
*/
.gt_service_detail_outer_wrap,
.gt_services_detail_des,
.gt_services_slider_wrap,
.gt_service_sub_des{
	float:left;
	width:100%;
	position:relative;	
}
.gt_services_slider_wrap{
	z-index:10;	
}
.gt_service_img_botm_margin > img{
	margin-bottom:20px;	
}
.gt_services_detail_des{
	padding:0px 0px 40px;
	margin:0px 0px 50px;
	border-bottom:1px solid #dbdbdb;	
}
.gt_services_detail_des > h5{
	font-weight:500;
	color:#3b3b3c;
	text-transform:uppercase;
	margin:0px 0px 15px;
	font-size:24px;
}
.gt_service_sub_des > h6{
	margin:0px 0px 10px;
	text-transform:uppercase;
	color:#666;	
}
/*Accordian Wrap CSS*/
.gt_service_accord_wrap,
.gt_accord_outer_wrap,
.gt_accord_hdg,
.gt_accord_des_outer_wrap{
	float:left;
	width:100%;
	position:relative;	
}
.gt_accord_outer_wrap{
	background-color:#f5f5f5;	
}
.gt_service_accord_wrap > h6{
	margin:0px 0px 15px;
	text-transform:uppercase;
	color:#666;	
}
.gt_accord_outer_wrap{
	border-right:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;	
}
.gt_accord_hdg{
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;	
}
.gt_accord_hdg h6{
	font-size:14px;
	color:#3b3b3c;
	padding:16px 80px 16px 15px;
	display:inline-block;
	text-transform:uppercase;	
}
.gt_accord_outer_wrap span{
	width:23px;
	height:23px;
	border:1px solid #ebebeb;
	line-height:20px;
	text-align:center;
	color:#3b3b3c;
	position:absolute;
	right:20px;
	top:12px;	
}
.gt_accord_des{
	float:left;
	width:100%;
	position:relative;
	padding:20px 15px 10px;	
}
/*Accord Des CSS*/
.gt_accord_hdg.accordion-open{
	background-color:#3b3b3c;	
}
.gt_accord_hdg.accordion-open h6,
.gt_accord_hdg.accordion-open span{
	color:#fff;	
}
.gt_accord_hdg.accordion-open .fa-angle-down::before{
	content:"\f106";	
}
/*
	  ==============================================================
		   Header 02 Wrap Style
	  ==============================================================
*/
.gt_header_02_wrap{
	position:absolute;
	top:20px;
	left:0px;
	width:100%;
	z-index:10;	
}
.gt_header_02_top_bar{
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;	
}
.gt_top_contact_us_wrap{
	float:left;
	width:auto;
	margin:9px 0 0;	
}
.gt_top_contact_us_wrap ul{
	float:left;
	width:100%;	
}
.gt_top_contact_us_wrap ul li{
	position:relative;
	display:inline-block;
	padding:0px 10px;
	color:#110e0b;
	font-weight:500;
	font-family: 'Montserrat', sans-serif;	
}
.gt_top_contact_us_wrap ul li i{
	margin-right:10px;	
}
.gt_top_contact_us_wrap ul li a{
	display:inline-block;
	font-weight:500;	
}
/*Site Map Css*/
.gt_header_02_sitemap{
	float:right;
	width:auto;
	margin:8px 20px 0 0;	
}
.gt_header_02_sitemap ul{
	float:left;
	width:100%;	
}
.gt_header_02_sitemap ul li{
	display:inline-block;
	position:relative;	
}
.gt_header_02_sitemap ul li a{
	display:block;
	color:#110e0b;
	text-transform:capitalize;
	padding:0px 10px;
	line-height:15px;
	border-left:2px solid #110e0b;
}
.gt_header_02_sitemap ul li:first-child a{
	border-left:0px;	
}
.gt_header_02_sitemap ul li:hover a,
.gt_top_contact_us_wrap ul li:hover a{
	color:#fff;	
}
.gt_top_contact_us_wrap ul li:hover i{
	color:#fff;	
}
/*Get a Quote Css*/
.gt_header_02_get_qoute{
	float:right;
	width:auto;
	padding:9px 30px;
	position:relative;
	z-index:2;
}
.gt_header_02_get_qoute:before{
	content:"";
	position:absolute;
	top:0px;
	right:-100px;
	left:3px;
	height:100%;
	background-color:rgba(0,0,0,0.08);
	transform:skewX(-35deg);
	-moz-transform:skewX(-35deg);
	-webkit-transform:skewX(-35deg);
	z-index:-1;	
}
.gt_header_02_get_qoute a{
	display:inline-block;
	color:#110e0b;
	text-transform:uppercase;
	font-weight:600;
}
.gt_header_02_get_qoute:hover:before{
	background-color:#333333;	
}
.gt_header_02_get_qoute:hover a{
	color:#fff;	
}
/*
	  ==============================================================
		   Header 02 Logo Wrap Style
	  ==============================================================
*/
.gt_header_02_nav_logo_wrap{
	float:left;
	width:100%;
	position:relative;
	background-color:#333333;	
}
.gt_header_02_logo_wrap{
	float:left;
	width:auto;
	padding:6px 3px 7px;	
}
.gt_header_02_logo_wrap > a{
	display:block;	
}
/*
	  ==============================================================
		   Header 02 Navigation Wrap Style
	  ==============================================================
*/
.gt_header_02_nav_wrap{
	float:right;
	width:auto;
	position:relative;	
}
.gt_header_02_nav_wrap ul{
	float:left;
	width:100%;	
}
.gt_header_02_nav_wrap ul li{
	position:relative;
	display:inline-block;
	margin:0px 15px;	
}
.gt_header_02_nav_wrap ul li:before{
	content:"";
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:3px;
	transform:scale(0);
	-moz-transform:scale(0);
	-webkit-transform:scale(0);	
}
.gt_header_02_nav_wrap ul li:after{
	content:"";
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	margin:auto;
	border-right:10px solid transparent;
	border-left:10px solid transparent;
	width:0px;
	height:0px;
	opacity:0;
}
.gt_header_02_nav_wrap ul li a{
	display:block;
	color:#8f8f8f;
	padding:20px 0px;
	text-transform:uppercase;	
}
/*2nd ul*/
.gt_header_02_nav_wrap ul ul{
	position:absolute;
	top:100%;
	left:0px;
	width:250px;
	background-color:rgba(51,51,51,0.75);
	opacity:0;
	visibility:hidden;
	margin:0px;	
}
.gt_header_02_nav_wrap ul ul li{
	width:100%;
	margin:0px;	
}
.gt_header_02_nav_wrap ul ul li a{
	padding:15px;	
}
.gt_header_02_nav_wrap ul ul li:before{
	height:1px;	
}
.gt_header_02_nav_wrap ul ul li:after{
	margin:0px;
	left:20px;
	right:auto;	
}
/*3rd ul*/
.gt_header_02_nav_wrap ul ul ul{
	left:100%;
	top:0px;	
}
/*Hover CSS*/
.gt_header_02_nav_wrap ul > li:hover:after{
	opacity:1;	
}
.gt_header_02_nav_wrap ul > li:hover > ul{
	opacity:1;
	visibility:visible;	
}
/*
	  ==============================================================
		   Header 02 Search Wrap Style
	  ==============================================================
*/
.gt_header_02_search,
.gt_header_02_cart{
	float:right;
	width:auto;
	position:relative;
	padding:20px 15px;	
}
.gt_header_02_search > a,
.gt_header_02_cart > a{
	display:inline-block;
	color:#8f8f8f;	
}
.search-wrapper-area{
	position:absolute;
	right:0px;
	bottom:-60px;
	background:#333;
	padding:10px;
	display:none;
}
.search-area{
	position:relative;
}
.search-area input[type="text"]{
	float:left;
	height:40px;
	padding:5px 45px 5px 15px;
	background-color:#333;
}
.search-area input[type="submit"]{
	float:left;
	position:absolute;
	right:0px;
	padding:10px; 
	border:none;
	background:#ccc;
	color:#fff;
}
.search-area input[type="submit"]:hover{
	background-color:#fff;	
}
.kode_search{
	float:left;
	margin-left:10px;
	margin-top:14px;	
	position:relative;
}
.kode_search a i
{
	padding:9px;
	color:#27282d;
	border:2px solid #9e9ea0;	
}

/*
	  ==============================================================
		   404 Page Style
	  ==============================================================
*/
.gt_404_outer_wrap{
	float:left;
	width:100%;
	position:relative;
	text-align:center;	
}
.gt_404_outer_wrap h1{
	font-size:270px;
	font-weight:bold;
	line-height:normal;	
}
.gt_404_outer_wrap h1 > span,
.gt_404_outer_wrap h1 > span i{
	display:inline-block;	
}
.gt_404_error_wrap{
	float:left;
	width:100%;
	position:relative;	
}
.gt_404_error_wrap h4{
	text-transform:uppercase;
	font-weight:bold;
	font-size:37px;
	margin:0px 25px;
	display:inline-block;
	position:relative;	
}
.gt_404_error_wrap h4:before{
	content:"";
	position:absolute;
	top:-160px;
	left:-152px;
	width:3px;
	bottom:19px;
	background-color:#3b3b3c;	
}
.gt_404_error_wrap h4:after{
	content:"";
	position:absolute;
	top:-160px;
	right:-152px;
	width:3px;
	bottom:19px;
	background-color:#3b3b3c;	
}
.gt_404_error_wrap > span{
	display:inline-block;
	width:120px;
	height:3px;
	background-color:#3b3b3c;
	margin:10px 0px;
	position:relative;
}
/*
	  ==============================================================
		   Contact Us Wrap Style
	  ==============================================================
*/
.gt_contact_us_map.map-canvas{
	float:left;
	width:100%;
	height:400px;
	position:relative;	
}
.gt_contact_info_outer_wrap{
	float:left;
	width:100%;
	position:relative;
	border-bottom:1px solid #dedede;	
}
.gt_contact_info_element_wrap{
	float:left;
	width:100%;
	position:relative;
	padding:60px 20px;
	text-align:center;
	min-height:358px;	
}
.gt_contact_info_element_wrap > span{
	background-color: #fff;
    border: 2px solid #696969;
    color: #696969;
    display: inline-block;
    font-size: 40px;
    height: 90px;
    line-height: 95px;
    margin: 0 0 45px;
    width: 90px;
}
.gt_contact_info_element_wrap > span i{
	display:inline-block;	
}
.gt_contact_info_element_wrap h5{
	text-transform:uppercase;
	font-weight:500;
	color:#666666;
	margin:0px 0px 14px;	
}
.gt_contact_info_element_wrap p{
	margin:0px;
	font-size:16px;
	color:#666666;
}
.gt_contact_info_element_wrap > a{
	display:inline-block;
	color:#666;	
}
/*Hover CSS*/
.gt_contact_info_element_wrap.active
/*.gt_contact_info_element_wrap:hover*/{
	background-color:#f6f6f6;	
}
.gt_contact_info_element_wrap:hover h5,
.gt_contact_info_element_wrap:hover p,
.gt_contact_info_element_wrap:hover a{
	color:#fff;	
}
.gt_contact_info_element_wrap > a:hover{
	color:#333;	
}
.gt_contact_info_element_wrap:hover span{
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);	
}
/*Form Wrap Css*/
.gt_contact_form{
	float:left;
	width:100%;
	position:relative	
}
.gt_contact_us_field{
	float:left;
	width:100%;
	position:relative;
	margin-top	:10px;
}
.gt_contact_us_field input[type="text"],.gt_contact_us_field input[type="date"],
.gt_contact_us_field input[type="email"],.gt_contact_us_field input[type="password"],
.gt_contact_us_field select,
.gt_contact_us_field textarea{
	float:left;
	width:100%;
	border:1px solid rgba(127,127,127,0.21);
	border-radius:2px;
	min-height:48px;
	margin:0 0 10px;
	padding:8px 40px 8px 15px;	
}
.gt_contact_us_field textarea{
	/* min-height:185px; */
	resize:none;
}
.gt_contact_us_field label{
	position:absolute;
	top:13px;
	right:23px;
	font-size:20px;
	color:#666666;	
}
.gt_contact_us_field input[type="submit"],
.gt_contact_us_field button{
	width:100%;	
	text-align:center;
	border:0px;
	text-transform:uppercase;
	font-weight:600;
	padding:10px 0px;
	color:#333333;
}
/*Hover Css*/
.gt_contact_us_field input[type="submit"]:hover,
.gt_contact_us_field button:hover{
	background-color:#333;
	color:#fff;	
}
#contact-form label.error {
	position: absolute;
	top: -16px;
	font-size: 11px;
	color: #a94442;
	left:0px;
}

#quote-form label.error,
#pop-quote-form label.error,
#pop-quote-form2 label.error,
#head-quote-form label.error {
	top: -14px;
	font-size: 11px;
	color: #a94442
}

input[aria-invalid="true"] {
	border-bottom: 2px solid #a94442 !important
}

.gt_contact_form #contact-result .alert {
	padding: 10px 15px;
	font-size: 12px;
	margin-bottom: 0;
}
/*
	  ==============================================================
		   Comming Soon Wrap Style
	  ==============================================================
*/
.gt_comming_soon_bg{
	background-image:url(images/comming-soon-bg.png);
	width:100%;	
}
.gt_comming_soon_bg:before{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.7);	
}
.gt_comming_soon_outer_wrap{
	padding:100px 0px 0px;	
}
.gt_comming_soon_outer_wrap,
.gt_comming_soon_wrap,
.gt_comming_soon_img{
	float:left;
	width:100%;
	position:relative;	
}
.gt_comming_soon_wrap{
	padding-top:130px;	
}
.gt_comming_soon_wrap h3{
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	margin:0px 0px 60px;	
}
.gt_comming_soon_wrap h3 > span{
	display:block;	
}
.gt_comming_soon_wrap ul.countdown{
	float:left;
	width:100%;	
}
.gt_comming_soon_wrap ul.countdown li{
	display:inline-block;
	width:18%;
	position:relative;
	text-align:center;
	z-index:10;
	margin:0px 0px 20px 50px;	
}
.gt_comming_soon_wrap ul.countdown li:first-child{
	margin:0px;	
}
.gt_comming_soon_wrap ul.countdown li > span{
	width:85px;
	height:85px;
	display:inline-block;
	color:#333;
	line-height:85px;
	color:#666666;
	font-size:24px;
	margin:0px 0px 50px;
	position:relative;
}
.gt_comming_soon_wrap ul.countdown li span:before{
	content:"";
	position:absolute;
	top:-13px;
	left:-10px;
	width:122%;
	height:122%;
	border:3px solid #fff;
	z-index:-1;	
}
.gt_comming_soon_wrap ul.countdown li span:after{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	margin:auto;
	width:80px;
	height:80px;
	background-color:#fff;
	z-index:-1;
}
.gt_comming_soon_wrap ul.countdown li p{
	text-transform:uppercase;
	font-weight:500;
	color:#fff;
	font-size:20px;	
}
.gt_comming_soon_wrap > p{
	color:#fff;
	font-size:15px;
	padding-right:30px;
	float:left;
	width:100%;
	margin:0px 0px 30px;
}
.gt_comming_soon_form,
.gt_comming_soon_field{
	float:left;
	width:100%;
	position:relative;
	text-align:center;
}
.gt_comming_soon_field input[type="text"]{
	width:100%;
	background-color:#fff;
	border:0px;
	height:42px;
	padding:8px 100px 8px 15px;
	width:100%;	
}
.gt_comming_soon_field input[type="submit"],
.gt_comming_soon_field button{
	position:absolute;
	top:0px;
	right:0px;
	height:42px;
	color:#161812;
	border:0px;
	text-transform:uppercase;
	padding:0px 30px;
	font-weight:500;	
}
.gt_comming_soon_img img{
	width:auto;
	height:auto;	
}
.gt_comming_soon_field input[type="submit"]:hover,
.gt_comming_soon_field button:hover{
	background-color:#000;
	color:#fff;	
}
.gt_comming_soon_form a{
	display:inline-block;
	color:#fff;
	text-transform:uppercase;
	padding:10px 25px;
	margin:30px 0px 0px;
	font-weight:600;
}
.gt_comming_soon_form a:hover{
	background-color:#fff;
	color:#000;
}
/*
	  ==============================================================
		  Team Detail Page Style
	  ==============================================================
*/
.gt_team_detail_outer_wrap{
	float:left;
	width:100%;
	position:relative;
	margin:0px 0px 30px;	
}
.gt_professional_team_wrap.gt_team_member_detail{
	background-color:#fbfbfc;	
}
.gt_professional_team_wrap.gt_team_member_detail:hover .gt_prof_team_add{
	width:20px;	
}
.gt_professional_team_wrap.gt_team_member_detail:hover .gt_prof_team_add > a{
	opacity:1;	
}
.gt_team_member_des_wrap{
	float:left;
	width:100%;
	position:relative;
	margin:0px 0px 25px;
	padding:0px 0px 15px;
	border-bottom:1px solid #f3f3f3;
}
.gt_team_member_des_wrap h5{
	font-size:24px;
	color:#666;
	text-transform:uppercase;
	margin:0px 0px 20px;
	font-family: 'Droid Sans', sans-serif;
	font-weight:500;
}
.gt_team_member_des_wrap h6{
	font-size:15px;
	text-transform:uppercase;
	margin:0px 0px 15px;	
	color:#666;
	font-family: 'Droid Sans', sans-serif;
	font-weight:500;
}
.gt_team_member_skill_wrap{
	float:left;
	width:100%;
	position:relative;
	border-bottom:1px solid #f3f3f3;	
}
.gt_team_member_skill_wrap h5{
	color:#666666;
	margin:0px 0px 25px;
	text-transform:uppercase;
	font-weight:500;	
}
.skillbar1{
	float:left;
	width:100%;
	position:relative;
	margin:0px 0px 25px;	
}
.skillbar1-title{
	float:left;
	width:20%;
	color:#747474;
	text-transform:uppercase;
	font-size:15px;	
}
.gt_skill_bar_move{
	float:left;
	width:65%;
	background-color:#eeeeee;
	border-radius:20px;
	margin-top:8px;
}
.gt_skill_bar_move .skillbar1-bar{
	border-radius:20px;
	height:5px;	
}
.skill-bar1-percent{
	float:left;
	width:10%;
	color:#747474;
	text-align:right;
	font-size:15px;	
}
/*Team Detail Contact Info*/
.gt_team_contact_outer_wrap{
	float:left;
	width:100%;
	position:relative;
	border-bottom:1px solid #f3f3f3;
	padding-bottom:12px;	
}
.gt_team_contact_detail{
	float:left;
	width:100%;
	position:relative;
	border-bottom:1px solid #f3f3f3;
	padding-bottom:15px;	
}
.gt_team_contact_detail h5{
	color:#666;
	margin:0px 0px 15px;
	text-transform:uppercase;	
}
.gt_team_contact_detail ul{
	float:left;
	width:100%;
	position:relative;	
}
.gt_team_contact_detail ul li{
	position:relative;
	width:100%;
	display:block;
	padding:6px 0px;	
}
.gt_team_contact_detail ul li i{
	margin-right:5px;
	width:30px;	
}
.gt_team_contact_detail ul li span,
.gt_team_contact_detail ul li span a{
	color:#666666;
	display:inline-block;
	margin-right:7px;	
}
.gt_team_contact_detail ul li span a{
	font-weight:500;	
}
/*Team Detail Map Info*/
.gt_team_detail_map,
.gt_team_contact_form,
.gt_team_contact_form form,
.gt_team_form_field{
	float:left;
	width:100%;
	position:relative;	
}
.gt_team_detail_map .map-canvas{
	min-height:278px;	
}
.gt_team_contact_form h5{
	color:#666;
	margin:0px 0px 15px;
	text-transform:uppercase;	
}
.gt_team_form_field input[type="text"],
.gt_team_form_field input[type="email"],
.gt_team_form_field textarea{
	float:left;
	width:100%;
	position:relative;
	border:1px solid #e7e7e7;
	min-height:40px;
	margin:0px 0px 20px;
	padding:8px 15px;
	border-radius:3px;	
}
.gt_team_form_field textarea{
	min-height:120px;	
}
.gt_team_form_field input[type="submit"],
.gt_team_form_field button{
	text-transform:uppercase;
	color:#000000;
	border:2px solid #000000;
	padding:6px 22px 5px;
	background-color:#fff;
	font-size:15px;
	font-weight:500;	
}
.gt_team_form_field input[type="submit"]:hover,
.gt_team_form_field button:hover{
	color:#fff;	
}
/*
	  ==============================================================
		  Shop Detail Page Style
	  ==============================================================
*/
.gt_shop_detail_bg{
	padding-bottom:40px;	
}
.gt_product_detail_border_wrap{
	border-bottom:1px solid #dddddd;
	padding:0px 0px 25px;
	margin:0px 0px 35px;	
}
.gt_product_detail_border_wrap,
.gt_shop_slider_outer_wrap{
	float:left;
	width:100%;
	position:relative;	
}
.shop_detail_thumnail{
	float:left;
	width:20%;
	margin:0px 20px 0px 0px;
	position:relative;	
}
.shop_detaild_slider{
	float:left;
	width:76%;
	position:relative;	
}
.shop_detail_thumnail ul.slides,
.shop_detaild_slider ul.slides{
	float:left;
	width:100%;	
}
.shop_detail_thumnail ul li{
	float:left;
	width:100%;
	border:1px solid #d9d9d9;
	text-align:center;
	padding:11px 0 11px;
	margin-bottom:15px;
}
.shop_detaild_slider ul li{
	float:left;
	width:100%;
	border:1px solid #d9d9d9;
	text-align:center;	
}
/*Slider Des Wrap css*/
.gt_shop_detail_banner,
.gt_shop_rating_wrap,
.gt_shop_price_wrap,
.gt_product_detail_des,
.gt_product_left_wrap{
	float:left;
	width:100%;
	position:relative;	
}
.gt_shop_detail_banner > h4{
	font-size:24px;
	font-weight:600;
	margin:0px 0px 6px;
	text-transform:uppercase;	
}
.gt_shop_rating_wrap{
	margin:0px 0px 6px;	
}
.gt_shop_rating_wrap ul{
	float:left;
	width:auto;	
}
.gt_shop_rating_wrap ul li{
	display:inline-block;
	position:relative;	
}
.gt_shop_rating_wrap ul li a{
	display:block;	
}
.gt_shop_rating_wrap > span{
	display:inline-block;
	color:#000;
	font-weight:600;
	margin-left:20px;	
}
.gt_shop_price_wrap{
	padding-bottom:15px;
	margin-bottom:18px;
	border-bottom:1px solid #dddddd;	
}
.gt_shop_price_wrap > h4{
	font-size:24px;
	display:inline-block;
	font-weight:600;	
}
.gt_shop_price_wrap > span{
	display:inline-block;
	text-decoration:line-through;
	font-weight:600;
	color:#666666;
	margin-left:25px;
	font-size:20px;	
}
.gt_product_detail_des{
	padding-bottom:6px;
	margin-bottom:20px;
	border-bottom:1px solid #dddddd;	
}
.gt_product_detail_des > h5{
	text-transform:uppercase;
	font-weight:600;
	margin:0px 0px 10px;	
}
.gt_product_left_wrap{
	margin:0px 0px 20px;
	padding:0px 0px 20px;
	border-bottom:1px solid #dddddd;	
}
.gt_product_left_wrap > h6{
	color:#666666;
	font-size:16px;
	font-weight:500;
	margin:0px 0px 15px;	
}
.gt_product_left_wrap span{
	color:#666666;
	font-size:16px;
	font-weight:500;
	margin:0px 0px 10px;
	display:inline-block;
	float:left;
	padding:11px 0px 0px;	
}
.gt_product_left_wrap #incdec{
	float:left;
	width:auto;
	position:relative;
	margin-left:70px;	
}
.gt_product_left_wrap #incdec input[type="text"]{
	width:47px;
	height:47px;
	border:1px solid #d9d9d9;
	text-align:center;	
}
.gt_product_left_wrap .gt_increment button{
	width:40px;
	height:47px;
	position:absolute;
	background:none;
	border:1px solid #d9d9d9;
	top:0px;	
}
.gt_product_left_wrap .gt_increment button#up{
	left:-39px;	
}
.gt_product_left_wrap .gt_increment button#down{
	right:-39px;	
}
.gt_increment button:hover{
	color:#fff;	
}
.gt_product_button_wrap{
	float:left;
	width:100%;
	position:relative;	
}
.gt_product_button_wrap button{
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
	font-weight:500;
	padding:10px 0px;
	min-width:190px;
	background-color:#333;
	display:inline-block;
	margin:0px 10px 0px 0px;	
}
/*Tab Link Wrap css*/
.gt_shop_tab_outer_wrap,
.gt_shop_tab_link,
.gt_shop_tab_des,
.tab-content{
	float:left;
	width:100%;
	position:relative;	
}
.gt_shop_tab_link{
	border-bottom:1px solid;	
}
.gt_shop_tab_link ul{
	float:left;
	width:100%;	
}
.gt_shop_tab_link ul li{
	display:inline-block;
	position:relative;
	width:18%;	
}
.gt_shop_tab_link ul li a{
	display:block;
	color:#666666;
	text-transform:uppercase;
	font-weight:500;
	text-align:center;
	padding:8px 0px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;	
}
.gt_shop_tab_link ul li.active a,
.gt_shop_tab_link ul li:hover a{
	border-top:1px solid;
	border-left:1px solid;
	border-right:1px solid;	
}
.gt_shop_tab_des{
	padding:25px 0px 0px;	
}
.gt_shop_tab_des ul{
	float:left;
	width:100%;	
	margin:0px 0px 15px;
}
.gt_shop_tab_des ul li{
	width:100%;
	float:left;
	position:relative;
	color:#666666;
	text-transform:uppercase;
	font-weight:500;
	margin:0px 0px 10px;	
}
.gt_shop_tab_des ul li:before{
	content:":";
	position:absolute;
	top:0px;
	left:18%;
	width:auto;
	height:100%;
	color:#666666;
	font-weight:bold;
}
.gt_product_name{
	float:left;
	width:20%;
	position:relative;	
}
.gt_product_name_des{
	float:left;
	width:70%;
	position:relative;	
}
/*
	  ==============================================================
		  Back to Top Style
	  ==============================================================
*/
.back-to-top{
	position:fixed;
	right:20px;
	bottom:20px;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;	
}
.back-to-top a{
	color:#fff;
	font-weight:bold;
	font-size:18px;
	font-weight:bold;	
}
.back-to-top:hover{
	background-color:#333;	
}
/*
	  ==============================================================
		  Boxed Wrapper Style
	  ==============================================================
*/
.gt_wrapper_boxed{
	background-color: #fff;
    /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);*/
    margin: 40px auto;
    width: 1200px;
	position:relative;	
}
/*
	  ==============================================================
		  Get a Quote Form Style
	  ==============================================================
*/
.consultation_form {
	width:520px;
	height:585px;
	background: #D1D1D1;
	overflow: visible;
	margin:auto;
}
.consultation_form form{
	width:100%;
	float:left;
	position:relative;
}
.consultation_form form .input_wrapper {
	padding: 30px 35px 0 35px;
	overflow: visible;
}
.consultation_form h3 {
	font-weight: normal;
	color:#fff;
	padding: 22px 10px;
	white-space: normal;
	text-align: center;
	background: #ffc400;
	line-height: 60px;
}
.consultation_form form label {
	display: block;
	color:#fff;
	font-weight: normal;
}
.consultation_form form .single_input {
	width:100%;
	height:39px;
	margin-bottom: 51px;
	position: relative;
}
.consultation_form form .single_input input {
	width:100%;
	height:100%;
	background: #fff;
	padding-left: 9px;
	display: block;
}
.consultation_form form .date,
.consultation_form form .time {
	height:39px;
	width:47%;
	display: inline-block;
	position: relative;
	margin-bottom: 51px;
	position: relative;
}
.consultation_form form .date input,
.consultation_form form .time input {
	width:100%;
	height:100%;
	border-radius: 0;
	display: block;
	padding-left: 9px;
}
.consultation_form form .date span.placeholder,
.consultation_form form .time span.placeholder {
	display: block;
	line-height: 45px;
	position: absolute;
	top:24px;
	right:10px;
}
 .consultation_form form .time {
	margin-left:17px;
}
.ui-timepicker-wrapper {
	width:110px;
}
.consultation_form form .message {
	position: relative;
}
.consultation_form form .message textarea {
	height:60px;
	width:100%;
	display: block;
	padding: 10px;
}
.consultation_form form  button {
	position: static;
	width:100%;
	height:55px;
	line-height: 55px;
	font-weight: 700;
	color:#fff;
	text-transform: uppercase;
	text-align: center;
	background: #ffc400;
	margin-top:30px;
}
.consultation_form form input ,
.consultation_form form textarea,
.consultation_form form  button {
	border:none;
	box-shadow: none;
	outline: none;
	border: 1px solid transparent;
	-webkit-transition: all 0.3s ease-in-out !important;
	-o-transition: all 0.3s ease-in-out !important;
	transition: all 0.3s ease-in-out !important;
}
.consultation_form form input:focus ,
.consultation_form form textarea:focus {
	border:1px solid #ffc400;
}
.consultation_form form  button:hover {
	background: #222;
}
.tp-mask-wrap {
	overflow: visible !important;
}
.consultation_form form .icon {
    width: 60px;
    height: 60px;
    background: #ffc400;
    position: absolute;
    top: 5px;
    left: -95px;
    text-align: center;
    border-radius: 50%;
}
.consultation_form form .icon span{
	color:#fff;
	line-height:60px;
	color:#fff;
	font-size:25px;
}
.consultation_form form .icon:hover {
   border:2px solid #fff;
}
.consultation_form form .icon .ficon:before {
    line-height: 60px;
    font-size: 25px;
    color: white;
    margin-left: 0px;
}
.gt_foo_contact_des.active .gt_foo_icon_des h5 
{
	color:#fff;
}

.gt_navigation_wrap ul li ul li a
{
	color:#bcbcbc;
	font-size: 14px;
	font-family: 'RevolutionGothicBold',sans-serif;
}
.gt_navigation_wrap ul li ul li:hover a
{
	color:#fff;
}
.social-icons.social-icons-colored .social-facebook a, .social-icons.social-icons-colored-hover .social-facebook a:hover
{
	    background-color: #5d82d1;
}
.social-icons.social-icons-colored .social-youtube a, .social-icons.social-icons-colored-hover .social-youtube a:hover
{
	background-color: #ef4e41;
}
.social-icons.social-icons-colored .social-twitter a, .social-icons.social-icons-colored-hover .social-twitter a:hover {
    background-color: #40bff5;
}
.social-icons.social-icons-colored .social-instagram a, .social-icons.social-icons-colored-hover .social-instagram a:hover {
    background-color: #548bb6;
}
.full-width-magazine-title
{
	width: 100%;
    background: #464542 no-repeat;
    font-weight: bold;
    overflow: hidden;
    font-size: 18px!important;
    padding: 20px 10px 9px 10px;
    border-bottom: 1px solid #42413f;
}
.full-width-magazine-title h1,.full-width-magazine-title a
{
	color:#fff;
	font-weight: bold;
    font-size: 18px!important;
}
.full-width-magazine-title div
{
	margin-right: 20px;
}
.full-width-magazine-title span
{
	margin-left:-9px;
}
.fr
{
	float: right!important;
}
.fl
{
	float: left!important;
}
.fa_container
{	
	width: 37px;
	height: 35px;
    overflow: hidden;
    padding: 5px 9px;
    float: left;
    margin-top: -5px;
    border: 1px solid #31302a;
    border-radius: 4px;
    background: #31302a;
}
.gt_navigation_wrap ul li:hover a {
    color: #fff!important;
    background: #464542;
}
h1.special_title
{
	float: none;
	margin: 0 auto;
	text-align: center;
	font-size: 28px!important;
}
.slide_detail {
    overflow: hidden;
    font-family: 'RevolutionGothicRegular', sans-serif;
    color: #464542;
    font-size: 20px;
    padding:25px 0 25px 30px
}
.gt_banner_wrap .slide_detail ul li:before {
    position: absolute;
    left: -20px;
    top: 3px;
    font-size: 16px;
    content: "\f00c";
    font-family: fontawesome;
}
.dl-menuwrapper button
{
	background-color:#E3000F!important;
}
.menu_title {
    position: relative;
    overflow: hidden;
    font-family: 'RevolutionGothicRegular', sans-serif;
    float: left;
    background: #e3000f;
    font-size: 24px;
    width: calc(100% - 40px);
    height: 40px;
    font-weight: normal;
    padding: 4px 22px;
    color: #fff;
}
prev.magazine_date
{
	color:#fff;
	margin-left: 5px;
}
.owl-nav 
{
	position: absolute;
	top: 350px;
	left: 0;
	right: 0;
}
.owl-nav div 
{
	position: absolute;
	top: 0;
	bottom: 0;
	display: inline-block;
	zoom: 1;
	margin: 0;
	width: 50px;
	height: 30px;
	line-height: 25px;
	text-align: center;
	font-size: .9em;
	border-radius: 3px;
	color: #FFF;
	background: #000;
	/* opacity: .6; */
	text-transform: capitalize;
}
.owl-prev 
{
	left: 5px;
}

.owl-next 
{
	right: 5px;
}
.owl-carousel .owl-nav .owl-prev:before{
    
    content: "\f053";
    margin-right:5px;
    font-family: fontawesome;

}
.owl-carousel .owl-nav .owl-next:after{
    
    content: "\f054";
    margin-left:5px;
    font-family: fontawesome;
}
.owl-theme .owl-nav .owl-page {
    display: inline-block;
}
.owl-theme .owl-nav .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}
#all_magazines
{
	width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    height: 227px;
    padding: 20px;
    color: #fff;
    display: none;
    margin-bottom: 10px;
}
.magazine_small_container {
    position: relative;
    overflow: hidden;
    max-height: 210px;
}
.magazine_small_container img
{
	max-height: 170px;
	  -moz-transition: all 0.5s;
	  -webkit-transition: all 0.5s;
	  transition: all 0.5s;
	object-fit: cover;
}
#all_magazines .owl-nav 
{
	top:37%;
}
.magazine_small_container h4 {
    font-size: 18px;
    text-align: center;
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    padding: 8px;
    /* position: relative; */
    color: #d2cdcd!important;
    margin-top: 20px;
}
.magazine-series
{
	cursor: pointer;
}
.full_screen_opac
{
	position: absolute;
    width: 100%;
    text-align: center;
    height: 100%;
    bottom: 42px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    top: 0;
    margin: 0 auto;
	-webkit-transition: all 0.5s;
	    transition: all 0.5s;
}
.full_screen_opac img {
    width: auto;
    height: 90px;
    margin: 0 auto;
    /* position: absolute; */
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.full_screen_opac h2 {
    color: #e4e4e4;
    display: block;
    clear: both;
    font-size: 30px;
    margin-top: 20px;
}
.type1_bg {
    background: rgba(20, 108, 39, 0.7);
}
.type2_bg {
    background: rgba(190, 29, 34, 0.7);
}

.type3_bg {
    background: rgba(144, 82, 82, 0.7);
}

.type4_bg {
    background: rgba(248, 189, 107, .7);
}
.type5_bg {
    background: rgba(80, 64, 170, 0.7);
}
.type6_bg {
    background: rgba(236, 186, 177, 0.7);
}
.type7_bg {
    background: rgba(133, 181, 181, .7)
}
.type8_bg {
    background: rgba(252, 137, 23, .7);
}
.gt_contact_us_field input[type=submit],.gt_contact_us_field button
{
	background-color: #bf242d!important;
    color: #fff;
}
form p
{
	color:#b7242d;
	font-size: 14px;
}
.gt_accord_hdg span {
    background: #E3000E!important;
    color: #fff!important;
}
.gt_accord_des a {
    color: #E3000E;
    text-decoration: underline;
}
.error_container {
    /* float: left; */
    color: #b7242d;
}
.error_container:before {
    content: "* ";
}
.alert
{
	  -moz-transition: all 0.5s;
	  -webkit-transition: all 0.5s;
	  transition: all 0.5s;	
	overflow: hidden;
	text-align: center;
	position: relative;
}
.alert strong
{
	text-align: center;
	float: left;
	width: 100%;
	line-height: 35px;
	font-size: 20px;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: absolute;
    top: 6px;
    right: 23px;
}
label.input_label {
    color: #bf242d;
    padding-left: 3px;
}
.pull_center
{
	float: none;
	margin:0 auto;
}
.gt_foo_contact_des img {
	float: left;
    max-height: 30px;
    width: auto;
    margin-left: 10px;
    margin-top: 6px;
}
.change_password_input_container
{
	display: block;
	overflow: hidden;
    float: left;
    width: 100%;

}
.gt_copyright_des img
{
	max-width: 80px;
	margin-top: -5px;
}
.gt_foo_contact_des:hover img {
    opacity: 0.7;
}
.banner_container img
{
	transform: none!important;
    -moz-transform: none!important;
    -webkit-transform: none!important;
}
.gt_foo_icon_des
{
	padding: 15px 0 0 18px;
}
.gt_foo_icon_des h5
{
	font-size: 17px;
}
.gt_foo_contact_des img
{
	max-height: 36px;
}
#features {
    cursor: pointer;
}
.close_all_magazine_number_container {
	display: none;
    position: absolute;
    bottom: 7px;
    right: 21px;
    cursor: pointer;
    font-size: 12px;
    text-decoration: underline;
    z-index: 2000;
}

/* Modal Css */
/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */

}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

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

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
/* Modal Css */