.btn,
.transition {
    -webkit-transition: all .5s;
    -o-transition: all .5s
}

.scrollToTop,
.slider_btn:focus,
.slider_btn:hover,
a,
a:focus,
a:hover {
    text-decoration: none
}

.img-center,
.price_count,
.price_nav>li,
.scrollToTop,
.slider_caption {
    text-align: center
}

body {
    color: #333;
    background-color: #f0f0f0;
    overflow-x: hidden!important;
    font-family: 'Open Sans', sans-serif
}

.btn-yellow,
.yellow_bg {
    background-color: #ffd62c
}

#sliderSection,
#slides,
.client_img,
.price_nav>li,
.single_iteam {
    overflow: hidden
}

.navbar-brand,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Raleway, sans-serif
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.img-center,
.img-left {
    display: block;
    margin-right: auto
}

a {
    color: #ffffff
}

a:hover {
    color: #646464
}

a:focus {
    outline: 0
}

h2 {
    line-height: 23px
}

img {
    border: none
}

.img-center {
    margin-left: auto
}

.img-right {
    display: block;
    margin-left: auto
}

.btn-yellow {
    color: #fff
}

.btn-yellow:hover {
    background-color: #e1b70b;
    color: #fff
}

.limeblue_bg {
    background-color: #7dc34d
}

.blue_bg {
    background-color: #09c
}

.btn {
    border-radius: 0;
    margin-bottom: 5px;
    transition: all .5s
}

.btn-red {
    background-color: red;
    color: #fff
}

.btn-red:hover {
    background-color: #c40505;
    color: #fff
}

.btn-green {
    background-color: green;
    color: #fff
}

.btn-green:hover {
    background-color: #0ab20a;
    color: #fff
}

.btn-black {
    background-color: #000;
    color: #fff
}

.btn-black:hover {
    background-color: #413a3a;
    color: #fff
}

.btn-orange {
    background-color: orange;
    color: #fff
}

.btn-orange:hover {
    background-color: #f09d05;
    color: #fff
}

.btn-blue {
    background-color: #00f;
    color: #fff
}

.btn-blue:hover {
    background-color: #0707a2;
    color: #fff
}

.btn-lime {
    background-color: #0f0;
    color: #fff
}

.btn-lime:hover {
    background-color: #05ae05;
    color: #fff
}

.default-btn {
    background-color: #12a3df;
    color: #fff
}

.default-btn:hover {
    background-color: #0a8ec4;
    color: #fff
}

.btn-theme {
    background-color: #d083cf;
    color: #fff
}

.btn-theme:hover {
    background-color: #ce39cc;
    color: #fff
}

