body {
    
    font-family: 'Poppins', sans-serif;
	padding:0;
	margin:0;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
}

p{
	padding:0;
	margin:0;}
	
a {
    color: #97bbfd;
    text-decoration: none;
    background-color: transparent;
}
.set_height{ height:30px;}
.modal-dialog {
	width:100% !important;
	max-height: 98%;
    max-width: 98%;
    margin: 1.75rem auto !important;

}
.snip1135 {
  text-align: center;
  padding:0;

}
.snip1135 * {
  box-sizing: border-box;
}
.snip1135 li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 1.2em;
  padding: 0;
}
.snip1135 a {
  padding: 0.5em 0;
  color: #8d8e8f;
  position: relative;
  text-decoration: none;
  font-weight:400;
}
.snip1135 a:before,
.snip1135 a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1135 a:before {
  bottom: 0;
  display: block;
  height: 3px;
  width: 0%;
  content: "";
}
.snip1135 a:after {
  left: 0;
  top: 0;
  padding: 0.5em 0;
  position: absolute;
  content: attr(data-hover);
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
}
.snip1135 a:hover:before,
.snip1135 .current a:before {
  opacity: 1;
  width: 100%;
}
.snip1135 a:hover:after,
.snip1135 .current a:after {
  max-width: 100%;
}

.navbar-dark .navbar-toggler {
    color: rgb(6, 29, 70);
    border-color: rgb(6, 29, 70);
	background-color: rgb(6, 29, 70);
}

/* Navigation Bar */
nav {
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
    border: none;
	background: #fff;
}
.navbar-brand span {
    color: rgb(91, 141, 89);
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-family: 'Montserrat', sans-serif;
}
.navbar-brand {
    color: #fff;
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
    font-size:87.5%;
    font-weight: 500;
    letter-spacing: 1px;
    color: #8d8e8f;
    font-family: 'Montserrat', sans-serif;
}
.navbar-nav .nav-item .nav-link:hover {
    color: #3375ec;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
    border-top: 3px solid #fed136;
}
.dropdown-item:hover {
    background-color: #fed136;
    color: #fff;
}
/* Add/Remove Class Javascript */
.shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color:#fff;
}


.navbar-collapse{
	flex-grow: 0 !important;}
	
	
.fixed-top {
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 1030;
}
/* mobile view */
@media (max-width:500px) {
    .navbar-nav {
        background-color: #000;
        border-top: 3px solid #fed136;
        color: #fff;
        z-index: 1;
        margin-top: 5px;
    }
    .navbar-nav .nav-item .nav-link {
        padding: 0.7em 1em !important;
        font-size: 100%;
        font-weight: 500;
    }
}

.navbar{
	display:block}
	
.top-sec{
	padding:0;
	margin:0;
	border:1px dashed #d8d8d8;
	background-color: #000000 !important;
	border-bottom: none !important;}
	
.mob-top-sec{
	display:none}
	
.mob-top-sec ul{
	text-align: center;}
	
.mob-top-sec ul li{
	list-style: none;
    display: inline-block;
    padding-right: 10px;}
	
#tooltip
{
    text-align: center;
    color: #fff;
    background: #111;
    position: absolute;
    z-index: 100;
    padding: 15px;
}
 
    #tooltip:after /* triangle decoration */
    {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #111;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px;
    }
 
        #tooltip.top:after
        {
            border-top-color: transparent;
            border-bottom: 10px solid #111;
            top: -20px;
            bottom: auto;
        }
 
        #tooltip.left:after
        {
            left: 10px;
            margin: 0;
        }
 
        #tooltip.right:after
        {
            right: 10px;
            left: auto;
            margin: 0;
        }
	
.top-sec p{
	color:#fff;
	font-size:14px;
	font-weight:400;
	font-family: 'Montserrat', sans-serif;
	float:left;}
	
.top-sec p span{

	float: right}
	
.top-sec p a{
	float: right;}
	
.top-sec-content{
	border-right:1px dashed #d8d8d8;
	padding-top:5px;
	padding-bottom: 5px;}
	
.border-l{
	border-left:1px dashed #d8d8d8;
}

.top-wrap{
	border:1px dashed #d8d8d8}
	
.sc-ico{
	font-weight:300;}
	
.sc-ico:hover{
	color:#97bbfd}
	
	
.text-box {
	position: absolute;
	top: 50%;
	left: 15%;
	right: 15%;
	color: #fff;
	text-align: center;
	transform: translateY(-50%);
}

	
.inner-text-box {
	position: absolute;
	top: 50%;
	left: 15%;
	right: 15%;
	color: #fff;
	text-align: center;
	transform: translateY(-50%);
}

#banner-sec{
	position: relative;
	overflow:hidden;
	margin-top:90px;}
	
#inner-banner-sec{
	position: relative;
	overflow:hidden;
	margin-top:90px;}

