/*@font-face {
  font-family: 'Khmer UI Regular';
  src: url(../assets/fonts/Khmer_UI_bold.ttf);
}*/

body, p {
	font-family: 'Varela Round', sans-serif; 
	color: #333333;
	font-size: 19px;
	font-weight: 400;
}

p {
	margin-bottom: 0;
}

.container {
	max-width: 1200px;
}


/* TITLES - H1 TO H6 Style */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Assistant', sans-serif;
	font-weight: 700;
	margin-bottom: 0;
}

h1 {
	/*font-size: 35px;
	color: #fff;*/
}

h2 {
	font-size: 42px;
	color: #3146a1;
}

h2 span.subtitle{
	font-size: 28px;
	color: #3146a1;
}

h2.txt-white {
	color: #fff;
}

h3 {
	font-size: 36px;
	color: #fff;
}

a {
	transition: 0.5s ease;
}

a:hover{
	text-decoration: none;
}


/**************************  FIXED WHATSAPP BUTTON  ******************************/


.db-whatsapp-support {
    position: fixed;
    right: 90px;
    bottom: 28px;
    z-index: 99999;
}

.db-whatsapp-support .btn-success {
	font-size: 22px;
    background-color: #0d9f47;
    border: none;
    border-radius: 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Assistant', sans-serif;
    padding: 6px 24px;
}

.db-whatsapp-support .fa {
	font-size: 22px;
	margin-left: 5px;
}

.db-whatsapp-support .btn-success:hover {
	border: none;
}

.db-whatsapp-support .btn-success:focus {
	outline: none;
	box-shadow: none;
}

/**************************  HEADER  ******************************/

header {
	background-color: #3146a1;
	padding: 30px 0 0 0;
}

.center-block {
	display: flex;
  	justify-content: center;
}

.logo-section-wrapper {
	padding: 15px 0 0 0;
}

.log-reg-wrap {
	margin: 10px 0 0 0;
}

.log-reg-wrap ul {
	margin-bottom: 0;
}

.log-reg-wrap ul li a {
	font-size: 16px;
	font-family: 'Assistant', sans-serif;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}

.log-reg-wrap ul li {
	position: relative;
}

.log-reg-wrap ul li:before {
    content: " / ";
    position: absolute;
    right: -10px;
    top: 5px;
    color: #fff;
    font-size: 14px;
}

.log-reg-wrap ul li:last-child:before {
    content: " ";
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.has-search .form-control {
	width: 80%;
	text-align: left;
	background-color: #5A6BB4;
	border: none;
	font-size: 16px;
  	font-weight: 400;
	color: #aaa;
	height: auto;
}

.has-search .form-control:focus {
	background: #5A6BB4;
	box-shadow: none;
}

.has-search.form-group {
	margin-bottom: 0;
	margin-top: 7px;
}

.has-search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-align: left !important;
  font-family: 'Assistant', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #aaa;
}

.has-search ::-moz-placeholder { /* Firefox 19+ */
  text-align: left !important;
  font-family: 'Assistant', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #aaa;
}

.has-search :-ms-input-placeholder { /* IE 10+ */
  text-align: left !important;
  font-family: 'Assistant', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #aaa;
}

.has-search :-moz-placeholder { /* Firefox 18- */
  text-align: left !important;
  font-family: 'Assistant', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #aaa;
}

/**************************  NAVIGATION  ******************************/
.navbar {
	background-color: #3146a1;
	padding-top: 28px;
	padding-bottom: 20px;
	display: flex;

}

.navbar .navbar-nav{
	display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.navbar .nav-item {
	/*padding: 0 10px;*/
	position: relative;
}

.navbar .nav-item .nav-link {
	font-family: 'Assistant', sans-serif; 
	font-size: 15px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	border-top: 4px solid #3146a1;
	padding: 10px 27px;
	letter-spacing: 0.5px;
	transition: .4s
}

.navbar .nav-item .nav-link:first-child {
	padding-left: 0;
}

.navbar .nav-item .nav-link:hover {
	/*border-top: 4px solid #ffffff;*/
}

.navbar .nav-item.active .nav-link {
	/*border-top: 4px solid #ffffff;*/
	color: #999;
}

.navbar .nav-item .nav-link .icon-nav {
	margin-left: 10px;
}

.navbar .nav-item .nav-link .icon-arrow {
	margin-right: 10px;
}


.navbar .nav-item .nav-link .fa {
	font-size: 16px;
	vertical-align: middle;
}

.navbar .nav-item:hover .dropdown-menu {
	display: block;
}


.dropdown-menu {
    width: auto;
    display: none;
    top: auto;
    left: 70px;
    margin-left: -74.8594px;
    margin-top: 0px;
    min-width: 14em;
    max-width: 1000px;
    background-color: #fff;
    border-radius: 6px;
}

.dropdown-menu li:first-child s {
	border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.dropdown-menu li a {
    font-family: "Assistant","Assistant",sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #3146a1 !important;
    text-transform: uppercase;
}

.dropdown-menu li a .fa {
	margin-right: 8px;
	font-weight: 700;
	font-size: 18px;	
}

.dropdown-menu li a:hover{
    /*background-color: #55595c;
    color: #fff !important;*/
    background-color: #e6e6e6;
    color: #3146a1 !important;
}

/*.dropdown-menu li a:hover {
    background-color: #55595c;
    color: #fff !important;
}*/
.dropdown-item.active, .dropdown-item:active {
	/*background-color: #55595c;
    color: #fff !important;*/
    background-color: #e6e6e6;
    color: #3146a1 !important;
}

/************************ Navmenu icon for Responsive Mode *****************************/
.navbar-toggler {
    padding: .25rem .25rem;
}

.navbar-toggler .navbar-toggler-icon {
    width: 30px;
    height: 30px;
    display: block;
    background-size:contain;
    float: right;
}
.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon {
	background-image: url(../assets/images/close.svg);
}

.navbar-toggler[aria-expanded='false'] .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2849, 70, 160, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-toggler {
     color: #3146a1; 
     background-color: #fff;
}
.navbar-toggler[aria-expanded='true'] {
	color: #fff; 
    background-color: transparent;
}

.lbl-menu {
	float: left;
	padding-top: 8px;
}
/**************************  Site Social Blocks Section  ******************************/
.site-soc-blocks {
	background: url(../assets/images/party-people.png) no-repeat center top;
	background-size: cover;
	padding: 25px 0 100px 0;
}

.robot-for-insta {
	background: url(../assets/images/mblock-img1.png) no-repeat left top;
	background-size: cover;
	min-height: 365px;
	padding-top: 80px;
	border-radius: 4px;

}

.boost-to-insta {
	background: url(../assets/images/mblock-img2.png) no-repeat left top;
	background-size: cover;
	height: 175px;
	padding-top: 19px;
	border-radius: 4px;

}

.boost-to-fb {
	background: url(../assets/images/mblock-img5.png) no-repeat center center;
    background-size: cover;
    min-height: 359px;
    padding-top: 80px;
    border-radius: 4px;
}

.boost-to-youtube {
	    background: url(../assets/images/mblock-img6.png) no-repeat center center;
    background-size: cover;
    min-height: 359px;
    padding-top: 80px;
    border-radius: 4px;
}

/** STYLE ADD 12/01/21 ***/
.boost-to-tiktok {
	background: url(../assets/images/mblock-img7.png) no-repeat center center;
    background-size: cover;
    min-height: 359px;
    padding-top: 80px;
    border-radius: 4px;
}
.boost-to-picture {
	background: url(../assets/images/mblock-img3.png) no-repeat left top;
	background-size: cover;
	height: 175px;
    padding-top: 20px;
	border-radius: 4px;
}
.boost-to-likes {
	background: url(../assets/images/mblock-img4.png) no-repeat left top;
	background-size: cover;
	    height: 175px;
    padding-top: 20px;
	border-radius: 4px;
}
.soc-block1 {
	margin-top: 13px;
}
/** STYLE ADD 12/01/21 ***/



.soc-block {
	margin-top: 25px;
}

.soc-block-wrap .fa{
	color: #fff;
	font-size: 48px;
	font-weight: 400;
}

.soc-block-wrap h4{
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	font-family: 'Varela Round', sans-serif; 
	margin: 8px 0;
	text-transform: uppercase;
}

.soc-block-wrap .btn-light {
	color: #c52f96;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 700;
	font-family: 'Varela Round', sans-serif;
	text-transform: uppercase;
}

.soc-block-wrap .btn-light:hover {
	color: #c32f94;
	/*border: 4px solid #fff;
	background-color: transparent;*/
}

/**************************  Site Intro Section  ******************************/
.site-intro {
	padding: 50px 0 50px 0;
}

.site-intro h2 {
	font-family: 'Assistant', sans-serif;
	font-weight: 700;
	color: #3146a1;
	font-size: 42px;
	margin-bottom: 5px;
}

.site-intro p {
	font-family: 'Assistant', sans-serif;
	font-weight: 600;
	color: #3146a1;
	font-size: 20px;
}

/**************************  Promotional Video Section  ******************************/
.promotion {
	padding: 85px 0 85px 0;
}

.p-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 0;
    background-color: #000;
}
.v-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #ff0000;
	background-image: url(../assets/images/monkey.jpg);
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%;
}

