/*
Theme Name: Comversia
Theme URI: URL
Version: 1.0
Author: Comversia
Author URI: http://www.comversia.com/
*/

/* RESET */
/* ----------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

.clearfix { zoom: 1; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }


/* MAIN LAYOUT */
/* ----------------------------------------- */

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .inputbox {
  color: #999999;
  font-size: 16px;
  line-height: 16px;
  border-color: #ccc;

  width: 100%;
  box-sizing: border-box;
}

html {
  height:100%;
  min-height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  height:100%;
  min-height: 100%;
  color: #150F1B;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 16px;
  padding-top: 0px;

}

#main-content{
  background: #EAEAEA;
  background: url("images/body-back.jpg") no-repeat;
  background-size: cover;
}
.mobile-header {
  background: #181323;
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 0px;
}
.admin-bar .mobile-header {
  top: 46px;
}
.mobile-header header {
  top: 32px;
}

.desctop-header {
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: 10;
}

footer {
  background: #000;
  padding: 30px 0;
}

#main-content {
  flex: 1 0 auto;
}

a {
  color: #150F1B;
  transition: all 0.3s;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #150F1B;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s;
}

*:focus,
*:active,
*:hover {
  outline: none;
}

p {
  font-size: 16px;
  line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1,
h2,
h3 {

}

h4,
h5,
h6 {

}

.rte a {
  color: #f14f1d;
}

.rte a:hover {
  color: #27c9ea;
}

iframe {
  border: none;
  max-width: 100%!important;
}

.rte p {
  margin-bottom: 25px;
  color: #150F1B;
}

.rte div {
  font-size: 16px;
}

.rte a:hover, .rte a:focus, .rte a:visited {
  opacity: 0.8;
  text-decoration: none;
}

.rte h1 {
  font-size: 40px;
  line-height: 40px;
  margin-top: 36px;
  margin-bottom: 24px;
}

.rte h2 {
  font-size: 30px;
  line-height: 30px;
  margin-top: 24px;
  margin-bottom: 12px;
}

.rte h3 {
  font-size: 26px;
  line-height: 26px;
  margin-top: 24px;
  margin-bottom: 12px;
}

.rte h4 {
  font-size: 30px;
  line-height: 30px;
  margin-top: 24px;
  margin-bottom: 12px;
}

.rte h5 {
  font-size: 24px;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 12px;
}
.rte img {
  max-width: 100%;
}

.rte ul {
  list-style-type:circle;
  padding-left: 30px;
  margin-bottom: 30px;
}

.rte ul {
  list-style-type:circle;
  padding-left: 30px;
  margin-bottom: 30px;
}

.rte ol {
  list-style-type:decimal;
  padding-left: 30px;
  margin-bottom: 30px;
}

.rte ul li,
.rte ol li {
  font-size: 16px;
  line-height: 31px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0em 1em 0.5em 0;
}

.alignright {
  float: right;
  margin: 0em 0 0.5em 1em;
}

em {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

.rte table tr td,
.rte table tr th {
  border: 1px solid #cecece;
  padding: 5px;
}

.rte table {
  margin-bottom: 20px;
}

.rte img {
  max-width: 100%;
  height: auto;
}

.rte pre {
  padding: 25px;
  display: block;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 26px;
  word-break: normal;
  word-wrap: normal;
  background-color: #ccf1ff;
  border: 1px solid #9ce4ff;
  border-radius: 4px;
  color: #1794c4;
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;
}


.show-desctop {
  display: block !important;
}

.show-mobile {
  display: none !important;
}

blockquote {
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
  width: 100%;
  margin: 20px 0;
  padding: 20px 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
}

blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -10px;
  top: -10px;
  color: #7a7a7a;
}

blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

#gallery-1 img {
  border: 0px solid #cfcfcf !important;
  display: block;
}

.gallery-caption{
  display: none;
}

