/*--
Author: W3layouts
Author URL: https://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: https://creativecommons.org/licenses/by/3.0/
--*/
body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    background: #fff;
}

body a {
    transition: 0.5s all;
}

input[type="button"],
input[type="submit"] {
    transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

.header {
    background: #26c6df url(../images/header-bg.jpg) no-repeat;
    background-size: cover;
  	display: flex;
    justify-content: space-between;
    align-items: center;
  	position: relative;
    padding: 10px 15px 10px 15px;
}

.logo {
	padding: 0 30px 0 0;
}

.logo a {
    text-decoration: none;
    font-family: 'Playfair Display SC', serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 28px;
    color: #fff;
}

.logo a img {
	width: 300px;
  	max-width: 100%;
  	height: auto;
}

@media screen and (max-width: 992px) {
    .top-menu {
      	width: 100%;
      	border-top: 1px solid #fff;
      	background-color: #26c6df;
      	box-shadow: 0px 3px 14px -6px rgba(0, 0, 0, 0.4);
      	position: absolute;
      	top: 100%;
      	left: 0;
      	z-index: 20;
      	padding: 20px 10px;
		display: none;
    }
  
    .top-menu.active {
		display: block;
    }
}

.top-menu ul {
  	list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

@media screen and (max-width: 992px) {
    .top-menu ul {
        flex-direction: column;
        align-items: flex-start;
    }
}

.top-menu ul li {
    padding: 10px 15px;
}

.top-menu ul li a.active {
    color: #005562;
}

.top-menu ul li a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}

.burger {
	width: 30px;
  	border: none;
  	background-color: transparent;
  	position: absolute;
  	top: 50%;
  	right: 15px;
  	transform: translateY(-50%);
  	padding: 5px 0 0 0;
  	display: none;
}

@media screen and (max-width: 992px) {
	.burger {
        display: block;
    }
}

.burger span {
	display: block;
  	width: 100%;
  	height: 3px;
  	background-color: #000;
  	margin-bottom: 5px;
}

span.meta-date,
span.comment {
    color: #26c6df;
    font-size: 14px;
}

.caption {
    width: 56%;
    position: absolute;
    top: 35%;
    left: 20%;
    text-align: center;
}

.caption h3 {
    color: #FFF;
    font-weight: 700;
    font-size: 1.8em;
    text-transform: uppercase;
}

.caption p {
    color: #FFF;
    line-height: 1.5em;
    font-size: 0.875em;
    text-align: center;
    margin: 1em 0 1.5em 0;
}

a.morebtn {
    background: #3D3D3D;
    padding: 0.8em 0;
    display: block;
    font-size: 0.875em;
    text-transform: uppercase;
    color: #FFF;
    width: 20%;
    margin: 0 auto;
    transition: 0.5s all ease;
}

a.morebtn:hover {
    background: #585686;
}

.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 12px;
    width: 12px;
    display: inline-block;
    border: 2px solid #867a76;
}

.callbacks_here a:after {
    border: 2px solid #fd926d;
}

.callbacks_tabs a {
    visibility: hidden;
}

.callbacks_tabs li {
    display: none;
}

ul.callbacks_tabs.callbacks1_tabs {
    position: absolute;
    bottom: 14px;
    z-index: 999;
    left: 13px;
}

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 49%;
    left: 10px;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 80px;
    width: 40px;
    background: transparent url("../images/arrows.png") no-repeat left top;
    margin-top: -38px;
}

.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 15px;
}

/*-- responsive-mediaquries --*/
@media(max-width:1024px) {
    .caption {
        width: 63%;
        top: 31%;
        left: 19%;
    }
}

@media(max-width:768px) {
    .caption {
        width: 70%;
        top: 22%;
        left: 13%;
    }

    .caption h3 {
        font-size: 1.5em;
    }

    a.morebtn {
        width: 26%;
    }

    .callbacks_nav {
        top: 55%;
    }
}

@media(max-width:640px) {
    .caption {
        width: 70%;
        top: 12%;
        left: 13%;
    }

    .caption h3 {
        font-size: 1.5em;
    }

    a.morebtn {
        width: 30%;
    }

    .callbacks_tabs a:after {
        height: 10px;
        width: 10px;
    }
}

@media(max-width:480px) {
    .caption {
        width: 70%;
        top: 14%;
        left: 13%;
    }

    .callbacks_nav {
        top: 60%;
    }

    .caption p {
        height: 25px;
        overflow: hidden;
        margin: 0.5em 0;
    }

    .caption h3 {
        font-size: 1.4em;
    }

    a.morebtn {
        width: 40%;
        font-size: 0.8em;
    }

    .callbacks_tabs a:after {
        height: 4px;
        width: 4px;
    }

    ul.callbacks_tabs.callbacks1_tabs {
        bottom: 10px;
        left: 4px;
    }

}

@media(max-width:320px) {
    .caption {
        width: 70%;
        top: 14%;
        left: 13%;
    }

    .callbacks_nav {
        top: 63%;
    }

    .caption p {
        height: 25px;
        overflow: hidden;
        margin: 0.2em 0;
    }

    .caption h3 {
        font-size: 1em;
    }

    a.morebtn {
        width: 50%;
        font-size: 0.8em;
        padding: 0.6em 0.5em;
    }

    .callbacks_tabs a:after {
        height: 4px;
        width: 4px;
    }

    ul.callbacks_tabs.callbacks1_tabs {
        bottom: 10px;
        left: 4px;
    }
}