.transition {
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(img/f-status.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px
}

.scrollToTop {
    bottom: 40px;
    display: none;
    font-size: 32px;
    font-weight: 700;
    height: 50px;
    position: fixed;
    right: 40px;
    width: 50px;
    z-index: 9;
    border: 1px solid;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.scrollToTop>i {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.scrollToTop:focus,
.scrollToTop:hover {
    text-decoration: none;
    outline: 0;
    background-color: #fff
}

.navbar {
    margin-bottom: 0;
    z-index: 99999
}

.navbar-default {
    border-color: #e7e7e7;
    background: #fff
}

.navbar-brand {
    font-size: 25px;
    font-weight: 700;
    margin-top: 10px
}

.navbar-brand span {
    text-transform: uppercase
}

.header_gradient {
    background: -moz-linear-gradient(bottom, #fff 0, #f6f6f6 47%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(bottom, #fff 0, #f6f6f6 47%, #ededed 100%);
    background: -o-linear-gradient(bottom, #fff 0, #f6f6f6 47%, #ededed 100%);
    background: -ms-linear-gradient(bottom, #fff 0, #f6f6f6 47%, #ededed 100%);
    background: linear-gradient(to top, #fff 0, #f6f6f6 47%, #ededed 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0)
}

.dropdown-menu>li>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: #fff
}

.navbar-default .navbar-nav>li {
    position: relative
}

.navbar-default li.active:after {
    bottom: -42px;
    color: #fff;
    content: "";
    font-family: FontAwesome;
    font-size: 35px;
    left: 49%;
    margin-left: -8px;
    position: absolute;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, .05)
}

.dropdown-menu>li>a,
.navbar-default .navbar-nav>li>a {
    color: #5e5e5e;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    -webkit-transition: all .5s;
    -o-transition: all .5s
}

.navbar-default .navbar-nav>li>a {
    text-transform: capitalize;
    transition: all .5s
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 13px
}

.navbar-brand>img {
    width: 100%
}

.navbar-brand>img:hover {
    opacity: 1
}

.custom_nav {
    padding: 13px 0
}

.custom_nav .dropdown-menu {
    padding: 15px
}

.dropdown-menu>li>a {
    padding: 10px;
    transition: all .5s
}

.slider_caption>h2,
.slider_caption>p {
    font-family: Raleway, sans-serif;
    color: #fff
}

.price_heading,
.slider_btn {
    -webkit-transition: all .5s;
    -o-transition: all .5s
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    border-radius: 4px
}

#sliderSection {
    float: left;
    display: inline;
    width: 100%;
    margin-top: 77px
}

#slider1_container {
    margin: 0 auto;
    position: relative;
    width: 1100px!important;
    height: 380px;
    overflow: hidden
}

.mainslider_area {
    float: left;
    display: inline;
    width: 100%
}

#slides {
    position: absolute;
    left: 0;
    top: 0
}

.slider_caption {
    left: 0;
    padding: 0 15%;
    position: relative;
    right: 0;
    top: 33%;
    width: 100%
}

.slider_caption>h2 {
    font-size: 50px;
    font-weight: 800;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 18px
}

.slider_caption>h2 span {
    font-weight: 400
}

.client_title>h2,
.price_badge,
.price_heading {
    font-weight: 700;
    text-transform: uppercase
}

.slider_caption>p {
    font-size: 18px;
    line-height: 22px
}

.slider_btn {
    color: #fff;
    display: inline-block;
    font-family: Raleway, sans-serif;
    font-size: 18px;
    margin-top: 15px;
    padding: 10px 15px;
    transition: all .5s
}

.loading_filter,
.preloader_img {
    position: absolute;
    display: block;
    top: 0;
    height: 100%;
    left: 0
}

.price_heading,
.price_img_inner {
    -moz-transition: all .5s;
    -ms-transition: all .5s
}

.slider_btn:focus,
.slider_btn:hover {
    background-color: #fff
}

.loading_area {
    position: absolute;
    top: 0;
    left: 0
}

.loading_filter {
    filter: alpha(opacity=70);
    opacity: .7;
    background-color: #000;
    width: 100%
}

.howworks_featured .media-left:hover,
.slick-dots li.slick-active button:before {
    opacity: 1
}

.preloader_img {
    background: url(img/home/loading.gif) center center no-repeat;
    width: 100%
}

#priceSection,
.pricearea {
    display: inline;
    width: 100%;
    float: left
}

#priceSection {
    background-color: #f0f0f0;
    padding-top: 70px
}

.pricearea {
    padding: 70px 0
}

.price_count,
.price_img_inner>h3 span,
.price_nav>li {
    display: block
}

.price_nav>li:last-child {
    margin-right: 0
}

.price_nav>li {
    width: 24%;
    min-height: 200px;
    float: left;
    border: 1px solid #ccc;
    margin-right: 14px;
    position: relative;
    background-color: #fff
}

.price_count,
.price_heading {
    background-color: #8c8c8c;
    color: #fff
}

.price_heading {
    margin: 0;
    font-size: 20px;
    padding: 15px 0;
    position: relative;
    z-index: 30;
    transition: all .5s
}

.price_count,
.price_img_inner {
    -webkit-transition: all .5s;
    -o-transition: all .5s
}

.price_img {
    margin: 40px auto 0;
    position: relative;
    width: 65%;
    min-height: 100px
}

.price_img_inner {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    border: 2px solid #8c8c8c;
    padding: 5px;
    transition: all .5s
}

.price_count {
    margin: 0;
    padding: 15px 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.client_img>img,
.get_button {
    -webkit-transition: all .5s;
    -o-transition: all .5s
}

.price_nav>li>h3 {
    float: left;
    width: 100%;
    font-size: 40px;
    color: #8c8c8c
}

.price_nav li>p {
    font-size: 20px;
    color: #8c8c8c
}

.featured_btn:focus,
.featured_btn:hover,
.get_button,
.get_button:focus,
.get_button:hover,
.price_badge {
    color: #fff
}

.pfeatured_nav {
    padding-top: 20px
}

.pfeatured_nav li {
    padding: 10px 0
}

.pfeatured_nav li:nth-child(odd) {
    background-color: #f8f8f8
}

.get_button {
    background-color: #8c8c8c;
    border: 1px solid #8c8c8c;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 30px;
    text-transform: uppercase;
    padding: 10px 25px;
    transition: all .5s
}

.price_badge {
    font-size: 14px;
    height: 34px;
    margin-left: 30px;
    font-family: 'Open Sans', sans-serif;
    padding-right: 22px;
    padding-top: 7px;
    position: absolute;
    right: -47px;
    text-align: right;
    top: 36px;
    width: 299px;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg)
}

#specialQuote,
.client_title {
    text-align: center;
    float: left
}

#specialQuote {
    background-color: #6e6e6e;
    color: #fff;
    display: inline;
    padding: 25px 0 20px;
    width: 100%
}