.custom-embed-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.custom-embed-play i {
    font-size: 100px;
    color: #fff;
    opacity: .8;
    text-shadow: 1px 0 6px rgba(0,0,0,.3);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.promotion h2 {
	font-family: 'Assistant', sans-serif;
	font-weight: 700;
	color: #3146a1;
	font-size: 42px;
	padding-bottom: 35px;
	display: inline-block;
	display: flex;
    flex-direction: column;
    text-align: left;
}

.promotion h2:after {
    content: '';
    border-bottom: 4px solid #3146a1;
    padding-top: 22px;
    width: 130px;
   /* margin: 0 auto;*/
}
/* style add: 11/01/21 */
.promotion p {
	text-align: left;
}

.embed-responsive {
	border-radius: 12px;
}
/**************************  Why-choose-us Section  ******************************/

.Why-choose-us {
	padding: 80px 0 48px 0;
}

.Why-choose-us h2 {
	font-family: 'Assistant', sans-serif;
	font-weight: 700;
	color: #3146a1;
	font-size: 42px;
	padding-bottom: 35px;
	display: inline-block;
	display: flex;
    flex-direction: column;
}

.Why-choose-us h2:after {
    content: '';
    border-bottom: 4px solid #3146a1;
    padding-top: 22px;
    width: 172px;
    margin: 0 auto;
}

.Why-choose-us .card {
	/*padding: 40px 5px 30px 5px;*/
    min-height: 215px;
    padding-top: 22px !important;
    padding: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.2) !important;
    border: none;
}

.Why-choose-us .px-custom{
	padding-left: 7.5px;
	padding-right: 7.5px;
}

/* ADD STYLE 11-01-21*/
.Why-choose-us .mb-home-20 {
	margin-bottom: 15px;
}

.Why-choose-us .card .fa {
	font-size: 62px;
	color: #3146a1;
	font-weight: 700;
	margin-bottom: 15px;
}

.Why-choose-us .card h5{
	font-family: 'Varela Round', sans-serif; 
	font-size: 22px;
	font-weight: 700;
	color: #333;
	margin-top: 11px;
}

.Why-choose-us .card p{
	font-family: 'Varela Round', sans-serif; 
	font-size: 14px;
	font-weight: 400;
	color: #333;
}

.Why-choose-us .card .card-body {
	padding: 0;
}

.Why-choose-us .icon {
	width: auto;
	height: auto;
}

/**************************  TESTIMONIAL Section  ******************************/
.testimonial {
	padding: 0px 0 52px 0;
}
.testimonial .carousel-indicators li {
    background-color: #000;
    border-radius: 50% !important;
    width: 6px;
    height: 6px;
    opacity: 0.2;
}

.testimonial .carousel-indicators li.active {
	opacity: 1;
}

.testimonial .card{    
    border: 1px solid #e1e8ed;
}

.testimonial .card h6{    
    color: #1c2022;
    font-family: 'Assistant', sans-serif;
	font-weight: 700;
	font-size: 14px;
	margin-top: 3px;
}

.testimonial .card p{    
    color: #1c2022;
    font-family: 'Assistant', sans-serif;
	font-weight: 400;
	/*font-size: 14px;*/
	font-size: 16px;
	margin-bottom: 0;
}

/* Style add: 11-01-21 */
.testimonial.home-testimonial .card{    
    border: 1px solid #e6e6e6;
    background-color: #e6e6e6 !important;
    position: relative;
    padding: 60px 0 100px 0;
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,.3) !important;
    margin-bottom: 12px;
}

.testimonial.home-testimonial .card .icon img {
	position: absolute;
    top: -33px;
    left: 41%;
    width: 72px;
    height: 72px;
}


.testimonial.home-testimonial .mt-img {
	margin: 25px 0 20px 0;
}

.testimonial.home-testimonial .card h5.card-title {
	font-weight: normal;
	font-size: 24px;
}

.testimonial.home-testimonial h2 {
	font-family: 'Assistant', sans-serif;
	font-weight: 700;
	color: #3146a1;
	font-size: 42px;
	padding-bottom: 35px;
	display: inline-block;
	display: flex;
    flex-direction: column;
    margin-bottom: 32px;
}
.testimonial.home-testimonial h2:after {
    content: '';
    border-bottom: 4px solid #3146a1;
    padding-top: 22px;
    width: 172px;
    margin: 0 auto;
}
.testimonial.home-testimonial .carousel-control-next, 
.testimonial.home-testimonial .carousel-control-prev {
	top: 30%;
	color: #3146a1 !important;
	width: 9% !important;
}
.testimonial.home-testimonial .carousel-control-prev {
    left: -20px;

}
.testimonial.home-testimonial .carousel-control-next {
    right: -20px;
}
.testimonial.home-testimonial .carousel-control-next .fa,
.testimonial.home-testimonial .carousel-control-prev .fa {
	font-size: 40px;
}

.testimonial.home-testimonial .slick-slide img {
	margin: 0 auto;
}
.testimonial.home-testimonial .slick-list {
	padding-top: 40px;
}
#db-testimonial .slick-dots li {
	margin:0 !important;
}
#db-testimonial .slick-dots li button:before {
	font-size: 10px !important;
	color: #3146a1 !important;
}
#db-testimonial .slick-dots {
	bottom: -34px !important;
}
#db-from-press .slick-dots li {
    margin: -3px !important;
}
.from-the-press .slick-dots li.slick-active button:before{
	color: #fff !important;
}

/* Style add: 11-01-21 */




.checked {
  color: orange;
}
.testimonial .card .card-body {
	padding: 10px 10px;
}

.client-content-wrap {
	padding-left: 10px;
}

.client-content-wrap .fa {
    font-size: 15px;
    width: 10px;
}

.client-avatar-ttl-wrap  {
    border-bottom: 1px solid #e1e8ed;
    padding: 15px 15px 3px 15px;
}

