@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato%3A%2C400%2C700%2C900');

@charset "utf-8";

/* CSS Document */

html {
  font-size: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary,
title {
  display: block
}

body {
  font-family: 'Lato';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 15px;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

fieldset,
img {
  border: 0
}

ol,
ul {
  list-style: none
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}

sup {
  top: -0.5em
}

sub {
  bottom: -0.25em
}

* {
  outline: none !important;
}

a:active,
a:focus,
a:hover,
input[type="image"],
select:focus,
input,
input[type="button"]:focus,
 :focus {
  outline: 0;
  text-decoration: none;
}

.clearfix {
  *zoom: 1
}

.clearfix:before,
.clearfix:after {
  display: block;
  content: "";
  line-height: 0
}

.clearfix:after {
  clear: both
}

.clear {
  clear: both
}

.btn {
  outline: 0px;
}

.lists {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.mainpage {
  position: relative;
}

.container {
  margin: 0 auto;
}

a,
button {
  transition: all 0.5s ease-in-out;
}

/* General */
.nowrap{
  white-space: nowrap;
}


/* Header Start */

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.logo {
  display: block;
}

.logo-fixed {
  display: none;
}

.navbar-light .navbar-nav .nav-link{
    font-weight: bold;
}

.navbar-expand-md .navbar-collapse{
  padding-right: 10px;
}

.start-header.scroll-on .navbar-brand img.logo {
  display: none;
}

.start-header.scroll-on .navbar-brand img.logo-fixed {
  display: block;
}

.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 20px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 20px 2px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 999;
  background: #fff;
}

.start-header.scroll-on .navbar-brand img {  
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navigation-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar {
  padding: 0;
}

.navbar-brand img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}

.navbar-light .navbar-toggler-icon {
  width: 28px;
  height: 20px;
  background-image: none;
  position: relative;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:before {
  width: 22px;
  position: absolute;
  height: 2.3px;
  background: url(../images/dots-menu.svg) left top no-repeat;
  height: 22px;
  top: 0;
  left: -6px;
  content: '';
  z-index: 2;
  transition: all 300ms linear;
  background-size: 100%;
}

.scroll-on .navbar-light .navbar-toggler-icon:before { 
  background: url(../images/dots-menu-scroll.svg) left top no-repeat;
}

.navbar-light .navbar-toggler-icon:after {
  top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  width: 22px;
  position: absolute;
  height: 2.3px;
  background: url(../images/cancel.svg) left top no-repeat;
  height: 22px;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
  transition: all 300ms linear;
  background-size: 100%;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  display: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}

.nav-link {
  color: #fff !important;
  font-weight: 500;
  transition: all 200ms linear;
}

.nav-item:hover .nav-link {
  color: #fff !important;
}

.nav-item.active .nav-link {
  color: #fff !important;
}

.nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block;
}

.nav-item:hover:after {
  bottom: 0;
  opacity: 1;
}

.nav-item.active:hover:after {
  opacity: 0;
}

.nav-item {
  position: relative;
  transition: all 200ms linear;
}

#scroll {
  position: fixed;
  right: 30px;
  bottom: 85px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #3498db;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 3px;
  z-index: 999;
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -14px;
  height: 0;
  width: 0;
  border: 9px solid transparent;
  border-bottom-color: #ffffff;
}

#scroll:hover {
  background-color: #111;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.start-header.scroll-on .nav-item .nav-link {
  color: #000 !important;
}

.desk-mobile-logo {
  display: none;
}
/* Home */
#homeslider h1, #homeslider p{
  font-family: 'Lato';
  font-weight: 900;
}
#homeslider h1{
  font-size: 50px;
  line-height: 56px;
}
#homeslider p{
  font-size: 22px;
  line-height:26px;
}

/* Hero Area */

.heroarea {
  width: 100%;
  height: 100vh;
  background: url(../images/digital-marketing-meeting.png) center top no-repeat;
  background-size: cover;
  overflow: hidden;
}

.heroarea video {
  width: 100%;
  height: 100%;
  height: 100vh;
  display: block !important;
  object-fit: cover;
}

