@charset "utf-8";



::-moz-selection {
 background: #f36c23;
 text-shadow: none;
 color: #ffffff;
}
::selection {
	background: #f36c23;
	text-shadow: none;
	color: #ffffff;
}
body {
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.5px;
	font-weight: 400;
}
p {
	line-height: 24px;
	color: #888888;
	font-size: 15px;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-family: 'Poppins', sans-serif;
}
h1 {
	font-size: 60px;
	font-weight: 700;
}
h2 {
	font-size: 36px;
	font-weight: 700;
}
h3 {
	font-size: 26px;
	font-weight: 700;
}
h4 {
	font-size: 24px;
	font-weight: 700;
}
h5 {
	font-size: 18px;
	font-weight: 700;
}
h6 {
	font-size: 16px;
	font-weight: 700;
}
img {
	max-width: 100%;
}
ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}

#ozdilek-kuruluslari{float:left;width:280px; position:relative; color:#fff; transition:all ease 0.3s; cursor:pointer;z-index:999}
#ozdilek-kuruluslari > li{line-height:40px; font-size:14px;  padding-right:40px; padding-left:11px;}
#ozdilek-kuruluslari:hover{background:#e6e6e6; color:#000; transition:all ease 0.3s;}
#ozdilek-kuruluslari:hover:after{color:#000;}

#ozdilek-kuruluslari > li > ul{display:none; position:absolute; left:0; top:40px; background:#e6e6e6; width:280px; max-height: 400px; overflow-y: scroll;}
#ozdilek-kuruluslari > li > ul::-webkit-scrollbar{background:#b9b9b9; width:7px;}
#ozdilek-kuruluslari > li > ul::-webkit-scrollbar-thumb{background:#c4c2c2; width:7px;}
#ozdilek-kuruluslari > li:hover ul{display:block; transition:all ease 0.3s;}
#ozdilek-kuruluslari > li > ul > li{width:100%; border-bottom:1px solid rgba(0,0,0,0.1); transition:all ease 0.3s;}
#ozdilek-kuruluslari > li > ul > li:hover{background:rgba(0,0,0,0.1); transition:all ease 0.3s;}
#ozdilek-kuruluslari > li > ul > li > a{display:block; padding:0 11px; font-size:13px; color:#000; line-height:30px;}
.desk {
	display:block;
}

.mob {
	display:none;
}