.text-box h2{
	font-size:5rem;
	text-transform:uppercase;
	text-align:left;
	font-weight:700;
	font-family: 'Roboto Condensed', sans-serif;}
	
.text-box p{
	text-align:left;
	color:#a9d3ff;
	font-size:20px;
	letter-spacing:2px;
	font-family: 'Poppins', sans-serif;}
	
	
#top-content-wrap{
	padding:4rem 0;}
	
	
#top-content-wrap img{
	max-width:400px;}
	
.content-box{
	padding:30px;
	border-right:8px solid;}
	
.content-box h2{
	color:#696b6c;
	font-size:28px;
	text-align:left;
	font-weight:500;
	font-family: 'Montserrat', sans-serif;
	margin-bottom:20px;}	
	
.content-box p{
	font-size:13px;
	line-height:21px;
	font-weight:300;
	color:#686464;
	text-align:left;
	}

.content-box h2 span
{
   border-bottom : 3px solid;
}
	
.underline--double {
 	width: 224px;
    height: 4px;
    border-bottom: 1px dashed #ccc;
    border-top: 1px dashed #ccc;
    margin: auto;
	margin-bottom: 30px;
}	



/*================================================
             6. FEATURES SECTION
==================================================*/
#feature{
	background:#f9f9f9}

.feature .feature-item .icon {
  margin-bottom: 25px;
}

.feature .feature-item .icon i {
  font-size: 48px;
  color: #7d71d3;
}

.feature .feature-item .content h5 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
  font-weight:400;
}

.feature .feature-item .content p {

  font-weight: 400;
  margin-bottom: 15px;
  color:#666666

}

.feature .feature-item:not(:last-child) {
  margin-bottom: 80px;
}



.feature .app-screen {
  margin: 40px 0;
}







.feature .feature-content h2, .feature .feature-content p {
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .feature .feature-content h2, .feature .feature-content p {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .feature .testimonial {
    text-align: center;
  }
}

.feature .testimonial p {
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 10px;
  font-style: italic;
  color: #242424;
}

.feature .testimonial ul.meta li {
  font-size: 12px;
  margin-right: 10px;
}

.feature .testimonial ul.meta li img {
  height: 40px;
  width: 40px;
  border-radius: 100%;
}

/*------ Advertiser Section Starts Here ------*/

#advertiser_wrap{
	padding:3em 0;
	position:relative}
	
#advertiser_wrap h2{
	color:#fff;
	font-size:28px;
	text-align:left;
	font-weight:500;
	font-family: 'Montserrat', sans-serif;
	margin-bottom:0px;}
	
	
#advertiser_wrap p{
	color:#fff;
	font-weight:200;
	text-align:left;
	font-size:13px;
	line-height:22px;}
	
.small-underline{
	width:50px;
	height:2px;
	background:#fff;
	float:left;
	margin-bottom:30px;}
	
.inner-small-underline{
	width:50px;
	height:2px;
	background:#fff;
	float:left;
	margin-bottom:30px;}

 .mainBox {
   width: 100%;
   display: inline-block;
   border-radius: 2px;
   margin-top: 0px;}
   
.advertiser_content_sec{
	padding:0;
	margin:0;}
	
.advertiser_content_wrp{
	float:left}

.advertiser_content_sec ul{
	padding:0;
	margin:30px 0;
	float:left	}  
	
.advertiser_content_sec ul li{
	list-style:none;
	padding:0;
	margin:0;
	float:left;}  
	
.advertiser_content_sec h3{
	color:#fff;
	font-size:20px;
	text-align:left;
	font-weight:500;
	font-family: 'Montserrat', sans-serif;
	margin-bottom:5px;} 
	
.advertiser_content_sec p{
	color:#fff;
	font-weight:200;
	text-align:left;
	font-size:14px;
	line-height:22px;}
	
	
.icon-row {
    float: left;
	width:100px;
	height:70px;
}
.icon-row .block {
    float: left;
    width: 60px;
    height: 60px;
}
.hovicon {
    display: inline-block;
    font-size: 23px;
    line-height: 43px;
    cursor: pointer;
    margin: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
}
.hovicon.small {
    font-size: 20px;
    line-height:45px;
    width:45px;
    height:45px;
    margin:7px;
}
.hovicon.mini {
    font-size: 15px;
    line-height:32px;
    width:30px;
    height:30px;
    margin:7px;
}
.hovicon.auto-width {
    width: auto;
    height: auto;
    padding: 15px;
}
.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hovicon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