input {
  width: 100%;
  padding: 5px 5px;
  font-size: 14px;
}

textarea {
  width: 100%;
  padding: 5px 5px;
  font-size: 14px;
  height: 150px;
}

select {
  width: 100%;
  padding: 5px 5px;
  font-size: 14px;
}

label {
  font-size: 14px;
}

p.wp-caption-text {
  font-size: 12px;
  line-height: 14px;
}

img {
  max-width: 100%;
  height: auto;
}


.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* GLOBAL PAGE STYLES */
/* ----------------------------------------- */

.not-found {
  text-align: center;
  padding: 100px 0;
}

.not-found h1 {
  margin-bottom: 30px;
}

nav {
  width: 100%;
}

.sub-menu {
  position: absolute;
  background: #181818;
  min-width: 130px;
  padding: 15px;
  display: none;
  z-index: 10;
}

.main-desc-nav > li:hover .sub-menu {
  display: block;
}

@media screen and (max-width: 768px) {

  #cssmenu,
  #cssmenu ul,
  #cssmenu ul li,
  #cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #cssmenu {
    color: #ffffff;
    margin-top: 30px;
  }

  #cssmenu ul ul {
    display: none;
  }
  .align-right {
    float: right;
  }
  #cssmenu > ul > li > a {
    padding: 10px 20px;
    border-left: 1px solid #24213e;
    border-right: 1px solid #24213e;
    border-top: 1px solid #24213e;
    cursor: pointer;
    z-index: 2;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    background: #24213e;
    text-align: center;
    text-transform: uppercase;
  }
  #cssmenu > ul > li > a:hover,
  #cssmenu > ul > li.active > a,
  #cssmenu > ul > li.open > a {
    color: #eeeeee;
    background: #24213e;
  }
  #cssmenu > ul > li.open > a {
    border-bottom: 1px solid #24213e;
  }
  #cssmenu > ul > li:last-child > a,
  #cssmenu > ul > li.last > a {
    border-bottom: 1px solid #24213e;
  }
  .holder {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0px;
  }
  .holder::after,
  .holder::before {
    display: block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    right: 20px;
    z-index: 10;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .holder::after {
    top: 17px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
  }
  #cssmenu > ul > li > a:hover > span::after,
  #cssmenu > ul > li.active > a > span::after,
  #cssmenu > ul > li.open > a > span::after {
    border-color: #eeeeee;
  }
  .holder::before {
    top: 18px;
    border-top: 2px solid;
    border-left: 2px solid;
    border-top-color: inherit;
    border-left-color: inherit;
  }
  #cssmenu ul ul li a {
    cursor: pointer;
    border-bottom: 1px solid #32373e;
    border-left: 1px solid #32373e;
    border-right: 1px solid #32373e;
    padding: 10px 20px;
    z-index: 1;
    text-decoration: none;
    font-size: 13px;
    color: #eeeeee;
    background: #49505a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.open > a,
  #cssmenu ul ul li.active > a {
    background: #424852;
    color: #ffffff;
  }
  #cssmenu ul ul li:first-child > a {
    box-shadow: none;
  }
  #cssmenu ul ul ul li:first-child > a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  #cssmenu ul ul ul li a {
    padding-left: 30px;
  }
  #cssmenu > ul > li > ul > li:last-child > a,
  #cssmenu > ul > li > ul > li.last > a {
    border-bottom: 0;
  }
  #cssmenu > ul > li > ul > li.open:last-child > a,
  #cssmenu > ul > li > ul > li.last.open > a {
    border-bottom: 1px solid #32373e;
  }
  #cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
    border-bottom: 0;
  }
  #cssmenu ul ul li.menu-item-has-children > a::after {
    display: block;
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    right: 20px;
    z-index: 10;
    top: 11.5px;
    border-top: 2px solid #eeeeee;
    border-left: 2px solid #eeeeee;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  #cssmenu ul ul li.active > a::after,
  #cssmenu ul ul li.open > a::after,
  #cssmenu ul ul li > a:hover::after {
    border-color: #ffffff;
  }

}