.client-avatar-ttl-wrap img {
    width: 35px;
    height: 35px;	
}

.testimonial .carousel-indicators {
	bottom: -55px;
}


/**************************  have-questions Section  ******************************/

.w-custom {
	width: 70%;
}

/*.que-form-wrap {
	display: flex;
    align-items: center;
    flex-direction: column;
}*/

.que-form-wrap .form-control {
	width: 25%;
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,.4) !important;
}

.que-form-wrap .btn-success {
	width: 21%;
	/*background: #c52e59;*/
	background: #c52f96;
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,.4) !important;
	border: none;
	font-size: 16px;
	font-family: 'Assistant', sans-serif;
	font-weight: 400;
}

.que-form-wrap .btn-success:focus,
.que-form-wrap .btn-success:hover {
	outline: none;
	box-shadow: none;
}

.have-questions {
	/*background: url(../assets/images/Homepage-bg-blue-design.jpg) no-repeat center center;*/
	background: #3246a2;
	background-size: cover;
	padding: 60px 0 35px 0;
}

.have-questions h5 {
	font-family: 'Assistant', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 26px;
	margin-bottom: 25px;
}

.have-questions p {
	font-family: 'Assistant', sans-serif;
	font-weight: 500;
	color: #fff;
	font-size: 22px;
	line-height: 28px;
}

.have-questions h3.mt-80 {
	margin-top: 80px;
}

/**************************  Why With Us Section  ******************************/
.bg-pink {
	background: #c52e59;
}

.why-us {
	padding: 60px 0 90px 0;
}

.why-us h2 {
	font-family: 'Assistant', sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 32px;
	margin-bottom: 40px;
}

.why-us p {
	font-family: 'Assistant', sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 18px;
}

/************************** From the press  ******************************/
.from-the-press {
	background: #2956b4;
	padding: 25px 0 100px 0;
}

.from-the-press h2 {
	font-family: 'Assistant', sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 42px;
	margin-bottom: 20px;
	display: flex;
    flex-direction: column;
}
.from-the-press h2:after {
    content: '';
    border-bottom: 4px solid #fff;
    padding-top: 22px;
    width: 100px;
    margin: 0 auto;
}

.from-the-press .col-md-3{
  display: inline-block;
  margin-left:-15px;
}

.from-the-press .col-md-3 img{
  width:100%;
  height:auto;
  border-radius: 8px;
}

.from-the-press .carousel-indicators {
	bottom: -48px;
}

.from-the-press .carousel-indicators li{
  	background-color: #000;
  	border-radius: 50% !important;
    width: 6px;
    height: 6px;
    opacity: 0.2;
    margin-left: 6px;
    margin-right: 6px;
}

.from-the-press .carousel-indicators li.active{
  background-color: #fff;
  opacity: 1;
}

/************************** BLOG  ******************************/
.db-blog {
	padding: 30px 0 100px 0;
}

.db-blog h2 {
	font-family: 'Assistant', sans-serif;
	font-weight: 700;
	color: #3146a1;
	font-size: 42px;
	margin-bottom: 50px;
	display: flex;
    flex-direction: column;
}
.db-blog h2:after {
    content: '';
    border-bottom: 4px solid #3146a1;
    padding-top: 8px;
    width: 100px;
    margin: 0 auto;
}

.db-blog h6 {
    font-family: 'Assistant', sans-serif;
    font-weight: 700;
    color: #3146a1;
    font-size: 21px;
    margin-bottom: 25px;
    text-transform: uppercase;
    text-align: center;
}

.db-blog h6 a{
	/*color: #3146a1;*/
	color: #000;
	text-align: center;
}

.db-blog .blog-post .content{
	padding: 0 30px 20px 30px;
}

.blog-post {
	/*box-shadow: 0 .2rem 0.4rem rgba(0,0,0,.1)!important;
	border-radius: 2px;*/
	box-shadow: 0 .4rem 0.4rem rgba(0,0,0,.2)!important;
	border-radius: 10px;
}


.db-blog p {
	font-family: 'Assistant', sans-serif;
	font-weight: 400;
	/*color: #3146a1;*/
	font-size: 14px;
	text-align: center;
	color: #000;
}

.db-blog img {
	height: 212px;
	width: 100%;
	margin-bottom: 40px;
	border-radius: 2px;
}

.db-blog a.read-more {
	color: #3146a1;
	text-transform: uppercase;
	font-family: 'Assistant', sans-serif;
	font-weight: 700;
	font-size: 14px;
	margin-top: 25px;
	/*display: block;*/
	text-align: center;
    color: #fff;
    background: #3146a1;
    padding: 10px 25px;
    border-radius: 22px;
    display: inline-block;
}

/************************** FOOTER  ******************************/
footer {
	background: #3146a1;
	padding: 30px 0 80px 0;
}

/*.ftr-widget {
	margin-bottom: 10px;
}*/


footer p {
	font-family: 'Assistant', sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 16px;
}

footer p.font-large {
	font-size: 24px;
}

.ftr-social {
	margin-top: 15px;
}

.pt-25 {
	padding-top: 25px;
}

footer .fa {
	color: #fff;
	font-size: 26px;
}

footer ul li a {
	font-family: 'Assistant', sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}

footer ul li.active a {
	color: #999;
}

footer ul li a:hover {
	color: #c52e59;
}

.lh-24 {
	line-height: 24px;
}

.ftr-ratings p {
	font-family: 'Assistant', sans-serif;
	font-weight: 400;
	color: #7a7a7a;
	font-size: 16px;
}

