/*--------------------------/*
Tempale name : IFOLIO
Version    : 1.0.0
Author     : azthemes
Last change: 10/07/2016 
/*--------------------------/*
[Table of contents]
[Color codes]
    Background: #ffffff
    Body Color : #747474
    Accent color: #148ebc
[Typography]
    Body:       14px/24px Lato, sans-serif;
    Heading:    Poppins, sans-serif;
    Input, textarea: 14px/24px Lato, sans-serif;
[Component module]
	TYPOGRAPHY
	HEADER
	HOME SLIDE
	BANNER PAGE
	SHORTCODE
	PORTFOLIO
	WIDGET
	BLOG
	FOOTER
	CONFIG SS
	RESPONSIVE
/*--------------------------*/
/* ----------------------
		TYPOGRAPHY
----------------------- */
body{
	font-family: lato;
	font-size: 1.5em;
	line-height: 24px;
	color: #747474;
	background: #ffffff;
	font-style: normal;
	font-weight: 400;
}
.col-sm-6 figure img {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.az-video-lightbox figure img {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}


h1,h2,h3,h4,h5,h6{
	font-family: "Poppins";
	letter-spacing: 1px;
	color: #148ebc;
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.1em;
	font-weight: 400;
	font-style: normal;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 14px;
}
a{
	color: #333;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a:hover, a:focus{
	text-decoration: none;
	outline: none;
	color: #148ebc;
}
p{
	margin-bottom: 25px;
}
.az-button, button, .button, input[type="submit"]{
	font-family: 'Poppins';
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 40px;
	background: #148ebc;
	color: #ffffff;
	display: inline-block;
	letter-spacing: 1px;
	font-size: 12px;
	border: none;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.az-button:hover, button:hover, .button:hover, input[type="submit"]:hover,
.az-button:focus, button:focus, .button:focus, input[type="submit"]:focus{
	background: #000000;
	outline: none;
	color: #ffffff;
}
img{
	max-width: 100%;
	height: auto;
}
.bg-parallax{
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.bg-parallax > .container{position: relative;}
ul,ol{margin: 0;padding: 0}
ul ul, ol ol, ul ol, ol ul{padding-left: 30px;}
.owl-dots{text-align: center;margin-top: 40px}
.owl-dots .owl-dot{
	display: inline-block;
	margin: 0 10px;
}
.owl-dots .owl-dot span{
	width: 8px;
	height: 8px;
	display: block;
	background: #747474;
}
.dots-light .owl-dots .owl-dot span{
	background: #ffffff;
}
.owl-dots .owl-dot.active span{
	background: #148ebc;
}
.text-italic{
	font-style: italic;
}
input[type="text"], input[type="email"], 
input[type="search"], input[type="password"],
textarea{
	border: 1px solid #eeeeee;
	padding: 8px 18px;
	color: #747474;
	width: 100%;
	background: #f9f9f9;
}
textarea{min-height: 238px;}
::-webkit-input-placeholder {
   color: inherit;
   opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
   color: inherit;
   opacity: 1;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: inherit;
   opacity: 1;  
}
:-ms-input-placeholder {  
   color: inherit;
   opacity: 1;  
}
/* Pagination */
.az-pagination .page-numbers{
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid #dddddd;
	line-height: 38px;
	text-align: center;
	letter-spacing: 1px;
	color: inherit;
	margin: 0 8px;
}
.az-pagination .page-numbers.current,
.az-pagination .page-numbers:hover{
	border-color: #148ebc;
	background-color: #148ebc;
	color: #ffffff;
}
/* ----------------------
		HEADER
--------------------- */
.header{
	position: fixed;
	top: 0;
	background: #ffffff;
	z-index: 10;
	width: 100%;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	border-bottom: 1px solid #eeeeee;
}
.header-fade{
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.header-trans.bg-fade{
	background: rgba(0,0,0,0.5);
}
.main-header:after,
.main-header:before{
	content: "";
	clear: both;
	display: table;
}
.main-header .logo{
	float: left;
	max-width: 215px;
	padding: 22px 0;
}
.main-header .header-content{
	float: right;
	text-align: right;
	width: 80%;
}
.header-content .menu-wrap{
	float: right;
}
.header-content .search-header{
	float: right;
	width: 45px;
	border-left: 1px solid #eeeeee;
	padding: 28px 0;
}
.header-content .search-header .fa{
	line-height: 24px;
}
.search-header .touch-search{
	color: #000000;
}
.search-header .touch-search.active,
.search-header .touch-search:hover{
	color: #148ebc;
}
.az-main-menu ul li a{
	color: #000000;
	font-size: inherit;
	font-family: 'Poppins';
	letter-spacing: 1px;
	font-weight: 500;
}
.az-main-menu ul li a:hover,
.az-main-menu ul li:hover > a,
.az-main-menu ul li.show-submenu > a{
	color: #148ebc;
}
.az-main-menu > ul > li{
	display: inline-block;
}
.az-main-menu > ul > li > a{
	text-transform: uppercase;
	padding: 28px 14px;
	display: inline-block;
}
.az-main-menu ul li{
	position: relative;
}
.az-main-menu .submenu{
	background: #ffffff;
	border-top: 2px solid #148ebc;
	min-width: 250px;
	position: absolute;
	left: 0;
	top: 100%;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	padding: 0;
	text-align: left;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.az-main-menu ul li.show-submenu > .submenu{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.caret{
	border: none;
	width: auto;
	height: auto;
}
.caret:after{
	content: "\f0d7";
	font-family: 'FontAwesome';
}
.az-main-menu .submenu .submenu{
	top: -2px;
	left: 100%;
}
.az-main-menu .submenu > li{
	list-style: none;
	display: list-item;
	line-height: 50px;
	border-bottom: 1px solid #eeeeee;
	white-space: nowrap;
	padding: 0 20px;
}
.az-main-menu .submenu li:last-child{
	border-bottom: none;
}
.header-trans{
	border-bottom-color: rgba(255,255,255,0.3);
	background: transparent;
}
.header-trans .az-main-menu > ul > li > a{color: #ffffff;}
.header-trans .az-main-menu > ul > li > a:hover,
.header-trans .az-main-menu > ul > li:hover > a,
.header-trans .az-main-menu > ul > li.show-submenu > a{
	color: #148ebc
}
.header-trans .search-header{border-color: rgba(255,255,255,0.3);}
.header-trans .search-header .touch-search{
	color: #ffffff;
}
.header-trans .search-header .touch-search:hover,
.header-trans .search-header .touch-search.active{
	color: #148ebc;
}
.menu-togole{
	display: none;
	width: 40px;
	float: right;
	color: #000000;
	text-align: center;
	padding: 18px 0;
}
.header-trans .menu-togole{
	color: #ffffff;
}
.menu-togole.active,.menu-togole:hover,
.header-trans .menu-togole.active{
	color: #148ebc;
}
/* Search box */
.az-search-header{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.9);
	color: #ffffff;
	display: none;
	z-index: 30;
}
.az-search-header .search-box{
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.az-search-header .form-search input[type="text"]{
	text-transform: uppercase;
	border: none;
	border-bottom: 2px solid #ffffff;
	text-align: center;
	color: #ffffff;
	background: none;
	font-size: 30px;
	letter-spacing: 1px;
	padding: 15px 0;
}
.inner-search .close-touch{
	color: #ffffff;
	font-size: 36px;
	cursor: pointer;
	float: right;
}
.inner-search .form-search{
	display: block;
	overflow: hidden;
	width: 100%;
}
/* ----------------------
		HOME SLIDE
--------------------- */
.az-herosection{
	position: relative;
}
.az-herosection .az-home-arrow{
	position: absolute;
	bottom: 75px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 5;
}
.az-home-arrow{
	width: 26px;
	height: 44px;
	border: 1px solid #ffffff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	display: block;
}
.az-home-arrow .arrow-next{
	width: 8px;
	height: 8px;
	display: block;
	background: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin:  0px auto 0;
	position: relative;
	-moz-animation: scroll 1s linear infinite;
	-webkit-animation: scroll 1s linear infinite;
	-ms-animation: scroll 1s linear infinite;
	animation: scroll 1s linear infinite;
}
/* SCROLL */
@-webkit-keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
}
@keyframes scroll {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}
.az-slide-home .item-homeslide{
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.az-slide-home .item-homeslide:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.block-slide-content{
	position: relative;
	z-index: 1;
}
.block-slide-content .content-slide{
	color: #ffffff;
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.small-caption,.small-caption-bold{
	color: inherit;
	font-weight: 300;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 22px;
}
.small-caption-bold{font-weight: bold;}
.big-caption{
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 600;
	color: inherit;
	margin-bottom: 23px;
}
.big-caption span{
	color: #148ebc;
}
.big-caption2{
	font-size: 2em;
	text-transform: uppercase;
	color: inherit;
	font-weight: bold;
	margin-bottom: 25px;
}
.icon-slide{
	color: #148ebc;
	font-size: 60px;
	margin-bottom: 35px;
	display: block;
}
.az-slide-home .az-button{
	background: #ffffff;
	color: #000000;
}
.az-slide-home .az-button:hover,
.az-slide-home .az-button:focus{
	background: #148ebc;
	color: #ffffff;
}
.az-slide-home .owl-nav > div{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 100px;
	background: rgba(0,0,0,0.5);
	text-align: center;
	line-height: 100px;
	font-size: 24px;
	color: #ffffff;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.az-slide-home .owl-nav > div.owl-prev{
	left: 0px;
}
.az-slide-home .owl-nav > div.owl-next{
	right: 0px;
}
/* Video header */
.az-home-video{position: relative;}
.az-home-video::after {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#az-header-video {
  background-color: #000000;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  z-index: 0 !important;
}
/* -----------------------
		PAGE TEMPLATE
------------------------- */
.main-container{
	padding: 100px 0;
}
/* ----------------------
		BANNER PAGE
------------------------- */
.banner-page{
	min-height: 400px;
	background-image: url(../images/bg-banner1.jpg);
	position: relative;
}
.banner-page .overlay{
	background: rgba(0, 0, 0, 0.7);
}
.banner-page .content-banner{
	position: absolute;
	width: 100%;
	top: 50%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}
.banner-page .title-page{
	color: #ffffff;
	font-size: 35px;
	text-transform: uppercase;
}
.banner2{
	background-image: url(../images/bg-banner2.jpg);
}
.banner3{
	background-image: url(../images/bg-banner3.jpg);
}
/* ------------------------
		SHORTCODE
------------------------- */
/* --- TITLE SECTION ---- */
.az-title-section{
	margin-bottom: 80px;
}
.az-title-section.light{
	color: #ffffff;
}
.az-title-section.light  .title,
.az-title-section.light .sub-title{
	color: inherit;
}
.az-title-section .sub-title{
	text-transform: uppercase;
	display: block;
	letter-spacing: 1px;
	color: #999999;
	margin-bottom: 8px;
}
.az-title-section .title{
	font-size: 2.5em;
	text-transform: uppercase;
}
.az-title-section .hr{
	display: block;
	width: 50px;
	height: 1px;
	background: #148ebc;
}
.az-title-section.text-center .hr{
	margin: 0 auto;
}
/* ----- BOX TEXT ----- */
.az-boxtext{
	margin-bottom: 70px;
}
.az-boxtext .title{
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 25px;
}
.az-boxtext .title:before{
	content: "";
	display: inline-block;
	width: 30px;
	height: 1px;
	background: #000000;
	vertical-align: middle;
	margin-right: 20px;
}
/* ----- VIDEO LIGHTBOX ---- */
.az-video-lightbox{
	position: relative;
}
.icon-video{
	width: 50px;
	height: 50px;
	line-height: 46px;
	display: block;
	text-align: center;
	border: 2px solid #ffffff;
	font-size: 18px;
	color: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.icon-video:hover{
	background: #ffffff;
	color: #148ebc;
}
/* ------ FUNFACT ----- */
.az-funfact{
	text-align: center;
	color: #ffffff;
}
.az-funfact .number-ff{
	width: 200px;
	height: 150px;
	display: block;
	border: 2px solid #ffffff;
	padding: 20px 0;
	position: relative;
	margin: 0 auto 60px;
}
.az-funfact .number-ff:after{
	content: "";
	width: 2px;
	height: 50px;
	display: block;
	background:#148ebc;
	margin: 35px auto 0;
}
.az-funfact .icon-funfact{
	color: #148ebc;
	font-size: 30px;
	margin-bottom: 20px;
	display: block;
}
.az-funfact .number{
	font-size: 36px;
	letter-spacing: 1px;
	display: block;
}
.az-funfact .title{
	color: inherit;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 0;
	font-size: inherit;
}
/* ------ SERVICE ----- */
.az-service .title-service{
	text-transform: uppercase;
	font-weight: normal;
	font-size: inherit;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.az-service.light .title-service{
	color: #ffffff;
}
.az-service.light:hover .title-service{
	color: #148ebc;
}
/* Style 1 */
.service-style1{
	margin: 0 auto 70px;
	text-align: center;
	width: 100%;
	max-width: 230px;
}
.service-style1 .icon-service, .service-style3  .icon-service{
	display: block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #148ebc;
	color: #148ebc;
	margin: 0 auto 25px;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}
.service-style1:hover .icon-service, .service-style3  .icon-service{
	background-color: #148ebc;
	color: #ffffff;
}
.service-style1 .icon-service span, .service-style3 .icon-service span{
	width: 100%;
	height: 100%;
	display: block;
	line-height: 80px;
}
.service-style1:hover .icon-service span, .service-style3:hover .icon-service span{
	-webkit-animation: toTopFromBottom 0.5s forwards;
	-moz-animation: toTopFromBottom 0.5s forwards;
	animation: toTopFromBottom 0.5s forwards;
}
@-webkit-keyframes toTopFromBottom {
	49% {
		-webkit-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toTopFromBottom {
	49% {
		-moz-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toTopFromBottom {
	49% {
		transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
.service-style1 .title-service{
	margin-bottom: 20px;
}
.service-style1 .content-service{
	font-style: italic;
}
/* Style 2 */
.service-style2{
	text-align: center;
	padding: 70px 45px;
}
.service-style2 .icon-service{
	color: #ffffff;
	font-size: 30px;
}
.service-style2 .icon-service:after{
	content: "";
	width: 30px;
	height: 1px;
	background: #148ebc;
	display: block;
	margin: 15px auto;
}
.service-style2 .title-service{
	color: #ffffff;
	margin-bottom: 20px;
}
.service-style2 .content-service{
	font-style: italic;
}
/* ---- CALL TO ACTION ---- */
.az-cta{
	padding: 20px 0;
	color: #ffffff;
	width: 100%;
	display: table;
}
.az-cta .cta-content,
.az-cta .cta-button{
	display: table-cell;
	vertical-align: middle;
}
.az-cta .cta-content h3{
	color: inherit;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.az-cta .cta-content p{
	font-style: italic;
	font-size: 16px;
	margin: 0;
}
.cta-button .az-button{
	background: #ffffff;
	color: #000000;
	white-space: nowrap;
	margin-left: 20px;
}
.cta-button .az-button:hover,
.cta-button .az-button:focus{
	background:#000000;
	color: #ffffff;
}
/* ----- PROCESS ------ */
.az-process .item-process{
	float: left;
	width: 25%;
	text-align: center;
	overflow: hidden;
}
.item-process .icon-process{
	width: 110px;
	height: 110px;
	line-height: 110px;
	font-size: 30px;
	border: 2px solid #ffffff;
	color: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	margin: 0 auto 25px;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.item-process:hover .icon-process{
	border-color: #148ebc;
	background: #148ebc;
}
.item-process .icon-process:after,
.item-process .icon-process:before{
	content: "";
	width: 999%;
	position: absolute;
	top: 49%;
	border-bottom: 1px solid #ffffff;
}
.item-process .icon-process:after{
	left: 100%;
}
.item-process .icon-process:before{
	right: 100%;
}
.az-process .item-process:last-child .icon-process:after,
.az-process .item-process:first-child .icon-process:before{
	display: none;
}
.item-process .title-process{
	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.item-process:hover .title-process{
	color: #148ebc;
}
/* ---- TEAM MEMBER ---- */
.item-team .member-info {
	text-align: center;
}
.item-team .name-member{
	text-transform: uppercase;
	font-size: inherit;
	font-weight: normal;
	margin-bottom: 5px;
}
.item-team .pos-member{
	font-style: italic;
	color: #148ebc;
	margin-bottom: 15px;
	display: block;
}
.item-team .member-desc{
	font-style: italic;
}
.social-member{margin-top: 20px;}
.social-member li{
	display: inline-block;
	margin: 0 7px;
}
.social-member li a{
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: block;
	text-align: center;
	border: 1px solid #eeeeee;
	color: #999999;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.social-member li a:hover{
	color: #ffffff;
	background: #148ebc;
	border-color: #148ebc;
}
.az-team .owl-nav{
	position: absolute;
	right: 0;
	top: -130px;
}
.az-team .owl-nav > div{
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 32px;
	text-align: center;
	font-size: 18px;
	color: #148ebc;
	border: 1px solid #148ebc;
}
.az-team .owl-nav > div:hover{
	background: #148ebc;
	color: #ffffff;
}
.az-team .owl-nav > div.owl-prev{border-right: none;}
/* Style 1 */
.team-style1{
	border: 1px solid #eeeeee;
	padding: 10px;
	margin: 1px;
}
.team-style1 .member-info {
  	padding: 45px 40px;
}
/* Style 2 */
.team-style2 .member-info{
	background: #ffffff;
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
	padding: 25px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.team-style2:hover .member-info{
	background: #148ebc;
	color: #ffffff;
}
.team-style2:hover .name-member,
.team-style2:hover .pos-member{
	color: inherit;
}
.team-style2 
.team-style2 .pos-member{margin-bottom: 11px}
.team-style2 .social-member{margin-top: 0}
.team-style2 .social-member li{margin: 0 4px}
.team-style2 .social-member li a{
	border: 2px solid #dddddd;
	color: #000000;
	line-height: 31px;
}
.team-style2:hover .social-member li a{
	border-color: #ffffff;
	color: #ffffff;
}
/* Style 3 */
.team-style3{
	width: 100%;
	max-width: 230px;
	margin: 0 auto;
}
.team-style3 .avatar{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	display: block;
	width: 200px;
	height: 200px;
	margin: 0 auto 25px;
	position: relative;
}
.team-style3 .avatar:after{
	content: "";
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.team-style3:hover .avatar:after{
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.owl-carousel .team-style3 .avatar img,
.team-style3 .avatar img{
	width: 200px;
	height: 200px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.team-style3 .social-member{
	position: absolute;
	left: -100%;
	top: 50%;
	width: 100%;
	margin: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.team-style3:hover .social-member{
	left: 0;
}
.team-style3 .social-member li a{
    background: transparent;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	width: auto;
	height: auto;
	color: #ffffff;
}
.team-style3 .social-member li a:hover{
	color: #148ebc;
}
.team-style3 .name-member{color: #ffffff;}
/* ---- TESTIMONIAL ---- */
.az-testimonial .owl-dots{
	margin-top: 35px;
}
.item-testimonial{
	color: #ffffff;
	text-align: center;
	width: 890px;
	max-width: 100%;
	margin: 0 auto;
}
.item-testimonial .quote-client{
	font-style: italic;
	line-height: 30px;
	margin-bottom: 35px;
}
.item-testimonial .name-pos{
	text-transform: uppercase;
	font-family: 'Poppins';
	letter-spacing: 1px;
}
.item-testimonial .name-client{
	font-weight: bold;
}
/* ---- CLIENT ------ */
.az-client.owl-carousel .owl-item img{width: auto;}
.item-client{padding: 18px}
.item-client img{
	margin: 0 auto;
}
.client-style1 .item-client{
	border: 1px solid #eeeeee;
}
.client-style2 .item-client img{
	opacity: 0.5;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.client-style2 .item-client:hover img{
	opacity: 1;
}
/* --- ICON SOCIAL --- */
.az-icon-social{
	text-align: center;
	color: #cccccc;
}
.az-icon-social:hover{
	color: #ffffff;
}
.az-icon-social .icon-link{
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	font-size: 24px;
	background: rgba(255,255,255,0.2);
	color: inherit;
	display: block;
	margin: 0 auto 25px;
	position: relative;
	z-index: 1;
}
.az-icon-social .icon-link:after {
	content: "";
	background: #148ebc;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	position: absolute;
	opacity: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-transition: transform 0.2s ease 0s, opacity 0.3s ease 0s;
	-o-transition: transform 0.2s ease 0s, opacity 0.3s ease 0s;
	transition: transform 0.2s ease 0s, opacity 0.3s ease 0s;
}
.az-icon-social:hover .icon-link:after{
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.az-icon-social h4{
	text-transform: uppercase;
	font-size: inherit;
	font-weight: normal;
	color: inherit;
}
/* ----- LATEST NEWS ---- */
.az-latest-news .item-post{
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
.az-latest-news .item-post:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.az-latest-news .item-post .content-post {
  bottom: 0;
  position: absolute;
  z-index: 1;
  color: #ffffff;
  width: 100%;
  padding: 50px;
}
.az-latest-news .item-post .date-post{
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 15px;
}
.az-latest-news .item-post .title-post{
	font-weight: normal;
	color: inherit;
	margin-bottom: 0;
}
.az-latest-news .item-post .title-post,
.az-latest-news .item-post .date-post{
	-webkit-transform: translateY(175px);
	-ms-transform: translateY(175px);
	-o-transform: translateY(175px);
	transform: translateY(175px);
	-webkit-transition: all 0.4s cubic-bezier(0.13, 0.62, 0.81, 0.91) 0s;
	-o-transition: all 0.4s cubic-bezier(0.13, 0.62, 0.81, 0.91) 0s;
	transition: all 0.4s cubic-bezier(0.13, 0.62, 0.81, 0.91) 0s;
}
.az-latest-news .item-post:hover .title-post,
.az-latest-news .item-post:hover .date-post{
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.title-post a{color: inherit;}
.title-post a:hover{
	color: #148ebc
}
.az-latest-news .item-post .hover-show{
	opacity: 0;
	-webkit-transform: perspective(500px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
	-ms-transform: perspective(500px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
	-o-transform: perspective(500px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
	transform: perspective(500px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
	-webkit-transition: all 0.6s cubic-bezier(0, 0, 0.58, 1) 0s;
	-o-transition: all 0.6s cubic-bezier(0, 0, 0.58, 1) 0s;
	transition: all 0.6s cubic-bezier(0, 0, 0.58, 1) 0s;
}
.az-latest-news .item-post:hover .hover-show{
	opacity: 1;
	-webkit-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	-ms-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	-o-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
.az-latest-news .item-post .post-excerpt{
	margin-top: 20px;
}
.az-latest-news .item-post .reademore{
	background: #ffffff;
	color: #000000;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
	margin-top: 30px;
}
.az-latest-news .item-post .reademore:hover,
.az-latest-news .item-post .reademore:focus{
	background: #148ebc;
	color: #ffffff;
}
/* ---- PROMO BOX ---- */
.promobox{
	text-align: center;
	margin: 0 auto;
}
.promobox.light{
	color: #ffffff;
}
.promobox.light h1,.promobox.light h2,
.promobox.light h3, .promobox.light h4,
.promobox.light h5, .promobox.light h6{
	color: inherit;
}
.promobox h2{
	font-size: 48px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.promobox .az-button{
	background: #ffffff;
	color: #000000;
	margin-top: 20px;
}
.promobox .az-button:hover{
	background: #148ebc;
	color: #ffffff;
}
.promobox2{
	letter-spacing: 1px;
}
.promobox2 h2:after{
	content: "";
	display: block;
	width: 100px;
	height: 2px;
	background: #148ebc;
	margin:18px auto 24px;
}
.promobox2 p{margin-bottom: 25px}
.promobox2 h5{
	font-weight: 600;
	text-transform: uppercase;
}
.promobox3 .hr{
	display: block;
	width: 50px;
	height: 1px;
	background: #148ebc;
	margin: 0 auto 45px;
}
/* ---- CONTACT INFO ---- */
.az-contact-info .info-ct{
	font-style: italic;
}
.az-contact-info .info-ct a{color: inherit;}
.az-contact-info .info-ct a:hover{
	color: #148ebc
}
.az-contact-info .icon-contact{
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 30px;
	background: #148ebc;
	color: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.contact-info1{
	text-align: center;
	margin-bottom: 75px;
}
.contact-info1 .icon-contact{
	display: block;
	margin: 0 auto 35px;
}
.contact-info2{
	overflow: hidden;
	margin-bottom: 30px;
	display: table;
	width: 100%;
}
.contact-info2 .icon-contact{
	display: table-cell;
}
.contact-info2 .info-ct{
	display: table-cell;
	padding-left: 30px;
	vertical-align: middle;
	text-align: left;
}
/* --- CONTACT FORM ---- */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea{
	margin-bottom: 40px;
}
.wpcf7-form p{margin: 0;}
.contact-form2 input[type="text"], .contact-form2 input[type="email"], .contact-form2 textarea {
  margin-bottom: 30px;
}
/*----  GOOGLE MAP -----*/
.az-google-maps{
	min-height: 500px
}
.gm-style-iw{
	background: rgba(255,255,255,0.9);
	border: 1px solid #148ebc;
	top: 15px!important;
}
.az-map-info{
	color: #000000;
	padding: 20px 30px;
	font-weight: normal;
}
.az-map-info h4{
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 10px;
}
.az-map-info p{
	margin: 8px 0 0;
	font-size: 14px;
}
.az-map-info a{color: inherit;}
.az-map-info .fa{
	color: #148ebc;
	margin-right: 20px;
}
.arrow-map > div{
	height: 20px;
}
.arrow-map > div > div{
	background: #148ebc!important;
	box-shadow: none!important;
	height: 20px!important;
}
/* --- FEATURE BOX --- */
.az-feature {
  overflow: hidden;
  margin-bottom: 40px;
}
.az-feature .icon-feature{
	background: #148ebc;
	color: #ffffff;
	font-size: 30px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	float: left;
}
.az-feature .content-feature{
	display: block;
	padding-left: 90px;
	padding-top: 15px;
}
.az-feature .content-feature h4{
	text-transform: uppercase;
	font-size: inherit;
	font-weight: normal;
	margin-bottom: 3px;
}
.az-feature .content-feature p{
	font-style: italic;
	margin-bottom: 0
}
.az-feature.text-right .icon-feature{
	float: right;
}
.az-feature.text-right .content-feature{
	padding-right: 90px;
	padding-left: 0;
}
/* --- PRICING TABLE ---- */
.az-pricing{
	border: 1px solid #eeeeee;
	margin-bottom: 30px;
}
.az-pricing .pricing-title{
	background: #1a1a1a;
	color: #ffffff;
	padding: 25px;
	text-align: center;
}
.az-pricing.active .pricing-title{
	background: #148ebc;
}
.az-pricing .pricing-title h4{
	color: inherit;
	font-weight: normal;
	text-transform: uppercase;
}
.az-pricing.active .pricing-title .price{
	color: #ffffff;
}
.az-pricing .price{
	font-size: 48px;
	line-height: 1em;
	display: block;
	font-weight: 600;
	color: #148ebc;
	font-family: 'Poppins';
}
.az-pricing .unit{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	margin-top: 5px;
	display: block;
}
.az-pricing .pricing-content{
	padding: 40px 15px 50px;
	text-align: center;
}
.az-pricing .pricing-content ul{margin-bottom: 25px;}
.az-pricing .pricing-content ul li{
	list-style: none;
	line-height: 40px;
	display: block;
}
.az-pricing .bt_pricing{
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
	padding: 6px 25px;
}
/* ---- VIDEO LIGHTBOX ---- */
.az-our-video{
	text-align: center;
	color: #ffffff;
}
.az-our-video h4{
	font-size: inherit;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 25px;
	color: inherit;
}
.az-our-video .icon-video{
	width: 60px;
	height: 60px;
	line-height: 56px;
	position: static;
	-webkit-transform: translateY(0) translateX(0);
	-ms-transform: translateY(0) translateX(0);
	-o-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
	margin: 0 auto;
}
/* ---- SKILL BAR ---- */
.az-skillbar {
  margin-bottom: 40px;
}
.az-skillbar .skillbar-title {
  display: block;
  line-height: inherit;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: inherit;
  font-size: inherit;
  font-weight: normal;
}
.az-skillbar .skill-bar-bg {
  background: #eeeeee;
  height: 10px;
}
.az-skillbar .skill-bar-bg .skillbar-bar {
  height: 100%;
  width: 0;
  background: #148ebc;
}
.az-skillbar .skill-bar-percent{
  margin-left: 10px;
}
/* -----------------------
		PORTFOLIO
------------------------- */
.pf-gap30 .portfolio-grid{
	margin: 0 -15px;
}
.pf-gap30 .portfolio-grid .item-portfolio{
	padding: 0 15px;
	margin-bottom: 30px;
	display: inline-block;
}
.az-portfolio{
	margin-top: -100px;
}
.az-portfolio.pf-gap30 .button-more, .az-portfolio.pf-gap30 .az-pagination{margin-top: 20px;}
.az-portfolio .button-more, .az-portfolio .az-pagination{margin-top: 50px;}
.portfolio_fillter{margin-bottom: 70px; text-align: right}
.portfolio_fillter .item-fillter{
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999999;
	margin: 0 8px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.portfolio_fillter .item-fillter.fillter-active,
.portfolio_fillter .item-fillter:hover{
	color: #148ebc;
}
.portfolio_fillter .item-fillter:first-child{margin-left: 0;}
.portfolio_fillter .item-fillter:last-child{margin-right: 0;}
.portfolio-grid .item-portfolio{
	max-width: 100%;
}
.item-portfolio .pf-caption{
	position: relative;
	overflow: hidden;
}
.item-portfolio .pf-image img{
	-webkit-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
	width: 100%;
}
.item-portfolio:hover .pf-image img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.item-portfolio .pf-image::after{
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0;
  -o-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0;
}
.item-portfolio:hover .pf-image::after{
	opacity: 1;
}
.item-portfolio .pf-caption::before, .item-portfolio .pf-caption::after {
  content: "";
  opacity: 0;
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
  top: 20px;
  z-index: 1;
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.item-portfolio .pf-caption::before{
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
}
.item-portfolio .pf-caption::after {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
}
.item-portfolio:hover .pf-caption::before,
.item-portfolio:hover .pf-caption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
  -o-transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
  transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
}
.item-portfolio .pf-hover{
	position: absolute;
	width: 100%;
	height: auto;
	text-align: center;
	top: 50%;
	z-index: 2;
	opacity: 0;
	padding: 20px;
	-webkit-transform: translate3d(0, -100%, 0px);
	-ms-transform: translate3d(0, -100%, 0px);
	-o-transform: translate3d(0, -100%, 0px);
	transform: translate3d(0, -100%, 0px);
	-webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
	-o-transition: opacity 0.35s ease 0s, -o-transform 0.35s ease 0s;
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.item-portfolio:hover .pf-hover{
	opacity: 1;
	-webkit-transform: translate3d(0, -50%, 0px);
  	-ms-transform: translate3d(0, -50%, 0px);
  	-o-transform: translate3d(0, -50%, 0px);
  	transform: translate3d(0, -50%, 0px);
}
.item-portfolio .pf-cats{
	color: #ffffff;
	font-style: italic;
	margin-bottom: 10px;
}
.item-portfolio .pf-cats a{color: inherit;}
.item-portfolio .pf-cats a:hover{
	color: #148ebc
}
.item-portfolio .pf-title{
	font-size: inherit;
	text-transform: uppercase;
	font-weight: normal;
	line-height: inherit;
	margin-bottom: 20px;
	color: #ffffff;
}
.item-portfolio .pf-title a{color: inherit;}
.item-portfolio .pf-title a:hover{
	color: #148ebc;
}
.item-portfolio .pf-icon > a{
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #ffffff;
	color: #ffffff;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin: 0 7px;
}
.item-portfolio .pf-icon > a:hover{
	border-color: #148ebc;
	background: #148ebc;
	color: #ffffff;
}
/* Single portfolio */
.az-single-portfolio .pf-format{
	margin-bottom: 30px;
	overflow: hidden;
}
.az-single-portfolio .pf-format img{
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.az-single-portfolio .pf-format:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.az-single-portfolio .pf-title{
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 25px;
}
.pf-meta > div{
	display: block;
	margin-bottom: 25px;
}
.pf-meta .meta-title .fa{
	color: #148ebc;
	margin-right: 15px;
}
.pf-meta .meta-title{
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333333;
	min-width: 190px;
	float: left;
}
.pf-meta .meta-info{
	overflow: hidden;
}
.pf-meta .meta-info a{
	color: inherit;
}
.pf-meta .meta-info a:hover{
	color: #148ebc;
}
.az-single-portfolio .pf-relate-item{
	padding-top: 20px;
	border-top: 1px solid #eeeeee;
}
.pf-relate-item h4{
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.pf-relate-item .item-portfolio .pf-caption::before,.pf-relate-item .item-portfolio .pf-caption::after{
	display: none;
}
.pf-relate-item .item-portfolio{margin-bottom: 30px}
/* -------------------------
			WIDGET
------------------------- */
.title-widget{
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 30px;
	font-weight: normal;
}
/*---- Widget contact ----*/
.widget-contactinfo p{
	margin-bottom: 15px;
}
.widget-contactinfo .contact-info .contact-text{
	border-bottom: 1px solid #eeeeee;
	padding: 13px 0;
	display: block;
	color: #000000;
}
.widget-contactinfo .contact-info .contact-text:last-child{
	border-bottom: none;
}
.widget-contactinfo .contact-info .contact-text a{
	color: inherit;
}
.widget-contactinfo .contact-info .contact-text a:hover{
	color: #148ebc;
}
.widget-contactinfo .contact-info .contact-text .fa{
	margin-right: 20px;
	color: #148ebc;
}
/* ---- Recent post ---- */
ul.recent-post li{
	list-style: none;
	display: block;
	padding: 15px 0 10px;
	border-top: 1px solid #eeeeee;
}
ul.recent-post li:first-child{border-top: none; padding-top: 0;}
ul.recent-post li .date-post{
	font-size: 12px;
	padding-left: 25px;
	display: block;
}
ul.recent-post li .title-post{
	font-size: inherit;
	font-weight: normal;
	margin-bottom: 0;
	line-height: 24px;
}
ul.recent-post li .title-post:before{
	content: "";
	width: 15px;
	height: 1px;
	background: #000000;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
ul.recent-post li .title-post:hover::before{
	background: #148ebc;
}
/* --- Newsletter ---- */
.form-newslettser{
	display: table;
}
.form-newslettser input[type="email"]{
	display: table-cell;
	width: 100%;
}
.form-newslettser span{
	display: table-cell;
	width: 1%;
	vertical-align: middle;
}
.form-newslettser button{
	width: 40px;
	height: 40px;
	padding: 0;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	margin-left: 10px;
	letter-spacing: 0;
}
.form-newslettser button:hover,
.form-newslettser button:focus{
	background: #148ebc;
	opacity: 0.8
}
/* --- LATEST WORKS ---- */
.widget-latest-works ul{
	overflow: hidden;
	margin: 0 -5px;
}
.widget-latest-works ul li{
	list-style: none;
	float: left;
	width: 25%;
	padding: 0 5px 10px;
	position: relative;
}
.widget-latest-works ul li a{display: block;position: relative;overflow: hidden;}
.widget-latest-works ul li a:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,204,255,0.3);
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.widget-latest-works ul li a:hover:after{
	opacity: 1;
}
.widget-latest-works ul li img{
	width: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.widget-latest-works ul li a:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
/* NEWS LETTER */
.widget-newsletter .form-newsletter{
	text-align: center;
}
.widget-newsletter .form-newsletter p{
	font-style: italic;
	margin-bottom: 10px;
}
.widget-newsletter .form-newsletter input[type="text"]{
	text-align: center;
}
.widget-newsletter .form-newsletter input[type="submit"]{
	width: 100%;
	margin-top: 20px;
}
/* INSTAGRAM */
.instagram-pics{
	overflow: hidden;
	margin: 0 -5px;
}
.instagram-pics li{
	float: left;
	width: 50%;
	padding: 0 5px 10px;
}
.instagram-pics li a{display: block; overflow: hidden; position: relative;}
.instagram-pics li a:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,204,255,0.5);
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.instagram-pics li a:hover:after{
	opacity: 1
}
.instagram-pics li img{
	width: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.instagram-pics li a:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
/* LATEST POST */
.list-latest-post li.item-post{
	list-style: none;
	display: block;
	margin-bottom: 25px;
}
.list-latest-post .meta-post{
	font-size: 12px;
	padding-left: 0;
}
.list-latest-post .meta-post li{margin-right: 10px;}
.list-latest-post .meta-post li:last-child{margin-right: 0px;}
.sidebar .widget{
	margin-bottom: 50px;
}
.list-latest-post .post-image{
	margin-bottom: 10px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
}
.list-latest-post .item-post:hover .post-image{
	opacity: 0.7;
}
.list-latest-post .post-image img{
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
}
.list-latest-post .item-post:hover .post-image img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.list-latest-post .title-post{
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0;
}
/* CATEGORIES IMAGE */
.list-categories-image > li.category-item{
	list-style: none;
	display: block;
	margin-bottom: 30px;
	position: relative;
}
.list-categories-image > li.category-item > figure img{
	width: 100%
}
.category-item .cat-name{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	background: rgba(255,255,255,0.95);
	color: #000000;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	text-align: center;
	padding: 8px 15px;
	min-width: 210px;
}
.category-item .cat-name:hover{
	background: #148ebc;
	color: #ffffff;
}
.category-item .cat-name a{
	color: inherit;
	display: inline-block;
}
/* -------------------------
			BLOG
------------------------- */
.blog-list .blog-item{
	margin-bottom: 50px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 50px;
}
.blog-item .post-format{
	margin-bottom: 25px;
	overflow: hidden;
}
.blog-item .post-format img{
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.blog-item .post-format:hover img{
	opacity: 0.8;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.blog-item .title-post{
	font-weight: normal;
	margin-bottom: 25px;
	letter-spacing: 0;
}
.blog-item .content-post{
	text-align: center;
}
.blog-item .content-post .post-excerpt{
	text-align: left;
}
.meta-post {
  margin-bottom: 10px;
}
.meta-post li{
	list-style: none;
	display: inline-block;
	color: #999999;
}
.blog-item .meta-post li{
	letter-spacing: 1px;
	text-transform: uppercase;
}
.blog-item .meta-post li:after{
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #dddddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	margin: 0 18px;
	vertical-align: middle;
}
.meta-post li:last-child:after{display: none;}
.meta-post li a{
	color: inherit;
}
.meta-post li a:hover{
	color: #148ebc;
}
.blog-item  .post-bottom{
	border: 1px solid #eeeeee;
	display: inline-block;
	margin-top: 35px;
}
.post-social{padding: 9px 24px;}
.post-social > a{
	display: inline-block;
	color: #000000;
	margin-right: 20px;
}
.post-social > a:last-child{margin-right: 0}
.post-social > a:hover{
	color: #148ebc
}
.blog-item .readmore{
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999999;
	padding: 9px 28px;
}
.blog-item .readmore:hover{
	color: #148ebc
}
.blog-item .post-bottom .post-social{
	border-right: 1px solid #eeeeee;
	display: inline-block;
}
.blog-item .post-bottom .readmore{display: inline-block;}
/* -- Single Post --- */
.tagcloud{text-align: left;}
.tagcloud > a{
	display: inline-block;
	color: inherit;
	border: 1px solid #eeeeee;
	padding: 5px 15px;
	margin: 0 5px 5px 0;
	text-align: center;
}
.tagcloud > a:hover{
	background-color: #148ebc;
	border-color: #148ebc;
	color: #ffffff;
}
.blog-item .az-pagination{
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding: 15px 0;
	margin-top: 30px;
}
.az-pagination{
	overflow: hidden;
}
.az-pagination .prev{float: left;}
.az-pagination .next{float: right;}
.az-pagination > a{
	text-transform: uppercase;
	color: #000000;
	font-size: 12px;
}
.az-pagination > a:hover{
	color: #148ebc;
}
.single-post .single-bottom{
	margin-top: 50px;
}
.single-post .post-social{
	padding-left: 0;
	padding-right: 0;
}
/* -- Comment list --- */
.single-post .comments-area{
	margin-top: 50px;
}
.comment-title{
	font-weight: normal;
	margin-bottom: 20px;
}
.comment-list ol.children{
	padding-left: 90px;
}
.comment-list,
.comment-list .comment-item > ol.children{
	list-style: none;
}
.comment-list .comment-body {
  padding: 20px 0;
}
.comment-list .comment-item{
	border-top: 1px solid #eeeeee;
}
.comment-list > .comment-item:first-child{
	border-top: none;
}
.comment-body .comment-author{
	float: left;
	width: 70px;
	height: 70px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
.comment-body .comment-content{
	display: block;
	padding-left: 90px;
}
.comment-body .author-name{
	font-weight: normal;
	margin-bottom: 0;
}
.comment-body .reply {
  float: right;
}
.comment-body .comment-text{
	display: block;
	margin-top: 10px;
}
.comment-body .comment-text p:last-child{margin-bottom: 0;}
/* -- Commnent form --- */
.single-post .comment-respond{
	margin-top: 50px;
}
.comment-respond .comment-title{
	margin-bottom: 40px;
}
.comment-form input[type="text"], .comment-form textarea{
	margin-bottom: 30px;
}
/* -------------------------
			FOOTER
------------------------- */
footer{
	background: url(../images/bg-footer.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}
footer .overlay{
	background-color: rgba(0,0,0,0.88);
}
.main-footer{
	padding: 100px 0 80px;
	position: relative;
	background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}
.main-footer input[type="text"],
.main-footer input[type="email"],
.main-footer input[type="password"]{
	background: #242424;
	border-color: #242424;
}
.main-footer .title-widget{color: #ffffff;}
.main-footer .widget-contactinfo .contact-info .contact-text{
	border-color: #262626;
	color: #ffffff;
}
.main-footer ul.recent-post li{border-color: #262626}
.main-footer ul.recent-post li .title-post{color: #ffffff}
.main-footer ul.recent-post li .title-post:before{background: #ffffff}
.main-footer ul.recent-post li .title-post:hover::before{
	background: #148ebc;
}
.main-footer .widget-newsletter{
	border-bottom: 1px solid #262626;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.footer-bottom{
	border-top: 1px solid #262626;
	padding: 30px 0;
	position: relative;
	background-color: rgba(21,21,21,1.00);
}
.copyright{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Poppins';
	line-height: 40px;
}
.copyright a:hover{
	color: #ffffff;
}
.az-social li{
	list-style: none;
	display: inline-block;
	margin: 0 4px;
}
.az-social li:first-child{margin-left: 0}
.az-social li:last-child{margin-right: 0}
.az-social li a{
	color: #ffffff;
	border: 1px solid #474747;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	display: block;
}
.az-social li a:hover{
	border-color: #148ebc;
	background: #148ebc;
}
/* ------------------------
		CONFIG SS
------------------------- */
.ss-table{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.ss-table .left-ss,
.ss-table .right-ss{
	display: table-cell;
	width: 50%;
}
.pd100{
	padding: 100px 0; 
}
.pdt55{padding-top: 60px}
.ss-funfact{
	background-image: url(../images/sparks-1405851_1280.jpg);
}
.ss-service{padding: 100px 0 30px;}
.ss-cta{
	background-image: url(../images/desk-601540_1280.jpg);
}
.ss-cta .overlay{
	background: rgba(0,0,0,.5);
}
.ss-process{
	background-image: url(../images/idea-1584708_1280.jpg);
}
.ss-process .overlay{background: rgba(0,0,0,0.7);}
.ss-testimonial{
	background-image: url(../images/people-sitting-690317_1280-small.jpg);

}
.ss-social{
	background-image: url(../images/ipad-820272_1280-small.jpg);
}
.ss-latestnew{padding: 100px 0 70px;}
.ss-promobox{background-image: url(../images/bg-ss6.jpg);}
.ss-feature{background-image: url(../images/bg-ss7.jpg);}
.ss-feature .overlay{background: rgba(255,255,255,0.9);}
.ss-service-2 .left-ss{
	background-image: url(../images/bg-ss8.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.ss-service-2 .right-ss{
	background: #1a1a1a;
}
.ss-service-2 .right-ss > .row{margin: 0;}
.ss-service-2 .right-ss > .row > .col-md-4{
	padding: 0;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
.ss-service-2 .right-ss > .row > .col-md-4:nth-child(3n){
	border-right: none;
}
.ss-service-2 .right-ss > .row > .col-md-4:nth-last-child(1),
.ss-service-2 .right-ss > .row > .col-md-4:nth-last-child(2),
.ss-service-2 .right-ss > .row > .col-md-4:nth-last-child(3){
	border-bottom: none;
}
.ss-team2{background: #1a1a1a;}
.ss-pricing{padding: 100px 0 70px;}
.ss-video{
	padding: 190px 0;
	background-image: url(../images/bg-ss9.jpg);
}
.ss-video .overlay{background: rgba(0,0,0,0.7);}
.ss-promobox2{background-image: url(../images/bg-ss10.jpg);}
.ss-promobox2 .overlay{background-color: rgba(0,0,0,0.5);}
.ss-about{padding: 100px 0 60px;}
.ss-about .az-title-section{margin-bottom: 45px}
.mgb70{margin-bottom: 70px;}
.mgb30{margin-bottom: 30px;}
.ss-service-3{background: #1a1a1a;padding: 100px 0 70px}
.ss-client3{
	background: #f8f8f8;
	padding: 85px 0;
}
.ss-process2{background-image: url(../images/bg-ss11.jpg);}
.ss-promobox3{background: #f9f9f9;}
.ss-team .az-title-section{padding-right: 72px;}
.az-herosection .banner-page.bg-parallax.contact-page {
	background-image: url(../images/ipad-820272_1280-small.jpg);
}
.az-herosection .banner-page.bg-parallax.technical-page {
	background-image: url(../images/77_1011_corporate_industrial_photography_cbre___century_plaza_towers.jpg);
}
.az-herosection .banner-page.bg-parallax.technical-page1 {
	background-image: url(../images/pbimg9.jpg);
}
.az-herosection .banner-page.bg-parallax.technical-page2 {
	background-image: url(../images/pbimg13.jpg);
}
.az-herosection .banner-page.bg-parallax.technical-page3 {
	background-image: url(../images/pbimg59.jpg);
}
.az-herosection .banner-page.bg-parallax.technical-page4 {
	background-image: url(../images/pbimg100.jpg);
}
.az-herosection .banner-page.bg-parallax.technical-page5 {
	background-image: url(../images/pbimg72.jpg);
}
.az-herosection .banner-page.bg-parallax.technical-page6 {
	background-image: url(../images/pbimg32.jpg);
}
.az-herosection .banner-page.bg-parallax.technical-page7 {
	background-image: url(../images/pbimg22.jpg);
}
.az-herosection .banner-page.bg-parallax.technical-page8 {
	background-image: url(../images/pbimg78.jpg);
}
.az-herosection .banner-page.bg-parallax.technical-page9 {
	background-image: url(../images/designback.png);
}
.ss-process2.pd100.bg-parallax.technical-page {
	background-image: url(../images/industrial-photography-2.jpg);
}
.az-herosection .banner-page.bg-parallax.trading-page {
	background-image: url(../images/OCERCQ0-2.jpg);
}
.custom-carousel .item .item-portfolio.item-masonry.trading-page {
}

.ss-process2.pd100.bg-parallax.trading-page {
	background-image: url(../images/truck-1501222_1280.jpg);
}
.custom-carousel .item .item-portfolio.item-masonry.technical-page {
}
.az-herosection .banner-page.bg-parallax.banner2.gallery-technical {
	background-image: url(../images/Industrial_3.jpg);
}
.az-herosection .banner-page.bg-parallax.banner2.gallery-technical2 {
	background-image: url(../images/truck-promotion-photography.jpg);
}
/* -----------------------
		RESPONSIVE
----------------------- */
@media (max-width: 1440px){
	.az-main-menu > ul > li:nth-last-child(1) > .submenu,
	.az-main-menu > ul > li:nth-last-child(2) > .submenu{
		left: auto;
		right: 0;
	}
	.az-main-menu > ul > li:nth-last-child(1) > .submenu .submenu,
	.az-main-menu > ul > li:nth-last-child(2) > .submenu .submenu{
		left: auto;
		right: 100%;
	}
}
@media (max-width: 1199px){
	.az-main-menu .submenu{min-width: 215px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.az-latest-news .item-post .content-post{padding: 30px;}
	.az-latest-news .item-post .reademore{margin-top: 20px;}
	.az-latest-news .item-post .post-excerpt{margin-top: 15px;}
	.service-style2{padding: 30px 15px;}
	.category-item .cat-name{min-width: 120px}
}
@media (max-width: 991px){
	.az-funfact{margin-bottom: 35px}
	.az-icon-social{margin-bottom: 20px}
}
@media (min-width: 768px) and (max-width: 991px) {
	.main-header .logo{width: 13%}
	.main-header .header-content{width: 87%;}
	.header-content .search-header{width: 35px}
	.caret{width: 20px;text-align: left;}
	.az-main-menu > ul > li.menu-item-has-children > a{padding-right: 0;}
	.az-main-menu ul li a{font-size: 13px;}
	.az-main-menu .submenu{min-width: 200px}
	.az-latest-news .item-post .content-post{padding: 25px;}
	.az-latest-news .item-post .hover-show{display: none;}
	.az-latest-news .item-post .title-post, .az-latest-news .item-post .date-post{
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
	.promobox h2{font-size: 38px;}
	.az-herosection .az-home-arrow{bottom: 40px}
	.service-style2{padding: 35px 15px;}
	.ss-service-2{display: block;}
	.ss-service-2 .left-ss{width: 100%;display: block;min-height: 500px}
	.ss-service-2 .right-ss{width: 100%;display: block;}
	.ss-feature .pdt55{padding-top: 0}
	.ss-feature figure{padding-top: 50px}
	.pf-meta .meta-title{min-width: 150px}
	.main-container {padding: 70px 0;}
	.category-item .cat-name{min-width: 135px}
}
@media(max-width: 767px){
	.menu-togole{display: block;}
	.header-content .az-main-menu{
		position: absolute;
		width: 100%;
		display: none;
		top: 100%;
		left: 0;
		padding: 0 15px;
		background: #ffffff;
	}
	.header-content .search-header{text-align: center;}
	.main-header .header-content .az-main-menu{text-align: left;}
	.az-main-menu > ul > li {display: block;border-bottom: 1px solid #eeeeee;}
	.az-main-menu > ul > li > a{display: block;padding: 13px 0px;}
	.header-trans .az-main-menu > ul > li > a{color: #000000;}
	.caret{float: right;width: 30px;text-align: right}
	.az-main-menu .submenu{
		position: relative;
		display: none;
	}
	.az-main-menu ul li.show-submenu > .submenu{display: block;}
	.header-content .search-header{padding: 18px 0;}
	.main-header .logo{margin-top: 16px}
	.main-header .header-content{width: 80%;}
	.small-caption, .small-caption-bold{font-size: 14px;margin-bottom: 15px}
	.big-caption{
	font-size: 2em;
}
	.big-caption2{
	font-size: 2em;
	margin-bottom: 20px
}
	.icon-slide{font-size: 40px;margin-bottom: 15px}
	.az-herosection .az-home-arrow{bottom: 25px;}
	.az-title-section{margin-bottom: 50px;}
	.ss-table{display: block;}
	.ss-table .left-ss, .ss-table .right-ss {display: block; width: 100%;min-height: 350px}
	.ss-service-2 .right-ss > .row > .col-md-4{border-right: none;}
	.ss-service-2 .right-ss > .row > .col-md-4:nth-last-child(2), 
	.ss-service-2 .right-ss > .row > .col-md-4:nth-last-child(3){
		border-bottom: 1px solid #333333;
	}
	.az-portfolio {margin-top: 0;}
	.item-portfolio .pf-title{margin-bottom: 10px}
	.team-style2 .member-info{bottom: 20px;left: 20px;right: 20px;padding: 20px}
	.az-latest-news .item-post .content-post{padding: 20px}
	h3{font-size: 22px;}
	.az-latest-news .item-post .hover-show{display: none;}
	.az-latest-news .item-post .title-post, .az-latest-news .item-post .date-post{
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.promobox h2{font-size: 30px;}
	.main-footer .widget{margin-bottom: 35px;}
	.az-cta{display: block;}
	.az-cta .cta-content, .az-cta .cta-button{display: block;width: 100%;text-align: center;}
	.az-cta .cta-content{margin-bottom: 30px}
	.cta-button .az-button{margin-left: 0}
	.az-process .item-process{
		width: 100%;
		padding: 40px 0;
		position: relative;
	}
	.az-process .item-process::before, .az-process .item-process::after {
	  border-left: 1px solid #ffffff;
	  content: "";
	  height: 30px;
	  left: 50%;
	  position: absolute;
	  width: 1px;
	}
	.az-process .item-process::before{top: 0;}
	.az-process .item-process::after{bottom: 0}
	.az-process .item-process:first-child::before,.az-process .item-process:last-child::after{display: none;}
	.item-process .icon-process{margin-top: 20px}
	.item-process .title-process{margin-bottom: 20px;}
	.item-process .icon-process::after, .item-process .icon-process::before{display: none;}
	.main-container {padding: 55px 0;}
	.pf-meta .meta-title{min-width: 155px}
	.comment-list ol.children{padding-left: 40px}
	.az-search-header .form-search input[type="text"]{font-size: 18px;}
	.inner-search .close-touch{font-size: 30px;}
	.portfolio_fillter {text-align: center;}
	.az-title-section {text-align: center;}
	.az-title-section .hr{margin: 0 auto}
}
@media (max-width: 480px){
	.main-header .logo{width: 20%}
	.main-header .header-content{width: 80%;}
	.az-button, button, .button, input[type="submit"]{padding: 8px 28px;}
	.az-title-section .title{font-size: 20px;}
	.pf-meta .meta-title{min-width: 135px}
}
.gallery-img-1 {
}

/* Custom CSS */
.breadcrumbs > li {
	display: inline-block;
	margin: 0 5px;
	color: #a1a1a1;
}
.breadcrumbs > li a {
	color: #fff;
}
.breadcrumbs > li a:hover {
	color: #148ebc;
}
.az-title-section .title{
	font-size: 2em;
	text-transform: uppercase;
}
.custom-carousel .owl-dots {
	display: none !important;
}
.custom-carousel .owl-nav {
	margin: 15px auto 0;
	width: 100px;
}
.custom-carousel .owl-prev {
	float: left;
}
.custom-carousel .owl-next {
	float: right;
}
.circle-button {
	background-color: #148ebc;
	border-radius: 50%;
	color: #fff;
	height: 30px;
	width: 30px;
}
.circle-button i {
	font-weight:bold;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
}
.service-style3{
	margin: 0 auto 70px;
	text-align: center;
	width: 100%;
}

.customcolor{
	color: #148ebc;
}
.customcolor2{
	color: white;
}
 @media (min-width: 992px) and (max-width: 1199px) {
.main-header .logo img {
max-width: 200px;
}
.main-header .logo {
text-align: center;
width: 100%;
max-width: none;
}
.main-header .header-content {
width: 100%;
text-align: center;
display: table;
}
.header-content .menu-wrap {
float: none;
}
.main-header .header-content {
float: none;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.main-header .logo img {
max-width: 200px;
}
.main-header .logo {
text-align: center;
width: 100%;
max-width: none;
}
.main-header .header-content {
width: 100%;
text-align: center;
display: table;
}
.header-content .menu-wrap {
float: none;
}
.main-header .header-content {
float: none;
}
}
@media (max-width: 767px) {
.main-header .header-content {
width: 40%;
}
.main-header .logo {
width: 60%;
margin-top: 0;
padding: 15px 0;
}
}

.footer-nav, .footer-nav li a {
   color: #fff;
}
.footer-nav li a:hover {
   color: #148ebc;
}
.footer-nav > li:first-child {
   border-top: 1px solid #262626;
}
.footer-nav > li {
   border-bottom: 1px solid #262626;
   list-style: none;
   padding: 18px 0;
}
.footer-textarea {
   background: #242424;
   min-height: 130px;
   border: 1px solid #242424;
}