.heroarea:after {
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  ;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.heroarea .container {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 35%;
  z-index: 99;
}

.heroarea .container h1 {
  color: #FFF;
  text-shadow: 1px 2px 0px rgb(0 0 0 / 10%);
  margin: 0 0 20px;
  font-size: 48px;
  font-weight: 800;
  line-height: 60px;
}

.heroarea p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}


/* Online Marketing */

.OnlineMarket {
  padding: 70px 0 0;
  width: 100%;
}

.OnlineMarket h2 {
  color: #000;
  margin: 0 0 25px;
  font-size: 42px;
  font-weight: 700;
  line-height: 46px;
  text-align: center;
}

.OnlineMarket .market-txt {
  color: #69696E;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
}

.OnlineMarket img {
  width: 100%;
  height: auto;
}

.OnlineBx{
  background: #4DA1DE;
  padding: 45px;
}

.OnlineBx h3 {
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}

.OnlineBx h4 {
  color: #fff;
  margin: 0px 0px 16px 0px;
  font-size: 42px;
  font-weight: 900;
  line-height: 46px;

}

.OnlineBx p {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}


/* Core Services */

.CoreServices {
  width: 100%;
  padding: 70px 0;
}

.CoreServices h2 {
  color: #000;
  margin: 0 0 25px;
  font-size: 42px;
  font-weight: 800;
  line-height: 46px;
  text-align: center;
}

.CoreServices h3 {
  color: #000;
  margin: 0 0 20px;
  font-size: 23px;
  font-weight: 700;
}

.CoreServices p {
  font-size: 16px;
  color: #69696E;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 25px;
  padding: 0 20px 0 0
}


/* Our Work. */

.OurWork {
  width: 100%;
  padding: 70px 0 40px;
}

.OurWork h2 {
  color: #000;
  margin: 0 0 25px;
  font-size: 42px;
  font-weight: 700;
  line-height: 46px;
  text-align: center;
}

.work-txt {
  color: #69696E;
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
  margin-bottom: 45px;
}

.OurWork p {
  font-size: 19px;
  color: #69696E;
  line-height: 24px;
  text-align: center;
  font-weight: 800;
  margin-top: 35px;
}

.OurWork .slick-dots {
  bottom: -15px;
}


/* Small team */

.SmallTeam {
  width: 100%;
  padding: 80px 0 50px;
}

.SmallTeam h2 {
  color: #69696E;
  margin: 0 0 25px;
  font-size: 42px;
  font-weight: 700;
  line-height: 46px;
  text-align: center;
}

.SmallTeam h3 {
  color: #69696E;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 600;
}

.SmallTeam h4 {
  color: #69696E;
  margin: 0 0 20px;
  font-size: 15px;
}

.SmallTeam p {
  font-size: 15px;
  color: #69696E;
  line-height: 24px;
  opacity: 0;
  position: absolute;
  top: calc(100%);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  padding: 20px 0;
}

.Team-txt {
  color: #69696E;
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
  width: 100%;
  max-width: 850px;
  margin: 0 auto 50px;
}

