/* ----------------------------------------------------------------------------------------
* 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,500,700,900|Poppins');



/* ----------------------------------------------------------------------------------------
*                                       01. General css
* -------------------------------------------------------------------------------------- */

html,
body {
    height: 100%
}

body {
    color: #333;
    font-weight: 400;
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 1.6;
    font-family: 'Malgun Gothic', µ¸¿ò, 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #fff;
    font-family: 'Lato', sans-serif;
}

.subtitle {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
	color: #333333
}

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: rgba(134, 164, 227, 1);
    background-image:linear-gradient(to right,rgba(134, 164, 227, 1), rgba(127, 205, 220, 1) );
    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: 20px;
    font-weight: 900;

}

.btn.btn-trnsp:hover {
	border-color: #333;
	background: #333;
	color: #fff;
}

.section-big {
	padding-top: 80px;
	padding-bottom: 95px;
}

.section-small {
    padding: 45px 0px;
}

.section-title {
    margin: auto;
    max-width: 510px;
    margin-bottom: 50px;
}

.section-title.white h2 {
    color: #fff;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 45px;
    position: relative;
    line-height: 50px;
    margin-top: 0;
    text-transform: uppercase;
	color: #333;
}

.section-title h2:before {
    content: '';
    position: absolute;
    width: 170px;
    height: 2px;
    margin-left: -85px;
    left: 50%;
    bottom: -20px;
    background-color: #86a4e3;
}

.section-title h2:after {
    content: 'x';
    position: absolute;
    width: 32px;
    height: 32px;
    background: white;
    bottom: -36px;
    left: 50%;
    margin-left: -15px;
    font-size: 13px;
    color: #86a4e3;
    line-height: 30px;
} 

.section-title h2 span {
    color: #86a4e3;
	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: 70px;
    line-height: 70px;
    z-index: 2;
    color: #ffffff;
    background: transparent;
    overflow: hidden;
}

.tmail, .tphone, .tsocial {
    float: left;
    width: 33.33%;
}

.tphone {
    text-align: center;
}
    a:link { text-decoration: none;}
    a:visited { color: #ffffff; text-decoration: none;}
    a:active { text-decoration: none;}
    a:hover {text-decoration: none;}


.tsocial {
    text-align: right;
}

.tsocial a {
    color: inherit;
}

.tsocial a:hover {
    color: #333;
}

.tsocial a i.fa {
    font-size: 16px;
    margin-left: 10px;
}

.menu-area.navbar-fixed-top {
    background-color: rgba(255, 255, 255, 0.15);
    top: 70px;
    height: 95px;
}
.menu-area.navbar-fixed-top.sticky-menu {
    top: 0px;
    height: 65px;
	background: #86a4e3;
}

.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;
}
.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 {
    float: none;
    display: inline-block;
}

.navbar-nav li a {
    color: #333333;
    font-weight: 900;
    font-family: 'Lato';
    font-size: 14px;
	padding-top: 8px;
}

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
    background: none;
}

.mainmenu .navbar-nav li.active a {
    color: #fff;
}


