/*fonts
    font-family: 'Lato', sans-serif;
    font-family: 'Montserrat', sans-serif;
*/

/*font-family: 'Poppins', sans-serif;
font-family: 'Lato', sans-serif;*/
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(images/squares.gif) center no-repeat #fff;
}

/*@font-face {
    font-family: 'montserratblack';
    src: url('fonts/montserrat-black-webfont.woff2') format('woff2'), url('fonts/montserrat-black-webfont.woff') format('woff');
}

@font-face {
    font-family: 'montserratextra_bold';
    src: url('fonts/montserrat-extrabold-webfont.woff2') format('woff2'), url('fonts/montserrat-extrabold-webfont.woff') format('woff');
}

@font-face {
    font-family: 'montserrathairline';
    src: url('fonts/montserrat-hairline-webfont.woff2') format('woff2'), url('fonts/montserrat-hairline-webfont.woff') format('woff');
}

@font-face {
    font-family: 'montserratlight';
    src: url('fonts/montserrat-light-webfont.woff2') format('woff2'), url('fonts/montserrat-light-webfont.woff') format('woff');
}

@font-face {
    font-family: 'montserratsemi_bold';
    src: url('fonts/montserrat-semibold-webfont.woff2') format('woff2'), url('fonts/montserrat-semibold-webfont.woff') format('woff');
}

@font-face {
    font-family: 'montserratultra_light';
    src: url('fonts/montserrat-ultralight-webfont.woff2') format('woff2'), url('fonts/montserrat-ultralight-webfont.woff') format('woff');
}*/

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #494846;
    line-height: 170%;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #132333;
}

h1 {
    font-size: 4.750em;
    line-height: 110%;
    font-family: 'Poppins';
    color: #484745;
}

h2 {
    font-size: 2.438em;
    padding-bottom: 0;
    font-family: 'Poppins';
    color: #484745;
    margin-bottom: 15px;
    line-height: 130%;
    font-weight:500;
    position: relative;
}
h3{
    font-size: 2.188em;
    padding-bottom: 0;
    font-family: 'Poppins';
    color: #484745;
    line-height: 160%;
    font-weight:400;
}

h4 {
    font-size: 1.713em;
    font-family: 'Poppins';
    font-weight:500;
    color:#484745;
    line-height: 140%;
}

h5 {
    font-size: 1.338em;
    line-height: 130%;
    font-family: 'Poppins';
    font-weight: 500;
    color: #4a4643;
    letter-spacing: 0.04em;
}

h6 {
    font-size: 1.188em;
    font-family: 'Poppins';
    line-height: 130%;
    color: #484745;
    font-weight:500;
    margin-bottom:10px;
}

p {
    font-size: 1em;
    font-family: 'Lato', sans-serif;
    color: #636361;
    line-height: 170%;
}

img {
    max-width: 100%;
}

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

a,
a:hover,
button,
button:hover {
    text-decoration: none;
}

.transition,
a,
a:hover,
button,
button:hover {
    -webkit-transition: all 0.3s ease;
    /* Safari 3.2+, Chrome */
    
    -moz-transition: all 0.3s ease;
    /* Firefox 4-15 */
    
    -o-transition: all 0.3s ease;
    /* Opera 10.5-12.00 */
    
    transition: all 0.3s ease;
    /* Firefox 16+, Opera 12.50+ */
}
/*global classs*/

.no-bottom-padding {
    padding-bottom: 0;
}

.no-top-padding {
    padding-top: 0;
}
.pd-zero{
    padding:0;
}
.pd-left{
    padding-left: 0;
}
.pd-right{
    padding-right: 0;
}
/*global class end*/

section {
    padding: 70px 0;
    position: relative;
}

.gray-bg {
    background-color: #efefef;
}
/*btn*/

.btn {
    border: none;
    padding: 12px 40px;
    border-radius: 0;
    font-size: 1.1em;
    text-shadow: none;
    box-shadow: none;
    font-family: 'Poppins', sans-serif;
}

.btn:hover {
    background: #940019;
    color: #fff;
}

.btn-primary {
    background: #0b9bd0;
    color: #fff;
    margin: 0;
    outline: none;
    border-radius:30px;
}

.btn-gray {
    background-color: #2c2c2c;
    color: white;
}

