@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/mulish-v1-latin-regular.eot');
  src: local(''),
       url('../fonts/mulish-v1-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/mulish-v1-latin-regular.woff2') format('woff2'),
       url('../fonts/mulish-v1-latin-regular.woff') format('woff'),
       url('../fonts/mulish-v1-latin-regular.ttf') format('truetype'), 
       url('../fonts/mulish-v1-latin-regular.svg#Mulish') format('svg'); 
}
* {
    margin: 0;
    padding: 0;
}
html,body {
	height: 100%;
	margin: 0;
}
body {
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #363636;
	line-height:25px;
	position:relative;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	font-family: 'Mulish', sans-serif;
	font-weight:500;
}
p {
    margin: 0;
}

ul {
    list-style: none;
    margin-bottom: 0;
}
a,button{
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight:500;
}
button,a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    border: none;
    outline: none;
}

img {
    max-width: 100%;
	display:block;
}
select:focus,
select:active {
    box-shadow: 0;
    border: 0;
    outline: 0
}
.table {
	display: table;
	width: 100%;
	height: 100%;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent;
    text-decoration: none;
}
.navbar {
    margin-bottom: 0;
    border: 0;
}
.section{
    padding-top: 100px;
    padding-bottom: 100px;
}
.section-title {
   margin-bottom:30px;
   text-align:center;
}
.section-title h2 {
    font-size: 36px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
    color: #337ab7;
}
.section-title h2::before {
	position: absolute;
	width: 50px;
	height: 2px;
	content: "";
	left: 50%;
	margin-left: -25px;
	bottom: -1px;
}
.section-title p {
	color: #888;
	padding: 0 190px;
}
.button .btn{
	font-size:15px;
	color:#9B9B9B;
	padding:20px 40px;
	text-transform:uppercase;
	border:1px solid #E0E0E0;
	display: inline-block;
	text-align:center;
	font-weight:500;
	font-family: 'Mulish', sans-serif;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.button .btn:hover{
	border-color:transparent;
	color:#fff;
	
}
.button .btn.primary{
	color:#fff;
	border-color:transparent;
}
img{
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
input,
input:focus,
input:active {
    outline: none;
	font-family: 'Mulish', sans-serif;
    font-weight: 500;
}
select{
    -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}
textarea:focus {
    outline: none !important;
    box-shadow: none !important
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}


/*Remove bootstrap tab css*/
.nav-tabs > li > a {
    border: 0
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border: 0;
    outline: 0
}

.nav-tabs {
    border: 0
}

.nav-tabs > li > a:hover {
    border: 0
}

/*navbar css icon*/
.navbar-toggle .icon-bar {
    position: relative;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    width: 28px;
}
.slick-slide {
    outline: none !important;
}
/*bootstrap form*/
.form-control:focus {
	border-color: #ccc;
	box-shadow: 0 0 0 ;
	outline: 0 none;
}
#scrollUp {
	right: 24px;
	bottom: 12px;
	color: #fff;
	font-size: 30px;
	opacity: 0.8;
	padding: 4px 10px;
}
#scrollUp:hover {
	opacity:1;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
  }
  
  #preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #0880e8;
	border-top-color: #bfe0fd;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
  }
  
  @-webkit-keyframes animate-preloader {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }
  
  @keyframes animate-preloader {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }

.header{
	background:#fff;
}
/*----- Topbar -----*/
.header .topbar {
	background: #172d67;
	padding:15px 0;
}
.header .address{
	text-align:left;
}
.header .address li {
	color:#fff;
    display: inline-block;
    padding-right: 25px;
	font-size: 13px;
}
.header .address li:last-child{
	padding-right:0px;
}
.header .address li i {
	padding-right: 8px;
}
.header .social{
	text-align:right;
}
.header .social li {
	display: inline-block;
	padding-right: 18px;
	font-size: 13px;
}
.header .social li:first-child a{
	color:#fff;
}
.header .social li:first-child a i{
	padding-right:8px;
}
.header .social li a{
	color:#ccc;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.header .social li:last-child{
	padding-right:0px;
}
/*----- Header Inner -----*/
.header .header-inner {
	max-height: 100px;
	padding: 0;
	background: #fff;
	z-index:95;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.header .header-inner.sticky .logo img{
	width: 112px;
	transition:all 0.4s ease;
}
.header .header-inner.sticky {
	position: fixed;
	z-index: 999;
	width: 100%;
	padding: 0;
	top: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.32);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.32);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.32);
}
.header .header-inner.sticky .navbar{
	padding: 15px 0;
}
.header .header-inner.sticky .dropdown{
	top:120%;
}
.header .header-inner.sticky .search-form{
	bottom:-100px;
}
/*----- Logo -----*/
.header .logo {
	padding-top: 14px;
}
.header .logo img{
	max-width: inherit;
	display: inline-block;
}
.header .logo span{
	font-size: 20px;
    vertical-align: bottom;
    text-decoration: underline;
}
/*----- Main Menu  -----*/
.header  .mobile-menu{
	display:none;
}
.header .main-menu {
	position:relative;
}
.header .navbar {
	float: right;
	padding: 24px 0px;
	transition: all 0.4s ease;
}
.header .nav li {
	margin-right: 15px;
	position: relative;
}
.header .nav li a {
	font-weight: 500;
	text-transform: uppercase;
	color: #444;
	font-size: 14px;
	margin: 0 15px;
	padding: 10px 8px;
	position: relative;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	background:transparent;
}
.header .nav li:hover a{
	color:#444;
}
.header .nav li:last-child,
.header .nav li:last-child a{
	padding-right:0px;
	margin-right:0px;
}
.header .nav li a::before, .header .nav li a::after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 0%;
	opacity:0;
	height: 3px;
	border-top-right-radius: 50px;
	border-top-left-radius: 50px;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.header .nav li a::after{
	bottom: initial;
	top:0;
	background: #337ab7;
}
.header .nav li:hover a::before,
.header .nav li.current a::before,
.header .nav li:hover a::after,
.header .nav li.current a::after{
	width:100%;
	opacity:1;
}
.header .nav .dropdown {
	position: absolute;
	left: 0;
	width: 235px;
	z-index: 99999;
	background: #172d67;
	top: 115%;
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	border-radius:5px 5px 0 0;
	opacity:0;
	visibility:hidden;
}
.header .nav li:hover .dropdown{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
	opacity:1;
	visibility:visible;
}
.header .nav .dropdown li {
	display: block;
	width: 100%;
	margin: 0;
	float: none;
}
.header .nav li .dropdown li a {
	color: #fff;
	padding: 10px 0;
}
.header .nav .dropdown li a:before, .header .nav .dropdown li a:after{
	display:none;
}
/*----- Cart Search Side  menu -----*/
.header .cart-search-bar {
	float: right;
	padding-top: 13px;
}
.header .cart-search-bar li {
	display: inline-block;
	margin-left: 35px;
}
.header .cart-search-bar li:last-child{
	margin-right:0px;
}
.header .cart-search-bar li a {
	font-size: 18px;
	color: #a5a5a5;
	display: block;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.header .cart-search-bar .cart-item {
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 14px;
	border-radius: 100%;
	text-align: center;
	top: -8px;
	right: -12px;
}
.header .search-form {
	position: absolute;
	bottom: -115px;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px);
	z-index: 999;
}
.header .search-form.s-active {
	opacity:1;
	visibility:visible;
	-webkit-transform:translateY(0px);
	-moz-transform:translateY(0px);
	transform:translateY(0px);
}
.header .search-form input[type="text"] {
	width: 400px;
	height: 40px;
	padding-left: 10px;
	text-transform: uppercase;
	margin: 0;
	z-index: 60;
}
.header .search-form input[type="submit"] {
	height: 40px;
	padding: 0 10px;
	position: absolute;
	right: 0px;
	border: 0px;
	color: #fff;
	top:0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header .search-form input[type="submit"]:hover {
	background: #172d67;
}
.header .side-menu {
	position: fixed;
	right: 0;
	height: 100%;
	width: 200px;
	z-index: 6;
	background: #172d67;
	top: 0;
	opacity:0;
	visibility:hidden;
	transform:translateX(100px);
	transition:all 0.4s ease;
}
.header .side-menu.active {
	opacity: 1;
	visibility: visible;
	transform: translateX(0px);
}
.header .side-menu .nav {
	padding: 90px 0;
}
.header .side-menu .nav li{
	float:none;
	width:100%;
}
.header .side-menu .nav li a{
	color:#fff;
}
.header .side-menu .nav li.remove a {
	padding: 0px;
	font-size: 17px;
	cursor: pointer;
}
.header .side-menu .nav li.remove a:before{
	display:none;
}
/*Bread crumbs*/
.breadcrumbs {
	text-align: left;
	padding: 130px 0;
	background: url('../img/slider-bg2.jpg');
	position: relative;
	background-repeat: no-repeat;
	overflow:hidden;
	background-size: cover;
	background-position: center;
}
.breadcrumbs::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
}
.breadcrumbs.contact{
	background: url('../img/contact-bg.jpg');
	background-position: center;
}
.breadcrumbs.guest-house{
	background: url('../img/guest-house-bg.jpg');
	background-position: right;
}
.breadcrumbs.catering{
	background: url('../img/catering-bg.jpg');
	background-position: center;
}
.breadcrumbs.service-apartment{
	background: url('../img/service-apartment2.jpg');
	background-position: bottom;
}
.breadcrumbs.facilities{
	background: url('../img/facilities-bg.jpg');
	background-position: bottom;
}
.breadcrumbs h2 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 40px;
	position: relative;
	float: left;
}
.breadcrumbs ul {
	float: right;
	margin-top: 10px;
}
.breadcrumbs ul li{
	display:inline-block;
}
.breadcrumbs ul li a {
	color: #fff;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 400;
}
.breadcrumbs li + li::before {
	color: #b9b9b9;
	content: "/ ";
	padding: 0px;
}
.breadcrumbs ul li.active a {
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
}
/*===============================
	End Header Style
===============================*/
/*===============================
	Slider Style
===============================*/
.main-slider .single-slider {
	height: 600px;
	background-image: url(../img/hero-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.main-slider .welcome-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 600px;
	background: transparent;
}
.main-slider .welcome-text.center{
	text-align:center;
}
.main-slider .welcome-text.right{
	text-align:right;
}
.main-slider .welcome-text h1 {
	color: #fff;
	font-size: 60px;
	font-weight: 600;
	text-transform: capitalize;
}
.main-slider .welcome-text h1 span {
	display: block;
	margin-bottom: 20px;
}
.main-slider .welcome-text .button {
	margin-top: 40px;
}
.main-slider .welcome-text .button .btn {
	text-transform: capitalize;
	width: 160px;
	margin-right: 30px;
	border-radius: 3px;
	color: #333;
	background:#fff;
	height: 50px;
	line-height: 50px;
	padding: 0;
	position:relative;
}
.main-slider .welcome-text .button .btn:hover{
	color:#fff;
	background:#337ab7;
}
.main-slider .welcome-text .button .btn.primary{
	background:#337ab7;
	color:#fff;
}
.main-slider .welcome-text .button .btn.primary:hover{
	background:#fff;
	color:#333;
	border: 1px solid #337ab7;
}
.main-slider .welcome-text .button .btn:last-child{
	margin:0px;
}
.main-slider .welcome-text .b-arrow{
	background:url(../img/arrow.png);
	width:100%;
	height:18px;
	background-repeat:no-repeat;
	margin-top:40px;
}
.main-slider .welcome-text.center .b-arrow{
	background-position:center;
}
.main-slider .welcome-text.right .b-arrow{
	background-position:right;
}
.main-slider button {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 65px;
	margin-top:-40px;
	z-index:5;
	color:#fff;
	background:none;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
}
.main-slider button:hover{
	color:#fff;
}
.main-slider button.PrevArrow {
	left:0;
}
.main-slider button.NextArrow {
	right:0;
}
/* Slider Animation */
.main-slider .single-slider.slick-active h1{
    animation: fadeInUp	1s both 0.6s;
}
.main-slider .single-slider.slick-active .btn {
    animation: fadeInUp 1s both 1s;
}
.main-slider .single-slider.slick-active .b-arrow{
    animation: fadeInUp 1s both 1.5s;
}
/*===============================
	End Slider Style
===============================*/
section.about .section-title{
	margin-bottom: 55px;
}
section.about .about-caption{
	margin-bottom: 35px;
}
section.about .about-caption .text-color{
	margin-bottom: 18px;
    line-height: 28px;
	color: #004987;
}
section.about .img-over-text {
    position: absolute;
    bottom: -7px;
    left: -50px;
    width: 160px;
    height: 160px;
    padding: 31px 10px;
    background: #172d67;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 50%;
}
section.about p{
	margin-bottom: 20px;
}
section.about .about-right{
	position: relative;
}
section.about .img-over-text span {
    color: #fff;
    font-size: 50px;
	padding-bottom: 13px;
}
section.about .img-over-text p {
    color: #fff;
    font-size: 14px;
	margin: 0
}
section.about .img-over-text-top {
	position: absolute;
    top: -14px;
    right: 35px;
    background: #172d67;
    text-align: center;
    color: #fff;
    padding: 3px 15px;
    border: 1px solid #fff;
}
section.about .img-over-text-top p{
	margin: 0;
}
.about-us {
	background: #f9f9f9;
}
.about-us .about-content{
	position: relative;
	z-index: 1;
}
.about-us .about-content .title-bg {
    color: #eee;
    font-size: 90px;
    line-height: 0;
    position: absolute;
    top: -4px;
    left: -6px;
    width: 100%;
    opacity: 0.8;
    font-weight: 700;
    z-index: -1;
    text-transform: capitalize;
}
.about-us .about-content h2{
	margin-bottom:20px;
	color: #337ab7;
}
.about-us .about-content p{
	margin-bottom:20px;
}
.about-us .about-content p:last-child{
	margin:0;
}
.about-us .about-content ul{
	list-style: disc;
	margin-left: 32px;
}
.about-us .single-video{
	position:relative;
}
.about-us .single-video img{
	width:100%;
}
.about-us .single-video a{
	cursor: pointer;
}
.about-us .single-video::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(60, 56, 56, 0.79);
	opacity: 0.4;
	visibility: visible;
	content: "";
}
.about-us .single-video i {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 65px;
	height: 65px;
	text-align: center;
	line-height: 55px;
	font-size: 25px;
	border-radius: 100%;
	margin-left: -25px;
	margin-top: -25px;
	color: #fff;
	cursor: pointer;
	border: 5px solid #fff;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.about-us .single-video:hover i{
	-webkit-transform:scale(1.1);	
	-moz-transform:scale(1.1);	
	transform:scale(1.1);	
}
section.about .btn {
    text-transform: capitalize;
    width: 160px;
    margin-right: 30px;
    border-radius: 3px;
    color: #333;
    background: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0;
    position: relative;
	background: #337ab7;
    color: #fff;
	font-size: 16px;
	transition: all 0.4s ease;
}
section.about .btn:hover{
	background: #fff;
    color: #333;
	border: 1px solid #337ab7;
}
/*===============================
	Features Style
===============================*/
section.features{
	background: #f5f5f5;
}
.features .single-features {
	position: relative;
	margin-top: 50px;
}
.single-features .features-head.overlay::before {
	opacity: 0;
	visibility: hidden;
}
.single-features:hover .features-head.overlay::before{
	opacity:0.6;
	visibility:visible;
}
.single-features .features-content.hover {
	position: absolute;
	bottom: 0;
	padding: 15px 20px;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 333;
	top: 0;
}
.single-features:hover .features-content.hover{
	opacity:1;
	visibility:visible;
}
.single-features .overlay::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: #172d67;
    content: "";
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}
.single-features .more {
    height: 50px;
    width: 50px;
    opacity: 0;
    line-height: 51px;
    text-align: center;
    color: #fff;
    background: #337ab7;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    bottom: 0;
    font-size: 17px;
    border-radius: 100%;
    box-shadow: 0px 5px 5px #00000024;
    z-index: 333;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    visibility: hidden;
}
.single-features .features-content {
    position: relative;
    top: -30px;
    text-align: left;
    width: 78%;
    padding: 18px 20px;
    border-left: 3px solid #337ab7;
    background: #fff;
    left: 15px;
    display: inline-block;
    z-index: 222;
    margin-bottom: -30px;
    -webkit-box-shadow:  -2px 2px 6px #0000002e;
    -moz-box-shadow:  -2px 2px 6px #0000002e;
    box-shadow: -2px 2px 6px #0000002e;
}
.single-features .features-content h4 {
    line-height: 24px;
    font-size: 18px;
}
.single-features .features-content h4 a {
    font-size: 18px;
    color: #172d67;
    text-transform: capitalize;
}
.single-features .features-content h4:hover a{
	opacity:0.8;
	color:#337ab7;
}
.single-features .features-content p {
    font-size: 14px;
}
.single-features .features-head {
    position: relative;
    z-index: 66;
}
.single-features .features-head img{
	width: 100%;
}
.single-features:hover .more {
    opacity: 1;
    visibility: visible;
}
.features .single-features i {
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	color: #fff;
	font-size: 20px;
}
.features .single-features:hover i{
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	transform:rotate(360deg);
}
.features .single-features h4 {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 500;
	color: #444444;
}
.features .single-features p {
	color:#999;
}
/*===============================
	End Features Style
===============================*/
/*===============================
	Count Down Style
===============================*/
.count-down.section {
	position: relative;
	padding-top: 60px;
	padding-bottom: 90px;
	background-image: url(../img/slider-bg2.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	z-index: 1;
}
.count-down.section:before{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: #172d67;
    content: "";
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.count-down .single-count {
	margin-top:30px;
	color: #fff;
	font-size: 15px;
	text-align: center;
}
.count-down .count {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin-top: 30px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}
.count-down .count::before {
	position: absolute;
	width: 36px;
	height: 2px;
	content: "";
	bottom: -1px;
	left: 50%;
	margin-left: -18px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.count-down .single-count:hover .count::before {
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	transform:rotate(360deg);
}
.count-down .single-count i {
	font-size: 45px;
}

.count-down .single-count p{
	font-size:15px;
}
/*===============================
	End Count Down Style
===============================*/

.clients img{
	margin-bottom: 40px;
}
/*===============================
	Project Style
===============================*/
/*----- Project Navigation -----*/
.project .project-nav {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.project .project-nav ul li {
	display: inline-block;
	padding: 15px;
	font-size: 18px;
	position: relative;
	cursor: pointer;
	color: #888;
	margin-right: 20px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.project .project-nav ul li.active,
.project .project-nav ul li:hover{
	color:#363636;
}
.project .project-nav ul li::before {
	position: absolute;
	width: 0px;
	height: 1px;
	content: "";
	bottom: 0;
	left: 50%;
	margin-left: -17.5px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.project .project-nav ul li.active::before, 
.project .project-nav ul li:hover::before {
	width: 35px;
}
.project .project-nav ul li:last-child{
	margin-right:0px;
}
/*----- Latest Project -----*/
.project .single-project {
    margin: 0 10px 30px;
	overflow:hidden;
	position:relative;
	cursor:pointer;
}
.project .project-head{
	position:relative;
}
.project .project-head:before{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .52);
    content: "";
    opacity: 0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	-webkit-transform:translateX(100%);
	-moz-transform:translateX(100%);
	transform:translateX(100%);
}
.project .single-project:hover .project-head:before{
	-webkit-transform:translateX(0%);
	-moz-transform:translateX(0%);
	transform:translateX(0%);
	opacity: 1;
	visibility:visible;
}
.project .single-project img{
	display:block;
	width:100%;
}
.project .single-portfolio {
    position: relative;
    color: #fff
}
.project .project-hover {
	position: absolute;
    z-index: 5;
    color: #fff;
    top: 46%;
	width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    opacity: 0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	text-align:center;
}
.project .single-project:hover .project-hover{
	opacity:1;
	visibility:visible;
}
.project .project-hover h4 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    font-weight: 500
}
.project .project-hover h4 a{
	color:#fff;
	font-size: 24px;
}
.project .button {
	margin-top: 30px;
	text-align: center;
}
.project .button .btn {
	width: 170px;
	height: 50px;
	padding:0;
	line-height: 50px;
	display: inline-block;
	border: 2px solid #e0e0e0;
	border-radius: 50px;
	text-transform:capitalize;
	color: #888;
	font-size: 15px;
}
.project .button .btn:hover{
	color:#fff;
	border-color:transparent;
}

/*----- Project Archive -----*/
.project.archive{
	padding:70px 0;
}
.project.archive .project-nav {
	text-align: left;
	padding-top: 0px;
}

/*----- Project Single -----*/
.project.single .project-slide  .project-hover{
	text-align:center;
	padding:0 80px;
	    width: 100%;
}
.project.single .project-slide button {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 25px;
	margin-top: -20px;
	z-index: 8;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}
.project.single .project-slide button:hover{
	color:#fff;
}
.project.single .project-slide button.PrevArrow {
	left:0;
}
.project.single .project-slide button.NextArrow {
	right:0;
}
.project.single .project-descreption table{
	margin-top: 30px;
}
.project.single .project-descreption h2{
	position:relative;
	display:inline-block;
}
.project.single .project-descreption h2:before{
	content:"";
	position:absolute;
	left:0;
	width:30%;
	bottom:-15px;
	height:2px;
}
.project.single .project-descreption p{
	margin-top:30px;
}
.project.single .project-info{
	margin-top:20px;
}
.project.single .project-info li{
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	margin-bottom:10px;
}
.project.single .project-info li:last-child {
	border-bottom: 0px solid;
	padding: 0;
	margin: 0;
}
.project.single .project-info li i{
	margin-right:5px;
}
.project.single .project-info li span {
	font-weight: 600;
	color: #888;
	margin-right: 5px;
}
.project.single .project-info li a{
	color:#444;
}
.project.single .button{
	margin-top:30px;
}
.project.single .button i{
	margin-right:5px;
}
.project.single .project-related{
	margin-top:50px;
}
.project.single .project-related h4 {
	margin: 0;
	padding-bottom: 0;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
}
.project.single .project-related > h4{
	margin-bottom: 20px;
    padding-bottom: 20px;
}
.project.single .project-related > h4::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 30%;
    height: 2px;
}
.project.single .project-related .single-project a{
	font-size: 16px;
	border:1px solid #fff;
	padding: 5px 10px;
	text-transform: capitalize;
}
.project.single .project-related .single-project a:hover{
	border:1px solid #337ab7;
}
.project.single .project-related .slick-dots {
	text-align: center;
}
.project.single .project-related .slick-dots li {
	display: inline-block;
	margin-right: 10px;
}
.project.single .project-related .slick-dots button {
	font-size: 0px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #999;
}
.call-action{
	padding: 40px 5px;
	text-align: center;
	background: #efefef;
	margin-top: 40px;
}
/*===============================
	End Project Style
===============================*/
/*===============================
	Testimonial Style
===============================*/
.testimonial.section {
	position: relative;
	color: #fff;
	padding: 90px 0;
	background: #f5f5f5;
}
.testimonial:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
}
.testimonial .testimonial-content{
	text-align:center;
	padding:0 200px;
}
.testimonial .testimonial-content h2 {
	color: #363636;
	font-size: 36px;
	margin-bottom: 45px;
}
.testimonial .testimonial-content p {
    color: #888;
    font-size: 18px;
	line-height:28px;
	position:relative;
}
.testimonial .testimonial-content p::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 30px;
	content: "\f10d";
	font-family: 'FontAwesome';
	font-size: 60px;
	color: #fff;
	opacity: 0.2;
}
.testimonial .t-name {
	margin-top: 45px;
	color: #363636;
}
.testimonial .slick-dots {
    text-align: center;
    margin-top: 45px;
}
.testimonial .slick-dots li {
    display: inline-block;
}
.testimonial .slick-dots li button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	font-size: 0;
	background: #c5c5c5;
	margin-left: 5px;
	border:1px solid transparent;
}
.testimonial .slick-dots li:first-child button {
    margin-left: 0
}
.testimonial .slick-dots li.slick-active button {
	background: #337ab7;
	width:12px;
	height:12px;
	position:relative;
	top:-1px;
	border-color:#E6E2E0;
}
.testimonial .testimonial-content.slick-active h2{
	animation: fadeInUp	1s both 1s;
}
.testimonial .testimonial-content.slick-active p{
	animation: fadeInUp	1s both 1.2s;
}
.testimonial .testimonial-content.slick-active .t-name{
	animation: fadeInUp	1s both 1.5s;
}
/*===============================
	End Testimonial Style
===============================*/
/*===============================
	Team Style
===============================*/
.team .single-team {
	position: relative;
	margin-top: 50px;
	text-align:center;
	overflow:hidden;
}
.team .team-head{
	position:relative;
	overflow:hidden;
}
.team .single-team img{
	z-index:5;
	width:100%;
}
.team .single-team:hover img{
	transform:translateY(-100%);
}
.team .team-head:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
	visibility:hidden;
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	transition:all 0.6s ease;
	-webkit-transform:translateX(-100%);
	-moz-transform:translateX(-100%);
	transform:translateX(-100%);
	z-index:8;
	
}
.team .single-team:hover .team-head:before{
	visibility:visible;
	-webkit-transform:translateX(0%);
	-moz-transform:translateX(0%);
	transform:translateX(0%);
}
.team .hover-team {
	position: absolute;
	color: #fff;
	top: 0;
	text-align: center;
	padding:70px 25px;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	z-index:10;
}
.team .single-team:hover .hover-team {
	opacity:1;
	visibility:visible;
}
.team .hover-team p{
	font-size:15px;
	color:#fff;
}
.team .team-social{
	margin-top:30px;
}
.team .team-social li {
	display: inline-block;
	margin-right: 10px;
}
.team .team-social a {
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #fff;
    color: #5D4B3E;
    display:block;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.team .team-social a:hover{
    background: #5a473b;
    color: #fff
}
.team .single-team:hover .team-social{
    bottom: 0;
    opacity: 1
}
.team .member-name {
	margin-top: 20px;
}
.team .member-name h4 {
	font-size: 21px;
	margin-bottom: 10px;
	color: #444;
}
.team .member-name p{
	color:#888;
}
/*===============================
	End Team Style
===============================*/

/*Portfolio*/
.portfolio-filter {
	margin-bottom: 40px;
  }
  .portfolio-filter li.filter.active {
	background: #337ab7;
	color: #fff;
	border-color:#337ab7;
  }
  .portfolio-filter li {
	border: 1px solid #dddddd;
	color: #666666;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 4px;
	margin: 0 4px;
	padding: 8px 10px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
  }
  .portfolio-filter li:hover{background:#337ab7;color:#fff;border-color:#337ab7;}
  .single-portfolio {
	position: relative;
	margin-bottom: 35px;
  }
  .portfolio-img a {
	display: block;
	position: relative;
  }
  .portfolio-img a::before {
	background: #337ab7 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s ease 0s;
	z-index: 99;
  }
  .single-portfolio:hover .portfolio-img a::before{opacity:.8;}
  .portfolio-info {
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
  }
  .portfolio-img{
	height: 230px;
	overflow: hidden;
	box-shadow: 0 10px 10px -5px;
  }
  .portfolio-icon i {
	background: #fff none repeat scroll 0 0;
	color: #337ab7;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	border-radius: 50%;
	z-index: 99;
	margin: 0 5px;
	opacity:0;
	transition:.3s;
  }
  .portfolio-icon i:hover{background: #172d67;color:#fff}
  .single-portfolio:hover .portfolio-icon i{opacity:1;}

/*===============================
	Contact CSS
===============================*/
.contact-frm{
	padding: 25px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.18);
}
.contact-frm-right{
	background: #f5f5f5;
}
.contact-us .alert-success{
    display: none;
}
.contact-us form input.error, .contact-us form textarea.error {
    border: 1px solid #f2c4c2;
    background: #ffeceb;
}
.contact-us .form-group span {
    display: none;
    color: #ff0000;
    font-size: 14px;
}
#contact.personal{
	background:#fff;
}
#contact .section-title{
	margin-bottom: 50px;
}
#contact .form-group{
	position:relative;
}
#contact .form-group:last-child{
	margin:0;
}
#contact .form-group i {
	position: absolute;
	font-size: 16px;
	padding: 15px 12px;
}
#contact .form-group input {
	width: 100%;
	height: 50px;
	border: 1px solid #bbb;
	padding-left:15px;
	border-radius: 5px;
}
#contact .form-group textarea{
	border:1px solid #bbb;
	padding:10px;
	width: 100%;
	padding-left:15px;
	border-radius: 3px;
	resize:none;
}
#contact .form-group .button {
	display: block;
	height: 44px;
	border-radius: 3px;
	border: 0px solid;
	padding: 0 35px;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
}
#contact .form-group .button:hover{
	background:#252525;
}
#contact .form-group .button i{
	position:relative;
	display:inline-block;
	color:#fff;
	margin-right:10px;
	padding:0px;
}
#contact .map {
	width: 100%;
	height: 385px;
}
.contact-data{
	margin: 25px 0;
}
.contact-data .contact-box {
	text-align: left;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
    width: 45%;
}
.contact-data .contact-box.last{
	width: 53%;
}
.contact-data .contact-box .c-icon {
    float: left;
    margin: 10px 20px 0;
}
.contact-data .contact-box:last-child{
	margin:0;
}
.contact-data .contact-box i {
    font-size: 25px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    background: #172d67;
    color: #fff;
    text-align: center;
    border-radius: 100%;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.contact-data .contact-box:hover i{
	background:#337ab7;
	color:#fff;
}
.contact-data .contact-box a{
	color: #363636;
}
.contact-data .contact-box h4, .contact-frm h4{
    color: #172d67;
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 18px;
	font-weight: bold;
    margin-bottom: 0px;
    line-height: inherit;
    margin-bottom: 5px;
}
.contact-frm h4{
	margin-bottom:20px;
}
/*===============================
	End Contact CSS
===============================*/
/*===============================
	brand Style
===============================*/
.brand.section{
	padding:60px 0;
	background:#FAF9F9;
	border-top:1px solid #ddd;
}
.brand .single-brand img{
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
/*===============================
	End brand Style
===============================*/
/*=============================
	Personal header
===============================*/
.header.personal{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	z-index:93;
}
.header.personal .header-inner{
	padding:15px 0;
}
.header.personal .search-form{
	bottom:-105px;
}
.header.personal .side-menu .nav {
	padding: 28px 0;
}
/*=============================
	End Personal header
===============================*/
/*=============================
	Personal Main
===============================*/
.sufia-personal {
	background-image: url('../img/personal/personal-bg.jpg');
	background-size: cover;
	height: 100%;
	width: 100%;
	background-position: center;
	position: relative;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.sufia-personal::before {
	background: rgba(0, 0, 0, 0.65);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#particles-js {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
}
.sufia-personal .personal-content{
	text-align:center;
}
.sufia-personal .personal-text {
	border-radius: 5px;
	display: inline-block;
	padding: 30px;
	text-align: center;
	background:rgba(255, 255, 255, 0.24);
}
.sufia-personal .personal-text h2 {
	margin-bottom: 40px;
	text-transform: uppercase;
	font-size: 55px;
	color: #fff;
	font-weight: 500;
}
.sufia-personal .personal-text p span{
	margin-left:5px;
	font-weight:700;
}
.sufia-personal .personal-text .info{
	margin-bottom:40px;
}
.sufia-personal .personal-text .info li {
	display: inline-block;
	margin-right: 40px;
	font-size: 27px;
	color: #fff;
	position: relative;
}
.sufia-personal .personal-text .info li:last-child{
	margin-right:0px;
}
.sufia-personal .personal-text .info li::before {
	position: absolute;
	left: -25px;
	top: 0px;
	content: "";
	height: 30px;
	width: 2px;
	border-radius: 100%;
	animation: plink 1s infinite linear;
}
@-webkit-keyframes plink {
	0% {opacity: 0;}
	30% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes plink {
	0% {opacity: 0;}
	30% {opacity: 1;}
	100% {opacity: 0;}
}
.sufia-personal .personal-text .info li:first-child::before{
	display:none;
}
.sufia-personal .personal-text .btn {
	padding: 14px 40px;
	text-transform: capitalize;
	font-size: 16px;
	border-radius: 0px;
	color: #fff;
	border-radius: 30px;
	background: #fff;
	color: #333;
	border: transparent;
	font-size: 15px;
	margin: 0 10px;
}
.sufia-personal .personal-text .button .btn:hover{
	color:#fff;
	-webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.sufia-personal .personal-text .button .btn.primary{
	color:#fff;
}
.sufia-personal .personal-text .button .btn.primary:hover{
	background:#fff;
	color:#333;
}
.sufia-personal .personal-text .button .btn i{
	margin-right:5px;
}
.sufia-personal .scroll-down {
    position: absolute;
    bottom: 15px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.sufia-personal .scroll-down .mouse-icon {
    width: 34px;
    border: 1px solid #fff;
    height: 50px;
    cursor: pointer;
    left: 0;
    right: 0;
    margin: 0 auto 15px;
    position: relative;
    border-radius: 30px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.sufia-personal .scroll-down .mouse-icon:hover {
	border-color:transparent;
}
.sufia-personal .scroll-down .icon-scroll {
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    top: 8px;
    left: 12px;
    border-radius: 8px;
    -webkit-animation: scroll 1.5s infinite ease;
    -moz-animation: scroll 1.5s infinite ease;
    -o-animation: scroll 1.5s infinite ease;
    animation: scroll 1.5s infinite ease;
}
@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
}

@-moz-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
}

@-o-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
}
/*=============================
	End Personal Main
===============================*/
/*=============================
	About Me
===============================*/
.about-me.section{
	padding:50px 0 100px;
}
.about-me .my-image{
	position:relative;
}
.about-me .my-image,.about-text{
	margin-top:50px;
}
.about-me .my-image:before{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(255, 255, 255, 0.18);
	content:"";
	z-index:15;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.about-me .my-image i{
	position:absolute;
	left:0;
	top:50%;
	width:40px;
	text-align:center;
	left:50%;
	margin: -15px 0 0 -15px;
	height:40px;
	color:#fff;
	line-height:40px;
	z-index:16;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.about-me .my-image a:hover i{
	background:#333;
}
.about-me .my-image:hover:before,.about-me .my-image:hover i{
	opacity:1;
	visibility:visible;
}
.about-me img{
	border-radius:10px;
	border-left:5px solid ;
}
.about-me .social{
	text-align:center;
	margin-top:15px;
}
.about-me .social li{
	display:inline-block;
	margin-right:10px;
}
.about-me .social a {
	background-color: #333;
	width: 34px;
	height: 34px;
	line-height: 34px;
	border-radius: 50%;
	color: #fff;
	display: block;
	text-align: center;
}
.about-me .social li:hover a,
.about-me .social li.active a{
    color: #fff
}
.about-me .about-text h3 {
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	font-size: 20px;
}
.about-me .about-text h3:before{
	position:absolute;
	left:0;
	bottom:-1px;
	width:50px;
	height:2px;
	content:"";
}
.about-me .about-text p{
	margin-bottom:10px;
	color:#555;
}
.about-me .progress-bar-main {
	overflow: hidden;
	margin-bottom: 25px;
}
.about-me .progress-bar-main:last-child{
	margin-bottom:0px;
}
.about-me .progress-text {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.about-me .progress-text p {
	float: left;
	color:#555;
	font-weight:500;
}
.about-me .progress-bar {
	background: #F7F7F7;
	height: 10px;
	position: relative;
	width: 100%;
	border-radius: 5px;
}
.about-me .progress-bar .prog-bg {
	display: block;
	height: 100%;
	width: 0;
	border-radius: 5px;
	position: relative;
}
.about-me .progress-bar-main:nth-child(2n+1) .progress-bar .prog-bg{
	background:#333;
}
.about-me .progress-bar .prog-bg span {
	text-align: right;
	position: absolute;
	right: 0;
	top: -32px;
	color: #555;
	font-size:14px;
	font-weight: 500;
}
/*=============================
	End About Me Style
===============================*/

/*===============================
	Video Style
===============================*/
.sufia-video-area {
	position: relative;
	height: 100%;
	background-size: cover;
	z-index: 1;
	background-position: center center;
}
.player-main{
	z-index:6;
}
.sufia-video-area::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 5;
}
.sufia-video-area .mbYTP_wrapper {
	z-index: 4;
}
.sufia-video-area .table{
	z-index:6;
}
.sufia-video-area .video-text{
	text-align:center;
	padding:0 100px;
}
.sufia-video-area .video-text h1 {
	margin-bottom: 30px;
	font-size: 50px;
	color: #fff;
	font-weight:600;
}
.sufia-video-area .video-text p{
	color:#fff;
}
.sufia-video-area .video-text .button{
	margin-top:30px;
}
.sufia-video-area .video-text .btn {
	padding: 14px 40px;
	font-size: 14px;
	border-radius: 50px;
	background:#fff;
	color:#444;
	margin-right:20px;
}
.sufia-video-area .video-text .btn:hover{
	color:#fff;
	-webkit-transform: translateX(-8px);
	transform: translateX(-8px);
}
.sufia-video-area .video-text .btn.primary{
	color:#fff;
}
/*===============================
	End Video Style
===============================*/
/*===============================
	Mail Success
===============================*/
#mail{
	background:#f5f5f5;
	text-align:center;
}
#mail .button {
	margin-top:10px;
}
#mail .button .btn{
	padding:12px 35px;
	background:#333;
	color:#fff;
}
#mail .button i{
	margin-right:5px;
}
/*===============================
	End Mail Success
===============================*/
/*===============================
	footer Style
===============================*/
.footer .footer-top {
	background: #172d67;
	padding: 60px 0 90px;
}
.footer .single-widget{
	margin-top:30px;
}
.footer .footer-logo {
	margin-bottom: 20px;
}
.footer .single-widget h2 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.footer .about p {
	color: #eee;
}
.footer .button .btn {
	margin-top: 20px;
	padding: 10px 35px;
	text-transform: capitalize;
	border-radius: 50px;
	border:1px solid transparent;
}
.footer .button .btn:hover{
	background:transparent;
	border-color:#fff;
}
.footer .contact ul li {
	color: #eee;
	position: relative;
	padding-left: 40px;
	margin-bottom: 10px;
}
.footer .contact ul li:last-child{
	margin:0;
}
.footer .contact ul li i {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	left: 0;
	margin-top: -15px;
	font-size: 16px;
}
.footer .contact ul li a{
	color:#fff;
}
.footer .social-icon li {
	display: inline-block;
	width: 12%;
	margin-bottom: 10px;
}
.footer .social-icon li:last-child{
	margin:0;
}
.footer .social-icon li a {
	color: #eee;
	font-size: 24px;
}
.footer .social-icon li a:hover{
	color:#82B440
}
.footer .social-icon li a i {
	margin-right: 10px;
	width: 20px;
}
.footer-iso{
	margin-top: 5px;
}
/* Footer Style 2*/
.footer.style2 .footer-top{
	padding:90px 0;
}
.footer.style2 .footer-top{
	text-align: center;
}
.footer.style2 .footer-logo {
	margin-bottom: 50px;
	text-align: center;
	display: inline-block;
}
.footer.style2 .social li{
	display:inline-block;
	margin-right:10px;
}
.footer.style2 .social a {
	background-color: #2a2a2f;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	color: #fff;
	display: block;
	text-align: center;
}
.footer.style2 .social li:hover a,
.footer.style2 .social li.active a{
    color: #fff
}
/*------ Copyright -----*/
.footer .copyright {
	padding: 12px 0;
	background: #317ec0;
}
.footer .copyright p {
	color: #fff;
	font-size: 14px;
}
.footer .copyright p a{
	color: #fff;
	text-decoration: underline;
}
/*===============================
	End footer Style
===============================*/

.header .address li i,.header .social li:hover a,.header .social li:first-child a i,.header .cart-search-bar li:hover a,.header .side-menu .nav li:hover a,.header .nav li:hover a,
.header .nav li.current a,.header .nav .dropdown li:hover a,.project .project-hover h4:hover a,.newsblog .news-content h4:hover a,.newsblog .news-content .btn,.newsblog .category ul li:hover a,.newsblog .single-comments a,.newsblog .blog-comments .login a:hover,.sufia-personal .personal-text p span,.my-timeline .single-timeline h2 span,.supia-app-main .app-text h1 .typed-cursor,.newsblog .latest .post-info p,.footer .social-icon li a:hover {
	color: #337ab7;
}

.section-title h2::before,.button .btn:hover,.button .btn.primary,.header .cart-search-bar .cart-item,.header .search-form input[type="submit"],.header .nav li a::before,.breadcrumbs ul li.active a,.header .slicknav_nav a:hover,.breadcrumbs h2:before,.breadcrumbs h2:after,.sufia-slider button:hover,.count-down .count::before,.sufia-slider .welcome-text .button .btn.primary,.sufia-slider .welcome-text .button .btn:hover,.project .project-nav ul li::before,.project .project-hover h4:before,.project.single .project-slide button:hover,.project.single .project-descreption h2:before,.project.single .project-related h4:before,.team .team-head:before,.newsblog .single-news .link:hover,.newslatter input[type="submit"],.newsblog.single .pagination li:hover a,.newsblog.single .pagination li.active a,.newsblog.single .news-slide button:hover,.newsblog .form .search input[type="submit"],.newsblog .single-sidebar h2:before,.newsblog .call-to-action .call-inner,.newsblog .tags ul li a:hover,.newsblog .news-share ul li:hover a,.sufia-personal .personal-text .info li::before,.sufia-personal .personal-text .button .btn:hover,.sufia-personal .personal-text .button .btn.primary,.about-me .social li:hover a,.about-me .progress-bar .prog-bg,
.about-me .social li.active a,.about-me .my-image i,.about-me .about-text h3:before,.about-me .single-skill .progress-bar,.supia-app-main .app-text .button .btn:hover,.supia-app-main .app-text .button .btn.primary,.app-features .app-single-features i,.app-screnshoot button.PrevArrow:hover,
.app-screnshoot button.NextArrow:hover,.sufia-video-area .video-text .btn:hover,.sufia-video-area .video-text .btn.primary,.footer .social li:hover a,
.footer .social li.active a,.newsblog .blog-comments h2::before,#scrollUp,.k-line,.project.single .project-related .slick-dots li.slick-active button,.newsblog .call-inner .btn:hover,#contact .form-group .button {
	background: #337ab7;
}

.about-me img{
	border-left-color:#337ab7;
}
.app-screnshoot button{
	background: rgba(66, 172, 246, 0.40);
}