/************************* ABOUT US PAGE **************************/
.about {
	background: #b9b9b9;
	padding: 50px 0;
}
.about h1 {
	font-family: 'Assistant', sans-serif;
	font-weight: 800;
	color: #3146a1;
	font-size: 72px;
	text-transform: lowercase;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.about h1:after {
    content: '';
    border-bottom: 4px solid #3146a1;
    width: 65px;
    margin: 0 auto 0 auto;
}

.about p {
	font-family: 'Assistant', sans-serif;
	font-weight: 400;
	color: #3146a1;
	font-size: 16px;
	line-height: 32px;
}


.about-image-wrap {
	padding: 420px 0 130px 0;
}
.about-wrap {
	padding: 30px 35px 90px 35px;
	border-radius: 10px;
	width: 80%;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 .3rem 0.4rem rgba(0,0,0,.5);
}


/************************* CONTACT PAGE **************************/

.db-contact h1 {
	font-family: 'Assistant', sans-serif;
	font-weight: 800;
	color: #3146a1;
	font-size: 52px;
	text-transform: lowercase;
	margin-bottom: 25px;
	line-height: 72px;
}

.db-contact p {
	font-family: 'Assistant', sans-serif;
	font-weight: 700;
	color: #3146a1;
	font-size: 18px;
	line-height: 25px;
}

.bg-white-pos-abs {
	background-color: #fff;
    padding: 45px 60px 0 60px;
    position: absolute;
    width: 75%;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
}

.bg-blue-pos-rel {
    position: relative;
    height: 0;
    background: #3146a1;
}

.contact-details {
	padding-top: 216px;
}

.bg-blue-block {
	padding: 20px 10px 42px 10px;
	border-radius: 6px;
	background-color: #3146a1;
	    min-height: 468px;
}

.bg-green-block {
	padding: 50px 10px 42px 10px;
	border-radius: 6px;
	background-color: #009245;
}

.bg-blue-block p,
.bg-green-block p {
	font-family: 'Assistant', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 18px;
}

.bg-blue-block p a {
	color: #fff;
}

.m-text-address {
	margin-top: 20px;
}

.bg-blue-block p.font-large {
	font-family: 'Assistant', sans-serif;
	font-weight: 400;
	color: #fff;
	/*font-size: 40px;*/
	font-size: 32px;
}

.bg-blue-block p.mailto-txt {
	font-size: 28px;
}

.bg-green-block p.font-large {
	font-family: 'Assistant', sans-serif;
	font-weight: 600;
	color: #fff;
	font-size: 50px;
}

.bg-blue-block {
	
}

.bg-green-block .fa {
	font-size: 75px;
	color: #fff;
	margin: 55px 0 35px 0;
}

.bg-blue-block .fa {
	color: #fff;
	font-size: 26px;
}

.bg-blue-block .cnt-social {
	margin-top: 24px;
}

.m-top-phone {
	margin: 25px 0 30px 0;
}

.m-text {
	margin: 35px 0 10px 0;
}

.db-contactfrom {
	padding: 30px 0 175px 0;
}

.db-contactfrom .c-form-wrap {
	min-height: 435px;
	padding: 20px 0 35px 0;
}

.db-contactfrom .w-60 {
	width: 60%;
}

.db-contactfrom h5 {
	margin-bottom: 20px; 
	font-family: 'Assistant', sans-serif;
	font-weight: 400;
	color: #4054b2;
	font-size: 32px;
}


.db-contactfrom p.text-right {
	float: right;
}

.db-contactfrom .form-group { 
	margin-bottom: 15px;
}

.db-contactfrom textarea.form-control {
	resize: none;
}

.db-contactfrom .form-control {
	border-radius: 8px;
    box-shadow: 0 2px 6px -2px rgba(0,0,0,.25) !important;
    border: none;
    text-align: center;
    font-family: 'Assistant', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #999 !important;
    padding: 8px 5px !important;
    letter-spacing: 0.1px;
}

.btn-info-wrap {
	margin-top:	20px;
}

.db-contactfrom .btn-primary {
	float: left;
	background-color: #3146a1;
	color: #fff;
	font-family: 'Assistant', sans-serif;
	font-size: 18px;
	font-weight: 400;
	border-radius: 30px;
	padding: 8px 30px;
	border: none;
}

.c-form-wrap {
	background: #fff;
	box-shadow: 0px 11px 29px 5px rgba(0,0,0,.2);
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    border-radius: 8px;
}

p.req-text {
	color: #333333;
	font-family: 'Assistant', sans-serif;
	font-size: 16px;
	font-weight: 600;
}

.db-contactfrom ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-align: center !important;
  font-family: 'Assistant', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #999;
  letter-spacing: 0.1px;
}

.db-contactfrom ::-moz-placeholder { /* Firefox 19+ */
  text-align: center !important;
  font-family: 'Assistant', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #999;
  letter-spacing: 0.1px;
}

.db-contactfrom :-ms-input-placeholder { /* IE 10+ */
  text-align: center !important;
  font-family: 'Assistant', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #999;
  letter-spacing: 0.1px;
}

.db-contactfrom :-moz-placeholder { /* Firefox 18- */
  text-align: center !important;
  font-family: 'Assistant', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #999;
  letter-spacing: 0.1px;
}


/************************* BLOG PAGE **************************/
.pg-blog h1 {
	font-family: 'Assistant', sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 60px;
	margin-bottom: 25px;
	line-height: 1;
}

.pg-blog .bg-white-pos-abs {
	padding: 20px 10px 40px 10px;
}


form.form-search input[type=text] {
  padding: 10px;
  font-size: 17px;
  float: left;
  width: 90%;
  background: #f1f1f1;
  border:none;
}

form.form-search input[type=text]:focus {
	outline: none;
}

form.form-search button {
  width: 5%;
  border-radius: 0 3px 3px 0;
  padding: 10px;
  background: #4054b2;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
  float: right;
}

form.form-search button:hover {
  background: #4054b2;
}

form.form-search::after {
  content: "";
  clear: both;
  display: table;
}

.pg-blog .bg-white-pos-abs {
	/*box-shadow: 0px 11px 29px 5px rgba(0,0,0,.2);*/
}

.blog-page-blogs-wrap {
	width: 95%;
}

.blog-page-blogs-wrap .blog-post {
	margin-top: 30px;
}

.page-blog .container {
    max-width: 1011px;
    box-shadow: 0px 11px 29px 5px rgba(0,0,0,.2);
    padding-bottom: 25px;
}


.page-item.active .page-link {
    z-index: 3;
    color: #00ce1b;
    background-color: transparent;
    border-color: transparent;
}

.page-link {
    color: #3146a1;
    font-size: 16px;
    border: none;
    padding: .5rem .50rem;
    font-family: 'Assistant', sans-serif;
	font-weight: 400;
	background-color: transparent;
	border-color: transparent;
}

.db-blog.page-blog {
	padding-bottom: 50px;
}



/************************* BUY FB VIDEO VIEWS **************************/
.buy-fb-video-views-site-intro {
	background: url('../assets/images/background-gradient.png');
	background-color: #fff;
	position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 0 45px;
	-webkit-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
	-moz-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
	-ms-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
	-o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
}

.section-background-overlay   {
	background-color: transparent;
    background-image: linear-gradient(180deg,#3146a1 0%,rgba(242,41,91,0) 18%);
    opacity: 1;
    -webkit-transition: background .3s,border-radius .3s,opacity .3s;
    -moz-transition: background .3s,border-radius .3s,opacity .3s;
    -ms-transition: background .3s,border-radius .3s,opacity .3s;
    -o-transition: background .3s,border-radius .3s,opacity .3s;
    transition: background .3s,border-radius .3s,opacity .3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.boost-plan-pack-single-block-wrap {
	padding-top: 115px;
}
.boost-plan-pack-block .card img{
	margin-bottom: 8px;
}
.buy-fb-video-views-site-intro h1 {
    font-family: 'Assistant', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 40px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}
.buy-fb-video-views-site-intro h1:before {
    content: '';
    border-bottom: 6px solid #fff;
    width: 130px;
    margin: 0 auto;
}
.buy-fb-video-views-site-intro p{
    color: #d3d3d3;
    font-family: 'Assistant', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
}


.boost-plan-pack-block {
    /*width: 350px;*/
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.more-products .boost-plan-pack-block {
	width: auto;
	margin-bottom: 30px;
}

.boost-plan-pack-block>div:first-child {
    margin: 0 auto;
    background: #f2f2f2;
    padding: 20px 0;
    border-radius: 5px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.3);
    position: relative;
    min-height: 397px;
}

.boost-plan-pack-block .card h2 {
	font-family: 'Assistant', sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 20px;
    color: #000;
    margin: 0;
    text-transform: uppercase;
}

.boost-plan-pack-block .card h2 a {
	color: #000;
}

.block-inner-pos-relative {
    position: relative;
}

.boost-plan-pack-block .block-inner-pos-relative:before {
    content: "lorem ipsum dolor sit amet";
    position: absolute;
    top: 70px;
    font-size: 14px;
    /*width: 240px;*/
    left: 80px;
}


.range-wrap {
  position: relative;
}
.range {
  width: 100%;
}


#output-val
 {
    padding: 5px 20px;
    margin-top: 20px;
    display: inline-block;
    border-radius: 25px;
    text-align: center;
    background: #6f3c83;
    color: #fff;
    font-size: 20px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.44);
    letter-spacing: .5px;
    font-family: 'Assistant',sans-serif;
    position: absolute;
    left: 7px;
    top: 0;
    width: 110px;
    transition: .1s linear all;
}
#output-val:after {
    content: '';
    border-top: 12.5px solid transparent;
    border-right: 25px solid #6f3c83;
    border-bottom: 12.5px solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
    transform: rotate(-90deg);
    z-index: 0;
}

