/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 12 2020 | 11:23:37 */
/* Colors */
:root {
  --white-color: #fff;
  --blue-color: #073781;
  --brand-color: #00b0b9;
}

.text-white {
  color: var(--white-color) !important;
}

.text-blue {
  color: var(--blue-color) !important;
}

.text-brand {
  color: var(--brand-color) !important;
}

/* Page Scroller */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: var(--brand-color);
}


::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}

html {
  scroll-behavior: smooth;
}

.ltr {
  direction: ltr;
}

#collaboration .kd-row-separator svg {
  fill: var(--brand-color) !important;
}

.navbar.navbar-default.navbar-shrink {
  box-shadow: 0 2px 40px 0 hsla(240,0%,6%,.05);
}

/* Overwrite Classes */
@media (min-width: 960px) {
  .testimonial-cards .tcards_message {
    height: 606px;
  }
  
  .header-bttn-wrapper .modal-menu-item {
    visibility: hidden;
    display: none;
  }
  
  .navbar-nav {
    float: right;
    padding: 0;
  }
  
  .navbar-nav > li {
    float: right;
  }
}

.tt-image {
    max-width: 1000px;
}

.testimonials.slider.with-image .tt-content {
  max-width: 1400px;
}

.testimonials.slider.with-image .owl-dots {
  margin-top: 40px;
}

.owl-dots .owl-dot {
  width: 17px;
  height: 17px;
}

.navbar-default .nav:hover li a {
    opacity: 1;
}

.home-intro {
  padding-top: 29%;
}

.home-banner-head {
  padding-top: 30px;
  z-index: 10;
}

.kd-section-title.text-center {
  z-index: 10;
}

.top-banner-sub h6 {
  line-height: 1.4;
  margin-bottom: 0px;
}

.home-banner-head h2 {
  flex-direction: column;
  line-height: 1.5;
}

.home-banner-head strong {
  display: block;
}

.h6-head-600 h6 {
  font-weight: 500;
}

.button-lg {
  font-size: 42px;
  padding: 30px 60px;
  margin-top: 25px;
  border: 1px solid var(--white-color);
}

.button-lg.last-section,
.button-lg.community-section {
  margin: 40px auto 15px;
  border: 1px solid var(--brand-color);
  border-radius: 50px;
  -webkit-animation: flow 2s infinite ease-in-out;
          animation: flow 2s infinite ease-in-out;
}

@-webkit-keyframes flow {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -15%);
            transform: translate(0, -15%);
  }
}
@keyframes flow {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -15%);
            transform: translate(0, -15%);
  }
}

.button-lg.last-section.tt_button:hover,
.button-lg.community-section.tt_button:hover{
  color: var(--white-color) !important;
  border: 1px solid var(--brand-color) !important;
}

.button-lg.last-section:hover::before,
.button-lg.community-section:hover::before{
  background-color: var(--brand-color) !important;
}

.community-button .community-section {
  position:absolute;
  left:0;
  right:0;
  margin: 0px auto;
}

.community-box {
  border: 2px solid var(--brand-color);
}

.button-lg.community-section {
  background: var(--white-color);
}

.button-md {
  font-size: 24px;
  padding: 20px 40px;
}

.mt-20 {
  margin-top: 40px;
}

.testimonials.slider.with-image .tt-content  {
  margin-bottom: 0;
}

.play-video .fa-play  {
	width: 30px;
}

.fly-high .clients.owl-carousel .owl-item {
    height: 177px;
}

#collaboration .clients.owl-carousel .owl-wrapper-outer {
  padding: 0;
}

.clients.owl-carousel .owl-item {
    height: 98px;
}

.clients.owl-carousel .owl-wrapper-outer {
  padding-bottom: 0;
}

.clients.slider .clients-content {
  justify-content: center;
  align-items: center;
  display: flex;
  height: 100%;
  margin: 0 15px;
  cursor: pointer;
}

.company-logos .clients.owl-carousel .owl-item {
    height: 120px;
}

.company-logos .clients.slider .clients-content {
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 10px;
  box-shadow: 0 0px 10px 1px rgba(0, 0, 0, 0.15);
  background: var(--white-color);
}

.company-logos .clients.slider .clients-content:hover {
  background: #eeeeee;
}

/*.company-logos .clients.slider .clients-content img {
  max-width: 85%;
}*/

.vc_custom_1577884212419 {
  background-position: left 140px !important;
  background-size: 85%;
}

#arcdb .key-icon-box .ib-wrapper {
  border: 2px solid var(--brand-color);
  border-radius: 25px;
  overflow: visible;
}


/*#arcdb .key-icon-box .ib-wrapper {
  padding: 37px;
  height: 323px;
  width: 323px;
  padding: 30px;
  height: 313px;
  width: 313px;
}*/

.key-icon-box.icon-default.icon-top .service-heading {
    font-size: 32px;
    line-height: 34px;
}

.key-icon-box.icon-top.cont-center p {
  font-size: 22px;
  line-height: 26px;
}

.arcdb-sep-right {
  background: url('https://www.arcdb-b2b.co.il/wp-content/uploads/2020/01/arcdb-sep.png') no-repeat center;
  width: 108px;
  height: 108px;
  position: absolute;
  top: calc(50% - 60px);
  z-index: 10;
  right: -55px;
}

#arcdb .arcdb-ico .img_big_size {
  margin: 0;
}

#arcdb .ib-hover-2.key-icon-box .ib-wrapper::before {
  border-radius: 25px;
}

#arcdb .arcdb-ico .img_big_size:before {
  position: absolute;
  content: '';
  border: 2px solid #eaeceb;
  left: auto;
  width: 150px;
  top: -22px;
}

#arcdb .key-icon-box:hover .img_big_size:before {
  border: none;
}

#arcdb .arcdb-ico .img_big_size img {
  max-width: 145px;
  height: 105px;
  margin: -130px 0 0 0;
  /*background-color: #eaeceb;*/
}

/*#arcdb .arcdb-ico3 {
  background: url(https://www.arcdb-b2b.co.il/wp-content/uploads/2020/01/ico3.png) no-repeat center;
  width: 145px;
  height: 105px;
}

.key-icon-box.icon-top.cont-center p {
    padding: 0 20px;
    font-size: 18px;
}

.key-icon-box.icon-top,
.ib-hover-2.key-icon-box:hover .ib-wrapper{
    border-radius: 999px;
  	box-shadow: 0 4px 35px 0 rgba(1, 176, 185, 0.2);
}

.ib-hover-2.key-icon-box:hover .ib-wrapper {
	box-shadow: 0 0 0 7px var(--brand-color), 0 0 0 10px var(--white-color), 0 0 0 14px var(--brand-color);
}*/

.home .nav-logo {
  content: url(https://www.arcdb-b2b.co.il/wp-content/uploads/2019/12/logo-sticky-white.png);
}

.navbar-shrink .nav-logo {
  content: '';
}

.tt_button.modal-menu-item:last-child {
  border-color: var(--white-color);
  color: var(--white-color);
}

.navbar-shrink .tt_button.modal-menu-item:last-child {
  border-color: var(--blue-color);
  /*color: var(--brand-color);*/
  color: var(--white-color) !important;
  background-color: var(--blue-color) !important;
}

/*.tt_button.modal-menu-item:first-child::before,*/
.button-lg.tt_button::before,
.button-md.tt_button::before {
  background-color: var(--brand-color) !important;
}


.header-bttn-wrapper .modal-menu-item {
  font-size: 24px;
  padding-top: 14px;
}

.tt_button.modal-menu-item:hover:last-child,
.button-lg.tt_button:hover,
.button-md.tt_button:hover {
  border-color: var(--blue-color) !important;
  color: var(--blue-color) !important;
}

.btn-hover-2 .tt_button::before {
  background-color: var(--white-color) !important;
}

.home-howitworks {
  text-align: center;
  background: var(--brand-color);
}

.home-howitworks .cb-heading {
  color: var(--white-color);
  font-size: 32px;
  font-weight: 300;
}

.home-howitworks p,
.team-member.design-creative .team-content .team-content-hover .team-subtitle {
  font-size: 20px;
}

.home-howitworks:hover {
  background: var(--white-color);
}

.home-howitworks:hover .cb-heading {
  color: var(--brand-color);
}

#arcdb {
  background-size: 100% !important;
  background-position: center top !important;
}