.menu-wrapper {
  display: flex;
}
.logo-holder {
  padding: 12px;
  margin-right: 48px;
}
.main-desc-nav {
  display: flex;
  justify-content: flex-end;
}
.subheader {
  display: flex;
  justify-content: flex-end;
  padding: 12px 0 12px 0;
  margin-bottom: 7px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.web-section {
  padding: 96px 0;
}



.mobile-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 12px;
  background: #fff;
  z-index: 20;
  border-bottom: 1px solid #dcdcdc;
}
.admin-bar .mobile-menu {
  top: 46px;
}
.mobbutton {
  display: inline-block;
  width: 28px;
}
.mobbutton span {
  width: 100%;
  height: 3px;
  background: #fff;
  margin-bottom: 7px;
  display: block;
}
.mobbutton span:last-child {
  margin-bottom: 0px;
}
.mob-logo-holder {
  position: relative;
}
.mobile-menu .mob-logo-holder img {
  max-width: 100px;
  position: absolute;
  left: 0px;
  top: 2px;
}
.items-mobile {
  text-align: right;
  width: 100%;
}
.items-mobile .call-britta,
.items-mobile .mobbutton {
  display: inline-block;
}
.items-mobile .mobbutton {
  margin-left: 24px;
  padding: 13px 0px 13px 22px;
  position: relative;
  top: 1px;
}
.mobilefooter-wrapper {
  position: fixed;
  left: calc(0px - 100%);
  top: 0px;
  width: 100%;
  background: #24213e;
  z-index: 9999999999;
  transition: all 0.3s;
  height: 100vh;
}
.closemobmenu {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
  padding: 11px 15px;
  border-bottom: 0px solid #fff;
  border-left: 0px solid #fff;
}
.mobile-items {
  display: flex;
}
.mob-logo-holder {
  width: 103px;
  padding: 7px 0;
}

.mobmenu-tophead {
  text-align: center;
}
.mobmenu-tophead .logo {
  padding: 15px;
  max-width: 150px;

  display: inline-block;
}
.mobmenu-tophead .logo a {

}


.page-simple-smaller-in {
  max-width: 900px;
  margin: 0 auto;
}

a.logo {
  width: auto;
  display: inline-block;
}

.bottom-menu {
  position: fixed;
  bottom: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 15;
}

.desctophead-items {
  position: absolute;
  top: 40px;
  width: 100%;
}

.contactwrapper {
  position: absolute;
  top: 40px;
  right: 0px;
  padding: 0px 15px 0px 15px;
 /* background: url("images/finger.png") no-repeat center left 40px, #fff;*/
  background: #fff;
  background-size: 30px;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  border: 1px solid #000;
  border-right: 0px;
}

.contactwrapper a {
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  padding: 21px 15px;
  position: relative;
}

.contactwrapper a:first-child:after {
  content: "";
  display: block;
  position: absolute;
  right: -5px;
  top: calc(50% - 10px);
  width: 2px;
  height: 20px;
  background: #000;
}



