
.testimonial-video-box{
    width: 70%;
    margin: 0 auto;
}
.contact-us, .parralax1, .parralax2 {
    min-height: 800px 
}
@media (min-width:1200px) {
    .container {
        width: 1190px 
   }
}
.slideanim {
    visibility:hidden;
    visibility:visible\9;
   /*For old IE browsers IE6-8 */
}
.slideanim.slide {
    visibility: visible;
    animation: slide 1s;
}
.slideanim::after {
    content: "";
    display: table;
    clear: both;
}
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%);
   }
    100% {
        opacity: 1;
        transform: translateY(0);
   }
}
.container {
    margin-top: 60px;
    margin-bottom: 60px 
}
.c-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none 
}
h1, h2, h3, h4, h5, h6, h7 {
    text-align: center;
    font-weight: 700;
}
.uppercase{
    text-transform: uppercase;
}
.fab, .far, .fas {
    color: #000;
    padding: 16px;
    font-sizE: 24px;
    border-radius: 50%;
    /* border: 1px solid rgba(145, 145, 145, .137)  */
}
.facebook-bullets, .native-bullets {
    font-size: 16px;
    line-height: 18px;
    margin: 30px 0;
    padding-bottom: 2px;
    font-weight: 700 
}
.facebook-bullets:hover, .native-bullets:hover {
    transform: scale(1.05);
    border-radius: 20px;
    text-decoration: none;

}
.facebook-bullets {
    color: #365899;
    text-decoration: none;
    border-bottom: 1px solid rgba(233, 233, 233, .534);
    transition: 2s; 
}
.facebook-bullets:hover {
    color: #000;
    background-color: rgba(240, 240, 240, .315);
    border-bottom: none ;
    transition: 2s;
}
.facebook-bullets:hover .fab, .facebook-bullets:hover .far, .facebook-bullets:hover .fas {
    -webkit-animation: pulse 2s linear infinite;
    animation: pulse 2s linear infinite;
    color: #fff;
    background-color: #365899;
    transition: background-color .5s ease-in 
}
.native-bullets {
    color: #DC792C;
    text-decoration: none;
    border-bottom: 1px solid rgba(233, 233, 233, .534);
    transition: 1s; 
}
.native-bullets:hover {
    color: #000;
    transition: 2s; 
    background-color: rgba(240, 240, 240, .315);
    border-bottom: none ;
}