#arcdb .logo-right {
  position: absolute;
    top: 333px;
    right: -25%;
    background: url(https://www.arcdb-b2b.co.il/wp-content/uploads/2019/12/logo-big.png) no-repeat;
    width: 225px;
    height: 221px;
    background-size: 85%;
  /*animation: upshow 5s linear;
  animation-delay: 2s;*/
}

#arcdb .logo-right.go {
  display: block;
  animation: upshow 5s linear;
}

@keyframes upshow {
    0% {
      opacity: 0;
      transform: scale(0.5);
  } 
    100% {
     opacity: 1;
    display:block;
    transform: scale(1);
  } 
} 

#arcdb .arcdb-ppl>div {
  display: none;
}

#arcdb .arcdb-ppl>div:nth-child(1) {
  position: absolute;
  top: -35px;
  left: -200px;
  background: url(https://www.arcdb-b2b.co.il/wp-content/uploads/2019/12/p-b01.png) no-repeat;
  width: 145px;
  height: 147px;
  background-size: 85%;
  /*animation: down1 3s linear;
  animation-delay: 2s;*/
}

#arcdb .arcdb-ppl>div:nth-child(1).go { 
  display: block;
  animation: down1 3s linear;
}

@keyframes down1 {
    0% {
        top: -100px;
        opacity: 0.8;
    }
    100% {
        top: -35px;
        opacity: 1;
    }
}

#arcdb .arcdb-ppl>div:nth-child(2) {
  position: absolute;
  top: 60px;
  left: -90px;
  background: url(https://www.arcdb-b2b.co.il/wp-content/uploads/2019/12/p-b02.png) no-repeat;
  width: 148px;
  height: 153px;
  background-size: 85%;
  /*animation: down2 3.5s linear;
  animation-delay: 2.5s;*/
}

#arcdb .arcdb-ppl>div:nth-child(2).go { 
  display: block;
  animation: down2 3.5s linear;
}

@keyframes down2 {
    0% {
        top: -100px;
        opacity: 0.8;
    }
    100% {
        top: 60px;
        opacity: 1;
    }
}
#arcdb .arcdb-ppl>div:nth-child(3) {
  position: absolute;
  top: 175px;
  left: -200px;
  background: url(https://www.arcdb-b2b.co.il/wp-content/uploads/2019/12/p-b03.png) no-repeat;
  width: 145px;
  height: 147px;
  background-size: 85%;
  /*animation: down3 3.5s linear;
  animation-delay: 3s;*/
}

#arcdb .arcdb-ppl>div:nth-child(3).go { 
  display: block;
  animation: down3 3.5s linear;
}

@keyframes down3 {
    0% {
        top: -100px;
        opacity: 0.8;
    }
    100% {
        top: 175px;
        opacity: 1;
    }
}
#arcdb .arcdb-ppl>div:nth-child(4) {
  position: absolute;
  top: 307px;
  left: -90px;
  background: url(https://www.arcdb-b2b.co.il/wp-content/uploads/2019/12/p-b04.png) no-repeat;
  width: 145px;
  height: 147px;
  background-size: 85%;
  /*animation: down4 4s linear;
  animation-delay: 3.5s;*/
}

#arcdb .arcdb-ppl>div:nth-child(4).go { 
  display: block;
  animation: down4 4s linear;
}

@keyframes down4 {
    0% {
        top: -100px;
        opacity: 0.8;
    }
    100% {
        top: 307px;
        opacity: 1;
    }
}
#arcdb .arcdb-ppl>div:nth-child(5) {
  position: absolute;
  top: 454px;
  left: -150px;
  background: url(https://www.arcdb-b2b.co.il/wp-content/uploads/2019/12/p-b05.png) no-repeat;
  width: 145px;
  height: 147px;
  background-size: 85%;
  /*animation: down5 5s linear;
  animation-delay: 4s;*/
}

#arcdb .arcdb-ppl>div:nth-child(5).go { 
  display: block;
  animation: down5 5s linear;
}

@keyframes down5 {
    0% {
        top: -100px;
        opacity: 0.8;
    }
    100% {
        top: 454px;
        opacity: 1;
  }
}
    

#arcdb .arcdb-ppl>div:nth-child(6) {
  position: absolute;
  top: 620px;
  left: -150px;
  background: url(https://www.arcdb-b2b.co.il/wp-content/uploads/2019/12/p-b06.png) no-repeat;
  width: 145px;
  height: 147px;
  background-size: 85%;
  /*animation: down6 6s linear;
  animation-delay: 4.5s;*/
}

#arcdb .arcdb-ppl>div:nth-child(6).go { 
  display: block;
  animation: down6 6s linear;
}

@keyframes down6 {
    0% {
        top: -100px;
        opacity: 0.8;
    }
    100% {
        top: 620px;
        opacity: 1;
  }
}


.team-member.design-creative .team-content .team-content-hover h4 {
  font-size: 24px;
}

#TESTBG1 {
	min-height: 100vh;
}

.footer-bar {
  direction: rtl;
  float: right;
}

.footer-bar .footer-nav-menu {
    float: right;
}

.footer-socials-bar {
    float: left;
}

.footer-bar .footer-nav-menu ul li a {
  margin-right: 0;
  margin-left: 30px;
}

.upper-footer .widget-title {
  text-align: center;
  font-size: 20px;
}

.upper-footer {
  border: none;
}

.footer-bar {
  border-bottom-color: var(--white-color);
  margin-bottom: 20px;
  padding: 25px;
}

/*.footer-socials-bar i {
    color: #05387d !important;
}*/

.upper-footer .textwidget,
.footer_widget .menu {
  text-align: center;
}

.footer-slogan {
    font-weight: 500;
    display: block;
    font-size: 36px;
    line-height: normal;
    color: #c8d7f0;
  margin: 15px auto;
}

.upper-footer .textwidget img.img-fluid {
  margin: 10px 0 0;
  max-width: 100%;
  height: auto;
  max-height: 75px;
}

.upper-footer .textwidget img.wp-image-7814 {
  margin: 25px auto;
}

.footer-widget-area figcaption {
    background-color: unset;
    color: var(--white-color);
    position: relative;
    width: 100%;
    font-size: 15px;
    transition: 0.25s;
    text-overflow: unset;
    overflow: unset;
    height: unset;
    line-height: unset;
    padding: unset;
    white-space: nowrap;
  font-weight: 400;
    color: #c8d7f0;
}

.upper-footer .textwidget h4 {
      font-size: 57px;
    font-weight: 300;
}

.upper-footer .textwidget .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.upper-footer .textwidget .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.textwidget.custom-html-widget>a {
  margin: 0 20px;
}

.home-banner-ppl {
   position: absolute;
   left: 0;
  z-index: -1;
}

.expert1 {
  background: url("https://www.arcdb-b2b.co.il/wp-content/uploads/2019/12/p01.png") no-repeat center;
  width: 131px;
  height: 107px;
  position: relative;
  animation: up-down 20s linear infinite;
}

.expert2 {
  background: url("https://www.arcdb-b2b.co.il/wp-content/uploads/2019/12/p02.png") no-repeat center;
  width: 107px;
  height: 108px;
  position: relative;
  animation: up-down2 10s linear infinite;
  top: 50px;
}

.expert3 {
  background: url("https://www.arcdb-b2b.co.il/wp-content/uploads/2019/12/p03.png") no-repeat center;
  width: 105px;
  height: 106px;
  position: relative;
  animation: up-down3 20s linear infinite;
}

.expert4 {
  background: url("https://www.arcdb-b2b.co.il/wp-content/uploads/2019/12/p04.png") no-repeat center;
  width: 110px;
  height: 109px;
  position: relative;
  animation: up-down4 21s ease-in-out infinite;
  left: calc(50% + 330px);
  top: -400px;
}

.expert5 {
  background: url("https://www.arcdb-b2b.co.il/wp-content/uploads/2019/12/p05.png") no-repeat center;
  width: 104px;
  height: 105px;
  position: relative;
  animation: up-down4 20s linear infinite;
  left: calc(50% + 1050px);
  top: -480px;
}

