/*

Theme Name:     Lambda Child Theme

Description:    Child theme for the Lambda WP Theme

Author:         Oxygenna

Author URI:     http://themeforest.net/user/oxygenna

Template:       lambda

Version:        1.0

*/

/*======================================================================================================================

                                                            fonts

======================================================================================================================*/
@font-face {
	font-family: 'HelveticaNeueLTStd-MdCn';
	src: url('fonts/HelveticaNeueLTStd-MdCn.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AvenirLTStd-Heavy';
	src: url('fonts/AvenirLTStd-Heavy.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'nexa-bold';
	src: url('fonts/nexa-bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham-Medium';
	src: url('fonts/Gotham-Medium.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'futura light bt';
	src: url('fonts/futura light bt.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto-Regular';
	src: url('fonts/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FutuHv';
	src: url('fonts/FutuHv.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'NunitoSans-Regular';
	src: url('fonts/NunitoSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham-Light';
	src: url('fonts/Gotham-Light.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto-Medium';
	src: url('fonts/Roboto-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Oswald-Medium';
	src: url('fonts/Oswald-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Lato-Medium';
	src: url('fonts/Lato-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Lato-Black';
	src: url('fonts/Lato-Black.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'lato-heavy';
	src: url('fonts/lato-heavy.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham-Ultra';
	src: url('fonts/Gotham-Ultra.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.menu .nav>li>a {
	font-family: 'HelveticaNeueLTStd-MdCn';
}
.menu .dropdown-menu > li > a {
	font-family: 'HelveticaNeueLTStd-MdCn';
}
.ajax-loader {
	display: none;
}
.select-wrap:after {
	content: "" !important;
}

.menu .nav > li > a
{
	color: #fff;
    font-size: 18px;
}

ul, ol 
{
  font-size: 20px;
}
/*======================================================================================================================
                                                            Common
======================================================================================================================*/
a.hvr-shutter-out-horizontal:before{
    background:#fc6625 !important;
    border-radius:4px;
}
.mb-20{
    margin-bottom:20px !important;
}
.pt-50{
    padding-top:50px;
}
.common-cont{
    display:flex;
    align-items: center;
    height:435px;
}
.inpt{
    width:100%;
    height:52px;
    padding:5px 15px;
    border-radius:3px;
    border:1px solid #fff;
    outline: none;
    box-sizing: border-box;
    font-size:18px !important;
    font-family: 'Gotham-Light';
}
.inpt:focus{
    border-color:#b22626;
}
.slct_1 label {
    position: relative;
    margin: 0;
    width: 100%;
    font-weight: normal;
    outline: none;
}
.slct_1 label select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    cursor: pointer;
    height: 52px;
    padding: 5px 15px;
    letter-spacing: normal;
    outline: none;
    text-transform: uppercase;
    color:#878787;
    transition: all 0.4s ease-in-out;
}
.slct_1 label select:focus{
    border-color:#b22626;
    box-shadow: none;
}
.slct_1 label::after {
    content: '▼';
    position: absolute;
    width: 15px;
    color: #878787;
    font-size: 15px;
    right: 20px;
    bottom: 28px;
    pointer-events: none;
    z-index: 2;
    top: 16px;
    font-weight:bold;
}
.sbtn{
    background:#b22626;
    font-family: 'Oswald-Medium';
    text-transform: uppercase;
    font-size:18px;
    border-radius:35px;
    height:52px;
    outline: none;
    box-shadow: none;
    color:#fff;
}
.sbtn:hover{
    color:#fff;
}
button.hvr-shutter-out-horizontal:before{
    background:#0f0f10 !important;
    border-radius:35px;
}
a.hvr-shutter-in-horizontal:before{
    background:#7a68ae;
}
.hight-div{
    height:105px;
    opacity: 0;
    position:absolute;
    top:-105px;
    left:0;
}
@media (max-width:767px){
    .hight-div{
        height:85px;
        opacity: 0;
        position:absolute;
        top:-85px;
        left:0;
    }
}
@keyframes shadow-pulse
{
    0% {
        box-shadow: 0 0 0 0px rgba(101, 98, 99, 0.7);
    }
    100% {
        box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    }
}
.example-1
{
    animation: shadow-pulse 1s infinite;
}
.section1{
    background-size:cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding-top:105px;
    color:#000;
}
.section1 .section1-inner{
    display:flex;
    align-items: center;
    height:750px;
}
.section1 h5{
    font-size:23px;
    font-family: 'AcherusGrotesque-Regular';
    text-transform: uppercase;
    margin:0;
    margin-bottom:25px;
    margin-bottom:40px;
}
.section1 h2{
    font-size:68px;
    font-family: 'AvenirLTStd-Heavy';
    text-transform: uppercase;
    line-height:1;
    margin-bottom:30px;
    color:#fff;
}
.section1 h3{
    font-family: 'nexa-bold';
    color:#fff;
    font-size:30px;
    margin-bottom:40px;
}
.section1 .link-holder a{
    text-transform: uppercase;
    font-family: 'Gotham-Medium';
    font-size:20px;
    color:#fff;
    padding:10px 30px;
    background:#fff;
    border-radius:4px;
    display:inline-block;
    text-decoration: none;
    border:1px solid #6900FF;
    margin:0 20px;
}
.section1 a:hover{
    color:#b22626;
}
.section1 .left-text{
    width:45%;
    margin-top:50px;
}
/*.section1 .right-video{
    width:55%;
    position:relative;
}
.section1 .right-video img{
    max-width:100%;
}*/
.section1 .right-video a{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100px;
    height:100px;
    border-radius:100%;
    background:#fefefe;
    color:#6900FF;
    border:none;
    margin:auto;
    font-size:40px;
    text-align:center;
    line-height:100px;
    display:inline-block;
    vertical-align: top;
    padding:0;
}
.section1 .right-video a span{
    text-align:center;
    line-height:100px;
    width:100px;
    height:100px;
    display:inline-block;
    vertical-align: top;
}
.section2{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    padding:50px 0;
}
.common-heading{
    text-align:center;
    margin-bottom:60px;
}
.common-heading h2{
    text-transform: uppercase;
    font-family: 'FutuHv';
    font-size:48px;
    color:#8d71a4;
    text-align:center;
    margin-top:0;
}
.common-heading img{
    display:inline-block;
}
.common-heading p{
    font-size:23px;
    color:#343434;
    margin-top:40px;
    font-family: 'Roboto-Regular';
}
.text-holder h4{
    font-family: 'FutuHv';
    font-size:42px;
    color:#8d71a4;
    text-transform: uppercase;
    margin-top:0;
}
.text-holder ul{
    margin:20px 0;
}
.text-holder ul li{
    color: #343434;
    font-size: 19px;
    text-decoration: none;
    margin-top: 0;
    font-family: 'Oswald-Medium';
    padding-left: 30px;
    position: relative;
}
.text-holder ul li:before {
    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    background: url(images/s3.png);
    height: 19px;
    width: 19px;
    background-size: cover;
}
.text-holder p{
    font-size:22px;
    color:#343434;
    font-family: 'Roboto-Regular';
}
.image-holder img{
    max-width:100%;
}
.section3{
    /*padding:50px 0;*/
}
.section3 .sec3-heading{
    background:#7a68ae;
}
.section3 .sec3-heading h2{
    padding:25px 0;
    font-size:48px;
    font-family: 'FutuHv';
    text-transform: uppercase;
    color:#fff;
    text-align:center;
    position:relative;
    margin:0;
}
.section3 .sec3-heading h2:after{
    position:absolute;
    top:100%;
    height:30px;
    width:30px;
    border:15px solid transparent;
    border-top-color:#8d71a4;
    left:0;
    right:0;
    margin:0 auto;
    content:'';

}
.section3 .common-part{
    padding:25px 0;
}

.section3 .sec3-conts{
    padding-top:50px;
}
.section3 .sec3-conts h4, .section3 h4{
    display:inline-block;
    margin-left:20px;
    vertical-align: middle;
}
.section3 .sec3-conts .text-img{
    display:inline-block;
    vertical-align: middle;
}
.section3 .sec3-conts p{
    font-size:19px;
    margin-top:20px;
}
.section3 .sec3-conts .try, .section3 .try, .section5 .try{
    text-transform: uppercase;
    font-family: 'Gotham-Medium';
    font-size:20px;
    color:#fff;
    padding:10px 30px;
    background:#fff;
    border-radius:4px;
    display:inline-block;
    text-decoration: none;
    border:1px solid #6900FF;
    margin-top:40px;
    color:#fff;
    transition: all 0.4s ease-in-out;
}
.section3 .sec3-conts .try:hover, .section3 .try:hover, .section5 .try:hover{
    color: #b22626;
}

.try1{
    text-transform: uppercase;
    font-family: 'Gotham-Medium';
    font-size:20px;
    color:#fff;
    padding:10px 30px;
    background:#fff;
    border-radius:4px;
    display:inline-block;
    text-decoration: none;
    border:1px solid #6900FF;
    margin-top:40px;
    color:#fff;
    transition: all 0.4s ease-in-out;
	margin-bottom: 50px;
}
.try1:hover{
    color: #b22626;
}


.section4{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    padding:50px 0;
}
.section4 h2{
    color:#fff;
    font-family: 'FutuHv';
}
.section4 .sec-4-cont{
    padding:50px 0;
}
.section4 .sec-4-cont .items{
    position:relative;
}
.section4 .sec-4-cont .items img{
    max-width:100%;
}
.section4 .sec-4-cont .items a{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    height:60px;
    width:60px;
    border-radius:100%;
    text-align:center;
    font-size:20px;
    line-height: 60px;
    background:#fff;
    color:#8973c9;
}
.section5{
    padding:100px 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
	cursor:pointer;
}
.section5 h2{
    font-family: 'FutuHv';
    font-size:42px;
    text-transform: uppercase;
    color:#8d71a4;
    margin-top:0;
    margin-bottom:30px;
}
.section5 h4{
    font-size:30px;
    font-family: 'FutuHv';
    color:#675a5a;
    text-transform: uppercase;
    margin-top:20px;
}
.section5 p{
    font-family: 'NunitoSans-Regular';
    color:#675a5a;
    font-size:17px;
}
.section6{
    padding:50px 0;
    background:#a5cbf0;
}
.section6 .left-form{
    margin-top:60px;
}
.section6 .left-form h2{
    font-size:42px;
    color:#fff;
    text-transform: uppercase;
    font-family: 'FutuHv';
}
.section6 .left-form input{
    display:none;
}
.section6 .left-form input[type="submit"]{
    display:block;
}
.section6 .left-form label{
    width:100%;
    height:70px;
    background:#fff;
    padding:0 15px;
    line-height:70px;
    text-transform: uppercase;
    font-size:18px;
    font-family: 'Gotham-Light';
    border-radius:4px;
}
.section6 .left-form label span img{
    max-width:100%;
}
.section6 .left-form button, .section6 .left-form input[type="submit"]{
    text-transform: uppercase;
    font-family: 'Gotham-Medium';
    font-size:20px;
    color:#fff;
    padding:10px 30px;
    background:#7a68ae;
    border-radius:4px;
    display:inline-block;
    text-decoration: none;
    border:1px solid #7a68ae;
    margin-top:20px;
}
.section7{
    padding:50px 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
.section7 h2{
    font-family: 'FutuHv';
    font-size:42px;
}
.section7 .big-video-holder{
    border:5px solid #6900FF;
    position: relative;
}
.section7 .big-video-holder img{
    max-width: 100%;
}
.section7 .big-video-holder a{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    height:100px;
    width:100px;
    border-radius:100%;
    text-align:center;
    font-size:30px;
    line-height: 100px;
    background:#fff;
    color:#8973c9;
}
/*======================================================================================================================
                                                    Blog
======================================================================================================================*/
.blog-sections{
   /* margin-top:121px; */
    padding:50px 0;
    
}
.blog-sections .blog-cont .blog-single-post-link{
    margin-bottom:40px;
}
.blog-sections .blog-cont .blog-single-post-link .blog-post-bnr{
    display:block;
    position:relative;
    text-decoration: none;
}
.blog-sections .blog-cont .blog-single-post-link .blog-post-bnr img{
    width:100%;
    border-radius:7px;
}
.blog-sections .blog-cont .blog-single-post-link .blog-post-bnr .post-category{
    position:absolute;
    top:25px;
    left:15px;
    background:#8d71a4;
    padding:3px 10px;
    color:#fff;
    text-transform: uppercase;
    font-family: 'FutuHv';
    font-size:20px;
}
.blog-sections .blog-cont .blog-single-post-link .post-details .post-title{
    margin:0;
    margin:20px 0;
}
.blog-sections .blog-cont .blog-single-post-link.big img{
    border-radius:0;
}
.blog-sections .blog-cont .blog-single-post-link.big .post-details .post-title{
    width:60%;
}
.blog-sections .blog-cont .blog-single-post-link.big .post-details ul{
    width:40%;
    text-align: right;
    margin-top:20px;
}
.blog-sections .blog-cont .blog-single-post-link.big .post-details ul li{
    display:inline-block;
}
.blog-sections .blog-cont .blog-single-post-link.big .post-details ul li a{
    display:inline-block;
    height:40px;
    width:40px;
    line-height:40px;
    text-align:center;
    background:red;
    border-radius:100%;
    font-size:22px;
    color:#fff;
}
.blog-sections .blog-cont .blog-single-post-link.big .post-details ul li:nth-child(1) a{
    background:#429cd6;
}
.blog-sections .blog-cont .blog-single-post-link.big .post-details ul li:nth-child(2) a{
    background:#3a589e;
}
.blog-sections .blog-cont .blog-single-post-link.big .post-details ul li:nth-child(3) a{
    background:#cd2029;
}
.blog-sections .blog-cont .blog-single-post-link.big .post-details ul li:nth-child(4) a{
    background:#df4b37;
}
.blog-sections .blog-cont .blog-single-post-link.big .post-details ul li:nth-child(5) a{
    background:#0077b5;
}
.blog-sections .blog-cont .blog-single-post-link .post-details .post-title a{
    text-decoration: none;
    display:inline-block;
    color:#696969;
    font-size:18px;
    font-family: 'FutuHv';
    line-height:1.5;
}
.blog-sections .blog-cont .blog-single-post-link .post-details .post-footer ul{
    margin:0;
}
.blog-sections .blog-cont .blog-single-post-link .post-footer ul li{
    display:inline-block;
    font-size:12px;
    font-family: 'Lato-Medium';
    color:#8c8c8c;
}
.blog-sections .blog-cont .blog-single-post-link .post-footer ul li img{
    max-width:100%;
}
.blog-sections .load-more-btn-holder{
    padding-top:40px;
    text-align:center;
}
.blog-sections .load-more-btn-holder a{
    display:inline-block;
    padding:15px 35px;
    border-radius:7px;
    background:#6900FF;
    color:#fff;
    text-transform: uppercase;
    font-size:20px;
    font-family: 'Gotham-Medium';
    text-decoration: none;
    border:1px solid #6900FF;
    transition: all 0.4s ease-in-out;
}
.blog-sections .load-more-btn-holder a:hover{
    background:#fff;
    color:#6900FF;
}
.bloag-sections2 .bloag-sections2-cont{
    padding: 50px 0;
    border-top:1px solid #ddd;
}
.bloag-sections2 .bloag-sections2-cont .newsletter-section h4{
    font-size:30px;
    color:#2e2f33;
    font-family: 'FutuHv';
    text-align:center;
    margin-top:0;
    margin-bottom:30px;
}
.bloag-sections2 .bloag-sections2-cont .newsletter-section p{
    margin:0;
    font-size:17px;
    font-family: 'FutuHv';
    color:#bbb;
    margin-bottom:20px;
    text-align:center;
}
.bloag-sections2 .bloag-sections2-cont .newsletter-section label{display:block;}
.bloag-sections2 .bloag-sections2-cont .newsletter-section .inpt{
    width:100%;
    height:50px;
    border:1px solid #ddd;
    outline: none;
    color:#757575;
    font-family: 'HelveticaNeueLTStd-MdCn';
	font-weight:300;
}
.bloag-sections2 .bloag-sections2-cont .newsletter-section .c-submit{
    width:100%;
    height:50px;
    padding:0;
    line-height:50px;
    border:none;
    border-radius:4px;
    background:#6900FF;
    color:#fff;
    text-transform: uppercase;
    font-size:17px;
    font-family: 'Gotham-Medium';
    border:1px solid #6900FF;
    transition: all 0.4s ease-in-out;
}
.bloag-sections2 .bloag-sections2-cont .newsletter-section .c-submit:hover{
    background:transparent;
    color:#6900FF;
}
.bloag-sections2 .bloag-sections2-cont .newsletter-section .news-social-links{
    margin-top:40px;
    text-align:center;
}
.bloag-sections2 .bloag-sections2-cont .newsletter-section .news-social-links li{
    display:inline-block;
}
.bloag-sections2 .bloag-sections2-cont .newsletter-section .news-social-links li + li{
    margin-left:10px;
}
.bloag-sections2 .bloag-sections2-cont .newsletter-section .news-social-links li a{
    display:inline-block;
    text-decoration: none;
    color:#94979e;
    font-family: 'Gotham-Medium';
}
.bloag-sections2 .bloag-sections2-cont .newsletter-section .news-social-links li a span{
    font-size:18px;
}
.bloag-sections2 .bloag-sections2-cont .newsletter-section .news-social-links li:nth-child(1) a span{
    color:#429cd6;
}
.bloag-sections2 .bloag-sections2-cont .newsletter-section .news-social-links li:nth-child(2) a span{
    color:#3a589e;
}
.bloag-sections2 .bloag-sections2-cont .newsletter-section .news-social-links li:nth-child(3) a span{
    color:#d0489b;
}.bloag-sections2 .bloag-sections2-cont .newsletter-section .news-social-links li:nth-child(4) a span{
    color:#5082b9;
}
/*======================================================================================================================
                                                    Blog Details
======================================================================================================================*/
.blog-details-section .blog-cont .blog-details-top-bnr{
    position:relative;
    margin-bottom:30px;
}
.blog-details-section .blog-cont .blog-details-top-bnr img{
    max-width:100%;
}
.blog-details-section .blog-cont .blog-details-top-bnr .bnr-text{
    position:absolute;
    left:0;
    bottom:0;
    width:50%;
    padding:50px 30px;
}
.blog-details-section .blog-cont .blog-details-top-bnr .bnr-text h2{
    font-size:60px;
    font-family: 'Lato-Black';
    color:#fff;
	line-height:1.1;
}
.blog-details-section .blog-cont .blog-details-top-bnr .bnr-text ul{
    margin-top:20px;
}
.blog-details-section .blog-cont .blog-details-top-bnr .bnr-text ul li{
    display:inline-block;
    color:#fff;
    font-family: 'lato-heavy';
}
.blog-details-section .blog-cont .blog-details-top-bnr .bnr-text ul li:first-child{
    margin-right:10px;
}
.blog-details-section .blog-cont .blog-details-top-bnr .post-cat{
    position:absolute;
    top:50px;
    left:30px;
    padding:3px 10px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'FutuHv';
    font-size: 20px;
    background:#8d71a4;
}
.blog-details-section .blog-cont p{
    color:#4e4e4e;
    font-family: 'Roboto-Regular';
    font-size:23px;
    margin:0;
    padding-bottom:15px;
}
.blog-details-section .blog-cont h2{
    color:#8d71a4;
    font-family: 'Lato-Black';
    font-size:42px;
    margin:20px 0;
}
.blog-details-section .blog-cont h2.spl-h2{
    margin-top:30px !important;
}
.blog-details-section .blog-cont h2.spl-h2,
.blog-details-section .blog-cont h2.spl-h2-2{
    font-size:50px;
    padding:0 50px;
    position:relative;
    display:inline-block;
    margin:0;
	line-height: 1.1;
}

.blog-details-section .blog-cont h2.spl-h2:after{
    background:url('images/coma-1.png');
    width:32px;
    height:24px;
    top:0px;
    left:0;
    content:'';
    position:absolute;
}
.blog-details-section .blog-cont h2.spl-h2-2:before{
    background:url('images/coma2.png');
    width:32px;
    height:24px;
    bottom:0;
    right:0;
    content:'';
    position:absolute;
}
.blog-details-section .blog-cont h2.spl-h2-2{
    margin-bottom:30px !important;
}
.blog-details-section .blog-cont h3{
    font-family: 'Lato-Medium';
    color:#818181;
    font-size:30px;
    margin:0;
    padding-top:30px;
    padding-bottom:50px;
    border-bottom:1px solid #ddd;
}
.blog-details-section .blog-cont .inner-image{
    padding:30px 0;
}
.blog-details-section .blog-cont .inner-image img{
    max-width:100%;
}
.blog-details-section .blog-cont .spl-p{
    padding-left:120px;
    position:relative;
    padding-bottom:0 !important;
    margin-bottom:15px !important;
}
.blog-details-section .blog-cont .spl-p:before{
    position:absolute;
    top:0;
    left:0;
    width:100px;
    height:100%;
    content:'';
    background:url(images/b-h.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    
}
.blog-details-section .blog-cont .list-with-icon{
    padding:30px 0;
    border-top:1px solid #ddd;
}
.blog-details-section .blog-cont .list-with-icon li{
    color:#4e4e4e;
    font-size: 21px;
    text-decoration: none;
    margin-top: 0;
    padding-left: 30px;
    position: relative;
    font-family: 'Roboto-Regular';
}
.blog-details-section .blog-cont .list-with-icon li:before{
    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    background: url(images/s3.png);
    height: 21px;
    width: 21px;
    background-size: cover;
}
.blog-details-section .blog-cont .list-with-icon li + li{
    margin-top:20px;
}
.blog-details-section .blog-cont .social-link-and-links{
    padding:50px 0;
}
.blog-details-section .blog-cont .social-link-and-links ul{
    text-align:center;
}
.blog-details-section .blog-cont .social-link-and-links ul li{
    display:inline-block;
}
.blog-details-section .blog-cont .social-link-and-links ul.normal-links{
    margin-bottom:20px;
}
.blog-details-section .blog-cont .social-link-and-links ul.normal-links li a{
    display:inline-block;
    padding:0 15px;
    color:#353535;
    text-decoration: none;
    font-family: 'Gotham-Ultra';
    font-size:17px;
    line-height:1;
	text-transform:uppercase;
	
}
.blog-details-section .blog-cont .social-link-and-links ul.normal-links li + li{
    border-left:3px solid #353535;
}
.blog-details-section .blog-cont .social-link-and-links ul.social-links li + li{
    margin-left:10px;
}
.blog-details-section .blog-cont .social-link-and-links ul.social-links li a{
    display:inline-block;
    height:35px;
    width:35px;
    border-radius: 100%;
    line-height:35px;
    font-size:18px;
    color:#fff;
}
.blog-details-section .blog-cont .social-link-and-links ul.social-links li:nth-child(1) a{
    background:#429cd6;
}
.blog-details-section .blog-cont .social-link-and-links ul.social-links li:nth-child(2) a{
    background:#3a589e;
}
.blog-details-section .blog-cont .social-link-and-links ul.social-links li:nth-child(3) a{
    background:#cd2029;
}
.blog-details-section .blog-cont .social-link-and-links ul.social-links li:nth-child(4) a{
    background:#df4b37;
}
.blog-details-section .blog-cont .social-link-and-links ul.social-links li:nth-child(5) a{
    background:#0077b5;
}
.blog-details-section .leave-a-cmt{
    padding:50px 0;
    text-align:center;
}
.blog-details-section .leave-a-cmt a{
    display:inline-block;
    padding:10px 35px;
    border-radius:10px;
    background:#6900FF;
    border:1px solid #6900FF;
    color:#fff;
    text-decoration: none;
    font-family: 'Gotham-Medium';
    font-size:18px;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
}
.blog-details-section .leave-a-cmt a:hover{
    background:transparent;
    color:#6900FF;
}
/*======================================================================================================================
                                                    Footer
======================================================================================================================*/
#footer{
    text-align: center;
}
#footer ul{
    margin-bottom:20px;
}
#footer ul li{
    display:inline-block;
}
#footer ul li + li{
    margin-left:10px;
}
#footer ul li a{
    display:inline-block;
    height:40px;
    width:40px;
    background:#fff;
    color:#333333;
    border-radius: 100%;
    line-height: 40px;
    text-align:center;
    font-size:20px;
}
#footer p{
   color:#fff;
    margin:0;
    font-family: 'NunitoSans-Regular';
    font-size:16px;
}
#footer p a{
    color:#fff;
}

.section4 .owl-nav{
    position:absolute;
    height:40px;
    width:100%;
    margin:auto 0;
    top:0;
    left:0;
	bottom:0;
    pointer-events: none;
}
.section4 .owl-nav button{
    height:40px;
    width:40px;
    pointer-events: all;
    position:absolute;
    top:0;
	padding:0;
    line-height:40px;
    text-align: center;
    outline: none;
    border:none;
    background:transparent !important;
    color:#fff !important;
    border-radius:100%;
    font-size:40px !important;
    transition:all 0.4s ease-in-out;
}
.section4 .owl-nav button.owl-prev{
    left:-50px;
}
.section4 .owl-nav button.owl-next{
    right:-50px;
}
.section4 .owl-nav button>span{
    line-height:40px;
}
.section4 .owl-nav button:hover{
    color:#000 !important;
}
/*======================================================================================================================
                                                    Meet Team
======================================================================================================================*/
.mo-section{
    padding-top:0;
}
.mo-section .mo-section-header{
    padding:10px 0;
     box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.mo-section .mo-section-header a{
    display:inline-block;
    font-size:30px;
    color:#444;
   font-family: 'AvenirLTStd-Heavy';
}
.mo-section .mo-section-header a span{
    color:#8d71a4;
}
.mo-section .mo-section-cont{
    padding:30px 0;
}
.mo-section .mo-section-cont h2{
    margin-top:0;
    margin-bottom:20px;
    color:#8d71a4;
    text-transform: uppercase;
    font-family: 'AvenirLTStd-Heavy';
}
.mo-section .mo-section-cont .owner-image{
    padding:5px;
    border:1px solid #000;
}
.mo-section .mo-section-cont .owner-image img{
    width:100%;
}
.mo-section .mo-section-cont h3{
    margin-top:0;
    color:#444;
    font-size:26px;
    font-family: 'Lato-Medium';
}
.mo-section .mo-section-cont h5{
    margin-top:0;
    font-family: 'NunitoSans-Regular';
}
.mo-section .mo-section-cont h4{
    margin-top:0;
    font-family: 'Lato-Medium';
    color:#444;
    font-size:22px
}
.mo-section .mo-section-cont p{
    font-family: 'Roboto-Regular';
    color:#333333;
    font-size:16px;
    margin:0;
    padding-bottom:15px;
}
.mo-section .mo-section-cont h6{
    margin-top:0;
    font-family: 'FutuHv';
}
.mo-section .mo-section-cont a{
    display:inline-block;
    padding:7px 30px;
    text-decoration: none;
    background:#6900FF;
    font-size:20px;
    text-transform: uppercase;
    font-family: 'Gotham-Medium';
    color:#fff;
    margin-top:20px;
    border:1px solid #6900FF;
    transition: all 0.4s ease-in-out;
}
.mo-section .mo-section-cont a:hover{
    background:#fff;
    color:#6900FF;
}
.blog-cont .wpsl-gmap-canvas{display:none;}
 @media (max-width: 767px) {
.element-top-50{margin-top:0 !important;}	 
.section1 h2, .common-heading h2, .text-holder h4, .section3 .sec3-heading h2, .text-holder h4, .text-holder h4, .section6 .left-form h2,
 .blog-details-section .blog-cont h2.spl-h2, .blog-details-section .blog-cont h2.spl-h2-2, .blog-details-section .blog-cont h2{font-size: 30px;}	 
.section1 h2{margin-bottom: 10px;}	
.section1 h3, .section6 .left-form label, .blog-details-section .blog-cont .blog-details-top-bnr .bnr-text h2, .blog-details-section .blog-cont .blog-details-top-bnr .post-cat,
.blog-details-section .blog-cont p, .blog-details-section .blog-cont h3, .blog-details-section .blog-cont .list-with-icon li{font-size: 14px;}	
.section1 h3{margin-bottom: 0;} 
.section1{ padding-top: 20px; }	 
.section1 .section1-inner{height: 200px;}
.section1 .link-holder a{font-size: 12px; padding: 10px 20px; margin: 0px 5px;}
.section6 .left-form input[type="submit"]{ margin-bottom:20px;}
#footer ul{ margin-top:20px;}
.section3{padding:0;}
.blog-sections .blog-cont .blog-single-post-link .post-footer ul li, .blog-details-section .blog-cont .blog-details-top-bnr .bnr-text ul li{font-size: 10px;}
.blog-details-section .blog-cont .blog-details-top-bnr .bnr-text{ width:100%; padding:10px}
.blog-details-section .blog-cont .blog-details-top-bnr .post-cat{top:0; left:0;}
.blog-details-section .blog-cont h2.spl-h2, .blog-details-section .blog-cont h2.spl-h2-2{ padding: 0 35px; }
.blog-details-section .blog-cont .spl-p:before{display:none;}
.blog-details-section .blog-cont .spl-p{padding-left:0;}

}
@media (min-width: 992px) {
.home .sticky-wrapper {
    height: auto !important;
}
.home .menu {
    position: fixed !important;
    background:transparent !important;
}
#masthead.navbar-scrolled {
    background: #fff !important;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
#masthead.navbar-scrolled .logo-navbar .navbar-nav > li > a{ color:#000;}
#masthead.navbar-scrolled .logo-navbar .navbar-nav > li.active > a{ color:#674781;}
.menu .nav>li>a {
    padding-left: 15px;
    padding-right: 15px;
}
}
.wpsl-locations-details span strong{
	text-transform: uppercase;
    font-family: 'FutuHv';
    font-size: 36px;
}
.wpsl-search .select-wrap{ width:auto !important;}

.new_btn{
    text-transform: uppercase;
    font-family: 'Gotham-Medium';
    font-size: 20px;
    color: #fff;
    padding: 10px 30px;
    background: #fff;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #6900FF;
    margin: 0 20px;
}
.new_black_btn:before{ background: #000 !important; border: 1px solid #000 !important;}
.new_btn:hover{
    color:#b22626;
}