.home-heading {
  background: url("images/blue-back.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  height: calc(100vh - 192px);
  overflow: hidden;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.admin-bar .home-heading {
  height: calc(100vh - 224px);
}


.home-heading-in {
  background: url("images/colored-back.jpg") no-repeat center center;
  background-size: cover;
  position: absolute;
  height: 50%;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 5;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
}

.home-heading-title {
  position: relative;
  margin-top: -83px;
}
.large-web-tile {
  font-size: 96px;
  line-height: 98px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;

  margin-bottom: 40px;
}

.texttransparent {
  -webkit-text-stroke: 1px #150F1B;
  -webkit-text-fill-color: transparent;
}
.blockitb {
  display: block;
}
.home-heading .large-web-tile {
  color: #fff;
}
.home-heading-text p {
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  color: #fff;
  max-width: 900px;
}

.cororedbubble {
  position: absolute;
  width: 800px;
  height: 800px;
  top: calc(50% - 400px);
  left: calc(50% - 400px);
  display: block;
  background: #BBFC49;
  border-radius: 99999px;
  z-index: 2;
}

.color-change-section {
  animation-name: colorChange;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes colorChange {
  0% { background-color: #BBFC49; }
  20% { background-color: #C3FFB9; }
  40% { background-color: #7F7EE6; }
  60% { background-color: #BAB9FF; }
  80% { background-color: #FEB9FF; }
  90% { background-color: #81B0D6; }
  100% { background-color: #BBFC49; }
}

.scrolldown {
  position: absolute;
  right: 20px;
  top: 250px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 4px;
  transform: rotate(90deg);
  text-decoration: none;
  animation: movetopdown 3s infinite; /* Apply animation */
}

@keyframes movetopdown {
  0% {
    top: 250px;
  }
  50% {
    top: 280px;
  }
  100% {
    top: 250px;
  }
}

.scrolldown:hover,
.scrolldown:active,
.scrolldown:focus {
  color: #fff;
}
.arrow-right {
  background: url("images/arrow-right.svg") no-repeat;
  width: 22px;
  height: 11px;
  display: inline-block;
}
.arrow-right-black {
  background: url("images/arrow-right-black.svg") no-repeat;
  width: 22px;
  height: 11px;
  display: inline-block;
}


#menu-main-menu {
  background: #fff;
  border-radius: 999px;

}
#menu-main-menu li {

}
#menu-main-menu li a {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 21px 45px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#menu-main-menu li a:hover {
  color: #8A49FC;
  opacity: 1;
}
#menu-main-menu li a:hover:before {
  content: "[";
  position: absolute;
  top: 20px;
  left: 34px;
  transition: all 0.3s;
}
#menu-main-menu li a:hover:after {
  content: "]";
  position: absolute;
  top: 20px;
  right: 34px;
  transition: all 0.3s;
}

.capabilities-in {
  display: flex;

}
.capabilities-left{
  width: 50%;
  padding-right: 20px;
  text-align: right;
}
.capabilities-right {
  width: 50%;
  padding-left: 20px;
}

.capabilities-right .video-wrap {
  max-width: 100%; /* Set a pixel value instead if no parent container*/
  margin: 0 auto; /* Center the container */
}
.capabilities-right .video-wrap video {
  width: 100%; /* Fill the available width */
  height: auto; /* Adjust height automatically */
}


.accordion__item {
  margin-bottom: 30px;
}
.accordion__item .accordion__title {
  position: relative;
  display: block;
  padding: 10px 0px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  transition: all 0.3s ease-out;
}
.accordion__item .accordion__title:hover {
  transition: all 0.3s ease-out;
  color: #B5DE52;
}

.accordion__item .accordion-active {
  color: #B5DE52;
  transition: all 0.3s ease-out;
}
.accordion__item .accordion__content {
  padding: 15px 0px 15px 0px;
  margin-bottom: 2px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  display: none;
  text-align: right;
}
.accordion__item .accordion__content p {
  max-width: 660px;
  display: inline-block;
}

.bracket-headeing {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}

.left-text-buble-text-wrapper {

}

.left-text-buble-in {
  max-width: 800px;
  position: relative;
  z-index: 5;
}

.left-text-buble-in h3 {
  color: #fff;
}
.left-text-buble-in p,
.left-text-buble-in a,
.left-text-buble-in li,
.left-text-buble-in ul,
.left-text-buble-in div {
  color: #fff;
  font-size: 18px;
  line-height: 29px;

}

.left-text-buble {
  background: url("images/backstory.png") no-repeat;
  background-size: cover;
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
  overflow: hidden;
  position: relative;
}


.yellow-bubble-large {
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 99999px;
  top: 250px;
  right: -150px;
  background: #BBFC49;

}
.purple-buttle-small {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 99999px;
  top: 150px;
  right: 350px;
  background: #8A49FC;
}
.mixed-buttle-medium {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 99999px;
  bottom: 250px;
  right: 350px;
  background: url("images/mixed-bubble.png") no-repeat;
  background-size: cover;
}

.title-bullets{
  background: url("images/backgetknow.png") no-repeat;
  background-size: cover;
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
  overflow: hidden;
  position: relative;
  margin-top: -70px;
}
.heighfornextblock {
  height: 70px;
}

.bullets-wrapper {
  display: flex;
  justify-content: right;

}

.bullets-in {
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -70px;

}

.bullets-item {
  width: calc(50% - 140px);
  margin: 0 70px 60px 70px;
}

.bullets-item h3 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #fff;
}
.bullets-item p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #fff;
}

.video-back {
  min-height: 850px;
  padding: 0px 0;
  overflow: hidden;
  position: relative;
}
.video-back video {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);

}

.video-back-in {
  background: #BBFC49;
  padding: 60px;
  max-width: 800px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  border-top-left-radius: 70px;
}

.video-back .texttransparent {
  -webkit-text-stroke: 1px #150F1B;
}
.left-text-buble .large-web-tile .texttransparent,
.title-bullets .large-web-tile .texttransparent,
.home-heading-in .texttransparent {
  -webkit-text-stroke: 1px #fff;
}
.left-text-buble .large-web-tile span,
.left-text-buble .large-web-tile,
.title-bullets .large-web-tile span,
.title-bullets .large-web-tile{
  color: #fff;
}

.video-back-in-text {

}
.video-back-in-text p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 0px;
}
.video-back-in-text ul {
  list-style: disc;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.video-back-in-text li {
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  text-transform: uppercase;
}



.half-blocks-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.half-blocks-item {
  width: calc(50% - 60px);
  margin: 30px;
  display: block;
}

.half-blocks-image {
  width: 100%;
  height: 400px;
  background-size: cover !important;
}

.half-blocks-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  padding: 20px 0 10px 0;
}

.half-blocks-title .arrow-right-black {
  margin-left: 10px;
  position: relative;
  transition: 0.5s;
}
.half-blocks-item:hover .arrow-right-black {
  margin-left: 20px;
  transition: 0.5s;
}

.testimonials {
  background: url("images/backtestimonial.jpg") no-repeat;
  background-size: cover;
}

.testimonials-wrapper {
  padding-left: 30px;
}

.testimonials-item {
  padding: 50px;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
  background: #fff;
  position: relative;

}
.testimonials-item:before {
  content: "";
  background: url("images/quotes.svg") no-repeat;
  display: block;
  width: 96px;
  height: 76px;
  position: absolute;
  right: 40px;
  top: -30px;
  z-index: 10;
}
.testimonials  .owl-stage {
  padding: 30px 0;
  right: 50px;
}

.testimonials-item p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 30px;
}
.testimonials-item h4 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 0px;
}
.testimonials-item span {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #4B9FF9;
}


