/*
* ----------------------------------------------------------------------------------------
Author       : DuezaThemes
Author URL   : https://themeforest.net/user/duezathemes
Template Name: UPGRADE - Interior Design, Construction & Repair Services Template
Version      : 1.0                                          
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL CSS STYLE
* 02.PRELOADER & BOUNCE CCS STYLE
* 03.HOMEPAGE CSS STYLE
* 04.INTRO SERVICE BOX CSS STYLE
* 05.ABOUT CSS STYLE
* 06.SERVICE CSS STYLE
* 07.GALLERY CSS STYLE
* 08.FUN FACTS CSS STYLE
* 09.CALL TO ACTION US CSS STYLE
* 10.TESTIMONIAL CSS STYLE
* 11.PRICING CSS STYLE
* 12.NEWS LETTER CSS STYLE
* 13.BLOG CSS STYLE
* 14.CONTACT CSS STYLE
* 15.FOOTER CSS STYLE
* 16.SINGLE BLOG PAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* ----------------------------------------------------------------------------------------
*/

body {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 1px;
	height: 100%;
	font-family: Lato, sans-serif;
	background: #fff;
	color: #8D8D8D;
}

html,
body {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-family: "Montserrat", sans-serif;
}

img {
    width: 100%;
}

a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: 400;
}

a:focus {
    outline: none;
    text-decoration: none;
}