/* Effect 5 */
 .hovicon.effect-5 {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 1);
    overflow: hidden;
    -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
.hovicon.effect-5:after {
    display: none;
}
.hovicon.effect-5:hover {
    background: rgba(255, 255, 255, 1);
    color: #702fa8;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3);
}
.hovicon.effect-5:hover i {
    color: #702fa8;
}
.hovicon.effect-5.sub-a:hover:before {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
}
/*@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toRightFromLeft {
    49% {
        transform: translate(100%);
    }
    50% {
        opacity: 0;
        transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}
.hovicon.effect-5.sub-b:hover:before {
    -webkit-animation: toLeftFromRight 0.3s forwards;
    -moz-animation: toLeftFromRight 0.3s forwards;
    animation: toLeftFromRight 0.3s forwards;
}
@-webkit-keyframes toLeftFromRight {
    49% {
        -webkit-transform: translate(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toLeftFromRight {
    49% {
        -moz-transform: translate(-100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translate(100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toLeftFromRight {
    49% {
        transform: translate(-100%);
    }
    50% {
        opacity: 0;
        transform: translate(100%);
    }
    51% {
        opacity: 1;
    }
}
.hovicon.effect-5.sub-c:hover:before {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}
@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}*/
/*@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}*/
.hovicon.effect-5.sub-d:hover:before {
    -webkit-animation: toBottomFromTop 0.3s forwards;
    -moz-animation: toBottomFromTop 0.3s forwards;
    animation: toBottomFromTop 0.3s forwards;
}
/*@-webkit-keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toBottomFromTop {
    49% {
        -moz-transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toBottomFromTop {
    49% {
        transform: translateY(100%);
    }
    50% {
        opacity: 0;
        transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}
*/

/*********************** Demo - 14 *******************/
.box14{position:relative}
.box15,.box17,.box18{box-shadow:0 0 5px #7e7d7d;text-align:center}
.box14:before{content:"";width:100%;height:100%;background:rgba(0,0,0,.5);position:absolute;top:0;left:0;opacity:0;transition:all .35s ease 0s}
.box14:hover:before{opacity:1}
.box14 img{width:100%;height:auto; border-radius:5px;}
.box14 .box-content{width:90%;height:90%;position:absolute;top:5%;left:5%}
.box14 .box-content:after,.box14 .box-content:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;opacity:0;transition:all .7s ease 0s}
.box14 .box-content:before{border-bottom:1px solid rgba(255,255,255,.5);border-top:1px solid rgba(255,255,255,.5);transform:scale(0,1);transform-origin:0 0 0}
.box14 .box-content:after{border-left:1px solid rgba(255,255,255,.5);border-right:1px solid rgba(255,255,255,.5);transform:scale(1,0);transform-origin:100% 0 0}
.box14:hover .box-content:after,.box14:hover .box-content:before{opacity:1;transform:scale(1);transition-delay:.15s}
.box14 .title{font-size:21px;font-weight:700;color:#fff;margin:15px 0;opacity:0;transform:translate3d(0,-50px,0);transition:transform .5s ease 0s}
.box14:hover .title{opacity:1;transform:translate3d(0,0,0)}
.box14 .post{font-size:14px;color:#fff;padding:10px;background:#d79719;opacity:0;border-radius:0 19px;transform:translate3d(0,-50px,0);transition:all .7s ease 0s}
.box14 .icon,.box15 .icon{padding:0;list-style:none}
.box14:hover .post{opacity:1;transform:translate3d(0,0,0);transition-delay:.15s}
.box14 .icon{width:100%;margin:0;position:absolute;bottom:-10px;left:0;opacity:0;z-index:1;transition:all .7s ease 0s}
.box14:hover .icon{bottom:20px;opacity:1;transition-delay:.15s}
.box14 .icon li a{display:block;width:40px;height:40px;line-height:40px;border:1px solid #fff;border-radius:0 16px;font-size:14px;color:#fff;margin-right:5px;transition:all .4s ease 0s}
.box14 .icon li a:hover{background:#d79719;border-color:#d79719}
@media only screen and (max-width:990px){.box14{margin-bottom:30px}
}





#advertiser-keyfeatures{
	background:#ffffff;
}
#advertiser-keyfeatures .card{
	padding: 1rem!important;
	border: none;
	margin-bottom:1rem;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#advertiser-keyfeatures .card:hover{
	-webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	-moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
#advertiser-keyfeatures .card .card-block{
	padding-left: 85px;
    position: relative;
	min-height:110px;
}
#advertiser-keyfeatures .card .card-block a{
	color: #007b5e !important;
	font-weight:700;
	text-decoration:none;
}
#advertiser-keyfeatures .card .card-block a i{
	display:none;
	
}
#advertiser-keyfeatures .card:hover .card-block a i{
	display:inline-block;
	font-weight:700;
	
}
#advertiser-keyfeatures .card .card-block:before{
	font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
    left: 0;
	-webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
	padding: 20px 0px;
    border: 2px solid #e2e2e2;
    float: left;
	width:65px;
	text-align:center;
}
#advertiser-keyfeatures .card .block-1:before{
    content: "\f090";
}
#advertiser-keyfeatures .card .block-2:before{
    content: "\f1d9";
}
#advertiser-keyfeatures .card .block-3:before{
    content: "\f140";
}
#advertiser-keyfeatures .card .block-4:before{
    content: "\f0f6";
}
#advertiser-keyfeatures .card .block-5:before{
    content: "\f127";
}
#advertiser-keyfeatures .card .block-6:before{
    content: "\f09d";
}
#advertiser-keyfeatures .card:hover .card-block:before{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);	
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}

