.node-tnid-39231 .main-container-wrapper #mini-panel-product_menu {
    background: #ffffff;
}
.node-tnid-39231.lang-ar .header-banner-wrap p,.lang-ar .bottom-cta-wrap .content-wrap h2 {
    margin-right: 0;
}
.watch-btn {
    color: #000;
    padding: 8px 0 10px 38px;
    text-transform: none
}
.zwatch{
  margin-top: 12px;
}

.watch-btn:after,
.watch-btn:before {
    position: absolute;
    content: ''
}

.watch-btn:before {
    left: 0;
    top: 8px;
    width: 26px;
    height: 26px;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100%
}

.watch-btn:after {
    left: 11px;
    top: 16px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #000
}

.main-container-wrapper #mini-panel-product_menu{
top: -1px;
}
#block-system-main .features-banner-wrap, .bottom-cta-wrap, .two-col-features {
    margin: 0 15px;
}
.header-banner-wrap {
    text-align: left;
    color: #fff;
}
.main-container-wrapper #mini-panel-product_menu {
    background: #fff;
}

.header-banner-wrap .common {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.header-banner-wrap .wrap {
    display: table;
    height: 100%;
    width: 100%;
}

.illustration img {
    max-width: 370px;
    display: block;
    margin: 0 auto;
}

.header-banner-wrap h1 span {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    display: block;
    font-size: 52px;
}

.header-banner-wrap h1 {
    font-size: 66px;
}

.node-tnid-39231 .header-banner-wrap p {
    font-size: 18px;
    margin-bottom: 40px;
}

.features-banner-wrap:before {
    content: '';
    background: #91cdd8;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.features-banner-wrap {
    padding-bottom: 170px;
}

#mini-panel-product_menu .menu-icon-help-header .product-title a, #mini-panel-product_menu .menu-icon-help-header+.product-nav-links li a {
    color: #fff;
}
.feature-section, .two-col-features, .two-col-banner-wrap {
    padding: 130px 0;
}
.feature-section .feature-common {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    height: 100%;
}

.feature-section .wrap {
    display: table;
    height: 100%;
}

.feature-section .feature-common:first-child {
    padding-right: 10%;
}

.feature-section .feature-common:last-child {
}

.feature-area h2 {
    font-size: 85px;
    font-family: var(--zf-primary-extrabold);
    letter-spacing: -3px;
}

.feature-area h2 span {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    display: block;
    font-size: 50px;
    letter-spacing: normal;
    line-height: 1;
}

.media-left .box {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: #dadada;
    margin-right: 35px;
    position: relative;
}

.media {
    display: table;
    margin-bottom: 50px;
}

.media .media-left {
    display: table-cell;
    vertical-align: top;
}

.media .media-body {
    display: table-cell;
    vertical-align: middle;
}

.media-left .box-1 {
    background: #5c6bc0;
}

.media-left .box-2 {
    background: #03a9f5;
}

.media-left .box-3 {
    background: #e25e5a;
}
.media-left .box:before {
    content: '';
}
.feature-area h2 b {
    position: relative;
}
.media:last-child {
    margin-bottom: 0;
}
.two-col-features {
    background: #f7f7f7;
    text-align: center;
    padding: 130px 0 0px 0;
}

.two-col-features h2 {
    font-size: 46px;
    font-family: var(--zf-primary-extrabold);
    text-align: center;
    margin-bottom: 20px !important;
}
.two-col-features h2, .two-col-features p {
    max-width: 700px;
    margin: 0 auto;
}

.two-col-features p {
    text-align: center;
}



.two-col-features .wrap {
    text-align: left;
    max-width: 960px;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    margin-top: 70px;
}

.two-col-features .wrap p {
    text-align: left;
    line-height: 34px;
}

.two-col-features .wrap h3 {
    font-family: var(--zf-primary-semibold);
    max-width: 250px;
}

.two-col-features .blocks {
    width: 50%;
    padding: 0 8%;
    box-sizing: border-box;
    margin-bottom: 30px;
    float: left;
}

.two-col-banner-wrap {
    clear: both;
    color: #000;
}

.two-col-features .blocks:nth-child(odd) {
    clear: left;
}

.two-col-features .blocks .icon {
    width: 60px;
    height: 60px;
    position: relative;
    margin-bottom: 20px;
}
.two-col-banner-wrap h2 {
    font-size: 46px;
    font-family: var(--zf-primary-extrabold);
    line-height: initial;
}

/*.two-col-banner-wrap p {
    max-width: 470px;
}*/

.two-col-banner-wrap .illustration img {
    max-width: 430px;
    margin-left: 0;
}

.bottom-cta-wrap {
    background: #91cdd8;
}

.bottom-cta-wrap h2 {
    color: #fff;
}
.two-col-banner-wrap .illustration.line-animated img {
    transform: translateX(0px);
}

.two-col-banner-wrap .illustration img {
    transform: translateX(40px);
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}