footer,
footer h2,
footer h3,
footer h4,
footer p,
footer a,
footer li,
footer span {
  color: #fff;
}

footer {
  padding-top: 90px;
}
.footer-top {
  display: flex;
}
.footer-top-left {
  width: 50%;
  padding-right: 30px;
}
.footer-top-right {
  width: 50%;
  padding-left: 30px;
}

.footer-top h3 {
  font-size: 32px;
  line-height: 36px;
}
.footer-top-left h3 {
  margin-bottom: 40px;
}
.footer-top-right h3 {
  margin-bottom: 28px;
}

.footer-contacts {
  margin-bottom: 40px;
}

.footer-contacts a {
  background: url("images/finger-white.svg") no-repeat center left;
  padding: 10px 0 10px 46px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  display: block;
  text-decoration: none;
}
.footer-contacts a:hover,
.footer-contacts a:active,
.footer-contacts a:focus {
  color: #fff;
}

.footer-social {

}
.footer-social a {
  display: inline-block;
  margin-right: 5px;
  width: 28px;
  height: 28px;
}
.facebook {
  background: url("images/facebook.svg") no-repeat center center;
}
.linkedin {
  background: url("images/linkedin.svg") no-repeat center center;
}

.footer-width{
  max-width: 1200px;
  margin: 0 auto;
}