#specialQuote p {
    font-size: 30px;
    font-style: italic;
    line-height: 48px
}

#testimonial {
    float: left;
    display: inline;
    width: 100%
}

.testimonial_area {
    display: inline;
    float: left;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 150px
}

.client_title {
    display: block;
    width: 100%;
    position: relative
}

.client_title hr {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #d8d8d8
}

.client_title>h2 {
    background: #f0f0f0;
    display: inline-block;
    margin-top: 7px;
    padding: 0 20px;
    position: relative;
    z-index: 5
}

.client_title>h2 span {
    font-weight: 400
}

.testimon_nav {
    margin-left: -39px;
    float: left;
    margin-top: 25px
}

.testimon_nav li {
    display: block;
    float: left;
    margin-left: 39px;
    width: 30%
}

#service,
.service_area {
    display: inline;
    float: left
}

.testimonial_content {
    background-color: #fcfcfc;
    border-color: #fff;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05) inset, 0 1px 3px rgba(0, 0, 0, .125);
    min-height: 226px!important;
    padding: 18px 18px 70px;
    position: relative
}

#featuredBlog,
#ourTeam,
#service {
    background-color: #fff
}

.testimonial_content blockquote:before {
    content: "";
    height: 40%;
    left: 18px;
    position: absolute;
    top: 18px;
    width: 5px
}

.testimonial_content blockquote>p {
    color: #5e5e5e;
    font-size: 16px;
    font-weight: 300;
    text-align: justify
}

.clb_nav,
.service_icon,
.service_title,
.team_nav,
.team_social a,
.team_title {
    text-align: center
}

.client_img {
    background: #fff;
    border: 2px solid #dfdfe4;
    bottom: -50px;
    height: 100px;
    left: 31%;
    padding: 8px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 100px
}

.client_img>img {
    height: 100%;
    width: 100%;
    border-radius: 100%;
    transition: all .5s;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.featured_btn,
.service_icon {
    -webkit-transition: all .5s;
    -o-transition: all .5s
}

.client_img>img:hover {
    -webkit-transform: rotate(320deg);
    -moz-transform: rotate(320deg);
    -ms-transform: rotate(320deg);
    -o-transform: rotate(320deg);
    transform: rotate(320deg)
}

#service {
    width: 100%
}

.service_area {
    width: 100%;
    padding: 56px 0
}

.service_title {
    display: block;
    float: left;
    position: relative;
    width: 100%
}

.service_title>hr {
    border-top: 2px dashed #ccc;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 3px;
    width: 100%
}

.service_title>h2 {
    background: #fff;
    color: #6e6e6e;
    display: inline-block;
    font-weight: 700;
    margin-top: 7px;
    padding: 0 80px;
    position: relative;
    z-index: 5;
    font-size: 35px;
    margin-bottom: 15px
}

.service_title>p {
    font-size: 20px;
    color: #6E6E6E
}

/* .service_nav {
    margin-left: -15px;
    float: left;
    margin-top: 20px
} */

.service_nav li {
    display: block;
    float: left;
    margin-left: 15px;
    padding: 0 15px;
    width: 32%;
    min-height: 450px
}

.service_icon {
    display: block;
    font-size: 80px;
    color: #6E6E6E;
    cursor: default;
    transition: all .5s
}

.service_nav li>h2 {
    border-bottom: 1px dotted #d5d5d5;
    color: #6e6e6e;
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 25px;
    text-align: center
}

.service_nav li>p {
    color: #6e6e6e;
    font-size: 15px;
    line-height: 25px
}

.read_more {
    color: #6e6e6e;
    display: block;
    float: right;
    margin-right: 15px;
    min-height: 22px
}