.section-title{
	text-align:center;
	color:#007b5e;
	margin-bottom:50px;
	text-transform:uppercase;
}


.card-title{
	text-align:left;
	font-size:18px;
	text-transform:uppercase;
	color:#5b5858;
	margin-bottom:20px;
	font-family: 'Montserrat', sans-serif;}
	
.card-text{
    margin-bottom: 0;
    color: #585858;
    font-size: 13px;
    font-weight: 200;
}




/*--- Publisher Section ---*/

.pt-100 {
	padding-top: 100px;
}

.pt-40 {
	padding-top: 40px;
}

.pb-100 {
	padding-bottom: 100px;
}
.services-area {
  background-color: #323a42;
}
.section-title {
  margin-bottom: 60px;
}
.section-title p {
	color: #d6d6d6;
    font-size: 15px;
    text-transform: none;
    font-weight: 200;
    line-height: 26px;
}
.section-title h4 {
	color: #f5f5f5;
    font-size: 28px;
    text-align: center;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
	
}

.underline--double-sml{
	width:185px !important;
	margin-bottom:30px !important}
	

.single-service {
	border: 1px solid #515151;
	padding: 30px;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
	height: 225px;
}
.single-service i.fa {
  width: 60px;
  height: 60px;
  font-size: 25px;
  color: #fff;
  line-height: 60px;
  text-align:center;
  margin-bottom:20px;
}
.single-service i.fa {
	-webkit-transition: .4s;
	transition: .4s;
}
.single-service:hover i.fa {
	border-radius: 50%;
}
.single-service h4 {
	text-transform: uppercase;
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}

.single-service p{
	color: #fff;
    font-weight: 200;
    text-align: center;
    font-size: 13px;
    line-height: 22px;}
	
	
	
/*-- Testimonial Section Starts Here --*/
.demo{ background: url(../images/testimonial-bg.jpg) no-repeat center top; background-color: #07060b; padding: 2rem 0; }
.testimonial .pic{
    width: 22%;
    padding: 20px 0;
    margin: 0 6% 0 2%;
    float: left;
    position: relative;
    z-index: 1;
}
.testimonial .pic:before,
.testimonial .pic:after{
    content: "";
    width: 130px;
    height: 150px;
    background: #fff;
    position: absolute;
    z-index: -1;
}
.testimonial .pic:before{
    top: 0;
    right: -20px;
}
.testimonial .pic:after{
    bottom: 0;
    left: -20px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border: 3px solid #fff;
}
.testimonial .testimonial-content{
    width: 70%;
    float: right;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    padding-top: 65px;
    padding-left: 15px;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 25px;
    padding-left: 15px;
}
.testimonial .description{
    font-size: 14px;
    color: #fff;
    padding: 0 15px;
    margin: 0;
    position: relative;
    font-weight: 200;
	
}
.testimonial .description:before,
.testimonial .description:after{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 17px;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    margin-right: 5px;
    top: 0;
    left: 0;
}
.testimonial .description:after{
    content: "\f10e";
    margin-left: 5px;
    position: relative;
    bottom: 0;
    right: 0;
}
.owl-theme .owl-controls{
    width: 70%;
    margin: 0;
    text-align: left;
    position: absolute;
    bottom: 0;
    right: 0;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 45px;
    height: 45px;
    line-height: 48px;
    background: transparent;
    border-radius: 0;
    opacity: 1;
    position: relative;
}
.owl-prev:before,
.owl-next:before{
   content: "\f177";
    font-family: "fontawesome";
    font-size: 28px;
    font-weight: 900;
    color: #ddd;
    position: absolute;
    top: 0;
    left: 22%;
    line-height: 47px;
}
.owl-next:before{
    content: "\f178";
}
.owl-next:after{
    content: " / ";
    font-size: 40px;
    color: #ddd;
    position: absolute;
    top: 0;
    left: -10px;
}
@media only screen and (max-width: 990px){
    .testimonial{ text-align: center; }
    .testimonial .pic{
        width: 200px;
        margin: 0 auto;
        float: none;
    }
    .testimonial .pic:before,
    .testimonial .pic:after{
        width: 80px;
        height: 100px;
    }
    .testimonial .testimonial-content{
        width: 100%;
        float: none;
    }
    .testimonial .title{
        padding: 15px 0 0 0;
    }
    .testimonial .post{
        padding: 0;
        margin-bottom: 10px;
    }
    .owl-theme .owl-controls{
        width: 100%;
        position: static;
        text-align: center;
    }
    .owl-theme .owl-controls .owl-buttons div{
        height: 50px;
        line-height: 50px;
    }
}


#footer {

}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