.header-right {
    padding: 0;
    min-height: 455px;
}

i.message {
    width: 35px;
    height: 35px;
    background: url("../images/img-sprite.png") no-repeat -105px -2px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

i.phone {
    width: 35px;
    height: 35px;
    background: url("../images/img-sprite.png") no-repeat -140px 0px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin-left: 6em;
}

.footer {
    background-color: #eff1f1;
    padding: 50px 0 0 0;
}

@media screen and (max-width: 992px) {
    .footer-links {
        margin-bottom: 20px;
    }
}

.footer-links h3 {
    font-size: 20px;
    color: #333;
}

.footer-links ul {
    list-style: none;
    padding-left: 0;
}

.footer-links ul li {
    padding: 5px 0;
}

.footer-links ul li a {
    color: #26c6df;
}

.copy-rights {
    padding: 20px 0;
}

.copy-rights p {
    font-size: 14px;
    color: #00404a;
}

#toTop {
    display: block;
    width: 40px;
    height: 40px;
    border: none;
    background-color: #26c6df;
    box-shadow: 0px 3px 14px -6px rgba(0, 0, 0, 0.4);
    position: fixed;
    right: 30px;
    bottom: 50px;
}

#toTop::after {
    content: '';
    display: inline-block;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    height: 15px;
    width: 15px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.thumb-box5 {
    padding: 6em 0 4em 0;
    background-image: url(../images/bg_pic1.jpg);
    background-position: 100% 100%;
    background-attachment: fixed;
    position: relative;
}

.thumb-box5 h2,
.thumb-box5 h3,
.thumb-box5 p {
    color: #ffffff;
}