p {
	line-height: 28px;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.no-padding {
    padding: 0
}

.section-padding {
	padding-top: 70px;
	padding-bottom: 78px;
	background-color: #FFF;
}

.section-title {
    margin-bottom: 30px;
}

.section-title h2 {
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	font-weight: 700;
	position: relative;
	color: #0757AF;
}

.section-title p {
	font-weight: 400;
	color: #333;
}
.white-title{
    color: #fff;
}
a.read-more {
	margin-top: 20px;
	display: inline-block;
	color: #fff;
	background: #497cbf;
	padding: 10px 25px;
	border: 1px solid #497cbf;
	border-radius: 100px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
}
a.white-read-more {
	margin-top: 20px;
	display: inline-block;
	color: #fff;
	background: #497cbf;
	padding: 10px 25px;
	border: 1px solid #497cbf;
	border-radius: 100px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
}

a.read-more:hover {
	border: 1px solid #497cbf;
	color: #FFF;
	background-color: #497CBF;
}

a.white-read-more:hover {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	background-color: #497CBF;
}

.scrollup {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    font-size: 30px;
    color: #333;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    line-height: 55px;
    cursor: pointer;
    display: none;
    z-index: 2;
}

.scrollup:hover {
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.title-divider:after,.title-divider:before {
    content:"";
    display:inline-block;
    width:8%;
    height:1px;
    vertical-align:middle;
    text-align: center;
}
.title-divider:after {
    background-image:-webkit-linear-gradient(right,rgba(255,255,255,0),#b1b1b1);
    background-image:-moz-linear-gradient(right,rgba(255,255,255,0),#b1b1b1);
    background-image:-ms-linear-gradient(right,rgba(255,255,255,0),#b1b1b1);
    background-image:-o-linear-gradient(right,rgba(255,255,255,0),#b1b1b1);
    margin-left:4px
}
.title-divider:before {
    background-image:-webkit-linear-gradient(left,rgba(255,255,255,0),#b1b1b1);
    background-image:-moz-linear-gradient(left,rgba(255,255,255,0),#b1b1b1);
    background-image:-ms-linear-gradient(left,rgba(255,255,255,0),#b1b1b1);
    background-image:-o-linear-gradient(left,rgba(255,255,255,0),#b1b1b1);
    margin-right:4px
}
.title-divider i {
    color:#b1b1b1
}

.title-divider {
    display: inherit;
    text-align: center;
}

.carousel-indicators {
	bottom: 80px;
}


/*
* ----------------------------------------------------------------------------------------
* 02.PRELOADER & BOUNCE CCS STYLE
* ----------------------------------------------------------------------------------------
*/

.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.status-mes {
	width: 80px;
	height: 80px;
	position: relative;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
	font-size: 10px;
	text-indent: -12345px;
	border-top: 2px solid rgba(0, 0, 0, 0.08);
	border-right: 2px solid rgba(0, 0, 0, 0.08);
	border-bottom: 2px solid rgba(0, 0, 0, 0.08);
	border-left: 2px solid #000;
	border-radius: 50%;
	-webkit-animation: spinner 700ms infinite linear;
	animation: spinner 700ms infinite linear;
	z-index: 10000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*
* ----------------------------------------------------------------------------------------
* 03.HOMEPAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.welcome-area {
    height: 100%;
}

.welcome-image-area {
	position: relative;
	height: 90%;
	background-size: cover;
	z-index: 1;
	background-image: url(../../../../../assets/images/bg/bg2.jpg);
}

.welcome-image-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.header-text {

}


.header-text h2 {
	color: #fff;
	font-size: 48px;
	letter-spacing: 5px;
	margin: 0;
	font-weight: 600;
}

.header-text p {
	color: #fff;
	font-size: 18px;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.header-top-area {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	background-color: #FFFFFF;
}

.logo {
    padding-top: 18px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.logo a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #497cbf;
    letter-spacing: 10px;
}

.logo img {
	width: 270px;
	height: 125px;
}

.mainmenu .navbar-nav li a {
	color: #333;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 30px 15px;
	-webkit-transition: .3s;
	transition: .3s;
	font-weight: 400;
}

.mainmenu .navbar-nav li.active a,
.mainmenu .navbar-nav li a:hover {
    background: none;
    color: #497cbf;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav li a:focus,
.nav li a:hover {
	background: none;
	color: #FFF;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.navbar {
    margin: 0;
}

.menu-bg {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #000;
}

.menu-bg .logo {
    padding-top: 14px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menu-bg .mainmenu .navbar-nav li a {
    color: #fff;
    padding: 20px 15px;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-bg .mainmenu .navbar-nav li.active a,
.menu-bg .mainmenu .navbar-nav li a:hover {
    color: #497cbf;
}


a.slide-btn {
	display: inline-block;
	color: #fff;
	border-radius: 100px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../../../../../assets/images/iphone2.png);
	background-position: center center;
	height: 115px;
	width: 110px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 0px solid #497cbf;
}

a.slide-btn:hover {
	color: #3CF;
	padding-top: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.btn-contact-us {
    display: none;
}

.btn-hire-us {
    display: inline-block;
}

.hire-us-slide-btn {
    margin: 0px 5px;
    display: inline-block;
    background: transparent;
    color: #fff;
    padding: 10px 25px;
    border: 1px solid rgba(255, 255, 255, .5);
    text-transform: uppercase;
    font-size: 12px;
    -webkit-transition: .3s;
    transition: .3s;
}

.hire-us-slide-btn:hover {
    color: #333;
    background: #fff;
}

a.slide-btn:hover .btn-hire-us {
    display: inline-block;
}

.hire-us-slide-btn:hover .btn-hire-us {
    display: none;
}

/*
* ----------------------------------------------------------------------------------------
* HOMEPAGE SLIDER BACKGROUND CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.welcome-area,
.welcome-slider-area,
.welcome-slider-area div {
    height: 100%;
}

.welcome-slider-area div.single-slide-item-tablecell,
.welcome-slider-area div.single-slide-item-tablecell div {
    height: auto;
}

.single-slide-item-table {
    display: table;
    width: 100%;
}

.single-slide-item-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.single-slide-item {
    position: relative;
    z-index: 1;
}

.single-slide-item:after {
    position: absolute;
    background: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.slide-1 {
    background: url(../images/bg/slide-1.jpg) scroll 0 0;
    background-size: cover;
}

.slide-2 {
    background: url(../images/bg/slide-2.jpg) scroll 0 0;
    background-size: cover;
}

.slide-3 {
    background: url(../images/bg/slide-3.jpg) scroll 0 0;
    background-size: cover;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/*
* ----------------------------------------------------------------------------------------
* VIDEO BACKGROUND CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.welcome-video-area {
    position: relative;
    height: 100%;
    background-size: cover;
    z-index: 1;
    background-position: center center;
}

.welcome-video-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

/*
* ----------------------------------------------------------------------------------------
* 04.INTRO SERVICE BOX CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.intro-service-box {
    margin-top: -60px;
    position: relative;
    padding-bottom: 80px;
	z-index: 1;
}

.intro-service-box .container {
    z-index: 99;
}

.intro-service-box .intro-single-service-box {
    background: #fff;
    box-shadow: 0px 0px 25px 0px #f5f5f5;
    padding-top: 35px !important;
	padding-bottom: 20px !important;
    position: relative;
    text-align: center;
    border-radius: 10px;
	padding: 15px 25px;
}

.intro-service-box .intro-single-service-box:hover {
	background-color: #3389D7;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
	color: #fff;
}

.intro-service-box .intro-single-service-box:hover i {
    color: #fff;
}

.intro-service-box .intro-single-service-box:hover h3 {
	color: #DEDEDE;
}

.intro-service-box .intro-single-service-box > i {
    color: #497cbf;
    font-size: 50px;
}

.intro-service-box .intro-single-service-box h3 {
    margin: 0;
    font-size: 18px;
    color: #000;
    line-height: 30px;
    font-weight: bold;
    margin-top: 5px;
}

.no-right-border {
    border-right: none !important;
}


/*
* ----------------------------------------------------------------------------------------
* 05.ABOUT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.about-us-area {
	padding-top: 60px;
	background-color: #EFEFEF;
}

.about-image,
.about-video {
    margin-top: 30px;
    padding: 10px;
}

.about-text h2 {
	margin-bottom: 18px;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 900;
	margin-top: 0px;
	color: #666;
}

.about-text p {
	margin-bottom: 10px;
	color: #575757;
}

.single-project-complete {
    background: #fff;
	box-shadow: 0px 0px 25px 0px #f5f5f5;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
}

.single-project-complete:hover {
    background: #497cbf;
    color:#fff;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    -ms-transform: scale(1.1, 1.1); /* IE 9 */
    -webkit-transform: scale(1.1, 1.1); /* Safari */
    transform: scale(1.1, 1.1);
}

.single-project-complete h6 {
    font-size: 14px;
}

.single-project-complete span {
	color: #497cbf;
    font-size: 50px;
}

.single-project-complete:hover span {
    color:#fff;
}

.single-project-complete:hover .lnr::before {
    color:#fff;
}

.single-project-complete:hover h6 {
    color:#f5f5f5;
}

.lnr-thumbs-up::before {
    color: #000;
}

.lnr-smile::before {
    color: #000;
}

.lnr-code::before {
    color: #000;
}

.lnr-bullhorn::before {
    color: #000;
}

.single-project-complete h2 {
    font-size: 20px;
    margin: 20px 0px;
    font-weight: 400;
}


/* TRAINER CSS */
.team-area {}

.single-team {
    background: #497cbf;
    color:#fff;
	box-shadow: 0px 0px 25px 0px #f5f5f5;
    border-radius: 10px;
    margin-top: 30px;
    padding: 0 0 20px 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.single-team img {
    width: 100%;
}

.single-team h4 {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
	font-weight: bold;
}

.team-description {
    margin-top: 15px;
}

.team-description h6 {
    font-size: 14px;
}

.team-social {
	content: "";
    position: absolute;
    right: 0px;
	bottom: 20%;
    opacity: 0;
}

.team-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.team-social ul li {
	display: inline-block;
    border: 1px solid #497cbf;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    margin-bottom: 15px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.team-social ul li:last-child{margin-bottom: 0}

.team-social ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
	padding: 5px 10px;
}

.team-social ul li a:hover {
    color: #000;
}

.single-team:hover {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    -ms-transform: scale(1.1, 1.1); /* IE 9 */
    -webkit-transform: scale(1.1, 1.1); /* Safari */
    transform: scale(1.1, 1.1);
}

.single-team:hover .team-social {
	right: 13%;
	opacity: 1;
}

.single-team:hover .team-social ul li a {
    color: #fff;
}

.team-social ul li:hover{
    background: #497cbf;
}

.team-social ul li:hover i {
    color: #fff;
}

.single-team .team-description h6 {
    color: #f5f5f5;
}


/*
* ----------------------------------------------------------------------------------------
* 06.SERVICE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.service-area {}

.service-area .section-title {
    margin-bottom: 0px;
}

.single-service {
    background: #fff;
	box-shadow: 0px 0px 25px 0px #f5f5f5;
    border-radius: 10px;
    padding: 30px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    color: #333;
	margin-top: 30px;
}

.single-service span {
    color: #497cbf;
    font-size: 50px;
}

.single-service:hover {
    background: #497cbf;
    color:#fff;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    -ms-transform: scale(1.1, 1.1); /* IE 9 */
    -webkit-transform: scale(1.1, 1.1); /* Safari */
    transform: scale(1.1, 1.1);
}

.single-service:hover .fa::before {
    color:#fff;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.single-service:hover p{
	color: #FFFFFF;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
	font-weight: 400;
}

.single-service:hover .single-service p {
    color:#fff;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.single-service h4 {
    font-size: 16px;
	font-weight: bold;
    margin-top: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.lnr-camera::before {
    color: #000;
}

.lnr-laptop::before {
    color: #000;
}

.lnr-keyboard::before {
    color: #000;
}

.lnr-earth::before {
    color: #000;
}

.lnr-layers::before {
    color: #000;
}
.lnr-user::before {
    color: #000;
}

.single-service p {
	margin-top: 15px;
	margin-bottom: 0;
}



/*
* ----------------------------------------------------------------------------------------
* 09.CALL TO ACTION US CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.call-to-action-area {
	padding: 100px 0px;
	background-size: cover;
	position: relative;
	z-index: 1;
	background-image: url(../../../../../assets/images/bg/testi-bg.jpg);
}

.call-to-action-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
.call-to-action-area h2{
    color: #fff;
}
.call-to-action-area p{
    color: #fff;
}


/*
* ----------------------------------------------------------------------------------------
* 07.GALLERY CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.work {}

.work-inner .mix {
    display: none;
}

ul.work {
    padding: 0;
    list-style: none;
    margin-left: 8px;
    text-align: left;
	text-align: center;
}

ul.work li {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    border: 1px solid #ccc;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 3px;
	border-radius: 8px;
}

ul.work li:hover {
    color: #fff;
    border: 1px solid #497cbf;
    background: #497cbf;
    -webkit-transition: .3s;
    transition: .3s;
}

ul.work li.active {
    color: #fff;
    border: 1px solid #497cbf;
    background: #497cbf;
}

.work .item {
	background: #fff;
	box-shadow: 0px 0px 25px 0px #f5f5f5;
    margin-top: 30px;
    position: relative;
}

.work .item img {
    border-radius: 10px;
    width: 100%;
}

.item {
    -webkit-transition: .3s;
    transition: .3s;
}

.item:hover {
	opacity: 100;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.item .tooltip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #497cbf;
    text-align: center;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
	border-radius: 10px;
}

.tooltip a {
    border: 1px solid #fff;
    padding: 10px 15px;
    color: #fff;
}

.tooltip a.work-popup {
    margin-left: 10px;
}

.item .align {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.carousel-indicators a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin-right: 5px;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100%;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.item:hover .tooltip {
    opacity: 1;
    border-radius: 10px;
}

.item:hover .work .item img {
    border-radius: 10px;
}

.item h3 {
    margin-top: 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
}

/*
* ----------------------------------------------------------------------------------------
* 08.FUN FACTS CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.classchart-area{}

.classchart-area .classchart-tab-area {
	width: 13%;
	float: left;
	display: inline-block;
	border-bottom: none;
}

.classchart-area .classchart-tab-area li {
	width: 100%;
	margin-bottom: -1px;
}

.classchart-area .classchart-tab-area li a {
	border: none;
	font-size: 16px;
	font-weight: bold;
	background: transparent;
	border-radius: inherit;
	color: #000;
	padding: 13px 18px;
	text-transform: uppercase;
}

.classchart-area .classchart-tab-area li.active a {
	background: #497cbf;
	color: #fff;
}

.classchart-area .classchart-tab-area li a:hover {
	background: #497cbf;
	color: #fff;
}

.classchart-area .classchart-tab-area li a.active {
	background: #000;
	color: #fff;
}

.classchart-area .tab-content {
	width: 87%;
    float: left;
}

.classchart-area .tab-content .tab-pane.active {
    background: transparent;
}

.classchart-area .tab-content .tab-pane {
	margin-left: 10px;
}

.classchart-area .tab-content > .active {
    display: block;
}

.classchart-area .tab-content .tab-pane .classchart-box {
	width: 165px;
	margin: 0 12px;
	float: left;
	font-weight: bold;
	padding: 42px 10px;
	text-align: center;
	border-radius: 8px;
	box-shadow: 0px 0px 25px 0px #f5f5f5;
	margin-bottom: 20px;
	transition: transparent;
}

.classchart-area .tab-content .tab-pane .classchart-box:hover {
	background: #497cbf;
}

.classchart-area .tab-content .tab-pane .classchart-box h5 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.classchart-area .tab-content .tab-pane .classchart-box p {word-spacing: 0; font-size: 13px;}

.classchart-area .tab-content .tab-pane .classchart-box:hover h5,
.classchart-area .tab-content .tab-pane .classchart-box:hover p {
	color: #fff;
}


/*
* ----------------------------------------------------------------------------------------
* 10.TESTIMONIAL CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.testimonial-area {
    background: url(../images/bg/testi-bg.jpg);
    background-size: cover;
    position: relative;
    z-index: 1;
}

.testimonial-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.single-testimonial img {
    width: 120px;
}

.single-testimonial {
    padding: 25px 45px 5px;
    color: #fff;
    border: 1px solid #fff;
}
.single-testimonial p {
	padding: 0 120px;
}
.single-testimonial h6 {
    margin-top: 22px;
    font-size: 12px;
	font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.owl-theme .owl-controls {
    margin-top: 30px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    border-radius: 50%;
    border: 1px solid #ccc;
    background: none;
}

.buyer-rating {
    padding-top: 7px;
}

.buyer-rating ul li {
    display: inline-block;
    margin-right: 4px;
}

.buyer-rating ul li a i {
    color: #497cbf;
    font-size: 16px;
}

/*
* ----------------------------------------------------------------------------------------
* 11.PRICING CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.pricing-area {}

.pricing-table {
    background: #fff;
	box-shadow: 0px 0px 25px 0px #f5f5f5;
    padding: 30px 40px;
    color: #303030;
    position: relative;
    border-radius: 10px;
}

.price-title {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 5px;
    text-transform: uppercase;
}
          
.price p {
    font-weight: 900;
    font-size: 62px;
    display: inline-table;
    margin: 30px 0 20px 0;
}

.price span.dollor {
    font-size: 20px;
    vertical-align: middle;
}

.price span {
    display: table-cell;
}

.price span.month {
    font-size: 15px;
    font-weight: normal;
}


.pricing-table:hover,
.pricing-area .active {
    background-color: #497cbf;
    color:#fff;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
	-ms-transform: scale(1.05, 1.05); /* IE 9 */
    -webkit-transform: scale(1.05, 1.05); /* Safari */
    transform: scale(1.05, 1.05);
}


.pricing-table:hover a.read-more,
.pricing-area .active a.read-more {
    background: transparent;
    border: 1px solid #fff;
    color:#fff;
}


/*
* ----------------------------------------------------------------------------------------
* 12.NEWS LETTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.our-news-letter {
    padding: 100px 0px;
    background: url(../images/bg/testi-bg.jpg);
    background-size: cover;
    position: relative;
    z-index: 1;
}

.our-news-letter:after {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.our-news-letter h2 {
    font-size: 18px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
}

.our-news-letter input[type='text'] {
    display: block;
    width: 35%;
    text-align: center;
    margin: 0px auto;
    border-radius: 5px;
    border: none;
    height: 50px;
    background: none;
    border-bottom: 1px solid #ccc;
    color: #fff;
}

.our-news-letter input[type='submit'] {
    margin-top: 20px;
    display: inline-block;
    color: #fff;
    background: #497cbf;
    padding: 10px 25px;
    border: 1px solid #497cbf;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 14px;
    width: 100px;
}

.our-news-letter input[type='submit']:hover {
    background: transparent;
    -webkit-transition: .3s;
    transition: .3s;
}


/*
* ----------------------------------------------------------------------------------------
* 13.BLOG CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.blog-area {}

.single-blog {
    border-radius: 10px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: #fff;
	box-shadow: 0px 0px 25px 0px #f5f5f5;
    padding-bottom: 30px;
}

.single-blog img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.meta-block-container {position: relative;}

.post-meta-block {
    background-color: rgba(0, 0, 0, 0.90);
    display: inline-block;
    position: absolute;
    padding: 5px 20px;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
}

.post-meta-block a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.45px;
    line-height: 30px;
    text-transform: uppercase;
}

.post-meta-block i {
    color: #497cbf;
}

.post-user {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    text-transform: uppercase;
    padding-left: 5px;
}
.post-user a {
    color: #fff;
    font-size: 12px;
}

.post-comment {display: inline-block;}

.post-comment a {
    font-size: 12px;
    color: #fff;
    padding-left: 40px;
}

.post-date {display: inline-block;}

.post-date a {
    font-size: 12px;
    color: #fff;
    padding-left: 40px;
}

.blog-description {
	padding: 0 25px;
}

.blog-description a h3{
    color: #000;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.64px;
    line-height: 30px;
    text-transform: uppercase;
}

.single-blog:hover {
    background: #497cbf;
    color:#fff;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    -ms-transform: scale(1.05, 1.05); /* IE 9 */
    -webkit-transform: scale(1.05, 1.05); /* Safari */
    transform: scale(1.05, 1.05);
}

.single-blog:hover .blog-description a h3 {color:#fff;}

.single-blog:hover a.read-more {
    border: 1px solid #fff;
    background: transparent;
    color:#fff;
}

.blog-description .news-caregory {font-size:12px;}

.single-blog:hover .blog-description p {color:#f5f5f5;}


/*
* ----------------------------------------------------------------------------------------
* 14.CONTACT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.single-contact-details {
	border: 1px solid #497cbf;
	margin-bottom: 0px;
	border-radius: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.single-contact-details:hover {
    background-color: #497cbf;
    color:#fff;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    -ms-transform: scale(1.1, 1.1); /* IE 9 */
    -webkit-transform: scale(1.1, 1.1); /* Safari */
    transform: scale(1.1, 1.1);
}

.single-contact-details h4 {
	color: #fff;
	margin-top: 5px;
	margin-bottom: 7px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
	font-weight: bold;
	margin-right: 0px;
	margin-left: 0px;
}

.single-contact-details p {
	color: #fff;
    margin: 0px !important;
}

.single-contact-details:hover .lnr::before {
    color:#fff;
}

.single-contact-details:hover h4 {
    color:#fff;
}

.single-contact-details:hover p.text-muted {
	color: #fff !important;
	margin-right: 0px;
	margin-left: 0px;
}

.single-contact-details span {
    font-size: 30px;
}

.lnr-phone-handset::before {
    color: #497cbf;
}

.lnr-envelope::before {
    color: #497cbf;
}

.lnr-map-marker::before {
    color: #497cbf;
}

.lnr-smartphone::before {
    color: #497cbf;
}

.contact-form p {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 3px;
	margin: 0;
	color: #666;
}

.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;
	text-indent: 10px;
    border: 1px solid rgba(51, 51, 51, .5);
	border-radius: 10px;
}

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

.contact-form button {
	margin-top: 20px;
	display: inline-block;
	color: #fff;
	background: #497cbf;
	padding: 10px 25px;
	border: 1px solid #497cbf;
	border-radius: 100px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
}

.contact-form button:hover {
    -webkit-transition: .3s;
    transition: .3s;
    color: #000;
    background: transparent;
}

.success {
    background: #fff none repeat scroll 0 0;
    color: #333;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}


/*
* ----------------------------------------------------------------------------------------
* 15.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.footer-area {
	padding: 50px 0 50px 0;
	background-color: #111;
}

.contact-details-area {position:absolute; top:-123px;}

.footer-text h6 {
	text-transform: uppercase;
	letter-spacing: 3px;
	position: relative;
	color: #fff;
}

.footer-social-link {
    margin-top: 10px;
    margin-bottom: 20px;
}

.footer-social-link ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-social-link ul li {
    display: inline-block;
    margin: 0px 10px;
}

.footer-social-link ul li a {
    display: block;
    color: #fff;
}

.footer-social-link ul li a {
    border: 1px solid #497cbf;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px;
}

.footer-social-link ul li a:hover {
    background: #497cbf;
    color: #fff;
}

/*
* ----------------------------------------------------------------------------------------
* 16.SINGLE BLOG PAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.single-blog-area{
    background: #000;
    padding-top: 100px;
    padding-bottom: 50px;
}

.single-blog-heading h2 {
    color: #fff;
    text-transform: uppercase;
}

.single-blog-meta-container {
    position: relative;
}

.single-blog-details img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.recent-single img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.single-comment img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.recent-post h4 {
    text-transform: uppercase;
    text-align: center;
}

.recent-single h4 {
    text-align: left;
}

.single-blog-heading-text h4 a {
    color: #f8f8f8;
}

.comment-section {
    margin-top: 30px;
}

.single-blog-details,
.comment-section,
.single-sidebar {
    border-radius: 3px;
    padding-top: 30px;
}

.search input {
    border: 1px solid #e3e8f0;
    box-shadow: none;
    color: #333;
    height: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-left: 10px;
}

.single-sidebar,
.recent-single {
    margin-bottom: 30px;
}

.recent-post .single-blog .blog-description {padding: 0 10px;}

.recent-single a h4:hover, .single-blog-details h3 a:hover{
    color: #000;
}

.single-blog-details>h3{
    text-transform: uppercase;
    letter-spacing: 2px;
	font-weight: bold;
}

.single-blog-details p {
    margin-top: 20px;
    line-height: 30px;
}

.single-blog-details h4 {
    margin: 20px 0px;
}

.single-sidebar .single-blog {
    margin-top: 40px;
}

.single-comment {
    margin-bottom: 20px;
}

.single-comment h6 i {
    color: #497cbf;
}

.single-comment img {
    width: 120px;
}

.recent-single h4 {
    color: #333333;
}