.expert6 {
  background: url("https://www.arcdb-b2b.co.il/wp-content/uploads/2019/12/p06.png") no-repeat center;
  width: 107px;
  height: 108px;
  position: relative;
  animation: up-down5 20s linear infinite;
}

.expert7 {
  background: url("https://www.arcdb-b2b.co.il/wp-content/uploads/2019/12/p07.png") no-repeat center;
  width: 107px;
  height: 108px;
  position: relative;
  animation: up-down6 20s linear infinite;
}
.expert8 {
  background: url("https://www.arcdb-b2b.co.il/wp-content/uploads/2019/12/p08.png") no-repeat center;
  width: 107px;
  height: 108px;
  position: relative;
  animation: up-down7 10s linear infinite;
}

@keyframes up-down {
    0% {
        left: 0;
        transform: translate(-100px, -500px);
    }
    100% {
        left: 10%;
        transform: translateX(0);
    }
}
@keyframes up-down2 {
    0% {
        left: 0;
        transform: translate(40px, -800px);
    }
    100% {
        left: 10%;
        transform: translate(0, -600px);
    }
}
@keyframes up-down3 {
    0% {
        left: 0;
        transform: translate(1500px, -900px);
    }
    100% {
        left: 0;
        transform: translate(1800px, 0);
    }
}
@keyframes up-down4 {
    0% {
        transform: translateX(-60px) rotate3d(0, 1, 0, 180deg);
    }
    0.01% {
        transform: translateX(-60px);
    }
    50% {
        transform: translateX(110px);
    }
    50.01% {
        transform: translateX(110px) rotate3d(0, 1, 0, 180deg);
    }
    100% {
        transform: translateX(-60px) rotate3d(0, 1, 0, 180deg) scale(1.2);
    }
}

@keyframes up-down5 {
    0% {
        left: 0;
        transform: translate(1700px, -1100px);
    }
    100% {
        left: 0;
        transform: translate(1300px, 300px);
    }
}

@keyframes up-down6 {
    0% {
        left: 0;
        transform: translate(1300px, -550px);
    }
    100% {
        left: 0;
        transform: translate(1000px, -550px);
    }
}

@keyframes up-down7 {
    0% {
        left: 0;
        transform: translate(1400px, -930px) scale(0.9);
    }
    100% {
        left: 0;
        transform: translate(1000px, -930px) scale(1);
    }
}

.kd_vc_parallax .parallax-overlay {
  background-size: contain;
}

.clients.slider,
.slider.testimonials,
.testimonial-cards.container,
.dir-init {
  direction: initial;
}

.testimonials-ppl .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline {
  padding: 0 25px 75px;
}

.testimonials-ppl .vc_images_carousel .vc_carousel-indicators li {
  width: 17px;
  height: 17px;
  border: none;
  background-color: rgba(0, 0, 0, 0.2);
}

.testimonials-ppl .vc_images_carousel .vc_carousel-indicators .vc_active {
  background-color: #073781;
}

.h6-head-600 h2 {
  font-weight: 400;
}

.navbar-shrink .header-bttn-wrapper .modal-menu-item:last-child {
  visibility: visible;
  display: block;
}

.wp-video-popup-wrapper h3 {
  color: var(--white-color);
  margin: auto;
  font-size: 44px;
  font-weight: 400;
  padding: 15px 0;
}

.wp-video-popup-wrapper h3 span {
  color: #FFEB3B;
}

.open01,
.open02{
  position: relative;
  display: block;
}

.row-logos {
  border-top: 2px dashed var(--brand-color);
}

.open01:hover:after {
    content: 'אלעזר כהן מפקח בניה';
    background: var(--white-color);
    color: var(--blue-color);
    padding: 2px;
    display: block;
  	margin-top: -20px;
    font-size: 15px;
    position: absolute;
    width: 100%;
}

.open02:hover:after {
    content: 'ליאון ארביב מעצבת טקסטיל';
    background: var(--white-color);
    color: var(--blue-color);
    padding: 2px;
    display: block;
  	margin-top: -20px;
    font-size: 15px;
    position: absolute;
    width: 100%;
}