#howWorks,
.howworks_area,
.howworks_featured,
.howworks_slider {
    display: inline;
    width: 100%
}

.read_more>i {
    margin-left: 5px
}

#howWorks {
    float: left
}

.howworks_area {
    float: left;
    padding: 60px 0 105px
}

.howworks_slider {
    float: left;
    min-height: 100px;
    padding-left: 35px;
    margin-top: 40px
}

.howworks_featured {
    float: left;
    margin-top: 40px
}

.slider_area {
    background-image: url(img/works_sliderbg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 480px;
    height: 420px;
    float: left;
    display: block
}

.single_iteam,
.slick_slider {
    display: inline;
    float: left;
    width: 100%
}

.single_iteam {
    height: 328px;
    padding: 24px
}

.single_iteam img {
    width: 100%;
    height: 100%
}

.slick-dots li button:before {
    content: "";
    width: 20px;
    border: 2px solid #d8d8d8;
    color: #fff;
    opacity: 1
}

.slick-dots {
    bottom: -130px
}

.howworks_featured .media-left {
    vertical-align: top;
    font-size: 16px
}

.featured_btn {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 15px;
    margin-top: 50px;
    transition: all .5s
}

#ourTeam,
.team_area {
    display: inline;
    float: left;
    width: 100%
}

.single_footer_top ul li a,
.team_social a {
    -webkit-transition: all .5s;
    -o-transition: all .5s
}

.team_area {
    padding: 60px 0 105px
}

.team_title {
    display: block;
    float: left;
    position: relative;
    width: 100%
}

.team_title>hr {
    border-top: 2px dashed #ccc;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 3px;
    width: 100%
}

.team_nav .slick-slide,
.team_nav>li {
    border: 1px solid #ccc
}

.team_title>h2 {
    background: #fff;
    color: #6e6e6e;
    display: inline-block;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 7px;
    padding: 0 80px;
    position: relative;
    z-index: 5
}

.team_title>h2 span {
    font-weight: 400
}

.team_title>p {
    color: #6e6e6e;
    font-size: 16px;
    padding: 0 5%
}

.team {
    float: left;
    display: inline;
    width: 100%;
    margin-top: 50px
}

.team_nav>li {
    display: inline-block;
    width: 20%;
    margin: 0 15px
}

.team_nav .slick-dots {
    bottom: -50px
}

.slick-next,
.slick-prev {
    border: none;
    cursor: pointer;
    font-size: 0;
    font-weight: 700;
    height: auto;
    line-height: 0;
    margin-top: -10px;
    outline: 0;
    padding: 10px;
    position: absolute;
    top: 50%;
    width: auto;
    display: none!important
}

.clients_brand_area,
.featuredBlog_area {
    padding: 60px 0 105px
}

.team_content,
.team_img,
.team_social {
    display: inline;
    float: left;
    width: 100%
}

.team_img img {
    width: 100%
}

.team_content h4 {
    color: #6e6e6e;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 18px;
    text-transform: uppercase
}

.team_social {
    margin: 20px 0 25px
}

.team_social a {
    border: 1px solid #ccc;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin: 0 5px;
    transform: rotate(45deg);
    width: 35px;
    transition: all .5s
}

.clients_brand,
.featured_blog {
    margin-top: 50px
}

.clients_brand,
.clients_brand_area {
    float: left;
    display: inline;
    width: 100%
}

.team_social a>span {
    transform: rotate(-45deg)
}

.clb_nav li {
    display: inline-block
}

#featuredBlog,
.featuredBlog_area,
.featured_blog,
.single_featured_blog {
    float: left;
    display: inline;
    width: 100%
}

.single_featured_blog>h2 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 0;
    text-transform: uppercase
}

.single_featured_blog>img {
    max-width: 100%;
    min-height: 190px
}

.page_left {
    width: 100%!important
}

#footer,
.footer_top,
.single_footer_top {
    float: left;
    display: inline;
    width: 100%
}

.page_left>h2 {
    margin-bottom: 20px!important
}

#footer {
    background-color: #333;
    padding: 25px 0
}

.single_footer_top {
    min-height: 200px
}

.single_footer_top>h2 {
    color: #fff;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 20px
}

.single_footer_top ul li a {
    color: #fff;
    display: block;
    font-weight: 700;
    margin-bottom: 6px;
    transition: all .5s
}