#footer p{
	color: #fff;
    font-weight: 200;
    text-align: left;
    font-size: 13px;
    line-height: 22px;}
	
@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}

section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #696b6c;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.copyright{
	background:#000;
	text-align:center;
	color:#fff;
	font-size:13px;
	padding:5px 0px;}
	
.pr-5, .px-5 {
    padding-right: 3rem!important;
}

.pl-5, .px-5 {
    padding-left: 3rem!important;
}









/*------------------------------------------------------------------------------------
	Inner Pages CSS Starts Here 
--------------------------------------------------------------------------------------*/
/*------------ Advertiser Page Starts Here ---------------*/


.card-body {
    padding: 0;
}


#advertiser-features{
	background:#ffffff;
}
#advertiser-features .card{
	padding: 2rem 0!important;
	border: none;
	margin-bottom:1rem;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
	background-color: transparent;
}

#advertiser-features .card-title{
	color:#fff;
	margin-bottom: 5px;}
	
#advertiser-features .card-text{
	color:#fff}

#advertiser-features .card:hover{
	
}
#advertiser-features .card .card-block{
	padding-left: 65px;
    position: relative;
}
#advertiser-features .card .card-block a{
	color: #007b5e !important;
	font-weight:700;
	text-decoration:none;
}
#advertiser-features .card .card-block a i{
	display:none;
	
}
#advertiser-features .card:hover .card-block a i{
	display:inline-block;
	font-weight:700;
	
}
#advertiser-features .card .card-block:before{
	font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
    color: #fff;
    left: 0;
	-webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
	line-height:40px;
}
#advertiser-features .card .block-1:before{
    content: "\f140";
}
#advertiser-features .card .block-2:before{
    content: "\f041";
}
#advertiser-features .card .block-3:before{
    content: "\f108";
}

#advertiser-features .card:hover .card-block:before{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);	
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}





