/*------------------------------------------------------------------
Main Style Stylesheet
	Project:		Plumbing - Handy Man, Plumber HTML Template
	Version:	    1.0
	Author:			M_Adnan
	Last change:	04/08/15
	Primary use:	Plumbing - Handy Man
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
body 

 + WRAP
 + HEADER
 + NAVIGATION
 + BANNER
 + SERVICES
 + WELCOME TO OUR PLUMBING
 + WORKS GALLERY
 + FEEDBACK FROM CLIENTS
 + NEWS FROM BLOG
 + PARTNERS / CLIENTS
 + FOOTER
 + SOCIAL ICONS
 + MEGA MENU
 + 3 MENU LEVEL 
-------------------------------------------------------------------*/
/*=======================================================
			THEME STYLING START
========================================================*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background:;
	height: 100%;
	width: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: 'Exo 2', sans-serif;
}
/*=======================================================
			WRAPPER
========================================================*/
#wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	background:;
}
/*=======================================================
			HEADINGS
========================================================*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #232323;
	text-transform: uppercase;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 21px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
	font-weight: bold;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	color: #777777;
	font-family: 'Lato';
	font-size: 15px;
	line-height:20px;
}
.exo {
	font-family: 'Exo 2', sans-serif;
}
a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-decoration: none !important;
}
img {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	display: inline-block !important;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #757575;
}
/*=======================================================
			SECTION
========================================================*/
section {
	position: relative;
	overflow: hidden;
	width: 100%;
}
/*=======================================================
			BUTTON
========================================================*/
.btn {
	background: none;
	text-transform: uppercase;
	color: #232323;
	border: 2px solid #ffc107;
	border-radius: 0px;
	display: inline-block;
	padding: 10px 30px;
	margin: 0 auto;
	margin-top: 15px;
	font-weight: bold;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.btn:hover {
	background: #ffc107;
	color: #fff;
}
/*=======================================================
			MARGIN 20px
========================================================*/
.margin-r-20 {
	margin-right: 20px;
}
.margin-l-20 {
	margin-left: 20px;
}
.margin-t-20 {
	margin-top: 20px;
}
.margin-b-20 {
	margin-bottom: 20px;
}
/*=======================================================
			MARGIN 40px
========================================================*/
.margin-r-40 {
	margin-right: 40px;
}
.margin-l-40 {
	margin-left: 40px;
}
.margin-t-40 {
	margin-top: 40px;
}
.margin-b-40 {
	margin-bottom: 40px;
}
/*=======================================================
			MARGIN 80px
========================================================*/
.margin-r-80 {
	margin-right: 80px;
}
.margin-l-80 {
	margin-left: 80px;
}
.margin-t-80 {
	margin-top: 80px;
}
.margin-b-80 {
	margin-bottom: 80px;
}
/*=======================================================
			PADDING
========================================================*/
.padding-r-20 {
	padding-right: 20px !important;
}
.padding-r-80 {
	padding-right: 80px !important;
}
.padding-l-20 {
	padding-left: 20px;
}
.padding-t-20 {
	padding-top: 20px;
}
.padding-b-20 {
	padding-bottom: 20px;
}
.no-margin {
	margin: 0px !important;
}
.no-padding {
	padding: 0px !important;
}
.no-margin-t {
	margin-top: 0px !important;
}
.no-padding-t {
	padding-top: 0px !important;
}
.padding-l-60 {
	padding-left: 60px;
}
/*=======================================================
			TITTLE
========================================================*/
.tittle {
	text-align: left;
	display: inline-block;
	width: 100%;
	position: relative;
	margin-bottom: 0px;
}
.tittle h2 {
	margin: 0px;
	font-weight: 700;
	line-height: 37px;
	text-transform: uppercase;
	padding-left: 15px;
}
.tittle h2:before {
	height: 22px;
	width: 5px;
	position: absolute;
	display: inline-block;
	content: "";
	background: #448aff;
	margin-top: 10px;
	left: 0px;
	z-index: 9;
	position: absolute;
}
.tittle p {
	font-size: 15px;
}
/*=======================================================
			TOP BAR
========================================================*/
.top-bar {
	background: #448aff;
	border-bottom: 1px solid #eaebef;
	height: 45px;
	position: relative;
	overflow: hidden;
}
.top-bar ul {
}
.top-bar ul li {
	display: inline-block;
	border-left: 1px solid #1f73ff;
}
.top-bar ul li a {
	color: #fff;
	display: inline-block;
	padding: 0 10px;
	border-left: 1px solid #5393ff;
	line-height: 45px;
}
.top-bar .left-bar-side {
	float: left;
}
.top-bar li:nth-last-child(1) a {
	border-right: 1px solid #327eff
}
.top-bar .right-bar-side {
	float: right;
}
.top-bar i {
	margin: 0 4px;
}
.top-bar .left-bar-side li {
	border: none;
	margin-right: 30px;
}
.top-bar .left-bar-side p {
	font-weight: 600;
	text-transform: uppercase;
	color: #eeeeee;
	line-height: 40px;
	margin: 0px;
	font-size: 13px;
}
/*=======================================================
			HEADER
========================================================*/
header {
	background:;
	display: inline-block;
	position: relative;
	width: 100%;
	z-index: 999;
	line-height: 0px;
}
header .logo {
	float: left;
	margin: 40px 0;
}
header .header-contact {
	float: right;
	width: 450px;
	margin-top: 45px;
	position: relative;
}
.header-contact::before{
	content: '';
	position: absolute;
	background-color: #448aff;
	width: 5px;
	height: 60%;
	bottom: -15px;
	right: 60px;
}
.header-contact::after{
	content: '';
	position: absolute;
	background-color: #ffc107;
	height: 5px;
	width: 30%;
	bottom: -20px;
	right: 60px;
}
header .header-contact i {
	float: left;
	height: 42px;
	width: 42px;
	border-radius: 50%;
	background: #f8f8f8;
	border: 1px solid #f2f2f2;
	color: #448aff;
	margin-right: 10px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
}
header .header-contact p {
	text-transform: uppercase;
	font-size: 15px;
	color: #666666;
	line-height: 22px;
	font-weight: 500;
	line-height: 21px;
	margin-top:0px;
	padding-left:51px;
}
header .header-contact h6 {
	margin: 0px;
	color: #448aff;
	font-size: 20px;
	font-weight: 600;
	line-height: 22px;
}
header .search select {
	width: 40%;
	float: left;
}
header .header-contact li:nth-child(1) {
	border-right: 1px dashed #cccccc;
}
header nav {
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 999;
	min-height: 70px;
	margin-top: -37px;
	
}
header nav:before {
	height: 5px;
	width: 100%;
	position: absolute;
	display: inline-block;
	content: "";
	background: ;
	margin-top: 10px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	margin-top: 0px;
	z-index: -1;
	position: absolute;
}
header nav .ownmenu {
}
header nav li a {
	line-height: 20px;
	text-transform: uppercase;
	color:black;
	float: left;
	font-weight: 600;
	font-size: 15px;
	padding: 0 20px;
	border-right: 1px dashed #ffffff;
}
header nav li:nth-last-child(1) a {
	border: none;
}
header nav li {
	padding-top: 27px;
}
header nav li.active {
	background: url() center 0px no-repeat;
}
header nav li.active a {
}
header nav li:hover a {
}
header nav li:hover {
	background: url() center 0px no-repeat;
	color: #222222;
}
header .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: #ffdd00;
	color: #222222;
}
header .ownmenu ul.dropdown li a {
	text-transform: uppercase;
	font-size: 13px;
	color: #222222;
	border-bottom: 1px dashed #666666;
	line-height: 38px;
	padding: 0px;
	background: none;
}
header .ownmenu ul.dropdown li a:hover {
	background: none;
	color: #ffdd00;
}
header .ownmenu ul.dropdown li:nth-last-child(1) a {
}
.ownmenu > li:hover > a, .ownmenu > li.active > a {
}
.sub-nav-co {
	float: right;
	position: relative;
	right: 15px;
	width: 40px;
	margin-top: -30px;
	height: 40px;
	display: none;
}
.sub-nav-co a {
	background: #ffffff;
	position: absolute;
	left: 0px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	top: 0px;
	border-radius: 50%;
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #222222;
	text-transform: uppercase;
	font-size: 16px;
}
.nav-post .boder-da-r {
	border-right: 1px dashed #cccccc;
}
.nav-post li {
	padding: 10px 0 !important;
	margin: 0px;
	border-bottom: 1px dashed #cccccc;
	display: inline-block;
	width: 100%;
}
.nav-post .img-nav {
	height: 75px;
	width: 75px;
	float: left;
}
.nav-post .nav-text {
	float: right;
	width: 73%;
}
.ownmenu li > .megamenu a {
	color: #333;
	font-size: 14px;
	display: inline-block;
	width: 100%;
}
.ownmenu li > .megamenu li:hover {
	background: none;
	color: #ffc107 !important;
}
.ownmenu li > .megamenu li a:hover {
	color: #ffc107 !important;
}
ul.dropdown {
	padding-top: 10px !important;
}
ul.dropdown li {
	padding: 0px;
}
ul.dropdown li:hover {
	background: none
}
.ownmenu .megamenu img {
	width: auto;
	margin-top: -50px;
}
.ownmenu > li > .megamenu.full-width {
	padding-bottom: 0px;
}
.nav-post .nav-text a {
	background: none;
	font-size: 14px !important;
	color: #222222 !important;
	line-height: 20px;
	font-weight: 500;
}
.nav-post .nav-text span {
	width: 100%;
	display: inline-block;
	margin-top: 10px;
}
.nav-post .nav-big a {
	background: none;
	font-size: 15px !important;
	color: #222222 !important;
	line-height: 20px;
	padding: 0px !important;
}
.nav-post .nav-big img {
	margin: 20px 0;
}
.nav-post li a {
	padding: 0px;
	margin: 0px;
}
/*=======================================================
			BANNER
========================================================*/
#banner {
	height: 450px;
	position: relative;
	overflow: hidden;
	margin-top: -5px;
	z-index: 99;
	background: #fff;
	background-size: cover;
}
#banner .flex-banner img {
	width: 100%;
}
#banner .flex-banner {
	height: 670px;
}
.bnr-slider{
	background:url(../images/slide-1.jpg) center center no-repeat;
	background-size:cover;
	
}