/* 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%;
    background-image:linear-gradient(to right,rgba(55, 139, 167, 0.85), rgba(98, 131, 210, 0.85) );
}

#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: 100px;
	color: #fff;
}

.intro-text .title {
    text-align: center;
    display: table;
    margin: auto;
    padding: 30px 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: 300;
    text-transform: uppercase;
    display: inline-block;
    float: left;
    margin: 0;
    color: #fff;
    text-align: left;
	margin-right: 5px;
}

.intro-text h1 {
    text-transform: uppercase;
    font-size: 12vw;
    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: 40px;
}
.intro-text a.btn.btn-trnsp.btn-big:hover {
   background-image: linear-gradient(to right,rgba(134, 164, 227, 1), rgba(127, 205, 220, 1) );
   border-color: #fff;
}

#slider .carousel-indicators {
    bottom: 60px;
}

/* Slide Background Image */
#slider .slide1 {
    background-image: url(../img/slider/01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#slider .slide2 {
    background-image: url(../img/slider/02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#slider .slide3 {
    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;
	padding-bottom: 70px;
}

.skill-section h3 {
    margin-top: 0px;
    color: #86a4e3;
}

.about-details {
	margin-bottom: 25px;
}

.about-details h3 {
	margin-top: 0px;
	color: #86a4e3;
}

.about-details ul {
	margin-top: 10px;
	margin-left: 30px;
	list-style: none;
}

.about-details ul li {
	line-height: 30px;
	position: relative;
}

.about-details ul li:before {
	position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    left: -30px;
    top: 50%;
    margin-top: -5px;
    border: 2px solid #86a4e3;
    border-radius: 50px;
}

.about-details .btn {
	margin-top: 30px;
	background: rgba(134, 164, 227, 1);
	background-image:linear-gradient(to right,rgba(134, 164, 227, 1), rgba(127, 205, 220, 1) );
	border: 1px solid #fff;
	width: 170px;
	
}

.about-details .btn:hover {
	background: transparent;
	border: 1px solid #86a4e3;
	color:#86a4e3;
}



/* ----------------------------------------------------------------------------------------
*                                   05. Skill area css
* --------------------------------------------------------------------------------------- */

.skill-section {
    padding-right: 60px;
}
.skill {
	padding: 90px 0;
	text-align: center;
}
.skill-title {
    margin-bottom: 35px;
}
.about-title {
    margin-bottom: 20px;
}
.skill-bar h4 {
	text-align: left;
	margin-bottom: 10px;
    margin-top: 0px;
	color: #333333;
	font-size: 15px;
    text-transform: uppercase;
}

.skillbar {
	position: relative;
	display: block;
	margin-bottom: 24px;
	width: 100%;
	background: #e6e6e6;
	height: 12px;
	-webkit-transition: 0.4s linear;
	-moz-transition: 0.4s linear;
	-ms-transition: 0.4s linear;
	-o-transition: 0.4s linear;
	transition: 0.4s linear;
	-webkit-transition-property: width, background-color;
	-moz-transition-property: width, background-color;
	-ms-transition-property: width, background-color;
	-o-transition-property: width, background-color;
	transition-property: width, background-color;
}

.skillbar-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 110px;
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	background: #6adcfa;
}

.skillbar-bar {
	height: 12px;
	width: 0px;
	background: rgba(134, 164, 227, 1);
	background-image:linear-gradient(to right,rgba(134, 164, 227, 1), rgba(127, 205, 220, 1) );
}

.skill-bar-percent{
    position: absolute;
    right: 12%;
    top: -32px;
    font-size: 12px;
    height: 20px;
    color: #333;
    background: #7fcddc;
    padding: 0px 5px;
}

.skill-bar-percent.one{
	right: 12%;
}
.skill-bar-percent.two{
	right: 17%;
}
.skill-bar-percent.three{
	right: 7%;
}
.skill-bar-percent.four{
	right: 12%;
}

.one:before ,
.two:before ,
.three:before ,
.four:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #7fcddc;
    content: "";
    position: absolute;
    bottom: -6px;
    left: 9px;
}



/* ----------------------------------------------------------------------------------------
*                                   06. Service area css
* --------------------------------------------------------------------------------------- */

.service-area {
    background-color: #f5f5f5;
    padding-bottom: 0;
}

.home-services .service-box {
    padding: 15px 20px;
	padding-bottom: 25px;
    margin-bottom: 30px;
    background: #fff;
	border: 1px solid #ddd;
}

@media (min-width: 1200px) {
    .home-services .service-box {
        
    }
}

.home-services .service-box i.fa {
    color: #7AA3DD;
    margin-bottom: 20px;
    margin-top: 15px;
    font-size: 60px;
}
.home-services .service-box h3 {
    margin-top: 0;
    position: relative;
    margin-bottom: 15px;
}
.home-services .service-box:hover{
	background: rgba(134, 164, 227, 1);
	background-image:linear-gradient(to top,rgba(134, 164, 227, 1), rgba(127, 205, 220, 1) );
	color: #fff;
}