.feature-list .media, .two-col-features .blocks{
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.feature-list .media.line-animated, .two-col-features .blocks.line-animated{
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
}
.media-left .box:before {
    content: '';
    background: url('/sites/default/files/teamdrive/teamdrive-sprite-icon.png');
    width: 50px;
    height: 50px;
    background-size: 600px auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 15px;
}

.box.box-1:before {
    background-position: 0 0;
}

.box.box-2:before {
    background-position: -45px 0px;
}

.box.box-3:before {
    background-position: -100px 0;
}
.features-ban-left h1 {
    color: #000;
    font-family: var(--zf-primary-extrabold);
}

.features-banner-content p {
    color: #000;
    max-width: 400px;
    margin-left: 0;
}

.main-container-wrapper #mini-panel-product_menu {
    background: #fff;
}

#mini-panel-product_menu .menu-icon-help-header .product-title a, #mini-panel-product_menu .menu-icon-help-header+.product-nav-links li a {
    color: #000;
}
.two-col-features .blocks .icon:before {
    content: '';
    background: url(/sites/default/files/teamdrive/teamdrive-sprite-icon.png);
    width: 50px;
    height: 50px;
    background-size: 600px auto;
    position: absolute;
    left: 0;
    margin: 0 auto;
    top: 15px;
}

.two-col-features .blocks .icon1:before {
    background-position: -147px 0;
}

.two-col-features .blocks .icon2:before {
    background-position: -200px 0;
}

.two-col-features .blocks .icon3:before {
    background-position: 351px 0;
}

.two-col-features .blocks .icon4:before {
    background-position: 301px 0;
}

.rocket-mobile{
display:none;
}

/*rocket*/
.rocket-wrap {
    max-width: 370px;
    display: block;
    margin: 0 auto;
}

.rockets .folder {
    max-width: 240px;
    left: 30px;
    bottom: 15px;
    z-index: -1;
}

.rockets .rocket {
    max-width: 210px;
    position: inherit;
}
.rockets .rocket.line-animated{
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
}

.rockets {
    max-width: 370px;
}

.rockets img {
    position: absolute;
}

.rockets .ring {
    top: 80px;
    left: 70px;
    z-index: 99;
    max-width: 390px;
    bottom: 0;
}
.roc-sec .rocket-fire {
    max-width: 45px;
    position: absolute;
    animation: arrow-down 0.5s infinite alternate ease-in-out;
    bottom: -110px;
    left: 0;
    right: 0;
}
@-webkit-keyframes zeven {
	0% { -webkit-transform: translate(0, 0); transform: translate(0, 0);}
	50% { -webkit-transform: translate(0, -14px); transform: translate(0, -14px);}
	100% { -webkit-transform: translate(0, 0); transform: translate(0, 0);}
}
@keyframes zeven {
	0% { -webkit-transform: translate(0, 0); transform: translate(0, 0);}
	50% { -webkit-transform: translate(0, -14px); transform: translate(0, -14px);}
	100% { -webkit-transform: translate(0, 0); transform: translate(0, 0);}
}
@-webkit-keyframes zodd {
	0% {-webkit-transform: translate(0, 0);transform: translate(0, 0);}
	50% {-webkit-transform: translate(0, 14px);transform: translate(0, 14px);}
	100% {-webkit-transform: translate(0, 0);transform: translate(0, 0); }
}
@keyframes zodd {
	0% {-webkit-transform: translate(0, 0);transform: translate(0, 0);}
	50% {-webkit-transform: translate(0, 14px);transform: translate(0, 14px);}
	100% {-webkit-transform: translate(0, 0);transform: translate(0, 0); }
}
@-moz-keyframes arrow-down {
  0% {
    bottom: -110px;
  }
  100% {
    bottom: -120px;
  }
}
@-webkit-keyframes arrow-down {
  0% {
    bottom: -110px;
  }
  100% {
    bottom: -120px;
  }
}
@-o-keyframes arrow-down {
  0% {
    bottom: -110px;
  }
  100% {
    bottom: -120px;
  }
}
@keyframes arrow-down {
  0% {
    bottom: -110px;
  }
  100% {
    bottom: -120px;
  }
}
.dot-one {
    top: 75px;
    z-index: -1;
    left: 70px;
    animation: zeven 3s linear 1s infinite;
}
.dot-two {
   top: 0px;
    z-index: -1;
    left: 70px;
    animation: zodd 3s linear 1s infinite;
}

@-webkit-keyframes rocket {
	0% { -webkit-transform: translateY(400px);}
	100% { -webkit-transform: translateY(0px);}
}
@keyframes rocket {
        0% { transform: translateY(400px);}
	100% { transform: translateY(0px);}
}
@-moz-keyframes rocket {
        0% { -moz-transform: translateY(400px);}
	100% { -moz-transform: translateY(0px);}
}

.header-banner-wrap .common:last-child {
    position: relative;
    left: 100px;
}