/*--- Buttons ---*/
.btn-style-1 {
	color: #fff;
	border: 0;
	border-radius: 0px;
	padding: 18px 24px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	background-color: #f36c23;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-style-1:hover {
	color: #fff;
	background-color: #1a1a1a;
}
.btn-style-2 {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	margin-left:10px;
	font-weight: 600;
	padding: 8px 16px;
	border: 2px solid #ececec;
	font-family: 'Poppins', sans-serif;
	color: #f36c23;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-style-2:hover {
	color: #fff;
	background-color: #f36c23;
}
/* --- Loading --- */
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	height: 100%;
	overflow: visible;
	background-color: #fff;
}
#preloader .spinner-grow {
	top: 50%;
	position: relative;
}
/*--- Top Scroll ---*/
.scroll-top {
	display: none;
	position: fixed;
	bottom: 2px;
	right: 2%;
	text-decoration: none;
	z-index: 9999;
}
.scroll-top i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	display: block;
	color: #535353;
	background-color: #ffffff;
	border: 1px solid #535353;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	border-radius: 30px;
}
.scroll-top i:hover {
	background-color: #535353;
	color: #ffffff;
}
/*--- Section Title ---*/
.section-title {
	position: relative;
}
.section-title h2 {
	position: relative;
	font-weight: 600;
	z-index: 1;
	font-size: 34px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.section-title h2 span {
	border-bottom: 1px solid #f36c23;
	padding: 0px 0px 12px 0px;
	display: inline-block;
}
.section-title p {
	margin-bottom: 0px;
}
/*--------------------------------------------------------------
	03. Header
--------------------------------------------------------------*/
.header-upper {
	background-color: #f3f3f9;
	padding: 14px 0px;
}
.header-upper ul li {
	padding-right: 16px;
	margin-right: 0px !important;
}
.header-upper ul li:last-child {
	padding-right: 0px;
}
.header-upper ul li {
	color: #29293a;
}
.header-upper ul li a {
	color: #29293a;
	text-decoration: none;
}
.header-upper ul li span, .header-upper ul li span a {
	align-items: center;
	display: flex;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-upper i {
	padding-right: 10px;
	font-size: 19px;
	position: relative;
	color: #f36c23;
}
.header-upper ul li a:hover {
	color: #f36c23;
}
.header-upper .header-call-us {
	float: right;
	color: #f36c23;
	font-weight: 600;
	margin-right:20px;
}
.header-upper .header-call-us:hover span {
	color: #f36c23;
}
.header-upper .header-call-us span {
	padding-left: 6px;
	color: #29293a;
	font-weight: 400;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-social {
	margin-left:20px;
}



.header-social a i,.header-social a p {
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	margin-left: 4px;
	border: 2px solid #f5f5f5;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
}
.header-social a i:hover,.header-social a p:hover {
	border: 2px solid #f36c23;
	background-color: #f36c23;
	color: #fff;
}

.header-social a p {
	margin-top:0px!important;
	margin-bottom:0px!important
}

.header-social a {
	padding: 30px 0px !important;
}
/* navigation */
.navigation {
	z-index: 9999 !important;
	background-color: #fff;
}
.navigation .navbar-brand {
	padding: 0px;
	margin: 0px;
}
.navigation .navbar .navbar-nav > .nav-item {
	margin-right: 30px;
	position: relative;
}
.navigation .navbar-nav .nav-link {
	color: #333;
	padding: 12px 0px;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navigation .navbar-nav .nav-link:hover {
	color: #f36c23;
}
.navigation .navbar-nav .nav-item.active .nav-link {
	color: #f36c23;
}
.navigation .navbar .navbar-nav > .nav-item:last-child {
	margin-right: 0px;
}
.navigation .navbar .navbar-nav {
	align-items: center;
}
.navigation .navbar .navbar-nav > .nav-item .dropdown-menu {
	margin: 0px;
	border-radius: 0px;
	padding: 0px;
	background-color: #f36c23;
	border: 0px;
}
.navigation .navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
	color: rgba(255,255,255,0.8);
	font-size: 12px;
	font-weight: 500;
	padding: 10px 15px 10px 15px;
	position: relative;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.navigation .navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item:last-child {
	border-bottom: 0px;
}
.navigation .navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover {
	background-color: #f36c23;
	color: #fff;
}
/*Navbar Toogle*/
.navbar-toggler {
	border: none;
	padding: 10px 6px;
	background-color: #f5f5f5;
	outline: none !important;
}
.navbar-toggler span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #2D2E33;
}
.navbar-toggler span + span {
	margin-top: 4px;
	width: 18px;
}
.navbar-toggler span + span + span {
	width: 10px;
}
/* sticky */
.sticky {
	position: fixed;
	top: 0px;
}
.is-sticky .navigation {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	z-index: 50 !important;
}
@media screen and (min-width: 992px) {
/* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
	display: block!important;
}
}
/*--------------------------------------------------------------
	04. Slider
--------------------------------------------------------------*/
.slider .carousel-caption {
	top: 50%;
	bottom: auto;
	left: 0px;
	right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	transform: translateY(-50%);
}
.slider .carousel-item:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	background-color: rgba(0,0,0,0.6);
}
.slider .carousel-caption .slider-caption-box p {
	position: relative;
	padding-left: 22px;
	margin-bottom: 16px;
	font-size: 20px;
	color: #ccc;
}
.slider .carousel-caption .slider-caption-box p:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	border-left: 4px solid #f36c23;
}
.slider .carousel-caption h2 {
	font-weight: 600;
	margin-bottom: 30px;
	font-size: 50px;
	color: #fff;
	line-height: 60px;
	text-transform: capitalize;
}
.slider .carousel-control-next, .slider .carousel-control-prev {
	border-radius: 0;
	color: #fff;
	text-align: center;
	background-color: rgba(0,0,0,0.6);
	font-size: 18px;
}
.slider .carousel-control-next {
	bottom: auto;
	width: auto;
	top: 50%;
	width: 48px;
	height: 48px;
	line-height: 48px;
	right: 0px;
	transform: translateY(-50%);
}
.slider .carousel-control-prev {
	left: 0px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	display: inline-block;
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
}
/*--------------------------------------------------------------
	05. Promo box
--------------------------------------------------------------*/
.promo-box {
	text-align: center;
}
.promo-box img {
	background-color: #f36c23;
	width: 100px;
	height: 100px;
	line-height: 100px;
	color: #fff;
	font-size: 40px;
	border-radius: 100%;
	text-align: center;
	margin-bottom: 20px;
	padding:10px;
	
}
.promo-box h3 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
}
/*--------------------------------------------------------------
	06. About us
--------------------------------------------------------------*/
.mobile-button {
	display:none;
}


.Hakkimizdasertifkalar{
	width:100%;
	margin-top:30px;
}
.Hakkimizdasertifkalar li{
	float:left;
	width:236px;
	height:210px;
	display:flex!important;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	margin-right:29px;
	margin-bottom:29px!important;
	border:1px solid #f0f0f0;
	background:#fafafa;
	position:relative;
	transition:All ease 0.3s;
}
.Hakkimizdasertifkalar li:nth-child(5n){
	margin-right:0;
}
.Hakkimizdasertifkalar:after{clear:both; display:table; content:"";}
.Hakkimizdasertifkalar li:hover{
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
transition:All ease 0.3s;
}

.Hakkimizdasertifkalar li a{position:absolute; right:0; top:0; left:0; bottom:0; z-index:3;}
.Hakkimizdasertifkalar li img{width:80px; margin-bottom:10px;}
.Hakkimizdasertifkalar li span{    font-size: 14px;
    font-weight: normal;
    color: #5e5e5e;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
	font-weight:bold;
	line-height:14px;
	text-align:center;
	}





.relative {
	position:relative;
}
.glightbox_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  }