.home-services .service-box:hover.service-box h3{
   color: #fff;
}

.home-services .service-box:hover.service-box i.fa{
   color: #fff;
}

.service-area .section-title h2:after{
    content: 'x';
    position: absolute;
    width: 32px;
    height: 32px;
    background: #F5F5F5;
    bottom: -36px;
    left: 50%;
    margin-left: -15px;
    font-size: 13px;
    color: #83B8E0;
    line-height: 30px;
} 



/* ----------------------------------------------------------------------------------------
*                               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: #333;
    text-transform: uppercase;
    font-weight: bold;
}

.filters li.active {
    color: #86a4e3;
}

.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 top,rgba(127, 205, 220, 0.75), rgba(134, 164, 227, 0.75) );
    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;
    position: absolute;
    top: 50%;
    left: 50%;    
    padding: 20px;
    transform: translate(-50%, -50%);
}


/* ----------------------------------------------------------------------------------------
*                                08. Team area css
* --------------------------------------------------------------------------------------- */
.team-member{
    text-align: center;
    transition: 0.3s ease-out;
    position: relative;
    overflow: hidden;
}

.member-image{
}

.member-image img{
    width: 100%;
    padding-bottom: 2px;
}

.member-info {
    transition: 0.3s ease-out;
}

.team-member h3{
    margin-bottom: 6px;
}

.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 top,rgba(134, 164, 227, 0.75), rgba(127, 205, 220, 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%;
	
}

.team-member h3 {
    margin-bottom: 6px;
    color: #333;
}
.member-hover .text-muted,
.member-hover i.fa {
	color: #fff;
}
.member-hover i.fa:hover {
	color: #333;
}
.member-hover .member-social {
    margin: 15px 20px;
	background: rgba(134, 164, 227, 0.75);
    background-image: linear-gradient(to right,rgba(134, 164, 227, 1), rgba(127, 205, 220, 1) );
    border: 1px solid #fff;
    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:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image:linear-gradient(to right,rgba(127, 205, 220, 0.85), rgba(134, 164, 227, 0.85) );
}



.fun-fact i.fa {
    font-size: 48px;
    position: relative;
    display: block;
}

.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 15px 28px;
    margin: 0;
    text-align: center;
    position: relative;
	background: #f1f1f1
    
}

.price-item ul {
    margin-left: 0;
    list-style: none;
    padding-left: 0px;
}

.price-item.featured {
    color: #fff;
	background: rgba(127, 205, 220, 1);
	background-image:linear-gradient(to top,rgba(127, 205, 220, 1), rgba(134, 164, 227, 1) );
    
}

.price-item p.level {
    font-size: 24px;
    font-weight: 900;
    font-family: 'Lato';
    line-height: 72px;
    text-transform: uppercase;
	margin: 0 -15px;
	background: rgba(134, 164, 227, 1);
	background-image:linear-gradient(to right,rgba(134, 164, 227, 1), rgba(127, 205, 220, 1) );
	color: #fff;
}
p.level.hbg {
    background: #fff;
    margin-left: -15px;
    margin-right: -15px;
    color: #86a4e3;
}

.price-item p.desc {
    font-size: 14px;
    margin-bottom: 0px;
}

.price-item p.price {
    margin: 0px;
	padding: 20px 0px;
    
}

.price-item.featured p.price {
    color: #fff;
}

.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: rgba(134, 164, 227, 1);
    background-image:linear-gradient(to right,rgba(134, 164, 227, 1), rgba(127, 205, 220, 1) );
	border: 1px solid #f1f1f1;
	width: 170px;
}

.price-item a.btn:hover {
    background: #fff;
    color: #86a4e3;
	border: 1px solid #86a4e3;
}

.price-item.featured a.btn {
    background: #fff;
    color: #86a4e3;
	border: 1px solid #86a4e3
}