.news-container {
  /*background-image: linear-gradient(calc(77deg), rgba(163, 163, 163, 0.09) 0%, rgba(163, 163, 163, 0.09) 33.3%, rgba(100, 100, 100, 0.09) 33.3%, rgba(100, 100, 100, 0.09) 66.6%, rgba(162, 162, 162, 0.09) 66.6%, rgba(162, 162, 162, 0.09) 99%), linear-gradient(calc(283deg), rgba(193, 193, 193, 0.06) 0%, rgba(193, 193, 193, 0.06) 33.3%, rgba(169, 169, 169, 0.06) 33.3%, rgba(169, 169, 169, 0.06) 66.6%, rgba(92, 92, 92, 0.06) 66.6%, rgba(92, 92, 92, 0.06) 99%), linear-gradient(calc(154deg), rgba(45, 45, 45, 0.03) 0%, rgba(45, 45, 45, 0.03) 33.3%, rgba(223, 223, 223, 0.03) 33.3%, rgba(223, 223, 223, 0.03) 66.6%, rgba(173, 173, 173, 0.03) 66.6%, rgba(173, 173, 173, 0.03) 99%), linear-gradient(calc(305deg), rgba(226, 226, 226, 0.06) 0%, rgba(226, 226, 226, 0.06) 33.3%, rgba(81, 81, 81, 0.06) 33.3%, rgba(81, 81, 81, 0.06) 66.6%, rgba(186, 186, 186, 0.06) 66.6%, rgba(186, 186, 186, 0.06) 99%), linear-gradient(calc(110deg), rgba(225, 225, 225, 0.04) 0%, rgba(225, 225, 225, 0.04) 33.3%, rgba(95, 95, 95, 0.04) 33.3%, rgba(95, 95, 95, 0.04) 66.6%, rgba(39, 39, 39, 0.04) 66.6%, rgba(39, 39, 39, 0.04) 99%), linear-gradient(calc(153deg), rgba(184, 184, 184, 0.06) 0%, rgba(184, 184, 184, 0.06) 33.3%, rgba(0, 0, 0, 0.06) 33.3%, rgba(0, 0, 0, 0.06) 66.6%, rgba(140, 140, 140, 0.06) 66.6%, rgba(140, 140, 140, 0.06) 99.9%), linear-gradient(calc(348deg), rgba(40, 40, 40, 0.07) 0%, rgba(40, 40, 40, 0.07) 33.3%, rgba(214, 214, 214, 0.07) 33.3%, rgba(214, 214, 214, 0.07) 66.6%, rgba(190, 190, 190, 0.07) 66.6%, rgba(190, 190, 190, 0.07) 99.9%), linear-gradient(calc(86deg), rgba(230, 230, 230, 0) 0%, rgba(230, 230, 230, 0) 33.3%, rgba(241, 241, 241, 0) 33.3%, rgba(241, 241, 241, 0) 66.6%, rgba(55, 55, 55, 0) 66.6%, rgba(55, 55, 55, 0) 99%), linear-gradient(calc(25deg), #1163d2, #1563a0);*/
  background-image: linear-gradient(calc(77deg), rgba(163, 163, 163, 0.09) 0%, rgba(163, 163, 163, 0.09) 33.3%, rgba(100, 100, 100, 0.09) 33.3%, rgba(100, 100, 100, 0.09) 66.6%, rgba(162, 162, 162, 0.09) 66.6%, rgba(162, 162, 162, 0.09) 99%), linear-gradient(calc(283deg), rgba(193, 193, 193, 0.06) 0%, rgba(193, 193, 193, 0.06) 33.3%, rgba(169, 169, 169, 0.06) 33.3%, rgba(169, 169, 169, 0.06) 66.6%, rgba(92, 92, 92, 0.06) 66.6%, rgba(92, 92, 92, 0.06) 99%), linear-gradient(calc(154deg), rgba(45, 45, 45, 0.03) 0%, rgba(45, 45, 45, 0.03) 33.3%, rgba(223, 223, 223, 0.03) 33.3%, rgba(223, 223, 223, 0.03) 66.6%, rgba(173, 173, 173, 0.03) 66.6%, rgba(173, 173, 173, 0.03) 99%), linear-gradient(calc(305deg), rgba(226, 226, 226, 0.06) 0%, rgba(226, 226, 226, 0.06) 33.3%, rgba(81, 81, 81, 0.06) 33.3%, rgba(81, 81, 81, 0.06) 66.6%, rgba(186, 186, 186, 0.06) 66.6%, rgba(186, 186, 186, 0.06) 99%), linear-gradient(calc(110deg), rgba(225, 225, 225, 0.04) 0%, rgba(225, 225, 225, 0.04) 33.3%, rgba(95, 95, 95, 0.04) 33.3%, rgba(95, 95, 95, 0.04) 66.6%, rgba(39, 39, 39, 0.04) 66.6%, rgba(39, 39, 39, 0.04) 99%), linear-gradient(calc(153deg), rgba(184, 184, 184, 0.06) 0%, rgba(184, 184, 184, 0.06) 33.3%, rgba(0, 0, 0, 0.06) 33.3%, rgba(0, 0, 0, 0.06) 66.6%, rgba(140, 140, 140, 0.06) 66.6%, rgba(140, 140, 140, 0.06) 99.9%), linear-gradient(calc(348deg), rgba(40, 40, 40, 0.07) 0%, rgba(40, 40, 40, 0.07) 33.3%, rgba(214, 214, 214, 0.07) 33.3%, rgba(214, 214, 214, 0.07) 66.6%, rgba(190, 190, 190, 0.07) 66.6%, rgba(190, 190, 190, 0.07) 99.9%), linear-gradient(calc(86deg), rgba(230, 230, 230, 0) 0%, rgba(230, 230, 230, 0) 33.3%, rgba(241, 241, 241, 0) 33.3%, rgba(241, 241, 241, 0) 66.6%, rgba(55, 55, 55, 0) 66.6%, rgba(55, 55, 55, 0) 99%), linear-gradient(calc(25deg), #1163d2, #18d9e4);
  -webkit-animation: fadeinbg 0.5s ease-in;
  -moz-animation: fadeinbg 0.5s ease-in;
  -ms-animation: fadeinbg 0.5s ease-in;
  -o-animation: fadeinbg 0.5s ease-in;
  animation: fadeinbg 0.5s ease-in;
  border-radius: 25px;
}

@keyframes fadeinbg {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@-moz-keyframes fadeinbg {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@-webkit-keyframes fadeinbg {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@-ms-keyframes fadeinbg {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@-o-keyframes fadeinbg {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.testimonials-slide .tt-content-inner {
    flex-direction: row-reverse;
}

.testimonials-slide h6 strong {
  color: #ffefa1;
  font-weight: 400;
  font-size: 30px;
}

.testimonials-slide h6 small {
  color: var(--white-color);
  line-height: 28px;
  font-size: 24px;
  display: block;
  margin-top: 10px;
}

.testimonials-slide.bonim h6 small {
  color: #1b8497;
}

.testimonials.slider.with-image .tt-container .content {
  margin-top: 15px;
  font-size: 24px;
}

.owl-dots .owl-dot.active span {
    background-color: var(--blue-color);
}

.testimonials.slider.with-image .testimonials-slide .tt-container h6,
.testimonials.slider.with-image .testimonials-slide .tt-container .content,
.testimonials.slider.with-image .testimonials-slide .tt-container .author,
.testimonial-cards .tcards_message {
  text-align: right;
  direction: rtl;
}

.testimonial-cards .tcards_message h6 {
  font-size: 26px;
  text-align: center;
}

.testimonial-cards .tcards_message {
  padding: 35px;
  border-radius: 30px !important;
}

.testimonial-cards .tcards_header .tcards-job {
  font-weight: 400;
}

header.kd-section-title .separator_off  {
  margin-bottom: 0;
}

.testimonial-cards .kd-cardchild-5e00dfdd6992a .tcards_message:before {
    border-color: var(--brand-color) transparent transparent transparent;
}

.testimonial-cards .tcards_message:before {
  right: auto;
  margin-right: 0px;
  left: calc(50% - 20px);
  bottom: -40px;
  border-width: 20px;
  border-color: var(--brand-color) transparent transparent transparent !important;
}

.testimonial-cards .tcards_header .tcards-image img {
    float: right;
    margin-right: 0;
    margin-left: 20px;
}

.testimonial-cards .key-tcards {
    text-align: right;
}

.tcards-title-nav {
    float: right;
    text-align: right;
  display: none;
}

.testimonial-cards.container .tcards-content {
    margin-left: 0;
    margin-right: 400px;
    margin-right: 0;
}

.tcards-content .owl-wrapper-outer {
  direction: initial;
}

.testimonial-cards.container {
	direction: inherit;
}

.testimonial-cards.container .tcards-content .owl-nav {
    right: 0;
    left: auto;
    margin-left: 0;
    margin-right: -400px;
  bottom: 90px;
}

.owl-nav {
    height: 60px;
}

.testimonial-cards.container .tcards-content .owl-nav {
      width: 290px;
}

.owl-nav div.owl-next, .owl-nav div.owl-prev {
  border: 1px solid var(--blue-color);
  color: var(--white-color);
  background: #01b0b9;
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.owl-nav div.owl-next:before, .owl-nav div.owl-prev:before {
    font-size: 40px;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.owl-nav div.owl-next, .owl-nav div.owl-prev {
  font-family: FontAwesome;
}

.owl-nav div.owl-prev:before {
  font-family: FontAwesome;
  font-weight: 900;
  content: "\f104";
}

.owl-nav div:before {
  font-family: FontAwesome;
  font-weight: 900;
  content: "\f105";
}

.owl-nav div.owl-next:hover, .owl-nav div.owl-prev:hover {
  border: 1px solid var(--blue-color);
  background: var(--blue-color);
}
  
.border-box {
    background-image: -webkit-linear-gradient(90deg, #356ebb 0%, var(--brand-color) 100%);
    background-image: linear-gradient(90deg, #356ebb 0%, var(--brand-color) 100%);
    background-size: 200%;
    animation: flashy 10s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100vw;
    height: 10px;
}

@keyframes flashy {
    0% {
        background-position: 0 0;
    }
    33% {
        background-position: 500% 0;
    }
    66% {
        background-position: 0 0;
    }
    100% {
        background-position: 500% 0;
  }
}

.testimonial-cards .tcards_header {
  margin-left: 0;
}

/*.testimonial-cards .tcards_header .tcards-image img {
    width: 55px;
    height: 55px;
}*/
  
.vc_custom_1577117079303 {
  background-blend-mode: screen, screen, lighten, overlay, lighten, difference, normal;
  background: radial-gradient(80.99% 100% at 50% 0%, rgb(238, 249, 251) 0%, rgb(54, 0, 142) 100%), radial-gradient(50% 123.47% at 50% 50%, rgb(239, 231, 200) 0%, rgb(54, 0, 142) 100%), linear-gradient(301.28deg, var(--brand-color) 0%, rgb(72, 221, 158) 100%), linear-gradient(294.84deg, rgb(90, 96, 228) 0%, var(--brand-color) 100%), linear-gradient(52.29deg, rgb(0, 0, 0) 0%, rgb(0, 255, 133) 100%), radial-gradient(100% 138.69% at 100% 0%, rgb(0, 7, 165) 0%, rgb(255, 122, 0) 100%), radial-gradient(70.41% 100% at 50% 0%, rgb(213, 179, 0) 0%, rgb(34, 0, 170) 100%);
}
  
body .testimonials.slider.with-image .tt-container h6 {
  font-size: 30px;
}

.testimonials.slider .author {
  font-size: 20px;
  font-weight: 400;
}

.testimonials.slider .tt-content .content {
  font-weight: 500;
  font-size: 20px;
}

#testimonials .vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_column_container {
  padding-left: 15px;
  padding-right: 15px;
}

.testimonial-cards .tcards_header .tcards-image img {
  width: 230px;
  height: 100%;
  float: none;
  background: #e7f7f7;
}

.testimonial-cards .tcards_header {
    margin-left: 0;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-id-7462 .kd-shapes.shape_right_pos:before {
  content: '';
    width: 140px;
    height: 140px;
    background-image: url(https://www.arcdb-b2b.co.il/wp-content/uploads/2019/12/handshake.gif);
    background-size: 100%;
    position: absolute;
    left: 16%;
    top: 16%;
    background-position: center -10px;
    border-radius: 30% 70% 30% 70% / 70% 30% 70% 30%;
}

#testimonials .kd-shapes.shape_left_pos {
  left: 4em;
  left: -2em;
}

#testimonials .kd-shapes.shape_left_pos:before {
  content: '';
    width: 140px;
    height: 140px;
    background-image: url(https://www.arcdb-b2b.co.il/wp-content/uploads/2019/12/manager.gif);
    background-size: 100%;
    position: absolute;
    left: 26%;
    top: 26%;
    background-position: center;
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}

.video-box .wpb_wrapper {
  border: 2px solid #00b0b9;
  border-radius: 25px;
  padding: 20px;
  box-shadow: 0 0px 10px 1px rgba(0, 0, 0, 0.15);
}

.vc_custom_1577628512556 {
  background-position: left top !important;
}

.fly-high .parallax-overlay {
  background-position: center 75px !important;
}

.vc_custom_1577283841119 .kd-text-rotator-container h2 {
  margin: 0;
}

.page-404 {
  background: url('https://www.arcdb-b2b.co.il/wp-content/uploads/2019/12/bg2.jpg') #fcfcfc center no-repeat;
}

body.error404 .tt_button.modal-menu-item:last-child {
    border-color: var(--blue-color);
    color: var(--white-color) !important;
    background-color: var(--blue-color) !important;
}

body.error404 .tt_button.modal-menu-item:hover:last-child,
.navbar-default.navbar-shrink .navbar-nav>.active>a:focus,
.navbar-default.navbar-shrink .navbar-nav>.active>a:hover {
    color: var(--blue-color) !important;
}

.back-to-top {
  border-radius: 9999px;
  background: #01b0b9;
  line-height: 58px;
}

.back-to-top.active {
  left: 25px;
  right: auto;
}

.back-to-top .fa {
    font-size: 32px;
    color: var(--white-color);
}

.modal-content-contact {
    padding: 40px 60px 0;
    float: right;
}

.modal-content-contact h3 {
    font-size: 42px;
    font-weight: 500;
    color: var(--blue-color);
}

.modal-content-contact p.pop-p {
  box-sizing: border-box;
  margin: 0px 0px 25px;
  line-height: 26px;
  color: #6f6f6f;
  font-family: Heebo;
  direction: rtl;
  font-size: 24px;
}

.modal-content-contact p.pop-p.font-20 {
  font-size: 20px;
  margin-bottom: 15px;
}

.kd-modal-social-list {
  display: none;
}

.key-icon-box.cont-left {
  text-align: right;
}

.modal-content-contact .key-icon-box.icon-left.icon-default .fa {
    float: right;
    margin-left: 15px;
    margin-right: 0;
      color: #05387d;
    font-size: 24px;
}

.modal-content-contact .key-icon-box.cont-left {
    margin-top: 15px;
}

.modal-content-contact .key-icon-box .service-heading {
    text-transform: unset;
    font-size: 20px;
    font-weight: 400;
}

.modal-content-contact .key-icon-box .service-heading a {
    color: #05387d;
}

#popup-modal .close {
    font-size: 28px;
}

.wpcf7-form {
    text-align: right;
    direction: rtl;
}

.modal-content-inner .wpcf7 .wpcf7-text,
.modal-content-inner .wpcf7 .wpcf7-email,
.modal-content-inner .wpcf7-form-control-wrap textarea,
.kd-side-panel .kd-panel-wrapper .wpcf7 .wpcf7-text,
.kd-panel-wrapper .wpcf7 textarea {
	font-size: 18px;
    direction: rtl;
    text-align: right;
}

.wpcf7 .wpcf7-submit {
      font-size: 24px;
}

.kd-side-panel .panel-close {
  left: 50px;
  right: auto;
  font-size: 30px;
}

.kd-panel-header .kd-panel-title {
  color: #05387d;
  font-size: 24px;
  font-size: 30px;
  font-weight: 100;
}

.kd-panel-header .kd-panel-subtitle {
  padding: 40px;
  text-align: center;
}

.kd-panel-header .kd-panel-subtitle h3 {
  font-weight: 500;
}

.kd-panel-header .kd-panel-phone-email {
  padding: 0 40px 40px;
  text-align: center;
}

.kd-panel-phone,
.kd-panel-header .kd-panel-email {
      background: #00aab2;
}

.kd-panel-phone {
    margin: 0 0 0 6px;
}

.kd-panel-phone i,
.kd-panel-header .kd-panel-email i,
.kd-panel-phone a,
.kd-panel-header .kd-panel-email a{
  color: var(--white-color);
}

.kd-panel-phone:hover,
.kd-panel-email:hover {
   background: #062c67;
}

.kd-panel-phone:after,
.kd-panel-email:after {
      border-radius: 25px;
}

.kd-side-panel .kd-panel-contact {
    padding: 0 40px;
}

/*.kd-panel-social-list .redux-social-media-list a {
  background: #062c67;
}*/

#slider-9-slide-16-layer-3 a {
  color: var(--white-color);
}

#slider-9-slide-16-layer-3:hover a {
  color: var(--brand-color);
}

#arcdb .key-icon-box.icon-top.cont-center .fa {
  margin-top: 0;
  margin-bottom: 15px;
}

.inner-section-head h6.subtitle {
  line-height: 24px;
}

#community .inner-section-head h6.subtitle {
  margin-top: 15px;
  line-height: 1.2;
}

.h6-p0 h6 {
  margin-bottom: 10px;
}

#community .kd-shapes.shape_organic_2_rotate {
  right: -18em;
}

.community-play>a,
.family-play>a{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
}

.community-play .play-video:hover,
.family-play .play-video:hover {
  border: none !important;
  background: var(--blue-color);
}

.play-video:hover .fa-play {
  color: var(--white-color);
}

.community-play>a .play-video,
.family-play>a .play-video {
    width: 85px;
    height: 85px;
    box-shadow: 0 0 0 6px var(--white-color);
}

/*.family-play {
  background: url('https://www.arcdb-b2b.co.il/wp-content/uploads/2020/01/family-video-bg.png') no-repeat center;
  width: 200px;
  height: 200px;
}

.family-play .play-video {
  margin-top: -37px;
  margin-left: -37px;
  width: 75px;
  height: 75px;
}

.family-play .play-video:hover {
    border: 37px solid var(--white-color)!important;
}*/

.vc_custom_1581505020257 {
  background-position: center 63px !important;
}

.thank-you-text {
  padding-right: 10% !important;
}

.thank-you-text small {
  color: #05387d;
  font-size: 56px;
  line-height: 1;
  font-weight: 300;
  display: block;
}

#successful_stories .play-video {
  background: rgba(255, 255, 255, 0.5);
}

#successful_stories .play-video .fa-play {
  color: #073781;
}

#successful_stories .play-video:hover {
    border: 46px solid #00b0b9!important;
}

#successful_stories .play-video:hover .fa-play {
  color: #fff;
}