.features-ban-left .features-banner-wrap {
    position: relative;
}
.features-banner-wrap .features-banner-content {
    margin-top: 50px;
    padding-bottom: 190px;
}
.roc-sec.line-animated{
   animation: rocket 1.5s  ease-in-out;
   transition: ease all 0.5s;
   -webkit-transition: ease all 0.5s;
   -moz-transition: ease all 0.5s;
}
.roc-sec{
display:none
}
.cloud-area {
    background: url(/sites/default/files/teamdrive/startup-cloud.png);
    position: absolute;
    bottom: -50px;
    right: 0;
    background-size: 1140px auto;
    width: 1140px;
    height: 250px;
    background-repeat: no-repeat;
    z-index: 3;
}
.features-ban-left .wrap .content-area:first-child {
    position: relative;
    top: 60px;
}
.features-wave {
    position: relative;
    top: 15px;
}
.two-col-features-one{
padding-bottom:0px !important;
}
.features-banner-wrap .features-banner-content, .features-banner-wrap .content-wrap{
    overflow: initial;
}


/*Responsive*/

@media only screen and (max-width: 1279px){
.header-banner-wrap .common:last-child{ left: 0px;}
.rocket-mobile{
display:block;
}
.rocket-wrap, .cloud-area {
    display: none;
}
.features-banner-wrap {
    padding-bottom: 80px;
}
.features-banner-wrap .features-banner-content {
    margin-top: 80px;
    padding-bottom: 0px;
}
.features-ban-left .wrap .content-area:first-child {
    position: inherit;
    top: 0px;
}
}

@media only screen and (max-width: 991px) and (min-width: 768px){
.node-tnid-39231 .features-banner-content {
    margin: 0 auto;
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
}
.header-banner-wrap h1 {
    font-size: 60px;
}
.header-banner-wrap p {
    margin-bottom: 15px;
}
.node-tnid-39231 .features-banner-wrap .content-wrap {
    margin-top: 30px;
}
.feature-section .feature-common:first-child {
    padding-right: 0;
}
}

@media only screen and (max-width: 991px){
.header-banner-wrap h1 {
    line-height: normal;
}

.header-banner-wrap h1 span {
    font-size: 28px;
}

.illustration img {
    max-width: 260px;
}

.header-banner-wrap p {
    font-size: 16px;
}

.feature-section .feature-common:first-child, .feature-section .feature-common:last-child {
    display: block;
    width: 100%;
    text-align: center;
}

.feature-section, .two-col-features, .two-col-banner-wrap {
    padding: 80px 0;
}

.feature-common {
    margin-bottom: 80px;
}

.feature-area p {
    max-width: 600px;
    margin: 0 auto;
    padding: 0px 20px;
}

.media .media-left, .media .media-body {
    display: block;
    width: 100%;
}

.media-left .box {
    margin: 0 auto;
    margin-bottom: 20px;
}

.media .media-body p {
    max-width: 600px;
    margin: 0 auto;
}

.media {
    display: block;
}

.feature-section .feature-common:last-child {
    margin-bottom: 0;
}

.two-col-features .wrap p {
    line-height: 28px;
}

.two-col-banner-wrap h2 {
    font-size: 32px;
}

.two-col-banner-wrap .illustration img {
    max-width: 270px;
    margin: 0 auto;
}
.feature-section .wrap {
    display: block;
    height: auto;
}
}

@media only screen and (max-width: 767px){
.header-banner-wrap .common {
    width: 100%;
    display: block;
}
.features-banner-content p{
  margin:0 auto;
}

.header-banner-wrap .wrap {
    display: block;
    text-align: center;
}

.header-banner-wrap h1 {
    font-size: 62px;
}

.header-banner-wrap .common.illustration {
    margin-top: 60px;
}

.features-banner-wrap {
    padding-bottom: 50px;
}

.feature-area h2 {
    font-size: 60px;
}

.media .media-body p {
    max-width: 400px;
}

.two-col-features h2 {
    font-size: 38px;
}

.two-col-features .blocks:nth-child(odd) {
    clear: none;
}

.two-col-features .blocks {
    width: 100%;
}

.two-col-features .blocks {
    width: 100%;
    padding: 0;
    text-align: center;
}

.two-col-features .blocks .icon {
    margin: 0 auto;
    margin-bottom: 30px;
}

.two-col-features .wrap p {
    text-align: center;
    max-width: 440px;
    padding: 0px 20px;
}

.two-col-features .wrap h3 {
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 20px;
}

.feature-section, .two-col-features, .two-col-banner-wrap {
    padding: 60px 0;
}

.two-col-banner-wrap h2 {
    margin: 0 auto;
    margin-bottom: 30px;
}

.two-col-banner-wrap p {
    margin: 0 auto;
}
.features-banner-wrap .features-banner-content {
    margin-top: 20px;
    padding-bottom: 0px;
}
.illustration img {
    max-width: 380px;
}
.node-type-features-landing-page {
    max-width: 100%;
    margin: 0 auto;
}
.feature-section .feature-common:first-child {
    padding-right: 0;
}
#block-system-main .features-banner-wrap, .bottom-cta-wrap, .two-col-features {
    margin: 0 0px;
}
}

@media only screen and (max-width: 640px){
.illustration img {
    max-width: 250px;
}
}