/* ----------------------------------------------------------------------------------------
*                                11. Testimonial area css
* --------------------------------------------------------------------------------------- */
.testimonial-area {
	background: rgba(134, 164, 227, 1);
    background-image:linear-gradient(to right,rgba(134, 164, 227, 1), rgba(127, 205, 220, 1) );
    
}
.testimonial-area .section-title h2 , 
.testimonial-area .section-title p{
	color: #fff;
	
}
.testimonial-area .section-title h2:before{
    content: '';
    position: absolute;
    width: 170px;
    height: 2px;
    margin-left: -85px;
    left: 50%;
    bottom: -20px;
    background-color: #fff;
}

.testimonial-area .section-title h2:after{
    content: 'x';
    position: absolute;
    width: 32px;
    height: 32px;
    background: #83B8E0;
    bottom: -36px;
    left: 50%;
    margin-left: -15px;
    font-size: 13px;
    color: #fff;
    line-height: 30px;
} 

.testimonial-area .testimonial-list{
	margin-top: -100px;
}

.single-testimonial {
	display: flex;
	align-items: flex-end;
}

.single-testimonial img {
    float: left;
    margin-right: 30px;
}

.testimonial-content {
    margin-top: 105px;
}

.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: #333;
	font-family: 'Poppins', sans-serif;
}

.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 #fff;
    float: left;
}

.owl-pagination {
    width: 80px;
    margin: auto;
}

.owl-page.active span {
    background: #fff;
}

.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 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;
}
.news-content .subtitle i.fa {
    color: #82b541;
}

.news-content .btn {
    margin-top: 10px;
	border: 1px solid #fff;
	width: 170px;
}

.news-content .btn:hover {
    background: transparent;
	border: 1px solid #86a4e3;
	color: #86a4e3
}
.news-meta {
	display: block;
	clear: both;
	overflow: hidden;
	margin-right: 15px;
	color: #86a4e3;
}


.news-meta span {
    float: left;
    margin-right: 30px;
}

.news-meta span i.fa {
    margin-right: 10px;
}

.news-content .button {
    color: #333;
	text-transform: uppercase;
}


/* news Modal css */
.news-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
    padding: 100px 0;
}

.news-modal .modal-content h2 {
    margin-bottom: 10px;
    line-height: 25px;
    color: #333333;
	
}

.news-modal .modal-content img {
    margin-bottom: 15px;
    width: 100%;
    height: auto;
}

.news-modal .modal-content .item-details {
    margin: 30px 0
}

.news-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer
}

.news-modal .close-modal:hover {
    opacity: .3
}

.news-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #2C3E50;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1051
}

.news-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #2C3E50;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 1052
}

.news-modal .modal-backdrop {
    opacity: 0;
    display: none
}


/* ----------------------------------------------------------------------------------------
*                                   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(127, 205, 220, 0.85), rgba(134, 164, 227, 0.85) );
}

.video-content {
    position: relative;
}
.video-content h2 {
    text-transform: uppercase;
}

.video-content i.fa {
    color: #6798c6;
    background: #fff;
    border-radius: 100px;
    font-size: 50px;
    padding: 30px 0px 30px 15px;
    width: 110px;
}

.video-content i.fa:hover {
    color: #333;
}


/* ----------------------------------------------------------------------------------------
*                                   14. Client area css
* --------------------------------------------------------------------------------------- */
.owl-client .item img {
    width: auto;
    max-width: 100%;
}
.owl-client .item {
    border: 1px solid;
    margin-right: 30px;
}


/* ----------------------------------------------------------------------------------------
*                                15. Subscribe area css
* --------------------------------------------------------------------------------------- */

.subscribe-area {
	background: rgba(134, 164, 227, 1);
    background-image:linear-gradient(to right,rgba(134, 164, 227, 1), rgba(127, 205, 220, 1) );
	text-align:center;
	padding: 90px 0px;
}


.subscribe-box {}
.subscribe-box h1 {
    margin-bottom: 20px;
    font-size: 32px;
    color: #fff;
    margin-top: 0px;
	text-transform: uppercase
}

.subscribe-box p {
	color: #fff;
	font-size: 20px;
	margin-bottom: 15px;
}
ul.newsletter-social {
    margin-top: 20px;
}

.newsletter-form {
    margin: auto;
    position: relative;
    max-width: 710px;
}