.contact-wrapper input {
  border-radius: 40px;
  background: #EAEAEA;
  height: auto;
  font-size: 16px;
  line-height: 16px;
  padding: 18px 25px;
  outline: none;
  border: none;
  margin-bottom: 18px;
  color: #150F1B;
}
.contact-wrapper textarea {
  border-radius: 40px;
  background: #EAEAEA;
  height: auto;
  font-size: 16px;
  line-height: 16px;
  padding: 18px 25px;
  outline: none;
  border: none;
  margin-bottom: 10px;
  color: #150F1B;
  font-family: "Roboto", sans-serif;
}

.cont-top-text p {
  font-size: 20px;
  line-height: 24px;
}

.cont-top-text {
  margin-bottom: 35px;
}


.contact-wrapper .contact-tworow {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-auto-rows: 100%;
  gap: 20px;
}

.contact-wrapper .contact-tworow .contact-input {

}
.contact-wrapper .submititb input{
  background: transparent;
  border: none;
  text-transform: uppercase;
  padding: 20px 45px 20px 0px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  background: url("images/arrow-right.svg") no-repeat center right 5px;
  display: inline-block;
  margin-top: -20px;
  width: auto;
  overflow: visible;
}
.contact-wrapper .submititb input:hover {
  opacity: 0.7;
  transition: all 0.3s;
  background: url("images/arrow-right.svg") no-repeat center right 0px;
}



.copyright {
  padding-bottom: 90px;
}

.container-fluid {
  max-width: 1450px;
  margin: 0 15px;
}


.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 14px;
  font-weight: normal;
  display: block;
  position: relative;
  top: -16px;
  left: 26px;
}

body .wpcf7-response-output {
  padding: 20px !important;
  text-align: center;
}


.typed-text {
  transition: all 0.5s;
}
.active-class {
  transition: all 0.5s;
  animation: bounce 1s infinite; /* Example animation */
}



.artworks-category__products .slick-list {
  margin: 0 0px 0 -15px;
  padding-right: 80px;
  overflow: initial;
}
.artworks-category__products {
  padding: 48px 0 48px 0;
  overflow: hidden;
}
.artworks-category__products .slick-slide {
  margin: 0 15px;
}

.testimonials-in {
  position: relative;
}
.artworks-category__arrows {
  position: absolute;
  right: 0px;
  bottom: 50px;
  display: flex;
}
.artworks-category__arrows .long-arrow-left.slick-arrow {
  background: url("images/arrow-left-black.svg") no-repeat center;
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #000;
  margin-right: 15px;
  border-radius: 9999px;
  cursor: pointer;
  transition: 0.3s all;
}
.artworks-category__arrows .long-arrow-left.slick-arrow:hover {
  opacity: 0.6;
  transition: 0.3s all;
}
.artworks-category__arrows .long-arrow-right.slick-arrow {
  background: url("images/arrow-right-black.svg") no-repeat center;
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #000;
  border-radius: 9999px;
  cursor: pointer;
  transition: 0.3s all;
}
.artworks-category__arrows .long-arrow-right.slick-arrow:hover {
  opacity: 0.6;
  transition: 0.3s all;
}


