﻿
/* landing page opacity */

.single-slider:before {
    background: rgba(0, 0, 0, .4);
}

a.btn.btn-normal {
    margin-left: 0px;
}

.sticky.navbar-default {
    background-color: #184d69 !important;
}

.slider-title h2 span {
    color: #8dc74b;
}

#contacts {
    background: #184d69;
}

p.footerWhite {
    color: #f0f0f0;
    font-weight: 300;
    text-align:center;
}

a.footerWhite {
    color: #f0f0f0;
    font-weight: 600;
}

h2.footerBlue, h6.footerBlue {
    color: #2f98d0;
    text-align:center;
}

div.footerIcon {
    text-align:center;
}

a.footerIcon {
    display: inline-block;
    font-size: 24px;
    line-height: 48px;
    border-radius: 50px;
    background-color: #8dc74b;
    min-width:48px;
    color:#fff;
    margin:0 0 10px 0;
}

div.myIcon {
    text-align:center;
}

i.myIcon {
    text-align: center;
    font-size: 24px;
    line-height: 48px;
    border-radius: 50px;
    border: 1px dotted #2f98d0;
    background-color: #fff;
    min-width: 48px;
    color: #2f98d0;
    margin: 10px 0 10px 0;
}

p.aboutStart {
    font-size: 15px;
    text-align: justify;
}

p.comment {
    font-size: 15px;
    text-align: center;
}
.aboutStart span.blue {
    color: #2f98d0;
}

.aboutStart span.green {
    color: #8dc74b;
}

.about-content h2:after {
    width: 120px;
}

h2.myheader {
    font-size: 36px;
    line-height: 32px;
    font-weight: 600;
    color: #2f98d0;
    margin: 20px 0;
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
    text-align:center;
}

.myheader span.green {
    color: #8dc74b;
}

h6.myheader {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #2f98d0;
    position: relative;
    z-index: 1;
    text-align:center;
    padding:10px 0;
}


.myborder-line {
    position: absolute;
    right: 0px;
    left: 0px;
    top:8px;
    border: 1px solid #02a8f5;
    height: 14px;
    width: 14px;
    margin: 0 auto;
}


.myheader.left, .comment.left {
    text-align: left;
}

.myheader.right, .comment.right {
    text-align:right;
}

span.greenBullet {
    font-weight:600;
    color: #8dc74b;
}

a.contactButton {
    display: inline-block;
    background-color: #2f98d0;
    padding: 10px 5px;
    color: #fff;
    width:100%;
    text-align:center;
}

    a.contactButton:hover {
        color: #184d69;
        background-color: #8dc74b;
    }

/* just my box... */
.myborder-line:after, .myborder-line:before {
    position: absolute;
    content: "";
    top: 5px;
    height: 1px;
    width: 60px;
    background: #02a8f5;
}

        .myborder-line:before {
            left: 20px;
        }

        .myborder-line:after {
            right: 20px;
        }

.blog-data p i {
    padding: 15px 0;
}

div.blog-data {
    border-radius: 0 0 15px 0;
}

.single-blog-content p {
    color: #666;
    text-align:justify;
}


li {
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    font-family: 'Lato', sans-serif;
    margin-bottom: 0;
    text-align:justify;
}


.overlay-color-skill:before {
    opacity: 0.5;
}

.complete-project-conuter:after {
    background: rgba(0, 0, 0, .6);
}

.testimonial:before {
    opacity: 0.5;
}

.single-pricing-data:before {
    border-width: 90px 0px 0px 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 50%;
}

.single-pricing-content ul li {
    padding: 6px 10px;
}

.single-pricing-data {
    background-color: #184d69;
}

div.single-pricing-box {
    border-bottom: 5px solid #888888;
    border-radius:5px 5px 0 0;
}

.single-pricing-box h4 {
    background: #333;
}

.pricing .active h4 {
    background: #999;
}

div.section-title {
    margin-bottom: 40px;
}

div.section-title p {
    margin: 15px auto 40px auto;
}

section.section-padding {
    padding: 100px 0;
}

.counter-data > h3 {
    font-weight: 600;
}

div.counter-icon {
    border-radius: 10px;
}

.testimonial-item-single i, .testimonial-item-img img {
    border: 1px solid #fff;
}

.testimonial-item-img {
    position: absolute;
    top: auto;
}

.testimonial-contact {
    margin-left: 120px;
}
