/* 
---///---///--- TABLE OF CONTENT ---///---///---

01. Imported CSS
        * Google Fonts
        * Other Imported CSS
02. General CSS 
        * Common CSS
        * Form CSS
	    * Preloader CSS
        * Default Title CSS
		* Selection css
		
03. Header CSS
04. Slider CSS
05. Typed CSS
06. About CSS

    01.Team
	
07. Services
08. Portfolio
09. Counter	
10. Table
11. Testimonial
12. Blog
13. Contact
14. Footer CSS


*/


/*============================ 01. Imported CSS
=================================================================*/

/*Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,400i,500,500i,700,700i');

/* Other Imported CSS*/


@import "font-awesome.min.css";
@import "scrolling-nav.css";
@import "typed.css";
@import "YouTubePopUp.css";
@import "color-switcher.css";
@import "materialize.css";

/*============================ 02. General CSS 
=================================================================*/

/*---------- Common CSS --------*/

body {
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #3d3d3d;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', sans-serif;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 1.3;
	color: #333333;
	font-weight: 600;
}
p {
	color: #424242;
	margin: 0px;
	padding: 0px;
	font-size: 15.5px;
	text-align: justify;
}
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;
}
a:hover, a:focus {
	text-decoration: none;
	outline: 0;
	-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;
}
ul {
	list-style: none;
	padding: 0;
}
img {
	width: 100%;
	height: auto;
}
/*---------- Form CSS --------*/

form {
	display: block;
}

/*---------- Preloader CSS --------*/

::-webkit-input-placeholder { /*--- Chrome/Opera/Safari ---*/
 color:#000000;
}
::-moz-placeholder { /*-- Firefox 19+ ---*/
 color:#000000;
}
:-ms-input-placeholder { /*-- IE 10+ --*/
 color:#000000;
}
:-moz-placeholder { /*-- Firefox 18--- */
 color:#000000;
}
/*-------Defult-title-------*/

.defult-title {
	position: relative;
	width: 100%;
	display: inline-block;
	text-align: center;
}
.defult-title span {
	color: #d90568;
}
.defult-title h1 {
	font-size: 30px;
	padding-bottom: 20px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.defult-title p {
	padding-bottom: 60px;
	font-weight: bold;
	font-style: italic;
	font-size: 17px
}


/*------- over layer ---------*/

.over-lay {
	position: relative;
}
.over-lay:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
}
.default-section {
	padding:70px 0px 70px;
}
.default-col {
	margin-bottom: 30px;
}

/* Preloader CSS */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999999;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/preloader.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}
/*============================ 03. Header CSS
=================================================================*/
.main-header {

}
.main-header .main-logo {
	width: 233px;
	height: auto;
	display: inline-block;
}
.main-header .navbar-brand {
	height: auto;
}
.main-header .navbar-default {
	background-color: #ffffff;
	border-color: #e7e7e7;
}
.main-header .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #d90568;
	background-color: transparent;
}
.main-header .navbar-nav>li>a {
    padding-top: 21px;
    padding-bottom: 21px;
    text-transform: uppercase;
}
.blank-class {
	margin-top: 62px;
}
/*============================  04. Slider CSS
=================================================================*/

/*============================
    04. Slider CSS Start
============================*/
.main-slider-area {
	
}
.slider .indicators .indicator-item {
    background-color: #666666;
    border: 3px solid #ffffff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.slider .indicators .indicator-item.active {
    background-color: #ffffff;
}
.slider {
    width: 100%;
    height: 80vh !important;
}
.slider .slides {
    height: 80vh !important;
}
.slider .slides li .slider-img {
    position: relative;
    height: 80vh;
}
.slider .slides li .slider-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.slider .indicators {
    bottom: 60px;
    z-index: 100;
}
.slider .slides li .caption {
    top: 40%;
}
.slider .slides li .caption h3 {
    color: #ffffff;
    font-size: 45px;
}
.slider .slides li .caption h3 span {
    color: #d90568;
}
.slider .slides li .caption p {
    font-size: 18px;
    font-style: italic;
    letter-spacing: 1px;
}





