/* ----------------------------------------------------------------------------------------
* Author        : Ambidextrousbd
* Template Name : Abirvab | One Page Multipurpose Html Template
* File          : Abirvab main CSS file
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */





/* INDEX
----------------------------------------------------------------------------------------

01. General css

02. Navigation area css

03. Slider area css

04. About area css

05. Skill area css

06. Service area css

07. Portfolio/work area css

08. Team area css

09. Fun facts area css

10. Pricing area css

11. Testimonial area css

12. News area css

13. Video area css

14. Clients area css

15. Subscribe area css

16. Contact area css

17. Google map area css

18. Social area css

19. footer area css

20. Back to top Button area css

-------------------------------------------------------------------------------------- */


/* Google Fonts lato and open sans */
@import url('https://fonts.googleapis.com/css?family=Lato:300,700,900|Open+Sans');



/* ----------------------------------------------------------------------------------------
*                                       01. General css
* -------------------------------------------------------------------------------------- */

html,
body {
    height: 100%
}

body {
    color: #000;
    font-weight: 400;
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #333;
    font-family: 'Lato', sans-serif;
}

.subtitle {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
	color: #000000
}

p {
}

a {
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.btn, input[type='submit'] {
    display: inline-block;
    background: transparent;
    padding: 10px 25px;
    font-weight: 300;
    border-radius: 0px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #fff;
    background-color: #d72190;
	border: none;
    font-family: 'Lato';
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn.btn-trnsp {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.btn-big {
    border: 2px solid #fff;
    font-size: 16px;
    font-weight: 900;

}

.btn.btn-trnsp:hover {
	border-color: #000;
	background: #000;
	color: #fff;
}

.section-big {
	padding: 95px 0px;
}

.section-small {
    padding: 45px 0px;
}

.section-title {
    margin: auto;
    }

	
.mb-35{
    margin-bottom: 35px;
}

.mb-30{
    margin-bottom: 30px;
}

.mb-65{
    margin-bottom: 65px;
}

.section-title.white h2 span {
    color: #fff;
}
.section-title h2 {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 25px;
    line-height: 30px;
    margin-top: 0;
    text-transform: uppercase;
	color: #000;
}

.section-title h2:before {
    content: '';
    position: absolute;
    width: 70px;
    margin-left: -35px;
    height: 2px;
    left: 50%;
    bottom: 0px;
    background-color: #000;
}

.section-title h2 span {
    color: #d72190;
	margin-left: 10px;
}

.section-title p {
    margin-top: 25px;
}

/* preloader css */

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-image: url(../img/preloader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

img {
    max-width: 100%;
}


/* ----------------------------------------------------------------------------------------
*                               02. Navigation area css
* --------------------------------------------------------------------------------------- */
.top-bar {
    position: relative;
    margin-bottom: -70px;
    height: 65px;
    line-height: 65px;
    z-index: 2;
    color: #d72190;
    background: transparent;
    overflow: hidden;
}

.tmail, .tphone, .tsocial {
    float: left;
    width: 33.33%;
}

.top-bar span {
    margin-right: 10px;
}

.tmail {
    font-size: 14px;
}

.tphone {
    text-align: center;
    font-size: 14px;
}

.tsocial {
    text-align: right;
}

.tsocial a {
    color: inherit;
}

.tsocial a:hover {
    color: #000;
}

.tsocial a i.fa {
    font-size: 16px;
    margin-left: 10px;
}


/* ----menu css--- */
.menu-area.navbar-fixed-top {
    background-color: transparent;
    top: 60px;
    height: 95px;
}

.menu-area.navbar-fixed-top.sticky-menu {
    top: 0px;
    height: 60px;
	background: #fff;
}

.sticky-menu {
    box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.mainmenu {
    padding-top: 20px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.sticky-menu .mainmenu {
    padding-top: 0px;
}

.navbar {
    margin-bottom: 0;
    border: 0px;
    margin-top: 13px;
}

.sticky-menu .navbar li a {
    padding-top: 8px;
}

.navbar-brand {
    padding: 0;
    height: 35px
}
.navbar-brand img {
	transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
}
.sticky-menu .navbar-brand img {
    display: block;
    max-width: 180px;
}
.navbar-brand:hover {
    color: #82b541;
}

.navbar-nav  li {
    display: block;
	position:relative;
}

.navbar-nav li a {
    color: #38368f;
    font-weight: 900;
    font-family: 'Lato';
    font-size: 14px;
	padding-top: 8px;
    padding-bottom: 10px;
}

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
    background: none;
}

.mainmenu .navbar-nav li.active a {
    color: #d72190;
}

/*Dropdown Css*/
.navbar-nav > li.dropdown:hover > a, 
.navbar-nav > li.dropdown:hover > a:hover,
.navbar-nav > li.dropdown:hover > a:focus {
    background-color: #fff;
    color: #000;
}

@media (min-width: 768px) {
    li.dropdown:hover > .dropdown-menu {
        display: block;
    }
}

.navbar-nav .dropdown-menu li a {
    padding: 10px;
	color: #000;
}

/* Mobile Nav css */
.navbar-toggle .icon-bar {
    background: #fff;
}


/* ----------------------------------------------------------------------------------------
*                               03. Slider area css
* -------------------------------------------------------------------------------------- */

/* Home carseoul
--------------------------- */
#slider,
#slider .carousel,
#slider .carousel .carousel-inner,
#slider .carousel .carousel-inner .item{
    height: 100%;
    min-height: 800px;
}


#slider .main-container {
	padding: 0;
}

#slider .carousel-indicators {
    bottom: 30px;
}

#slider .carousel-indicators li {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 0px;
    background: transparent;
    margin: 0px;
    margin-left: 7px;
}
#slider .carousel-indicators li.active {
    background: #fff;
}