.native-bullets:hover > span {
        transition: 2s;
        display:inline-block; 
    margin-left:15px;
}
.native-bullets span{
        transition: 2s;
}
.native-bullets span:hover{
        transition: 2s;
}
.native-bullets:hover .fab, .native-bullets:hover .far, .native-bullets:hover .fas {
    -webkit-animation: pulse 2s linear infinite;
    animation: pulse 2s linear infinite;
    color: #fff;
    background-color: #DC792C;
    transition: background-color .5s ease-in 
}
@-webkit-keyframes pulse {
    0%, 100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1) 
   }
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8) 
   }
}
@keyframes pulse {
    0%, 100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1) 
   }
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8) 
   }
}
.margin-small {
    margin: 35px 0 
}
.line-gradient {
    height: 20px;
    background-color: #10202F;
    background-image: linear-gradient(#10202F, #fff) 
}
.blue-sep-line {
    width: 30%;
    display: block;
    background-color: #365899;
    height: 2px;
    margin: 20px auto 0 
}
.logo-row {
    background: url(../images/digital-bg.jpg) center center no-repeat;
    background-size: auto 100%;

}
/* @-webkit-keyframes logo-pulse {
    from {
        height: 100px 
   }
    to {
        height: 200px 
   }
} */
@keyframes logo-pulse {
    0%, 100% {
        transform: scale(.8);
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%) 
   }
    25%, 75% {
        transform: scale(.85);
        -webkit-filter: grayscale(50%);
        filter: grayscale(50%) 
   }
    50% {
        transform: scale(.9);
        -webkit-filter: grayscale(0);
        filter: grayscale(0) 
   }
}
.b1, .b2, .b3, .b4, .b5 {
    -webkit-animation-name: logo-pulse;
    -webkit-animation-duration: 6s;
    animation-name: logo-pulse;
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%) 
}
.b2{
    height:100px;
}
.b2, .b4 {
    animation-delay: 2.7s;
}
.b1 {
    background: url(../images/facebook-roas.png) center center no-repeat;
    background-size: contain;
}
.b2 {
    background: url(../images/instagram_logo.png) center center no-repeat;
    background-size: contain 
}
.b3 {
    background: url(../images/outbrain_logo.png) center center no-repeat;
    background-size: contain 
}
.b4 {
    background: url(../images/taboola_logo.png) center center no-repeat;
    background-size: contain 
}
.b5 {
    background: url(../images/revcontent_logo.png) center center no-repeat;
    background-size: contain; 
}
.parralax1 {
    background: url(../images/mac-facebook1.png) center center no-repeat fixed;
    background-size: cover 
}
.parralax2 {
    background: url(../images/mac-native1.png) center center no-repeat fixed;
    
    background-size: cover 
}
@media (max-width:990px) {
    .parralax1, .parralax2 {
        background-image: none 
   }
}
.blue-row {
    background-color: #365899;
    padding: 50px 0;
    color: #fff 
}
.top-gradient-blue {
    background-image: linear-gradient(white, #365899);
    height: 30px;
    width: 100%;
    margin: 0;
    padding: 0 
}
.contact-us {
    background: url(../images/contact-us.jpg) center center no-repeat fixed;
    background-size: cover 
}
.hcontact-us {
    padding: 20px ;
    color:#000000;
}
.before-contanct-line {
    height: 20px;
    width: 100%;
    background-image: linear-gradient(#F1F1F1, #fff) 
}
* {
    font-family: 'Quicksand', sans-serif;
  
}
p {
    font-size: 18px; 
}
::placeholder {
    color:  #365899 !important;
    opacity: 1; /* Firefox */
  }
.big-letter {
    font-size: 200%;
    color: #365899;
    font-weight: 700 
}
.hintro {
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 20px 
}
.steps-headline {
    text-align: center;
    font-weight: 700;
    padding-top: 50px 
}
.do-it, .save-money {
    padding: 80px 0 50px 
}
.steps-headline-description {
    font-style: italic;
    font-size: 24px 
}
.do-it {
    font-size: 42px 
}
.save-money {
    font-size: 32px;
    color: #000 
}
.hfb, .hnative {
    padding: 10px;
    margin-bottom: 50px;
    border-radius: 10px;
}
.unleash-headline {
    font-size: 42px;
    font-weight: 700;
    color: #365899 
}
#line1, .hfb, .hnative {
    color: #fff;
    font-weight: 700 ;
}
.hfb {
    background-color: #365899;
    box-shadow: 14px 14px 20px #00000034;
}
.hnative {
    background-color: #DC792C ;
    box-shadow: 14px 14px 20px #00000034;
}
.hnative-small {
    font-size: 28px 
}
body, html {
    height: 100%;
    margin:0;
}
.slider {
    background: url(../images/background.jpg) center center no-repeat;
    background-size: cover;
    height: 100%;
    overflow: hidden 
}
.layer1 {
    display: block;
    background: url(../images/slider_map.png) center no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    animation-name: scalebg;
    animation-duration: 1.4s 
}
#fb-box, #out-box, #rev-box, #tab-box {
    position: fixed;
    display: none;
    animation-duration: .5s;
    background-color: #fff;
    width: 180px;
    height: auto;
    padding: 4px;
    border-radius: 10px;
    box-shadow: 14px 14px 20px #00000034;
    transition: 1.5s;
}
#fb-box:hover, #out-box:hover, #rev-box:hover, #tab-box:hover{
    background-color:white;
    transition: 1.5s;
}
@keyframes scalebg {
    0% {
        transform: scale(2.5) 
   }
    100% {
        transform: scale(1) 
   }
}
#fb-box {
    animation-name: slideinfb;
    top: 33%;
    left: 30% 
}
#fb-box:hover, #out-box:hover, #rev-box:hover, #tab-box:hover {
    transform: scale(1.1);
    transition: 2s;
    box-shadow: 20px 20px 10px #00000034;
}
#out-box {
    animation-name: slideinout;
    top: 6%;
    left: 42% 
}
#tab-box {
    animation-name: slideintab;
    top: 38%;
    right: 34% 
}
#rev-box {
    animation-name: slideinrev;
    top: 13%;
    right: 18% 
}
@keyframes first-text {
    0% {
        opacity: 0;
   }
    100% {
        opacity: 1;
   }
}
@media only screen and (min-width:319px) {
    .slideanim.slide {
        visibility: visible;
        animation: none;
   }
    .slider-main-slogan {
        font-size: 20px;
   }
    .slider-main-heading {
        font-size: 15px;
        bottom:5%;
   }
    .dot, .slider-image-desc {
        display: none;
   }
    #fb-box, #out-box, #rev-box, #tab-box {
        background:none;
   }
    .b1, .b2, .b3, .b4, .b5 {
        height:60px;
   }
}
    #line1 {
        position: absolute;
        top:39%;
    }