.btn-gray:hover {
    background-color: #7d7d7d;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary a:active {
    background-color: rgba(11, 155, 208, 0.65);
    color: white;
    border-color: #07b3f3;
    outline: none;
}

.btn-gray:active:hover,
.btn-gray.active:hover,
.btn-gray:active:focus,
.btn-gray.active:focus,
.btn-gray:active.focus,
.btn-gray.active.focus,
.btn-gray:active,
.btn-gray.active,
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:hover,
.btn-gray a:active {
    background-color: #7d7d7d;
    outline: none;
}

header {
    padding: 30px 0 0;
}

.header-toggle {
    display: none;
}
/*.navbar.navbar-static {
    background-color: #2a2a2a;
}*/

.row {
    padding: 0 !important;
}

.container-normal .class123-address .col-lg-12,
.container-normal .class123-address .col-md-12,
.container-normal .class123-address .col-sm-12,
.container-normal .class123-address .col-lg-6,
.container-normal .class123-address .col-md-6,
.container-normal .class123-address .col-sm-6,
.col-lg-2,
.col-md-2,
.col-sm-2,
.col-lg-3,
.col-md-3,
.col-sm-3,
.col-lg-4,
.col-md-4,
.col-sm-4,
.col-lg-4_5,
.col-md-4_5,
.col-sm-4_5,
.col-lg-1_75,
.col-md-1_75,
.col-sm-1_75,
.col-lg-5,
.col-md-5,
.col-sm-5,
.col-lg-6,
.col-md-6,
.col-sm-6,
.col-lg-12,
.col-md-12,
.col-sm-12 {
    padding-bottom: 0 !important;
}

.top-header .btn-primary {
    padding: 0;
}

.top-header .navbar-nav li.btn-primary a {
    color: white;
    padding: 13px 40px;
}
/*.align-item {
    align-items: center;
    display: flex;
}
header .align-item {
    align-items: center;
    display: flex;
    padding-bottom: 20px !important;
}*/

.logo:hover {
    opacity: 0.5;
}

.navbar-collapse,
.navbar-form {
    border-color: rgba(231, 231, 231, 0);
    text-align: center;
}

.navbar-nav {
    float: none;
}

.navbar {
    margin-bottom: 0;
    min-height: auto;
    border-radius: 0;
    position: relative;
    z-index: 1;
    border: 0;
}

.navbar-collapse {
    padding: 0;
}

.navbar-nav > li {
    margin-right: 0px;
    padding:0 15px;
}

.navbar-nav > li:first-child {
    background-color: transparent;
}

/*.navbar-nav > li:last-child {
    padding-right: 30px;
}*/

.navbar-nav>.active>a {
    color: #fff;
    background-color: transparent;
}

.navbar-nav > li > a {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    padding: 15px 0;
}
.navbar-nav > li:last-child a {
    padding: 15px 20px;
}
.internal-header .navbar-nav > li > a {
    color: black;
}
.internal-header .navbar-nav > li:last-child > a{
    color:#fff;
}
.nav > li > a:hover, 
.nav > li > a:focus {
    text-decoration: none;
    background: 0;
    outline: 0;
}
.navbar-nav > li:last-child{
    background-color: #226ba3;
    border-radius:30px;
    box-shadow:0 0 4px 1px rgba(0,0,0,.29);
    padding: 0 25px;
    margin-left:19px;
}
.navbar-nav > li:last-child:hover {
    background-color: rgba(34, 107, 163, 0.7);
}
.navbar-nav>li>a:after {
    content: '';
    position: relative;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    width: 0;
    top: auto;
    bottom: -3px;
    left: 0;
    height: 2px;
    background-color: #ffffff;
    margin-bottom: 3px;
    display:block;
}
.navbar-nav > li:last-child a:after{
    display:none;
}
.navbar-nav>li>a:hover:after {
    opacity: 1;
    width: 100%;
    color: #ffffff;
}
/*.navbar-nav > li > a:before,
.navbar-nav > li > a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: skew(-14deg);
    -o-transform: skew(-14deg);
    -moz-transform: skew(-14deg);
    -webkit-transform: skew(-14deg);
}

.social-icons li a {
    padding: 15.5px 15px;
    background-color: #da0227;
    color: white;
    position: relative;
    z-index: 1;
}

.social-icons li:last-child a:after {
    content: '';
    position: absolute;
    left: auto;
    right: -6px;
    top: 0;
    bottom: 0;
    transform: skew(-14deg);
    -o-transform: skew(-14deg);
    -moz-transform: skew(-14deg);
    -webkit-transform: skew(-14deg);
    background-color: #da0227;
    width: 100%;
}

.navbar-nav > li > a:before {
    background-color: #da0227;
    opacity: 0;
    z-index: 1;
}

.navbar-nav > li > a:after {
    background-color: #2a2a2a;
    opacity: 1;
}

.navbar-nav > li > a:hover:before,
.navbar-nav > li.current a:before {
    opacity: 1;
}
*/
/*.navbar-nav > li > a span {
    position: relative;
    z-index: 1;
}

.navbar-nav>li>a:hover {
    color: #FFFFFF;
    background-color: #246B80;
}

.navbar-nav>.current>a:hover,
.nav > li > a:hover,
.navbar-nav>.current>a {
    color: #fff;
    background-color: rgba(36, 107, 128, 0);
}

.nav > li > a:focus {
    background-color: transparent;
}*/
/* bootstrap 3 helpers */