#slider .carousel .item {
	min-height: 425px;
	height: 100%;
	width:100%;
}

#slider .carousel .item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#slider .carousel-control {
    text-shadow: none;
}

.carousel-fade .carousel-inner .item {

  transition-property: opacity;
  -ms-transition-property: opacity;
  -moz-transition-property: opacity;
  -webkit-transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
	z-index: 2;
}

.right.carousel-control img,
.left.carousel-control img {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -26px;
	padding: 20px 10px;
}

.carousel-control img:hover  {
	background: #82b541;
}

.left.carousel-control img {
    left: 10px;
}

.right.carousel-control img {
    right: 10px;
}

.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}



.intro-text {
    text-align: center;
    padding-top: 30px;
	color: #fff;
}

.intro-text .title {
    text-align: center;
    display: table;
    margin: auto;
    padding: 20px 20px;
}
p.slide-caption{
	font-size: 5vw;
    line-height: 6vw;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
	font-family: lato;
}
.intro-text h2 {
    font-size: 5vw;
	line-height: 5vw;
    font-weight: 800;
	float: left;
    display: inline-block;
    color: #000000;
    text-align: center;
	margin-bottom: 55px;
	}

.intro-text h1 {
    text-transform: uppercase;
    font-size: 11vw;
    font-weight: 900;
    margin: 0;
    margin-left: -10px;
    float: left;
    color: #fff;
    line-height: 10vw;
}
.intro-text a.btn.btn-trnsp.btn-big {
    margin-top: 10px;
}
.intro-text a.btn.btn-trnsp.btn-big:hover {
   background-color: #000;
   border-color: #000;
}

#slider .carousel-indicators {
    bottom: 10px;
}

