/* Template Name: Readxon
   Author: Themesdesign
   Version: 1.0.0
   Created: Jan 2019
   File Description: Main Css file of the template
*/
/****************************************\

01.general
02.helper
03.components
04.menu
05.home
06.services
07.features
08.video
09.client
10.pricing
11.cta
12.faq
13.blog
14.contact
15.footer
16.responsive

*****************************************/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600|Rubik:400,500");
body {
  font-family: "Rubik", sans-serif;
  color: #252525 !important;
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

.btn,
.btn:focus,
button,
button:focus {
  outline: none !important;
}

a {
  text-decoration: none !important;
  outline: none;
}

p {
  line-height: 2;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}

.vertical-content {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
}

.bg-overlay {
  background-color: rgba(36, 42, 53, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.bg-gradient {
  background: linear-gradient(to right, #0657d1, #06d19c);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
}

hr {
  border-top: 1px solid #f0f0f0;
}

.f-12 {
  font-size: 12px;
}

.f-14 {
  font-size: 14px;
}

.f-15 {
  font-size: 15px;
}

.f-16 {
  font-size: 16px;
}

.f-18 {
  font-size: 18px;
}

.f-20 {
  font-size: 20px;
}

.line-height_1_4 {
  line-height: 1.4;
}

.line-height_1_6 {
  line-height: 1.6;
}

.line-height_1_8 {
  line-height: 1.8;
}

.title-heading h3 {
  font-size: 28px;
}

.title-heading p {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 26px;
}

.title-border {
  background-color: #06d19c;
  height: 2px;
  width: 30px;
  margin: 0 auto;
  margin-top: 30px;
  transform: rotate(90deg);
}

.bg-custom {
  background-color: #06d19c;
}

.bg-light {
  background-color: #fafafa !important;
}

.text-custom {
  color: #06d19c;
}

.text-muted {
  color: #868e96 !important;
}

.btn {
  padding: 12px 34px;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.btn:focus {
  box-shadow: none;
}

.btn-sm {
  padding: 7px 14px;
  font-size: 12px;
}

.btn-round {
  border-radius: 3px !important;
}

.btn-rounded {
  border-radius: 30px !important;
}

.btn-custom {
  color: #ffffff;
  border-radius: 0px;
  background-color: #06d19c;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.open > .dropdown-toggle .btn-custom {
  color: #ffffff;
  background-color: #06d19c;
}

.btn-outline {
  color: #06d19c;
  border: 1px solid #06d19c;
  border-radius: 0px;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active,
.btn-outline.focus,
.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover,
.open > .dropdown-toggle .btn-outline {
  outline: none;
  border: 1px solid #06d19c;
  background-color: #06d19c;
  color: #ffffff;
}

.navbar-custom {
  padding: 20px 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
}

.navbar-custom .navbar-nav li a {
  line-height: 26px;
  color: #ffffff;
  font-size: 15px;
  text-transform: capitalize;
  transition: all 0.5s;
  background-color: transparent !important;
  padding: 6px 0;
  margin: 0 10px;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #252525;
}

.navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active {
  color: #06d19c !important;
}

.navbar-toggle {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #ffffff;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border-color: #337ab7;
}

.navbar-custom .navbar-toggles {
  padding: .25rem .75rem;
  font-size: 18px;
  background: 0 0;
  border: 1px solid transparent;
  color: #ffffff;
  outline: 0;
}

.navbar-custom .navbar-toggles-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
}

.menu-toggle {
  padding: 4.5px 10px !important;
}

.menu-toggle span {
  line-height: 27px;
}

.navbar-button {
  margin-left: 20px;
}

.logo .logo-light {
  display: inline-block;
}

.logo .logo-dark {
  display: none;
}

.nav-sticky .logo .logo-dark {
  display: inline-block;
}

.nav-sticky .logo .logo-light {
  display: none;
}

/*---NAVBAR STICKY--*/
.nav-sticky.navbar-custom {
  margin-top: 0px;
  padding: 20px 0px;
  background-color: #ffffff;
  box-shadow: 0 10px 33px rgba(140, 140, 140, 0.1);
}

.nav-sticky.navbar-custom.sticky-dark {
  background-color: #ffffff;
}

.nav-sticky .logo {
  color: #252525 !important;
}

.nav-sticky .navbar-nav li a {
  color: #868e96 !important;
}

.nav-sticky.navbar-custom .navbar-nav li.active a,
.nav-sticky.navbar-custom .navbar-nav li a:hover,
.nav-sticky.navbar-custom .navbar-nav li a:active {
  color: #06d19c !important;
}

.nav-sticky.navbar-custom .navbar-toggles {
  padding: .25rem .75rem;
  border: 1px solid transparent;
  outline: 0;
}

.nav-sticky .navbar-nav {
  margin-top: 0px;
}

.bg-home {
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 100vh;
}

.home-center {
  display: table;
  width: 100%;
  height: 100%;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.home-title {
  font-size: 48px;
  color: #ffffff;
  max-width: 950px;
  margin: 0 auto;
}

.home-box p {
  color: rgba(255, 255, 255, 0.7);
}

.play-icon-circle {
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 26px;
  position: relative;
  top: 6px;
}

.home-contact span {
  font-weight: 500;
  color: #ffffff;
}

.mouse_down {
  position: relative;
  top: -70px;
}

.scroll {
  position: relative;
}

.home-desc-2 {
  max-width: 650px;
  margin: 0 auto;
}

.home-half {
  background-image: url(../images/bg-1.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 250px 0px 230px 0px !important;
}

.bg-home-3 {
  background-image: url(../images/bg-3.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 300px 0px 280px 0px !important;
}

.bg-home-4 {
  background-image: url(../images/bg-4.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 100vh;
}

.search-form input {
  padding: 15px 20px;
  width: 100%;
  font-size: 17px;
  color: #868e96 !important;
  border: none;
  outline: none !important;
  padding-right: 160px;
  padding-left: 30px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 30px;
}

.search-form button {
  position: absolute;
  top: 5px;
  right: 6px;
  outline: none !important;
  border-radius: 30px;
  font-size: 17px;
  padding: 9px 30px;
}

.search-form form {
  position: relative;
  max-width: 600px;
  margin: 0px auto;
}

.bg-home-video {
  height: 100vh;
  background-color: #252525;
}

.particels-slidero {
  position: relative;
  z-index: 1;
}

.bg-home-gradient {
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 100vh;
}

/* flexdemo */
.flex-control-paging li a {
  border-radius: 20px;
  height: 12px;
  width: 12px;
  opacity: 1;
  border: 2px solid #06d19c !important;
  background: #06d19c;
}

.flex-control-paging li a:hover {
  background: #06d19c;
}

.flex-control-paging li a.flex-active {
  background-color: transparent;
}

.flex-control-nav {
  bottom: -70px;
}

.home-title-9 {
  font-size: 48px;
  color: #ffffff;
  max-width: 650px;
}

.home-desc-9 {
  max-width: 650px;
}

.home-registration-form {
  border-radius: 3px;
  width: 600px;
}

.home-registration-form .registration-input-box {
  border: none;
  border-radius: 5px;
  color: #868e96;
  height: 45px;
  border: 1px solid #e6e7e9;
  box-shadow: none !important;
}

.services-icon i {
  font-size: 36px;
  color: #06d19c;
}

.features-content h3 {
  max-width: 500px;
}

.features-subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.features-desc {
  max-width: 500px;
}

.features-icon i {
  width: 50px;
  height: 50px;
  background: #06d19c;
  display: inline-block;
  color: #ffffff;
  font-size: 34px;
  text-align: center;
  line-height: 50px;
}

.features-icon .read-more {
  color: #06d19c;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #06d19c;
  padding-bottom: 4px;
  position: relative;
  top: -10px;
}

.bg-video {
  background-image: url(../images/bg-1.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 120px 0px 120px 0px;
}

.play-btn-2 {
  height: 80px;
  width: 80px;
  font-size: 30px;
  line-height: 78px;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #ffffff;
  margin-top: 30px;
}

.video-box P {
  color: #ffffff;
  max-width: 600px;
  margin: 0 auto;
}

.bg-client {
  background: url(../images/bg-client.png);
  position: absolute;
  background-position: center center;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.client-img img {
  width: 120px;
}

.client-icon i {
  font-size: 180px;
  opacity: 0.1;
  line-height: 0px;
  color: #868e96;
}

.client-position {
  position: relative;
  top: -90px;
}

.client-img-icon {
  padding-left: 70px;
}

.client-img-icon i {
  width: 32px;
  height: 32px;
  background: #06d19c;
  color: #ffffff;
  font-size: 18px;
  border-radius: 50%;
  line-height: 32px;
  position: absolute;
  top: 30px;
}

.owl-theme .owl-controls {
  margin-top: -40px;
}

.owl-theme .owl-controls .owl-page span {
  background-color: #06d19c;
  transition: all 0.5s;
}

.bg-client-logo {
  background-image: url(../images/bg-3.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 120px 0px 120px 0px;
}

.client-images img {
  max-height: 90px;
}

.pricing-box {
  box-shadow: 0px 1px 10px 0px rgba(205, 205, 205, 0.33);
  padding: 36px 30px 36px 30px;
}

.pricing-box h3 {
  font-size: 26px;
  color: #06d19c;
  text-align: center;
}

.dolar {
  position: relative;
  top: -20px;
}

.bg-cta {
  background-image: url(../images/bg-2.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 120px 0px 120px 0px;
}

.cta-box h3 {
  color: #ffffff;
}

.cta-box P {
  color: #ffffff;
  max-width: 600px;
  margin: 0 auto;
}

.faq-content {
  overflow: hidden;
}

.faq-icon i {
  font-size: 30px;
}

.faq-desc {
  max-width: 450px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 30px;
}

.blog-content {
  position: relative;
}

.blog-link {
  color: #252525;
  transition: all .3s ease;
}

.blog-link:hover {
  color: #06d19c;
}

.blog-lable {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0px;
  background-color: #06d19c;
  display: inline-block;
  color: #ffffff;
  text-align: center;
}

.blog-lable .date {
  line-height: 34px;
}

.blog-lable .month {
  line-height: 10px;
}

.read-more {
  color: #06d19c;
  transition: all 0.5s;
  font-size: 15px;
  font-weight: 500;
}

.read-more:hover {
  color: #06d19c;
}

.read-more i {
  font-size: 16px;
  position: relative;
  top: 2px;
  color: #06d19c;
}

.error {
  margin: 8px 0px;
  display: none;
  color: red;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  color: #f01414;
  border: 2px solid #f01414;
}

.contact-loader {
  display: none;
}

.custom-form .form-control {
  height: 48px;
  z-index: 2;
  border: 1px solid #e6e7e9;
  font-size: 15px;
  color: #868e96;
}

.custom-form .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.custom-form textarea.form-control {
  height: auto !important;
}

.contact-icon i {
  width: 46px;
  height: 46px;
  background: #06d19c;
  color: #ffffff;
  font-size: 24px;
  border-radius: 50%;
  line-height: 46px;
  text-align: center;
}

.contact-info {
  overflow: hidden;
}

.bg-footer {
  padding: 80px 0px 40px 0px;
  background: #000;
}

.footer-title {
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 17px;
}

.footer-link a {
  color: #868e96;
  line-height: 36px;
  transition: all 0.5s;
}

.footer-link a:hover {
  color: #06d19c;
}

.footer-social a {
  text-align: center;
  color: #868e96;
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid #868e96;
  line-height: 40px;
  font-size: 18px;
  transition: all 0.5s;
  margin-right: 10px;
}

.footer-social a:hover {
  color: #ffffff;
  background: #06d19c;
  border: 1px solid #06d19c;
}

.footer-spacing {
  padding-left: 30px;
}

.footer-alt {
  color: #868e96;
}

@media (min-width: 200px) and (max-width: 768px) {
  .navbar-custom {
    margin-top: 0px;
    padding: 15px 0px !important;
    box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    color: #ffffff !important;
    background: #ffffff;
  }
  .navbar-custom .navbar-nav {
    margin-top: 0px;
  }
  .navbar-custom .navbar-nav li.active {
    border-color: transparent;
  }
  .navbar-custom .navbar-nav li a {
    transition: all 0.4s;
    color: #868e96 !important;
    margin: 0px;
  }
  .navbar-custom > .container {
    width: 90%;
  }
  .navbar-custom .navbar-nav li.active a,
  .navbar-custom .navbar-nav li a:hover,
  .navbar-custom .navbar-nav li a:active {
    color: #06d19c !important;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
  }
  .home-title {
    font-size: 38px;
  }
  .logo .logo-light {
    display: none;
  }
  .logo .logo-dark {
    display: inline-block;
  }
  .bg-home {
    height: auto;
    padding: 100px 0px 100px 0px;
  }
  .mouse_down {
    display: none;
  }
  .navbar-button {
    margin-top: 15px;
    margin-left: 0px;
  }
  .footer-spacing {
    padding-left: 0px;
  }
}
/*# sourceMappingURL=style.css.map */

 
.sec-icon {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
}

.sec-icon::before {
  content: "";
  position: absolute;
  height: 1px;
  left: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #f5f5f5;
  width: 50px;
}

.sec-icon::after {
  content: "";
  position: absolute;
  height: 1px;
  right: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333;
  width: 50px;
}

.advertisers-service-sec {
  background-color: #f5f5f5;
}

.advertisers-service-sec span {
  color: rgb(255, 23, 131);
}

.advertisers-service-sec .col {
  padding: 0 1em 1em 1em;
  text-align: center;
}

.advertisers-service-sec .service-card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
}

.advertisers-service-sec .service-card::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(#0dcaf0, rgb(255, 23, 131));
  position: absolute;
  left: 0%;
  top: -98%;
  z-index: -2;
  transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.advertisers-service-sec h3 {
  font-size: 38px;
  text-transform: capitalize;
  font-weight: 600;
  color: #1f194c;
  margin: 1em 0;
  z-index: 3;
}

.advertisers-service-sec p {
  color: #575a7b;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  z-index: 3;
}

.advertisers-service-sec .icon-wrapper {
  background-color: #2c7bfe;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
  z-index: 3;
}

.advertisers-service-sec .service-card:hover:after {
  top: 0%;
}

.service-card .icon-wrapper {
  background-color: transparent;
  color: rgb(255, 23, 131);
}

.advertisers-service-sec .service-card:hover .icon-wrapper {
  color: #0dcaf0;
}

.advertisers-service-sec .service-card:hover h3 {
  color: #ffffff;
}

.advertisers-service-sec .service-card:hover p {
  color: #f0f0f0;
}
/* ADVERTISERS SERVICE CARD ENDED */


#blinking-button{
    padding: 8px 35px;
    border-radius: 48px 0px; 
border: 0px solid #6C8003;
}
@keyframes blink {
  0%, 100% {background-color:#3F06FF;}
  50% {background-color: #8EDDBE;}
}
#blinking-button {
  background-color: #8EDDBE;
  color: white;
  animation: blink 1s linear infinite;
}

  /* Visit Website  */
        #container {
            position: absolute;
            bottom: 0;
            width: 100%;
            background-color: #8EDDBE; 
        }
        #inner-div {
            text-align: center;
            padding: 20px;
        }
        
        
 .border-shape {
background: #ffbe00 none repeat scroll 0 0;
color: #fff;
display: block;
height: 3px;
left: 0;
margin: 20px auto;
position: relative;
right: 0;
text-align: center;
top: 0;
width: 80px;
}

.border-shape::before {
background: #ffbe00 none repeat scroll 0 0;
bottom: 0;
content: "";
height: 1px;
left: 80px;
margin: 0 auto;
position: absolute;
text-align: center;
top: 1px;
width: 100px;
}

.border-shape::after {
background: #ffbe00 none repeat scroll 0 0;
bottom: 0;
content: "";
height: 1px;
margin: 0 auto;
position: absolute;
right: 80px;
text-align: center;
top: 1px;
width: 100px;
}











/*FOOTER*/
footer{
width:100%;
background-color:#121619;
color:#fff;
}

.top_header{
padding:2rem;
display:flex;
align-items:center;
justify-content:center;
position:relative;
}

.top_header section{
display:flex;
align-items:center;
justify-content:center;
width:100%;
}

.top_header span{
padding:0 1rem;
}

.top_header .fa{
color:#fff;
font-size:35px;
}

footer .border-shape {
width: 40%;
}

footer .border-shape::before {
width: 100%;
left:120px;
}

footer .border-shape::after {
width: 100%;
right:120px;
}

footer .bottom_content section{
padding:1.5rem 2rem;
display:flex;
align-items:center;
justify-content:Center;
}

.bottom_content a{
margin:0 20px;
color:rgba(255,255,255,0.7);
transition:0.5s;
}

.bottom_content a:hover{
color:rgba(255,255,255,1);
}


.copyright{
padding:0.8em 0;
background-color:#1e1e1e;
text-align:center;
color:rgba(255,255,255,0.7);
font-size:12px;
}



@media (max-width:820px){
.top_header{
padding:1rem;
display:block;
}

.top_header section{
margin:40px 0;
align-items:left;
justify-content:left;
}
footer .bottom_content section{
padding:1rem;
display:block;
}
footer .bottom_content section a{
padding:1rem;
font-size:12px;
margin:0 5px;
display:inline-block;
}
}

button.navbar-toggler {
    position: relative;
    left: 208px;
    font-size: 50px;
    top: 12px;
}
       
h2.fw-bold.fs-1 {
    display: inline-grid
;
}   



#blinkings-buttons{
    padding: 18px 35px;
    border-radius: 0px 0px; 
border: 0px solid #6C8003;
}
@keyframes blink {
  0%, 100% {background-color:#3F06FF;}
  50% {background-color: #8EDDBE;}
}
#blinkings-buttons {
  background-color: #8EDDBE;
  color: white;
  animation: blink 1s linear infinite;
}

  /* Visit Website  */
        #container {
            position: absolute;
            bottom: 0;
            width: 100%;
            background-color: #8EDDBE; 
        }
        #inner-div {
            text-align: center;
            padding: 20px;
        }
        
        


 .button {
  background-color: #004A7F;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  padding: 13px 10px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}       
      
      
      
.section-header.text-center {
    font-size: 35px;
}  

@media (min-width: 200px) and (max-width: 768px) {
.section-header.text-center.wrap {
    margin-top: 132px;
}
  }
  
  