.advertiser-area {
  background-color: #fff;
  padding:2rem 0;
}
.advertiser-area .section-title {
  margin-bottom: 60px;
}
.advertiser-area .section-title p {
	color: #777;
	font-size: 16px;
}
.advertiser-area .section-title h4 {
	text-transform: capitalize;
	font-size: 28px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-weight: 500;
	color:#333333
}
.advertiser-area .section-title h4:before {
	position: absolute;
	content: "";
	width: 60px;
	height: 2px;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
}
.advertiser-area .section-title h4:after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	bottom: -4px;
	left: 50%;
	margin-left: -5px;
	border-radius: 50%;
}
.advertiser-area .single-service {
	border: 1px solid #eee;
	padding: 30px 10px;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.advertiser-area .single-service i.fa {
  width: 60px;
  height: 60px;
  background-color:#3375ec;
  font-size: 25px;
  color: #fff;
  line-height: 60px;
  text-align:center;
  margin-bottom:20px;
}
.advertiser-area .single-service i.fa {
	-webkit-transition: .4s;
	transition: .4s;
}
.advertiser-area .single-service:hover i.fa {
	border-radius: 50%;
}
.advertiser-area .single-service h4 {
	text-transform: uppercase;
    font-size: 18px;
	margin-bottom: 10px;
	font-weight: 500;
	color:#333333
}
.advertiser-area .single-service p{
	color:#585858;
	}
	
	
.ds-btn{ float:none; margin:auto; margin-bottom: 3rem;}
.ds-btn li{ list-style:none; float:left; padding:10px; }
.ds-btn li a span{padding-left:15px;padding-right:5px;width:100%;display:inline-block; text-align:left;}
.ds-btn li a span small{width:100%; display:inline-block; text-align:left;}

.btn-warning {
    color: #FFFFFF !important;
    border:1px solid;
    color: #fff;
    text-transform: uppercase;
	width:250px
}

.btn-info {
    color: #fff;
    background-color: #138496;
    border-color: #138496;
    text-transform: uppercase;
	width:250px
}


.wrap {
    display: flex;
    background-color: transparent;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
	border:2px solid #fff;
}


.wrap:hover {
    color: white;
}


.ico-wrap {
    margin: auto;
}

.mbr-iconfont {
   font-size: 18px !important;
    color: #fff;
    margin: 1rem;
    /* padding-right: 1rem; */
    border: 2px solid #fff;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 38px !important;
}
.vcenter {
    margin: auto;
}

.mbr-section-title3 {
    text-align: left;
}



.adver-feature-sec{
	background: url(../images/advert-keyfeat-bg.jpg) no-repeat left -1px #404040;
	padding:3rem 0 1rem;}
	
.display-5 {

    font-size: 20px;
	color:#fff;
}



.display-6 {
   
    font-size:13px;
	color:#fff;}
	
	
	.pop_up{
	padding-right: 0px !important;
	}

	
	/*  style added for popup fullscreen */
	#modal-container {
  position:fixed;
  display:table;
  height:100%;
  width:100%;
  top:0;
  left:0;
  transform:scale(0);
  z-index:1;
  &.one {
    transform:scaleY(.01) scaleX(0);
    animation:unfoldIn 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
    .modal-background {
      .modal {
        transform:scale(0);
        animation: zoomIn .5s .8s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
      }
    }
    &.out {
      transform:scale(1);
      animation:unfoldOut 1s .3s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
      .modal-background {
        .modal {
          animation: zoomOut .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        }
      }
    }
  }
  &.two {
    transform:scale(1);
    .modal-background {
      background:rgba(0,0,0,.0);
      animation: fadeIn .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
      .modal {
        opacity:0;
        animation: scaleUp .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
      }
    }
    + .content {
      animation: scaleBack .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
    }
    &.out {
      animation: quickScaleDown 0s .5s linear forwards;
      .modal-background {
        animation: fadeOut .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        .modal {
           animation: scaleDown .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        }
      }
      + .content {
        animation: scaleForward .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
      }
    }
  }
  &.three {
    z-index:0;
    transform:scale(1);
    .modal-background {
      background:rgba(0,0,0,.6);
      .modal {
        animation: moveUp .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
      }
    }
    + .content {
      z-index:1;
      animation: slideUpLarge .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
    }
    &.out {
      .modal-background {
        .modal {
          animation: moveDown .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        }
      }
      + .content {
        animation: slideDownLarge .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
      }
    }
  }
  &.four {
    z-index:0;
    transform:scale(1);
    .modal-background {
      background:rgba(0,0,0,.7);
      .modal {
        animation: blowUpModal .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
      }
    }
    + .content {
      z-index:1;
      animation:blowUpContent .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
    }
    &.out {
      .modal-background {
        .modal {
          animation: blowUpModalTwo .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        }
      }
      + .content {
        animation: blowUpContentTwo .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
      }
    }
  }
  &.five {
    transform:scale(1);
    .modal-background {
      background:rgba(0,0,0,.0);
      animation: fadeIn .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
      .modal {
        transform:translateX(-1500px);
        animation: roadRunnerIn .3s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
      }
    }
    &.out {
      animation: quickScaleDown 0s .5s linear forwards;
      .modal-background {
        animation: fadeOut .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        .modal {
          animation: roadRunnerOut .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        }
      }
    }
  }
  &.six {
    transform:scale(1);
    .modal-background {
      background:rgba(0,0,0,.0);
      animation: fadeIn .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
      .modal {
        background-color:transparent;
        animation: modalFadeIn .5s .8s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        h2,p {
          opacity:0;
          position:relative;
          animation: modalContentFadeIn .5s 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        }
        .modal-svg {
          rect {
            animation: sketchIn .5s .3s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
          }
        }
      }
    }
    &.out {
      animation: quickScaleDown 0s .5s linear forwards;
      .modal-background {
        animation: fadeOut .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        .modal {
          animation: modalFadeOut .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
          h2,p {
            animation: modalContentFadeOut .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
          }
          .modal-svg {
            rect {
              animation: sketchOut .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
            }
          }
        }
      }
    }
  }
  &.seven {
    transform:scale(1);
    .modal-background {
      background:rgba(0,0,0,.0);
      animation: fadeIn .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
      .modal {
        height:75px;
        width:75px;
        border-radius:75px;
        overflow:hidden;
        animation: bondJamesBond 1.5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        h2,p {
          opacity:0;
          position:relative;
          animation: modalContentFadeIn .5s 1.4s linear forwards;
        }
      }
    }
    &.out {
      animation: slowFade .5s 1.5s linear forwards;
      .modal-background {
        background-color:rgba(0,0,0,.7);
        animation: fadeToRed 2s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        .modal {
          border-radius:3px;
          height:162px;
          width:227px;
          animation: killShot 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
          h2,p {
            animation:modalContentFadeOut .5s .5 cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
          }
        }
      }
    }
  }
  .modal-background {
    display:table-cell;
    background:rgba(0,0,0,.8);
    text-align:center;
    vertical-align:middle;
    .modal {
      background:white;
      padding:50px;
      display:inline-block;
      border-radius:3px;
      font-weight:300;
      position:relative;
      h2 {
        font-size:25px;
        line-height:25px;
        margin-bottom:15px;
      }
      p {
        font-size:18px;
        line-height:22px;
      }
      .modal-svg {
        position:absolute;
        top:0;
        left:0;
        height:100%;
        width:100%;
        border-radius:3px;
        rect {
          stroke: #fff;
          stroke-width: 2px;
          stroke-dasharray: 778;
          stroke-dashoffset: 778;
        }
      }
    }
  }
}

.content {
  min-height:100%;
  height:100%;
  position:relative;
  z-index:0;
  h1 {
    padding:75px 0 30px 0;
    text-align:center;
    font-size:30px;
    line-height:30px;
  }
  .buttons {
    max-width:800px;
    margin:0 auto;
    padding:0;
    text-align:center;
    .button {
      display:inline-block;
      text-align:center;
      padding:10px 15px;
      margin:10px;
      background:red;
      font-size:18px;
      background-color:#efefef;
      border-radius:3px;
      box-shadow:0 1px 2px rgba(0,0,0,.3);
      cursor:pointer;
      &:hover {
        color:white;
        background:#009bd5;
      }
    }
  } 
}

/*@keyframes unfoldIn {
  0% {
    transform:scaleY(.005) scaleX(0);
  }
  50% {
    transform:scaleY(.005) scaleX(1);
  }
  100% {
    transform:scaleY(1) scaleX(1);
  }
}

@keyframes unfoldOut {
  0% {
    transform:scaleY(1) scaleX(1);
  }
  50% {
    transform:scaleY(.005) scaleX(1);
  }
  100% {
    transform:scaleY(.005) scaleX(0);
  }
}

@keyframes zoomIn {
  0% {
    transform:scale(0);
  }
  100% {
    transform:scale(1);
  }
}

@keyframes zoomOut {
  0% {
    transform:scale(1);
  }
  100% {
    transform:scale(0);
  }
}

@keyframes fadeIn {
  0% {
    background:rgba(0,0,0,.0);
  }
  100% {
    background:rgba(0,0,0,.7);
  }
}

@keyframes fadeOut {
  0% {
    background:rgba(0,0,0,.7);
  }
  100% {
    background:rgba(0,0,0,.0);
  }
}

@keyframes scaleUp {
  0% {
    transform:scale(.8) translateY(1000px);
    opacity:0;
  }
  100% {
    transform:scale(1) translateY(0px);
    opacity:1;
  }
}

@keyframes scaleDown {
  0% {
    transform:scale(1) translateY(0px);
    opacity:1;
  }
  100% {
    transform:scale(.8) translateY(1000px);
    opacity:0;
  }
}

@keyframes scaleBack {
  0% {
    transform:scale(1);
  }
  100% {
    transform:scale(.85);
  }
}

@keyframes scaleForward {
  0% {
    transform:scale(.85);
  }
  100% {
    transform:scale(1);
  }
}

@keyframes quickScaleDown {
  0% {
    transform:scale(1);
  }
  99.9% {
    transform:scale(1);
  }
  100% {
    transform:scale(0);
  }
}

@keyframes slideUpLarge {
  0% {
    transform:translateY(0%);
  }
  100% {
    transform:translateY(-100%);
  }
}

@keyframes slideDownLarge {
  0% {
    transform:translateY(-100%);
  }
  100% {
    transform:translateY(0%);
  }
}

@keyframes moveUp {
  0% {
    transform:translateY(150px);
  }
  100% {
    transform:translateY(0);
  }
}

@keyframes moveDown {
  0% {
    transform:translateY(0px);
  }
  100% {
    transform:translateY(150px);
  }
}

@keyframes blowUpContent {
  0% {
    transform:scale(1);
    opacity:1;
  }
  99.9% {
    transform:scale(2);
    opacity:0;
  }
  100% {
    transform:scale(0);
  }
}

@keyframes blowUpContentTwo {
  0% {
    transform:scale(2);
    opacity:0;
  }
  100% {
    transform:scale(1);
    opacity:1;
  }
}

@keyframes blowUpModal {
  0% {
    transform:scale(0);
  }
  100% {
    transform:scale(1);
  }
}

@keyframes blowUpModalTwo {
  0% {
    transform:scale(1);
    opacity:1;
  }
  100% {
    transform:scale(0);
    opacity:0;
  }
}

@keyframes roadRunnerIn {
  0% {
    transform:translateX(-1500px) skewX(30deg) scaleX(1.3);
  }
  70% {
    transform:translateX(30px) skewX(0deg) scaleX(.9);
  }
  100% {
    transform:translateX(0px) skewX(0deg) scaleX(1);
  }
}

@keyframes roadRunnerOut {
  0% {
    transform:translateX(0px) skewX(0deg) scaleX(1);
  }
  30% {
    transform:translateX(-30px) skewX(-5deg) scaleX(.9);
  }
  100% {
    transform:translateX(1500px) skewX(30deg) scaleX(1.3);
  }
}

@keyframes sketchIn {
	0% {
		stroke-dashoffset: 778;
	}
	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes sketchOut {
	0% {
		stroke-dashoffset: 0;
	}
	100% {
		stroke-dashoffset: 778;
	}
}

@keyframes modalFadeIn {
  0% {
    background-color:transparent;
  }
  100% {
    background-color:white;
  }
}

@keyframes modalFadeOut {
  0% {
    background-color:white;
  }
  100% {
    background-color:transparent;
  }
}

@keyframes modalContentFadeIn {
  0% {
    opacity:0;
    top:-20px;
  }
  100% {
    opacity:1;
    top:0;
  }
}

@keyframes modalContentFadeOut {
  0% {
    opacity:1;
    top:0px;
  }
  100% {
    opacity:0;
    top:-20px;
  }
}

@keyframes bondJamesBond {
  0% {
    transform:translateX(1000px);
  }
  80% {
    transform:translateX(0px);
    border-radius:75px;
    height:75px;
    width:75px;
  }
  90% {
    border-radius:3px;
    height:182px;
    width:247px;
  }
  100% {
    border-radius:3px;
    height:162px;
    width:227px;
  }
}

@keyframes killShot {
  0% {
    transform:translateY(0) rotate(0deg);
    opacity:1;
  }
  100% {
    transform:translateY(300px) rotate(45deg);
    opacity:0;
  }
}

@keyframes fadeToRed {
  0% {
    box-shadow:inset 0 0 0 rgba(201,24,24,.8);
  }
  100% {
    box-shadow:inset 0 2000px 0 rgba(201,24,24,.8);
  }
}

@keyframes slowFade {
  0% {
    opacity:1;
  }
  99.9% {
    opacity:0;
    transform:scale(1);
  }
  100% {
    transform:scale(0);
  }
}*/


.wrap {
 max-height: 100px;
  margin: auto;
}

.modal {
  background-color: #fff;
  padding: 1em 3em !important;
  text-align: center;
  border-radius: 0px;
  display: none;
  &.is-active { display: block; }
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}
.modal-image {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #48DB71;
  padding: 11px 10px 2px;
  margin-bottom: 2em;
}

.modal-body{
	padding:0px !important;
	    height: 485px;}

h1 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: .5em;
}

p {
  margin-bottom: 0;
  color: #f1eded;   /*color modified*/
}

.btn-open {
  display: none;
  &.is-active { display: block; }
}

button {
  font-size: 1.25em;
  font-weight: bold;
  background-color: #000;
  border: none;
  padding: .5em 1em;
  color: #fff;
  border-radius: .25em;
  cursor: pointer;
  transition: background .4s ease, color .4s ease;
  color: #000;
  background-color: transparent;
  }
}

.container_style{
	background:#fff}
	
.contact_sec p {
color:#000000 !important;
} 	
/*  style added for popup fullscreen end */
	
	
.top-sec .fa:hover
{
	color:#FFFFFF;
}	
	
	
	
	
	
	