.footer_bottom,
.footer_middle,
.single_footer_middle {
    display: inline;
    width: 100%;
    float: left
}

.single_footer_top p {
    color: #fff;
    line-height: 22px
}

.single_footer_middle {
    color: #fff
}

.single_footer_middle>h2 {
    font-size: 16px;
    font-weight: 700;
    color: #fff
}

.single_footer_middle address>p {
    margin-bottom: 0
}

.footer_bottom {
    margin-top: 35px
}

.copyright,
.developer {
    display: block;
    width: 50%;
    color: #fff
}

.contact_left,
.contact_right {
    margin-top: 40px
}

.copyright {
    float: left
}

.copyright p {
    color: #fff
}

.developer {
    float: right;
    text-align: right
}

.social_nav li,
.social_nav li a {
    display: inline-block
}

.social_nav,
.term_cond_info {
    text-align: left
}

.developer a {
    color: #ccc
}

.social_nav li a {
    border: 1px solid #ccc;
    color: #fff;
    font-size: 14px;
    margin-right: 8px;
    padding: 5px 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(44deg);
    -moz-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    -o-transform: rotate(44deg);
    transform: rotate(44deg)
}

#contact,
#map_canvas,
.contact_area,
.contact_left,
.contact_map,
.contact_right,
.imgedit_contactinfo {
    display: inline;
    width: 100%;
    float: left
}

.social_nav li a:hover {
    background-color: #fff
}

.social_nav li a>i {
    -webkit-transform: rotate(-44deg);
    -moz-transform: rotate(-44deg);
    -ms-transform: rotate(-44deg);
    -o-transform: rotate(-44deg);
    transform: rotate(-44deg)
}

.social_nav li:first-child a {
    padding: 5px 12px
}

.contact_area {
    padding: 40px 0
}

.contact_right {
    padding-left: 70px
}

.contact_right>img {
    margin-bottom: 25px
}

.contact_right address {
    margin-top: 10px;
    font-size: 15px;
    color: #6e6e6e
}

.contact_right p {
    font-size: 15px
}

.contact_right address>p {
    margin-bottom: 0;
    color: #6e6e6e
}

.contact_map {
    background-color: #f0f0f0
}

#map_canvas {
    height: 450px
}

.wpcf7-email,
.wpcf7-select,
.wpcf7-text {
    height: 50px;
    margin-bottom: 15px;
    width: 100%;
    color: #6e6e6e;
    font-size: 18px
}

.imgedit_contact input::-webkit-input-placeholder {
    color: #ccc;
    font-size: 18px
}

.imgedit_contact input:-moz-placeholder {
    color: #ccc;
    font-size: 18px
}

.imgedit_contact input::-moz-placeholder {
    color: #ccc;
    font-size: 18px
}

.imgedit_contact input:-ms-input-placeholder {
    color: #ccc;
    font-size: 18px
}

.imgedit_contactinfo {
    margin-top: 70px
}

.imgedit_contactinfo p {
    color: #fff;
    font-size: 38px;
    font-weight: 400;
    margin-top: 20px
}

#banner h2,
#imgbanner h2,
.author_name {
    font-weight: 700
}

.wpcf7-submit {
    border: none;
    color: #fff;
    display: block;
    float: right;
    font-size: 20px;
    height: 42px;
    line-height: 42px;
    width: 125px;
    margin-top: 10px;
    -webkit-transition: all .5s;
    -mz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.pagination li a,
.post_commentbox a,
.post_commentbox span {
    -mz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.term_cond_info {
    color: #fff;
    float: left;
    font-size: 17px;
    margin-top: 38px;
    width: 100%
}

#banner,
#imgbanner {
    margin-top: 77px;
    width: 100%;
    float: left;
    display: inline
}

#banner,
#imgbanner,
#imgbanner h2,
.archiveblog_left {
    text-align: center
}

#banner {
    padding: 25px 0 35px
}

#banner h2 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 22px
}

#banner p {
    color: #fff;
    font-size: 18px
}

#imgbanner {
    background-image: url(img/nosotros.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 300px;
    padding: 118px 0
}

#imgbanner h2 {
    color: #fff;
    font-size: 72px
}

#blogArchive {
    float: left;
    display: inline;
    width: 100%;
    padding: 40px 0
}

.blogArchive_area {
    float: left;
    display: inline;
    width: 100%;
    min-height: 300px
}

.single_archiveblog {
    background-color: #fff;
    display: inline;
    float: left;
    padding: 20px;
    width: 100%;
    margin-bottom: 20px
}