input[type=range] {
    margin: 95px 0 0;
    position: relative;
    z-index: 1999;
    height: 40px;
    touch-action: none;
    background: 0 0;
    -webkit-appearance: none;
    /*width: 240px;*/
    width: 70%;
    writing-mode: unset !important;
    background:url('../assets/images/range-bg.png');
    background-size: cover;
    opacity: 1;
    /*background: rgb(17,0,36);
    background: linear-gradient(90deg, rgba(17,0,36,1) 0%, rgba(98,0,255,0.9920343137254902) 0%, rgba(121,9,98,1) 65%);*/
    padding: 0 !important;
    border-radius: 20px;
    border: 1px solid #000;
}

input[type=range]:before {
    content: '';
    width: 0;
    height: 0;
    /*right to left*/
    /*border-top: 7px solid transparent;*/
    /*border-bottom: 7px solid transparent;*/
    /*border-right: 10px solid #fff;*/
    
    /*left to right*/
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #fff;
  
    position: absolute;
    left: 8px;
    /*right: 8px;*/
    top: 13px;
    z-index: -99;
    /*For arrow left to right....*/
    transform: rotate(-180deg);
     -webkit-transform: rotate(-180deg);
  	-moz-transform: rotate(-180deg);
  	-ms-transform: rotate(-180deg);
  	-o-transform: rotate(-180deg);
}

input[type=range]:after {
    content: '';
    height: 4px;
    width: 90%;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 18px;
    z-index: -99;
    border-radius: 5px;
}

.sale20 {
    background: #c52e59;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    display: none;
    margin-top: -35px;
    padding: 5px;
    border: 1px solid #fff;
    box-shadow: 0 0 0 3px #c52e59;
    border-radius: 50px;
    bottom: -65px;
    line-height: 17px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 12px;
    z-index: 2;
}
.sale20 span {
	display: block;
	font-size: 11px;
}
.buy {
    border: 0;
    padding: 5px 20px;
    margin-top: 80px;
    display: inline-block;
    text-align: center;
    background: #c52e59;
    color: #fff;
    font-size: 20px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.44);
    letter-spacing: 2.5px;
    cursor: pointer;
    font-family: 'Assistant',sans-serif;
    border-radius: 25px;
    outline: 0;
}

button.buy:hover,
button.buy:focus {
	outline: none;
}

.read-more-plan {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #c52e59;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    color: #fff;
    font-weight: 300;
    cursor: pointer;
}

.read-more-plan .fa {
	vertical-align: top;
}
.canvas {
    background-size: cover;
    width: 60px;
    height: 40px;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
    opacity: 0;
}


.rangeslidecontainer {
  /*width: 100%;*/
}

.rangeslider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.rangeslider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 37px;
  height: 38px;
  border: 0;
  background: url('../assets/images/slider-icon.png');
  cursor: pointer;
  z-index: 1;
}

.rangeslider::-moz-range-thumb {
  width: 37px;
  height: 38px;
  border: 0;
  background: url('../assets/images/slider-icon.png');
  cursor: pointer;
  z-index: 1;
}

.more-products {
	background-color: #d7dbdd;
	padding-top: 30px;
	padding-bottom: 15px;
}

.more-products.background-white{
	background-color: #fff;
}

.more-products h2 {
	margin-bottom: 15px;
}

.curve-shape-bottom {
    bottom: -1px;
}
.curve-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
}
.curve-shape-bottom svg {
    height: 190px;
}

.curve-shape svg {
    display: block;
    position: relative;
    left: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(150% + 1.3px);
    heigh:190px;
}
.curve-shape .shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.fb-video-views.Why-choose-us {
	padding-top: 25px;
	padding-bottom: 25px;
}
.popup {
	text-align: center;
    /*background: rgba(0,0,0,.3);
    position: fixed;
    top: 0;
    z-index: 999;
    right: 0;
    left: 0;
    box-shadow: -1px 8px 14px 4px rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    padding-top: 5%;
    overflow-y: auto;*/
}
.modal-bg-white {
	background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.5);
    max-width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 0 0 20px;
}
[class*=step] {
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.5);
    max-width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 0 0 20px;
}
.popup_content {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 20px 10px;
    max-width: 100%;
}
.popup_title {
    color: #fff;
    padding: 25px 0 30px;
    margin-bottom: 20px;
    background-image: linear-gradient(to right,#3146a1,#c42e59);
    border-radius: 10px 10px 0 0;
}
.popup_title h4 {
	font-size: 24px;
    color: #fff;
    font-weight: 600;
    font-family: 'Assistant',sans-serif;
}
.totals p{
    font-size: 16px;
    font-weight: 400;
    color: #fff;  
    font-family: 'Assistant',sans-serif;  
}
[data-result] {
    margin-bottom: 15px;
    font-weight: 700;
    /* color: red; */
}

.close {
    position: absolute;
    top: 25px;
    right: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #3146a1 !important;
    font-family: 'Assistant',sans-serif; 
    border-radius: 50%;
    color: #fff  !important;
    opacity: 1;
    cursor: pointer;
    box-shadow: 0 1.4px 5px 0 rgba(0,0,0,.5);
    text-shadow: 0 2px 1px #000;
}

input[name=userData], input[name=userDataAuto], input[name=userPhone] {
    padding: 10px 0;
    text-align: center;
    width: 300px;
    border-radius: 25px;
    border: 1px solid #fff;
    box-shadow: 0 1.4px 5px 0 rgba(0,0,0,.5);
    margin: 0 auto;
    max-width: 100%;
}

input[name=userData]::-webkit-input-placeholder {
	font-weight: 700;
    font-family: 'Assistant',sans-serif; 
    font-size: 16px;
}

input[name=userData]::-moz-input-placeholder {
	font-weight: 700;
    font-family: 'Assistant',sans-serif; 
    font-size: 16px;
}
input[name=userData]::-ms-input-placeholder {
	font-weight: 700;
    font-family: 'Assistant',sans-serif; 
    font-size: 16px;
}
input[name=userData]::-moz-input-placeholder {
	font-weight: 700;
    font-family: 'Assistant',sans-serif; 
    font-size: 16px;
}


.btnPopup {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}
.btnPopup button {
    padding: 10px 25px;
    border-radius: 25px;
    border: 1px solid #efefef;
    font-family: inherit;
    color: #fff;
    font-weight: 600;
    font-family: 'Assistant',sans-serif; 
    font-size: 16px;
    box-shadow: 0 1.4px 5px 0 rgba(0,0,0,.5);
    cursor: pointer;
    width: auto;
    max-width: 100%;
}
.btnPopup button.buyit {
    background: #3246a1;
}

.modal-body {
	padding: 0;
	border: none;
}

.modal-lg {
    max-width: 600px;
}


/************************* BOOST TO FACEBOOK **************************/
.buy-fb-video-views-site-intro.fb-boost-main-pg {
	height: 310px;
}

.fb-boost-main-pg .section-background-overlay {
	padding-top: 100px;
}

.fb-boost-main-pg h1 {
	font-size: 32px;
	margin-bottom: 15px;
}

.fb-boost-main-pg h1:before{
	border: none;
}

.fb-boost-main-pg p {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

#breadcrumbs {
    background: #6e7dbd;
    padding: 2px 15px;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 300;
    width: 302px;
    margin: 0 auto;
    font-family: 'Assistant',sans-serif; 
}

#breadcrumbs> a {
	font-size: 18px;
    color: #fff;
    font-family: 'Assistant',sans-serif; 
    font-weight: 300;
    text-transform: uppercase;
}

