/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400;500;700&display=swap');

:root {
    --brand:#383b7e;
    --white: #fff;
    --body: #888;
    --dark: #19282F;
    --border-color: rgba(0, 0, 0, 0.10);
    --border-width: 1px;
    --border-radius: 5px;
    --shadow: 0px 4px 60px rgba(0, 0, 0, 0.14);
}

/* reset & helpers */
html,body{
    overflow-x: hidden;
}
body {
	font-family: "font-family: 'Domine', serif";
    line-height: 1.7;
    color: #000;
    position: relative;
    background: rgba(255,255,255, 0.5);
}

h1,h2,h3,h4,h5,h6
{
    font-weight: 800;
    font-family: "Domine", sans-serif;
}
h2,h3,h4,h5,h6
{
color: var(--brand);
}
a {
    color: var(--dark);
    text-decoration: none;
    transition: all 0.5s ease;
    font-weight: 700;
}

a:hover {
    color: var(--brand);
}
img{
	width: 100%;
}
/* contact-details */
.contact-no {
    color: #fff;
    margin-right: 3rem;
    padding: 5px 0;
}
/*nav*/
.contact{
background: #383b7e;
padding-top: 10px;
padding-bottom: 0;
height: 45px;
}
section{
	padding-bottom: 40px;
	padding-top: 40px;
}
#myBtn {
  display: flex;
  position: fixed; 
  bottom: 20px; 
  right: 30px; 
  z-index: 99;
  border: none;
  outline: none; 
  background-color: var(--brand);
  color: white;
  cursor: pointer;
 justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all 0.5s ease;
  border-radius: 10px; 
}
#myBtn i{

  font-size: 24px; 
}
#myBtn:hover i{
  transform: translateY(-2px);
}
/*BTN*/

.btn-primary {
	background-color: #fff;
	color: #383b7e;
}
.btn-login {
	background:  #fff;
	color: #30336f;
	padding: 2px 2px;
}
.btn{
    font-size: 12px;
    text-transform: uppercase;
    border-radius: var( --border-radius);
    transition: all 0.4s ease;
	position: relative;
}
.btn-brand:hover{
    color: var(--white);
}

.btn-danger{
	padding: 2px 2px;
}
.btn-brand{
    background-color: var(--brand);
    border-radius: var( --border-radius);
    color: var(--white);
}
.btn-proposal{
    padding: 2px 2px;
    font-size: 12px;
	color: #fff;
    text-transform: uppercase;
	background-color: #383b7e;
    border: var(--brand);
    transition: all 0.4s ease;
	z-index: 99;
}
.btn-proposal:hover{
	color: white;
}
.btn-proposal-free{
    padding: 2px 2px;
    font-size: 13px;
	color: #fff;
    text-transform: uppercase;
	background-color: #383b7e;
    border: var(--brand);
    transition: all 0.4s ease;
	z-index: 99;
}
.btn-proposal-free:hover{
	color: white;
}
.card-effect-marketing{
	border: 1px solid #383b7e;
	padding: 15px;
	transition:  all 0.35s ease;
}
/*End helpers*/

.generate{
	padding: 5px 10px;
	background: rgba(0,0,0,0.5);
}
/* contact-details */
.contact-no {
    color: #fff;
    margin-right: 3rem;
    padding: 5px 0;
}
/*nav*/

.navbar #login{
	padding: 4px 14px;
    font-size: 12px;
	color: white;
	background: #383b7e;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: var( --border-radius);
}
.navbar .navbar-white{
    border-bottom: 1px solid rgba(0,0,0,0.5);
}
.nav-link {
    font-weight: 700;
    font-size: 14px;
    color: rgba(0,0,0,0.50);
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: var(--brand);
}
.navbar .navbar-nav .nav-link:active,
.navbar .navbar-nav .nav-link:hover
{
    color: var(--brand);
}
.navbar-dark .navbar-toggler-icon, .navbar-light .navbar-toggler-icon {
    color: white;
}
.navbar-dark .navbar-toggler-icon, .navbar-light .navbar-toggler:focus {
    color: white;
    border: none;
}

.navbar .navbar-expand-lg .navbar-light .bg-light .navbar-toggler{
  border: none;
  outline: none;
}
.navbar-toggler-icon:focus{
  border: none;
  outline: none;
}
.navbar-toggler:hover{
  border: none;
  outline: none;
}