.kd-panel-phone, .kd-panel-email {
    font-size: 18px;
}

.error404 .tt_button.tt_primary_button:hover,
.privacy-butt.tt_button.btn_secondary_color:hover {
  color: var(--blue-color) !important;
}

.modal-content-inner .wpcf7-not-valid-tip {
  text-align: right;
  padding: 0;
  padding-right: 20px;
  font-weight: 400;
  font-size: 1.2em;
}

.modal-content-inner .wpcf7-not-valid-tip:before {
  left: 19px;
  right: auto;
}

.footer-widget-area {
    padding-top: 25px;
}

.lower-footer {
    padding: 15px 0;
}

.modal-content-inner .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
  margin: auto;
  float: none;
  font-weight: 500;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mx650 {
  max-width: 650px;
  margin: auto;
}

.testimonials-box .wpb_wrapper {
  padding: 25px 50px;
}

.testimonials-rounded {
  padding: 5px;
  border-radius: 9999px;
  box-shadow: 0 0 0 3px #00b0b9;
  background: #fff;
}

#community .video-container img,
#testimonials .video-container img {
  box-shadow: unset;
}

#testimonials .kd-section-title.text-center {
  margin-top: 10px;
}

#testimonials .video-container a {
  position: absolute;
  left: 85px;
}