/************************* REGISTRATION PAGE **************************/
.db-register {
	background: url('../assets/images/bg_pink.png');
	-webkit-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 25px 0;
}

.db-register h1 {
	font-size: 18px;
    color: #fff;
    font-family: 'Assistant',sans-serif; 
    font-weight: 700;
    margin: 5px 0 35px 0;
}

.registration-wrap {
	background-color: rgba(0,0,0,.25);
	border-radius: 15px;
	padding: 10px;
	max-width: 800px;
	margin: 0 auto;
}

.login-pwd-wrap {
	font-size: 16px;
    color: #fff;
    font-family: 'Assistant',sans-serif; 
    font-weight: 700;
    text-transform: uppercase;
}

.login-pwd-wrap a{
	color: #fff;
}
 
.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.db-register-form {
    padding-bottom: 50px;
}

.db-register-form input {
	background: transparent;
	border-radius: 0;
    border: 0;
    text-align: center;
    border-bottom: 2px solid rgba(255,255,255,.5);
    font-family: Assistant,sans-serif;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.db-register-form input:focus {
	background-color: transparent;
	border-radius: 0;
    border: 0;
    border-bottom: 2px solid rgba(255,255,255,.5);
    outline: none;
    box-shadow: none;
}

.db-register-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
    text-align: center;
}
.db-register-form ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  text-align: center;
}

.db-register-form :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  text-align: center;
}

.db-register-form :-moz-placeholder { /* Firefox 18- */
  color: #fff;
  text-align: center;
}

.db-register-form .form-check {
	margin: 10px 0;
    display: block;
    width: 100%;
    text-align: right;
}

.db-register-form .form-check-label {
	font-family: Assistant,sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}

.db-register-form .form-check-input {
	margin-left: -1rem;
}

.db-register-form .form-check-label span.txt-red {
	color: #f00;
}

.db-register-form .btn-light {
    margin: 0 auto !important;
    display: flex;
    color: #c52d59 !important;
    font-family: Assistant,sans-serif;
    background: #fff !important;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 35px !important;
}

/************************* ROBOT FOR INSTAGRAM PAGE **************************/
.r-f-insta-user-info {
	background: url('../assets/images/raining-hearts-bg.png') no-repeat left top;
	background-size: cover;
	padding: 25px 0 0;
	position: relative;
}

.mobile-wrap {
	background: url('../assets/images/mobile2.png') no-repeat bottom center;
	height: 500px;
	position: relative;
    background-size: contain;
}
.phoneImg {
	position: absolute;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 115px;	
}
.heart {
    position: absolute;
    top: 220px;
    margin: 0 auto !important;
    left: 0;
    right: 0;
    -webkit-animation: scaling 1.5s infinite ease;
    -moz-animation: scaling 1.5s infinite ease;
    -ms-animation: scaling 1.5s infinite ease;
    -o-animation: scaling 1.5s infinite ease;
    animation: scaling 1.5s infinite ease;
}

.r-f-insta-info-wrap h1 {
	font-family: Assistant,sans-serif;
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 80px;
}

.r-f-insta-info-wrap p {
	font-family: Assistant,sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 70px;
    line-height: 23px;
}
.btn-enroll {
	font-family: Assistant,sans-serif;
	text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    background-color: #c52e59;
    border-radius: 50px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.3);
    padding: 4px 60px;
}

.btn-enroll:hover {
	color: #fff;
}