.archiveblog_left {
    float: left;
    display: inline;
    width: 150px
}

.author_img {
    width: 150px;
    height: 150px;
    border-radius: 100%
}

.postdate {
    text-transform: uppercase
}

.archiveblog_right {
    float: right;
    display: inline;
    width: 76%
}

.blog_sidebar,
.post_commentbox,
.single_sidebar {
    display: inline;
    width: 100%;
    float: left
}

.archiveblog_right>h2 {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 0;
    text-transform: uppercase
}

.archiveblog_right>img {
    max-width: 100%;
    margin-bottom: 15px
}

.blog_sidebar {
    background-color: #fff;
    min-height: 300px;
    padding: 20px 30px
}

.post_commentbox {
    margin-bottom: 15px
}

.post_commentbox a,
.post_commentbox span {
    color: #798992;
    font-size: 11px;
    margin-right: 5px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.post_commentbox a>i,
.post_commentbox span>i {
    margin-right: 5px
}

.pagination li a {
    -webkit-transition: all .5s;
    transition: all .5s
}

.catg_nav li>a,
.tags_nav li a {
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -mz-transition: all .5s
}

.pagination li a:focus,
.pagination li a:hover {
    color: #fff
}

.single_sidebar {
    margin-bottom: 30px
}

.catg_nav li>a,
.single_sidebar ul>li a {
    margin-bottom: 5px;
    font-size: 15px
}

.single_sidebar>h2 {
    font-weight: 700;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 15px
}

.catg_nav li>a {
    color: #798992;
    display: block;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.tags_nav li,
.tags_nav li a {
    display: inline-block
}

.catg_nav li>a:hover {
    padding-left: 10px
}

.tags_nav {
    text-align: left
}

.tags_nav li a {
    padding: 5px;
    margin-right: 5px 7px;
    background-color: #798992;
    color: #fff;
    margin-bottom: 10px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.previous_nav,
.sociallink_nav li a {
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.tags_nav li a:focus,
.tags_nav li a:hover {
    color: #fff!important
}

.archiveblog_right ul {
    padding: 10px 10px 10px 20px;
    position: relative
}

.archiveblog_right ul li {
    color: #798992;
    font-size: 15px;
    line-height: 25px
}

.archiveblog_right ul li:before {
    content: "";
    height: 10px;
    left: 0;
    margin-top: 5px;
    position: absolute;
    width: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -os-transform: rotate(45deg);
    transform: rotate(45deg)
}

.social_link {
    display: inline;
    float: left;
    margin-bottom: 25px;
    margin-top: 20px;
    width: 100%
}

.sociallink_nav li,
.sociallink_nav li a {
    display: inline-block
}

.sociallink_nav {
    text-align: center
}

.sociallink_nav li a {
    color: #fff;
    font-size: 17px;
    padding: 8px 12px;
    margin: 0 3px;
    webkit-transition: all .5s;
    -mz-transition: all .5s;
    transition: all .5s
}

.sociallink_nav li a:hover {
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -os-transform: rotate(50deg);
    transform: rotate(50deg)
}

.sociallink_nav li a:hover i {
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    -os-transform: rotate(-50deg);
    transform: rotate(-50deg)
}

.sociallink_nav li:nth-child(1)>a {
    background: #3b5998;
    padding: 8px 15px
}

.sociallink_nav li:nth-child(2)>a {
    background: #00acee
}

.sociallink_nav li:nth-child(3)>a {
    background: #dd4b39
}

.sociallink_nav li:nth-child(4)>a {
    background: #0e76a8
}

.sociallink_nav li:nth-child(5)>a {
    background: #c92228
}

.post_navigation {
    float: left;
    display: inline;
    width: 100%
}

.next_nav,
.previous_nav {
    border-radius: 12px;
    display: block;
    padding: 10px 20px;
    font-weight: 700;
    webkit-transition: all .5s;
    -mz-transition: all .5s
}

.previous_nav {
    float: left;
    transition: all .5s
}

.previous_nav>i {
    margin-right: 5px
}

.next_nav {
    float: right;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.next_nav>i {
    margin-left: 5px
}

.next_nav:hover,
.previous_nav:hover {
    color: #fff
}

.similar_post {
    background-color: #fff;
    display: inline-block;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 15px;
    width: 100%
}

.similar_post h2 {
    border-bottom: 1px dotted #798992;
    font-size: 25px;
    margin-bottom: 20px;
    padding-bottom: 5px
}

.small_catg li {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    float: left;
    width: 50%
}

.related-img {
    height: 112px;
    width: 112px
}

.related-img img {
    width: 100%;
    height: 100%
}

.single_sidebar .small_catg li {
    width: 100%
}

.single_sidebar .small_catg>li a {
    font-size: 18px;
    margin-bottom: 5px
}

.blog_archive {
    display: inline;
    float: left;
    margin-bottom: 15px;
    width: 100%
}

.blog_archive select {
    background-color: #798992;
    border: none;
    color: #fff;
    height: 50px;
    padding: 10px;
    width: 100%
}

.blog_archive select option {
    cursor: pointer;
    padding: 10px 5px
}
.video-home{
/*   margin-top: 65px; */
}
.box-vm {
  position: absolute;
  width: 200px;
  right: 0;
  margin-right: 10px;
  top: 20%;
  transform: translateY(-40%);
  z-index:2;
  cursor: pointer;
  text-align: center;
}
.filter {
  position: relative;
}
.f-color{
  width: 100%;
  height: 100%;
  background-color: #e0e0e029;
  position: absolute;
}
.hover-box{
  position: absolute;
  top: 0px;
  width: 40%;
  right: 0px;
  height: 90%;
}
.back-i-logo {
  position: absolute;
  width: 260px;
  right: -260px;
  height: 200px;
  background-color: white;
  top: 20%;
  transform: translateY(-40%);
  z-index: 1;
  transition: all 0.3s ease;
  cursor: pointer;
}
.back-i-logo.act-back {
  right: -30px;
}
.box-vm .logo2 {
  opacity: 0;
  transition: 0.5s all ease;
}
.box-vm.act-vm .logo2 {
  opacity: 1;
  transition: 2s all ease;
}
.btn-ver {
  background-color: #96bf0d;
  color: white;
  opacity: 0;
  transition: 0.5s all ease;
}
.act-vm .btn-ver {
  opacity: 1;
  transition: 2s all ease;
}
.slick-dots li button:before {
  height: 16px;
  width: 16px;
  border: 3px solid #201e21;
  border-radius: 50px;
}
.slick-dots li.slick-active button:before {
  background-color: #c10020;
}
.slick-dots {
  bottom: 10px;
}
.slick-slider {
  margin-bottom: 0px;
}

@media(max-width:1199px) {
    .price_nav>li {
        margin-right: 10px
    }
    .testimon_nav li {
        margin-left: 32px
    }
    .howworks_slider {
        padding-left: 0
    }
    .slider_area {
        width: 100%
    }
    .service_nav li {
        margin-left: 12px;
        min-height: 522px;
        padding: 0 10px
    }
    .archiveblog_right {
        width: 70%
    }
    .page_left {
        width: 100%
    }
}

@media(max-width:991px) {
    .dropdown-menu>li>a,
    .navbar-default .navbar-nav>li>a {
        font-size: 12px;
        padding: 10px
    }
    .navbar-brand {
        height: auto;
        margin-top: 9px;
        width: 215px
    }
    #banner,
    #imgbanner,
    #sliderSection {
        margin-top: 67px
    }
    .navbar-brand>img {
        height: 100%
    }
    .price_nav>li {
        margin-right: 9px
    }
    .price_img {
        width: 85%
    }
    .price_nav li>h3 {
        font-size: 25px
    }
    .price_nav li>p {
        font-size: 16px
    }
    .get_button {
        font-size: 12px;
        padding: 10px 12px
    }
    .price_badge {
        font-size: 13px;
        height: 34px;
        padding-right: 27px;
        right: -50px;
        top: 22px
    }
    .testimon_nav li {
        width: 29%
    }
    .service_nav li {
        width: 31%
    }
    #imgbanner,
    .page_left {
        width: 100%
    }
    .service_nav li>h2 {
        font-size: 16px
    }
    .single_footer_top>h2 {
        font-size: 22px
    }
    .form_container {
        padding: 20px 100px
    }
    #imgbanner {
        padding: 100px 0
    }
    #imgbanner h2 {
        line-height: 72px;
        font-size: 55px
    }
    .archiveblog_right>h2 {
        font-size: 20px
    }
    .slider_caption>h2 {
        font-size: 37px
    }
    .social_nav li a {
        margin-right: 5px
    }
    .pfeatured_nav li {
        font-size: 13px;
        padding: 8px 0
    }
}

@media(max-width:767px) {
    .navbar-default li.active:after {
        display: none
    }
    .navbar-nav>li>.dropdown-menu {
        margin-top: 5px
    }
    .navbar-toggle {
        margin-top: 13px
    }
    #banner,
    #imgbanner,
    #sliderSection {
        margin-top: 61px
    }
    .price_nav>li {
        width: 100%;
        margin-bottom: 25px
    }
    .testimon_nav {
        margin-left: 0
    }
    .testimon_nav li {
        margin-bottom: 100px;
        width: 100%;
        margin-left: 0
    }
    .client_img {
        left: 42%
    }
    .service_nav li {
        width: 100%;
        min-height: auto;
        margin-bottom: 15px
    }
    .form_container {
        padding: 20px 50px
    }
    .client_title>h2 {
        line-height: 35px
    }
    #imgbanner h2 {
        font-size: 40px;
        line-height: 40px
    }
    #imgbanner {
        height: 250px
    }
    .dropdown-menu>li>a:focus,
    .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:hover {
        border-radius: 0
    }
    .imgeditcontact_area>h2 {
        font-size: 25px;
        line-height: 40px
    }
    .imgedit_panel .media-left>img {
        max-width: 60%;
        margin-bottom: 15px
    }
    .post_navigation,
    .single_featured_blog {
        margin-bottom: 30px
    }
    .imgedit_panel .media-body {
        float: left
    }
    .archiveblog_right {
        float: left;
        margin-left: 10px;
        width: 70%
    }
    .social_nav li a {
        margin-right: 8px
    }
    .pfeatured_nav li {
        font-size: 15px;
        padding: 10px 0
    }
    .page_left {
        width: 100%
    }
}