/* hero*/
.Ppc-marketing{
    min-height: 100vh;
    background: linear-gradient(#000,rgba(255,255,255,0.2)),url("../images/pay-per-click.jpg");
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
    background-attachment: fixed;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Email-marketing{
    min-height: 100vh;
    background: linear-gradient(#000,rgba(0,0,0,0.2)),url("../images/marketing.jpg");
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
    background-attachment: fixed;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Socialmedia-marketing{
    min-height: 100vh;
    background: linear-gradient(#000,rgba(0,0,0,0.2)),url("../images/social media.jpg");
    background-repeat: no-repeat;
    background-position: cover;
    object-fit: cover;
    background-attachment: fixed;
    text-align: center;
    display: flex;
	padding-top: 200px;
    justify-content: center;
    align-items: center;
}

.hero h1{
    font-weight: 700;
}

/*Benefits*/
#benefits img{
	width: 150px;
}
#brand .icon-box{
    width: 40px;
    height: 40px;
    background-color: var(--brand);
    color: var(--white);
    border-radius: 100px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#whychooseus .icon-box span{
    width: 40px;
    height: 40px;
    background-color: var(--brand);
    color: var(--white);
    border-radius: 100px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#ppc .icon-box{
    width: 35px;
    height: 35px;
    background-color: var(--brand);
    color: var(--white);
    
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Ppc-marketing .icon-box{
    width: 40px;
    height: 40px;
    background-color: var(--brand);
    color: var(--white);
    border-radius: 100px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Email-marketing .icon-box{
    width: 40px;
    height: 40px;
    background-color: var(--brand);
    color: var(--white);
    border-radius: 100px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand-marketing .icon-box{
    width: 40px;
    height: 40px;
    background-color: var(--brand);
    color: var(--white);
    border-radius: 100px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*Reason*/
.reason-icon span{
  	width: 60px;
	height: 60px;
	border-radius: 100px;
	background:#383b7e;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 70px;
	margin-right: 20px;
	color: #fff;
}
/*services*/
#services {
    margin: 80px 0 70px 0;
}
#services .section-intro{
  margin-bottom: 35px;
  margin-top: 35px;
  text-align: center;
}
#services  p{
  max-width: 500px;
  margin: auto;
  color: var(--dark);  
  font-size: 14px;
}
#services  h2{
  margin: 20px auto 10px auto;
  color: var(--dark);  
}
.services{
    padding: 44px 24px;
    text-align: center;
}

.services h5{
    margin-top: 28px;
    margin-bottom: 12px;
    color: var(--black);
}
.services h2{
   color: var(--dark)!important;
}
a.custom-link{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}
/*CTA*/
#cta{
    background: linear-gradient(#000,rgba(0,0,0,0.2), #000),url("../images/backround1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 70px;
    padding-bottom: 70px;
}
#cta p,h2{
    
    color: var(--white);
}
/*Pricing*/
.pricing{
	
}
.pricing i{
	font-size: 20px;
	color:#383b7e;
}
.pricing ul li{
	margin-top: 8px;
}
/*Testimonials*/
.testimonials{
     background: linear-gradient(#000,rgba(0,0,0,0.8), #000 ,rgba(0,0,0,0.8)),url("../images/backround2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 70px;
    padding-bottom: 70px;
}
.testimonials  .section-intro h2,
.testimonials  .section-intro p{
    color: var(--white);
}
.testimonials .owl-dots span{
    background-color: transparent;
    border:2px solid white;
    width: 12px;
    height: 12px; 
    transition: a11 0.6s ease;
}
.testimonials .owl-dots:active span{
    width: 30px;
    background-color: var(--brand);
    border: var(--brand);
}
.review {
    padding: 30px;
    border: 1px solid rgba(255,255,255,0.2)
}
.review .stars{
    color: orange;
}
.review p{
    color: var(--white);
    margin: 16px 0;
}
.review .person-details{
    margin: 0 8px;
}
.review img{
    width: 75px!important;
    border-radius: 100px;
}
.review span{
    color: var(--white);
}
.review .pic{
   width: 70px;
	height: 70px;
	border-radius: 100px;
	background-color: var(--brand);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
}
.review h6,
.review small {
    color: var(--white);
}
/*Team*/

.social-links{
    display: flex;
}
/*Milestone*/
#milestone{
   background-color: #000;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
#milestone p{
	color: #fff;
}
.counter .divider{
   width: 70px;
    height: 2px;
    background-color:  var(--brand);
    display: inline-block;
    margin-bottom: 8px;
    margin-top: 24px;
}
.counter h2,
.counter p{
    color: whites
}
.counter h2{
    line-height: 1;
}

/*contact*/
#contact{
	min-height: 100vh;
	background: linear-gradient(#000,rgba(0,0,0,0.5), #000 ,rgba(0,0,0,0.5)),url("../images/contact-us.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#contact input.form-control{
   height: 49px;
    background-color: #fbfbfb;
    border-color: white;
}
#contact textarea{
    background-color: #fbfbfb;
    border-color: white;
}
#contact textarea input.form-control:focus{
    box-shadow: none;
    border-color: var(--brand);
}

#contact input.form-control:focus{
    box-shadow: none;
    border-color: var(--brand);
}

#contact .map{
    width: 100%;
    min-height: 100vh;
}
/*Footer-top*/
.footer-top{
	background: #000;
    padding-top: 70px;
    padding-bottom: 40px;
    text-align: center;
}
.footer-top .logo-footer{
    margin-bottom: 16px;
}
.footer-top p,
.footer-top ul li a{
    color: rgba(255,255,255,0.51);
    font-size: 14px;
}

.footer-top h6{
    color: white!important;
    margin-bottom: 15px;
    
}
.footer-top ul{
    list-style: none;
    padding: 0;
    
}
.social-links{
    display: flex;
}
.white{
    color: rgba(255,255,255,0.82);
    position:relative;
}
.white h6{
    color: rgba(255,255,255,0.82)
}
.footer-top .social-links a{
    width: 25px;
    height: 25px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    margin-right: 4px;
}
.footer-top .social-links a:hover{
    background-color: var(--brand);
    color: var(--white);
}
.footer-bottom{
   border-top: 1px solid #fff;
}
.footer-bottom p{
    color: white!important;
}
.bx {
	margin-top: 2px;
}
@media(max-width: 991px){
	.contact ul li:nth-child(2){
		display: none;
	}
}
@media(max-width: 670px){
	.contact ul li:nth-child(3){
		display: none;
	}
}


.navbar-collapse ul{
	list-style: none;
}