.info-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.info-shape .info-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.info-shape-bottom {
    z-index: 2;
    bottom: -1px;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
}
.info-shape-bottom svg {
    height: 50px;
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.likes {
	font-family: Assistant,sans-serif;
    position: absolute;
    color: #000;
    left: 170px;
    bottom: -75px;
    direction: ltr;
    font-size: 24px;
    font-weight: 700;
    bottom: 8px;
}
.numberLikes {
	font-family: Assistant,sans-serif;
    color: #c52e59;
    font-size: 26px;
}
.bubble {
    position: absolute;
    background-image: url('../assets/images/bubble.png');
    background-repeat: no-repeat;
    height: 80px;
    width: 110px;
    background-size: contain;
    background-position: right center;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 60px;
    padding-left: 15px;
    right: 68px;
    font-family: Assistant,sans-serif;
    font-weight: 300;
    bottom: 20px;

}
.Why-choose-us.how-it-works .card {
	box-shadow: none !important;
}
.Why-choose-us.how-it-works h2:after {
	width: 90px;
	border-color: #CF212C;
}
.Why-choose-us.how-it-works h5.card-title {
    font-weight: 700;
    font-size: 26px;
    font-family: Assistant,sans-serif;
    color: #3146a1;
}
.Why-choose-us.how-it-works p {
    color: #707070;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    font-family: Assistant,sans-serif;
}
.Why-choose-us.how-it-works .fa {
	color: #F73E6A;
	font-size: 42px;
}
.sw-for-uploading-followers {
    background-color: transparent;
    background-image: linear-gradient(90deg,#3146a1 0%,#f2295b 100%);
    margin-top: 45px;
    margin-bottom: 60px;
    padding: 30px 0 58px 0;
}
.sw-for-uploading-followers h2 {
	font-family: Assistant,sans-serif;
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    margin-bottom: 45px;
}

.sw-for-uploading-followers h2:after {
    content: '';
    border-bottom: 4px solid #CF212C;
    padding-top: 22px;
    width: 90px;
    margin: 0 auto;
}
.sw-for-uploading-followers p {
	color: #ededed;
	font-family: Assistant,sans-serif;
    font-size: 18px;
    font-weight: 300;
    width: 66%;
    margin: 0 auto;
    line-height: 22px;
}
.consultation-calls {
	padding: 55px 0 60px 0;
}
.consultation-calls h2{
    color: #3146a1;
    font-size: 38px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 34px;
}
.consultation-form-wrap .form-control {
    width: 21%;
    border: 1px solid #818a91;
    border-radius: 25px;
}
.consultation-form-wrap .btn-success {
    width: 12%;
    background: #3146a1;
    border: none;
    font-size: 22px;
    border-radius: 25px;
    font-family: 'Assistant', sans-serif;
    font-weight: 400;
    color: #fff;
}

.consultation-form-wrap ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-align: left !important;
  font-family: 'Assistant', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #aaa;
}

.consultation-form-wrap ::-moz-placeholder { /* Firefox 19+ */
  text-align: left !important;
  font-family: 'Assistant', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #aaa;
}

.consultation-form-wrap :-ms-input-placeholder { /* IE 10+ */
  text-align: left !important;
  font-family: 'Assistant', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #aaa;
}

.consultation-form-wrap :-moz-placeholder { /* Firefox 18- */
  text-align: left !important;
  font-family: 'Assistant', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #aaa;
}

.robot-in-numbers {
    background-color: #f9f9f9;
    background-image: url(../assets/images/white-line-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.robot-in-numbers h2 {
    font-size: 38px;
    font-weight: 700;
    width:60%;
    margin: 0 auto;
    line-height: 36px;
}

.robot-in-numbers p.after-border {
    color: #707070;
    font-size: 18px;
    font-weight: 600;
    margin: 38px 0 30px 0;
    display: flex;
    flex-direction: column;
}
.robot-in-numbers p.after-border:after {
	content: '';
    border-bottom: 3px solid #CF212C;
    padding-top: 40px;
    width: 100px;
    margin: 0 auto;
}

.robot-in-numbers .card {
	border: none;
	background-color: transparent;
}

.robot-in-numbers img {
	    width: 10%;
    filter: brightness(100%) contrast(100%) saturate(70%) blur(0px) hue-rotate(259deg);
}
.robot-in-numbers .card-body {
	padding-top: 5px;
}
.robot-in-numbers .card-body p{
    color: #707070;
    font-size: 16px;
    font-weight: 600;
}

.convert-likes-to-customers {
	padding: 55px 0 12px 0;
}

.convert-likes-to-customers h2 {
	font-family: 'Assistant', sans-serif;
	color: #3146a1;
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 28px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
}
.convert-likes-to-customers h2:before {
	content: '';
    border-bottom: 3px solid #CF212C;
    width: 100px;
    margin-bottom: 6px;
}

.convert-likes-to-customers p {	
	font-family: 'Assistant', sans-serif;
	color: #707070;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;

}
.btn-signup {
	font-family: 'Assistant', sans-serif;
	text-transform: uppercase;
	font-size: 24px;
    font-weight: 600;
    background-color: #c52e59;
    border-radius: 50px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.3);
    padding: 4px 60px;
    color: #fff;
    margin-top: 30px;
}
.process-steps {
	padding: 100px 0 100px 0;
}

.process-steps h3 {
	font-family: 'Assistant', sans-serif;
	color: #3146a1;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

.process-steps h3:before{
    content: '';
    border-bottom: 3px solid #CF212C;
    width: 50px;
    margin: 0 auto 4px auto;
}

.process-steps p {
	font-family: 'Assistant', sans-serif;
	color: #707070;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
}
.process-steps-wrap {
    border-style: solid;
    border-width: 0;
    box-shadow: 0px 2px 5px -2px rgba(0,0,0,.5);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    margin: 0 12px;
    padding: 50px 10px 65px 10px;
    border-radius: 15px;
    background-color: #f9f9f9;
    min-height: 360px;
}
.reach-audience {
	background-image: url('../assets/images/bluedark-line-bg.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 80px 0;
}

.reach-audience h3 {
	font-family: 'Assistant', sans-serif;
	color: #fff;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 35px;
}
.reach-audience p {
	font-family: 'Assistant', sans-serif;
	color: #ededed;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
}
.faq {
	padding: 20px 0 30px 0;
}
.faq h3 {
	color: #3146a1;
	font-family: 'Assistant', sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 35px;
}


.accordion>.card>.card-header {
    margin: 0;
    padding: 15px 20px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    outline: none;
    background-color: transparent;
}

.accordion>.card>.card-header a {
	color: #3146a1;
}

.accordion>.card>.card-header h6 {
	color: #3146a1;
	font-family: 'Assistant', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}
.accordion>.card>.card-header a[aria-expanded="true"] h6 {
	color : #c52e59;
}



.faq .card-body {
	font-family: 'Assistant', sans-serif;
    font-size: 16px;
    line-height: 20px;
	color:	#7a7a7a;
	font-weight: 300;
}

 .accordion-toggle:before {
    /* symbol for "opening" panels */
    font-family:'FontAwesome';
    content:"\f067";
    float: right;
    color: inherit;
    float: left;
    margin-right: 10px;
}
.accordion>.card>.card-header a[aria-expanded="true"] .accordion-toggle:before {
    /* symbol for "collapsed" panels */
    content:"\f068";
}

/************************* POPUP **************************/
.robotPopup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 50px;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    padding: 10px;
}
.robotPopup .modal-header {
	border-bottom: none;
	;
}
.robotPopup .modal-dialog {
	position: relative;
	padding: 45px 10px;
	border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.41);
    width: 980px;
    height: 535px;
    background: url(../assets/images/digitalrobotpopup.png);
    background-color: #fff;
    max-width: 100%;
    margin: 0 auto;
}

.relative {
    position: relative;
}
.robotPopup-content h4{
    color: #fff;
    font-size: 32px;
    font-family: 'Assistant', sans-serif;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 35px;
}
#modal-robot-instagram .modal-header .close {
    padding: 0;
    cursor: pointer;
    z-index: 99999;
    right: 25px;
}

.frm-popup .form-control{
    background-color: #fff;
    border-color: #fff;
    border-radius: 25px;
    font-size: 22px;
    font-weight: 600;
    color: #0c0c0c;
    margin-bottom: 10px;
    font-family: 'Assistant', sans-serif;
    text-align: center;
}

.frm-popup .btn-submit {
    background-color: #3146a1;
    color: #fff;
    font-size: 22px;
    border-radius: 25px;
    width: 100%;
    padding: 3px;
}
.frm-popup ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-align: center; !important;
  font-family: 'Assistant', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #373a3c;
}

.frm-popup ::-moz-placeholder { /* Firefox 19+ */
  text-align: center; !important;
  font-family: 'Assistant', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #373a3c;
}

.frm-popup :-ms-input-placeholder { /* IE 10+ */
  text-align: center; !important;
  font-family: 'Assistant', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #373a3c;
}

.frm-popup :-moz-placeholder { /* Firefox 18- */
  text-align: center; !important;
  font-family: 'Assistant', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #373a3c;
}


/************ Changes: 24/02/20***************/
.card.back {
	min-height: 397px;
}
.boost-plan-pack-block>.card.back{
    margin: 0 auto;
    background: #f2f2f2;
    padding: 20px 0;
    border-radius: 5px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.3);
    position: relative;
    min-height: 397px;
}

.boost-plan-pack-block .card.back p {
	font-family: 'Assistant', sans-serif;
    color: #c52e59;
    font-weight: 800;
    font-size: 18px;
    text-align: center;
    margin: 24px 0 22px 0;
}
.boost-plan-pack-block .card.back p.backbtn {
	cursor: pointer;
}
.boost-plan-pack-block .card.back .fa {
	font-size: 34px;
	color :#c52e59;
}

.block-inner-pos-relative {
    position: relative;
}

.boost-plan-pack-block .block-inner-pos-relative:before {
    content: "lorem ipsum dolor sit amet";
    position: absolute;
    top: 70px;
    font-size: 14px;
    /*width: 240px;*/
    left: 80px;
}
/************ Changes: 24/02/20 Ends***************/