.outer_circle {
  stroke-width: 3;
  stroke-dasharray: 410; 
   stroke-dashoffset: 0;
  stroke-linecap: square;
  transition: all .4s ease-out;
}

.glightbox_video:hover .outer_circle {
stroke-dashoffset:410;
  transition: stroke .7s .4s ease-out, stroke-dashoffset .4s ease-out
}

.glightbox_video:hover 
.inner-circle {
  fill: #f36c23;
  transition:fill .4s .3s ease-out;
  
}

.glightbox_video:hover
.play{
    fill: white;
  transition:fill .4s .3s ease-out;
}


.about-img img {
	width:100%;
}

.about-text h2 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.about-text h6 {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 20px;
}
/*--------------------------------------------------------------
	07. Counter
--------------------------------------------------------------*/
.counter-up-area {
	background-color: #1e1e1e;
}
.counter-up-area .col-lg-3 + .col-lg-3 {
	border-left: 1px solid #5b6674;
}
.single-count-item {
	z-index: 0;
	position: relative;
	text-align: center;
}
.single-count-item h3 {
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 4px;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.single-count-item span {
	color: #fff;
	font-size: 58px;
	line-height: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
/*--------------------------------------------------------------
	08. Services
--------------------------------------------------------------*/
.service-box {
	border: 1px solid #ddd;
}
.service-box .image {
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.service-box .image img {
	position: relative;
	width: 100%;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.service-box:hover .image img {
	transform: scale(1.2);
}
.service-box .caption {
	padding: 20px;
	background-color: #fff;
	z-index: 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.service-box h4 {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.service-box h4:after {
	position: absolute;
	content: "";
	bottom: 0px;
	left: 0px;
	height: 1px;
	width: 50px;
	background-color: #f36c23;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.service-box:hover h4:after {
	width: 100px;
}
.service-box h4 a {
	color: #000;
	font-weight: 600;
	font-size: 22px;
	display: inline-block;
}
.service-box .caption p {
	margin-bottom: 20px;
}

.service-box .caption ul {
	min-height:75px;
}

.service-box .caption ul li {
	line-height: 24px;
    color: #888888;
    font-size: 13px;
    font-weight: 400;	
	letter-spacing:0px;
}

.service-box .caption ul li i {
	margin-right:10px;
}


.service-box .caption ul li a {
	text-decoration:none;
	color: #888888;
}

.service-box .caption ul li a:hover {
	text-decoration:underline;
}

.service-box h4 a:hover {
	color: #f36c23;
}
.service-box .btn-style-1 {
	font-size: 12px;
	position: absolute;
	right: 0px;
	top: -18px;
	padding: 6px 16px;
	z-index: 5;
}
/* sidebar title */
.sidebar-title h6 {
	color: #f36c23;
	font-size: 22px;
}
/* Service details */
.sidebar-services ul {
	position: relative;
}
.sidebar-services ul li {
	position: relative;
	display: block;
	margin: 14px 0px 14px 0px;
	padding-left: 20px;
}
.sidebar-services ul li:first-child {
	margin-top: 0px;
}
.sidebar-services ul li:last-child {
	margin-bottom: 0px;
}
.sidebar-services ul li:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	width: 6px;
	height: 6px;
	background-color: #c4c4c4;
	border-radius: 100%;
	content: "";
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar-services ul li a {
	position: relative;
	display: block;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar-services ul li a:hover {
	color: #f36c23;
}
.sidebar-services ul li:hover:before {
	background-color: #f36c23;
}
/* download brochure */
.brochure-btn {
	position: relative;
	display: inline-block;
	background: #f36c23;
	color: #ffffff;
	font-size: 16px;
	line-height: 60px;
	width: 100%;
	font-weight: 500;
	text-transform: capitalize;
	padding: 0 30px 0;
	transition: all 500ms ease;
}
.brochure-btn i {
	padding-right: 6px;
}
.brochure-btn:hover {
	color: #ffffff;
	background-color: #333;
}
/* help box */
.help-box {
	padding: 30px;
	background-color: #f36c23;
	background-image: url(../img/bg/help-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	z-index: 0;
}
.help-box:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
	background-color: rgba(0,0,0,0.6);
}
.help-box h3 {
	color: #fff;
	font-size: 22px;
	margin-bottom: 10px;
}
.help-box p {
	color: #fff;
	margin-bottom: 25px;
}
/* service detail contant */
.service-detail-contant h3 {
	position: relative;
	font-weight: 600;
	font-size: 32px;
	margin-bottom: 12px;
}
.service-detail-contant p {
	margin-bottom: 0px;
}
.service-detail-contant ul li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
}
.service-detail-contant ul li:last-child {
	margin-bottom: 0px;
}
.service-detail-contant ul li:before {
	content: "";
	display: inline-block;
	height: 2px;
	width: 16px;
	background-color: #f36c23;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
/*--------------------------------------------------------------
	09. Portfolio
--------------------------------------------------------------*/
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	display: none;
	overflow: hidden;
}
.filter1 li span {
	cursor: pointer;
	padding: 8px 20px;
	font-size: 13px;
	display: inline-block;
	position: relative;
	border: 1px solid #dee2e6;
	font-weight: 400;
	color: #000;
	font-family: 'Poppins', sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.filter1 li span:hover {
	background-color: #f36c23;
	color: #fff;
	border-color: #f36c23;
}
.filter1 li span.active {
	background-color: #f36c23;
	color: #fff;
	border-color: #f36c23;
}
.portfolio-item {
	border: 1px solid #ddd;
}
.portfolio-item .box-content {
	position: relative;
}
.portfolio-item .portfolio-item-img {
	position: relative;
	background-color: #f5f5f5;
}
.portfolio-item .portfolio-item-img img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio-item:hover .portfolio-item-img img {
	transform: scale(0.85);
}
.portfolio-item .portfolio-item-img:after {
	content: "";
	width: 100%;
	left: 0;
	position: absolute;
	z-index: 0;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	top: 0;
	opacity: 0;
	transition: all .5s ease 0s
}
.portfolio-item:hover .portfolio-item-img:after {
	opacity: 0.2;
}
.portfolio-item .box-content {
	padding: 15px;
}
.portfolio-item .box-content p {
	margin-bottom: 0px;
	color: #f36c23;
}
.portfolio-item .title {
	font-size: 22px;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 6px;
}
.portfolio-item .title a {
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio-item .title a:hover {
	color: #f36c23;
}
.portfolio-item .zoom-icon {
	list-style: none;
	opacity: 0;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 0px;
	text-align: center;
	right: 0px;
	transform: translateY(-50%);
	transition: all .5s ease 0s;
}
.portfolio-item:hover .zoom-icon {
	opacity: 1;
}
.portfolio-item .zoom-icon a {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #f36c23;
	margin: auto;
	border-radius: 100%;
	font-size: 16px;
	color: #fff;
	transition: all .3s ease 0s
}
.portfolio-item .zoom-icon a:hover {
	background-color: #1a1a1c;
}
/* Portfolio Single */
.portfolio-single-title {
	position: relative;
	border-bottom: 1px solid #f36c23;
	font-size: 22px;
	padding-bottom: 8px;
}
.overview-project p {
	margin-bottom: 20px;
}
/* project info */
.project-info li {
	padding-left: 18px;
	position: relative;
	margin-bottom: 16px;
}
.project-info li:last-child {
	margin-bottom: 0px;
}
.project-info li:before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	top: 50%;
	background-color: #f36c23;
	border-radius: 100%;
	left: 0px;
	transform: translateY(-50%);
}
/*--------------------------------------------------------------
	10. Subscribe area
--------------------------------------------------------------*/
.subscribe-area {
	z-index: 0;
	position: relative;
}
.subscribe-area:after {
	position: absolute;
	content: "";
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}
.subscribe-bg {
	background: url(../img/bg/subscribe-bg.jpg) fixed no-repeat;
	background-size: cover;
}
.subscribe-area h2 {
	text-transform: capitalize;
	font-size: 40px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 30px;
}
.subscribe-area input, .subscribe-area select {
	padding: 0px 20px;
	color: #909090;
	height: 50px;
	font-size: 16px;
	border-radius: 0px;
	border: none;
	display: inline-block;
	width: 100%;
}
.subscribe-area button {
	display: inline-block;
	text-align: center;
	position: relative;
	height: 50px;
	font-size: 16px;
	color: #fff;
	background-color: #f36c23;
	border-radius: 0px;
	border: 0px;
	width: 100%;
}
/*--------------------------------------------------------------
	11. Team
--------------------------------------------------------------*/
.team-item {
	border: 1px solid #ddd;
	position: relative;
	background-color: #fff;
	z-index: 0;
}
.team-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	background-color: #f5f5f5;
	top: 0px;
	left: 0px;
	z-index: -1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.team-item:hover:after {
	height: 100%;
}
.team-item .team-item-img {
	overflow: hidden;
	text-align: center;
}
.team-item .team-item-caption {
	text-align: center;
	padding: 18px 0px 0px 0px;
	z-index: 10;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}
.team-item .team-item-caption h4 {
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin-bottom: 6px;
	font-weight: 600;
}
.team-item .team-item-caption p {
	position: relative;
	color: #f36c23;
}
.team-item .team-item-social {
	width: 100%;
	border-bottom: 1px solid #f36c23;
	list-style: none;
	display: flex;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}
.team-item .team-item-social li {
	display: inline-block;
	text-align: center;
	border-top: 1px solid #ededed;
	border-right: 1px solid #ededed;
	flex: 1 1 auto;
}
.team-item .team-item-social li:last-child {
	border-right: none;
}
.team-item .team-item-social a {
	position: relative;
	display: block;
	background-color: #ffffff;
	color: #7c7e84;
	font-size: 14px;
	line-height: 50px;
	transition: all 500ms ease;
}
.team-item .team-item-social a:hover {
	color: #fff;
	background-color: #f36c23;
}
/*--------------------------------------------------------------
	12. Testimonial
--------------------------------------------------------------*/
.testimonial-item {
	width: 100%;
	background-color: #fff;
	padding: 25px;
	border: 1px solid #f5f5f5;
}
.testimonial-img {
	width: 100%;
	text-align: center;
}
.testimonial-item .testimonial-user-img {
	margin-right: 20px;
	position: relative;
}
.testimonial-item .testimonial-user-img img {
	border: 4px solid #fff;
	border-radius: 50%;
	width: 90px;
	height: auto;
	display: block;
	margin: 0 auto;
	border: 4px solid rgba(17,17,17,.2);
}
.testimonial-item .testimonial-user-img .quote {
	top: 0;
	right: -6px;
	position: absolute;
	width: 30px;
	font-size: 10px;
	line-height: 30px;
	text-align: center;
	background-color: #f36c23;
	height: 30px;
	color: #fff;
	border-radius: 100%;
}
.testimonial-item .testimonial-user-name {
	width: 100%;
	font-size: 16px;
	line-height: 18px;
	color: #000;
	position: relative;
	padding-right: 12px;
}
.testimonial-item .client-rating {
	margin-top: 6px;
	color: #f36c23;
}
.testimonial-item .testimonial-user-name:after {
	content: "/";
	position: absolute;
	right: 0px;
	top: 0px;
	font-weight: lighter;
}
.testimonial-item .testimonial-user-position {
	font-size: 16px;
	line-height: 20px;
	color: #959595;
}
.testimonial-item .testimonial-des {
	width: 100%;
	margin-top: 20px;
	position: relative;
	z-index: 0;
	border-radius: 4px;
	display: flex;
	align-items: center;
	border-top: 1px solid #f5f5f5;
	padding-top: 20px;
}
.testimonial-item p {
	margin-bottom: 0px;
	line-height: 26px;
}
.testimonial-item p i {
	color: #f36c23;
	padding: 0px 6px;
	opacity: 0.7;
	font-size: 20px;
}
.testimonial-carousel .owl-dots {
	margin-top: 30px !important;
}
.testimonial-carousel .owl-dots .owl-dot span {
	width: 12px;
	margin: 0px 4px;
	height: 12px;
	background-color: transparent;
	border: 1px solid #f36c23;
}
.testimonial-carousel .owl-dots .owl-dot.active span, .testimonial-carousel .owl-dots .owl-dot span:hover {
	background-color: #f36c23;
}
/*--------------------------------------------------------------
	13. Blog
--------------------------------------------------------------*/
.blog-item {
	width: 100%;
	position: relative;
	border: 1px solid #ddd;
	padding: 15px;
	text-align:center;
}
.blog-item .blog-item-img {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.blog-item .blog-item-img img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-item:hover .blog-item-img img {
	transform: scale(1.1);
}
.blog-item .blog-item-link {
	font-size: 20px;
	min-height:50px;
}
.blog-item .blog-item-link a {
	text-transform: capitalize;
	color: #000;
	font-size:14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-item .blog-item-link a:hover {
	color: #f36c23;
}
.blog-item .post-time {
	margin-top: 14px;
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	color: #f36c23;
}
.blog-item .post-text {
	margin-top: 14px;
}
.blog-item .post-text p {
	margin-bottom: 14px;
}
.blog-item-content {
	background-color: #fff;
}
.blog-item .post-meta {
	display: inline-block;
	width: 100%;
}
.blog-item .post-meta > li {
	display: inline-block;
	line-height: 1.2;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px solid #e0e0e0;
}
.blog-item .post-meta > li:first-child {
	padding-left: 0px;
}
.blog-item .post-meta > li:last-child {
	border-right: 0px;
	padding-right: 0px;
}
.blog-item .post-meta > li a {
	color: #151515;
	font-size: 14px;
}
.blog-item .post-meta > li a i {
	color: #f36c23;
}
/* start sidebar wrapper */
.blog-aside-item {
	position: relative;
	display: inline-block;
	width: 100%;
}
/* sidebar title */
.blog-aside-heading {
	color: #f36c23;
	font-size: 22px;
}
/* sidebar search form */
.sidebar-search-box .search-form {
	position: relative;
	display: block;
}
.sidebar-search-box .search-form input[type="text"] {
	position: relative;
	line-height: 33px;
	padding: 16px 30px;
	background-color: #f6f6f6;
	display: block;
	font-size: 14px;
	width: 100%;
	height: 60px;
	font-weight: 400;
	border: 1px solid #f6f6f6;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar-wrapper .search-form button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	color: #333;
	background-color: transparent;
	height: 100%;
	width: 60px;
	border: 0px;
	text-align: center;
	border-radius: 0px;
	margin: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar-wrapper .search-form button i {
	font-size: 16px
}
.sidebar-wrapper .search-form input[type="text"]:focus {
	border: 1px solid #f36c23;
	background: #fff;
	color: #000000;
}
.sidebar-wrapper .search-form input[type="text"]:focus + button, .sidebar-wrapper .search-form button:hover {
	border-color: #f36c23;
	color: #f36c23;
}
/* categories */
.categories {
	display: block;
}
.categories li {
	display: block;
	position: relative;
	margin-bottom: 16px;
	padding-left: 20px;
}
.categories li:before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	top: 50%;
	background-color: #f36c23;
	border-radius: 100%;
	left: 0px;
	transform: translateY(-50%);
}
.categories li a {
	position: relative;
	color: #333;
	font-size: 14px;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.categories li:hover a {
	color: #f36c23;
}
/* recent post */
.recent-post {
	position: relative;
	display: block;
	overflow: hidden;
}
.recent-post li {
	position: relative;
	font-size: 14px;
	color: #666666;
	padding: 0px 0px 20px 0px;
	display: flex;
	margin-bottom: 20px;
	border-bottom: 1px solid #dddddd;
}
.recent-post li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}
.recent-post li .post-thumb {
	width: 100px;
	margin-right: 15px;
	margin-bottom: 0px;
}
.recent-post li .post-thumb img {
	display: block;
	width: 100%;
}
.recent-post li span {
	font-size: 13px;
	color: #f36c23;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 6px;
	text-transform: uppercase;
}
.recent-post li .post-title {
	position: relative;
	margin: 0px 0px 0px;
	font-weight: 600;
	line-height: 22px;
	text-transform: capitalize;
}
.recent-post .post-title a {
	color: #212529;
	font-size: 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.recent-post .post-title a:hover {
	color: #f36c23;
}
/* popular tag */
.popular-tag {
	display: block;
}
.popular-tag li {
	display: inline-block;
	float: left;
	margin: 2px;
}
.popular-tag li a {
	display: block;
	padding: 4px 10px;
	color: #1a1a1c;
	font-size: 14px;
	border: 1px solid #dddddd;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.popular-tag li a:hover {
	color: #ffffff;
	background-color: #f36c23;
	border: 1px solid #f36c23;
}
/* pagination */
.pagination-box .page-item:last-child .page-link, .pagination-box .page-item:first-child .page-link {
	border-radius: 0px;
}
.pagination-box .pagination .page-link {
	color: #333;
}
.pagination-box .page-item.active .page-link {
	background-color: #f36c23;
	border-color: #f36c23;
	color: #fff;
}
/* blog single */
.blog-single-block h3 {
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.blog-single-block .blog-meta span {
	color: #888888;
	margin-right: 12px;
}
.blog-single-block .blog-meta span:last-child {
	margin-right: 0px;
}
.blog-single-block .blog-meta span i {
	color: #f36c23;
}
.blog-single-block .blog-meta {
	margin-bottom: 15px;
}
.blog-single-block h4 {
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	margin-bottom: 15px;
}
.blog-single-block .post-box {
	border-top: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding: 14px 0px;
}
/* blog single tag */
.blog-single-tag li a {
	color: #959595;
	display: inline-block;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-single-tag li a:hover {
	color: #f36c23;
}
/* .blog single social */
.blog-single-social li {
	margin-right: 0px !important;
}
.blog-single-social li a i {
	color: #959595;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #f5f5f5;
	text-align: center;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-single-social li a i:hover {
	color: #fff;
	background-color: #f36c23;
}
/* comments block */
.comment-wrap h3 {
	position: relative;
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 30px;
}
.comments-block .media .media-body h5 {
	font-weight: 600;
	font-size: 16px;
}
.comments-block .media .media-body small {
	font-size: 12px;
	color: #888888;
}
.comments-block ul li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.comments-block ul li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0px;
}
.comments-block ul li ul li:first-child {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid rgba(0,0,0,0.1);
}
.comments-block ul li ul {
	margin-left: 40px;
}
.comments-block .media {
	display: flex;
}
.comments-block .media img {
	border-radius: 100%;
	width: 70px;
	height: 70px;
}
.comments-block .media .media-body a {
	color: #333;
	font-size: 12px;
	background-color: #f5f5f5;
	padding: 4px 12px;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.comments-block .media:hover .media-body a {
	color: #fff;
	background-color: #f36c23;
}
/* leave a comments block */
.leave-a-comments-block form.comment-form input {
	padding: 15px;
	height: auto;
	background-color: #f5f5f5;
	border: 0px;
	border-radius: 0px;
}
.leave-a-comments-block h3 {
	position: relative;
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 30px;
}
.leave-a-comments-block form.comment-form textarea {
	background-color: #f5f5f5;
	padding: 15px;
	border: 0px;
	border-radius: 0px;
}
/*--------------------------------------------------------------
	14. Partner
--------------------------------------------------------------*/
.partner-item {
	position: relative;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 15px;
}
.partner-item img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.partner-item:hover img {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}
/*--------------------------------------------------------------
	15. Footer
--------------------------------------------------------------*/
.footer-top {
	background-color: #282828;
}
.f-widgettitle {
	font-size: 20px;
	color: #fefefe;
	position: relative;
	padding-bottom: 8px;
	font-weight: 400;
	margin-bottom: 20px;
}
.f-widgettitle:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 34px;
	height: 2px;
	content: '';
	background: #f36c23;
}
/* footer social */
.footer-social li {
	float: left;
}
.footer-social li a i {
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	margin-right: 10px;
	background-color: #f5f5f5;
	color: #333;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-social li:last-child a i {
	margin-right: 0px;
}
.footer-social li a i:hover {
	background-color: #f36c23;
	color: #fff;
}
/* footer link */
.footer-link li {
margin-bottom: 10px;
    width: 50%;
    float: left;
}
.footer-link li:last-child {
	margin-bottom: 0px;
}
.footer-link li a {
	font-size: 16px;
	color: #cccccc;
	padding-left: 15px;
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-link li a:before {
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	height: 2px;
	width: 5px;
	background-color: rgba(255, 255, 255, 0.3);
}
.footer-link li a:hover {
	color: #f36c23;
	text-decoration: none;
}
/* footer widget post */
.f-widget-post {
	margin-bottom: 25px;
}
.f-widget-post:last-child {
	margin-bottom: 0px;
}
.f-widget-post .f-post-media {
	width: 65px;
	float: left;
}
.f-widget-post .f-post-info {
	margin-left: 85px;
}
.f-widget-post .f-post-info .f-post-title a {
	color: #ccc;
	line-height: 20px;
	font-weight: 600;
	font-size: 15px;
	display: inline-block;
	padding-bottom: 8px;
}
.f-widget-post .f-post-info .f-meta i {
	color: #ccc;
	padding-right: 4px;
}
.f-widget-post .f-post-info .f-meta li {
	color: #f36c23;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}
/* footer contact */
.footer-contact li {
	margin-bottom: 25px;
	font-size: 15px;
}
.footer-contact li:last-child {
	margin-bottom: 0px;
}
.footer-contact li h5 {
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	padding-bottom: 10px;
}
.footer-contact li span {
	color: #ccc;
}
.footer-contact li span a {
	color: #ccc;
}
/**--- copyright ---**/
.footer-bottom {
	background-color: #1c1c1c;
	padding: 12px 0;
}
/*--------------------------------------------------------------
	16. Inner page title
--------------------------------------------------------------*/
.inner-page-title-bg {
	background-image: url(../img/bg/inner-page-title-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
	padding: 100px 0px;
	background-size: cover;
}
.inner-page-title-bg:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	z-index: -1;
}
.inner-page-title h1 {
	color: #fff;
	margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb-box .breadcrumb {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-style: italic;
}
.breadcrumb-box .breadcrumb-item + .breadcrumb-item:before {
	content: "-";
	color: #fff;
}
.breadcrumb-box .breadcrumb-item.active {
	color: #f36c23;
}
.breadcrumb-box .breadcrumb li a {
	color: #fff;
}
/*--------------------------------------------------------------
	17. Contact us
--------------------------------------------------------------*/
.contact-box h4 {
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 22px;
}
.contact-box ul li {
	padding-bottom: 8px;
	font-size: 18px;
	margin-bottom:15px;
	color: #888888;
}

.contact-box ul li i {
	margin-right:15px;
}
.contact-box ul li strong {
	color: #333;
	font-weight: 600;
	font-size: 18px;
}
.contact-box ul li a {
	color: #333;
	font-weight: 600;
	font-size: 18px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-box ul li a:hover {
	color: #f36c23;
}
/* contact form */
.contact-form-block h4 {
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 22px;
}
.contact-form input {
	padding: 15px;
	height: auto;
	background-color: #f5f5f5;
	border: 0px;
	border-radius: 0px;
}
.contact-form textarea {
	padding: 15px;
	background-color: #f5f5f5;
	border: 0px;
	border-radius: 0px;
}
.help-block.with-errors ul {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	padding: 10px;
}
/* map area */
.map-area iframe {
	width: 100%;
	height: 450px;
	border: 0px;
}
/*--------------------------------------------------------------
	18. Faq
--------------------------------------------------------------*/
.faq-box .accordion-item .accordion-header .accordion-button .fa-minus {
	display: inline-block;
	color: #f36c23;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed .fa-minus {
	display: none;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed .fa-plus {
	display: inline-block;
}
.faq-box .accordion-item .accordion-header .accordion-button .fa-plus {
	display: none;
}
.faq-box .accordion-item .accordion-header i {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.faq-box .accordion-item .accordion-header {
	background-color: transparent;
	border: 0px;
	padding: 0px;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed {
	color: #333 !important;
	background-color: #f5f5f5;
	padding: 0px 20px 0px 20px;
	font-size: 16px;
	font-weight: 500;
}
.faq-box .accordion-item .accordion-header .accordion-button {
	padding: 20px !important;
	width: 100%;
	text-align: left;
	text-decoration: none;
	border-radius: 0px;
	position: relative;
	color: #f36c23 !important;
	font-size: 16px;
	font-weight: 500;
}
.faq-box .accordion-item .accordion-header .accordion-button:hover {
	background-color: #fff;
}
.faq-box .accordion-item .accordion-header .accordion-button:after {
	display: none;
}
.faq-box .accordion-item {
	border: 0px;
	border-radius: 0px;
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
}
.faq-box .accordion-item .accordion-body {
	line-height: 24px;
	padding: 20px;
	color: #959595;
}
.faq-box .accordion-item .accordion-body p {
	margin-bottom: 0px;
}
/*--------------------------------------------------------------
	19. Gallery
--------------------------------------------------------------*/
.gallery-item {
	border: 1px solid #ddd;
	overflow: hidden;
}
.gallery-item .gallery-item-img {
	position: relative;
	background-color: #f5f5f5;
	display: inline-block;
}
.gallery-item .gallery-item-img img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-item:hover .gallery-item-img img {
	transform: scale(1.1);
}
.gallery-item .box-gallery-overlay {
	padding: 0;
	background-color: rgba(66,97,228,0.6);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	color: #ffffff;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.gallery-item .box-gallery-overlay:before {
	content: "\f055";
	position: absolute;
	color: #ffffff;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 40px;
	top: 50%;
	left: 50%;
	opacity: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.gallery-item:hover .box-gallery-overlay {
	opacity: 1;
}
.gallery-item:hover .box-gallery-overlay:before {
	transform: translate(-50%, -50%) rotate(90deg);
}

.holdinglogo {
	max-width:80px;
}