@media(max-width:640px) {
    .slider_caption {
        top: 0
    }
    .slider_caption>h2 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px
    }
    .slider_btn {
        margin-top: 10px
    }
}

@media(max-width:480px) {
    .client_title hr,
    .service_title>hr {
        display: none
    }
    .archiveblog_left,
    .copyright,
    .developer,
    .footer_social {
        width: 100%
    }
    .client_img {
        left: 39%
    }
    .copyright {
        text-align: center;
        margin-bottom: 20px
    }
    .service_title>h2 {
        font-size: 30px;
        padding: 0
    }
    .service_title>p {
        font-size: 18px
    }
    .form_container {
        padding: 20px 0
    }
    #imgbanner h2 {
        font-size: 30px;
        line-height: 35px
    }
    #imgbanner {
        height: 200px;
        padding: 70px 0
    }
    .contact_right {
        padding-left: 0
    }
    .archiveblog_right {
        margin-left: 0;
        width: 100%
    }
    .next_nav,
    .previous_nav {
        padding: 10px
    }
    .slider_caption {
        padding: 0 2%
    }
    .slider_caption>p {
        font-size: 14px;
        line-height: 18px
    }
    .slider_btn {
        font-size: 14px;
        padding: 8px 13px
    }
    .team_title>h2 {
        font-size: 25px;
        padding: 0 25px
    }
    #specialQuote p {
        font-size: 25px;
        line-height: 35px
    }
    .social_nav {
        text-align: left
    }
    .developer {
        text-align: center
    }
    .footer_bottom {
        margin-top: 0
    }
    .client_title>h2 {
        line-height: 30px;
        font-size: 25px
    }
}

/* @media(max-width:360px) {
    .client_title>h2 {
        font-size: 20px
    }
    .client_img {
        left: 35%
    }
    #imgbanner h2 {
        font-size: 22px;
        line-height: 35px
    }
    .support_btn {
        margin-top: 30px
    }
    .expand_icon {
        height: 36px;
        position: absolute;
        right: 0;
        top: 1px
    }
    .imgedit_heading .panel-title {
        position: relative
    }
    .imgedit_heading .panel-title>a {
        font-weight: 400;
        font-size: 12px
    }
    .archiveblog_right>h2 {
        font-size: 17px;
        line-height: 25px
    }
    .slider_caption {
        top: 5%
    }
    .slick-initialized .slick-slide {
        text-align: center
    }
    .slick-slide img {
        display: inline-block
    }
}
 */
@media(max-width:320px) {
    .client_title>h2 {
        font-size: 18px
    }
    .client_img {
        left: 33%
    }
}