/************************* MEDIA QUERIES **************************/
@media only screen and (min-width: 320px) and (max-width: 767px) {
	header {
    	padding: 0 0 0 0;
	}
	.txt-lft-responsive {
		text-align: left !important;
	}
	.float-left-responsive {
		float: left !important;
	}
	.navbar {
	    padding-top: 20px;
	    position: absolute;
	    right: 0;
	    top: 0;
	}
	.about-wrap {
		width: 90%;
	}
	.about p {
    	font-size: 20px !important;
	}
	.about h1 {
	    font-size: 66px !important;
	    text-align: center !important;
	}
	.db-contact p{
		font-size: 22px;
	    line-height: 28px;
	}
	.db-contact h2 {
		font-size: 50px;
		line-height: 36px;
	}
	.contact-details {
    	padding-top: 210px;
	}
	.bg-blue-block p.font-large {
		font-size: 30px;
	}

	.bg-white-pos-abs {
	    padding: 25px 20px 0 20px;
	    width: 90%;
    }

    .bg-blue-pos-rel {
    	height: 5px;
	}
    /*.bg-white-pos-abs {
    	top: -10px;
	}*/
	.bg-white-pos-abs {
    	top: 5px;
	}
	.contact-wrap {
		width: 85%;
		padding: 45px 30px 0 30px;
	}
	.db-contact p {
    	font-size: 22px;
    	line-height: 28px;
	}
	.contact-details {
    	padding-top: 300px;
	}
	.from-the-press .col-md-3 {
	    margin-left: 0px !important;
	    margin-bottom: 20px !important;
	}
	form.form-search button {
    	width: 15%;
    	float: left;
	}
	form.form-search input[type=text] {
     width: 80%;
	}
	.db-blog img {
    	height: 140px;
	}
	.page-blog .container {
    	max-width: 90%;
	}
	.buy-fb-video-views-site-intro h1 {
     font-size: 28px;
	}
	.boost-plan-pack-block {
    	width: 330px;
	}
	.boost-plan-pack-single-block-wrap {
    	padding-top: 155px;
	}
	.curve-shape-bottom svg {
    	height: auto;
	}
	.Why-choose-us .card {
		/*margin-bottom: 30px !important;*/
	}
	.Why-choose-us .px-custom {
    	padding-left: 15px;
    	padding-right: 15px;
	}
	.fb-boost-main-pg h1 {
    	font-size: 32px;
	}
	.buy-fb-video-views-site-intro.fb-boost-main-pg {
    	height: 310px;
	}
	.fb-boost-main-pg .section-background-overlay {
    	padding-top: 60px;
	}
	.youtube-bbost-mainpg .section-background-overlay {
    	padding-top: 30px;
	}
	.mobile-wrap {
		background-size: cover;
	}
	.r-f-insta-info-wrap h1 {
    	font-size: 30px;
    	margin-bottom: 20px;
	}
	.r-f-insta-user-info {
    	padding: 25px 0 50px 0;
	}
	.button-enroll-wrap {
		text-align: center;
	}
	.Why-choose-us.how-it-works .card {
    	margin-bottom: 0px !important; 
	}
	.sw-for-uploading-followers {
		margin-top: 0;
	}
	.sw-for-uploading-followers h2 {
		font-size: 36px;
	}
	.sw-for-uploading-followers p {
		width: 90%;
	}
	.consultation-form-wrap .form-control {
    	width: 100% !important;
    	margin-bottom: 12px;
	}
	.consultation-form-wrap .btn-success {
    	width: 100% !important;
	}
	.robot-in-numbers {
		padding: 20px 0;
	}
	.robot-in-numbers h2 {
    	font-size: 34px;
    	width: 100%;
	}
	.convert-likes-to-customers h2 {
 	   margin-top: 20px;
	}
	.convert-likes-to-customers {
 	   padding: 55px 0 40px 0;
	}
	.m-top-responsive {
		margin-top: 30px;
	}
	.process-steps-wrap {
		margin-bottom: 30px;
	}
	.process-steps-wrap {
		padding: 50px 10px 65px 10px !important;
		min-height: 360px !important;
	}
	.logo-wrap img{
		width: 160px;
		height: 37px;
	}

	/*for menu settings on top*/
	header {
		display: flex; 
		flex-flow: column-reverse; 
		position: relative;
		padding-bottom: 15px;
	}
	.logo-section-wrapper .container { 
		display: flex; 
		flex-flow: column; 
	}
    .one { 
    	order: 3; 
    }
    .two { 
    	order: 1;  
    	z-index: 2;
    }
    .three { 
    	order: 2; 
    }
    .navbar-toggler[aria-expanded='true'] {
	    right: 10px;
	    top: 10px;
	    position: absolute;
	    z-index: 9;
	}
	.logo-section-wrapper {
    	width: 70%;
	}
	.navbar-dark .navbar-toggler {
	    position: absolute;
	    right: 10px;
	    top: 10px;
	    width: 100px;
	}
    .navbar .nav-item .nav-link {
    	border: none;
    	color: #3146a1;
    	font-size: 18px;
    	font-weight: 700;
    	font-family: 'Assistant', sans-serif;
    }
    .navbar-collapse {
    	width: 370px;
    	right: 0;
    	top: 60px;
    	position: absolute;
        background: #fff;
        text-align: center;
        z-index: 8;
    }
    .navbar .nav-item.active .nav-link {
	    color: #fff;
    	background: #3146a1;
	}
	.pos-abs-responsive {
		position: absolute;
		bottom: 20px;
		left: 210px;
		width: 150px;
	}
	.d-n-responsive {
		display: none;
	}
	.db-whatsapp-support .btn-success {
		padding: 13px 16px 11px 12px;
	}
	.db-whatsapp-support .btn-success .fa {
		font-size: 26px;
	}
	.db-whatsapp-support {
		left: 20px;
		right: auto;
	}
	.log-reg-wrap ul li a {
    	font-size: 14px;
	}
	.que-form-wrap .form-control {
		width: 100%;
		margin-bottom: 10px;
	}
	.que-form-wrap .btn-success {
		width: 100%;
	}
	/******** STYLE ADD: 12-01-21 *******/
	.soc-block.pr-small {
		padding-right: 15px !important;
	}
	.soc-block1.pl-small {
		padding-left: 15px !important;
	}
	.soc-block1.small-fl-50 {
		float: left;
		width: 50%;
		padding-right:0 !important;
	}
	.soc-block1.small-fr-50 {
		float: right;
		width: 50%;
	}
	.soc-block1.px-small {
		padding-left: 15px !important;
		/*padding-right: 15px !important;*/
	}
	.robot-for-insta,
	.boost-to-insta,
	.boost-to-fb,
	.boost-to-youtube,
	.boost-to-tiktok,
	.boost-to-picture,
	.boost-to-likes {
		min-height: auto;
	    padding-top: 30px;
	    height: 100%;
	    padding-bottom: 20px;
	    border-radius: 10px;
	}
	.soc-block {
    	margin-top: 10px;
	}
	.soc-block-wrap h4{
		font-size: 20px;
	}
	.ml-small{
	    margin-left: -15px!important;
	}
/******** STYLE ADD: 12-01-21 *******/
}

@media only screen and (max-width: 768px) {
	.about h1{
		font-size: 68px;
	}
	.about p {
	    font-size: 22px;
	}
	.m-t-30 {
		margin-top: 30px;
	}
	.from-the-press .col-md-3 {
    	margin-left: -4px;
	}
	.dropdown-menu {
		margin-left: 0;
	}
	.curve-shape svg {
		height: auto;
	}
	.Why-choose-us .card {
		/*margin-bottom: 30px;*/
	}
	.Why-choose-us .px-custom {
    	padding-left: 15px;
    	padding-right: 15px;
	}
	.buy-fb-video-views-site-intro.fb-boost-main-pg {
    	height: 330px;
	}
	.Why-choose-us.how-it-works .card {
    	margin-bottom: 0px !important; 
	}
	.mobile-wrap {
		background-size: cover;
	}
	.r-f-insta-user-info {
    	padding: 25px 0 50px 0;
	}
	.consultation-form-wrap .form-control {
 	   width: 20%;
	}
	.process-steps-wrap {
		padding: 50px 10px 12px 10px;
		min-height: 500px;
	}
	/****** STYLE ADD: 12/01/21 *******/
	.promotion .container { display: flex; flex-flow: column; }
    .order-one { order: 2; margin-top: 35px; }
    .order-two { order: 1;  }
    .promotion {
    	padding: 25px 0 25px 0;
	}
	.from-the-press {
		padding: 25px 0 30px 0;
	}
	/****** STYLE ADD: 12/01/21 *******/
}