@media only screen and (min-width:340px) {
    #line1 {
        text-align:center;
       color:white;
       left:0;
       right:0;
       font-size:32px;
        animation-name: first-text;
        animation-duration: 1.5s;
        transition:1s;
   }
    #fb-box, #out-box, #rev-box, #tab-box{
        width:165px;
        background-color:#ffffff52;
   }
    .dot, .slider-image-desc {
        display: block;
   }
    #fb-box, #out-box {
        left: 1% 
   }
    #rev-box, #tab-box {
        right: 1% 
   }
    .slider-blue-line, .slider-main-heading, .slider-main-slogan{
        left:2%;
        animation: slogan-mobile 1s;
        font-family: 'Quicksand', sans-serif;
   }
    .slider-main-slogan {
        font-size: 26px;
   }
    .slider-main-heading {
        font-size: 18px;
        bottom:5%;
   }
    #fb-crack, #ig-crack, #out-crack, #rev-crack, #tab-crack {
        left: -41px;
        position: absolute;
        width: 240px;
        top: 80px;
        display: none 
   }
    #slider-image-out {
        height: 55px;
        width: 100% 
   }
    .container {
        margin-top: 2px;
        margin-bottom: 2px;
   }
   .moving-line,.moving-line-orange,.moving-line-white {
    width: 30%;
}
}
@media only screen and (min-width:430px) {
    #fb-box, #out-box {
        left: 3% 
   }
    #rev-box, #tab-box {
        right: 3% 
   }
    .slider-main-slogan {
        font-size: 30px;
        line-height: 60px;
   }
    .slider-main-heading {
        font-size: 20px;
   }

}
@media only screen and (min-width:544px) {
    #fb-box {
        left: 9% 
   }
    #out-box {
        left: 13% 
   }
    #tab-box {
        right: 9% 
   }
    #rev-box {
        right: 13% 
   }
    #line1 {
        font-size:40px;
   }
}
@media only screen and (min-width:624px) {
    #out-box {
        left: 16% 
   }
    #tab-box {
        right: 18% 
   }
    .slider-blue-line, .slider-main-heading, .slider-main-slogan{
        left:10%;
        animation: slogan 3s;
   }
    .slider-main-slogan {
        font-size: 32px;
   }
    .slider-main-heading {
        font-size: 26px;
   }
}
@media only screen and (min-width:695px) {
    #fb-box {
        left: 15% 
   }
    #out-box {
        left: 22% 
   }
    #tab-box {
        right: 21% 
   }
    #rev-box {
        right: 10% 
   }
    .dot {
        display: block 
   }
    .slider-image-desc {
        display: block;
        animation: intro-slide-description;
        animation-duration: 2s 
   }
    #fb-crack, #ig-crack, #out-crack, #rev-crack, #tab-crack {
        left: -140px;
        position: absolute;
        width: 410px;
        top: 60px;
        display: none 
   }
    .slider-main-slogan {
        font-size: 34px;
   }
    .slider-main-heading {
        font-size: 28px;
   }
    .b1, .b2, .b3, .b4, .b5 {
        height:160px;
   }
   .b2{
       height:100px;
   }
}
@media only screen and (min-width:924px) {
    .slideanim.slide {
        visibility: visible;
        animation: slide 1s;
   }
    #fb-box {
        left: 22% 
   }
    #out-box {
        left: 31% 
   }
    #tab-box {
        right: 30% 
   }
    #rev-box {
        right: 16% 
   }
    #fb-crack, #ig-crack, #out-crack, #rev-crack, #tab-crack {
        display: none;
        left: -140px;
        position: absolute;
        width: 410px;
        top: 60px 
   }
    .slider-main-slogan {
        font-size: 40px;
   }
    .slider-main-heading {
        font-size: 30px;
   }
    .container {
        margin-top: 60px;
        margin-bottom: 60px 
   }
    #line1 {
        font-size:50px;
   }
   .moving-line,.moving-line-orange,.moving-line-white {
    width: 18%;
}
}
@media only screen and (min-width:1198px) {
    #fb-box {
        left: 30% 
   }
    #out-box {
        left: 42% 
   }
    #tab-box {
        right: 34% 
   }
    #rev-box {
        right: 18% 
   }
    #line1 {
        font-size:60px;
   }
}
@keyframes slideinfb {
    0% {
        top: 0 
   }
    100% {
        top: 33% 
   }
}
@keyframes slideinout {
    0% {
        top: 0 
   }
    100% {
        top: 6% 
   }
}
@keyframes slideintab {
    0% {
        top: 0 
   }
    100% {
        top: 38% 
   }
}
@keyframes slideinrev {
    0% {
        top: 0 
   }
    100% {
        top: 13% 
   }
}
@keyframes intro-slide-description {
    0% {
        opacity: .1 
   }
    100% {
        opacity: 1 
   }
}
@keyframes shake {
    10%, 90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0) 
   }
    20%, 80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0) 
   }
    30%, 50%, 70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0) 
   }
    40%, 60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0) 
   }
}
.shake-bg {
    animation: shake;
    animation-duration: .5s;
    animation-delay: 3.6s 
}
.dot {
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #365899;
    border-radius: 20px;
    left: -10px;
    bottom: -10px 
}
.slider-blue-line, .slider-main-heading, .slider-main-slogan {
    display: none;
    position: absolute;
}
.slider-image {
    width: 143.26px;
    height: 76.99px;
    margin: 0 auto;
    padding-top: 10px 
}
.slider-image-desc {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-align: center 
}
#slider-image-fb {
    /* background: url(../images/facebook_logo.png) no-repeat; */
        background: url(../images/outbrain_logo.png) no-repeat;
    background-sizE: contain;
    height: 70px;
    width: 100% 
}
#slider-image-out {
    background: url(../images/outbrain_logo.png) no-repeat;
    background-sizE: contain;
    height: 70px;
    width: 100% 
}
#slider-image-tab {
    background: url(../images/taboola_logo.png) no-repeat;
    background-sizE: contain;
    height: 70px;
    width: 100% 
}
#slider-image-rev {
    background: url(../images/revcontent_logo.png) no-repeat;
    background-sizE: contain;
    height: 70px;
    width: 100% 
}
.slider-blue-line {
    width: 200px;
    height: 4px;
    background-color: #5687bf;
    bottom: 31%;
}
.slider-main-slogan {
    font-weight: 700;
    margin: 0 auto;
    bottom: 20%;
    color: #5687bf;
}
.slider-main-heading {
    font-weight: 700;
    margin: 0 auto;
    bottom: 13%;
    color: #fff;
}
@keyframes slogan {
    0% {
        left: 0;
        opacity: 0 
   }
    100% {
        left: 10%;
        opacity: 1 
   }
}
@keyframes slogan-mobile {
    0% {
        opacity: 0 
   }
    100% {
        opacity: 1;
   }
}
.timeline {
    position: relative;
    padding: 0;
    list-style: none 
}
.timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    content: '';
    background-color: #365899 
}
.text-muted {
    color: #365899 
}
ul.timeline{
    margin-top:50px;
}
.timeline>li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px 
}
.timeline .timeline-body>p, .timeline .timeline-body>ul, .timeline>li:last-child {
    margin-bottom: 0 
}
.timeline>li:after, .timeline>li:before {
    display: table;
    content: ' ' 
}
.timeline>li:after {
    clear: both 
}
.timeline>li .timeline-panel {
    position: relative;
    float: right;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left 
}
.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0 
}
.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0 
}
.timeline>li .timeline-image {
    position: absolute;
    z-index: 70;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    text-align: center;
    color: #fff;
    border: 7px solid #365899;
    border-radius: 100%;
    background-color: #fff 
}
.timeline>li .timeline-image h4 {
    font-size: 14px;
    line-height: 14px;
    margin-top: 25px;
    color: #DC792C;
    text-transform: uppercase;
}
.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left 
}
.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0 
}
.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0 
}
.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit 
}
.timeline .timeline-heading h4.subheading {
    text-transform: none;
    color: #365899;
    font-weight: 700 
}
@media (min-width:768px) {
    .timeline:before {
        left: 50% 
   }
    .timeline>li {
        min-height: 100px;
        margin-bottom: 100px 
   }
    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right 
   }
    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px 
   }
    .timeline>li .timeline-image h4 {
        font-size: 13px;
        line-height: 18px;
        margin-top: 16px 
   }
    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left 
   }
}
footer, footer p {
    text-align: center 
}
@media (min-width:992px) {
    .testimonial-video-box{
    width: 35%;
    margin:0 auto;
    }
    .timeline>li .timeline-panel, .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px 
   }
    .timeline>li {
        min-height: 150px 
   }
    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px 
   }
    .timeline>li .timeline-image h4 {
        font-size: 18px;
        line-height: 26px;
        margin-top: 30px 
   }
}
@media (min-width:1200px) {
    .timeline>li {
        min-height: 170px 
   }
    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px 
   }
    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px 
   }
    .timeline>li .timeline-image h4 {
        margin-top: 60px 
   }
    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px 
   }
}
.error {
    color: red;
    font-weight:bold;
    height: 100px;
    font-size:24px;
}
section#contact {
    background-image: url(../img/map-image.png);
    background-repeat: no-repeat;
    background-position: center 
}
section#contact .section-heading {
    color: #000000; 
}
.submit-button {
    font-size: 18px;
    padding: 15px 40px;
    background-color: #365899;
    color: #fff;
    transition: .5s;
    margin-top: 15px;
    border: 1px solid #365899 
}
.submit-button:hover {
    background-color: #fff;
    color: #365899;
    border: 1px solid #365899;
    font-weight: 700 
}
footer {
    background-color: #000000;
    padding: 50px ;
    margin-top:200px;
}
footer a {
    color: #fff;
    font-size: 15px;
    padding-left: 25px 
}
footer a:hover {
    color: #fff; 
}
footer p {
    color: #fff;
    padding: 10px;
    font-size: 16px 
}