.banner-up {
	position: absolute;
	width: 100%;
	top: 0px;
	z-index: 99;
	display: inline-block;
}
.banner-up .container {
	position: relative;
}
.slide-products {
	width: 550px;
	float: right;
	position: relative;
	background: #002b5e;
	z-index: 99;
}
.slide-products h1 {
	color: #fff;
	margin-bottom: 30px;
	margin-top: 0px;
	line-height: 38px;
}
.slide-products p {
	color: #fff;
}
.text-slide {
	position: absolute;
	height: 310px;
	overflow: hidden;
	padding: 25px;
	width: 100%;
	background: #002b5e;
}
.slider-price {
	font-size: 42px;
	color: #fff;
	display: inline-block;
	width: 100%;
	font-family: 'Montserrat';
	font-weight: bold;
	position: absolute;
	bottom: 20px;
}
.img-slide {
	padding: 25px;
	background: #fff;
}
#banner .owl-buttons div {
	background: #002b5e;
	position: absolute;
	left: -55px;
	height: 50px;
	width: 50px;
	margin-top: -100px;
	line-height: 50px;
	border-radius: 0px;
	opacity: 1;
	padding: 0px;
	font-size: 24px;
	border: none;
}
#banner .owl-buttons .owl-next {
	margin-top: -50px;
}
.slide-products-txt {
	outline: 10px solid rgba(0,43,94,0.85);
	background: rgba(0,43,94,0.85);
	border: 1px dashed #fff;
	padding: 30px;
	text-align: center;
	display: inline-block;
}
.slide-products-txt h1 {
	margin: 0px;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 20px;
}
.slide-products-txt h3 {
	margin: 0px;
	color: #fff;
}
.bnr-form {
	background: rgba(0,0,0,0.8);
	padding: 30px;
	margin-top: 25%;
	outline: 4px solid rgba(255,255,255,0.05);
}
.bnr-form h3 {
	font-weight: 700;
	margin: 0px;
	color: #ffc107;
}
.bnr-form h6 {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}
.bnr-form form input {
	background: none;
	display: inline-block;
	width: 100%;
	text-transform:uppercase;
	border: 2px solid #737372;
	height: 40px;
	padding: 0 20px;
	line-height: 40px;
	font-weight: 500;
	font-size: 14px;
	color: #d4d4d4;
	margin-top: 13px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.bnr-form form textarea {
	background: none;
	display: inline-block;
	width: 100%;
	border: 2px solid #737372;
	height: 100px;
	padding: 5px 10px;
	line-height: 20px;
	font-weight: 500;
	font-size: 14px;
	color: #d4d4d4;
	margin-top: 13px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.bnr-form form .btn {
	background: #ffc107;
	color: #232323;
	border-color: #fff;
}
.bnr-form form .btn:hover {
	border-color: #ffc107;
}
.bnr-form input:focus, textarea:focus {
	border-color: #fff !important;
}
#banner .banner-up img {
	width: auto;
	position: relative;
	margin-top: 12%;
}
#banner .text-sec {
	margin-top: 30%;
}
#banner .text-sec {
}
#banner .text-sec section {
	padding: 4px;
}
#banner .flex-direction-nav .flex-next {
	left: 5%;
}
#banner .flex-direction-nav .flex-prev {
	right: 5%;
}
#banner .text-sec h1 {
	background: rgba(0,0,0,0.8);
	display: inline-block;
	color: #fff;
	font-weight: 600;
	padding: 10px 25px;
	outline: 2px solid rgba(51,51,51,0.2);
	text-shadow: 2px 3px 0 #000;
	margin-left: 2px;
	margin: 0px;
	margin-bottom: 10px;
}
#banner .text-sec h1 span {
	color: #ffc300;
}
#banner .btn {
	border: none;
	outline: 2px solid rgba(225,193,7,0.20);
	background: #ffc107;
	color: #fff;
}
#banner .btn:hover {
	outline: 2px solid rgba(225,193,7,1);
}
#banner .btn-1 {
	background: #fff;
	outline: 2px solid rgba(255,255,255,0.20);
	border: none !important;
	margin-left: 2px;
	color: #232323;
	margin-right: 20px;
}
#banner .btn-1:hover {
	outline: 2px solid rgba(255,255,255,1);
}
/*=======================================================
			SERVICES
========================================================*/
.services {
	
	 padding-top: 100px;
    padding-bottom: 100px;
}
.services .tittle {
	margin-bottom: 10px;
}
.services .sec-in {
	border: 1px solid #efefef;
	padding: 20px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.services .sec-in i {
	color: #ffc107;
	float: left;
	margin-right: 23px;
    height: 39px;
    font-size: 40px;
    width: 41px;
}
.services li {
	margin-bottom: 0px;
}
.services .sec-in h6 {
	font-weight: bold;
	margin-top: 0px;
}
.services .sec-in p {
	margin-bottom: 0px;
}
.go-right {
	height: 40px;
	width: 40px;
	position: absolute;
	right: 0px;
	border: 1px solid #eeeeee;
	text-align: center;
	background: #fff;
	top: 40px;
	display: inline-block;
	line-height: 40px;
	z-index: 10;
	cursor: auto;
}
.contact-icon {
	height: 40px;
	width: 40px;
	right: 0px;
	font-size: 20px;
	border: 1px solid #eeeeee;
	text-align: center;
	background-color: #fff;
	top: 40px;
	display: inline-block;
	line-height: 40px;
	z-index: 10;
	border-radius: 5px;
	border: 1px solid #ffc107;
	cursor: auto;
	transition: all 0.3s ease-in;
}
.contact-icon:hover {
	background-color: #ffc107;
	color: #fff;
}
.services .sec-in .go-right i {
	color: #333333;
	width: auto;
	float: none;
	margin: 0px;
	height: auto;
	line-height: 38px;
	text-align: center;
	font-size: 22px;
}
/* .services .sec-in .go-right:hover {
	background: #ffc107;
	border-color: #ffc107;
	color: #fff;
} */
/* .services .sec-in .go-right:hover i {
	color: #fff;
} */
.sec-2 .sec-in {
	text-align: center;
}
.sec-2 .sec-in i {
	display: inline-block;
	width: 100%;
	text-align: center;
	height: auto;
	margin: 0px;
	margin-bottom: 20px;
}
.sec-2 .sec-in {
	padding: 10px 20px;
}
.sec-2 .sec-in h6 {
	font-size: 14px;
}
/*=======================================================
			WELCOME
========================================================*/
.welcome {
	padding: 80px 0;
	padding-bottom: 0px;
	background: #ffffff;
	text-align: center;
}
.welcome .tittle {
	margin-bottom: 0px;
	text-align: center;
}
.welcome .tittle h2 {
	margin-bottom: 30px;
}
.welcome .tittle h2:before {
	height: 5px;
	width: 46px;
	position: absolute;
	display: inline-block;
	content: "";
	background: #448aff;
	margin-top: 10px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	margin-top: 40px;
	z-index: 9;
	position: absolute;
}
/*=======================================================
			SOLUCTION
========================================================*/
.solution {
}
.solution:before {
	width: 100%;
	height: 100%;
	position: absolute;
	display: inline-block;
	content: "";
	margin-top: -1px;
	left: 0px;
	margin-top: 100px;
	background: #f9f9f9;
	position: absolute;
}
.solution h3 {
	margin-top: 160px;
	font-weight: bold;
}
/*=======================================================
			OFFER SERVICES
========================================================*/
.offer-services {
	padding: 0px 0;
	background: #ffffff;
}
.offer-services {
}
.offer-services .nav-tabs {
	background: #f8f8f8;
	border: none;
}
.offer-services .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background: #448aff;
	color: #fff;
}
.offer-services .nav-tabs li {
	display: inline-block;
	width: 100%;
	border-bottom: 2px solid #fff;
}
.offer-services .nav-tabs li a {
	color: #777777;
	font-size: 12px;
	font-weight: 600;
	line-height: 45px;
	padding: 0px 10px;
	text-transform: uppercase;
}
.offer-services .nav-tabs li a i {
	margin-left: 10px;
	display: none;
	line-height: 45px;
	float: right;
	position: absolute;
	top: 0px;
	right: 20px;
}
.offer-services .nav-tabs li.active a i {
	display: block;
}
.offer-services .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: none;
}
.offer-services .tab-content {
	position: relative;
}
.offer-services .tab-content h4 {
	margin-top: 0px;
}
.offer-services .img-up {
	margin-top: -90px;
}
.offer-services .tab-content ul {
	margin-top: 17px;
}
.offer-services .tab-content ul li i {
	color: #ffc107;
	margin-bottom: 0px;
	margin-right: 10px;
}
.resons-tabs .nav-tabs {
	background: none;
}
.resons-tabs .nav-tabs li {
	border-bottom: 1px dashed #e8e8e8;
	position: relative;
	overflow: hidden;
}
.resons-tabs .nav-tabs li.active a {
	background: none;
	color: #ffc107;
}
.resons-tabs .nav-tabs li a:hover {
	background: none;
	color: #ffc107;
}
.resons-tabs .nav-tabs li a {
	color: #777777;
	padding: 0px;
}
.resons-tabs .tab-content {
	background: #f9f9f9;
	padding: 40px 60px 60px;
}
.resons-tabs .tab-content h2 {
	font-weight: 600;
	margin-bottom: 30px;
}
.resons-tabs .tab-content .tab-pane i {
	font-size: 50px;
	color: #e7e7e7;
}
.offer-services-2 .tab-content ul {
	margin-top: 0px;
}
.offer-services-2 .tab-content ul li img {
	width: 100%;
}
.service-part .ser-details:hover {
	background: -moz-linear-gradient(top, rgba(68,138,255,0.8) 0%, rgba(35,35,35,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(68,138,255,0.8)), color-stop(100%, rgba(35,35,35,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(68,138,255,0.8) 0%, rgba(35,35,35,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(68,138,255,0.8) 0%, rgba(35,35,35,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(68,138,255,0.8) 0%, rgba(35,35,35,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(68,138,255,0.8) 0%, rgba(35,35,35,0.8) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc448aff', endColorstr='#cc232323', GradientType=0 ); /* IE6-9 */
	height: 100%;
}
/*=======================================================
			TESTIMONIALS
========================================================*/
.testi-small {
}
.testi-small .tittle {
}
.testi-small .avatar {
	float: right;
	position: absolute;
	height: 120px;
	width: 145px;
	right: 0px;
	top: -120px;
}
.testi-small .testi-text {
	background: #f9f9f9;
	padding: 40px;
	text-align: center;
	position: relative;
	min-height: 294px;
}
.testi-small .testi-text p {
	color: #595959;
	font-style: italic;
	line-height: 30px;
	font-size: 18px;
}
.testi-small .testi-text:before {
	height: 100%;
	width: 18px;
	height: 21px;
	position: absolute;
	display: inline-block;
	content: "";
	margin-top: -1px;
	right: 50px;
	z-index: 9;
	background: url(../images/texti-qo.png) no-repeat;
	height: 73px;
	width: 73px;
	left: 0px;
	top: 0px;
	position: absolute;
}
.testi-small .testi-text h6 {
	font-size: 13px;
	margin-top: 30px;
	font-weight: 600;
}
.testi-small .testi-text span {
	text-transform: uppercase;
	font-size: 12px;
	color: #888888;
}
.testi-small .owl-carousel .owl-stage-outer {
	overflow: inherit;
}
.testi-small .tittle h2:before {
	left: 0px;
}
.testi-small .tittle h2 {
	padding-left: 15px;
}
.testi-small .owl-dots {
	position: absolute;
	bottom: 20px;
	z-index: 99;
}
.testi-small .owl-dots {
	text-align: center;
	width: 100%;
}
.testi-small .owl-dot {
	display: inline-block;
	margin: 0 10px;
}
.testi-small .owl-dot span {
	width: 20px;
	height: 4px;
	background: #d0d0d0;
	position: relative;
	z-index: 12;
	display: inline-block;
}
.testi-small .owl-dot.active span {
	background: #ffc107;
}
.testi-small .avatar {
}
/*=======================================================
			GALLERY
========================================================*/
.gallery {
	padding: 0px 0;
	padding-bottom: 0px;
	background: #f8f8f8;
}
.gal-item {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.items-text {
	position: absolute;
	bottom: 40px;
	left: 20px;
	display: none;
	opacity: 0;
}
.items-text p {
	color: #ffc107;
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Exo 2', sans-serif;
}
.link-up {
	position: absolute;
	height: 40px;
	width: 40px;
	float: right;
	top: 30px;
	right: 30px;
	text-align: center;
	line-height: 40px;
	background: rgba(0,0,0,0.5);
	border-radius: 4px;
	color: #fff;
	font-size: 20px;
	display: none;
	opacity: 0;
}
.link-up i {
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
}
.items-text h5 {
	color: #fff;
	margin-top: 0px;
	font-weight: bold;
}
.gallery-over {
	background: -moz-linear-gradient(45deg, rgba(35,35,35,0.9) 0%, rgba(35,35,35,0.9) 17%, rgba(68,138,255,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(35,35,35,0.9)), color-stop(17%, rgba(35,35,35,0.9)), color-stop(100%, rgba(68,138,255,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, rgba(35,35,35,0.9) 0%, rgba(35,35,35,0.9) 17%, rgba(68,138,255,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, rgba(35,35,35,0.9) 0%, rgba(35,35,35,0.9) 17%, rgba(68,138,255,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(35,35,35,0.9) 0%, rgba(35,35,35,0.9) 17%, rgba(68,138,255,0.9) 100%); /* IE10+ */
	background: linear-gradient(45deg, rgba(35,35,35,0.9) 0%, rgba(35,35,35,0.9) 17%, rgba(68,138,255,0.9) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6232323', endColorstr='#e6448aff', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	position: absolute;
	top: 0;
	opacity: 0;
	width: 100%;
	left: 0px;
	height: 100%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.gal-item:hover .gallery-over {
	top: 0px;
	opacity: 1;
}
.gal-item:hover .link-up {
	display: block;
	opacity: 1;
}
.gal-item:hover .items-text {
	display: block;
	opacity: 1;
}
.gallery .owl-nav {
	position: absolute;
	top: -80px;
	right: 0px;
	width: 20%;
}
.gallery .owl-nav i {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	float: left;
	line-height: 40px;
	background: #fff;
	color: #232323;
	font-size: 22px;
	margin-left: 10px;
	padding: 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-align: center;
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}
.gallery .owl-nav i:hover {
	background: #ffc300;
	color: #fff;
}
.gallery .owl-nav .owl-prev {
	right: 50px;
}
.gallery-slide-3 .owl-nav {
	width: 100px;
}
.gallery-slide-3 {
	padding-bottom: 80px;
}
/*=======================================================
			CLIENTS REVIEW
========================================================*/ 
.clients {
	padding: 80px 0;
}
.clients .clients-in {
	border: 1px solid #f5f5f5;
	padding: 20px;
	text-align: center;
	margin-top: -30px;
	border-radius: 4px;
	padding-top: 50px;
	background: #fff;
}
.clients .clients-in h6 {
	font-size: 13px;
	margin-top: 20px;
	font-weight: 600;
}
.clients .clients-in h6 span {
	font-size: 13px;
	font-weight: 400;
}
.clients .avatar {
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.clients .avatar h6 {
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 15px;
	color: #002b5e;
}
.clients .avatar img {
	height: 75px;
	float: none;
	display: inline-block;
	width: 75px;
	position: relative;
	padding: 4px;
	overflow: hidden;
	border-radius: 50%;
	margin-top: 0px;
	margin-right: 20px;
	border: 1px solid #f5f5f5;
	display: inline-block;
	background: #fff;
}
.clients :before {
	height: 100%;
	width: 18px;
	height: 21px;
	position: absolute;
	display: inline-block;
	content: "";
	margin-top: -1px;
	right: 50px;
	z-index: 9;
	position: absolute;
}
.with-gray {
	background: #f8f8f8;
}
/*=======================================================
			PARTHNER
========================================================*/
.parthner {
	padding: 80px 0;
	background: #fff;
}
.parthner-slide .owl-item img {
	width: auto !important;
	display: inline-block;
}
.parthner-slide .part {
	text-align: center;
	margin: 2px;
}
.parthner-slide .part a {
	text-align: center;
	line-height: 145px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}
.parthner-slide .part a:hover {
	box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
}
.parthner-slide .part a {
	display: inline-block;
	width: 100%;
}
.parthner .owl-nav {
	position: absolute;
	top: -80px;
	right: 0px;
	width: 100px;
}
.parthner .owl-nav i {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	float: left;
	line-height: 40px;
	background: #fff;
	color: #232323;
	font-size: 22px;
	margin-left: 10px;
	padding: 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-align: center;
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}
.parthner .owl-nav i:hover {
	background: #ffc300;
	color: #fff;
}
.parthner .owl-nav .owl-prev {
	right: 50px;
}
/*=======================================================
			TEAM
========================================================*/
#team {
	padding: 80px 0;
	background: #fff;
}
#team .team {
	text-align: center;
	margin-top: 0px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 370px;
}
#team li {
	overflow: hidden;
	position: relative;
}
#team li .team-detail {
	background: #f9f9f9;
	border-bottom: 2px solid #ffd145;
	display: inline-block;
	width: 100%;
	padding-top: 20px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#team li .team-detail p {
	text-transform: uppercase;
	font-size: 11px;
}
#team li .team-detail h6 {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#team .social_icons {
	display: inline-block;
	width: 100%;
	display: none;
	padding-bottom: 10px;
}
#team .social_icons li {
	display: inline-block;
	float: none;
	background: #f0f0f0;
	border-radius: 50%;
}
#team .social_icons a {
	font-size: 13px;
	margin: 0px;
	color: #232323;
	border-radius: 50%;
	height: 35px;
	width: 35px;
	line-height: 35px;
}
#team li:hover .social_icons {
	display: block;
}
#team .team-over {
	background: -moz-linear-gradient(45deg, rgba(35,35,35,0.9) 0%, rgba(35,35,35,0.9) 17%, rgba(68,138,255,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(35,35,35,0.9)), color-stop(17%, rgba(35,35,35,0.9)), color-stop(100%, rgba(68,138,255,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, rgba(35,35,35,0.9) 0%, rgba(35,35,35,0.9) 17%, rgba(68,138,255,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, rgba(35,35,35,0.9) 0%, rgba(35,35,35,0.9) 17%, rgba(68,138,255,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(35,35,35,0.9) 0%, rgba(35,35,35,0.9) 17%, rgba(68,138,255,0.9) 100%); /* IE10+ */
	background: linear-gradient(45deg, rgba(35,35,35,0.9) 0%, rgba(35,35,35,0.9) 17%, rgba(68,138,255,0.9) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6232323', endColorstr='#e6448aff', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	position: absolute;
	top: 0;
	opacity: 0;
	width: 100%;
	left: 0px;
	height: 100%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#team .team-over:before {
	height: 80px;
	width: 80px;
	position: absolute;
	display: inline-block;
	content: "";
	z-index: 9;
	margin: 0 auto;
	left: 0px;
	top: 20%;
	right: 0px;
	position: absolute;
	background: url(../images/team-plus.png) no-repeat;
}
#team li:hover .team-over {
	opacity: 1;
}
/*=======================================================
			SUB BANNER
========================================================*/
.sub-banner {
	background: url(../images/sub-bnr-bg.jpg) top center fixed no-repeat;
	height: 260px;
	position: relative;
	margin-top: -5px;
	text-align: center;
	padding-top: 90px;
}
.sub-banner h1 {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	margin: 0px;
	text-shadow: 2px 4px 0px rgba(0,0,0,0.5);
	margin-bottom: 10px;
}
.sub-banner p {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	text-shadow: 2px 3px 0px rgba(0,0,0,0.5);
}
.sub-banner .breadcrumb {
	background: rgba(0,0,0,0.4);
	display: inline-block;
	position: absolute;
	bottom: 0px;
	margin-bottom: 0px;
	border-radius: 4px 4px 0 0;
	width: 270px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
}
.sub-banner .breadcrumb li a {
	color: #fff;
	text-transform: uppercase;
}
.sub-banner .breadcrumb li {
	color: #ffc300;
	font-size: 13px;
	font-weight: 600;
	display: inline-block;
	text-transform: uppercase;
}
/*=======================================================
			SERVICE PART
========================================================*/
.service-part {
	padding: 80px 0;
	background: #fff;
	padding-bottom: 0px;
}
.service-part .ser-details {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 ); /* IE6-9 */
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	position: absolute;
	height: 50%;
	left: 0px;
	bottom: 0px;
	width: 100%;
	text-align: center;
}
.service-part li:hover .ser-details {
	background: -moz-linear-gradient(top, rgba(68,138,255,0.8) 0%, rgba(35,35,35,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(68,138,255,0.8)), color-stop(100%, rgba(35,35,35,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(68,138,255,0.8) 0%, rgba(35,35,35,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(68,138,255,0.8) 0%, rgba(35,35,35,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(68,138,255,0.8) 0%, rgba(35,35,35,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(68,138,255,0.8) 0%, rgba(35,35,35,0.8) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc448aff', endColorstr='#cc232323', GradientType=0 ); /* IE6-9 */
	height: 100%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.service-part .ser-details a {
	position: absolute;
	bottom: 25px;
	font-size: 15px;
	font-weight: 700;
	display: inline-block;
	width: 100%;
	left: 0px;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background: #116cb3;
    padding-top: 20px;
	padding-bottom:20px;
	padding-right:10px;
	padding-left:10px;
	margin-bottom: -26px;
	
}
.service-part .ser-details a:hover {
	color: #ffc107;
}
.offer-services-2 .service-part li {
	margin-bottom: 30px;
}
.why-choose {
	padding-top: 0px;
}
.why-choose .sec-in {
	box-shadow: none;
	border: none;
	padding: 0px;
}
.why-choose .sec-in i {
	height: 80px;
	width: 80px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	text-align: center;
	line-height: 80px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.why-choose .sec-in hr {
	border: none;
	height: 2px;
	width: 30px;
	background: #d8d8d8;
	margin: 0px;
	margin-bottom: 10px;
}
.why-choose .tittle {
	margin-bottom: 50px;
}
.about-more {
	padding-top: 20px;
}
.about-more h4 {
	margin-bottom: 20px;
	border-left: 5px solid #448aff;
	padding-left: 10px;
	font-size: 22px;
}
.emer-servic {
	margin-top: 40px;
	text-align: center;
	background: #f8f8f8;
	border-bottom: 2px solid #ffc107;
	padding: 160px 0;
	padding-bottom: 182px;
}
.emer-servic h5 {
	font-weight: 700;
	margin: 0px;
	line-height: 24px;
}
.emer-servic p {
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 24px;
	color: #777777;
}
.call-em {
	background: #ffc107;
	height: 95px;
	width: 95px;
	margin: 20px 0;
	line-height: 16px;
	display: inline-block;
	border: 3px solid #eaeaea;
	border-radius: 50%;
	padding: 0 20px;
	padding-top: 20px;
	color: #fff;
	font-style: italic;
	font-weight: 600;
}
.items-details .carousel-indicators li {
	width: 100%;
	height: auto;
	position: relative;
	text-indent: inherit;
	margin: 0px;
	padding: 0px;
	margin-bottom: 27px;
}
.items-details .carousel-indicators {
	position: relative;
}
.items-details .carousel-indicators {
	left: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
}
.items-details .carousel-inner img {
	width: 100%;
}
.table-head {
	background: #ffc107;
	height: 50px;
	display: inline-block;
	width: 100%;
}
.table-prics {
	border: 1px solid #ededed;
	margin-top: 30px;
	display: inline-block;
	width: 100%;
}
.table-prics li span {
}
.table-prics li {
	display: inline-block;
	width: 100%;
	height: 50px;
	float: left;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #f5f5f5;
}
.table-prics li p {
	color: #777777;
	line-height: 50px;
	margin: 0px;
	font-size: 14px;
}
.table-prics li h6 {
	color: #fff;
	margin: 0px;
	font-weight: 700;
	line-height: 50px;
	color: #fff;
}
.table-prics span:nth-child(1) {
	border-right: 1px solid #f0f0f0;
}
.table-prics span:nth-child(2) p {
	color: #232323;
}
.table-head span:nth-child(1) {
	border-right: 1px solid #f7bd00;
}
.tab-tittle {
	height: 50px;
	display: inline-block;
	width: 100%;
	background: #f8f8f8;
}
.tab-tittle p {
	color: #000 !important;
	line-height: 50px;
	margin: 0px;
	font-weight: 800;
	font-size: 15px;
}
.pop-project .carousel-indicators li {
	width: 100%;
	height: auto;
	position: relative;
	text-indent: inherit;
	margin: 0px;
	padding: 0px;
	height: 96px;
	overflow: hidden;
	margin-bottom: 15px;
	border: none;
	border-radius: 0px;
}
.pop-project .carousel-indicators {
	position: relative;
}
.pop-project .carousel-indicators {
	left: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
}
.pop-project .carousel-inner img {
	width: 100%;
}
.projects-details ul p {
	text-transform: uppercase;
	color: #777777;
	font-size: 12px !important;
	line-height: 16px;
	margin: 13px 0px;
	font-family: 'Exo 2', sans-serif;
	padding-left: 10px;
}
.projects-details ul li {
	border-bottom: 1px dashed #dbdbdb;
	line-height: 41px;
}
.projects-details h3 {
	margin: 0px;
	border-left: 5px solid #448aff;
	padding-left: 10px;
	font-weight: 700;
	margin-bottom: 20px;
}
.projects-details ul p span {
	font-weight: 600;
	color: #232323;
	font-size: 13px;
}
.projects-details ul p {
	border-left: 2px solid #448aff;
}
.projects-details {
	display: inline-block;
	width: 100%;
	padding: 20px;
}
/*=======================================================
			CALL US
========================================================*/
.call-us {
	background: url(../images/call-us-bg.jpg) fixed repeat;
	text-align: center;
}
.call-us .call-inner {
	background: -moz-linear-gradient(top, rgba(68,138,255,0.8) 0%, rgba(35,35,35,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(68,138,255,0.8)), color-stop(100%, rgba(35,35,35,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(68,138,255,0.8) 0%, rgba(35,35,35,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(68,138,255,0.8) 0%, rgba(35,35,35,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(68,138,255,0.8) 0%, rgba(35,35,35,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(68,138,255,0.8) 0%, rgba(35,35,35,0.8) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc448aff', endColorstr='#cc232323', GradientType=0 ); /* IE6-9 */
	padding: 60px 0;
}
.call-us h1 {
	margin: 10px 0px;
	color: #ffc300;
	margin-bottom: 0px;
	font-weight: 600;
}
.call-us h3 {
	margin: 0px;
	color: #fff;
}
/*=======================================================
			BLOG
========================================================*/
.blog {
	padding: 80px 0;
	background: ;
}
.blog .b-details {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 ); /* IE6-9 */
	position: absolute;
	height: 50%;
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding: 20px;
}
.blog .b-inner {
	display: inline-block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.blog .b-details h6 a {
	font-size: 15px;
	color: #222222;
	text-transform: uppercase;
	font-weight: bold;
}
.blog .b-details li {
	position: relative;
	overflow: hidden;
}
.blog .b-details a {
	font-size: 18px;
	color: #fff;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	bottom: 50px;
	left: 20px;
}
.blog .b-details span {
	background: #ffc107;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	color: #232323;
	padding-right: 20px;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 30px;
	font-size: 13px;
}
.blog .b-details span i {
	background: #fff;
	height: 25px;
	width: 25px;
	margin-right: 10px;
	font-size: 16px;
	text-align: center;
	line-height: 25px;
}
/*=======================================================
			ACCORDION
========================================================*/
.who-we-are {
	padding: 10px 0;
	background: ;
}
.who-we-are .owl-dots {
	position: absolute;
	bottom: 0px;
	z-index: 99;
}
.who-we-are .owl-dots {
	text-align: center;
	width: 100%;
	height: 40px;
	background: ;
}
.who-we-are .owl-dot {
	display: inline-block;
	margin: 0 2px;
}
.who-we-are .owl-dot span {
	width: 8px;
	border-radius: 50%;
	height: 8px;
	margin-top: 15px;
	
	position: relative;
	z-index: 12;
	display: inline-block;
}

#accordion {
}
#accordion .panel-default > .panel-heading .panel-title a:before {
	content: "-";
	font-family: FontAwesome;
	padding: 0px;
	color: #323232;
	float: right;
	font-size: 26px;
	padding: 0px 15px;
	font-weight: 100;
}
#accordion .collapse.in {
	display: block;
	visibility: visible;
	
}
#accordion .panel-group .panel + .panel {
	margin-top: 0px;
}
#accordion .panel-default > .panel-heading .panel-title a.collapsed:before {
	content: "+";
	color: #323232;
	font-family: FontAwesome;
}
#accordion .icon-accor {
	color: #ffc107;
	display: inline-block;
	height: 41px;
	width: 41px;
	text-align: center;
	line-height: 41px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#accordion .panel-default {
	border: none;
	box-shadow: none;
	margin-top: 0px;
}
#accordion .panel-body {
	padding: 30px 15px;
}
#accordion .panel-default > .panel-heading {
	background: none;
	padding: 0px;
	color: #232323;
	border-radius: 0px;
	overflow: hidden;
	border: none;
}
#accordion .panel-default > .panel-heading a {
	text-decoration: none;
	font-size: 14px;
	width: 100%;
	font-weight: 600;
	padding: 0px;
	line-height: 40px;
	display: inline-block;
	padding-left: 0px;
	border-bottom: 1px solid #d0d0d0;
}
#accordion .collapsed {
	color: #222222 !important;
}
#accordion .collapsed .icon-accor {
}
#accordion .panel-group .panel {
	border-radius: 0px;
}
#accordion .panel-body {
	border: none;
}
/*=======================================================
			PRICING TABLE
========================================================*/
.pricing {
	padding: 80px 0;
}
.pricing .price-in {
	border: 1px solid #ccc;
	display: inline-block;
	width: 100%;
	position: relative;
}
.pricing .price-head {
	background: #002b5e;
	border-bottom: 2px solid #001228;
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	line-height: 58px;
}
.pricing .price {
	text-align: center;
}
.pricing .price {
	padding: 40px 0;
}
.pricing .price h3 {
	margin: 0px;
}
.pricing .price-tag {
	background: url(../images/tag-bg.png) no-repeat;
	width: 102px;
	height: 49px;
	float: right;
	position: absolute;
	right: -8px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-weight: bold;
	top: 91px;
}
.price-details {
	display: inline-block;
	width: 100%;
	padding: 0 10%;
}
.price-details li {
	display: inline-block;
	width: 100%;
	text-align: center;
	border-top: 1px dashed #e9e9e9;
	line-height: 52px;
}
.price-details li p {
	line-height: 52px;
	margin: 0px;
}
.price-details .btn {
	border-radius: 4px;
	margin: 30px 0;
}
/*=======================================================
			OUR BEST FEATURES
========================================================*/
.our-best {
	padding: 80px 0;
	text-align: center;
}
.our-best li {
	text-align: center;
	padding: 0 15px;
	display: inline-block;
	width: 14%;
}
.our-best .icon {
	border: 3px solid #ffdd00;
	height: 113px;
	width: 113px;
	border-radius: 50%;
	line-height: 106px;
	display: inline-block;
	margin-bottom: 10px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.our-best li:hover .icon {
	border: 3px solid #002b5e;
}
.our-best li h6 {
	text-transform: uppercase;
	color: #222222;
	font-size: 14px;
}
/*=======================================================
			COMMUNITY
========================================================*/
.community {
	background: url(../images/comm-bg.jpg) fixed no-repeat;
	padding: 40px 0;
	background-size: cover;
}
.community h4 {
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
}
.community .btn {
	border-radius: 4px;
	margin-top: 30px;
}
.community a {
	width: 150px;
	display: inline-block;
	margin-top: 20px;
}
.community .sizer {
	background: url(../images/swizer.png) center center no-repeat;
	width: 16px;
	height: 135px;
	top: 15px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	position: absolute;
}
/*=======================================================
			PORTFOLIO
========================================================*/
#portfolio {
	padding: 80px 0;
	background: #fff;
}
.filter {
	margin-bottom: 50px;
	text-align: center;
	margin-top: 20px;
	width: 100%;
}
.filter li a {
	margin-right: 0px;
	font-size: 12px;
	color: #232323;
	font-weight: 400;
	display: inline-block;
	text-decoration: none;
	font-family: 'Lato';
	padding: 0px;
	margin: 0 10px;
	margin-right: 12px;
	text-transform: uppercase;
}
.filter li a:hover {
	color: #ffd249;
	border-bottom: 1px solid #ffd249;
}
.filter li a.active {
	color: #ffd249;
	border-bottom: 1px solid #ffd249;
}
.filter li {
	margin: 0;
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.filter li select {
	border: 1px solid #002b5e;
	color: #002b5e;
	height: 32px;
	border-radius: 4px;
	font-size: 12px;
	padding: 0 30px 0 10px;
	text-transform: uppercase;
}
.isotope-item {
	z-index: 2;
	display: block !important;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.isotope {
}
.isotope .isotope-item {
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
}
.portfolio .items {
	margin: 0 -15px;
}
.portfolio .item {
	width: 25%;
	display: inline-block;
	padding: 0 15px;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
}
.portfolio .item img {
	width: 100%;
}
.nav-icon {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.nav-icon i {
	height: 35px;
	width: 35px;
	border: 1px solid #e8e8e8;
	line-height: 35px;
	color: #000000;
}
.portfolio-wrapper .btn {
	margin-top: 50px;
}
/*=======================================================
			PORTFOLIO COL
========================================================*/
.portfolio .col-3 .item {
	width: 33.3333%;
}
.portfolio .col-5 {
	margin: 0 -2px;
}
.portfolio .col-5 .item {
	width: 20%;
	padding: 2px;
	margin-bottom: 0px;
}
/*=======================================================
			SIGN UP
========================================================*/
.sign-up {
	padding: 80px 0;
	background: #f2f2f2;
}
.sign-up h4 {
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 30px;
}
.sign-up li input {
	display: inline-block;
	width: 100%;
}
.sign-up li label {
	color: #777777;
	display: inline-block;
	width: 100%;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
}
.sign-up li .form-control {
	border-radius: 4px;
	height: 40px;
	border: 1px solid #ececec;
	box-shadow: none;
	margin-top: 10px;
}
.sign-up li .form-control:focus {
	border-color: #002b5e !important;
}
.sign-up li .btn {
	border-radius: 4px;
	line-height: 40px;
	padding: 0px;
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}
.policy {
	margin-top: 50px;
}
.policy p {
	font-size: 15px;
	font-weight: 500;
	color: #222222;
}
.policy a {
	color: #002b5e;
}
/*=======================================================
			SUBMIT COUPON
========================================================*/
.submit-coupon {
	padding: 80px 0;
	background: #ffffff;
}
.submit-coupon .tittle h5 {
	color: #777777;
	text-transform: uppercase;
}
.submit-coupon .sub-cin {
	background: #fafafa;
	border: 1px solid #e8e8e8;
	padding: 28px;
}
.submit-coupon h6 {
	font-size: 15px;
	color: #333333;
	margin-top: 30px;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
	font-weight: normal;
	text-transform: uppercase;
}
.submit-coupon .sub-cin .form-control {
	border-radius: 0px;
	box-shadow: none;
	border: 1px solid #e6e6e6;
	display: inline-block;
	width: 100%;
}
.submit-coupon .sub-cin .cou-type {
}
.cou-type .nav-tabs li {
	padding: 0px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	border: none;
	line-height: 50px;
}
.cou-type .nav-tabs li a {
	font-size: 12px;
	text-transform: uppercase;
	color: #333333;
	line-height: 50px;
	padding: 0px;
	margin: 0px;
	border: none;
	border-right: 1px solid #e5e5e5;
}
.cou-type .nav-tabs li:nth-last-child(1) a {
	border-right: none;
}
.cou-type .nav-tabs {
	border: 1px solid #e5e5e5;
}
.cou-type .nav-tabs > li > a:hover {
	border: none;
	margin: 0px;
	background: #002b5e;
	color: #fff;
	border-radius: 0px;
	border-bottom: 4px solid #ffdd00
}
.cou-type .nav-tabs > li.active > a {
	border: none;
	margin: 0px;
	background: #002b5e;
	color: #fff;
	border-radius: 0px;
	border-bottom: 4px solid #ffdd00;
}
.cou-type textarea {
	height: 120px;
	border: 1px solid #e5e5e5;
	padding: 10px;
	display: inline-block;
	width: 100%;
}
.cou-type input {
	height: 40px;
}
.form-control:focus {
	border-color: #448aff !important;
}
.cou-type .coupon-chapc {
	display: inline-block;
	width: 210px;
	background: #f2f2f2;
	line-height: 86px;
	height: 86px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #e6e6e6;
	text-align: center;
}
.cou-type .calen {
	float: right;
	margin-right: 20px;
	margin-top: -28px;
	color: #aaaaaa;
	font-size: 15px;
}
.cou-type .btn {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0px;
	font-size: 18px;
	margin-top: 30px;
}
.core-com {
	text-align: center;
}
.core-com h4 {
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
}
.com-img {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 40px 0 50px 0;
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 50px;
}
.com-feature {
	text-align: left;
}
.com-feature h4 {
	margin-bottom: 30px;
	color: #333333;
}
.com-feature p {
	font-size: 16px;
	line-height: 24px;
}
.com-feature li {
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}
.com-feature li i {
	font-size: 24px;
	color: #002b5e;
}
.com-feature h6 {
	margin: 0px;
	margin-bottom: 10px;
}
.coupon-win {
	background: #ffdd00;
	padding: 25px;
	border: 1px dashed #002b5e;
	outline: 10px solid #ffdd00;
	margin-top: 80px;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.coupon-win h4 {
	font-size: 22px;
	display: inline-block;
	font-weight: bold;
}
.coupon-win .join {
	background: #fff;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	padding: 0 30px;
	margin-left: 50px;
	color: #002b5e;
}
.coupon-win .join:hover {
	background: #002b5e;
	color: #fff;
}
/*=======================================================
			BLOG
========================================================*/
.blog .title-hed {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #222222;
	text-transform: uppercase;
	margin-top: 30px;
}
.blog .title-hed:hover {
	color: #002b5e;
}
.blog .blog-post ul.small-tag {
	display: inline-block;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.blog .blog-post {
	margin-bottom: 40px;
	display: inline-block;
	width: 100%;
	position: relative;
	
	padding-bottom: 40px;
}
.blog .blog-post ul.small-tag span {
	margin: 0 10px;
	text-transform: uppercase;
	font-size: 12px;
}
.blog .blog-post p {
	font-size: 14px;
	line-height: 24px;
}
.blog .blog-post ul.small-tag span:nth-child(1) {
	margin-left: 0px;
}
.blog .blog-post ul.small-tag li {
	color: #777777;
}
.blog .blog-post ul.small-tag li i {
	margin-right: 5px;
}
.blog .blog-post img {
	width: 100%;
	margin-top: 40px;
}
.blog .blog-post span.date {
	background: #ffc107;
	height: 25px;
	position: absolute;
	line-height: 25px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	color: #232323;
	padding-right: 20px;
	font-weight: 600;
	margin-top: -50px;
	font-size: 13px;
	margin-left: 20px;
	z-index: 999;
}
.blog .blog-post span.date i {
	background: #fff;
	height: 25px;
	width: 25px;
	margin-right: 10px;
	font-size: 16px;
	text-align: center;
	line-height: 25px;
}
.blog .flex-direction-nav a {
	background: rgba(0,0,0,0.4);
	border-radius: 0px;
	border: none;
}
.blog .flex-direction-nav {
	top: 48%;
}
.post-bg {
	background: url(../images/blog-img-bg.jpg) no-repeat;
	padding: 60px 40px;
	text-align: center;
}
.post-bg p {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 20px !important;
	color: #fff;
	line-height: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.post-bg a {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px !important;
	color: #fff;
	line-height: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.post-bg i {
	background: #ffc107;
	height: 55px;
	width: 55px;
	text-align: center;
	line-height: 55px;
	color: #fff;
	font-size: 20px;
	margin-bottom: 30px;
	border-radius: 50%;
	display: inline-block;
}
.blog .pagination {
	border: none;
}
.blog .pagination li {
	border: none;
}
.blog .pagination li a {
	border: none;
	height: 42px;
	width: 42px;
	margin-right: 10px;
	border: 1px solid #f0f0f0;
	border-radius: 50%;
	text-align: center;
	padding: 0px;
	line-height: 40px;
	color: #111111;
}
.blog .pagination li a:hover {
	background: #ffc107;
	color: #fff;
}
/*=======================================================
			BLOG SIDE BAR
========================================================*/
.blog-side-bar {
	padding-left: 30px;
}
.blog-side-bar h5 {
	color: #222222;
	text-transform: uppercase;
	margin-top: 40px;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 16px;
	padding-left: 15px;
	border-left: 5px solid #448aff;
}
.blog-side-bar .cate-side {
}
.blog-side-bar .cate-side li {
	padding-top: 13px;
	display: inline-block;
	width: 100%;
}
.blog-side-bar .cate-side li:hover img {
	opacity: 0.5;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.blog-side-bar .cate-side li .img-side {
	width: 80px;
	position: relative;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}
.blog-side-bar .cate-side li a {
	font-weight: bold;
	color: #697a8e;
	font-size: 14px;
	line-height: 25px;
}
.blog-side-bar .cate-side li span {
}
.blog-side-bar .cate-sim a {
	display: inline-block;
	width: 100%;
	color: #222222;
	font-size: 15px;
	line-height: 25px;
	font-family: 'Lato', sans-serif;
}
.blog-side-bar .cate-sim {
	margin-top: 0px;
}
.blog-side-bar .cate-sim li:before {
	content: "\f0da";
	font-family: FontAwesome;
	padding: 0px;
	color: #ffc300;
	float: right;
	left: 70px;
	font-size: 16px;
	font-weight: 100;
	position: absolute;
}
.blog-side-bar a:hover {
	color: #002b5e !important;
}
.blog-side-bar .cate-sim li {
	line-height: 38px;
	padding-left: 30px;
}
.blog-side-bar .tags {
	display: inline-block;
	width: 100%;
}
.blog-side-bar .tags li {
	display: inline;
	border: none;
	display: inline-block;
	line-height: none;
}
.blog-side-bar .tags li a {
	border: 1px solid #eaeaea;
	color: #333333;
	background: #fff;
	display: inline-block;
	text-transform: uppercase;
	line-height: 28px;
	padding: 0 20px;
	font-size: 12px;
	margin: 0 0 10px 10px;
}
.blog-side-bar .tags li a:hover {
	background: #ffc300;
	color: #fff !important;
	border-color: #ffc300;
}
.blog-side-bar .cate-sim a span {
	color: #777777;
}
.blog-side-bar .cate-sim li:hover a span {
	color: #777777;
}
.blog-side-bar .flicker {
	margin: 0 -5px;
}
.blog-side-bar .flicker li {
	padding: 0 5px;
	margin-bottom: 10px;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.blog-side-bar .flicker li:hover img {
	opacity: 0.3;
}
.blog-side-bar .tw-widgets li {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.blog-side-bar ul.wid-in li {
	border: none;
	margin-bottom: 0px;
}
.blog-side-bar ul.wid-in li:nth-child(1) {
	width: 80px;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	float: right;
	display: inline-block;
	border: none;
}
.blog-side-bar ul.wid-in li h5 {
	margin: 0px;
	padding-bottom: 10px;
	border: none;
	color: #697a8e !important;
}
.blog-side-bar ul.wid-in li:nth-child(2) {
	float: left;
	width: 64%;
	padding-left: 15px;
}
.blog-side-bar ul {
	padding-left: 15px;
}
.blog-side-bar p {
	padding-left: 25px;
}
.blog-side-bar ul.wid-in li:nth-child(2):before {
	content: "\f0da";
	font-family: FontAwesome;
	padding: 0px;
	color: #ffc300;
	float: right;
	left: 70px;
	font-size: 16px;
	font-weight: 100;
	position: absolute;
}
.blog-side-bar ul.wid-in li span {
	color: #777777;
	font-size: 12px;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	margin-top: 15px;
}
.blog-side-bar ul.wid-in li span i {
	margin-right: 5px;
}
.blog-side-bar ul.wid-in li a {
	font-size: 14px;
	color: #232323;
	line-height: 18px;
	display: inline-block;
	width: 100%;
}
.blog-side-bar .cate-side li .img-side img {
}
.blog-side-bar .cate-side li a {
	font-size: 14px;
	line-height: 30px;
	color: #222222;
	line-height: 18px;
	text-transform: uppercase;
	display: inline-block;
	width: 60%;
}
.blog-side-bar .cate-side li span {
	width: 65%;
	display: inline-block;
	font-size: 12px;
	color: #b7c2cd;
}
.blog-side-bar .cate-side li span i {
	color: #b7c2cd;
	margin: 0 10px;
}
.blog-side-bar .search input {
	width: 100%;
	border: none;
	border: 1px solid #e8e8e8;
	border-radius: 0px;
	height: 45px;
	padding: 0 20px;
	padding-left: 10px;
	font-style: italic;
	color: #adb9c6;
	font-size: 14px;
}
.blog-side-bar .search button {
	height: 45px;
	color: #777777;
	font-size: 16px;
	background: none;
	border: none;
	position: relative;
	float: right;
	margin-top: -45px;
	width: 40px;
	text-align: center;
}
.blog-side-bar .latest-tw {
}
.blog-side-bar .latest-tw ul.wid-in li:nth-child(1) {
	width: 30px;
}
.blog-side-bar .latest-tw ul.wid-in li:nth-child(2) {
	width: 85%;
}
.blog-side-bar .latest-tw li h6 {
	margin-top: 0px;
	color: #a3a3a3;
}
.blog-side-bar .latest-tw li a {
	text-transform: none !important;
	display: inline-block;
	width: auto !important;
	color: #28a9e2 !important;
}
.blog-side-bar .wid-in li:nth-child(1) i {
	color: #a3a3a3;
	font-size: 22px;
}
.share-post {
	border-bottom: 1px solid #cccccc;
	display: inline-block;
	width: 100%;
	padding-bottom: 20px;
}
.share-post h3 {
	font-weight: bold;
	margin: 0px;
	margin-top: 8px;
}
.share-post li a {
	border-radius: 4px;
	margin-left: 10px;
	border: 1px solid #ebebeb;
}
.share-post li a {
	height: 35px;
	width: 35px;
	background: #f8f8f8;
	line-height: 33px;
	border-radius: 50%;
}
.admin-info {
	padding: 30px;
	border: 1px solid #cccccc;
	margin-top: 20px;
	margin-bottom: 40px;
}
.admin-info p {
	color: #777777;
	font-size: 16px;
	line-height: 28px;
}
.admin-info h6 {
	margin-bottom: 20px;
	color: #222222;
}
.admin-info img {
	border-radius: 50%;
	height: 117px;
	width: 117px !important;
}
.admin-info .social_icons {
	display: inline-block;
	width: 100%;
	margin-top: 0px;
}
.admin-info .social_icons a {
	background: none;
	color: #555555;
	border-radius: 50%;
	font-size: 16px;
	height: 35px;
	width: 35px;
	line-height: 35px;
	margin-right: 5px;
}
.post-navi {
	display: inline-block;
	width: 100%;
	border-bottom: 2px solid #222222;
	padding-bottom: 30px;
}
.post-navi img {
	width: 100%;
}
.post-navi span {
	font-size: 14px;
	color: #777777;
	margin-top: 15px;
	display: inline-block;
	width: 100%;
	line-height: 20px;
}
.post-navi span.hiding {
	font-size: 13px;
	font-weight: bold;
	color: #222222;
	text-transform: uppercase;
}
.post-navi span.hiding:hover {
	color: #002b5e;
}
.media-left .media-object {
	border-radius: 50%;
	border: 2px solid #f5f5f5;
	margin-right: 20px;
}
.comments .media-body {
	padding: 15px 40px;
	padding-top: 30px;
	border: 1px solid #f5f5f5;
}
.comments .media-body h4 span {
	font-size: 12px;
	color: #777777;
	margin-left: 20px;
}
.comments .media-body a {
	float: right;
	margin-top: -23px;
}
.comments {
	margin-top: 30px;
}
.comments .media-list {
	margin-bottom: 30px;
}
.comments .media-list li {
	padding: 20px 0;
}
.comments .media-left {
	margin-right: 20px;
}
.comments .media p {
	margin-top: 20px;
	font-size: 14px;
}
.comments .media h6 span {
	font-size: 12px;
	color: #777777;
	display: inline-block;
	margin: 0 0 0 8px;
}
.comments .media h6 {
	font-weight: 700;
}
.comments .media a {
	font-size: 14px;
	color: #ffc107;
	font-weight: bold;
}
.comments form label {
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	font-size: 12px;
}
.comments form .form-control {
	display: inline-block;
	width: 100%;
	height: 40px;
	margin-top: 5px;
	border-radius: 0px;
	box-shadow: none;
	border: 1px solid #f1f1f1;
}
.comments form textarea.form-control {
	display: inline-block;
	width: 100%;
	height: 150px;
}
.comments form .btn {
	width: 100%;
	height: 40px;
	line-height: 36px;
	padding: 0px;
	background: #ffc107;
	color: #fff;
}
.comments {
	margin-bottom: 50px;
}
/*=======================================================
			404
========================================================*/
.error-page {
	padding: 80px 0;
	text-align: center;
}
.error-page .not-found {
	background: url(../images/error-bg.png) center 20px no-repeat;
	margin: 0 auto;
	padding-top: 90px;
	width: 522px;
	margin: 0 auto;
	height: 528px;
	font-size: 83px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
.error-page .not-found .warng-out {
}
.error-page .warng {
	width: 700px;
	margin: 0 auto;
	margin-top: 50px;
}
.error-page .warng p {
	font-size: 20px;
	color: #555555;
	line-height: 28px;
}
.error-page .not-found i {
	display: inline-block;
	width: 100%;
	font-size: 110px;
}
.error-page .search {
	margin: 50px 0;
}
.error-page input {
	width: 100%;
	border: none;
	border: 1px solid #cccccc;
	border-radius: 0px;
	height: 40px;
	padding: 0 20px;
	padding-left: 50px;
	font-style: italic;
	color: #adb9c6;
	font-size: 14px;
}
.error-page .search button {
	height: 40px;
	color: #777777;
	font-size: 18px;
	background: none;
	border: none;
	border-right: 1px solid #cccccc;
	position: relative;
	float: left;
	margin-top: -40px;
	width: 40px;
	text-align: center;
}
/*=======================================================
			CONTACT
========================================================*/
#map {
	display: inline-block;
	width: 100%;
	height: 450px;
	position: relative;
	border: none;
}
.contact {
	margin-top: -5px;
}
.contact-info {
	padding: 0px 0;
}
.contact-info h3 {
	margin: 0px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.contact-info p {
	font-size: 14px;
	margin: 0px;
	text-transform: uppercase;
	line-height: 22px;
}
.contact-info p span {
	color: #ffc107;
	font-size: 16px;
	font-weight: bold;
}
.contact-info .con-det {
	margin-top: 30px;
}
.contact-info .con-det li {
	margin-bottom: 20px;
	padding: 36px 80px;
	background: #f6f6f6;
	text-align: center;
	min-height: 245px;
}
.contact-info .con-det li:nth-child(2) {
	background: #f9f9f9;
}
.contact-info .social_icons {
	width: 65%;
}
.contact-info .social_icons a {
	background: #f5f5f5;
	font-size: 16px;
	margin-right: 2px;
	margin-bottom: 2px;
}
.contact-info .con-det h6 {
	text-transform: uppercase;
	margin-top: 0px;
	font-weight: 700;
	line-height: 24px;
	font-size: 16px;
}
.contact-info .con-det h4 {
	color: #ffc107;
}
.contact-info .con-det hr {
	width: 28px;
	height: 3px;
	margin: 0 auto;
	background: #448aff;
	border: none;
	margin-bottom: 20px;
}
.contact #contact_form {
	text-align: center;
}
.contact .error {
	border: 1px solid red !important;
}
.contact .error:before {
	content: "\f068";
	font-family: FontAwesome;
	margin-right: 0px;
	color: #0096ff;
	padding: 0px;
	padding: 0px 13px;
	float: right;
	font-size: 12px;
	position: absolute;
}
.contact .success-msg {
	background: #fff;
	border: 1px solid #ABD0A8;
	color: #589051;
	margin-bottom: 30px;
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 11px 16px;
	border-radius: 4px;
	display: none;
}
.contact .success-msg i {
	padding: 10px;
	border-radius: 50%;
	border: 1px solid #ABD0A8;
	margin-right: 10px;
}
#contact_form li {
	margin-bottom: 22px;
	text-align: left;
}
#contact_form li input {
	display: inline-block;
	width: 100%;
	height: 40px;
	padding: 0 10px;
}
#contact_form li .form-control {
	height: 40px;
	border: 1px solid #e9eaee;
	box-shadow: none;
	border-radius: 0px;
}
#contact_form li textarea {
	height: 150px !important;
}
#contact_form li .btn {
	height: 50px;
	display: inline-block;
	margin-top: 0px;
}
.contact-form {
	padding: 0 20%;
	display: inline-block;
	width: 100%;
	padding-top: 150px;
}
.contact-form .tittle {
	text-align: center;
}
.contact-form .tittle hr {
	width: 28px;
	height: 5px;
	margin: 15px auto;
	background: #448aff;
	border: none;
}
.contact-form .tittle p {
	text-transform: none;
	font-size: 16px;
}
.contact-form .tittle h2:before {
	display: none;
}
.contact-form label {
	font-weight: 400;
	color: #333333;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	line-height: 30px;
}
/*=======================================================
			SHOTCODES
========================================================*/
.shortcodes {
	padding: 80px 0;
}
.shortcodes .tittle {
	margin-bottom: 20px;
}
.hight-lights p {
	font-size: 15px;
	font-family: 'Montserrat';
	line-height: 24px;
	color: #000000;
}
.hight-lights .w-bg {
	background: #002b5e;
	color: #fff;
}
.hight-lights .w-under {
	text-decoration: underline;
	color: #002b5e;
}
.hight-lights strong {
}
.shortcodes h1 {
	margin-top: 0px;
}
.shortcodes .btn-med {
	margin-left: 3px;
	margin-right: 3px;
}
.drop-cobs p {
	font-size: 14px;
	color: #777777;
	font-weight: 100;
	font-family: 'Montserrat';
}
.drop-cobs p span {
	background: #002b5e;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	font-weight: bold;
	font-family: 'Montserrat';
	font-size: 40px;
	float: left;
	color: #fff;
	margin-bottom: 5px;
	margin-right: 20px;
	display: inline-block;
}
.drop-cobs p span.border {
	background: none;
	color: #002b5e;
	border: 1px solid #002b5e;
}
.alert {
	height: 57px;
	text-transform: uppercase;
	line-height: 26px;
}
.alert span {
	float: right;
	font-size: 26px;
}
.alert i {
	height: 36px;
	width: 36px;
	border-radius: 50%;
	color: #fff;
	margin-top: -10px;
	margin-right: 20px;
	text-align: center;
	line-height: 36px;
}
.alert-success {
}
.alert-success i {
	background: #468847;
}
.alert-info i {
	background: #4853b9;
}
.alert-warning i {
	background: #c09853;
}
.alert-danger i {
	background: #ee180d;
}
/*=======================================================
			TABS SECTION
========================================================*/
#tabs .tab-pane {
	padding: 20px;
	border: 1px solid #e8e8e8;
}
#tabs .nav-tabs > li {
	border: none;
	margin: 0px;
	padding: 0px;
}
#tabs .nav-tabs > li a {
	border: none;
	float: left;
	padding: 10px 30px;
	border-radius: 0px;
	text-transform: uppercase;
}
#tabs .nav-tabs > li.active a {
	border: none;
	background: #002b5e;
	color: #fff;
}
#tabs .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: none;
}
#tabs .nav-tabs {
	border: none;
	border-bottom: 3px solid #002b5e;
}
.skills-bar .progress {
	height: 29px;
	background: #aaaaaa;
}
.skills-bar .progress-bar {
	text-align: left;
}
.skills-bar h5 {
	font-size: 16px;
	display: inline-block;
	display: inline-block;
	width: 100%;
}
.skills-bar .progress-bar {
	float: left;
	width: 100%;
	height: 11px;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #002b5e;
	border-radius: 30px;
}
.skills-bar li {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}
.skills-bar .progress {
	overflow: inherit !important;
	background: #fff;
	border: 9px solid #e7e7e7;
	border-left: 20px solid #e7e7e7;
	border-right: 20px solid #e7e7e7;
	border-radius: 30px;
	box-shadow: none;
}
.skills-bar .progress-bar span {
	text-align: center;
	line-height: 29px;
	background: url(../images/per-bg.png) no-repeat;
	font-size: 13px;
	color: #fff;
	width: 51px;
	height: 42px;
	float: right;
	position: relative;
	top: -58px;
}
/*=======================================================
			FOOTER
========================================================*/
footer {
	padding: 0px 0;
	background: url(../images/map-bg.png) center center no-repeat;
	background-color: #181818;
	padding-bottom: 0px;
}
footer h5 {
	color: #fff;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 0px;
}
footer hr {
	height: 2px;
	border: none;
	width: 32px;
	margin-top: 10px;
	margin-bottom: 20px;
	background: #ffc107;
}
footer p {
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	color: #eeeeee;
}
footer .links a {
	font-family: 'Lato';
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	display: inline-block;
	width: 100%;
}
.counters {
	background: #242424;
	display: inline-block;
	width: 100%;
	margin-bottom: 50px;
	padding: 20px;
}
.counters i {
	float: left;
	font-size: 36px;
	height: 48px;
	line-height: 48px;
	width: 50px;
	margin-right: 20px;
	border-right: 1px dashed #fff;
	color: #ffc107;
}
.counters span {
	font-weight: 700;
	font-size: 23px;
	color: #fff;
}
.counters p {
	margin-bottom: 0px;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	font-family: 'Exo 2', sans-serif;
}
footer .links a:hover {
	color: #ffdd00;
}
footer .subcribe {
	border: 1px solid rgba(76,171,51,0.2);
	padding: 30px 20px;
	display: inline-block;
	width: 100%;
}
footer .subcribe p {
	margin-bottom: 30px;
}
footer .subcribe input {
	display: inline-block;
 width:100%:
}
footer .subcribe .form-control {
	border-radius: 0px;
}
footer button {
	background: #002b5e;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 34px;
	float: right;
	margin-top: -34px;
	position: relative;
	z-index: 1;
	border: none;
	padding: 0 10px;
}
footer .rights {
	background: #111111;
	padding: 20px 0;
	margin-top: 0px;
	text-transform: uppercase;
	text-align: center;
}
footer .rights p {
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	margin: 0px;
}
footer .social_icons {
	display: inline-block;
	margin-top: 20px;
}
footer .social_icons li {
	background: #333333;
	margin-right: 10px;
}
footer .social_icons a {
	font-size: 14px;
	height: 35px;
	width: 35px;
	line-height: 35px;
	color: #fff;
}
/*=======================================================
			SOCIAL ICONS
========================================================*/
.social_icons {
	position: relative;
	z-index: 9;
}
.social_icons ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.social_icons li {
	display: inline-block;
	list-style: none;
	float: left;
}
.social_icons a {
	display: block;
	width: 45px;
	height: 45px;
	margin: 0px;
	font-size: 14px;
	line-height: 45px;
	text-decoration: none;
	border-radius: 0px;
	text-align: center;
	color: #3b3b3b;
}
.social_icons a:hover i {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-transition: 0.4s ease-in-out;
	color: #fff;
}
.social_icons .behance a:hover {
	color: #fff;
	background-color: #2b9ad2;
	border-color: #2b9ad2;
}
.social_icons .blogger a:hover {
	color: #fff;
	background-color: #ff6500;
	border-color: #ff6500;
}
.social_icons .deviantart a:hover {
	color: #fff;
	background-color: #536659;
	border-color: #536659;
}
.social_icons .dribbble a:hover {
	color: #fff;
	background-color: #f973a4;
	border-color: #f973a4;
}
.social_icons .facebook a:hover {
	color: #fff;
	background-color: #3b5a9b;
	border-color: #3b5a9b;
}
.social_icons .flickr a:hover {
	color: #fff;
	background-color: #ff0084;
	border-color: #ff0084;
}
.social_icons .forrst a:hover {
	color: #fff;
	background-color: #2f713d;
	border-color: #2f713d;
}
.social_icons .googleplus a:hover {
	color: #fff;
	background-color: #f63d26;
	border-color: #f63d26;
}
.social_icons .instagram a:hover {
	color: #fff;
	background-color: #507ea4;
	border-color: #507ea4;
}
.social_icons .lastfm a:hover {
	color: #fff;
	background-color: #da0019;
	border-color: #da0019;
}
.social_icons .linkedin a:hover {
	color: #fff;
	background-color: #0072b2;
	border-color: #0072b2;
}
.social_icons .paypal a:hover {
	color: #fff;
	background-color: #165c82;
	border-color: #165c82;
}
.social_icons .picasa a:hover {
	color: #fff;
	background-color: #cb2027;
	border-color: #cb2027;
}
.social_icons .pinterest a:hover {
	color: #fff;
	background-color: #cb2027;
	border-color: #cb2027;
}
.social_icons .skype a:hover {
	color: #fff;
	background-color: #00aaf1;
	border-color: #00aaf1;
}
.social_icons .soundcloud a:hover {
	color: #fff;
	background-color: #ff6900;
	border-color: #ff6900;
}
.social_icons .stumbleupon a:hover {
	color: #fff;
	background-color: #eb4823;
	border-color: #eb4823;
}
.social_icons .twitter a:hover {
	color: #fff;
	background-color: #2baae1;
	border-color: #2baae1;
}
.social_icons .vimeo a:hover {
	color: #fff;
	background-color: #40b2dc;
	border-color: #40b2dc;
}
.social_icons .youtube a:hover {
	color: #fff;
	background-color: #ff3330;
	border-color: #ff3330;
}
.social_icons .tumblr a:hover {
	color: #fff;
	background-color: #35506b;
	border-color: #35506b;
}
.g-recaptcha
{
	margin: 10px 20px;
}
.status
{
	font-size:15px;
	color:green;
	padding:15px;
}
.status span
{
	color: red;
}














/*

Tutorial:
https://www.roboleary.net/animation/2022/10/31/how-to-make-a-slick-animation-schitts-creek-title-sequence.html

Part of Title Sequences collection:
https://codepen.io/collection/nNmwgP

Source code:
https://github.com/robole/title-sequences

*/

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600");

:root {
  --bar-scale-y: 0;
  --sparkle-color: rgb(253 244 215 / 40%);
}

@keyframes pop-word {
  to {
    transform: rotateX(0);
  }
}

@keyframes show {
  to {
    opacity: 1;
  }
}

@keyframes bar-scale {
  to {
    transform: scaleY(1);
  }
}

@keyframes sparkle {
  0% {
    transform: scale(0);
  }

  60% {
    transform: scale(1) translate(4px, 1px) rotate(8deg);
  }

  100% {
    transform: scale(0) translate(4px, 1px) rotate(8deg);
  }
}

@keyframes shimmer {
  to {
    text-shadow: 0 0 8px red;
  }
}

tbody {
  display: grid;
  height: 100vh;

  background-color: black;
  place-items: center;
}

h1a {
  color: white;
  font-family: "Playfair Display", Vidaloka, serif;
  font-size: 8rem;

  line-height: 0.85;
  perspective: 500px;
}

.word {
  display: block;

  animation: show 0.01s forwards, pop-word 1.5s forwards;
  animation-timing-function: cubic-bezier(0.34, 2.23, 0.54, 1.16);
  opacity: 0;

  transform: rotateX(120deg);
  transform-origin: 50% 100%;
}

.word:nth-of-type(2) {
  padding: 0 2rem;

  animation-delay: 1.5s;

  color: gold;
}

.superscript {
  position: relative;
  animation-delay: 3.6s;

  animation-duration: 0.25s;
  animation-name: shimmer;

  vertical-align: text-top;
}

/* bars */
.superscript::before {
  --bar-width: 25%;

  position: absolute;

  top: 37%;
  left: 47%;
  width: 14%;
  height: 48%;

  animation: bar-scale 0.25s linear 3s 1 forwards;

  background: linear-gradient(
    to right,
    white var(--bar-width),
    transparent var(--bar-width) calc(100% - var(--bar-width)),
    white calc(100% - var(--bar-width))
  );

  content: "";

  transform: scaleY(var(--bar-scale-y));
}

/* sparkle */
.superscript::after {
  --size: 10rem;

  position: absolute;

  top: -5%;
  left: -85%;

  width: var(--size);
  height: var(--size);

  animation: sparkle 0.4s linear 3.5s 1 forwards;

  background: radial-gradient(
      circle at center,
      rgb(252 249 241 / 94%) 0% 7%,
      transparent 7% 100%
    ),
    conic-gradient(
      transparent 0deg 18deg,
      var(--sparkle-color) 18deg,
      transparent 20deg 40deg,
      var(--sparkle-color) 40deg,
      transparent 43deg 87deg,
      var(--sparkle-color) 87deg,
      transparent 95deg 175deg,
      var(--sparkle-color) 175deg,
      transparent 178deg 220deg,
      var(--sparkle-color) 220deg,
      transparent 222deg 270deg,
      var(--sparkle-color) 270deg,
      transparent 275deg 300deg,
      var(--sparkle-color) 300deg,
      transparent 303deg 360deg
    );

  border-radius: 50%;
  clip-path: polygon(
    50% 0,
    59.13% 26.64%,
    85.13% -2.35%,
    100% 50%,
    50% 100%,
    0 50%,
    31.39% 34.86%
  );

  content: "";

  filter: blur(1px);

  transform: scale(0);
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 5rem;
  }

  /* sparkle */
  .superscript::after {
    --size: 6rem;
  }
}




.carousel {
        display: block;
        text-align: left;
        position: relative;
        margin-bottom: 22px;

        > input {
            clip: rect(1px, 1px, 1px, 1px);
            clip-path: inset(50%);
            height: 1px;
            width: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;

            &:nth-of-type(6):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -500%; }
            &:nth-of-type(5):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -400%; }
            &:nth-of-type(4):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -300%; }
            &:nth-of-type(3):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -200%; }
            &:nth-of-type(2):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -100%; }
            &:nth-of-type(1):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: 0%; }

            &:nth-of-type(1):checked ~ .carousel__thumbnails li:nth-of-type(1) { box-shadow: 0px 0px 0px 5px rgba(0,0,255,0.5); }
            &:nth-of-type(2):checked ~ .carousel__thumbnails li:nth-of-type(2) { box-shadow: 0px 0px 0px 5px rgba(0,0,255,0.5); }
            &:nth-of-type(3):checked ~ .carousel__thumbnails li:nth-of-type(3) { box-shadow: 0px 0px 0px 5px rgba(0,0,255,0.5); }
            &:nth-of-type(4):checked ~ .carousel__thumbnails li:nth-of-type(4) { box-shadow: 0px 0px 0px 5px rgba(0,0,255,0.5); }
            &:nth-of-type(5):checked ~ .carousel__thumbnails li:nth-of-type(5) { box-shadow: 0px 0px 0px 5px rgba(0,0,255,0.5); }
            &:nth-of-type(6):checked ~ .carousel__thumbnails li:nth-of-type(6) { box-shadow: 0px 0px 0px 5px rgba(0,0,255,0.5); }
        }
    }

    .carousel__slides {
        position: relative;
        z-index: 1;
        padding: 0;
        margin: 0;
        overflow: hidden;
        white-space: nowrap;
        box-sizing: border-box;
        display: flex;
    }

    .carousel__slide {
        position: relative;
        display: block;
        flex: 1 0 100%;
        width: 100%;
        height: 100%;
        overflow: hidden;
        transition: all 300ms ease-out;
        vertical-align: top;
        box-sizing: border-box;
        white-space: normal;

        figure {
            display: flex;
            margin: 0;
        }

        div {
            @include aspect-ratio(3, 2);
            width: 100%;
        }

        img {
            display: block;
            flex: 1 1 auto;
            object-fit: cover;
        }

        figcaption {
            align-self: flex-end;
            padding: 20px 20px 0 20px;
            flex: 0 0 auto;
            width: 25%;
            min-width: 150px;
        }

        .credit {
            margin-top: 1rem;
            color: rgba(0, 0, 0, 0.5);
            display: block;        
        }

        &.scrollable {
            overflow-y: scroll;
        }
    }

    .carousel__thumbnails {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;

        margin: 0 -10px;

        .carousel__slides + & {
            margin-top: 20px;
        }

        li {        
            flex: 1 1 auto;
            max-width: calc((100% / 6) - 20px);  
            margin: 0 10px;
            transition: all 300ms ease-in-out;
        }

        label {
            display: block;
            @include aspect-ratio(1,1);


            &:hover,
            &:focus {
                cursor: pointer;

                img {
                    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.25);
                    transition: all 300ms ease-in-out;
                }
            }
        }

        img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }



html {
  padding: 0;
  margin: 0;
  height: 100%;
}

#loader {
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  z-index: 99999;  
  background: white;
}

#loader p {  
  text-align: center;
  color: #f7931e;
  font-weight: bold;
  font-size: 100px;
  padding: 0;
  margin: 0;
}


.fade-in-text {
  font-family: Arial;
  font-size: 60px;
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}




.iconeng {
        background: url(../images/engineer.png);
        height: 50PX;
    width: 46PX;
    display: block;
    BACKGROUND-SIZE: COVER;
    }
  

.iconmec {
        background: url(../images/mechanic.png);
        height: 50PX;
    width: 46PX;
    display: block;
    BACKGROUND-SIZE: COVER;
    }


.iconele {
        background: url(../images/electrical-energy.png);
        height: 70PX;
    width: 51PX;
    display: block;
    BACKGROUND-SIZE: COVER;
	margin-top: -13px;
    }

.iconplu {
        background: url(../images/plumbing.png);
        height: 70PX;
    width: 51PX;
    display: block;
    BACKGROUND-SIZE: COVER;
	margin-top: -13px;
    }