/*============================ 05. Typed CSS
=================================================================*/
.typed-section {
	background: #f5f5f5;
	display: block;
	text-align: center;
}
.typed-section .type-title {
	margin-bottom: 30px;
	font-size: 30px;
}
.typed-section .type-title span {
	font-size: 48px;
	color: #d90568;
}
.typed-section p {
	margin-bottom: 30px;
}
.typed-section h3 {
	text-transform: uppercase;
}
.typed-section h3 span {
	color: #d90568;
}
.cd-words-wrapper b {
	font-weight: 300 !important;
}

/*============================ 06. Video CSS Start
=================================================================*/
.youtube-player {
	padding: 160px 0px;
	display: block;
	position: relative;
	text-align: center;
	background: url(../images/bg/1.jpg);
	background-size: cover;
}
.youtube-player a {
	display: inline-block;
	text-align: center;
	color: #d90568;
	cursor: pointer;
	z-index: 1111;
	font-size: 70px;
}
.youtube-player .player-title {
	padding-top: 30px;
	color: #ffffff;
}
/*============================ 06. About CSS
=================================================================*/
.about-us {
	background: #ffffff;
	display: block;
}
.future-content {
	margin-top: 30px;
	padding: 0;
	background: #ffffff;
	display: block;
}
.future-content .future-title {
	font-size: 24px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.future-list {
	display: block;
	list-style: inside;
	padding-left: 00;
	list-style-type: none;
}
.future-list li {
	display: block;
	padding: 0;
}
.future-list li a {
	display: inline-block;
	padding: 5px 0 5px 25px;
	color: inherit;
	position: relative;
}
.future-list li a:before {
	content: "\f00c";
	font-family: fontawesome;
	position: absolute;
	top: 5px;
	left: 0;
	color: #d90568;
}
.about-us .tab-block {
	background: #ffffff;
	margin-bottom: 30px;
	border: none;
	display: block;
}
.about-us .tab-content {
	padding: 20px 20px;
	border: 1px solid #dddddd;
	border-top: none;
}
.about-us .nav-tabs>li>a {
	color: inherit;
	border-radius: 0;
}
.about-us .nav-tabs>li.active>a, .about-us .nav-tabs>li.active>a:focus {
	color: #d90568;
}
.about-us .nav-tabs>li.active>a:hover {
	color: #ffffff;
}
.about-us .nav-tabs>li>a:hover {
	background: #d90568;
	color: #ffffff;
}
.about-us .accoreding-block {
	margin-bottom: 50px;
	display: block;
	margin-top: 30px;
}
.panel-group .panel {
	border-radius: 0;
}
.panel-heading {
	border-radius: 0;
}
.about-us .panel .panel-title i {
	margin-right: 10px;
	color: #d90568;
}
/*============================ 06. 01 Team CSS
=================================================================*/
.our-team {
	display: block;
	padding-bottom: 70px;
}
.team-block {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
.team-block h3 a {
	color: #d90568;
	padding-top: 15px;
	display: block;
}
.team-block .img-author {
	display: inline-block;
	width: 200px;
	margin: 0 auto;
	border: 5px solid;
	border-left-color: #d90568;
	border-right-color: #dddddd;
	border-top-color: #d90568;
	border-bottom-color: #dddddd;
	border-radius: 100%;
	position: relative;
	text-align: center;
}
.team-block .image-avator {
	display: block;
	margin: 10px;
	border-radius: 100%;
	position: relative;
	text-align: center;
}
.team-block .image-avator:before {
	position: absolute;
	content: '';
	z-index: 1;
	background: rgba(0,0,0,.81);
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	border-radius: 100%;
	opacity: 0;
	-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-block:hover .image-avator:before {
	opacity: 1;
	-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-block .img-author .social-icon-author {
	position: absolute;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	opacity: 0;
	-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-block:hover .img-author .social-icon-author {
	position: absolute;
	z-index: 2;
	opacity: 1;
	left: 50%;
	top: 50%;
	-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-block .img-author .social-icon-author li {
	display: inline-block;
	padding: 0;
	margin: 0;
	text-align: center;
}
.team-block .img-author .social-icon-author li a {
	border: 1px solid #FFF;
	display: inline-block;
	margin: 5px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	color: #FFF;
}
.team-block .img-author .social-icon-author li a:hover {
	color: #ffffff;
	background: #d90568;
	border: 1px solid #d90568;
}
/*============================ 07. Services
=================================================================*/
.services {
	background: #f5f5f5;
}
.services-box {
	display: block;
	padding-left: 100px;
	position: relative;
}


.services-box h4 {
	text-transform: capitalize;
}
.services-box-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	font-size: 36px;
	border-radius: 100%;
	background: #d90568;
	color: #ffffff;
	border: 1px solid #d90568;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}
.services-box:hover .services-box-icon {
	border: 1px solid #d90568;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-box-shadow: -1px 9px 21px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 9px 21px -6px rgba(0,0,0,0.75);
	box-shadow: -1px 9px 21px -6px rgba(0,0,0,0.75);
}
/*============================ 08. Portfolio
=================================================================*/


.portfolio {
	padding-bottom: 100px;
}
.portfolio .col-md-4 {
	padding: 0px;
}
.portfolio-item {
	margin: 0 auto;
	display: block;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.portfolio-item-info {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
	height: 100%;
	position: absolute;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
}
.portfolio-item:hover .portfolio-item-info {
	opacity: 1;
	visibility: visible;
}
.portfolio-item-info .item-caption {
	width: 100%;
	position: absolute;
	bottom: -10%;
	left: 0px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	opacity: 0;
}
.portfolio-item:hover .portfolio-item-info .item-caption {
	bottom: 35%;
	opacity: 1;
}
.portfolio-item-info .item-caption h4, .portfolio-item-info .item-caption p {
	color: #ffffff;
}
.portfolio-item-info .item-caption h4 {
	margin-bottom: 10px;
	color: #d90568;
}
/*============================ 09. Counter
=================================================================*/
.counter-up {
	text-align: center;
	background: url(../images/bg/2.jpg);
	background-size: cover;
}
.counter-box {
	display: inline-block;
	text-align: center;
}
.counter-icon {
	display: inline-block;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	font-size: 24px;
	border-radius: 100%;
	background: rgba(5, 188, 217, 0.67);
	color: #ffffff;
	margin-bottom: 30px;
}
.counter-item {
	font-size: 36px;
	margin-bottom: 30px;
	color: #d90568;
}
.counter-title h4 {
	color: white;
	letter-spacing: 2px;
}
.counter-title h4 span {
	width: 60px;
	height: 5px;
	;
	margin: 0 auto;
}
/*============================ 10. Pricing Table
=================================================================*/

.pricing-table{
	text-align: center;
	margin-bottom: 50px;
	-webkit-box-shadow: -1px 9px 21px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 9px 21px -6px rgba(0,0,0,0.75);
	box-shadow: -1px 9px 21px -6px rgba(0,0,0,0.75);
}
.pricing-table:hover {
	-webkit-box-shadow: -1px 9px 21px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 9px 21px -6px rgba(0,0,0,0.75);
	box-shadow: -1px 9px 21px -6px rgba(0,0,0,0.75);
}
.pricing-table li:first-child {
	background-color: #14171c;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
}
.pricing-table .pricing-details {
	padding-top: 40px;
	padding-bottom: 20px;
}
.pricing-table .pricing-price {
	font-size: 65px;
	font-weight: 700;
	color: #14171c;
}
.pricing-table .pricing-currency {
	color: #14171c;
	font-size: 40px;
	position: relative;
}
.pricing-table .pricing-time {
	display: inline-block;
	font-size: 36px;
	color: #14171c;
	text-transform: lowercase;
}
.pricing-table i {
	color: #d90568;
	margin-right: 5px;
}
.pricing-table li {
	padding: 25px 0;
	border-bottom: 1px solid #F1F0F0;
	text-transform: capitalize;
}
.pricing-table li:last-child {
	padding: 0!important;
	border-bottom: 0px solid transparent;
}
.pricing-table li:last-child a {
	background-color: #14171c;
	display: block;
	padding: 25px 0;
	font-size: 15px;
	text-decoration: none;
	color: #fff;
}
.pricing-table li:last-child a:hover {
	background-color: #d90568;
	color: #ffffff;
}
.pricing-table.active .pricing-details {
	background-color: #d90568;
	color: #ffffff;
}
.pricing-table.active .pricing-details .pricing-currency, .pricing-table.active .pricing-details .pricing-price, .pricing-table.active .pricing-details .pricing-time {
	color: #ffffff !important;
}
.pricing-table.active .pricing-details .recommend {
	position: absolute;
	right: 20px;
	top: 10px;
	color: #ffffff;
	text-transform: capitalize;
}
.pricing-table.active .pricing-details {
	position: relative;
}
.pricing-table.active li:last-child a {
	background-color: #d90568;
	color: #ffffff;
}
/*============================ 11. Testimonial
=================================================================*/

.testimonial {
	text-align: center;
	display: block;
	padding-bottom: 100px;
	background: url(../images/bg/3.jpg);
	background-size: cover;
}
#testimonial-slide .item {
	padding-bottom: 70px;
}
.testimonial img {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	margin-top: 30px;
}
.testimonial p, .testimonial .defult-title h1 {
	color: #ffffff !important;
}
.testimonial .carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.testimonial .carousel-fade .carousel-inner .item,  .testimonial .carousel-fade .carousel-inner .active.left,  .testimonial .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.testimonial .carousel-fade .carousel-inner .active,  .testimonial .carousel-fade .carousel-inner .next.left,  .testimonial .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.testimonial .carousel-fade .carousel-inner .next,  .testimonial .carousel-fade .carousel-inner .prev,  .testimonial .carousel-fade .carousel-inner .active.left,  .testimonial .carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.testimonial .carousel-fade .carousel-control {
	z-index: 10;
	background: none;
	box-shadow: none;
	position: absolute;
	top: inherit;
	bottom: 10%;
}
.testimonial .carousel-control.left {
	display: inline-block;
	left: 45%;
	transform: translate(-50%, 50%);
}
.testimonial .carousel-control .glyphicon-chevron-left,  .testimonial .carousel-control .glyphicon-chevron-right,  .testimonial .carousel-control .icon-next,  .testimonial .carousel-control .icon-prev.carousel-control .glyphicon-chevron-left,  .testimonial .carousel-control .glyphicon-chevron-right,  .testimonial .carousel-control .icon-next,  .testimonial .carousel-control .icon-prev {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	margin-top: -10px;
	font-size: 18px;
	background: rgba(255,255,255,.51);
	border: 1px solid #ffffff;
}
.testimonial .carousel-control.right {
	width: 50px;
	transform: translate(50%, -50%);
	right: 45%;
	display: inline-block;
}
.testimonial .client-name {
	font-size: 24px;
	color: #ffffff;
	margin-top: 30px;
	text-transform: uppercase;
}
.testimonial .client-status {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #8e8989;
}
/*============================ 12. Blog
=================================================================*/

.blog {
	background: #ffffff;
}
.blog-post a {
	color: inherit;
}
.blog-post a:hover {
	color: #d90568;
}
.blog-post {
	background: #ffffff;
	display: block;
	padding: 15px;
	border: 1px solid #dddddd;
}
.blog-post .post-image {
	display: block;
	margin-bottom: 0px;
}
.blog-post .post-meta {
	padding: 0;
	display: block;
	margin-bottom: 20px;
	position: relative;
}
.blog-post .post-meta .meta-content {
	text-align: center;
	position: absolute;
	left: 50%;
	width: 100px;
	height: 100px;
	border: 1px solid #f5f5f5;
	border-radius: 100%;
	transform: translate(-50%, 0);
	background: #ffffff;
	color: #d90568;
	top: -40px;
	padding: 12px 5px;
}
.blog-post .post-meta .meta-content .post-date {
	display: block;
	margin-bottom: 0px;
	line-height: 24px;
	text-transform: capitalize;
	font-weight: bold;
}
.blog-post .post-author-meta {
	padding-top: 50px;
	margin-bottom: 20px
}
.blog-post .post-author-meta a {
	margin-right: 10px;
}
.blog-post .post-title {
	display: block;
	margin-bottom: 20px;
}
.blog-post .post-content {
	display: block;
}
.blog-post .read-btn {
	margin-top: 10px;
	display: block;
	text-transform: uppercase;
	margin-bottom: 20px;
}
/*============================ 13. Contact
=================================================================*/

.contact-us {
	background: center center no-repeat;
	background-size: cover;
	color: #ffffff;
	background: url(../images/bg/4.jpg);
	background-size: cover;
}
.contact-us .defult-title {
	margin-bottom: 50px;
}
.contact-us .defult-title h1 {
	color: #ffffff;
}
.icon-box {
	display: block;
	margin-bottom: 50px;
	text-align: center;
	color: #ffffff;
}
.icon-box span {
	color: #d90568;
	text-align: center;
	display: inline-block;
	line-height: 60px;
	border-radius: 100%;
	margin-bottom: 20px;
	font-size: 40px;
}
.devis{
	color: black; font-size: 19px;padding: 15px 35px;

vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;border: 1px solid #fff;
}
.devis :hover{
	color: #d90568;
background: #ffffff;
}
.devisp{
	color: black;
font-size: 21px;
margin: 10px 0;
float: left;
}
#slogan{
	visibility: visible; animation-duration: 500ms; animation-delay: 300ms; animation-name: fadeIn;background: #d90568;
padding: 25px 0;
color: black;
margin-top: -2px;
width: 100%;
}
.icon-box p {
	color: #ffffff;
}
.form-block input, .form-block textarea {
	width: 100%;
	display: block;
	border: 1px solid #ddd;
	height: 40px;
	line-height: 40px;
	padding: 5px 15px;
	background: rgba(255,255,255,.51);
	outline: none;
	margin-bottom: 30px;
	color: #fff;
}
.form-block textarea {
	height: 150px;
}
.sumit-button {
	display: inline-block;
	background: #d90568;
	color: #ffffff;
	padding: 10px 25px;
	text-transform: uppercase;
	border: none;
	-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;
}
.sumit-button:hover {
	color: #d90568;
	background: #ffffff;
	-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;
}
 .form-block input::-webkit-input-placeholder, .form-block textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #ffffff;
}
.form-block input::-moz-placeholder, .form-block textarea::-moz-placeholder { /* Firefox 19+ */
 color: #ffffff;
}
.form-block input:-ms-input-placeholder, .form-block textarea:-ms-input-placeholder { /* IE 10+ */
 color: #ffffff;
}
.form-block input:-moz-placeholder, .form-block textarea:-moz-placeholder { /* Firefox 18- */
 color: #ffffff;
}
/*============================ 08. Footer CSS
=================================================================*/

.footer {
	background: #14171c;
}
.footer-widget {
	display: block;
}
.footer .footer-widget .fotet-wed-title {
	color: #ffffff;
	margin-bottom: 30px;
}
.footer .footer-widget .links {
	padding: 0;
	list-style: none;
}
.footer .footer-widget .links li {
	display: block;
	list-style: none;
}
.footer .footer-widget .links li a {
	display: block;
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px solid #2c3033;
	color: #fff;
}
.footer .footer-widget .links li a:hover {
	color: #d90568;
}
.footer .links li:last-child a {
	border-bottom: none;
}
.footer .footer-widget .tags {
	padding: 0;
	list-style: none;
}
.footer .footer-widget .tags li {
	display: inline-block;
	list-style: none;
}
.footer-widget .tags li a {
	display: inline-block;
	list-style: none;
	padding: 5px 15px;
	border: 1px solid #2c3033;
	color: #ffffff;
	margin: 5px;
}
.footer-widget .tags li a:hover {
	border: 1px solid #d90568;
	background: #d90568;
}
.footer-widget p {
	margin-bottom: 15px;
	color: #c9c9c9;
}
.footer-widget .subs-foter {
	width: 100%;
	display: block;
	position: relative;
	height: 40px;
	margin-bottom: 15px;
}
.footer-widget .subs-foter input {
	background: none;
	width: 100%;
	display: block;
	border: 1px solid #2c3033;
	height: 40px;
	line-height: 40px;
	padding: 5px 15px;
	outline: none;
	color: #fff;
	padding-right: 50px;
}
.footer-widget .subs-foter input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #ffffff;
}
.footer-widget .subs-foter input::-moz-placeholder { /* Firefox 19+ */
 color: #ffffff;
}
.footer-widget .subs-foter input:-ms-input-placeholder { /* IE 10+ */
 color: #ffffff;
}
.footer-widget .subs-foter input:-moz-placeholder { /* Firefox 18- */
 color: #ffffff;
}
.footer-widget .subs-foter button {
	color: #d90568;
	background: none;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 40px;
	text-align: center;
	line-height: 22px;
	font-size: 18px;
	-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;
}
.footer-widget .subs-foter:hover button {
	color: #ffffff;
	background: #d90568;
	-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;
}
.footer-widget .info {
	display: block;
}
.footer-widget .info a {
	display: block;
	margin-bottom: 10px;
	color: #fff;
}
.footer-widget .info a:hover {
	color: #d90568;
}
.footer-widget .info a i {
	color: #d90568;
	margin-right: 5px;
}
.footer-widget h4 {
	color: #ffffff;
}
.copyright {
	background: #080a0c;
	border-top: 1px solid #2c3033;
	padding: 10px 0;
	color: #FFF;
}
.copyright p {
	margin-top: 15px;
}
.copyright-social-icon {
	display: block;
	padding-left: 0px;
	list-style: inside;
	list-style-type: none;
	margin: 0px;
	text-align: right;
}
.copyright-social-icon li {
	padding: 0px;
	margin: 0px;
	display: inline-block;
}
.copyright-social-icon li a {
	border: 1px solid #FFF;
	display: inline-block;
	margin: 5px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	color: #FFF;
}
.copyright-social-icon li a:hover {
	color: #ffffff;
	background: #d90568;
	border: 1px solid #d90568;
}



#dyscrollup-btn {
    z-index: 999999;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    color:#ffffff;
    text-align: center;
}
#dyscrollup-btn:before {
    content: "\f0aa";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    bottom: 10px;
    color: #02b5ff;
    font-size: 45px;
}
 ul.nav li.dropdown:hover ul.dropdown-menu {
            display: block;
        }
       
        @media (max-width: 767px) {

        	.main-logo{
        		width: 211px !important;
        	}
        	.hdn{
        		display: none;
        	}
        	.exp{
        		padding-left: 0px !important;
        	}
        	#info{
        		display: block !important;
        	}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
        	.hdn{
        		display: none;
        	}
        	.main-logo{
        		width: 211px !important;
        	}
        	.exp{
        		padding-left: 0px !important;
        	}
        	#info{
        		display: block !important;
        	}
}