#testimonials .video-container a .play-video {
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
}

#testimonials .video-container a .play-video .fa-play {
  height: 15px;
  font-size: 15px;
  width: 15px;
}

#testimonials .video-container a .play-video:hover {
  border: 3px solid #fff !important;
  background: #073781;
}

#testimonials .video-container a .play-video:hover .fa-play {
  color: #fff;
}

.testimonial-cards .tcards_message {
  background-image: linear-gradient(calc(77deg), rgba(163, 163, 163, 0.09) 0%, rgba(163, 163, 163, 0.09) 33.3%, rgba(100, 100, 100, 0.09) 33.3%, rgba(100, 100, 100, 0.09) 66.6%, rgba(162, 162, 162, 0.09) 66.6%, rgba(162, 162, 162, 0.09) 99%), linear-gradient(calc(283deg), rgba(193, 193, 193, 0.06) 0%, rgba(193, 193, 193, 0.06) 33.3%, rgba(169, 169, 169, 0.06) 33.3%, rgba(169, 169, 169, 0.06) 66.6%, rgba(92, 92, 92, 0.06) 66.6%, rgba(92, 92, 92, 0.06) 99%), linear-gradient(calc(154deg), rgba(45, 45, 45, 0.03) 0%, rgba(45, 45, 45, 0.03) 33.3%, rgba(223, 223, 223, 0.03) 33.3%, rgba(223, 223, 223, 0.03) 66.6%, rgba(173, 173, 173, 0.03) 66.6%, rgba(173, 173, 173, 0.03) 99%), linear-gradient(calc(305deg), rgba(226, 226, 226, 0.06) 0%, rgba(226, 226, 226, 0.06) 33.3%, rgba(81, 81, 81, 0.06) 33.3%, rgba(81, 81, 81, 0.06) 66.6%, rgba(186, 186, 186, 0.06) 66.6%, rgba(186, 186, 186, 0.06) 99%), linear-gradient(calc(110deg), rgba(225, 225, 225, 0.04) 0%, rgba(225, 225, 225, 0.04) 33.3%, rgba(95, 95, 95, 0.04) 33.3%, rgba(95, 95, 95, 0.04) 66.6%, rgba(39, 39, 39, 0.04) 66.6%, rgba(39, 39, 39, 0.04) 99%), linear-gradient(calc(153deg), rgba(184, 184, 184, 0.06) 0%, rgba(184, 184, 184, 0.06) 33.3%, rgba(0, 0, 0, 0.06) 33.3%, rgba(0, 0, 0, 0.06) 66.6%, rgba(140, 140, 140, 0.06) 66.6%, rgba(140, 140, 140, 0.06) 99.9%), linear-gradient(calc(348deg), rgba(40, 40, 40, 0.07) 0%, rgba(40, 40, 40, 0.07) 33.3%, rgba(214, 214, 214, 0.07) 33.3%, rgba(214, 214, 214, 0.07) 66.6%, rgba(190, 190, 190, 0.07) 66.6%, rgba(190, 190, 190, 0.07) 99.9%), linear-gradient(calc(86deg), rgba(230, 230, 230, 0) 0%, rgba(230, 230, 230, 0) 33.3%, rgba(241, 241, 241, 0) 33.3%, rgba(241, 241, 241, 0) 66.6%, rgba(55, 55, 55, 0) 66.6%, rgba(55, 55, 55, 0) 99%), linear-gradient(calc(25deg), #1163d2, #18d9e4);
}

.testimonial-cards .tcards_message:before {
  display: none;
}

#testimonials .testimonial-cards .key-tcards {
  position: relative;
}

#testimonials .testimonial-cards .tcards_header {
  position: absolute;
  top: 40px;
  left: 85px;
}

#testimonials .testimonial-cards .tcards-image {
  box-shadow: 0 0 0 10px #e7f7f7;
  border-radius: 9999px;
  position: relative;
}

#testimonials .testimonial-cards .tcards-image:after {
  position: absolute;
  content: "";
  background: url('https://www.arcdb-b2b.co.il/wp-content/uploads/2020/01/like.png') no-repeat center;
  width: 78px;
  height: 78px;
  left: calc(50% - 39px);
  top: 83%;
    -webkit-transition: all 270ms cubic-bezier(0.4, 0, 1, 1);
    transition: all 270ms cubic-bezier(0.4, 0, 1, 1);
  cursor: pointer;
}

#testimonials .testimonial-cards .tcards-image:hover:after {
  top: 80%;
}

#testimonials .testimonial-cards .tcards_header .tcards-image img {
  margin: auto;
}

#testimonials .testimonial-cards .tcards_header .tcards-job {
  font-size: 18px;
}

#testimonials .testimonial-cards .tcards_header .tcards-name {
  font-size: 26px;
  margin-top: 65px;
}

#testimonials .testimonial-cards .tcards_message h6 {
  margin-top: 350px;
  line-height: normal;
}

#testimonials .testimonial-cards .tcards_message h6 small {
  color: #fff;
  display: block;
  margin-bottom: 15px;
  display: none;
}

#collaboration .testimonials.slider .owl-nav {
  max-width: 1600px;
  width: 130%;
  margin-left: -800px;
}

#collaboration .owl-nav div.owl-next, #collaboration .owl-nav div.owl-prev {
  background: none;
  border: none;
  color: #073781;
}

#collaboration .owl-nav div.owl-next:before, #collaboration .owl-nav div.owl-prev:before {
  font-size: 80px;
}

#community .kd-section-title.text-center h2 small {
  color: var(--blue-color);
  display: block;
  margin-bottom: 15px;
}

.kd-panel-phone:after,
.kd-panel-email:after,
.kd-panel-social-list .redux-social-media-list a:after {
  opacity: 1;
  background-color: var(--blue-color);
}

.homexpo.kd-photobox .phb-content {
  padding: 10px 0;
}

.button-lg.homexpo {
  color: var(--white-color);
}

.homexpo.kd-photobox .phb-content h5 {
  margin-bottom: 0;
  font-size: 20px;
}

.vc_custom_1580726363363 .play-video:hover .fa-play {
    color: unset;
}

/* MOBILE */
@media  screen and (min-device-width: 1441px) and (max-width: 1681px) {
  .h6-head-600 h2 {
    text-align: right;
    margin-right: 7%;
  }
  
  .home-intro {
    padding-top: 29%;
  }
  
  body .navbar-default .nav li a {
    font-size: 18px;
  }
  
  .vc_custom_1578842053133/*,
  .vc_custom_1579681066178*/ {
    background-size: contain !important;
  }
  
  .vc_custom_1578842053133 header.kd-section-title .separator_off,
  .vc_custom_1579681066178 header.kd-section-title .separator_off {
    font-size: 49px !important;
    margin-bottom: 122px;
  }
  
  #arcdb .key-icon-box .ib-wrapper {
    padding: 20px 0;
  }
  
  #arcdb header.kd-section-title .separator_off {
    font-size: 60px !important;
  }
  
  #arcdb .vc_custom_1578834485544 header.kd-section-title .separator_off {
    font-size: 32px !important;
  }
  
  #arcdb .vc_custom_1578834485544 header.kd-section-title h6.subtitle {
    font-sizE: 22px !important;
  }
  
  #testimonials .video-container a {
    left: 75px;
  }
}