.fa, .fas {
    font-weight: 900 
}
#success-message {
    opacity: 0;
}
.margin-top-25 {
    margin-top: 25px;
}
.form-group .form-control {
    -webkit-box-shadow: none;
    border-bottom: 1px;
    border-style: none none solid none;
    border-radius:0;
    border-color: #000;
}
.form-group .form-control:focus {
    box-shadow: none;
    border-width: 0 0 2px 0;
    border-color: #000;
    color:#365899;
}
textarea {
    resize: none;
    color:#365899;
}
.btn-mod.btn-large {
    height: auto;
    padding: 13px 52px;
    font-size: 15px;
}
.btn-mod.btn-border {
    color: #365899;
   ;
    border: 1px solid #000000;
    background: transparent;
}
.btn-mod, a.btn-mod {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 13px;
    color: #fff;
    background: #365899;
    border: 1px solid transparent;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.btn-mod.btn-border:hover, .btn-mod.btn-border:active, .btn-mod.btn-border:focus, .btn-mod.btn-border:active:focus {
    color: #fff;
    border-color: #365899;
   ;
    background: #365899;
   ;
    outline: none;
}


.moving-line,.moving-line-orange,.moving-line-white {
    height: 4px;
    position: relative;
    z-index: 80;
    margin:0 auto;
    top:-5px;
}
 .moving-line{
    background-color: #365899;
    box-shadow: 8px 6px 15px #365999c4;
}
.moving-line-orange{
    background-color: #DC792C;
    box-shadow: 10px 10px 25px #DC792C;
}
.moving-line-white{
    background-color: #ffffff;
    box-shadow: 10px 10px 25px #ffffff80;
}
.orange-text{
    color:#DC792C;
}
.orange-text-bold{
    color:#DC792C;
   font-weight:bold;
}
.blue-text-bold{
    color:#365899;
   font-weight:bold;
}

input::placeholder {
    color: 365899;
    font-size: 1.2em;
    font-style: italic;
  }


  .pulsating-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 160px;
    height: 160px;
  }
  .pulsating-circle:before {
    content: '';
    position: relative;
    display: block;
    width: 200%;
    height: 200%;
    box-sizing: border-box;
    margin-left: -50%;
    margin-top: -50%;
    border-radius: 45px;
    background-color: #01a4e9;
    -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
            animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  }
  .pulsating-circle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 80px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-animation: cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
            animation: cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
  }
  
  @-webkit-keyframes pulse-ring {
    0% {
      -webkit-transform: scale(0.33);
              transform: scale(0.33);
    }
    80%, 100% {
      opacity: 0;
    }
  }
  
  @keyframes pulse-ring {
    0% {
      -webkit-transform: scale(0.33);
              transform: scale(0.33);
    }
    80%, 100% {
      opacity: 0;
    }
  }

  
  .ekko-lightbox-nav-overlay a span{
      color:#365899;
  }
  .img-fluid{
    border:1px solid white;
    transition:2s;


}
  .img-fluid:hover{
    box-shadow: 14px 14px 20px #00000034;
    border:1px solid black;
      transition:2s;

  }
  #custom-bootstrap-menu.navbar-default{
      display:none;
      transition:2s;
      animation: slide 3s;
      z-index:99;
  }
  #custom-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(255, 255, 255, 1);
    
}
#custom-bootstrap-menu.navbar-default {
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.815);
    border-bottom-width: 0px;
    
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 0.13);
    text-transform: uppercase;
    font-weight:bold;
    transition:.5s;

}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
    color: rgba(220, 121, 44, 1);
    background-color: rgba(0, 0, 0, 0.103);
    transition:.5s;
    
}
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(220, 121, 44, 1);
    background-color: rgba(250, 250, 250, 1);
}
#custom-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: #fafafa;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
    background-color: #fafafa;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #fafafa;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #000000;
}   
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: black;
    background-image: none;
    border: black;
    border-radius: 4px;
}
    .logo{
        max-height:50px;
        max-width:160px;
    }
    @media only screen and (max-width:767px) {
        #custom-bootstrap-menu.navbar-default {
            font-size: 12px;
            background-color: rgba(255, 255, 255, 0);
            border-bottom-width: 0px;
            
        }
        #custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
            color: rgba(255, 255, 255, 1);
            background-color: rgba(0, 0, 0, 0.911);
            text-transform: uppercase;
            font-weight:bold;
            transition:.5s;
        
        }
        #custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
    color: rgba(220, 121, 44, 1);
    background-color: rgb(0, 0, 0);
    transition:.5s;
    
}.navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20spx;
    line-height: 30px;
}
    }
    .pulse {
        animation: pulse 2s infinite;
      }
      
      @-webkit-keyframes pulse {
        0% {
          -webkit-box-shadow: 0 0 0 0 rgba(44, 81, 204, 0.4);
        }
        70% {
            -webkit-box-shadow: 0 0 0 10px rgba(68, 44, 204, 0);
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(44, 100, 204, 0);
        }
      }
      @keyframes pulse {
        0% {
          -moz-box-shadow: 0 0 0 0 rgba(44, 87, 204, 0.4);
          box-shadow: 0 0 0 0 rgba(47, 44, 204, 0.4);
        }
        70% {
            -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
            box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        }
        100% {
            -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
            box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        }
      }
.fas-no-border{
    border:none;
}

.s-row{
    background-color:rgb(0, 0, 0);
}


.testimonial-box{
        border: solid 1px rgba(220, 218, 218, 0.58);
    background-color: rgba(245, 244, 244, 0.66);
    border-radius: 9px;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
        padding:15px;
}

 
         
         .testimonial-name {
         font-size: 12px;
         }
         .testimonial-name-color {
         color: #365899
         }
         .testimonial-headline {
         font-size: 16px;
         }
         .verified-buyer-color {
         color: #868686;
         }
         .testimonial-description {
         font-size: 16px;
         }


         