/*-----------------------------------------------------------------------------------

    Template Name: Seo Quake
    Template URI: 
    Description: This is html5 template
    Author: Saikat Ahmed
    Author URI: https://about.me/saikatahmed
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
  
    1. Theme default CSS
    2. Home
        2.2 Video-area
    3. local-seo-page
    4. email-marketing
    5. social-media-marketing
    6. Search Engine optimization
    7. Pay per click
    8. Case Studies
    9. Our Agency
    10. Pricing package
    11. Coming Soon
    12. faq
    13. 404
    14. Default blog
    15. Blog standard
    16. Post Details Sidebar
    17. Post Details Full Width
    18. Contact

-----------------------------------------------------------------------------------*/


/*----------------------------------------*/


/*  1. Theme default CSS
/*----------------------------------------*/

.clear {
    clear: both
}

::-moz-selection {
    background: #00b0ff;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #00b0ff;
    color: #fff;
    text-shadow: none;
}

.no-mar {
    margin: 0!important;
}

.no-pad {
    padding: 0!important;
}

div#preloader {
    background: #000 url("../img/loader.gif") no-repeat scroll center center;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

header.navbar-fixed-top {
    animation-duration: 0.8s;
    animation-name: fadeInDown;
    animation-timing-function: ease-in-out;
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
    left: 0;
    padding-top: 20px;
    position: fixed !important;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.mar-bot-50 {
    margin-bottom: 50px;
}

.mar-bot-40 {
    margin-bottom: 40px;
}

.mar-bot-35 {
    margin-bottom: 35px;
}

.mar-bot-30 {
    margin-bottom: 30px;
}

.mar-top-30 {
    margin-top: 30px;
}

.mar-top-80 {
    margin-top: 80px;
}

.mar-top-80 {
    margin-top: 80px;
}

.mar-top-55 {
    margin-top: 55px;
}

.mar-top-108 {
    margin-top: 108px;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: 0;
}

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
}