.newsletter-form input {
    height: 50px;
    padding: 5px 10px;
    background: #fff;
   
}

.newsletter-form input[type="email"]::-webkit-input-placeholder{
	color: #333 !important;
}

.newsletter-form .mc-submit {
    height: 46px;
    font-weight: 700;
    color: #fff;
	background: rgba(134, 164, 227, 1);
    background-image:linear-gradient(to right,rgba(134, 164, 227, 1), rgba(127, 205, 220, 1) );
    border: none;
	text-transform: uppercase;
    font-size: 15px;
    position: relative;
    text-align: center;
    position: absolute;
    right: 2px;
    top: 2px;
	padding: 0px 25px;
	font-family: 'Poppins', sans-serif;
}

/* .newsletter-form .mc-submit:hover {
    
} */

.newsletter-form .mc-submit:hover {
	border: 1px solid #86a4e3;
    background: transparent;
    color: #86a4e3;
}

.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;
}



/* ----------------------------------------------------------------------------------------
*                                   16. Contact area css
* --------------------------------------------------------------------------------------- */
.form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 45px;
    padding: 5px 0px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 5px;
}

.form-control:focus {
    border-color: #000;
    outline: 0;
    box-shadow: none;
}

.contact-form .form-group {
	position: relative;
	border-bottom: 1px solid #333;
	margin-bottom: 30px;
}

.contact-form #message {
    padding-top: 10px;
    height: 150px;
}

.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;
}

.address-box {
    margin-bottom: 15px;
    padding-left: 50px;
}

.address-box i.fa {
    color: #82b541;
    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 {
    margin-bottom: 30px;
}

.contact-info i.fa {
    color: #fff;
    font-size: 30px;
    padding: 10px 0px;
    margin-bottom: 5px;
    float: left;
    margin-right: 28px;
    background: rgba(134, 164, 227, 1);
    background-image: linear-gradient(to right,rgba(134, 164, 227, 1), rgba(127, 205, 220, 1) );
    width: 70px;
    height: 50px;
    text-align: center;
}

.contact-info a {
    color: inherit;
}

.contact-form input#submitButton {
    width: 270px;
    height: 48px;
}
.contact-form input#submitButton:hover {
    background:transparent;
	color: #86a4e3;
	border: 1px solid #86a4e3
}



/* ----------------------------------------------------------------------------------------
*                                   17. Google Map area css
* --------------------------------------------------------------------------------------- */
#contactgoogleMap {
    width: 100%;
    height: 400px;
}


/* ----------------------------------------------------------------------------------------
*                                   18. Social area css
* --------------------------------------------------------------------------------------- */

.social-area{
	background: rgba(134, 164, 227, 1);
	background-image:linear-gradient(to right,rgba(134, 164, 227, 1), rgba(127, 205, 220, 1) );
	padding: 30px 0px;
	max-height:95px;
}

.social-links li {
    list-style: none;
    display: inline-block;
}
.social-links li a {
    margin: 0 20px;
}
.social-links li a i {
    color: #fff;
    font-size: 36px;
    margin: 0 10px;
}

.social-links li a:hover i {
    color: #333;
}



/* ----------------------------------------------------------------------------------------
*                                   19. Footer area css
* --------------------------------------------------------------------------------------- */
.footer-area {
    background: #333;
	/* max-height:95px; */
    padding: 35px 0px;
    color: #fff;
    font-size: 14px;
}

.copyright-text {
   text-align: center;
	
}

.copyright-text p {
    margin: 0;
	color: #fff;
	/* margin-top: 10px; */
}


/* ----------------------------------------------------------------------------------------
*                                   20. Back to top Button area css
* --------------------------------------------------------------------------------------- */

.top-button {
    position: fixed;
    bottom: 24px;
    right: 20px;
	background: #333;
}

.top-button .fa-angle-up {
    font-size: 30px;
    border: 1px solid #fff;
    padding: 5px 10px;
	height: 45px;
    color: #fff;
} 

.top-button .fa-angle-up:hover {
    color: #7FCBDC;
	
}


