@import url(jquery.fancybox.min.css);
* {
  margin: 0;
  padding: 0;
}
html,body {
  position: relative;
  font-family: Montserrat, sans-serif;
  width: 100vw;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  color: #b4b4b4;
  outline: 0;
  line-height: 1.5em;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2d2d2d;
  font-size: 26px;
  margin: 0;
  line-height: 1.3em;
}
p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  color: #181919;
}
.hr {
  margin-bottom: 15px;
  margin-top: 15px;
  border-color: #000;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  outline: 0 !important;
  color: #73ae20;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
a:active,
a:focus,
a:hover {
  outline: 0 !important;
  text-decoration: none;
  color: #000;
}
input:focus,
textarea {
  outline: 0 !important;
  text-decoration: none;
}
img {
  border: 0;
}
.nopd {
  padding-left: 0;
  padding-right: 0;
}
li {
  color: #1e1e1e;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
::-moz-selection {
  background-color: #61b848;
  color: #fff;
}
::selection {
  background-color: #61b848;
  color: #fff;
}
::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8) !important;
}
::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8) !important;
}
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8) !important;
}
:-moz-placeholder {
  color: rgba(0, 0, 0, 0.8) !important;
}
.f-size14 {
  font-size: 14px;
  line-height: 24px;
}
.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-color: #363d3f;
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
}
.header.sticky .header-absolute {
  background-color: #363d3f;
}
.header.sticky .header-absolute .logo img,
.header.sticky .header-absolute .logoRight img {
  width: 110px;
}
#back-top {
  position: fixed;
  right: 10px;
  bottom: 85px;
  z-index: 999;
  overflow: hidden;
  display: none;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  background: #de204d;
  border-radius: 100%;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#back-top:after {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-family: "Font Awesome 5 Pro";
  content: "\f062";
  line-height: 48px;
  -webkit-transition: color 0.25s ease, -webkit-transform 2s ease;
  transition: color 0.25s ease, transform 2s ease;
}
#back-top:hover {
  background-color: #eb5000;
}
#back-top:hover:after {
  color: #000;
}
.loader {
  background: #363d3f;
  color: #fff;
}
.loader {
  z-index: 9999999;
  height: 100%;
  width: 100%;
  position: fixed;
  text-align: center;
}
.loader-inner {
  margin-top: 45vh;
}
@-webkit-keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3);
  }
  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
@keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3);
  }
  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
.line-scale-pulse-out-rapid > div {
  background-color: #4eb448;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
  animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
}
.line-scale-pulse-out-rapid > div:nth-child(2),
.line-scale-pulse-out-rapid > div:nth-child(4) {
  -webkit-animation-delay: -0.25s !important;
  animation-delay: -0.25s !important;
}
.line-scale-pulse-out-rapid > div:nth-child(1),
.line-scale-pulse-out-rapid > div:nth-child(5) {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}
.bc-img01 {
  background-image: url(../images/banner.jpg);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  height: 500px;
  min-height: 100%;
}
.video-block .video-box {
  display: inline-block;
  position: relative;
}
.video-block .video-box::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.video-block .video-box > a {
  color: #fff;
  font-size: 48px;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 48px;
  display: block;
  margin: 0 auto;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.video-box i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 70px;
}
.video-box i:hover {
  color: #de204d;
}
#sticky-social {
  right: 0;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
#sticky-social a {
  color: #fff;
  display: block;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  width: 50px;
  font-size: 12px;
}
#sticky-social a i.fa,
#sticky-social a i.fab,
#sticky-social a i.far {
  font-size: 30px;
  line-height: 50px;
}
#sticky-social a:hover span {
  right: 100%;
}
#sticky-social a span {
  line-height: 50px;
  right: -160px;
  position: absolute;
  text-align: center;
  width: 160px;
}
#sticky-social a[class*="download"],
#sticky-social a[class*="download"] span,
#sticky-social a[class*="download"]:hover {
  background: #de204d;
  font-size: 16px;
}
#sticky-social a[class*="facebook"],
#sticky-social a[class*="facebook"] span,
#sticky-social a[class*="facebook"]:hover {
  background: #31bfe5;
}
#sticky-social a[class*="twitter"],
#sticky-social a[class*="twitter"] span,
#sticky-social a[class*="twitter"]:hover {
  background: #3fcde4;
  font-size: 16px;
}
@font-face {
  font-family: icomoon;
  src: url(../webfonts/icomoon1fdc.eot?e40i6i);
  src: url(../webfonts/icomoon1fdc.eot?e40i6i#iefix) format("embedded-opentype"),
    url(../webfonts/icomoon1fdc.ttf?e40i6i) format("truetype"),
    url(../webfonts/icomoon1fdc.woff?e40i6i) format("woff"),
    url(../webfonts/icomoon1fdc.svg?e40i6i#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Creative:before {
  content: "\e900";
}
.icon-onlineeputation:before {
  content: "\e901";
}
.icon-contentmarketing:before {
  content: "\e902";
}
.icon-mediabuying:before {
  content: "\e903";
}
.icon-MobileAdvertising:before {
  content: "\e904";
}
.icon-search-engine:before {
  content: "\e905";
}
.icon-optimization:before {
  content: "\e906";
}
.icon-video-marketing:before {
  content: "\e907";
}
.icon-influencer:before {
  content: "\e908";
}
.icon-socialm:before {
  content: "\e909";
}
.icon-onlineR:before {
  content: "\e90a";
}
.icon-download:before {
  content: "\e960";
}
.card-header,
.myaccordion .card {
  border: none;
}
.myaccordion .card-body p {
  font-size: 14px;
}
.myaccordion .card-header {
  border-bottom-color: transparent;
  background: 0 0;
  border-radius: 0;
  padding: 0 0;
}
.myaccordion .fa-stack {
  font-size: 20px;
}
.myaccordion .btn {
  width: 100%;
  color: #010411;
  padding: 10px 0;
  font-size: 22px;
  padding-left: 0;
  border-bottom: 1px solid #d7d8d9;
}
.myaccordion .btn-link:focus,
.myaccordion .btn-link:hover {
  text-decoration: none;
}
.myaccordion li + li {
  margin-top: 10px;
}
.myaccordion .fa-stack .fa-inverse {
  color: #626262;
}
.container {
  max-width: 1100px;
}
.font-weight-bold {
  font-weight: 900 !important;
}
.sideNavi {
  position: fixed;
  top: 66%;
  right: -39px;
  z-index: 2;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sideNavi a {
  background-color: orange;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  padding: 14px 16px;
}
.sideNavi a:hover {
  background-color: #009fd9;
  color: #fff;
}