@media  screen and (min-device-width: 1380px) and (max-width: 1441px) {
  .h6-head-600 h2 {
    text-align: right;
    margin-right: 3%;
    font-size: 48px !important;
  }
  
  body .navbar-default .nav li a {
    font-size: 16px;
  }
  
  .vc_custom_1578842053133 header.kd-section-title .separator_off {
    font-size: 42px !important;
    margin-bottom: 84px;
  }
  
  #arcdb header.kd-section-title h2.separator_off,
  #community header.kd-section-title h2.separator_off,
  #testimonials header.kd-section-title h2.separator_off,
  .vc_custom_1578486581446 header.kd-section-title h2.separator_off,
  #arcdbNews header.kd-section-title h2.separator_off,
  #collaboration header.kd-section-title h2.separator_off,
  #successful_stories header.kd-section-title h2.separator_off {
    font-size: 50px !important;
  }
  
  #community .vc_custom_1578833193001 header.kd-section-title h2.separator_off {
    font-size: 40px !important;
  }
  
  .vc_custom_1578834363098 {
    padding-right: 5% !important;
    padding-left: 5% !important;
  }
  
  #arcdb .key-icon-box.icon-default.icon-top .service-heading,
  #arcdb .vc_custom_1578834485544 header.kd-section-title .separator_off{
    font-size: 28px !important;
  }
  
  #arcdb .vc_custom_1578834485544 header.kd-section-title h6.subtitle {
    font-sizE: 20px !important;
  }
  
  #testimonials .video-container a {
    left: 55px;
  }
  
  #arcdb .vc_custom_1578834485544 header.kd-section-title h6.subtitle,
  #testimonials header.kd-section-title h6.subtitle,
  #arcdbNews header.kd-section-title h6.subtitle {
    font-sizE: 24px !important;
  }
  
  .vc_custom_1578407026676 header.kd-section-title h4.separator_off {
    font-size: 44px !important;
  }
  
  #successful_stories header.kd-section-title h4.separator_off {
    font-size: 16px !important;
  }
}
        
@media  screen and (max-width: 1366px) {
  .h6-head-600 h2 {
    /*text-align: right;*/
    margin-right: 3%;
    font-size: 44px !important;
  }
  
   #arcdb .logo-right.go,
  .arcdb-ppl,
  .back-to-top.active,
  #testimonials .kd-shapes.shape_left_pos {
    display: none;
  }
  
  #arcdb .key-icon-box.icon-top.cont-center .fa {
    font-size: 42px !important;
  }
  
  /*.key-icon-box.icon-default.icon-top .service-heading {
    font-size: 18px;
    line-height: 20px;
  }
  
  .key-icon-box.icon-top.cont-center p {
    padding: 0 15px;
    font-size: 14px;
  }*/
}

@media  screen and (min-device-width: 1290px) and (max-width: 1366px) {
  .h6-head-600 h2 {
    text-align: center;
    margin-right: 0;
  }
  
  .home-intro {
    padding-top: 17%;
  }
  
  .vc_custom_1578842053133,
  .vc_custom_1579681066178 {
    background-size: cover !important;
  }
  
  .vc_custom_1578842053133 header.kd-section-title .separator_off,
  .vc_custom_1579681066178 header.kd-section-title .separator_off {
    font-size: 42px !important;
    margin-top: 40px;
    margin-bottom: 0;
  }
  
  #arcdb header.kd-section-title h2.separator_off,
  #community header.kd-section-title h2.separator_off,
  #testimonials header.kd-section-title h2.separator_off,
  .vc_custom_1578486581446 header.kd-section-title h2.separator_off,
  #arcdbNews header.kd-section-title h2.separator_off,
  #collaboration header.kd-section-title h2.separator_off,
  #successful_stories header.kd-section-title h2.separator_off {
    font-size: 50px !important;
  }
  
  #arcdb .key-icon-box.icon-top.cont-center p {
    font-size: 20px;
  }
  
  .vc_custom_1578834363098 {
    padding-right: 3% !important;
    padding-left: 3% !important;
  }
  
  #community .vc_custom_1578833193001 header.kd-section-title h2.separator_off {
    font-size: 38px !important;
  }
  
  #community .inner-section-head h6.subtitle {
    font-size: 18px;
  }
  
  .community-play>a, .family-play>a {
    bottom: -25px;
  }
  
  #testimonials .testimonials-box h4.separator_off {
    font-size: 20px !important;
  }
  
  .vc_custom_1578407026676 header.kd-section-title h4.separator_off {
    font-size: 40px !important;
  }
  
  /*#arcdb .key-icon-box .ib-wrapper {
    padding: 15px;
    height: 240px;
    width: 240px;
    border-radius: 999px;
  }
  
  .key-icon-box {
    height: 240px;
    width: 240px;
  }*/
  
  #arcdb {
    background-size: cover !important;
  }
  
  #community {
    background-size: cover;
    background-position: center 155px !important;
  }
  
  /*#community .video-container.play-button-center {
    margin-left: 40%;
  }*/
  
  #successful_stories header.kd-section-title .separator_off {
    line-height: 20px !important;
  }
  
  body .navbar-default .nav li a {
    font-size: 15px;
  }
}

@media  screen and (min-device-width: 1025px) and (max-width: 1280px) {
  .home-intro {
    padding-top: 34%;
  }
  
  .h6-head-600 h2 {
    margin-right: 4%;
    font-size: 43px !important;
  }
  
  .vc_custom_1578842053133 header.kd-section-title .separator_off,
  .vc_custom_1579681066178 header.kd-section-title .separator_off {
    text-align: right
  }
  
  .vc_row.vc_row-o-full-height {
    min-height: unset;
  }
    
  .vc_custom_1578407026676 header.kd-section-title h4.separator_off {
    font-size: 36px !important;
  }
  
  body .testimonials.slider.with-image .tt-container h6 {
    font-size: 24px;
  }
  
  #collaboration .testimonials.slider.with-image .tt-content {
    margin-bottom: 0;
    max-width: 970px;
  }
  
  #collaboration .testimonials.owl-carousel .owl-item {
    margin-left: 100px;
    margin-right: -100px;
  }
  
  #collaboration .testimonials.slider .author {
    font-size: 16px;
  }
  
  #collaboration .testimonials.slider.with-image .tt-container .content {
    font-size: 18px;
  }
  
  #collaboration .testimonials.slider.with-image .tt-container {
    padding: 20px;
  }
  
  .tt-image {
    max-width: 738px;
  }
  
  #community .inner-section-head h6.subtitle {
    font-size: 18px!important;
  }
  
  #arcdb .key-icon-box.icon-default.icon-top .service-heading,
  #arcdb .vc_custom_1578834485544 header.kd-section-title .separator_off {
    font-size: 24px !important;
  }
  
  #arcdb .vc_custom_1578834485544 header.kd-section-title h6.subtitle,
  #testimonials header.kd-section-title h6.subtitle, #arcdbNews header.kd-section-title h6.subtitle {
    font-sizE: 18px !important;
  }
}

@media  screen and (min-device-width: 768px) and (max-width: 1024px) {
  .vc_custom_1579681066178 header.kd-section-title .separator_off {
    font-size: 32px !important;
  }
  
  .home-intro {
    padding-top: 27%;
  }
}

@media (max-width: 767px) {
  .vc_custom_1581505020257 {
    background-position: center top !important;
    background-size: contain !important;
    padding-top: 0px !important;
    min-height: unset !important
  }
  
  .thank-you-text {
  	padding: 200px 0 30px 0 !important;
    text-align: center;
  }

  .testimonials-ppl .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline {
    padding: 0 0 75px;
  }
  
  .testimonials-ppl .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item {
    width: 3.31579% !important;
  }
  
  #arcdb header.kd-section-title .subtitle,
  #community header.kd-section-title .subtitle,
  .testimonial-cards .owl-carousel .owl-item:nth-child(n+8),
  .testimonial-cards .owl-dots .owl-dot:nth-child(n+6),
  #testimonials .vc_custom_1578494206869,
  #testimonials .vc_custom_1578496497867,
  #testimonials .vc_custom_1578498538832,
  #testimonials .vc_custom_1578499587856,
  #testimonials .vc_custom_1578556697230,
  #testimonials .vc_custom_1579017163924,
  #testimonials .vc_custom_1578932878900,
  #testimonials .vc_custom_1578557949185,
  #successful_stories .vc_custom_1577636142040,
  #footer .upper-footer .textwidget .col:not(:first-child),
  .LandbotLivechat-container {
    display: none;
  }
  
  #testimonials header.kd-section-title h6.subtitle {
    padding: 0 15px;
  }
  
  #community .vc_custom_1578833193001 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  
  #successful_stories header.kd-section-title .separator_off {
    line-height: 1.3 !important;
  }
  
  .upper-footer .textwidget h4 {
    font-size: 26px !important;
  }
  
  .vc_custom_1578407026676 header.kd-section-title h4.separator_off {
    font-size: 30px !important;
  }
  
  #community .vc_custom_1578833193001 header.kd-section-title h2.separator_off {
    text-align: center;
  }
  
  .community-button .community-section {
    position: relative;
  }
  
  #arcdb .vc_custom_1578834485544 {
    padding: 10px !important;
  }
  
  .home-video .vc_hidden-xs {
    display: block!important;
  }
  
  /*#arcdb .key-icon-box .ib-wrapper {
    border-radius: 999px;
  }*/
  
  body .testimonials.slider.with-image .tt-container h6 {
    font-size: 20px;
  }
  
  .testimonials.slider .tt-content .content {
    font-size: 18px;
  }
  
  /*.testimonials.slider.with-image .tt-content .tt-content-inner {
    margin-left: 30px;
  }*/
  
  .testimonials.slider.with-image .owl-dots {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) and (min-width: 300px) {
  #arcdb, #community {
    background-image: none !important;
  }
  
  .tt_button.button-center.button-md {
    padding: 5px;
  }
}