.page-simple-smaller-top {
  background: url(images/blue-back.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  height: 250px;
  overflow: hidden;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  margin-bottom: 60px;
}

.main-title {
  font-size: 40px;
  line-height: 43px;
  margin-bottom: 32px;
}


@media screen and (max-width: 1500px) {


}

@media screen and (max-width: 1650px) {

  .yellow-bubble-large {
    width: 40vw;
    height: 40vw;
    top: 250px;
    right: -12vw;
   }
  .purple-buttle-small {
    width: 40px;
    height: 40px;
    top: 150px;
    right: 350px;
  }
  .mixed-buttle-medium {
    width: 20vw;
    height: 20vw;
    bottom: 250px;
    right: 15vw;
    background: url("images/mixed-bubble.svg") no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 1200px) {
  .container-fluid {
    margin: 0 8%;
  }
}
@media screen and (max-width: 1350px) {

  #menu-main-menu li a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 19px 15px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-align: center;
  }
  #menu-main-menu {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1200px) {
  .half-blocks-image {

    height: 300px;

  }

}

@media screen and (max-width: 992px) {
  #menu-main-menu li a {
    font-size: 12px;

  }
  .bullets-in {
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px;

  }

  .bullets-item {
    width: calc(50% - 140px);
    margin: 0 35px 30px 35px;
  }

  .home-heading-in {
    background: url(images/colored-back.jpg) no-repeat center center;
    background-size: cover;
    position: absolute;
    height: 60%;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 5;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    padding: 0 15px;
  }
  .cororedbubble {
    position: absolute;
    width: 500px;
    height: 500px;
    top: calc(50% - 250px);
    left: calc(50% - 250px);
    display: block;
    background: #BBFC49;
    border-radius: 99999px;
    z-index: 2;
  }

  .scrolldown {
    position: absolute;
    right: 20px;
    top: 210px;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 4px;
    transform: rotate(90deg);
    text-decoration: none;
    animation: movetopdown 3s infinite; /* Apply animation */
  }

  @keyframes movetopdown {
    0% {
      top: 210px;
    }
    50% {
      top: 250px;
    }
    100% {
      top: 210px;
    }
  }
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 767px) {
  .show-desctop {
    display: none !important;
  }

  .show-mobile {
    display: block !important;
  }

   .cookie-law-wrapper-in {
    display: block;
  }

  .cookie-law-text-wrapper {
    display: inline-block;
    width: 100%;
  }

  .cookie-law-wrapper p {
    padding: 15px;
  }

  .cookie-law-button-wrapper {
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: top;
    padding: 15px;
  }

  .web-section {
    padding: 36px 0;
  }

  body {
    padding-top: 46px;
  }
  
  .map-responsive{
    padding-bottom:110%;
  }
  .video-wrapper {
    padding-bottom: 110%; /* 16:9 */
  }


  .cororedbubble {
    position: absolute;
    width: 300px;
    height: 300px;
    top: calc(35% - 150px);
    left: calc(50% - 150px);
    display: block;
    background: #BBFC49;
    border-radius: 99999px;
    z-index: 2;
  }

  .large-web-tile {
    font-size: 34px;
    line-height: 38px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 7px;
    margin-bottom: 25px;

  }

  a.scrolldown {
    display: none;
  }

  .home-heading-title {
    position: relative;
    margin-top: -30px;
  }


  .capabilities-in {
    display: flex;
    flex-wrap: wrap;
  }
  .capabilities-left{
    order: 2;
    width: 100%;
    padding: 0px;
    text-align: left;
  }
  .capabilities-right {
    order: 1;
    width: 100%;
    padding: 0px;
  }

  .accordion__item .accordion__content {
    padding: 15px 0px 15px 0px;
    margin-bottom: 2px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    display: none;
    text-align: left;
  }

  .accordion__item {
    margin-bottom: 10px;
  }
  .accordion__item .accordion__title {
    position: relative;
    display: block;
    padding: 5px 0px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    transition: all 0.3s ease-out;
  }

  .bracket-headeing {
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 38px;
  }

  .left-text-buble {


    border-top-left-radius: 35px;
    border-top-right-radius: 35px;

  }

  .left-text-buble-in h3 {
    margin-top: 15px;
  }


  .title-bullets{

    border-top-left-radius: 35px;
    border-top-right-radius: 35px;

    margin-top: -35px;
  }
  .heighfornextblock {
    height: 35px;
  }


  .video-back {
    min-height: auto;
    padding: 0px 0;
    overflow: hidden;
    position: relative;
  }
  .video-back video {
    position: relative;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    top: auto;
    left: auto;
    transform: none;
    height: 455px;
  }
  .bullets-in {
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0px;
    margin-top: 40px;
  }

  .bullets-item {
    width: calc(100%);
    margin: 0 0px 40px 0px;
  }


  .video-back-in {
    background: #BBFC49;
    padding: 30px 15px;
    max-width: 800px;
    position: static;
    right: 0px;
    bottom: 0px;
    border-top-left-radius: 0px;
    margin-top: -2px;
  }
  .video-back-in-text p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 0px;
  }
  .video-back-in-text ul {
    list-style: disc;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .video-back-in-text li {
    font-size: 20px;
    line-height: 34px;
    font-weight: 600;
    text-transform: uppercase;
  }


  .half-blocks-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0px;
  }
  .half-blocks-item {
    width: calc(100% - 0px);
    margin: 15px 0;
    display: block;
  }

  .half-blocks-image {
    width: 100%;
    height: 250px;
    background-size: cover !important;
  }

  .footer-top {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-top-left {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 30px;
  }
  .footer-top-right {
    width: 100%;
    padding-left: 0px;
  }

  .container-fluid {

    margin: 0 15px;
  }

  nav.bottom-menu {
    display: none !important;
  }

  .copyright {
    padding-bottom: 0px;
  }

  .home-heading {

    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
  }

  .admin-bar .home-heading {
    height: calc(100vh - 224px);
  }

  .purple-buttle-small {

    right: 50px;
  }
  .home-heading-in {
    height: 70%;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
  }
  .testimonials-wrapper {
    padding-left: 0px;
  }

  .testimonials-item {
    padding: 15px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    background: #fff;
    position: relative;

  }
  .testimonials-item:before {
    content: "";
    background: url("images/quotes.svg") no-repeat;
    display: block;
    background-size: 40px;
    width: 40px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: -14px;
    z-index: 10;
  }


  .artworks-category__products .slick-list {
    margin: 0 0px 0 -5px;
    padding-right: 30px;
    overflow: initial;
  }
  .artworks-category__products {
    padding: 48px 0 48px 0;
    overflow: hidden;
  }
  .artworks-category__products .slick-slide {
    margin: 0 5px;
  }




  .artworks-category__arrows {
    position: static;
    right: 0px;
    bottom: 50px;
    display: flex;
  }
  .artworks-category__arrows .long-arrow-left.slick-arrow {
    background: url("images/arrow-left-black.svg") no-repeat center;
    display: block;
    background-size: 15px;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    margin-right: 15px;
    border-radius: 9999px;
  }

  .artworks-category__arrows .long-arrow-right.slick-arrow {
    background: url("images/arrow-right-black.svg") no-repeat center;
    display: block;
    background-size: 15px;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 9999px;
  }

  .capabilities-right .video-wrap {
    max-width: 70%;
    margin: 0 auto;
  }


  .page-simple-smaller-top {
    background: url(images/blue-back.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    height: 1px;
    overflow: hidden;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    margin-bottom: 60px;
  }

}

@media screen and (max-width: 480px) {
  .video-back video {
    height: 300px;
  }
}



@media screen and (max-width: 480px) {
  .video-back video {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .video-back video {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .video-back video {
    height: 300px;
  }
}


.large-web-tile .texttransparent {
	font-family: 'Arial' ;
}