/* list
========================================================*/
.list1-1 {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.list1-1 li {
    font-size: 18px;
    line-height: 1.428571429;
    overflow: hidden;
    margin-bottom: 10px;
    padding-left: 19px;
    background: url(../images/list_arrow.png) left 8px no-repeat;
}

.list1-1 li a {
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.list1-1 li a:hover {
    color: #26c6df;
    padding-left: 1em;
}

.list3 li strong {
    float: left;
    margin-right: 30px;
    width: 69px;
    height: 69px;
    font-size: 50px;
    color: #4b4c4c;
    background: #ffffff;
    text-align: center;
    border-radius: 100%;
    font-weight: 400;
}

.list1-2 {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.list1-2 li {
    font-size: 18px;
    line-height: 1.428571429;
    overflow: hidden;
    margin-bottom: 10px;
    padding-left: 19px;
    background: url(../images/list_arrow2.png) left 8px no-repeat;
}

.list1-2 li a {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
}

.list1-2 li a:hover {
    text-decoration: underline;
}

.list2 {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.list2 li {
    font-size: 18px;
    line-height: 1.428571429;
    margin-bottom: 32px;
    padding: 0;
}

.list2 li time {
    font-size: 50px;
    color: #7F7F7F;
    width: 70px;
    margin-right: 30px;
    text-align: center;
    display: inline-block;
    float: left;
}

.list2 li time span {
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: -15px;
}

.list2 li p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
}

.global.indent {
    padding: 56px 0 0 0;
    background: #ffffff url(../img/pattern3.png) repeat-x;
}

.extra-wrap {
    overflow: hidden;
}

ul.list3 li {
    display: inline-block;
    margin-bottom: 0.3em;
}

ul.list3 li:nth-child(3) {
    margin-bottom: 0;
}

p span {
    color: #26c6df;
    font-size: 18px;
    font-weight: 500;
}

.thumbnail img {
    width: 100%;
    border: 6px solid #26c6df;
}

.thumb-pad7 .thumbnail .about-title a:hover {
    color: #98ebef;
}

.thumbnail {
    border: none;
}

.about-sec h3 {
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 1em;
    text-align: left;
    font-size: 2.3em;
    font-weight: 600;
}

.about-title h4 {
    margin: 12px 0;
    font-size: 1.2em;
    line-height: 1.6em;
    color: #D3D2D2;
    font-weight: normal;
    color: #666666;
    text-transform: uppercase;
}

.about-title p {
    margin-bottom: 23px;
    font-weight: 300;
    line-height: 26px;
}

.about-sec p {
    font-size: 15px;
}

.about-sec p1 {
    margin: 1em 0 2em 0;
    font-size: 14px;
}

.about-sec1 p {
    margin: 1em 0 2em 0;
}

/*-- wmuslider --*/
.ourteam {
    text-align: center;
    padding-top: 3em;
}

.team {
    padding: 4em 2em;
}

.ourteam h3 {
    font-size: 2.5em;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

.ourteam p {
    font-size: 1.1em;
    font-weight: 300;
    color: #ABABAB;
    line-height: 1.6em;
    text-align: center;
}

.team h4 {
    font-size: 1.8em;
    font-weight: 600;
    text-transform: uppercase;
    color: #26c6df;
    margin-top: 0.5em;
}

.team1 img {
    margin-left: 2em;
    border: 6px solid #26c6df;
}

/*-- flexisel --*/
#flexiselDemo1,
#flexiselDemo2,
#flexiselDemo3 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 97%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    margin: 0 auto;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

.nbs-flexisel-item>img {
    cursor: pointer;
    positon: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 250px;
    max-height: 250px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

.nbs-flexisel-item p {
    padding: 10px;
}

.nbs-flexisel-item p a {
    color: #000;
    font-size: 1.2em;
}

.nbs-flexisel-item p a:hover {
    color: #6CC372;
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 55px;
    height: 55px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    margin-top: -5em;
}

.nbs-flexisel-nav-left {
    left: -5em;
    background: url(../images/icon-spt.png) no-repeat -4px 0px;
}

.nbs-flexisel-nav-right {
    right: -5em;
    background: url(../images/icon-spt.png) no-repeat -63px 0px;
}

.testimonials h3 {
    color: #fff;
    margin-bottom: 1em;
    font-size: 2.5em;
}

.list4 li img {
    float: left;
    margin-right: 21px;
    margin-top: 7px;
}

ul.list4 li {
    display: inline-block;
    margin-bottom: 33px;
}

.extra {
    overflow: hidden;
}

.testimonials p {
    color: #fff;
    margin: 15px 0;
    font-size: 15px;
}

.testimonials h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2em;
}

.extra p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 0 15px 0;
}

.extra a {
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
}

/*-------------------------- top content --------------------- */

.top-content {
	padding: 20px 0;
}

.top-content h1 {
    text-transform: uppercase;
	font-size: 36px;
    line-height: 1.4;
  	margin: 0 0 10px 0;
}

@media screen and (max-width: 768px) {
	.top-content h1 {
        font-size: 30px;
    }
}

.top-content h2 {
    text-transform: uppercase;
	font-size: 30px;
    line-height: 1.4;
  	margin: 0 0 15px 0;
}

@media screen and (max-width: 768px) {
	.top-content h2 {
        font-size: 24px;
        margin: 0 0 10px 0;
    }
}

.top-content p {
	line-height: 1.4;
}

/*------------------------- top content end ----------------- */

/*--blog-page --*/

.thumb-pad6 {
    overflow: hidden;
    margin-bottom: 53px;
}

.thumb-pad6 time {
    font-size: 50px;
    color: #4b4c4c;
    width: 70px;
    margin-right: 30px;
    text-align: center;
    display: inline-block;
    float: left;
}

.thumb-pad6 time span {
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: -18px;
}

.thumb-pad6 br {
    display: none;
}

.thumb-pad6 .thumbnail {
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
    overflow: hidden;
}

.thumb-pad6 .thumbnail>.lnk {
    font-size: 19px;
    color: #666666;
    text-transform: uppercase;
    transition: all 0.25s;
}

.thumb-pad6 .thumbnail>.lnk:hover {
    color: #26c6df;
}

.thumb-pad6 .thumbnail>p {
    color: #26c6df;
    margin: 0 0 21px 0;
    overflow: hidden;
}

.thumb-pad6 .thumbnail>p a {
    color: #26c6df;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.thumb-pad6 .thumbnail>p a:hover {
    color: #4b4c4c;
}

.thumb-pad6 .thumbnail .caption {
    padding: 0;
    overflow: hidden;
    color: #acacac;
}

.thumb-pad6 .thumbnail figure {
    margin: 0 0 23px 0;
}

.thumb-pad6 .thumbnail figure img {
    width: 100%;
}

.grid_22 h1,
.grid_22 h3 {
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 1em;
    font-size: 24px;
    font-weight: 600;
}

.btn-default.btn1 {
    box-shadow: none;
    display: inline-block;
    font-size: 19px;
    text-transform: uppercase;
    margin: 0;
    text-shadow: none;
    border-radius: 2px;
    color: #26c6df;
    background: #fff;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

/*** Page numbers ***/

.content-pagenation {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
  	margin: 0 0 40px 0;
}

.content-pagenation li {
    margin: 0 3px;
}

.content-pagenation li a {
  	display: inline-block;
  	text-decoration: none;
  	width: 40px;
  	min-width: 40px;
  	height: 40px;
    color: #26c6df;
    font-size: 1em;
  	text-align: center;
    background: #FFF;
    border: 1px solid #26c6df;
    transition: all .5s;
  	padding: 10px 12px;
}

.content-pagenation li.active a,
.content-pagenation li a:hover {
    background: #26c6df;
    color: #FFF;
}

.sidebar {
	margin: 0 0 40px 0;
}

.span_22 h3 {
    color: #000000;
    text-transform: uppercase;
    text-align: left;
    font-size: 24px;
    font-weight: 600;
  	margin: 0 0 15px 0;
}

.span_22 {
    margin: 0 0 30px 0;
}

.blog-title p {
    margin-bottom: 23px;
    font-weight: 300;
    line-height: 27px;
    font-size: 17px;
    color: #555;
}

/*-- single-page --*/

/*------------------------ blog-post-styles ------------------------*/

.single-post-text img {
	margin: 15px 0 10px 0;
}

.single-post-text h2 {
    font-size: 28px;
	margin-top: 15px;
    margin-bottom: 10px;
}

.single-post-text h3 {
    font-size: 24px;
	margin-top: 15px;
    margin-bottom: 10px;
}

.single-post-text p {
	margin: 0 0 10px 0;
}

.single-post-text a{
	color: #26c6df;
}

.single-post-text ol {
	padding-left: 15px;
}

.single-post-text ol li {
	padding: 5px 0;
}

.single-post-text ul {
	list-style: none;
  	padding-left: 15px;
}

.single-post-text ul li {
	padding: 5px 0;
}

.single-post-text ul li,
.single-post-text ul li a {
	color: #000;
}

.single-post-text blockquote {
  	font-style: italic;
	padding: 10px 20px;
    margin: 10px 0 20px 0;
    font-size: 17.5px;
    border-left: 5px solid #ddd;
}

.single-post-text table {
	width: 100%;
  	border: 1px solid #ddd;
  	background-color: #fff;
  	border-collapse: collapse;
  	margin: 15px 0;
}

.single-post-text table,
.single-post-text td,
.single-post-text th {
	border: 1px solid #ddd;
    border-collapse: collapse;
  	padding: 10px 15px;
}

.single-post-text td,
.single-post-text th {
	border: 1px solid #ddd;
    border-collapse: collapse;
  	padding: 10px 15px;
}

/*---------------------- blog-post-styles end ----------------------*/

/*---------------------- post-tags ----------------------*/

.post-tags-wrap {
	display: flex;
  	flex-wrap: wrap;
  	column-gap: 5px;
    padding: 10px 0;
}

.post-tags-wrap .post-tags-title {
	display: block;
    font-weight: 600;
  	font-size: 16px;
  	color: #4e4e4b;
  	line-height: 1.4;
    margin: 0;
}

.post-tags-wrap .post-tags-item {
  	display: inline-block;
	text-decoration: none;
  	font-size: 14px;
  	color: #fff;
    line-height: 1.2;
  	border: 1px solid #26c6df;
  	background-color: #26c6df;
  	padding: 3px 10px;
  	margin-bottom: 5px;
  	transition: all .3s ease;
}

.post-tags-wrap .post-tags-item:hover {
	color: #333;
  	border: 1px solid #26c6df;
  	background-color: #fff;
}

/*-------------------- post-tags end --------------------*/

.reply input[type="text"] {
    width: 48%;
    color: #898888;
    outline: none;
    font-size: 16px;
    padding: 10px 10px;
    margin: 0px 10px 1em 0px;
    border: solid 1px #D5D4D4;
    -webkit-appearance: none;
}

.reply textarea {
    resize: none;
    width: 98%;
    color: #898888;
    font-size: 16px;
    outline: none;
    padding: 10px 10px;
    border: solid 1px #D5D4D4;
    min-height: 12em;
    -webkit-appearance: none;
}

.reply h4 {
    font-size: 1.6em;
    margin-bottom: 1.2em;
    color: #4e4e4b;
    font-weight: 600;
}

.reply {
    margin: 0 0 40px 0;
}

.reply input[type="submit"] {
    border: none;
    outline: none;
    color: #fff;
    background: #26c6df;
    padding: 11px 20px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 1.2em;
    -webkit-appearance: none;
}

.reply input[type="submit"]:hover {
    background: #444;
    transition: 0.5s all;
}

.comments-main {
    border: 1px solid #D5D4D4;
    padding: 17px 15px;
    margin: 15px 0px;
}

.cmts-main-left {
    width: 17%;
    float: left;
    margin-right: 3%;
}

.cmts-main-left img {
    width: 100%;
}

.cmts-main-right {
    width: 80%;
    float: left;
}

.cmts-main-right h5 {
    font-size: 1em;
    color: #4e4e4b;
    margin: 0px;
    font-weight: 600;
}

.comments h4 {
    font-size: 1.6em;
    margin-bottom: 1.2em;
    color: #4e4e4b;
    font-weight: 600;
}

.cmts-main-right p {
    font-size: 15px;
    color: #555;
    margin: 15px 0px;
}

.cmnts-left p {
    font-size: 13px;
    color: #999;
    font-weight: 600;
}

.cmnts-right a {
    padding: 6px 12px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    background: #26c6df;
    transition: 0.5s all;
    outline: none;
}

.Archives {
    margin-bottom: 3em;
}

.cmts-main-left img {
    border: 3px solid#ccc;
}

.cmnts-right a:hover {
    background: #444;
    text-decoration: none;
}

.col-md-6.cmnts-left {
    padding: 0px;
}

.col-md-6.cmnts-right {
    text-align: right;
    padding: 0px;
}

.comments {
    margin: 0 0 30px 0;
}

/*-- sale-page --*/

.works .clear {
    height: 46px;
}

.box1 .text1 {
    padding-bottom: 1px;
}

.text1 a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.text1 a:hover {
    color: #26c6df;
}

.grid_12 h3 {
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 1em;
    text-align: left;
    font-size: 2.3em;
    font-weight: 600;
}

.container_12 {
    padding: 4em 0 1em 0;
}

.thumb-box7 {
    padding: 1em 0 5em 0;
}

a.gal {
    position: relative;
    display: block;
}

a.gal span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/magnify.png) -102px 0 no-repeat;
}

a.gal:hover span {
    background-position: center center;
}

.grid_4 {
    width: 31%;
    float: left;
    margin: 0 3.5% 4% 0;
}

.sale-title a {
    text-decoration: none;
    font-size: 19px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}

.sale-title p {
    margin-bottom: 23px;
    font-weight: 300;
    line-height: 1.6em;
}

.sale-title a:hover {
    color: #26c6df;
}

.sale-title {
    float: left;
    width: 64%;
    padding: 0.9em 0 0 0;
}

.sale-title p.price {
    color: #26c6df;
    font-size: 21px;
    font-weight: 600;
    margin: 0;
}

.box1 p.price {
    color: #26c6df;
    font-size: 21px;
    font-weight: 600;
    text-align: right;
    margin: 0;
}

.span66 {
    margin-right: 0;
}

.box1 p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7em;
}

.box1 {
    border: 6px solid #26c6df;
}

.box1 img {
    width: 100%;
}

.text1 {
    padding: 2em 1.3em 0em 1.3em;
    margin-bottom: 1em;
}

.box1 img:hover {
    opacity: 0.5;
}

.thumb-box6 {
    padding: 100px 0 50px 0;
    background-image: url(../images/bg_pic1.jpg);
    background-position: 100% 100%;
    background-attachment: fixed;
    position: relative;
}

.thumb-box6 h2,
.thumb-box6 h3,
.thumb-box6 p {
    color: #ffffff;
    font-size: 2.5em;
    font-weight: 600;
    margin-bottom: 1em;
}

.thumb-box6 .col-lg-3 {
    margin-bottom: 35px;
}

.thumb-pad3 {
    overflow: hidden;
    border: 6px solid #26c6df;
}

.thumb-pad3 .thumbnail {
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
}

.thumb-pad3 .thumbnail .caption {
    padding: 0;
    color: #acacac;
}

.thumb-pad3 .thumbnail .caption p {
    margin-top: 23px;
}

.thumb-pad3 .thumbnail .caption .price {
    font: 24px 'Rosario';
    color: #4b4c4c;
    margin: 0;
}

.thumb-pad3 .thumbnail .caption a {
    font: 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 26px;
    color: #26c6df;
    transition: all 0.25s;
}

.thumb-pad3 .thumbnail .caption a:hover {
    color: #4b4c4c;
}

.thumb-pad3 .thumbnail figure {
    margin: 0 25px 0 0;
    float: left;
}

.thumb-pad3 .thumbnail figure img {
    border: none;
}

.thumb-pad3 .thumbnail figure img {
    width: 100%;
}

strong {
    font-weight: bold;
}

.span66 {
    margin-right: 0;
}

@media only screen and (max-width: 1366px) {
 
    .thumb-box6 {
        padding: 60px 0 40px 0;
    }

    .global.indent {
        padding: 40px 0 0 0;
    }
}

@media only screen and (max-width: 1280px) {

    .global.indent {
        padding: 40px 0 0 0;
    }

    .about-sec h3 {
        margin-bottom: 0.85em;
        font-size: 2.1em;
    }

    .ourteam h3 {
        font-size: 2.25em;
    }

    .team {
        padding: 3em 2em 3em 4em;
    }

    .thumb-box5 {
        padding: 4em 0 3em 0;
    }

    .container_12 {
        padding: 3em 0 1em 0;
    }

    .grid_12 h3 {
        margin-bottom: 0.7em;
        font-size: 2.1em;
    }

    .thumb-box7 {
        padding: 0em 0 4em 0;
    }

    .thumb-box6 h2,
    .thumb-box6 h3,
    .thumb-box6 p {
        font-size: 2.4em;
        margin-bottom: 0.7em;
    }

    .grid_22 h3 {
        margin-bottom: 0.5em;
        font-size: 2.5em;
    }

    .span_22 h3 {
        margin-bottom: 0.5em;
        font-size: 2.1em;
    }

    .thumb-pad6 time {
        font-size: 47px;
        margin-top: -15px;
    }
}

@media only screen and (max-width: 1024px) {

    .footer {
        padding: 3em 0;
    }

    .team1 {
        width: 87%;
    }

    .team1 img {
        margin-left: 6px;
        border: 5px solid #26c6df;
    }

    .team h4 {
        font-size: 1.5em;
        margin-top: 0.4em;
    }

    .nbs-flexisel-nav-left,
    .nbs-flexisel-nav-right {
        margin-top: -6.7em;
    }

    .box1 {
        border: 5px solid #26c6df;
    }

    .grid_4 {
        width: 31.6%;
        margin: 0 2.5% 4% 0;
    }

    .grid_12 h3 {
        font-size: 1.95em;
    }

    .span66 {
        margin-right: 0;
    }

    .text1 {
        padding: 1em 0.7em 0em 0.7em;
    }

    .text1 a {
        font-size: 15px;
    }

    .box1 p {
        height: 73px;
        overflow: hidden;
    }

    .box1 p.price {
        height: 33px;
    }

    .thumb-pad3 .thumbnail figure {
        margin: 0 20px 0 0;
    }

    .sale-title {
        width: 54%;
        padding: 0.75em 0 0 0;
    }

    .sale-title a {
        overflow: hidden;
        height: 30px;
    }

    .sale-title p {
        height: 68px;
        overflow: hidden;
    }

    p.price {
        height: 33px;
    }

    .thumb-pad3 {
        border: 5px solid #26c6df;
    }

    .thumb-box6 h2,
    .thumb-box6 h3,
    .thumb-box6 p {
        font-size: 2.25em;
    }

    .thumb-box6 {
        padding: 50px 0 25px 0;
    }

    .thumb-pad6 .thumbnail>.lnk {
        font-size: 17px;
    }

    .grid_22 h3 {
        font-size: 2.3em;
    }

    .blog-title p {
        margin-bottom: 15px;
        line-height: 26px;
        font-size: 16px;
    }

    .list2 li time {
        font-size: 40px;
        width: 50px;
        margin-right: 23px;
        margin-top: -10px;
    }

    .list2 li time span {
        font-size: 20px;
        margin-top: -13px;
    }

    .about-title h4 {
        font-size: 1em;
        margin: 5px 0;
    }

    .about-sec h3 {
        margin-bottom: 0.5em;
        font-size: 1.9em;
    }

    .thumbnail img {
        border: 5px solid #26c6df;
    }

    .ourteam h3 {
        font-size: 2em;
    }

    .testimonials h3 {
        font-size: 2.2em;
    }

    .list3 li strong {
        width: 56px;
        height: 56px;
        font-size: 36px;
    }

    .reply input[type="text"] {
        width: 47%;
    }

    .cmts-main-right p {
        margin: 5px 0px 10px 0;
    }

    .list1-1 li a:hover {
        padding-left: 0.5em;
    }
}

@media only screen and (max-width: 800px) {

    .callbacks_nav {
        height: 60px;
        width: 30px;
        margin-top: -38px;
        background-size: 60px;
    }

    .thumb-pad3 .thumbnail figure {
        width: 41%;
        margin: 0 12px 0 0;
    }

    .box1 {
        border: 4px solid #26c6df;
    }

    .grid_4 {
        width: 32%;
        margin: 0 2% 4% 0;
    }

    .span66 {
        margin-right: 0;
    }

    .container_12 {
        padding: 2em 0 0.5em 0;
    }

    .grid_12 h3 {
        font-size: 1.8em;
    }

    .text1 a {
        font-size: 13px;
        height: 18px;
        overflow: hidden;
    }

    .box1 p {
        height: 43px;
        font-size: 13px;
        line-height: 1.6em;
    }

    .box1 p.price {
        height: 23px;
        font-size: 19px;
    }

    .thumb-pad3 {
        border: 4px solid #26c6df;
    }

    .sale-title a {
        font-size: 17px;
    }

    .sale-title {
        width: 55%;
    }

    .sale-title p {
        height: 40px;
        margin-bottom: 10px;
    }

    .list1-2 li a {
        font-size: 13px;
    }

    .thumb-box6 {
        padding: 35px 0 10px 0;
    }

    .thumb-box6 {
        margin-bottom: 20px;
    }

    .global.indent {
        padding: 30px 0 0 0;
    }

    .grid_22 h3 {
        font-size: 2.2em;
    }

    .thumb-pad6 time {
        font-size: 40px;
        margin-top: -10px;
        margin-right: 12px;
    }

    .thumbnail img {
        border: 5px solid #26c6df;
    }

    .thumbnail figure {
        margin: 0 0 8px 0;
    }

    .blog-title p {
        margin-bottom: 10px;
        line-height: 25px;
        font-size: 15px;
    }

    .btn-default.btn1 {
        font-size: 17px;
    }

    .thumb-pad6 {
        margin-bottom: 25px;
    }

    .span_22 h3 {
        font-size: 1.8em;
    }

    .thumb-pad6 .thumbnail figure {
        margin: 0 0 12px 0;
    }

    .team1 img {
        margin-left: 0px;
        border: 4px solid #26c6df;
    }

    .nbs-flexisel-item p {
        padding: 5px;
        height: 98px;
        overflow: hidden;
    }

    .team h4 {
        font-size: 1.3em;
        margin-top: 0.56em;
    }

    .team {
        padding: 2em 2em 3em 5em;
    }

    .nbs-flexisel-nav-left,
    .nbs-flexisel-nav-right {
        margin-top: -4em;
    }

    .nbs-flexisel-nav-right {
        right: -4em;
    }

    .thumb-box5 {
        padding: 3em 0 3em 0;
    }
}

@media only screen and (max-width: 768px) {

    .footer {
        padding: 2.5em 0;
    }

    .blog-title p:nth-child(2) {
        display: none;
    }

    .reply h4,
    .comments h4 {
        font-size: 1.5em;
        margin-bottom: 1em;
    }

    .reply input[type="text"] {
        font-size: 15px;
        padding: 8px 8px;
    }

    .reply textarea {
        font-size: 15px;
        padding: 8px 8px;
        min-height: 10em;
        width: 97%;
    }

    .reply input[type="submit"] {
        padding: 8px 20px;
        font-size: 14px;
        margin-top: 1em;
    }
}

@media only screen and (max-width: 640px) {

    .copy-rights p {
        font-size: 15px;
    }

    .footer {
        padding: 2em 0;
    }

    .grid_4 {
        width: 48%;
        margin: 0 4% 5% 0;
    }

    .grid_4:nth-child(2),
    .grid_4:nth-child(4),
    .grid_4:nth-child(6) {
        margin-right: 0;
    }

    .text1 a {
        font-size: 14px;
    }

    .thumb-pad3 .thumbnail figure {
        width: 27%;
        margin: 0 25px 0 0;
    }

    .sale-title {
        width: 67%;
    }

    .sale-title p {
        height: 48px;
        margin-bottom: 14px;
    }

    .thumb-pad3 {
        margin-bottom: 1.5em;
    }

    .thumb-box7 {
        padding: 0em 0 2em 0;
    }

    .thumb-box6 .col-lg-3 {
        margin-bottom: 18px;
        width: 25%;
    }

    .thumb-box6 h2,
    .thumb-box6 h3,
    .thumb-box6 p {
        font-size: 2.2em;
    }

    .grid_22 h3 {
        font-size: 2em;
    }

    .thumb-pad6 time {
        font-size: 35px;
        margin-top: -7px;
        margin-right: 8px;
    }

    .thumb-pad6 time span {
        font-size: 21px;
        margin-top: -11px;
    }

    .thumb-pad6 .thumbnail>.lnk {
        font-size: 16px;
    }

    .blog-title p {
        margin-bottom: 8px;
        line-height: 23px;
        font-size: 14px;
    }

    .btn-default.btn1 {
        font-size: 16px;
    }

    .span_22 h3 {
        font-size: 1.6em;
    }

    .list1-1 li a {
        font-size: 13px;
    }

    .list1-1 li {
        margin-bottom: 4px;
        padding-left: 17px;
    }

    .about-sec h3 {
        font-size: 1.75em;
    }

    .thumbnail {
        margin-bottom: 0px;
    }

    .list2 li time {
        font-size: 32px;
        width: 41px;
        margin-right: 17px;
    }

    .about-sec1 p {
        margin: 1em 0;
    }

    .list3 li strong {
        width: 40px;
        height: 40px;
        font-size: 27px;
    }

    .testimonials h3 {
        font-size: 2em;
        margin-bottom: 0.5em;
    }

    .testimonials {
        margin-bottom: 1em;
    }

    .extra p {
        font-size: 14px;
        margin: 0 0 10px 0;
    }

    .thumb-box5 {
        padding: 2.5em 0 1em 0;
    }

    .list2 li p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .header-left {
        min-height: 180px;
    }

    .header-right {
        min-height: 180px;
    }

    .footer {
        padding: 1.5em 0;
    }

    .copy-rights p {
        font-size: 14px;
    }

    i.phone {
        margin-left: 2em;
    }

    i.message {
        margin: 0 3px 0 0;
    }

    .logo span {
        font-size: 0.85em;
    }

    .logo h1 {
        font-size: 1.7em;
    }

    .header-right img {
        height: 180px;
    }

    .callbacks_nav {
        height: 45px;
        width: 25px;
        margin-top: -42px;
        background-size: 45px;
    }

    .callbacks_nav.next {
        right: 5px;
    }

    .callbacks_nav {
        left: 5px;
    }

    .grid_12 h3 {
        font-size: 1.6em;
    }

    .box1 {
        border: 3px solid #26c6df;
    }

    .grid_12 h3 {
        font-size: 1.5em;
        margin-bottom: 0.5em;
    }

    .box1 p.price {
        height: 21px;
        font-size: 17px;
    }

    .container_12 {
        padding: 1.5em 0 0.5em 0;
    }

    .thumb-pad3 {
        border: 3px solid #26c6df;
    }

    .text1 a {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .thumb-pad3 .thumbnail figure {
        width: 30%;
    }

    .sale-title {
        width: 64%;
    }

    .sale-title a {
        font-size: 16px;
        height: 24px;
    }

    .sale-title p {
        height: 46px;
        margin-bottom: 5px;
    }

    p.price {
        font-size: 20px;
        height: 30px;
    }

    .thumb-box6 h2,
    .thumb-box6 h3,
    .thumb-box6 p {
        font-size: 2em;
    }

    .thumb-box6 .col-lg-3 {
        width: 50%;
        padding: 0 0 0 30px;
    }

    .grid_22 h3 {
        font-size: 1.8em;
    }

    .thumb-pad6 time {
        font-size: 30px;
        margin-top: -6px;
        margin-right: 7px;
        width: 55px;
    }

    .thumb-pad6 .thumbnail>.lnk {
        font-size: 15px;
    }

    .thumb-pad6 .thumbnail>p {
        margin: 0 0 8px 0;
    }

    .thumbnail img {
        border: 4px solid #26c6df;
    }

    .span_22 h3 {
        font-size: 1.5em;
    }

    .nbs-flexisel-nav-right {
        right: -3.7em;
    }

    .nbs-flexisel-nav-left,
    .nbs-flexisel-nav-right {
        margin-top: 0em;
    }

    .about-sec h3 {
        font-size: 1.6em;
    }

    .global.indent {
        padding: 20px 0 0 0;
    }

    .about-sec p {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 23px;
    }

    p span {
        font-size: 17px;
    }

    .list2 li p {
        font-size: 14px;
    }

    .list2 li {
        margin-bottom: 16px;
    }

    .about-sec {
        margin-bottom: 1em;
    }
}

@media only screen and (max-width: 320px) {
    .header-left {
        min-height: 176px;
    }

    .header-right {
        min-height: 180px;
    }

    .team1 img {
        border: 3px solid #26c6df;
    }

    .nbs-flexisel-nav-left,
    .nbs-flexisel-nav-right {
        background-size: 75px;
    }

    .nbs-flexisel-nav-left,
    .nbs-flexisel-nav-right {
        width: 35px;
        height: 35px;
    }

    .nbs-flexisel-nav-left {
        left: -3.6em;
    }

    .nbs-flexisel-nav-right {
        right: -2em;
    }

    .nbs-flexisel-nav-right {
        background: url(../images/icon-spt.png) no-repeat -39px 2px;
        background-size: 75px;
    }

    .list1-1 li a {
        font-size: 12px;
    }

    .ourteam h3 {
        font-size: 1.6em;
    }

    .thumbnail img {
        border: 3px solid #26c6df;
    }

    .about-sec h3 {
        font-size: 1.5em;
    }

    .list2 li time {
        font-size: 30px;
        width: 36px;
        margin-right: 12px;
        margin-top: -6px;
    }

    .list2 li time span {
        font-size: 18px;
        margin-top: -12px;
    }

    p span {
        font-size: 15px;
    }

    .about-sec p {
        overflow: hidden;
        height: 70px;
    }

    .team h4 {
        font-size: 1.2em;
        margin-top: 0.5em;
    }

    .nbs-flexisel-item p {
        padding: 4px 0 0 0;
        height: 73px;
        overflow: hidden;
    }

    .ourteam {
        padding-top: 1em;
    }

    .nbs-flexisel-nav-left,
    .nbs-flexisel-nav-right {
        margin-top: -3.5em;
    }

    .testimonials h3 {
        font-size: 1.7em;
    }

    .extra p {
        font-size: 13px;
    }

    .list3 li strong {
        width: 35px;
        height: 35px;
        font-size: 23px;
        margin-right: 16px;
    }

    .testimonials h4 {
        font-size: 1em;
    }

    .testimonials p {
        margin: 8px 0;
        font-size: 13px;
    }

    .thumb-box5 {
        padding: 2em 0 0em 0;
    }

    .list1-2 li a {
        font-size: 12px;
    }

    .extra p {
        height: 59px;
        overflow: hidden;
    }

    ul.list4 li {
        margin-bottom: 15px;
    }

    .grid_4 {
        width: 100%;
        margin: 0 0% 10% 0;
    }

    .thumb-pad3 .thumbnail figure {
        margin: 0 12px 0 0;
    }

    .grid_12 h3 {
        font-size: 1.4em;
        text-align: center;
    }

    .sale-title a {
        font-size: 15px;
        height: 18px;
    }

    .sale-title {
        padding: 0.2em 0 0 0;
    }

    .sale-title p {
        height: 36px;
        margin: 4px 0 2px 0;
        font-size: 13px;
        line-height: 1.3em;
    }

    .sale-title p.price {
        height: 17px;
        font-size: 15px;
    }

    .thumb-box7 {
        padding: 0em 0 1em 0;
    }

    .thumb-box6 h2,
    .thumb-box6 h3,
    .thumb-box6 p {
        font-size: 1.6em;
    }

    .list1-2 li {
        margin-bottom: 4px;
        padding-left: 18px;
    }

    .grid_22 h3 {
        font-size: 1.6em;
    }

    .thumb-pad6 time {
        font-size: 25px;
        margin-top: -3px;
        margin-right: 4px;
        width: 48px;
    }

    .thumb-pad6 time span {
        font-size: 18px;
        margin-top: -8px;
    }

    .thumb-pad6 .thumbnail>.lnk {
        font-size: 13px;
        margin-bottom: 2px;
    }

    .blog-title p {
        margin-bottom: 5px;
        line-height: 22px;
        font-size: 14px;
        height: 71px;
        overflow: hidden;
    }

    .btn-default.btn1 {
        font-size: 14px;
    }

    .thumb-pad6 .thumbnail figure {
        margin: 0 0 5px 0;
    }

    .span_22 h3 {
        font-size: 1.3em;
    }

    .header-left {
        padding: 6px 0 0 8px;
        width: 38%;
        margin-bottom: -2px;
    }

    .header-right {
        width: 62%;
        float: left;
    }

    .logo h1 {
        font-size: 1.53em;
    }

    .logo span {
        margin: 0 0 -3px 5px;
        font-size: 0.8em;
    }

    .header-right img {
        height: 176px;
    }

    .reply input[type="text"] {
        font-size: 14px;
        padding: 7px 6px;
        width: 97%;
    }

    .reply textarea {
        font-size: 14px;
        padding: 6px 6px;
        min-height: 9em;
    }

    .cmts-main-left {
        width: 50%;
        float: left;
        margin: 0 0 11px 0;
    }

    .cmts-main-right {
        width: 100%;
        float: left;
    }

    .comments-main {
        padding: 15px 9px;
    }
}