@media (max-width: 960px) {
  .tt_button.button-center.button-lg {
    font-size: 24px;
    padding: 10px 20px;
    margin-top: 45px;
    line-height: 1.1;
  }
  
  .tt_button.pull-right.button-md,
  .tt_button.button-center.button-md {
    font-size: 20px;
    padding: 18px;
  }
  
  .testimonial-cards .tcards_header .tcards-job {
    text-align: center;
  }
  
  .ib-hover-2.key-icon-box .ib-wrapper {
    background-color: transparent;
  }
  
  .ib-hover-2.key-icon-box .ib-wrapper * {
    color: var(--blue-color) !important;
  }
}

@media (max-width: 959px) {
  .vc_column_container>.vc_column-inner.vc_custom_1577712505884 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  
  .navbar-nav {
    text-align: right;
    padding: 0;
  }
  
  .navbar-fixed-top .navbar-collapse[aria-expanded="true"] + .header-bttn-wrapper {
    margin: 0;
  }
  
  .tt_button.btn_secondary_color.tt_button.tt_secondary_button {
    background: var(--blue-color);
  }
  
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    overflow: hidden;
  }
  
  .container #testimonials .vc_row-has-padding-top {
    padding-top: 0px!important;
  }
  
  /*#testimonials .kd-section-title h4.separator_off {
    font-size: 16px!important;
  }*/
  
  .vc_custom_1577782318466 .kd-section-title h4.separator_off {
    font-size: 28px!important;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .home-intro {
    padding-left: 47%;
    padding-top: 47%;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .vc_custom_1579681066178 header.kd-section-title .separator_off {
    text-align: center;
    margin: 0;
  }

  .home-intro {
    padding-top: 0;
    min-height: 950px !important;
    background-position: 0 142px !important;
  }
  
  .h6-head-600 h2 {
    text-align: unset;
    padding: 10px;
  }
  
  .kd-panel-header .kd-panel-phone-email {
    padding: 0 25px 25px;
  }
  
  .kd-panel-phone, .kd-panel-email {
    font-size: 20px;
  }
  
  .kd-panel-phone {
    margin-bottom: 20px;
  }
  
  .kd-panel-social-list .redux-social-media-list {
    float: left;
    margin: 25px;
  }
  
  .kd-panel-social-list .redux-social-media-list a {
    background: #00aab2;
    border-radius: 25px;
  }
  
  .kd-side-panel .kd-panel-contact {
    padding: 0 25px;
  }
  
  .kd-side-panel .panel-close {
    top: 10px;
    left: 10px;
  }
  
  #testimonials .kd-section-title.text-center {
    margin-top: 10px !important;
  }
  
  #testimonials .video-container a {
    left: -65px;
  }
  
  .navbar-nav {
    margin-bottom: 0;
  }
  
  #main-menu .navbar-nav .menu-item a {
    margin: auto;
    text-align: center;
    font-size: 20px;
  }
  
  .testimonials-box .wpb_wrapper {
    padding: unset;
  }
  
  .h6-head-600 {
        padding: 25px 0;
        background-image: linear-gradient(calc(77deg), rgba(163, 163, 163, 0.09) 0%, rgba(163, 163, 163, 0.09) 33.3%, rgba(100, 100, 100, 0.09) 33.3%, rgba(100, 100, 100, 0.09) 66.6%, rgba(162, 162, 162, 0.09) 66.6%, rgba(162, 162, 162, 0.09) 99%), linear-gradient(calc(283deg), rgba(193, 193, 193, 0.06) 0%, rgba(193, 193, 193, 0.06) 33.3%, rgba(169, 169, 169, 0.06) 33.3%, rgba(169, 169, 169, 0.06) 66.6%, rgba(92, 92, 92, 0.06) 66.6%, rgba(92, 92, 92, 0.06) 99%), linear-gradient(calc(154deg), rgba(45, 45, 45, 0.03) 0%, rgba(45, 45, 45, 0.03) 33.3%, rgba(223, 223, 223, 0.03) 33.3%, rgba(223, 223, 223, 0.03) 66.6%, rgba(173, 173, 173, 0.03) 66.6%, rgba(173, 173, 173, 0.03) 99%), linear-gradient(calc(305deg), rgba(226, 226, 226, 0.06) 0%, rgba(226, 226, 226, 0.06) 33.3%, rgba(81, 81, 81, 0.06) 33.3%, rgba(81, 81, 81, 0.06) 66.6%, rgba(186, 186, 186, 0.06) 66.6%, rgba(186, 186, 186, 0.06) 99%), linear-gradient(calc(110deg), rgba(225, 225, 225, 0.04) 0%, rgba(225, 225, 225, 0.04) 33.3%, rgba(95, 95, 95, 0.04) 33.3%, rgba(95, 95, 95, 0.04) 66.6%, rgba(39, 39, 39, 0.04) 66.6%, rgba(39, 39, 39, 0.04) 99%), linear-gradient(calc(153deg), rgba(184, 184, 184, 0.06) 0%, rgba(184, 184, 184, 0.06) 33.3%, rgba(0, 0, 0, 0.06) 33.3%, rgba(0, 0, 0, 0.06) 66.6%, rgba(140, 140, 140, 0.06) 66.6%, rgba(140, 140, 140, 0.06) 99.9%), linear-gradient(calc(348deg), rgba(40, 40, 40, 0.07) 0%, rgba(40, 40, 40, 0.07) 33.3%, rgba(214, 214, 214, 0.07) 33.3%, rgba(214, 214, 214, 0.07) 66.6%, rgba(190, 190, 190, 0.07) 66.6%, rgba(190, 190, 190, 0.07) 99.9%), linear-gradient(calc(86deg), rgba(230, 230, 230, 0) 0%, rgba(230, 230, 230, 0) 33.3%, rgba(241, 241, 241, 0) 33.3%, rgba(241, 241, 241, 0) 66.6%, rgba(55, 55, 55, 0) 66.6%, rgba(55, 55, 55, 0) 99%), linear-gradient(calc(25deg), #1163d2, #18d9e4);
  }
  
  .ib-hover-2.key-icon-box .ib-wrapper::before {
    background: transparent;
  }
  
  .arcdb-sep-right {
    display: none;
  }
  
  #testimonials .testimonial-cards .tcards_header {
    left: 37px;
  }
  
  .tt_button.modal-menu-item:first-child {
    display: none;
    visibility: hidden;
  }
  
  .vc_custom_1578842053133,
  .vc_custom_1579681066178 {
    background-size: cover !important;
  }
}

.page-template-default #primary {
  padding-bottom: 0;
}

.breadcrumbs .fa-angle-right:before {
  content: "\f104";
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .community-button .community-section {
    white-space: nowrap;
    padding: 30px 60px;
    min-width: 640px;
  }
  
  #arcdb .key-icon-box .ib-wrapper {
    padding: 10px;
  }
  
  .vc_custom_1580729720736 {
    padding-right: 3% !important;
    padding-left: 3% !important;
  }
  
  .nav-secondary-logo.navbar-shrink .fixed-logo {
    display: block;
  }
}