/* Slide Background Image */
#slider .slide1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#slider .slide2 {
    background-image: url(../img/slider/01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#slider .slide3 {
    background-image: url(../img/slider/02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#slider .slide4 {
    background-image: url(../img/slider/03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}




/* ----------------------------------------------------------------------------------------
*                               04. About area css
* ---------------------------------------------------------------------------------------*/

.about-area {
	background: #fff;
}

.about-featured {
    margin-right: 30px;
}

.about-details h3 {
	margin-top: 0px;
	color: #000;
    font-size: 20px;
    margin-bottom: 15px;
}
.about-details span {
    color: #8657bd;
}

.about-title{
	margin-top: 20px;

}

.about-title ul.circle li{
	margin-top: 7px;
	margin-left: 30px;
	list-style: none;
}

.about-title ul.circle li{
	line-height: 30px;
	position: relative;
}

.about-title ul.circle li:before {
	position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    left: -30px;
    top: 50%;
    margin-top: -5px;
    border: 2px solid #86a4e3;
    border-radius: 50px;
}


.nav-tabs { 
    border-bottom:none
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover { 
	border-width: 0;border: none 
 }

.nav-tabs>li {
    display: inline-block;
    width: 32%;
}

.nav-tabs li a{
	border: none ;
	color: #000;
	text-transform: uppercase;
    font-weight: 900;
    border-bottom: 3px solid #000 !important; 
    padding: 15px 0px;
    text-align: center;
    margin-right: 3px;
}

.nav-tabs > li.active > a,
.nav-tabs > li > a:hover { 
	border-bottom: 3px solid #8657bd!important;
	color: #8657bd !important; 
}

.tab-pane { padding-top: 15px; }

.circle {
    margin-left: 10px;
}

@media (min-width: 1199px) {
    .about-title {
        
    }
}


/* ----------------------------------------------------------------------------------------
*                                   06. Service area css
* --------------------------------------------------------------------------------------- */

.service-area {
    background-color: #f5f5f5;
}

.home-services .service-box {
    padding: 15px 20px;
	padding-bottom: 20px;
    margin-top: 30px;
    background: #fff;
	border: 1px solid #000;
}

@media (min-width: 1200px) {
    .home-services .service-box {
        
    }
}

.home-services .service-box i.fa {
    color: #8657bd;
    margin: 10px 0px;
    font-size: 36px;
}
.home-services .service-box h3 {
    margin-top: 0;
    position: relative;
    margin-bottom: 10px;
}
.home-services .service-box:hover{
	background: rgba(134, 164, 227, 1);
    background-image: linear-gradient(to right,rgba(167, 73, 221, 1), rgba(75, 84, 223, 1) );
	color: #fff;
    border: 1px solid #f5f5f5;
}

.home-services .service-box:hover.service-box h3{
   color: #fff;
}

.home-services .service-box:hover.service-box i.fa{
   color: #fff;
}

.featured-image {
    margin-top: 35px;
}



/* ----------------------------------------------------------------------------------------
*                               07. Portfolio/work area css
* --------------------------------------------------------------------------------------- */
.works-area {
    padding-bottom: 0px;
}
.portfolio .mix {
    display: none;
}

.filters {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 10px;
}

.filters li {
    display: inline-block;
    margin: 0px 15px;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

.filters li.active {
    color: #8657bd;
}

.work-items .item {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.work-items .item img {
    width: 100%;
    transition: 0.8s ease-out;
}

.work-items .overlay{
    background-color: rgba(134, 164, 227, 0.75);
	background-image: linear-gradient(to right,rgba(167, 73, 221, 0.7), rgba(75, 84, 223, 0.7) );
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    text-align: center;
    opacity: 0;
    transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.work-items .item:hover .overlay {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.work-items .item:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.work-items .overlay i.fa {
    font-size: 36px;
    color: #fff;
    padding: 10px 15px;
    border: 2px solid #fff; 
}

.work-items .overlay h2 {
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
}

.work-items .overlay .htext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



/* ----------------------------------------------------------------------------------------
*                                08. Team area css
* --------------------------------------------------------------------------------------- */
.team-member{
    text-align: center;
    transition: 0.3s ease-out;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.member-image img{
    width: 100%;
}

.member-info {
    transition: 0.3s ease-out;
}

.team-member h3{
    margin-bottom: 5px;
    color: #fff;
}

.member-info .text-muted {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.member-social a{
    position: relative;
    margin: 10px 0px;
}

.member-social i.fa {
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    color: #333;
}

.member-hover .center-content {
    margin-top: 50%;
}

.member-hover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0; 
    opacity: 0; 
    background: rgba(134, 164, 227, 0.85);
    background-image: linear-gradient(to right,rgba(167, 73, 221, 0.75), rgba(75, 84, 223, 0.75) );
    color: #fff;
    padding: 30px 15px;
    transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;

}

.team-member:hover .member-hover {
    opacity: 1; 
    height: 100%;
    
}

.member-hover .text-muted,
.member-hover i.fa {
    color: #fff;
}
.member-hover i.fa:hover {
    color: #000;
}
.member-hover .member-social {
    margin: 15px 20px;
    background: rgba(134, 164, 227, 0.75);
    background-image: linear-gradient(to left,rgba(75, 84, 223, 1 ), rgba(167, 73, 221, 1) );
    border: 1px solid #000;
    padding: 10px;
}

.member-hover p {
    text-align: left;
}

.member-hover .text-muted {
    text-align: center;
}



/* ----------------------------------------------------------------------------------------
*                                   09. Fun facts area css
* --------------------------------------------------------------------------------------- */


.fun-facts-area{
    background-image: url(../img/bg/fun-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
	color: #fff;
	
}

.fun-facts-area.section-big {
    padding-bottom: 65px;
}

.fun-facts-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right,rgba(167, 73, 221, 0.9), rgba(75, 84, 223, 0.9) );
}


.fun-fact i.fa {
    font-size: 40px;
    position: relative;
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
    padding: 30px 0px;
    border-radius: 100px;
}

.fun-fact h3 {
    font-size: 36px;
    font-weight: 900;
	color: #fff;
}

.fun-fact p {
    font-size: 16px;
}



/* ----------------------------------------------------------------------------------------
*                                   10. Pricing area css
* --------------------------------------------------------------------------------------- */
.price-item {
    padding: 0 0px 28px;
    margin: 0;
    text-align: center;
    position: relative;
	background: #fff;
    border: 1px solid #000;
    margin-top: 30px;
}
.price-item .info {
    background-color: rgba(134, 164, 227, 0.75);
	background-image: linear-gradient(to right,rgba(167, 73, 221, 0.7), rgba(75, 84, 223, 0.7) );
    padding: 23px 0px;
    color: #fff;
}

.price-item ul {
    margin-left: 0;
    list-style: none;
    padding-left: 0px;
}

.price-item.featured .info {
    color: #000;
	background: #fff;
    
}

.price-item p.level {
    font-size: 24px;
    font-weight: 900;
    font-family: 'Lato';
    text-transform: uppercase;
	margin: 10px 0px;
}
p.level.hbg {
    
}

.price-item p.desc {
    font-size: 14px;
    margin-bottom: 0px;
}

.price-item p.price {
    margin: 0px;
    
}

.price-item.featured{
    background-color: rgba(134, 164, 227, 0.75);
	background-image: linear-gradient(to right,rgba(167, 73, 221, 0.7), rgba(75, 84, 223, 0.7) );
    color: #fff;
    border: 1px solid #a749dd;
}

.price-item p.price .dollar {
    font-size: 30px;
    position: relative;
    top: -30px;
}

.price-item p.price .number {
    font-size: 36px;
    font-weight: 900;
    font-family: 'Lato';
}

.price-item .features {
    margin: 30px 0;
}

.price-item .features li {
    padding: 5px 0;
}

.price-item a.btn {
    background-color: rgba(134, 164, 227, 0.75);
	background-image: linear-gradient(to right,rgba(167, 73, 221, 0.7), rgba(75, 84, 223, 0.7) );
	width: 170px;
}

.price-item a.btn:hover {
    background: #000;
    color: #fff;
	
}

.price-item.featured a.btn {
    background: #000;
    color: #fff;
}





/* ----------------------------------------------------------------------------------------
*                                11. Testimonial area css
* --------------------------------------------------------------------------------------- */
.testimonial-area{
    background-image: url(../img/bg/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
	color: #fff;
	
}
.testimonial-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right,rgba(167, 73, 221, 0.7), rgba(75, 84, 223, 0.7) );
}


.testimonial-area .section-title p{
	color: #000;
	
}
.testimonial-area .section-title h2:before{
    content: '';
    position: absolute;
    width: 170px;
    height: 2px;
    margin-left: -85px;
    left: 50%;
    background-color: #fff;
}
 

.testimonial-area .testimonial-list{
	
}

.single-testimonial {
    padding: 0px 200px;
}

.single-testimonial img {
   margin-bottom: 25px;
 }

.testimonial-content {
    
}

.single-testimonial i.fa {
    font-size: 60px;
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
}

.single-testimonial p {
    line-height: 27px;
    font-size: 18px;
    margin: 0;
	color: #fff;
    font-style: italic;
}

.single-testimonial h4 {
    margin-top: 25px;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}

.single-testimonial .desg {
    font-size: 14px;
    line-height: 16px;
	font-weight: 300;
}

.owl-theme .owl-controls {
    margin-top: 40px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    border: 1px solid #000;
    float: left;
}

.owl-pagination {
    width: 80px;
    margin: auto;
}

.owl-page.active span {
    background: #000;
}

.owl-theme .owl-controls .owl-buttons div {
    font-size: 25px;
    background: none;
    padding: 5px;
}




/* ----------------------------------------------------------------------------------------
*                                   12. News area css
* --------------------------------------------------------------------------------------- */

.news-image {
    position: relative;
	
}
.news-image img {
    width: 100%;
}

.news-content .subtitle {
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 20px;
	text-transform: none;
}
.blog-date {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: rgba(134, 164, 227, 0.75);
	background-image: linear-gradient(to right,rgba(167, 73, 221, 0.7), rgba(75, 84, 223, 0.7) );
    padding: 0px 5px;
}
.blog-date h4 {
    background: #fff;
    border: 2px solid #64C7DA;
    width: 55px;
    padding: 8px 0px;
    text-align: center;
    color: #86a4e3;
    position: absolute;
    top: 2px;
    left: 15px;
    font-size: 15px;
}

.single-news {
    margin-top: 30px;
}

.news-content .subtitle i.fa {
    color: #82b541;
}

.news-content .btn {
    margin-top: 15px;
	width: 170px;
}

.news-content .btn:hover {
    background-color: #000;
    background-image: none;
	color: #fff;
}

.news-meta {
    display: block;
    clear: both;
    overflow: hidden;
    color: #fff;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
}


.news-meta span {
    margin: 0 10px;
}

.news-meta span i.fa {
    margin-right: 10px;
}

.news-content .button {
    color: #000;
	text-transform: uppercase;
}




/* ----------------------------------------------------------------------------------------
*                                   13. Video area css
* --------------------------------------------------------------------------------------- */
.video-area {
    background-image: url(../img/bg/video-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    padding: 120px 0px;
}

.video-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	background-image: linear-gradient(to right,rgba(167, 73, 221, 0.65), rgba(75, 84, 223, 0.65) );
}

.video-content {
    position: relative;
}
.video-content h2 {
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #fff;
}

.video-content i.fa {
    color: #975DB6;
    background: #fff;
    border-radius: 100px;
    font-size: 50px;
    padding: 30px 0px 30px 15px;
    width: 110px;
}

.video-content i.fa:hover {
    color: #000;
}


/* ----------------------------------------------------------------------------------------
*                                   14. Client area css
* --------------------------------------------------------------------------------------- */
.owl-client .item img {
    width: auto;
    max-width: 100%;
}
.owl-client .item {
    border: 1px solid #000;
    margin-right: 30px;
}
.owl-client .item:hover {
    border-color: #8657bd;
}


/* ----------------------------------------------------------------------------------------
*                                14. Subscribe area css
* --------------------------------------------------------------------------------------- */
.subscribe-area {
    background-color: rgba(215, 33, 44, 1);
	background-image: linear-gradient(to right,rgba(48, 51, 137, 1), rgba(167, 73, 221, 0.52) );
}
.subscribe-box {}
.subscribe-box h2 {
    margin-top: 0px;
    font-size: 22px;
    color: #fff;
}
.subscribe-box h2 span {
    color: #fff;
}
.subscribe-box p {
    color: #fff;
}
.newsletter-form {
    margin: auto;
}
.newsletter-form input{
    display: inline-block;
    height: 50px;
    width: 70%;
    padding: 5px 10px;
    background: #fff;
    float: left;
}
.newsletter-form .mc-submit {
    height: 50px;
    width: 30%;
    font-weight: bold;
    color: #fff;
    font-size: 13px;
    background-color: #343388;
    border: none;
    position: relative;
    display: inline-block;
    float: left;
    text-align: center;
}
.newsletter-form .mc-submit:hover {
    color: #6E72E2;
}
.subscribe-area .error {
    text-align: left;
}

.mailchimp-alerts {
    display: block;
    width: 100%;
    text-align: left;
}

.mailchimp-alerts div {
}
.mailchimp-submitting{
}
.mailchimp-success{
    color: green;
}
.mailchimp-error{
    color: red;
}




/* ----------------------------------------------------------------------------------------
*                                   15. Contact area css
* --------------------------------------------------------------------------------------- */
.form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 40px;
    padding: 5px 0px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
}

.contact-form .form-group input[type="text"]::-webkit-input-placeholder{
	color: #000 !important;
}

.contact-form .form-group input[type="email"]::-webkit-input-placeholder{
	color: #000 !important;
}

.contact-form .form-group  textarea::-webkit-input-placeholder{
	color: #000 !important;
}

.form-control:focus {
    border-color: #000;
    outline: 0;
    box-shadow: none;
}

.contact-form .form-group {
    position: relative;
    border: 1px solid #000;
    padding-left: 50px;
    margin-bottom: 15px;
}

.contact-form .ficon .fa {
    font-size: 18px;
    background: #2c3187;
    color: #fff;
    position: absolute;
    left: 0px;
    height: 40px;
    width: 40px;
    text-align: center;
    padding: 12px 0px;
}

.contact-form .box-icon .fa {
    font-size: 18px;
    background: #2c3187;
    color: #fff;
    position: absolute;
    left: 0px;
    height: 100%;
    width: 40px;
    text-align: center;
    padding: 60px 0px;
}

.contact-form #message {
    padding-top: 10px;
    height: 156px;
}

#submitButton {
    max-width: 320px;
    width: 100%;
    margin: auto;
    display: table;
}

#submitButton:hover {
    background-color: #000;
    color: #fff;
    background-image: none;
}

.success {
    background: #fff none repeat scroll 0 0;
    color: #50B948;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

.error {
    background: #fff none repeat scroll 0 0;
    color: #ff0000;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

.contact-area .contact-infos {
    margin-bottom: 30px;
}
.address-box {
    margin-bottom: 15px;
    padding-left: 50px;
}

.address-box i.fa {
    color: #8657bd;
    font-size: 20px;
    line-height: 30px;
    float: left;
    width: 40px;
    text-align: center;
    margin-left: -50px;
}

.address-box p, .address-box p a {
    color: inherit;
    margin: 0;
}

.contact-info {
    text-align: center;
    margin-bottom: 30px;
}

.contact-info i.fa {
    color: #d72190;
    font-size: 35px;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.contact-info i.fa:after {
    content: '';
    position: absolute;
    width: 70px;
    margin-left: -35px;
    height: 2px;
    left: 50%;
    bottom: 0px;
    background-color: #2c3187;
}

.contact-info a {
    color: inherit;
}


/* ----------------------------------------------------------------------------------------
*                                   17. Google Map area css
* --------------------------------------------------------------------------------------- */
#contactgoogleMap {
    width: 100%;
    height: 400px;
}





/* -------------------- footer copy-right --------------------*/
.social {
	margin-top: 0px;
}

.social-links li {
	list-style: none;
	float: left;
    margin: 4px 4px;
}


.social-links li a i {
	color: #fff;
    font-size: 24px;
    border: 1px solid #fff;
    padding: 5px 0px;
    width: 50px;
    text-align: center;
}


@media (min-width: 992px) {
	
}

.social-links li a:hover i {
	color: #8657bd;
}

.copyright-area {
	padding: 30px 0px;
	background: #1b1e25;
	color: #fff;
}

.footer-text p {
	margin-top: 10px;
}

/* ----------------------------------------------------------------------------------------
*                                   20. Back to top Button area css
* --------------------------------------------------------------------------------------- */

.top-button {
    position: fixed;
    bottom: 24px;
    right: 20px;
	background: #000;
}

.top-button .fa-angle-up {
    font-size: 40px;
    padding: 3px 0px;
    color: #fff;
	width: 50px;
	height: 50px;
} 

.top-button .fa-angle-up:hover {
    color: #8657bd;
	
}