/*#nav.affix {
    position: fixed;
    width: 100%;
    z-index: 10;
    left: 0;
    right: 0;
    background-color: white;
    border-bottom: 1px solid #ddd;
}*/

.navbar-collapse ul {
    display: inline-block;
    vertical-align: middle;
    margin-right: -2px;
    margin-top: -2px;
}
/*.title{
    margin-bottom:20px;
}*/

.align-items{
    display:flex;
    align-items: center;
    vertical-align: middle;
}
header .banner {
    margin-top: -50px;
    margin-bottom: 50px;
    min-height: 554px;
}
.banner-item{
    position: relative;
    top: 36px;
}
.banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 525px;
    background-attachment: fixed;
}
.banner-content {
    position: relative;
    top: 30px;
}
.banner-content h1 {
    color: #fff;
    font-weight: 600;
    font-size: 4.4em;
}
.banner-email img{
    position: absolute;
    bottom: -318px;
    top: auto;
    width: 100%;
    left: 0;
    right: 0;
}
.banner-content p {
    color: #fff;
    font-family: 'Poppins';
    font-size: 1.6em;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.banner-content a {
    color: #fff;
    text-decoration:underline;
    cursor:pointer;
}
.banner-content a:hover {
    opacity: 0.8;
    text-decoration:none;
}
.clean-email-list .title h6 {
    font-size: 1.1em;
}
.clean-email-list .content{
    margin-bottom:30px;
    width:100%;
}
.clean-email-list .content p{
    width:85%;
    margin:0 auto;
}
.email-data-left-img{
    background-size: cover;
    background-position: center;
    width:100%;
    height:650px;
}
.email-data-right-content{
    padding: 40px 110px 40px 20px !important;
}
.email-data-right-content > p{
    margin-bottom:25px;
}
.email-data-icon {
    background-color: #fff;
    border: 1px solid #d6d6d6;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.08);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    text-align: center;
    display: table;
}
.email-data-icon span{
    display: table-cell;
    vertical-align: middle;
}
.email-data-right-content-item{
    margin:0 0 20px;
    display: block;
}
.advantages{
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.advantages .col-md-4{
    margin-bottom: 80px;
}
.advantages h2{
    color:#fff;
    margin-bottom:70px;
}
.advantages:before{
    content: '';
    position: absolute;
    background-color: #0b9bd0;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity: .9;
}
.advantages-item{
    position: relative;
    background-color: #fff;
    padding: 60px 30px 15px;
    text-align: center;
    min-height:255px;
    /*margin-bottom:80px;*/
    height:100%;
}
.advantages .col-md-4:nth-child(3n+1) {
    clear: both;
}
.advantages-item .icon{
    background-color: #0b9bd0;
    border: 3px solid #fff;
    position: absolute;
    border-radius: 50%;
    width: 82px;
    height: 82px;
    top: -43px;
    left: 0;
    right: 0;
    margin: auto;
    display: table;
}
.advantages-item .icon span{
    display: table-cell;
    vertical-align: middle;
}
.advantages-item h6{
    color:#353334;
}
.advantages-item p{
    color:#757575;
    font-family: 'lato';
    font-weight: 300;
}
.contact-form-item .title h2 {
    margin-bottom: 0;
}
.contact-form-item p{
    margin-bottom:20px;
}
.form-control {
    display: block;
    width: 100%;
    height: 45px;
    background-color: #fff;
    background-image: none;
    border: 0;
    border-radius: 0;
}
textarea.form-control {
    resize: none;
}
.form-group:last-child {
    margin-bottom: 0;
}
.contactus{
    padding:0;
}
.contact-us-content{
    float:right;
    background-position: center;
}
.contact-us-item{
    padding:80px 50px;
    text-align: center;
}
.contact-us-item span{
    font-size: 1.1em;
    font-family: 'Poppins';
    font-weight: 400;
    color:#4d4b4c;
    line-height: 180%;
}
.contact-us-item h3 a{
    color:#0b9bd0;
    font-weight: 700;
    display:inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}
.contact-us-item h3 a:hover{
    opacity: 0.9;
    -webkit-animation-name: hvr-pulse-shrink;
    animation-name: hvr-pulse-shrink;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
.contact-us-item h3:last-child a:hover{
    opacity:0.7;
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
}
.contact-us-item span.sep-style{
    font-size: 1.513em;
    font-family: 'Poppins';
    font-weight: 400;
}
.contact-form {
    position: relative;
    padding: 50px 0px 110px;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-us-content{
    padding: 50px 0 0;
    background-repeat: no-repeat;
}
.contact-form:before{
    content: '';
    position: absolute;
    background-color: rgba(238,238,238,.95);
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.amerilist-item-number-content{
    padding:25px 0 !important;
}
.amerilist-item-number-content span{
    font-size: 4.438em;
    font-weight: 700;
    color:#0b9bd0;
    font-family: "Poppins";
    line-height: 100%;
}
.amerilist-item-number-content h5{
    font-family: "lato";
    font-weight:300;
    font-style: italic;
}
.amerilist-item-number{
    border-right: 1px solid #ddd;
}
.amerilist-item-number:last-child{
    border:0 none;
}
.footer-top{
    background-color: #262523;
}
.footer-bottom{
    background-color: #323232;
    color:#a9a9a9;
    padding: 15px 0;
}
.footer-bottom .copyright p {
    margin-bottom: 0;
}
.footer-bottom .copyright p,
.footer-bottom a{
    color: #a9a9a9;
}
.footer-bottom a:hover {
    color: #07abf2;
}
.footer-bottom .right-content{
    text-align: right;
}
.footer-item{
    padding: 40px 0 20px;
}
.footer-icon, .footer-menu{
    list-style: none;
    text-align: center;
    margin:20px 0;
}
.footer-icon li, .footer-menu li{
    display: inline-block;
}
.footer-icon li{
    margin:5px;
}
.footer-icon li a{
    color:#fff;
    padding: 5px;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 3px;
}
.footer-icon li a i{
    font-size: 2em;
}
.footer-icon li:nth-child(1) a{
    background-color: #3c5a98;
}
.footer-icon li:nth-child(1) a:hover {
    background: rgba(60, 90, 152, 0.72);
}
.footer-icon li:nth-child(2) a{
    background-color: #0183bd;
}
.footer-icon li:nth-child(2) a:hover {
    background: rgba(1, 131, 189, 0.66);
}
.footer-icon li:nth-child(3) a{
    background-color: #07abf2;
}
.footer-icon li:nth-child(3) a:hover{
    background-color: rgba(7, 171, 242, 0.78);
}
.footer-icon li:nth-child(4) a{
    background-color: #d0422a;
}
.footer-icon li:nth-child(4) a:hover{
    background-color: rgba(208, 66, 42, 0.63);
}
.footer-menu li{
    font-family: "Poppins";
    font-weight: 600;
    text-transform: uppercase;
    font-size: .813em;
    margin:10px 15px;
    letter-spacing: .06em;
}
.footer-menu li a{
    color: #fff;
}
.footer-menu li a:hover {
    color: #07abf2;
}
/*Testimonial*/
.testimonial{
    background:#0b9bd0;
}
.testimonial-image {
    float: left;
    margin-right: 15px;
}
.testimonial-image img {
    border-radius: 100px;
}
.testimonial-text {
    padding: 15px 0;
}
.testimonial-text p {
    color: #fff;
    font-size: 1.3em;
    font-style: italic;
    margin-bottom: 0;
    line-height: 140%;
}
.testimonial-text span {
    color: #fff;
    font-size: 1em;
}
.unslider-arrow i {
    font-size: 4em;
    color: rgba(218, 218, 218, 0.82);
}
.unslider-arrow {
    position: absolute;
    left: 20px;
    z-index: 2;
    cursor: pointer;
    top: 40px;
}
.unslider-arrow.prev {
    left: -40px;
    right: auto;
}
.unslider-arrow.next {
    left: auto;
    right: -40px;
}
/*Thank You Page*/
.thankyou-text{
    text-align:center;
}
/*Target*/
.ti-icon {
    /* float: left; */
    display: inline-block;
    vertical-align: middle;
}
.ti-text {
    /* display: table; */
    width: 81%;
    /* padding-left: 15px; */
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
}
.email-data-right-content-item .ti-text p {
    margin-bottom: 0;
}
/*Blog Page*/
.internal-banner {
    height: 110px;
}
.internal-banner .banner-item {
    top: 10px;
    text-align: center;
}
.internal-title h1{
    color:red;
}
.blog-item-img {
    height: 312px;
    background-size: cover;
    width: 100%;
}
.post_info_cat span a {
    color: #00709a;
    text-transform: uppercase;
    position:relative;
    margin-right: 10px;
}
.post_info_cat span a:after{
    content:'/';
    position:absolute;
    margin: 0 4px;
}
.post_info_cat span:last-child a:after {
    display: none;
}
.post_info_cat span a:hover {
    color: #21bef9;
}
.blog-item-text h5 {
    margin: 5px 0 15px;
}
.blog-item-text h5 a {
    color: #494846;
    position: relative;
}
.blog-item-text h5 a:hover {
    color: #21bef9;
}
.blog-item-text {
    margin-top: 15px;
    text-align: center;
}
.blog-item-text h5 a:after {
    content: '';
    position: absolute;
    background: #4e4846;
    height: 2px;
    width: 70px;
    top: auto;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
}
.blog-item-text p {
    margin-top: 5px;
}
.popular-posts {
    margin-top: 20px;
}
.widget h6 {
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    padding: 10px 0px;
    text-align: center;
}
.popular-posts li{
    list-style: none;
    margin-bottom: 20px;
}
.post_thumb {
    float: left;
    margin-right: 10px;
}
.post_thumb_text {
    display: table;
}
.post_thumb a:hover img {
    opacity: 0.8;
}
.post_thumb_text h6 {
    margin-bottom: 0;
    line-height: 150%;
    font-size: 0.85em;
}
.post_thumb_text h6 a {
    color: #484745;
}
.post_thumb_text h6 a:hover{
    color: #21bef9;
}
.blog-item-img{
    position:relative;
    overflow:hidden;
}
.blog-item-img .ovrly {
    position: absolute;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
    width: 100%;
    left: 0;
    top: -100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.blog-item-img .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.blog-item-img .buttons .fa {
    background: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: rgba(50, 50, 50, 0.9);
    display: inline-block;
    margin: 0 1px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.2s 0.3s;
    -moz-transition: all 0.2s 0.3s;
    -o-transition: all 0.2s 0.3s;
    transition: all 0.2s 0.3s;
    opacity: 0;
}
.blog-item-img:hover .ovrly {
    top: 0;
}
.blog-item-img:hover .buttons .fa {
    opacity: 1;
}
.post-date span i {
    margin-right: 5px;
    font-size: 0.9em;
}
.internal-banner .navbar-nav > li a.active:after {
    opacity: 1;
    width: 100%;
    color: #ffffff;
}
/*Blog Detail*/
.blog-detail-text {
    margin-top: 15px;
}
.blog-detail-text h1 {
    font-size: 2em;
    margin: 10px 0 5px;
}
.share-post {
    margin-top: 30px;
    display: flex;
    align-items: center;
    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    padding: 10px 10px 6px;
}
.share-post-text {
    width: 50%;
}
.share-post-text h6 {
    margin-bottom: 0;
    font-size: 1em;
    font-style: italic;
}
.share-btn {
    width: 50%;
    text-align: right;
}
.blog-detail-text .post-date {
    margin-bottom: 5px;
}
.blog-sidebar-item {
   margin-bottom:10px;
}
.contact-form-item.text-center {
    position: relative;
    z-index: 1;
}