body {
    background: #fff;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #888;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

button,
input,
textarea {
    letter-spacing: 1px;
}


/*----------------------------------------*/


/*  2. Home
/*----------------------------------------*/

header {
    background: #fff none repeat scroll 0 0;
    padding: 14px 0;
}

.logo {
    padding: 5px 0 0;
}

.menu {
    padding: 5px 0 0;
}

.menu ul {}

.menu ul > li {
    display: inline-block;
    margin-right: 5px;
    position: relative;
}

.menu ul li:last-child {
    margin-right: 0;
}

.menu .drop-icon:hover::after {
    color: #00b0ff;
}

.menu ul li > a {
    color: #5f5f5f;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    padding: 5px 20px 22px 5px;
    position: relative;
}

.menu .drop-icon > a::after {
    content: "";
    font-family: Fontawesome;
    font-size: 12px;
    position: absolute;
    right: 8px;
    top: 2px;
}

.menu ul li:hover > a {
    color: #00b0ff;
}


/*drop-down*/

.menu li .dorpdown {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #00b0ff;
    box-shadow: 1px 4px 13px -4px rgba(0, 0, 0, 0.75);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 43px;
    -webkit-transform: translate(0px, -25px);
    -moz-transform: translate(0px, -25px);
    -ms-transform: translate(0px, -25px);
    -o-transform: translate(0px, -25px);
    transform: translate(0px, -25px);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 257px;
    z-index: 99;
}

.menu li:hover .dorpdown {
    opacity: 1;
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    transform: translate(0px, 0);
    visibility: visible;
}

.menu li .dorpdown li {
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid transparent;
    display: block;
    margin: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.menu li .dorpdown li:hover {
    border-left: 1px solid #00b0ff;
}

.menu li .dorpdown li a {
    color: #3d4652;
    display: block;
    font-size: 15px;
    padding: 9px 0 9px 29px;
}

.search-free .free {
    margin-right: 40px;
}

.search-free .free-analysis {
    background: #00b0ff none repeat scroll 0 0;
    border: 3px solid #00b0ff;
    color: #fff;
    display: inline-block;
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    height: 45px;
    letter-spacing: 0;
    line-height: 24px;
    padding: 8px 5px;
    text-align: center;
    text-transform: uppercase;
    width: 205px;
}

.search-free .free-analysis:hover {
    background: transparent none repeat scroll 0 0;
}

.search-free {
    text-align: right;
}

.search-free div {
    display: inline-block;
}

.search-free .search {
    position: relative;
}

.search input {
    background: #fff none repeat scroll 0 0;
    border: 8px solid #ddd;
    color: #111;
    height: 55px;
    letter-spacing: 0;
    opacity: 0;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 163%;
    -webkit-transform: translate(0px, -20px);
    -moz-transform: translate(0px, -20px);
    -ms-transform: translate(0px, -20px);
    -o-transform: translate(0px, -20px);
    transform: translate(0px, -20px);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 200px;
    z-index: 9;
}

.search:hover input,
.search input:focus {
    opacity: 1;
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    transform: translate(0px, 0);
    visibility: visible;
}

.search:hover a {
    color: #00b0ff;
}

.search > a {
    color: #9c9c9c;
    font-size: 24px;
    padding: 0 0 17px 20px;
}


/*header-end*/


/*2.2 Video-area*/

.video-container {
    position: relative;
}

.video-container > img {
    width: 100%;
}

.video-container::before {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

video#bgvid {
    display: block;
    width: 100%;
}

.video-content {
    left: 21.8%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.video-content .vcontent-head {
    color: #fff;
    font-size: 46px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 54px;
    margin-bottom: 13px;
}

.video-content p {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 54px;
    margin-bottom: 17px;
}

.video-content a {
    background: #fff none repeat scroll 0 0;
    border: 3px solid #fff;
    border-radius: 30px;
    color: #2a2c29;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    height: 47px;
    letter-spacing: 0;
    line-height: 43px;
    margin-right: 20px;
    position: relative;
    text-align: center;
    width: 180px;
}

.video-content a.watch {
    padding-left: 18px;
}

.video-content a.watch:hover {
    background: transparent none repeat scroll 0 0;
    border-color: #00b0ff;
}

.video-content a.watch::before {
    color: #00b0ff;
    content: "";
    font-family: FontAwesome;
    left: 28px;
    position: absolute;
    top: 0;
}

.video-content a.trial {
    background: #00b0ff none repeat scroll 0 0;
    border-color: #00b0ff;
    color: #fff;
}

.video-content a.trial:hover {
    background: transparent none repeat scroll 0 0;
    color: #fff;
}


/*counter*/

.service-counter {
    background: #f7f7f7 url("../img/bg/process-bg.png") no-repeat scroll 0 0;
    padding: 99px 0 94px;
}

.single-scounter .counter {
    color: #3b3b3b;
    font-size: 52px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 54px;
}

.single-scounter.text-center .counter.counter-up {
    margin-right: 16px;
}

.single-scounter p {
    color: #909090;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 54px;
}


/*about-company*/

.about-company-area {
    padding: 90px 0 100px;
}

.about-company-header {
    border-bottom: 1px solid #d5d5d5;
    margin: 0 0 90px;
    padding: 0 0 72px;
    text-align: center;
}

.section-title {
    color: #3b3b3b;
    font-size: 44px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 54px;
}

.about-company-header h2 {
    margin-bottom: 22px;
}

.about-company-header p {
    color: #3b3b3b;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
}

.about-company-right p {
    color: #3b3b3b;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 42px;
    margin: 0 0 53px;
}

.about-company-right a {
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
}

.about-company-right {
    margin: 150px 0 0;
}


/*seo-score-area*/

.seo-score-area {
    background: #00b0ff none repeat scroll 0 0;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.seo-score-area .search-icon {
    position: absolute;
    top: 38%;
    z-index: 0;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.seo-score-area .object-icon {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.seo-score-area .computer-icon {
    bottom: 0;
    position: absolute;
    z-index: 0;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.check-with-email {
    padding: 171px 0 175px;
    text-align: center;
}

.check-with-email .check-email-title {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 42px;
    margin-bottom: 11px;
}

.check-with-email p {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 42px;
}

.check-with-email .input-url-email {
    margin: 26px 0 65px;
}

.check-with-email .input-url-email .url {
    background: #e4e3e3 none repeat scroll 0 0;
    border: 1px solid #373434;
    border-radius: 25px 0 0 25px;
    color: #797979;
    display: inline-block;
    font-size: 16px;
    height: 63px;
    letter-spacing: 0;
    line-height: 42px;
    padding: 0 0 0 40px;
    width: 520px;
}

.check-with-email .input-url-email .email {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #e4e3e3 none repeat scroll 0 0;
    
    border-image: none;
    border-radius: 0 25px 25px 0;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    color: #797979;
    display: inline-block;
    font-size: 16px;
    height: 63px;
    letter-spacing: 0;
    line-height: 42px;
    margin-left: -6px;
    padding: 0 0 0 40px;
    position: relative;
    text-align: left;
    width: 260px;
}

.blue-button-submit {
    background: #f7f7f7 none repeat scroll 0 0;
    
    border-radius: 17px;
    box-shadow: -1px 4px 20px -11px rgba(0, 0, 0, 0.75);
    color: #000 !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    height: 60px;
    letter-spacing: 0;
    line-height: 56px;
    padding: 0 26px;
}

.blue-button-submit:hover {
    background: transparent none repeat scroll 0 0;
    color: #fff !important;
}

.check-with-email .checkup {}


/*we-offer-area*/

.we-offer-area {
    padding: 168px 0 141px;
}

.we-offer-left {}

.we-offer-left .we-offer-title {
    margin-bottom: 54px;
    padding-bottom: 40px;
    position: relative;
}

.we-offer-left .we-offer-title::after {
    border-bottom: 1px solid #969696;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 222px;
}

.we-offer-left p {
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 30px;
}

.we-offer-left .p1 {
    margin-bottom: 48px;
}

.we-offer-right {}


/*service*/

.service-area {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 40px 0 55px;
}

.single-service {
    border-bottom: 2px solid transparent;
    padding: 45px 0 50px;
    text-align: center;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.single-service:hover {
    background: #fff none repeat scroll 0 0;
    border-color: #008aff;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.1);
}

.service-img {}

.service-img > img {
    margin-left: 15px;
}

.service-content h4 {
    color: #3b3b3b;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 8px;
}

.service-content p {
    color: #3b3b3b;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}


/*real-support*/

.real-support-area {
    padding: 80px 0 100px;
}

.real-support-left {
    padding: 50px 0 0;
}

.real-support-left .real-support-title {
    margin-bottom: 26px;
}

.real-support-left p {
    color: #3b3b3b;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 46px;
}

.real-support-left .get-ticket {}

.real-support-left .get-ticket:hover {
    color: #00b0ff!important;
}


/*recent-case-area*/

.recent-case-area {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 58px 0 130px;
}

.recent-case-head {
    margin-bottom: 108px;
    text-align: center;
}

.recent-case-head .recent-case-title {
    margin-bottom: 17px;
}

.recent-case-head p {
    color: #3b3b3b;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 30px;
}

.single-case-studies {}

.case-studies-contents {
    overflow: hidden;
    position: relative;
}

.case-studies-contents img {
    width: 100%;
}

.case-contents-text {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    height: 128px;
    left: 0;
    opacity: 0;
    padding: 30px 0;
    position: absolute;
    text-align: center;
    -webkit-transform: translate(0px, 220px);
    -moz-transform: translate(0px, 220px);
    -ms-transform: translate(0px, 220px);
    -o-transform: translate(0px, 220px);
    transform: translate(0px, 220px);
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    visibility: hidden;
    width: 100%;
}

.single-case-studies:hover .case-contents-text {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    visibility: visible;
}

.case-contents-text a {
    color: #fff;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 34px;
    text-decoration: underline;
}


/*happy-client*/

.happy-client-area {
    padding: 162px 0 125px;
}

.happy-client-left {}

.happy-client-left .happy-client-left-title {
    margin-bottom: 26px;
}

.happy-client-left p {
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 30px;
}

.happy-client-right {
    padding-right: 150px;
    position: relative;
}

.happy-client-right .feedback-title {
    color: #3b3b3b;
    font-size: 44px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 48px;
    margin-bottom: 25px;
    position: relative;
}

.happy-client-right .feedback-title::before {}

.happy-client-right p {
    color: #3b3b3b;
    font-size: 18px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 30px;
}

.happy-client-right .feedback-more {
    background: #00b0ff none repeat scroll 0 0;
    border: 3px solid #00b0ff;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    height: 50px;
    line-height: 42px;
    margin-top: 71px;
    text-align: center;
    width: 50px;
}

.happy-client-right .feedback-more:hover {
    background: transparent none repeat scroll 0 0;
    color: #00b0ff!important;
}

.happy-client-right .owl-pagination {
    position: absolute;
    right: -130px;
    top: 0;
}

.happy-client-right .owl-pagination .owl-page {
    display: block;
}

.happy-client-right .owl-theme .owl-controls .owl-page span {
    background: transparent none repeat scroll 0 0;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

.happy-client-right .owl-pagination .owl-page {
    border: 3px solid transparent;
    border-radius: 50px;
    height: 50px;
    margin-bottom: 35px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 50px;
}

.happy-client-right .owl-pagination .owl-page.active {
    border-color: #008aff;
}

.happy-client-right .owl-pagination .owl-page:nth-child(1) {
    background-image: url("../img/happy-client/client1.png");
}

.happy-client-right .owl-pagination .owl-page:nth-child(2) {
    background-image: url("../img/happy-client/client2.png");
}

.happy-client-right .owl-pagination .owl-page:nth-child(3) {
    background-image: url("../img/happy-client/client3.png");
}

.happy-client-right .owl-pagination .owl-page:nth-child(4) {
    background-image: url("../img/happy-client/client4.png");
    margin: 0;
}


/*pricing-table-area*/

.pricing-table-area {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 110px 0 105px;
}

.pricing-table-header {
    text-align: center;
    padding-bottom: 115px;
}

.pricing-header-content {
    padding: 0 8px;
}

.pricing-table-header .pricing-table-title {
    margin-bottom: 17px;
}

.pricing-table-header p {
    color: #3b3b3b;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 30px;
}

.pricing-tables {}

.single-pricing-table {
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.75);
    padding: 61px 0 57px;
    text-align: center;
}

.single-pricing-table .ptable-title {
    color: #212121;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.single-pricing-table .ptable-price {
    color: #212121;
    display: inline-block;
    font-size: 70px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 60px;
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
}

.single-pricing-table .ptable-price::before {
    content: "$";
    font-size: 39px;
    font-weight: 300;
    left: -5px;
    position: absolute;
    top: -15px;
}

.single-pricing-table .ptable-price span {
    color: #9fa3a7;
    font-size: 20px;
    margin-left: -20px;
}

.single-pricing-table .ptable-desc {
    display: block;
    margin-bottom: 26px;
}

.single-pricing-table .ptable-desc li {
    display: block;
}

.single-pricing-table .ptable-desc li span {
    color: #212121;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
}

.single-pricing-table .ptable-desc li span.color-light {
    color: #9fa3a7;
}

.single-pricing-table .ptable-buy-now {
    border: 1px solid #9fa3a7;
    border-radius: 30px;
    color: #525252;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    height: 47px;
    letter-spacing: 0;
    line-height: 45px;
    width: 160px;
}

.single-pricing-table .ptable-buy-now:hover {
    background: #00b0ff none repeat scroll 0 0;
    border-color: #00b0ff;
    color: #fff!important;
}

.single-pricing-table.popular-pricing-table {
    background: #fff none repeat scroll 0 0;
    box-shadow: none;
    margin-top: -28px;
    padding: 89px 0 85px;
    position: relative;
}

.popular-pricing-table .popular {
    background: #00b0ff none repeat scroll 0 0;
    color: #fff;
    font-size: 11px;
    height: 20px;
    letter-spacing: 0;
    line-height: 20px;
    position: absolute;
    right: 13px;
    text-align: center;
    top: 17px;
    width: 87px;
}

.single-pricing-table.popular-pricing-table .ptable-buy-now {
    background: #00b0ff none repeat scroll 0 0;
    border-color: #00b0ff;
    color: #fff;
}

.single-pricing-table.popular-pricing-table .ptable-buy-now:hover {
    background: transparent none repeat scroll 0 0;
    border-color: #00b0ff;
    color: #00b0ff!important;
}


/*blog-area*/

.latest-blog-area {
    padding: 83px 0 95px;
}

.blog-header {
    margin-bottom: 75px;
    text-align: center;
}

.blogs {}

.single-blog {}

.single-blog .blog-tags {
    margin-bottom: 10px;
}

.single-blog .blog-tags ul {}

.single-blog .blog-tags ul li {
    background: #00bfa5 none repeat scroll 0 0;
    display: inline-block;
    height: 23px;
    margin-right: 5px;
    padding: 0 10px;
}

.single-blog .blog-tags ul li a {
    color: #fff;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 24px;
}

.single-blog .blog-tags ul li a:hover {
    color: #fff!important;
}

.single-blog .blog-img {
    position: relative;
}

.single-blog .blog-img a {
    display: block;
}

.single-blog .blog-img a img {
    width: 100%;
}

.single-blog .blog-img a.sec-img {
    bottom: -40px;
    left: 15px;
    position: absolute;
}

.single-blog .blog-img a.sec-img img {
    border-radius: 50px;
}

.single-blog .blog-name-date {
    margin: 3px 0 0 127px;
}

.single-blog .blog-name-date .name {
    display: inline-block;
}

.single-blog .blog-name-date .name span,
.single-blog .blog-name-date .name a,
.single-blog .blog-name-date .date span {
    color: #818181;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px;
}

.single-blog .blog-name-date .name a {
    color: #00bfa5;
}

.single-blog .blog-name-date .date {
    display: inline-block;
    float: right;
}

.single-blog .blog-name-date .date span {}

.single-blog .blog-text {
    margin: 41px 0 0;
}

.single-blog .blog-text h2.blog-title,
.single-blog .blog-text h2.blog-title a {
    color: #3c3c3c;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 30px;
    margin: 0 0 19px;
}

.single-blog .blog-text span.type {
    color: #00bfa5;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
}

.single-blog .blog-text p {
    color: #818181;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 8px 0 0;
}

.single-blog .blog-meta {
    margin-top: 17px;
}

.single-blog .blog-meta a {
    border: 2px solid #acacac;
    color: #818181;
    display: inline-block;
    font-size: 13px;
    height: 40px;
    letter-spacing: 0;
    line-height: 35px;
    text-align: center;
    width: 128px;
}

.single-blog .blog-meta a:hover {
    border-color: #00b0ff;
}

.single-blog .blog-meta ul.view-like-comment {
    display: inline-block;
    float: right;
}

.single-blog .blog-meta ul.view-like-comment li {
    display: inline-block;
    margin-right: 58px;
}

.single-blog .blog-meta ul.view-like-comment li span,
.single-blog .blog-meta ul.view-like-comment li i {
    color: #818181;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px;
}

.single-blog .blog-meta ul.view-like-comment li i {
    margin-right: 5px;
}


/*valueable-client-area*/

.valueable-client-area {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 38px 0 25px;
}

.client-header {}

.c-heading {
    text-align: center;
}

.c-heading .client-section-title {
    margin-bottom: 9px;
}

.c-heading p {
    color: #3b3b3b;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 28px;
}

.brands .owl-pagination {
    display: none;
}

.client-brand {
    margin-top: 30px;
}

.brands {
    position: relative;
}

.single-brand {
    text-align: center;
}

.single-brand a {}

.single-brand a img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-brand a:hover img {
    -webkit-filter: brightness(50%);
    -o-filter: brightness(50%);
    filter: brightness(50%);
}

.brands .owl-theme .owl-controls .owl-buttons div {
    background: transparent none repeat scroll 0 0;
    border-radius: 30px;
    color: #8b898a;
    display: inline-block;
    font-size: 36px;
    margin: 0;
    padding: 3px 10px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.brands .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -10px;
}

.brands .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -10px;
}


/*newsletter-area*/

.newsletter-area {}

.newsletter-area .search-icon {
    position: absolute;
    top: 28%;
    z-index: 0;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.newsletter-area .object-icon {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.newsletter-area .computer-icon {
    bottom: 0;
    position: absolute;
    z-index: 0;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.white-bg-area {
    background: #fff none repeat scroll 0 0;
    padding: 95px 0;
    z-index: 0;
}


/*footer*/

footer {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 60px 0 39px;
}

.footer-top {
    border-bottom: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
    padding: 20px 0 31px;
}

.footer-logo {
    margin-bottom: 11px;
}

.single-footer p {
    color: #9a9a9a;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
}

.footer-title {
    color: #444444;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 11px;
}

.single-footer ul li,
.single-footer ul li a {
    color: #9a9a9a;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 28px;
}

.single-footer .footer-social {
    margin: 19px 0 7px;
}

.footer-single-connect {
    padding: 0 0 0 35px;
}

.single-footer .footer-social li {
    border: 1px solid #d5d5d5;
    border-radius: 50px;
    display: inline-block;
    height: 32px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 32px;
}

.single-footer .footer-social li a {
    line-height: 30px;
}

.single-footer .footer-social li:hover {
    background: #00b0ff none repeat scroll 0 0;
    border-color: #00b0ff;
}

.single-footer .footer-social li a:hover {
    color: #fff!important;
}

.single-footer .footer-social li.facebook a {
    color: #2e54a4;
}

.single-footer .footer-social li.twitter a {
    color: #56b1f6;
}

.single-footer .footer-social li.linkedin a {
    color: #008bd4;
}

.footer-bottom {
    padding: 30px 0 0;
}

.copyright,
.copyright a {
    color: #9a9a9a;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
}

.copyright a {
    color: #515151;
    font-weight: 500;
}

.footer-bottom-link {
    text-align: right;
}

.footer-bottom-link li {
    display: inline-block;
    margin-left: 22px;
}

.footer-bottom-link li a {
    color: #9a9a9a;
    font-size: 14px;
    letter-spacing: 0;
}


/*modal*/

.modal-dialog {
    height: auto;
    margin: 0 auto;
    width: 75%;
    z-index: 9999999;
}

.modal-title {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
}

.modal-body > video {
    width: 100%;
}

.modal.fade.in {
    background: #000 none repeat scroll 0 0;
}

.modal-body {
    padding: 0;
}

button.close {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #000;
    cursor: pointer;
    font-size: 40px;
    opacity: 1;
    padding: 0;
}

.modal-header .close {
    margin-top: -10px;
}

.modal-header {
    padding: 8px 15px;
}


/*scrollup*/

#scrollUp {
    background: #232323 none repeat scroll 0 0;
    border: 1px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    bottom: 35px;
    color: white;
    cursor: pointer;
    display: none;
    font-size: 17px;
    height: 40px;
    line-height: 20px;
    padding-top: 10px;
    position: fixed;
    right: 20px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 40px;
    z-index: 9999;
}

#scrollUp:hover {
    background: #00b0ff none repeat scroll 0 0;
    border-color: #00b0ff;
    color: #fff !important;
}

.mobile-logo-area {
    padding: 20px 0;
    text-align: center;
}


/*----------------------------------------*/


/*  3. local-seo-page
/*----------------------------------------*/

.top-banner-area {
    position: relative;
}

.top-banner-area::before {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.top-banner-area > img {
    width: 100%;
}

.top-banner-content {}

.top-banner-content .top-banner-title {
    color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
}

.top-banner-content > p {
    background: #00b0ff none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 54px;
    padding: 0 54px 3px 23px;
    position: absolute;
}

.top-banner-content > p a {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 54px;
    text-decoration: underline;
}

.top-banner-content > p a:hover {
    color: #fff!important;
}

.local-seo-area {
    padding: 90px 0;
    position: relative;
}

.local-seo-banner {
    background: rgba(0, 0, 0, 0) url("../img/banner/local-seo.png") no-repeat scroll right top / contain;
    height: 100%;
    position: absolute;
    right: 0;
    top: 15%;
    width: 55%;
}

.local-seo-left {}

.others-title {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 54px;
    position: relative;
}

.others-title::after {
    border-bottom: 1px solid #008aff;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 80px;
}

.local-seo-left .top-title {
    margin-bottom: 64px;
}

.local-seo-left .local-seo-title {}

.local-seo-left p {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
    margin: 47px 0 79px;
}

.local-seo-left a {}

.local-seo-left a:hover {
    color: #00B0FF!important;
}

.local-seo-bottom {
    padding-top: 128px;
}

.local-seo-bottom .local-seo-bottom-title {
    margin-bottom: 36px;
}

.local-seo-bottom p {
    color: #000;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 30px;
}

.capability-area {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 71px 0 105px;
}

.capability-header {
    padding-bottom: 37px;
}

.capability-header .capability-title {}

.single-capability {
    border-bottom: 2px solid transparent;
    padding: 12px 15px 95px 20px;
    transition: all 0.8s ease 0s;
}

.single-capability:hover {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.1);
    border-color: #008aff;
}

.single-capability .single-capability-title {
    color: #535353;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 48px;
    margin-bottom: 19px;
}

.single-capability p {
    color: #535353;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
}

.client-feedback-area {
    background: #00bfa5 url("../img/bg/local-seo-client.png") no-repeat scroll left top / 100% auto;
    padding: 90px 0;
    position: relative;
}

.client-feedback-area::before {
    background: #00bfa5 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
}

.client-feedback-left {
    border-right: 1px solid #5ed7c6;
    padding-bottom: 120px;
}

.client-feedback-left .cf-title-small {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 36px;
    margin-bottom: 1px;
}

.client-feedback-left .cf-title-medium {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 40px;
    margin-bottom: 27px;
}

.client-feedback-left p {
    border-bottom: 1px solid #5ed7c6;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    padding-bottom: 45px;
}

.client-feedback-right {
    padding: 45px 0 0;
}

.client-feedback-right p.client-text {
    color: #fff;
    font-size: 15px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
    position: relative;
}

.client-feedback-right p.client-text::before {
    color: #56d0bd;
    content: "";
    font-family: FontAwesome;
    font-size: 30px;
    left: -15px;
    position: absolute;
    top: 0;
    z-index: -9;
}

.client-feedback-right .img-name {
    margin-top: 23px;
}

.client-feedback-right .img-name .img {
    float: left;
}

.client-feedback-right .img-name .img a {}

.client-feedback-right .img-name .img a img {
    border-radius: 50px;
}

.client-feedback-right .img-name .name {
    float: left;
    margin-left: 18px;
}

.client-feedback-right .img-name .name a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
}

.client-feedback-right .img-name .name a:hover {
    color: #fff!important;
}

.client-feedback-right .img-name .name p {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    letter-spacing: 0;
    line-height: 28px;
}

.client-feedback-right .owl-theme .owl-controls {
    bottom: -2px;
    left: -485px;
    margin-top: 0;
    position: absolute;
    text-align: center;
}

.client-feedback-right .owl-theme .owl-controls .owl-buttons div {
    background: #37ccb8 none repeat scroll 0 0;
    border: 1px solid #37ccb8;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    height: 33px;
    line-height: 25px;
    margin: 5px;
    opacity: 1;
    padding: 3px 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 33px;
}

.client-feedback-right .owl-theme .owl-controls .owl-buttons div:hover {
    background: transparent none repeat scroll 0 0;
}

.our-skill-area {}

.our-skill-left {}

.our-skill-left .our-skill-title {}

.our-skill-left p {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
    margin: 36px 0 76px;
}

.our-skill-submit {}

.our-skill-submit:hover {
    color: #00B0FF!important;
}

.skill-area {
    padding: 88px 0 100px;
}

.progress {
    background-color: #ededed;
    border-radius: 0;
    box-shadow: none;
    height: 1px;
    margin-bottom: 0;
    margin-top: 8px;
    overflow: visible;
}

.progressbar-title {
    color: #464646;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 20px;
}

.skills-progress {
    margin-bottom: 24px;
}

.all-progess {
    padding: 148px 0 0;
}

.progress-bar {
    background-color: #00b0ff;
    position: relative;
}

.left-anim {
    animation: animate-positive 2s;
    opacity: 1;
}

.progress-bar span {
    background: #00b0ff none repeat scroll 0 0;
    border: 1px solid #00b0ff;
    color: #fff;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 25px;
    letter-spacing: 0;
    line-height: 28px;
    padding: 0 18px;
    position: absolute;
    right: -18px;
    text-align: center;
    top: -24px;
}

@keyframes animate-positive {
    0% {
        width: 0%;
    }
}

.tell-with-us-area {}

.tell-with-us-header {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 64px 0 46px;
}

.tell-with-us-header .tellwith-header-title {}

.tell-with-us-header p {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin: 46px 0 0;
}

.tell-with-us-form {
    padding: 60px 0 100px;
}

.tell-with-form-left {}

.tell-with-form-left input {
    background: #f7f9f9 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 10px;
    color: #7c7c7c;
    font-size: 16px;
    font-weight: 300;
    height: 60px;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 35px;
    padding: 5px 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.tell-with-form-left input:active,
.tell-with-form-left input:focus {
    border-color: #00b0ff;
    color: #000;
}

.tell-with-form-right {}

.tell-with-form-right textarea {
    background: #f7f9f9 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 10px;
    color: #7c7c7c;
    font-size: 16px;
    font-weight: 300;
    height: 250px;
    letter-spacing: 0;
    line-height: 30px;
    padding: 5px 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.tell-with-form-right textarea:active,
.tell-with-form-right textarea:focus {
    border-color: #00b0ff;
    color: #000;
}

.tell-with-send-left {
    margin-top: 25px;
}

.tell-with-send-right {
    margin-top: 25px;
}

.tell-with-send .tell-submit-button {}

.tell-submit-button:hover {
    color: #00b0ff !important;
}

.tell-with-send .tell-submit-button:hover {
    color: #00b0ff !important;
}

.tell-with-send p {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
}


/*----------------------------------------*/


/*  4. email-marketing
/*----------------------------------------*/

.email-marketing-area {
    padding: 81px 0 48px;
}

.email-marketing-left .top-title {
    margin-bottom: 59px;
}

.email-marketing-right {
    margin-top: 65px;
}

.single-email-right {
    background: #f6f6f6 none repeat scroll 0 0;
    padding: 15px 25px 50px 38px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-email-right:hover {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}

.single-email-right .img {
    margin-bottom: 21px;
    text-align: right;
}

.single-email-right .img img {}

.single-email-right .e-content {}

.single-email-right .e-content .e-title {
    color: #505050;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 21px;
    width: 75%;
}

.single-email-right .e-content p {
    color: #8c8c8c;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 15px;
}

.single-email-right .e-content a {
    color: #00b0ff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 32px;
    position: relative;
}

.single-email-right .e-content a::after {
    content: "";
    font-family: FontAwesome;
    opacity: 0;
    position: absolute;
    right: -5px;
    top: -7px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-email-right .e-content a:hover::after {
    opacity: 1;
    right: -18px;
}

.email-marketing-text {
    color: #000000;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 36px;
    margin: 40px 0 53px;
}

.single-em-bottom {
    margin-bottom: 17px;
}

.single-em-bottom img {
    float: left;
    height: 110px;
    width: 20%;
}

.single-em-bottom p {
    float: left;
    width: 80%;
}

.tell-us-project-area {
    position: relative;
}

.tell-us-img {}

.tell-us-img img {
    width: 100%;
}

.tell-us-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
}

.tell-us-content .tellus-section-title {
    color: #fff;
}

.tell-us-content p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin: 9px 0 53px;
}

.tell-us-contact {
    background: rgba(0, 176, 255, 0.8) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 18px 0;
    position: absolute;
    right: 0;
}

.tell-us-contact > p {
    text-align: center;
}

.tell-us-contact > p span {
    color: #fff;
    font-size: 18px;
}

.tell-us-contact p i {
    color: #fff;
    margin-right: 20px;
}

.tu-phone {
    margin-right: 43px;
}

.tu-mail {}

.why-straight-area {
    padding: 89px 0 100px;
}

.why-straight-top {
    margin-bottom: 63px;
}

.why-straight-top .why-straight-title {
    margin-bottom: 42px;
}

.why-straight-top p {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
}

.single-why-straight-content {
    margin-bottom: 50px;
}

.single-why-straight-content .single-s-img {
    overflow: hidden;
    position: relative;
}

.single-s-img img {
    width: 100%;
}

.single-s-img .single-s-img-text {
    background: #00bfa5 none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 400;
    left: 0;
    letter-spacing: 0;
    line-height: 26px;
    opacity: 0;
    padding: 19px 0 17px 17px;
    position: absolute;
    -webkit-transform: translateY(62px);
    -moz-transform: translateY(62px);
    -ms-transform: translateY(62px);
    -o-transform: translateY(62px);
    transform: translateY(62px);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 100%;
}

.single-why-straight-content:hover .single-s-img .single-s-img-text {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
}

.single-s-text {
    margin-top: 20px;
}

.single-s-text p {
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 11px;
}

.single-s-text .single-s-readmore {
    color: #008aff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 25px;
    position: relative;
}

.single-s-text .single-s-readmore::after {
    content: "";
    font-family: FontAwesome;
    opacity: 0;
    position: absolute;
    right: -5px;
    top: -2px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-s-text .single-s-readmore:hover::after {
    opacity: 1;
    right: -15px;
}

.why-straight-bottom-buttons {
    margin-top: 2px;
    text-align: center;
}

.why-straight-button {
    margin: 0 28px;
}

.why-straight-button:hover {
    color: #00B0FF!important;
}


/*----------------------------------------*/


/*  5. social-media-marketing
/*----------------------------------------*/

.social-media-marketing-area {
    padding: 81px 0 100px;
}

.social-media-marketing-left .top-title {
    margin-bottom: 74px;
}

.social-media-marketing-left .local-seo-title {
    margin-bottom: 39px;
}

.social-media-marketing-left > p {
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 79px;
}

.social-marketing-button:hover {
    color: #00B0FF!important;
}

.social-media-marketing-right .single-service {
    padding: 45px 11px 42px;
}

.service-img > img {
    height: 95px;
    margin-left: 0;
}

.social-media-marketing-right {
    margin-top: 90px;
}

.professional-tools {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 78px 0 49px;
}

.professional-tools-left > p {
    color: #000;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 30px;
    margin-top: 51px;
}

.all-tools {
    margin-top: 12px;
}

.how-it-help-area {
    padding: 81px 0 90px;
    position: relative;
}

.how-it-bg {
    left: 0;
    position: absolute;
    top: 20%;
    width: 72%;
}

.how-it-bg > img {
    width: 100%;
}

.how-it-help-right {}

.how-it-help-right .top-title {
    margin-bottom: 74px;
}

.how-it-help-right .how-it-title {}

.how-it-help-right p {
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 30px;
    margin: 41px 0 19px;
}

.how-it-help-right p.bold-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin: 0 0 46px;
}

.single-smm-bottom > img {
    float: left;
    margin-top: 42px;
    width: 24%;
}

.single-smm-texts {
    float: left;
    width: 76%;
}

.single-smm-texts h4 {
    color: #3b3b3b;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 36px;
    margin-bottom: 11px;
}

.single-smm-texts p {
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 30px;
    margin: 0;
}

.single-smm-bottom {
    margin-bottom: 3px;
}

.smm-read-more {
    color: #00b0ff;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 11px;
    position: relative;
    margin-left: 124px;
}

.smm-read-more::after {
    content: "";
    font-family: FontAwesome;
    opacity: 0;
    position: absolute;
    right: -5px;
    top: 2px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.smm-read-more:hover::after {
    opacity: 1;
    right: -15px;
}

.team-feedback-area {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 66px 0 190px;
    position: relative;
}

.single-feedback {}

.single-feedback .feedback-text {
    color: #2c2c2c;
    font-size: 34px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 48px;
    padding-top: 68px;
    position: relative;
    text-align: center;
}

.single-feedback .feedback-text::before {
    color: #00bfa5;
    content: "";
    font-family: FontAwesome;
    position: absolute;
    top: -10px;
    width: 100%;
}

.team-feedback-area .owl-controls {
    margin-top: 0;
}

.team-feedback-area .owl-pagination {
    height: 105px;
    margin-top: 68px;
    position: relative;
}

.team-feedback-area .owl-pagination::after {
    border-bottom: 3px solid #00b0ff;
    bottom: -45px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}

.team-feedback-area .owl-pagination .owl-page {
    border-radius: 100%;
    height: 65px;
    margin: 0 50px;
    width: 65px;
}

.team-feedback-area .owl-pagination .owl-page.active {
    height: 105px;
    position: relative;
    width: 105px;
}

.team-feedback-area .owl-pagination .owl-page.active::after {
    border-bottom: 3px solid #00bfa5;
    bottom: -45px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 9;
}

.team-feedback-area .owl-pagination .owl-page:nth-child(1) {
    background: rgba(0, 0, 0, 0) url("../img/social-media/team-feedback1.jpg") no-repeat scroll 0 0 / 100% auto;
}

.team-feedback-area .owl-pagination .owl-page:nth-child(2) {
    background: rgba(0, 0, 0, 0) url("../img/social-media/team-feedback2.jpg") no-repeat scroll 0 0 / 100% auto;
}

.team-feedback-area .owl-pagination .owl-page:nth-child(3) {
    background: rgba(0, 0, 0, 0) url("../img/social-media/team-feedback3.jpg") no-repeat scroll 0 0 / 100% auto;
}

.team-feedback-area .owl-pagination .owl-page:nth-child(4) {
    background: rgba(0, 0, 0, 0) url("../img/social-media/team-feedback4.jpg") no-repeat scroll 0 0 / 100% auto;
}

.team-feedback-area .owl-pagination .owl-page:nth-child(5) {
    background: rgba(0, 0, 0, 0) url("../img/social-media/team-feedback5.jpg") no-repeat scroll 0 0 / 100% auto;
}

.team-feedback-area .owl-theme .owl-controls .owl-page span {
    background: transparent none repeat scroll 0 0;
}


/*----------------------------------------*/


/*  6. Search Engine optimization
/*----------------------------------------*/

.seo-area {
    overflow: hidden;
    padding: 81px 0 90px;
    position: relative;
}

.seo-banner {
    background: rgba(0, 0, 0, 0) url("../img/banner/seo.png") no-repeat scroll right top / contain;
    height: 100%;
    position: absolute;
    right: 0;
    top: 29%;
    width: 55%;
}

.seo-left {}

.seo-left .top-title {
    margin-bottom: 64px;
}

.seo-left .local-seo-title {}

.seo-left p {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
    margin: 47px 0 74px;
}

.seo-left .seo-left-submit {}

.seo-left .seo-left-submit:hover {
    color: #00B0FF!important;
}

.seo-service {
    overflow: hidden;
    padding: 10px 0 228px;
    position: relative;
}

.seo-service-bg {
    bottom: -60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
}

.seo-service .single-email-right .e-content .e-title {
    width: 100%;
}

.seo-text {
    margin-top: 71px;
}

.seo-core-service-area {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 63px 0 100px;
    position: relative;
}

.core-service-header {
    margin-bottom: 80px;
    text-align: center;
}

.core-service-header .core-service-title {
    position: relative;
    padding-bottom: 26px;
}

.core-service-header .core-service-title::after {
    border-bottom: 1px solid #00b0ff;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 80px;
}

.seo-core-service-buttons {
    bottom: -30px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 9;
}

.seo-core-service-buttons a {
    border: 10px solid #fff;
    border-radius: 50px;
    height: 75px;
}

.seo-core-service-buttons a:hover {
    background: #fff;
    border-color: #00b0ff;
    color: #00b0ff!important;
}

.seo-core-service-buttons .seo-core-button-1 {
    margin-right: 36px;
}

.seo-core-service-buttons .seo-core-button-2 {}

.website-analysis-area {
    padding: 133px 0 0;
}

.website-analysis-header {
    margin-bottom: 63px;
    text-align: center;
}

.website-analysis-header .website-analysis-title {}

.website-analysis-header p {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 36px;
    margin-top: 24px;
}

.website-analysis-img {}

.website-analysis-img img {}

.quote-green-bg-area {
    background: #00bfa5 none repeat scroll 0 0;
    padding: 79px 0 93px;
}

.quote-green-bg {
    text-align: center;
}

.quote-green-bg .quote-green-bg-title {
    color: #fff;
    font-size: 34px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 48px;
}

.quote-green-bg p,
.quote-green-bg p span {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 72px;
}

.quote-green-bg p span {
    font-weight: 600;
}


/*----------------------------------------*/


/*  7. Pay per click
/*----------------------------------------*/

.ppc-area-banner {
    background: rgba(0, 0, 0, 0) url("../img/banner/seo3.png") no-repeat scroll right top / contain;
}

.ppc-area-left.local-seo-left p {
    font-size: 18px;
    margin: 37px 0;
}

.ppc .service-area {
    padding: 85px 0 43px;
}

.ppc .local-seo-area {
    padding: 81px 0 82px;
}

.ppc-recent-case-area {
    padding: 100px 0;
}

.ppc-recent-case-area .recent-case-head {
    margin-bottom: 148px;
    margin-top: 38px;
    text-align: left;
}

.recent-case-head-right {
    text-align: right;
}

.ppc-recent-case-area .recent-case-head p {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
}

.ppc-recent-case-area .recent-case-head .recent-case-title {
    margin-bottom: 21px;
}


/*----------------------------------------*/


/*  8. Case Studies
/*----------------------------------------*/

.case-studies-area {
    padding: 81px 0;
}

.case-studies-head {
    text-align: center;
}

.case-studies-head .case-studies-top-title {
    display: inline-block;
    margin-bottom: 39px;
}

.case-studies-head .case-studies-top-title::after {
    margin: auto;
    right: 0;
}

.case-studies-head .case-studies-title {}

.case-studies-page-single {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.case-studies-page-single:hover {
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.1);
}

.case-sp-s-img {
    overflow: hidden;
    position: relative;
}

.case-sp-s-img a {}

.case-sp-s-img a img {
    width: 100%;
}

.csps-img-text {
    background: #2f3938 none repeat scroll 0 0;
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0;
    padding: 11px 0 17px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.case-studies-page-single:hover .csps-img-text {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.csps-img-text h3,
.csps-img-text h3 a {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 34px;
    text-decoration: underline;
}

.case-sp-s-text {
    background: #e6efee none repeat scroll 0 0;
    padding: 15px 0 11px;
    text-align: center;
}

.case-sp-s-text h4,
.case-sp-s-text h4 a {
    color: #414141;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 30px;
    text-decoration: underline;
}


/*case-mix*/

#Container .mix {
    float: left;
    width: 33%;
}

#Container .mix.width-half {
    float: left;
    width: 50%;
}

#Container .mix {
    display: none;
}

.cas-studies-mix-menu {
    margin-bottom: 40px;
    text-align: center;
}

.cas-studies-mix-menu .filter {
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 30px;
    margin: 0 22px;
    position: relative;
}

.cas-studies-mix-menu .filter.active::after {
    border-bottom: 1px solid #00bfa5;
    bottom: -1px;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}

.case-studies-area-mix {
    margin-top: 56px;
}

.pagination-area {
    padding: 79px 0 105px;
}

.paginations {
    position: relative;
    text-align: center;
}

.paginations > a {
    color: #bbbbbb;
    display: inline-block;
    font-size: 28px;
    height: 75px;
    line-height: 75px;
    position: absolute;
    text-align: center;
    width: 75px;
}

.paginations > a:hover {
    background: #eeeeee none repeat scroll 0 0;
    color: #bbbbbb!important;
}

.paginations a.previous {
    left: 0;
}

.paginations a.next {
    right: 0;
}

.paginations ul {
    display: inline-block;
}

.paginations ul li {
    background: transparent none repeat scroll 0 0;
    float: left;
    height: 75px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 75px;
}

.paginations ul li:hover,
.paginations ul li.active {
    background: #00bfa5 none repeat scroll 0 0;
    box-shadow: -1px 4px 20px -7px rgba(0, 0, 0, 0.75);
}

.paginations ul li a {
    color: #111111;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 75px;
    padding: 28px 34px;
}

.paginations ul li a {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 75px;
    padding: 28px 34px;
}

.paginations ul li a:hover,
.paginations ul li.active a {
    color: #fff!important;
}

.project-details-area {
    padding: 81px 0 100px;
}

.project-details-head {
    margin-bottom: 37px;
    text-align: center;
}

.project-details-head .prodet-head-top-title {
    display: inline-block;
    margin-bottom: 39px;
}

.project-details-head .prodet-head-top-title::after {
    margin: auto;
    right: 0;
}

.project-details-head .prodet-head-title {
    margin-bottom: 44px;
}

.project-details-head .prodet-head-bb {}

.project-details-head .prodet-head-bb:hover {
    color: #00b0ff !important;
}

.project-details-img {
    text-align: center;
}

.project-details-img img {}

.build-creative {
    margin: 45px 0 145px;
    text-align: center;
}

.build-creative .section-title-small {
    color: #000;
    font-size: 38px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 44px;
    margin-bottom: 29px;
}

.build-creative p {
    color: #464646;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
}

.build-creative .prodet-bottom-buttons {
    margin-top: 66px;
}

.prodet-bottom-buttons a:hover {
    color: #00b0ff !important;
}

.prodet-bottom-buttons .prodet-bb-1 {
    margin-right: 54px;
}

.prodet-bottom-buttons .prodet-bb-2 {}

.prodet-challenge-sollution-left {}

.prodet-challenge-sollution-left .challenge {
    margin-bottom: 58px;
}

.prodet-challenge-sollution-left .sollution {}

.prodet-challenge-sollution-left .cs-title {
    color: #040404;
    font-size: 44px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 44px;
    margin-bottom: 31px;
}

.prodet-challenge-sollution-left p {
    color: #040404;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
}

.prodet-challenge-sollution-right {
    text-align: right;
}

.prodet-cs-img {}

.prodet-cs-img img {}

.worlds-best-seo {
    margin: 94px 0 120px;
    text-align: center;
}

.worlds-best-seo-stats {
    padding: 60px 0 0;
}

.worlds-best-seo .wbs-section-title {
    margin-bottom: 21px;
}

.worlds-best-seo p {
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
}


/*----------------------------------------*/


/*  9. Our Agency
/*----------------------------------------*/

.about-our-agency-area {
    padding: 81px 0 12px;
}

.about-our-agency-left > p {
    font-size: 18px;
}

.our-agency-banner {
    background: rgba(0, 0, 0, 0) url("../img/banner/our-agency.png") no-repeat scroll right top / contain;
    height: 100%;
    position: absolute;
    right: 0;
    top: 25%;
    width: 48%;
}

.short-history-area .single-capability .single-capability-title {
    font-size: 20px;
    margin-bottom: 15px;
}

.short-history-area .single-capability {
    padding: 12px 15px 98px 20px;
    position: relative;
}

.single-short-history-date {
    bottom: 5px;
    display: inline-block;
    height: 58px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.8s ease 0s;
}

.short-history-area .single-capability:hover .single-short-history-date {
    opacity: 1;
}

.single-short-history-date span {
    background: #008aff none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 52px;
    padding: 0 23px;
}

.service-sollution-area {
    padding: 119px 0 62px;
    position: relative;
}

.service-sollution-left {}

.service-sollution-left .ss-title {
    color: #323232;
    font-size: 44px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 46px;
    margin-bottom: 33px;
}

.service-sollution-left .ss-title-green {
    color: #00bfa5;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 38px;
}

.service-sollution-left p {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
}

.ss-list {
    margin-top: 29px;
}

.ss-list .ss-list-left {
    float: left;
    width: 50%;
}

.ss-list .ss-list-right {
    float: left;
    width: 50%;
}

.ss-list ul {}

.ss-list ul li {
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 5px;
    padding-left: 35px;
    position: relative;
}

.ss-list ul li::before {
    color: #00bfa5;
    content: "";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 0;
}

.service-sollution-banner {
    background: rgba(0, 0, 0, 0) url("../img/banner/our-agency2.png") no-repeat scroll right top / contain;
    height: 100%;
    position: absolute;
    right: 3%;
    top: 8%;
    width: 30%;
}

.meet-expert-area {
    padding: 89px 0 99px;
}

.meet-expert-head {
    text-align: center;
    margin-bottom: 110px;
}

.meet-expert-head .meet-expert-title {
    position: relative;
    margin-bottom: 40px;
}

.meet-expert-head .meet-expert-title::after {
    background: #008aff none repeat scroll 0 0;
    bottom: -14px;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 110px;
}

.meet-expert-head p {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
}

.single-member {
    overflow: hidden;
}

.single-member .member-img {
    position: relative;
    text-align: center;
}

.single-member .member-img > a {}

.single-member .member-img a img {}

.single-member .member-details {
    margin-top: 25px;
    padding-left: 35px;
}

.single-member .member-details h4 {}

.single-member .member-details h4 a {}

.single-member .member-details h4,
.single-member .member-details h4 a {
    color: #232323;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 4px;
}

.single-member .member-details p {
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
}

.member-img-content {
    background: #00bfa5 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 40px 20px 35px 35px;
    position: absolute;
    text-align: left;
    top: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 100%;
}

.single-member:hover .member-img-content {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.member-img-content p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
}

.member-img-content ul {
    margin-top: 30px;
}

.member-img-content ul li {
    display: inline-block;
    margin-right: 20px;
}

.member-img-content ul li a {
    color: #a6bbcc;
    font-size: 16px;
}

.member-img-content ul li a:hover {
    color: #fff!important;
}

.our-vision-area {
    padding: 90px 0 0;
}

.our-vision-head-area {}

.our-vision-head-area > .container {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 67px;
}

.our-vision-head {
    text-align: center;
}

.our-vision-head .our-vision-head-st {
    margin-bottom: 22px;
}

.our-vision-head p {
    color: #3b3b3b;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
}

.our-vission-middle-area {
    padding: 69px 0 105px;
}

.our-vission-middle {
    text-align: center;
}

.our-vission-middle p {
    color: #3b3b3b;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 42px;
    margin-bottom: 20px;
}

.our-vission-middle span {
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 42px;
}

.our-agency .service-area {
    padding: 80px 0;
}

.meet-expert-head {
    margin-bottom: 30px;
}


/*----------------------------------------*/


/*  10. Pricing package
/*----------------------------------------*/

.pricing-package-area {
    padding: 89px 0 105px;
}

.pricing-package-head {
    margin-bottom: 130px;
    text-align: center;
}

.pricing-package-head .pricing-package-title {
    margin-bottom: 6px;
}

.pricing-package-head p {
    color: #3b3b3b;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 32px;
}

.single-pricing-package {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.75);
    padding: 32px 60px 20px;
    text-align: center;
}

.single-pricing-package .pp-title {
    color: #323232;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
}

.single-pricing-package .pp-fee {
    color: #404040;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
}

.pp-package {
    border-radius: 8px;
    margin: 20px auto auto;
    padding: 28px 0 3px;
    width: 205px;
}

.bg-black {
    background: #1d1d1f none repeat scroll 0 0;
}

.bg-green {
    background: #20c7b0 none repeat scroll 0 0;
}

.pp-price {
    color: #fafbfc;
    display: inline-block;
    font-size: 70px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 60px;
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
}

.pp-price::before {
    content: "$";
    font-size: 39px;
    font-weight: 300;
    left: -5px;
    position: absolute;
    top: -15px;
}

.pp-price span {
    color: #fff;
    font-size: 20px;
    margin-left: -20px;
}

.single-pricing-package ul {
    margin: 19px 0 62px;
}

.single-pricing-package ul li {
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 50px;
}

.single-pricing-package .get-start {
    background: #20c7b0 none repeat scroll 0 0;
    border: 3px solid #20c7b0;
    color: #fafbfc;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    height: 60px;
    line-height: 58px;
    padding: 0 38px 0 28px;
    position: relative;
}

.single-pricing-package .get-start:hover {
    background: transparent none repeat scroll 0 0;
    color: #20c7b0!important;
}

.single-pricing-package .get-start::after {
    content: "";
    font-family: FontAwesome;
    opacity: 0;
    position: absolute;
    right: 32px;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-pricing-package .get-start:hover::after {
    opacity: 1;
    right: 20px;
}

.pricing-fee-area {
    padding: 108px 0 80px;
}

.pricing-fee-table {}

.pricing-fee-table table {
    text-align: center;
    width: 100%;
}

.pricing-fee-table table thead {}

.pricing-fee-table table thead tr {}

.pricing-fee-table table thead th {
    color: #2f2f2f;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 26px;
    text-align: center;
}

.pricing-fee-table table thead .blank {}

.pricing-fee-table table thead .basic {}

.pricing-fee-table table thead .premium {}

.pricing-fee-table table thead .platinum {}

.pricing-fee-table table tbody {}

.pricing-fee-table table tbody tr {
    border-top: 1px solid #d5d5d5;
}

.pricing-fee-table table tbody td {
    border-right: 1px solid #d5d5d5;
    color: #2f2f2f;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26px;
    padding: 9px 15px;
}

.pricing-fee-table table tbody td:last-child {
    border-right: 0 none;
}

.pricing-fee-table table tbody .fee-name {
    width: 40%;
    text-align: left;
}

.pricing-fee-table table tbody .basic-cost {
    padding: 0 35px;
}

.pricing-fee-table table tbody .premimum-cost {
    padding: 0 35px;
}

.pricing-fee-table table tbody .platinum-cost {
    padding: 0 35px;
}

.pricing-fee-table table tbody td:last-child {
    border-right: 0 none;
}

.pricing-fee-table table tbody td i {
    border: 3px solid;
    border-radius: 50px;
    display: inline-block;
    font-size: 16px;
    height: 25px;
    line-height: 18px;
    text-align: center;
    width: 25px;
}

.pricing-fee-table table tbody td .yes {
    color: #20c7b0;
}

.pricing-fee-table table tbody td .no {
    color: #00b0ff;
}

.membership-storefront-biling-area {
    padding: 10px 0 80px;
}

.single-msb {
    background: #f3f4f8 none repeat scroll 0 0;
    float: left;
    margin: 0 5px;
    padding: 52px 0 40px;
    text-align: center;
    width: 32.5%;
}

.single-msb h3 {
    color: #3a3a3a;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 34px;
    margin-bottom: 34px;
    position: relative;
}

.single-msb h3::before {
    font-family: FontAwesome;
    left: -30px;
    position: absolute;
    top: 0;
}

.single-msb h3.membership::before {
    content: "";
}

.single-msb h3.storefront::before {
    content: "";
}

.single-msb h3.biling::before {
    content: "";
}

.single-msb a {
    color: #3a3a3a;
    display: block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 19px;
    padding: 0 18px;
    position: relative;
}

.single-msb a::after {
    content: "";
    font-family: FontAwesome;
    font-size: 22px;
    position: absolute;
    right: 12px;
    top: 0;
}


/*----------------------------------------*/


/*  11. Coming Soon
/*----------------------------------------*/

.comming-soon {
    background-attachment: fixed;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/bg/comming.jpg");
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.comming-soon-top {
    padding: 25px 0 0;
    text-align: center;
}

.comming-soon-content {
    padding: 285px 0 270px;
    text-align: center;
}

.comming-soon-content h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 40px;
    margin-bottom: 17px;
}

.comming-soon-content p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 58px;
}

.timer-area {}

.timer-area > div > span {
    background: #00b0ff none repeat scroll 0 0;
    border-radius: 50px;
    display: inline-block;
    height: 78px;
    margin: 0 8px;
    padding: 8px 0;
    position: relative;
    text-align: center;
    width: 78px;
}

.timer-area > div > span::after {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

.timer-area span .time-count {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.timer-area span p {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 30px;
    margin: 0;
}

.timer-area span.cdown.days {}

.timer-area span.cdown.hour {}

.timer-area span.cdown.minutes {}

.timer-area span.cdown.second {}

.comming-soon-footer {
    padding: 14px 0 100px;
    text-align: center;
}

.comming-soon-footer p,
.comming-soon-footer p a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
}

.comming-soon-footer p a {
    color: #00b0ff;
}

.comming-soon-footer p a:hover {
    text-decoration: underline;
}


/*----------------------------------------*/


/*  12. faq
/*----------------------------------------*/

.faq-area {
    padding: 95px 0 93px;
}

.faq {
    margin-bottom: 93px;
}

button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

button.accordion.active,
button.accordion:hover {
    background-color: #ddd;
}

button.accordion::after {
    color: #777;
    content: "+";
    float: right;
    font-size: 18px;
    font-weight: 500;
    margin-left: 5px;
}

button.accordion.active::after {
    color: #00b0ff;
    content: "−";
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

div.panel.show {
    opacity: 1;
    max-height: 500px;
}

.faq .panel {
    margin-bottom: 5px;
}

.faq button.accordion {
    background: #f7f7f7 none repeat scroll 0 0;
    border: medium none;
    border-radius: 8px;
    color: #454b59;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    letter-spacing: 0;
    line-height: 24px;
    outline: medium none;
    padding: 10px 18px 10px 80px;
    position: relative;
}

.faq button.accordion.active,
button.accordion:hover {
    background-color: #f7f7f7;
}

button.accordion.active {
    color: #00b0ff;
}

span.accordion-number {
    background: #eeeeee none repeat scroll 0 0;
    border-radius: 8px 0 0 8px;
    color: #7f7f7f;
    height: 100%;
    left: 0;
    line-height: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 60px;
}

.faq-title {
    color: #343434;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 40px;
}

.comming-soon-top a {
    position: relative;
    display: block;
}

.comming-soon-top a::after {
    background: #fff none repeat scroll 0 0;
    bottom: -28px;
    content: "";
    height: 4px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 30px;
}


/*----------------------------------------*/


/*  13. 404
/*----------------------------------------*/

.error-area {
    position: relative;
    text-align: center;
}

.error-area::before {
    background: #20c6b0 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.error-bg {
    background: rgba(0, 0, 0, 0) url("../img/bg/404.png") no-repeat fixed center top / 50% auto;
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0.1;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
}

.error-area-top {
    padding: 33px 0 0px;
}

.error-area-top a {
    display: block;
    position: relative;
}

.error-area-top a::after {
    background: #fff none repeat scroll 0 0;
    bottom: -28px;
    content: "";
    height: 4px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 30px;
}

.error-area-top a img {}

.error-content {
    padding: 176px 0 148px;
}

.error-area-bottom {
    padding: 0 0 75px;
}

.errors {}

.errors h1 {
    color: #fff;
    font-size: 220px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 230px;
    margin-bottom: 49px;
}

.errors h5 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 32px;
}

.errors .please-try {
    margin: 29px 0 0;
}

.errors .please-try p {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 24px;
}

.errors .please-try a {
    border: 5px solid #fff;
    font-size: 12px;
    height: 40px;
    line-height: 33px;
}

.errors .error-search {
    margin: 48px 0 0;
}

.errors .error-search .search-input {
    background: #353535 none repeat scroll 0 0;
    border: 2px solid #353535;
    border-radius: 25px 0 0 25px;
    color: #fff;
    font-size: 14px;
    height: 42px;
    letter-spacing: 0;
    line-height: 24px;
    padding: 5px 8px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 315px;
}

.errors .error-search .search-input:focus {
    border-color: #00b0ff;
}

.errors .error-search .search-submit {
    background: #00b0ff none repeat scroll 0 0;
    border: 2px solid #00b0ff;
    border-radius: 0 25px 25px 0;
    color: #fff;
    font-size: 12px;
    height: 42px;
    letter-spacing: 0;
    line-height: 24px;
    margin-left: -6px;
    padding: 5px 10px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 120px;
}

.errors .error-search .search-submit:hover {
    background: transparent;
}

.error-area-bottom p,
.error-area-bottom p a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
}

.error-area-bottom p a {
    color: #353535!important;
}

.error-area-bottom p a:hover {
    text-decoration: underline;
}


/*----------------------------------------*/


/*  14. Default blog
/*----------------------------------------*/

.post-blog-area {
    padding: 96px 0 105px;
}

.default-blogs .single-blog {
    margin-bottom: 56px;
}

.blog-img iframe {
    border: medium none;
    width: 100%;
}

.blog-soundcloud iframe {
    height: 190px;
}

.blog-youtube-video iframe {
    height: 270px;
}


/*pagination*/

.default-blogs .paginations {
    margin-top: 100px;
}


/*sidebar*/

.blog-sidebar {
    margin-top: 4px;
}

.blog-sidebar .widget-item {
    margin-bottom: 32px;
}

.widget-item.side-search {
    position: relative;
}

.widget-item.side-search input {
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.75) inset;
    color: #e0e0e0;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    letter-spacing: 0;
    padding: 5px 10px;
    width: 100%;
}

.widget-item.side-search input:focus {
    color: #666;
}

.widget-item.side-search a {
    color: #777777;
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 10px;
}

.widget-title {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26px;
    position: relative;
}

.widget-title::after {
    background: #00bfa5 none repeat scroll 0 0;
    bottom: -11px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 32px;
}

.recent-post-list {
    margin-top: 36px;
}

.rp-list-lr {
    margin-bottom: 25px;
    padding-bottom: 30px;
}

.rpl-border-bot {
    border-bottom: 1px solid #e2e2e2;
}

.recent-post-list-left {
    float: left;
    width: 21%;
}

.recent-post-list-left a.rp-img {}

.recent-post-list-left a.rp-img img {}

.recent-post-list-right {
    float: left;
    padding-left: 15px;
    width: 79%;
}

.recent-post-list-right a {
    color: #777777;
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
}

.recent-post-list-right span {
    color: #999999;
    display: block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 17px;
    margin-top: 5px;
}

.subscribe-content {
    margin-top: 33px;
}

.subscribe-content > p {
    color: #999999;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 28px;
}

.input-email-box {
    margin: 18px 0 17px;
    position: relative;
}

.input-email-box > input {
    border: 1px solid #e4e4e4;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.75) inset;
    color: #777777;
    font-size: 12px;
    height: 45px;
    letter-spacing: 0;
    line-height: 24px;
    padding: 5px 5px 5px 40px;
    width: 100%;
}

.input-email-box > input:focus {
    color: #666;
}

.input-email-box i {
    left: 15px;
    position: absolute;
    top: 13px;
}

.subscribe-content > a {
    background: #00bfa5 none repeat scroll 0 0;
    border: 3px solid #00bfa5;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.75);
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 600;
    height: 45px;
    letter-spacing: 0;
    line-height: 38px;
    text-align: center;
    width: 100%;
}

.subscribe-content > a:hover {
    background: transparent none repeat scroll 0 0;
    box-shadow: none;
    color: #00bfa5!important;
}

.recent-pro-content {
    margin-top: 39px;
}

.recent-pro-content ul {}

.recent-pro-content ul li {
    display: inline-block;
    margin-bottom: 5px;
    width: 31%;
}

.recent-pro-content ul li a {}

.recent-pro-content ul li a img {}

.blog-tags-2 {
    margin-top: 30px;
}

.blog-tags-2 ul {}

.blog-tags-2 ul li {
    display: inline-block;
    margin: 0 13px 5px 0;
}

.blog-tags-2 ul li a {
    background: #fafafa none repeat scroll 0 0;
    border-color: #f0f0f0;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    color: #999999;
    display: block;
    font-size: 13px;
    font-weight: 400;
    height: 27px;
    letter-spacing: 0;
    line-height: 23px;
    padding: 0 6px;
    position: relative;
}

.blog-tags-2 ul li a::before {
    color: #e7e7e7;
    content: ".";
    font-family: FontAwesome;
    font-size: 28px;
    font-weight: 700;
    position: absolute;
    right: -3px;
    top: -7px;
}

.blog-tags-2 ul li a::after {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    content: "";
    height: 19px;
    position: absolute;
    right: -10px;
    top: 3px;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    width: 20px;
    z-index: -9;
}

.categories {
    margin-top: 29px;
}

.categories ul {}

.categories ul li {
    background: #fafafa none repeat scroll 0 0;
    display: block;
    height: 43px;
    line-height: 43px;
    margin-bottom: 3px;
    padding: 0 20px;
}

.categories ul li a {
    color: #777777;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
}

.categories ul li a span {
    margin-right: 6px;
}

.categories ul li a span i {
    color: #00bfa5;
    font-size: 16px;
}

.free-quote {
    background: #00bfa5 none repeat scroll 0 0;
    text-align: center;
    padding: 20px 12px 40px;
}

.free-quote .free-q-img {}

.free-quote .free-q-img img {}

.free-quote .free-q-content {}

.free-quote .free-q-content h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 38px;
    margin: 13px 0 35px;
}

.free-quote .free-q-content p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0 0 49px;
}

.free-quote .free-q-content a.free-q-consultation {
    background: #405261 none repeat scroll 0 0;
    border: 5px solid #fff;
    height: 58px;
    line-height: 50px;
    padding: 0 25px;
}

.free-quote .free-q-content a.free-q-consultation:hover {
    border-color: #00b0ff;
}


/*----------------------------------------*/


/*  15. Blog standard
/*----------------------------------------*/

.blog-standard-blogs-1 {
    padding: 96px 0 4px;
}

.blog-standard-blogs-2 {
    padding: 56px 0 90px;
}

.blog-s .default-blogs .paginations {
    margin-top: 49px;
}


/*----------------------------------------*/


/*  16. Post Details Sidebar
/*----------------------------------------*/

.post-details-siebar {}

.post-details-siebar .pd-others-title {
    margin-bottom: 75px;
}

.post-details-siebar .pd-section-title {
    margin-bottom: 29px;
}

.post-details-siebar .pd-text-1 {
    color: #040404;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 31px;
}

.post-details-siebar .pd-text-2,
.post-details-siebar .pd-text-2 a {
    color: #040404;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 34px;
    margin-bottom: 39px;
}

.post-details-siebar .pd-text-2 a {
    text-decoration: underline;
}

.post-details-siebar .pd-post-title {
    color: #232b27;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 36px;
    margin-bottom: 59px;
}

.post-details-siebar .pd-img {
    margin-bottom: 49px;
    text-align: center;
}

.post-details-siebar .pd-text-3 {
    color: #040404;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 21px;
}

.post-details-siebar .pd-blockquote {
    margin: 0 0 0 30px;
    padding: 5px 5px 5px 42px;
    margin-bottom: 36px;
}

.post-details-siebar .pd-blockquote::before {
    background: #7a7a7a none repeat scroll 0 0;
    content: "";
    font-size: 0;
    height: 93px;
    left: 10px;
    line-height: 0;
    margin: 0;
    opacity: 1;
    position: absolute;
    top: 20px;
    width: 3px;
}

.post-details-siebar .pd-blockquote p {
    color: #535353;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 30px;
}

.post-details-siebar .pd-anohter-post-title {
    color: #232b27;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 36px;
    margin-bottom: 82px;
}

.pd-tag-share-view {
    background: #fafafa none repeat scroll 0 0;
    border-bottom: 3px solid #f2f2f2;
    padding: 24px 0 43px 30px;
}

.pd-tag-share-view .pd-tags {
    display: block;
    margin-bottom: 33px;
}

.pd-tags .blog-tags-2 ul li a {
    background: #fff none repeat scroll 0 0;
    border-style: solid;
    border-width: 1px;
}

.pd-tags .blog-tags-2 ul li a::before {
    display: none;
}

.pd-share {
    float: left;
}

.pd-share span {
    color: #999999;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin-right: 16px;
}

.pd-share ul {
    display: inline-block;
}

.pd-share ul li {
    border-radius: 5px;
    display: inline-block;
    height: 30px;
    margin-right: 3px;
    text-align: center;
    width: 30px;
}

.pd-share ul li.facebook {
    background: #3b5999 none repeat scroll 0 0;
}

.pd-share ul li.linkedin {
    background: #0273b3 none repeat scroll 0 0;
}

.pd-share ul li.youtube {
    background: #c62326 none repeat scroll 0 0;
}

.pd-share ul li.twitter {
    background: #6bcfed none repeat scroll 0 0;
}

.pd-share ul li.github {
    background: #282828 none repeat scroll 0 0;
}

.pd-share ul li a {
    color: #fff!important;
    font-size: 18px;
    line-height: 30px;
    text-shadow: 5px 3px 5px #000000;
}

.pd-view ul.view-like-comment {
    display: inline-block;
    float: right;
}

.pd-view ul.view-like-comment li {
    display: inline-block;
    margin-right: 58px;
}

.pd-view ul.view-like-comment li span,
.pd-view ul.view-like-comment li i {
    color: #818181;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px;
}

.pd-view ul.view-like-comment li i {
    margin-right: 5px;
}

.about-author {
    margin: 64px 0 0;
}

.about-author p {
    color: #232b27;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
}

.about-author p span {
    background: #00bfa5 none repeat scroll 0 0;
    color: #ffffff;
    margin-right: 8px;
    padding: 2px 8px;
}

.about-author p span b {}

.contact-author {
    margin-top: 23px;
}

.contact-author span {
    border: 1px solid #acacac;
    color: #393939;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: 35px;
    letter-spacing: 0;
    line-height: 35px;
    padding: 0 11px;
    text-align: center;
}

.contact-author .pd-share {
    display: inline-block;
    float: none;
    margin-left: 14px;
}

.contact-author .pd-share ul {}

.contact-author .pd-share ul li {
    height: 25px;
    width: 25px;
}

.contact-author .pd-share ul li a {
    font-size: 14px;
    line-height: 25px;
}

.post-details-area-sidebar {
    padding: 82px 0 95px;
}

.next-prev-post .blog-name-date {
    margin: 3px 0 0;
}

.next-prev-post .blog-name-date .name {
    display: inline-block;
}

.next-prev-post .blog-name-date .name span,
.next-prev-post .blog-name-date .name a,
.next-prev-post .blog-name-date .date span {
    color: #818181;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px;
}

.next-prev-post .blog-name-date .name a {
    color: #00bfa5;
}

.next-prev-post .blog-name-date .date {
    display: inline-block;
    float: none;
    margin-left: 14px;
}

.single-blog .blog-name-date .date span {}

.next-prev-post {
    margin-top: 95px;
}

.next-prev-post .next-post {
    float: left;
    width: 40%;
}

.prev-post.next-post {
    float: right;
}

.next-post h3,
.next-post h3 a {
    color: #3c3c3c;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 38px;
    position: relative;
}

.next-post h3::after {
    background: #545454 none repeat scroll 0 0;
    bottom: -6px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 80px;
}

.next-post h4,
.next-post h4 a {
    color: #3c3c3c;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 11px;
}

.next-post p {
    color: #818181;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
}

.next-prev-post .next-prev-post .blog-name-date {
    margin: 1px 0 0;
}

.pd-tb-cotent {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pd-tb-cotent .tags {
    margin-bottom: 15px;
}

.pd-tb-cotent .tags ul {}

.pd-tb-cotent .tags ul li {
    background: #00bfa5 none repeat scroll 0 0;
    display: inline-block;
    height: 23px;
    margin-right: 5px;
    padding: 0 10px;
}

.pd-tb-cotent .tags ul li a {
    color: #fff;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 24px;
}

.pd-tb-cotent .tags ul li a:hover {
    color: #fff !important;
}

.pd-tb-title {
    margin-bottom: 30px;
}

.pd-tb-title h1 {
    color: #fff;
    font-size: 46px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 54px;
    margin: auto;
    width: 70%;
}

.pd-tb-img {
    margin-bottom: 11px;
}

.pd-tb-img img {
    border-radius: 50px;
}

.pd-tb-by {}

.pd-tb-by .name {}

.pd-tb-by .name span,
.pd-tb-by .name a {
    color: #fafbfc;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px;
}

.pd-tb-by .name span {}

.pd-tb-by .name a {
    font-weight: 700;
}

.pd-go-bot {
    margin-top: 5px;
}

.pd-go-bot a {
    color: #fff !important;
    font-size: 24px;
    font-weight: 700;
}


/*----------------------------------------*/


/*  17. Post Details Full Width
/*----------------------------------------*/

.post-details-area-full {
    padding: 82px 0 102px;
}

.pd-full .post-details-siebar .pd-blockquote {
    margin: 0 0 36px 30px;
    padding: 10px 25px 10px 60px;
}

.pd-full .post-details-siebar .pd-blockquote::before {
    background: #7a7a7a none repeat scroll 0 0;
    content: "";
    font-size: 0;
    height: 140px;
    left: 10px;
    line-height: 0;
    margin: 0;
    opacity: 1;
    position: absolute;
    top: 25px;
    width: 8px;
}

.pdf-blogs {
    margin-top: 96px;
}

.pdf-comment {
    margin-top: 106px;
}

.pdf-comment .pdf-comment-title,
.pdf-comment .pdf-comment-title span {
    color: #999999;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 55px;
}

.pdf-comment .pdf-comment-title {
    position: relative;
}

.pdf-comment .pdf-comment-title::after {
    background: #e7e7e7 none repeat scroll 0 0;
    bottom: -5px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}

.pdf-comment .pdf-comment-title span {
    color: #00bfa5;
}

.pdf-comment .comment-box {
    background: #fafafa none repeat scroll 0 0;
    border-bottom: 1px solid #f3f3f3;
    margin-top: 20px;
    padding: 38px 27px 44px 32px;
}

.comment-box .cb-img {
    float: left;
    width: 7%;
}

.comment-box .cb-img a {}

.comment-box .cb-img a img {}

.comment-box .cb-content {
    float: left;
    padding: 0 0 0 18px;
    width: 93%;
}

.comment-box .cb-content .name-reply {}

.cb-content .name-reply .name {
    color: #00bfa5;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
}

.cb-content .name-reply .reply {
    color: #00bfa5;
    float: right;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    padding-right: 15px;
    position: relative;
}

.cb-content .name-reply .reply::after {
    content: "";
    font-family: FontAwesome;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 1px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.cb-content .name-reply .reply:hover::after {
    opacity: 1;
    right: 0;
}

.cb-content .date {}

.cb-content .date span {
    color: #999999;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 16px;
}

.cb-content .text {}

.cb-content .text p {
    color: #777777;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
}

.comment-box.cb-reply {
    margin-left: 55px;
}

.pdf-leave-reply {
    margin-top: 89px;
}

.pdf-leave-reply .leave-reply-title {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    position: relative;
}

.pdf-leave-reply .leave-reply-title::after {
    background: #e7e7e7 none repeat scroll 0 0;
    bottom: -7px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.pdf-leave-reply .leave-reply {
    margin-top: 52px;
}

.pdf-leave-reply .leave-reply input {
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.75) inset;
    color: #777777;
    font-size: 14px;
    height: 55px;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 22px;
    padding: 5px 10px;
    width: 100%;
}

.pdf-leave-reply .leave-reply textarea {
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.75) inset;
    color: #777777;
    font-size: 14px;
    height: 148px;
    letter-spacing: 0;
    line-height: 20px;
    padding: 5px 10px;
    width: 100%;
}

.leave-reply > a {
    background: #00bfa5 none repeat scroll 0 0;
    border: 3px solid #00bfa5;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.75);
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    height: 45px;
    letter-spacing: 0;
    line-height: 38px;
    margin-top: 18px;
    padding: 0 30px;
    text-align: center;
    text-transform: uppercase;
}

.leave-reply > a:hover {
    background: transparent none repeat scroll 0 0;
    box-shadow: none;
    color: #00bfa5!important;
}


/*----------------------------------------*/


/*  18. Contact
/*----------------------------------------*/

.contact-area {
    padding: 58px 0 60px;
}

.contact-area .contact-left {
    padding: 35px 0;
}

.contact-area .contact-title {
    color: #252525;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 34px;
    margin-bottom: 64px;
    position: relative;
}

.contact-area .contact-title::after {
    background: #545454 none repeat scroll 0 0;
    bottom: -20px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 56px;
}

.contact-area p {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}

.contact-area .contact-form {
    margin-top: 30px;
}

.contact-area .contact-form label {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 4px;
}

.contact-area .contact-form input {
    border: 1px solid #cccccc;
    height: 35px;
    margin-bottom: 14px;
    padding: 5px 10px;
    width: 70%;
}

.contact-area .contact-form select {
    border: 1px solid #cccccc;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    height: 35px;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 14px;
    padding: 0 10px;
    width: 70%;
}

.contact-area .contact-form select option {
    padding: 0 10px;
}

.contact-area .contact-form textarea {
    border: 1px solid #cccccc;
    height: 197px;
    padding: 5px 10px;
    width: 100%;
}

.contact-area .contact-form a {
    background: #545454 none repeat scroll 0 0;
    border: 3px solid #545454;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 15px;
    font-weight: 600;
    height: 43px;
    letter-spacing: 0;
    line-height: 38px;
    margin-top: 28px;
    padding: 0 20px;
}

.contact-area .contact-form a:hover {
    background: transparent none repeat scroll 0 0;
    color: #545454!important;
}

.contact-right {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 35px 35px 35px 40px;
}

.contact-area .working-time {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 52px;
}

.phone-email {
    border-bottom: 1px solid #545454;
    margin-top: 15px;
    padding-bottom: 16px;
    width: 80%;
}

.phone-email li {
    color: #000000;
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 2px;
    padding-left: 22px;
    position: relative;
}

.phone-email li::before {
    font-family: FontAwesome;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 2px;
}

.phone-email li.phone {}

.phone-email li.phone::before {
    content: "";
}

.phone-email li.email {}

.phone-email li.email::before {
    content: "";
}

.time-table {
    margin: 32px 0 0;
}

.time-table li {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
}

.need-help {
    margin-top: 58px;
}

.need-help h6 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 8px;
}

.need-help h4 {
    color: #3b3b3b;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
}

.need-help h2 {
    color: #3b3b3b;
    font-size: 44px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 46px;
    margin-bottom: 29px;
}

.need-help p {
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 30px;
}

.nh-req {
    border: 10px solid #fff;
    border-radius: 45px;
    height: 77px;
    margin-top: 51px;
}

.nh-req:hover {
    border-color: #00b0ff;
    color: #00b0ff!important;
}


img {
    max-width: 100%;
    
}