.profile-header {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  max-width: 250px;
  min-height: 320px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.profile-card:hover .profile-header {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.profile-card .profile-body {
  background: #fff;
  margin-bottom: 0;
  padding: 20px 35px 35px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
  border-top: 1px solid #ddd;
  padding-bottom: 6rem;
}

.profile-card:hover .profile-body p {
  opacity: 1;
}

.profile-card:hover .profile-body {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}


/* Contact */

.ContactWrap {
  width: 100%;
  padding: 80px 0;
}

.ContactWrap h2 {
  color: #69696E;
  margin: 0 0 25px;
  font-size: 42px;
  font-weight: 700;
  line-height: 46px;
  text-align: center;
}

.contact-txt {
  color: #69696E;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 50px;
}

.ContactWrap h3 {
  color: #69696E;
  margin: 0 0 15px;
  font-size: 26px;
  font-weight: 700;
  line-height: 46px;
}

.ContactWrap .form-control {
  font-weight: 600;
  border: 2px solid #E8EBED;
  background: #E8EBED;
  font-size: 16px;
  color: #69696E;
  padding: 14px 15px;
  box-shadow: none;
}

.ContactWrap .form-control.detail {
  height: 160px;
}

.ContactWrap .form-control:focus {
  border-color: #439FE0;
  background: #fff;
}

.ContactWrap .contact-btn {
  padding: 15px 18px 13px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 22px;
  letter-spacing: 1px;
  color: #ffffff;
  background-color: #439FE0;
  border: 2px solid #439FE0;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0px 4px 0px 0px rgb(0 0 0 / 20%);
  width: 100%;
  cursor: pointer;
  margin-bottom: 20px;
}


/* Footer */

footer {
  width: 100%;
  padding: 65px 0;
  background: #EFF1F4;
}

footer .copyTitle {
  color: #69696E;
  font-size: 15px;
  padding-top: 5px;
}

footer .socialbx {
  text-align: right;
}

footer .socialbx li {
  display: inline-block;
}

footer .socialbx li a {
  color: #121212;
  font-size: 24px;
  padding: 0 15px;
}


/* Inner Hero Area */

.innerBanner {
  width: 100%;
  background: url(../images/digital-marketing-meeting.png) center top no-repeat;
  background-size: cover;
  overflow: hidden;
  text-align: center;
  padding: 120px 0;
  position: relative;
}

.innerBanner:after {
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  ;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.innerBanner h1 {
  color: #FFF;
  text-shadow: 1px 2px 0px rgb(0 0 0 / 10%);
  margin: 0 0 20px;
  font-size: 35px;
  font-weight: 700;
  line-height: 60px;
  position: relative;
  z-index: 9;
}

.WhatwedoPage {
  padding: 20px 0;
  width: 100%;
}

.WhatContent p {
  color: #777777;
  line-height: 1.825;
  font-size: 15px;
  margin: 30px 0;
}

.data {
  padding: 30px;
  padding-left: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #f9f9f9;
  position: relative;
  border-left: 0;
  line-height: 28px;
  margin: 0 0 15px;
  font-style: italic;
}

.postBox {
  border: 1px solid #eee;
  padding: 40px;
  margin-bottom: 40px;
}

.postBox h3 {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 15px;
}

.postBox h3:before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0px;
  width: 50px;
  height: 2px;
  left: 0;
  z-index: 1;
  background: #1ac6ff;
}

.postBox ul li {
  border-bottom: 1px dashed #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.postBox ul li a {
  color: #666;
  line-height: 24px;
  font-size: 15px;
}


/*======== Our Service =======*/

.ServicePage {
  padding: 50px 0;
  width: 100%;
}

.ServicePage h2 {
  color: #69696E;
  margin: 0px 0px 25px 0px;
  font-size: 42px;
  font-weight: 700;
  line-height: 46px;
  text-align: center;
}

.serviebx {
  margin: 20px 0;
  text-align: center;
}

.ServicePage h3 {
  margin: 20px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
  color: #69696E;
  font-size: 21px;
  font-weight: 700;
  line-height: 1em;
}

.ServicePage p {
  color: #69696E;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

.OnlineEducation {
  padding: 70px 0;
  width: 100%;
  text-align: left;
}

.OnlineEducation h2 {
  color: #69696E;
  margin: 0px 0px 25px 0px;
  font-size: 42px;
  font-weight: 700;
  line-height: 46px;
}

.OnlineEducation p {
  color: #777777;
  line-height: 1.625;
  font-size: 16px;
  margin-bottom: 40px;
}

.OnlineEducation p a {
  padding: 11px 18px 11px 18px;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 22px;
  letter-spacing: 1px;
  color: #FFFFFF;
  background-color: #439FE0;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #439FE0;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0px 4px 0px 0px rgb(0 0 0 / 20%);
}

.infoboxWrap {
  width: 100%;
  margin: 40px 0 0;
}

.infoboxWrap h4 {
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  color: #69696E;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.153846em;
}

.infoboxWrap p {
  color: #69696E;
  font-size: 15px;
  line-height: 23px;
}

.infox {
  position: relative;
  margin: 0 0 40px;
  padding-left: 85px;
}

.infox span {
  position: absolute;
  left: 0;
  top: 0;
  width: 66px;
}

.awardedfeatured {
  width: 100%;
  padding: 50px 0 130px;
}

.awardedfeatured h2 {
  color: #69696E;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  margin-bottom: 50px;
}

.awardedfeatured .slick-slide img {
  opacity: 0.5;
}

.awardedfeatured .slick-slide:hover img {
  opacity: 1;
}


/*======== Our Service =======*/

.WorkPage {
  padding: 50px 0;
  width: 100%;
}

.WorkPage h2 {
  color: #69696E;
  margin: 0px 0px 25px 0px;
  font-size: 42px;
  font-weight: 700;
  line-height: 46px;
  text-align: center;
}

.WorkPage .Team-txt {
  margin-bottom: 70px;
}

.portfolio-item {
  margin: 15px 0;
  position: relative;
  overflow: hidden;
}

.portfolio-thumb {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.portfolio-item img {
  width: 100%;
  height: auto;
}

.portfolio-item .elementskit-hover-area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}

.portfolio-item .hover-content {
  z-index: 2;
  top: 48%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  position: absolute;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 20px 20px 20px 20px;
  text-align: center;
}

.portfolio-item .hover-area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}

.portfolio-item h3 {
  font-size: 17px;
  font-weight: 900;
  line-height: 1.1em;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 7px 0px;
  color: #69696E;
}

.portfolio-item p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0px 0px 10px 0px;
  color: #69696E;
}

.portfolio-item p a {
  display: inline-block;
  color: #ffffff;
  padding: 11px 18px;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.portfolio-item:hover a {
  color: #FFFFFF;
  background-color: rgba(67, 159, 224, 0.9019607843137255);
}

.image-overlay {
  mix-blend-mode: normal;
  background-color: #FFFFFF;
  transform: scale(1);
}

.portfolio-item:hover .hover-area {
  opacity: 1;
  background: #fff;
  border: 3px solid #dedde1;
}

.parallax-multi {
  padding: 80px 0;
  width: 100%;
  background: #439FE0;
  text-align: center;
}

.parallax-multi h2 {
  color: #FFFFFF;
  margin: 0px 0px 20px 0px;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.parallax-multi p {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  max-width: 800px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 30px;
}

.parallax-multi p a {
  padding: 18px 25px 18px 25px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-color: #FFFFFF;
  display: inline-block;
}

.parallax-multi p a:hover {
  color: #69696E;
  background-color: #FFFFFF;
}

.team-social-list {
  opacity: 1;
  visibility: visible;
}

.team-social-list>li {
  display: inline-block;
  margin: 0px 1px 0px 0px;
}

.team-social-list>li>a {
  text-align: center;
  text-decoration: none;
  border-radius: 50% 50% 50% 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.team-social-list>li>a.facebook {
  color: #FFFFFF;
  background-color: #3B5998;
}

.team-social-list>li>a.instagram {
  color: #FFFFFF;
  background-color: #3F729B;
}

.team-social-list>li>a.twitter {
  color: #FFFFFF;
  background-color: #439FE0;
}

.team-social-list>li>a.dribbble {
  color: #FFFFFF;
  background-color: #EA4C89;
}

team-social-list>li>a i {
  font-size: 22px;
}

.section-boxed {
  background: #439FE0;
  padding: 70px 0px 100px 0px;
  width: 100%;
}

.funfact-content {
  margin: 15px 0;
  width: 100%;
  text-align: center;
}

.funfact-content .number-percentage-wraper {
  color: #FFFFFF;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
}

.funfact-content h4 {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
}

.funfact-content h3 {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin: 15px 0 0;
}

.funfact-title {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 15px 0 0;
}

.OurWord {
  width: 100%;
  padding: 70px 0;
}

.OurWord h2 {
  color: #69696E;
  margin: 0 0 25px;
  font-size: 42px;
  font-weight: 700;
  line-height: 46px;
  text-align: center;
}