/*!
  * Yellow Tape - Global Stylesheet (c) 2018 <bahaasamir.me>
*/

::-webkit-input-placeholder {
    color: #a5a5a5;
}

::-moz-placeholder {
    color: #a5a5a5;
}

:-ms-input-placeholder {
    color: #a5a5a5;
}

:-moz-placeholder {
    color: #a5a5a5;
}

select option {
    background: #fff !important;
    color: #000 !important;
}

.clients_nav > ul > li > a:before,
.case_footer ul > li > a,
.case_footer ul > li > a:after {
    -webkit-transition: all 0.50s cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: all 0.50s cubic-bezier(0.22, 0.61, 0.36, 1);
    -ms-transition: all 0.50s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 0.50s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.50s cubic-bezier(0.22, 0.61, 0.36, 1);

}

.bar ax,
.xxx {
    -webkit-transition: all 0.12s linear;
    -moz-transition: all 0.12s linear;
    -ms-transition: all 0.12s linear;
    -o-transition: all 0.12s linear;
    transition: all 0.12s linear;
}

.xxx,
.xxx,
.xxx {
    -webkit-transition: color 0.12s linear;
    -moz-transition: color 0.12s linear;
    -ms-transition: color 0.12s linear;
    -o-transition: color 0.12s linear;
    transition: color 0.12s linear;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Loader */
#loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    background: #fef202;
    text-align: center;
}

#loader.light {
    background: #fff;
}

.loader_titles {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.loader_titles > h1 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    opacity: 0;
}


.loader_logo {
    width: 320px;
    height: 240px;
    position: relative;
    top: 50%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.loader_logo img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}

.loader_shape {
    background: #fef202;
    width: 100%;
    height: 170px;
    margin-bottom: 30px;
    position: relative;
    z-index: 99;
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
}

.loader_typo {
    position: relative;
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
}
/* Assists */
.unload {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 9999999;
    display: none;
}

.full_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.img_fix {
    display: block;
    max-width: 100%;
    visibility: hidden;
    backface-visibility: hidden;
}

.clrfix {
    position: relative;
    z-index: -1;
}

.clrfix:after {
   content: " ";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.bar a,
.quick_links > a > span,
.quick_links > a > i,
.serv_tab > label,
.serv_tab > span {
    display: inline-block;
}

.xxx,
.xxx,
.xxx,
.xxx {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

body {
    color: #1d2741;
}

.noscroll {
    overflow: hidden;
}

/* Side Menu */
.side_menu {
    position: fixed;
    top: 0;
    right: -30px;
    bottom: 0;
    left: 0;
    padding-right: 30px;
    background: #fef202;
    z-index: 99990;
    text-align: center;
    overflow-y: scroll;
    display: none;
}

.side_menu > ul {
    position: relative;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.side_menu > ul > li {
    margin: 35px 10px;
    display: block;
    position: relative;
    overflow: hidden;
}

.side_menu > ul > li > a {
    display: inline-block;
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    color: #1d2741;
}

.side_menu > ul:hover > li > a {
    opacity: 0.4 !important;
}

.side_menu > ul > li > a:hover {
    opacity: 1 !important;
}

.side_menu .bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 30px 20px 30px;
    border-top: 1px solid #1d2741;
    margin-bottom: 0;
    border-bottom: none;
    background: #fef202;
    display: none;
}


/* Site Elements */
.site_btn {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1;
    position: relative;
    padding: 16px 23px;
    overflow: hidden;
    display: inline-block !important;
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
}

.blue_btn {
    color: #fff;
}

.blue_btn > span {
    background: #1d2741;
}

.site_btn > span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.site_btn:not(.disabled):hover > span {
    right: 40px;
    left: 40px;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.site_btn > label {
    font-weight: 700;
    display: inline-block;
    position: relative;
}

.site_btn > i {
    position: absolute;
    top: 50%;
    left: 50%;
    padding-top: 2px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin-top: 30px;
    opacity: 0;
}

.site_btn:not(.disabled) > i {
    margin-top: 0;
    opacity: 0;
}


.site_btn > label,
.site_btn > span,
.site_btn > i {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    cursor: pointer;
}

#site {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* Header */
header {
    position: absolute;
    padding: 40px 6%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}

header ._ele {
    opacity: 0;
}

.bar {
    position: relative;
    margin-bottom: 10px;
    z-index: 99;
}

.bar a {
    font-size: 15px;
    color: #1d2741;
    transform-origin: center center;
    -webkit-transform-origin: center center;
}

.dark .bar a {
    color: #fff;
}

.social > a:first-child {
    padding-left: 0 !important;
}

.quick_links > a {
    margin-left: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.social {
    font-size: 0;
    white-space: nowrap;
}

.social > a {
    padding: 0 18px;
}

.main_logo {
    width: 57px;
    position: relative;
    display: block;
    margin: 0 auto;
}

.main_logo > a {
    display: block;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: relative;
}

.main_logo > a > span {
    background: url(../../structure/static/logo_on_yellow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.dark .main_logo > a > span {
    background: url(../../structure/static/logo_on_blue.svg);
}

.main_logo img {
    max-width: 100%;
    display: block;
}

nav {
    position: relative;
    margin-top: 30px;
    text-align: center;
}

nav > ul > li {
    display: inline-block;
    padding: 0 20px;
}

nav > ul > li > a {
    font-size: 17px;
    font-weight: 700;
    color: #1d2741;
    text-transform: uppercase;
    position: relative;
    white-space: nowrap;
    padding: 10px 0 1px 0;
    overflow: hidden;
    display: inline-block;
}

.dark nav > ul > li > a {
    color: #fff;
}

nav > ul > li > a > span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 3px;
}

nav > ul > li > a,
nav > ul > li > a > div {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

nav > ul > li > a > i {
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: #1d2741;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
}

.dark nav > ul > li > a > i {
    background: #fff;
}

.burger_menu_set {
    position: fixed;
    right: 6%;
    top: 103px;
    z-index: 99999;
    display: none;
}

.burger_menu {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 8px 0;
    position: relative;
    cursor: pointer;
    background: #fef202;
    border: 2px solid #1d2741;
    display: block;
}

.burger_menu:hover,
.burger_menu.open {
    border-color: #1d2741;
}

.menu-icon-wrapper {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 35px;
    height: 35px;
    pointer-events: none;
    -webkit-transform: scale(0.45);
    -moz-transform: scale(0.45);
    -ms-transform: scale(0.45);
    -o-transform: scale(0.45);
    transform: scale(0.45);
}

.menu-icon-wrapper svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) scale(0.1);
    -moz-transform: translate(-50%,-50%) scale(0.1);
    -ms-transform: translate(-50%,-50%) scale(0.1);
    -o-transform: translate(-50%,-50%) scale(0.1);
    transform: translate(-50%,-50%) scale(0.1);
    transform-origin: center center;
}

.menu-icon-wrapper svg path {
    stroke: #1d2741;
    stroke-width: 45px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: transparent;
    transition: stroke-dasharray 0.5s;
}

.menu-icon-wrapper svg path.path1 {
    stroke-dashoffset: 5803.15px;
    stroke-dasharray: 2901.57px, 2981.57px, 240px;
}

.menu-icon-wrapper svg path.path2 {
    stroke-dashoffset: 800px;
    stroke-dasharray: 400px, 480px, 240px;
}

.menu-icon-wrapper svg path.path3 {
    stroke-dashoffset: 6993.11px;
    stroke-dasharray: 3496.56px, 3576.56px, 240px;
}

.burger_menu.open svg path.path1 {
    stroke-dasharray: 2901.57px, 5258.15px, 240px;
}

.burger_menu.open svg path.path2 {
    stroke-dasharray: 400px, 600px, 0px;
}

.burger_menu.open svg path.path3 {
    stroke-dasharray: 3496.56px, 6448.11px, 240px;
}

.menu-icon-wrapper .menu-icon-trigger {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    pointer-events: auto;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}


/* Footer */
footer {
    padding: 40px 6%;
    border-top: 1px solid #e3e3e3;
}

footer .social > a {
    font-size: 15px;
    color: #b9b9b9;
}
.copyrights {
    font-size: 14px;
    font-weight: 700;
    color: #cbcbcb;
}


/* Main Section */
#main {
    position: relative;
    overflow: hidden;
    min-height: 780px;
    background: #fef202;
}

#main.dark {
    background: #1e2841;
}

.main_content {
    position: relative;
    top: 50%;
    padding: 0 30px;
    margin-top: 50px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}

.main_content > h1 {
    font-size: 60px;
    line-height: 50px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 auto;
    margin-bottom: 20px;
}

.main_content > h2 {
    font-size: 50px;
    line-height: 45px;
    font-weight: 300;
    text-transform: uppercase;
}

.main_content > p {
    font-size: 18px;
    line-height: 26px;
    width: 100%;
    max-width: 720px;
    margin: 50px auto;
}


/* Scroller */
.scroller_set {
    width: 40px;
    height: 65px;
    position: absolute;
    bottom: 45px;
    z-index: 99;
    opacity: 0;
}

.scroller_shape {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #1d2741;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    overflow: hidden;
    text-align: center;
}

.scroller_shape > svg {
    position: absolute;
    bottom: 5px;
    width: 100%;
    left: 50%;
    margin-left: -5px;
}

.scroller-c1,
.scroller-c2 {
    animation-duration: 1.5s;
     animation-name: scrolldown; 
    animation-iteration-count: infinite;
    fill: #1d2741;
}

.scroller-c2 {
    animation-delay: 0.75s;
}

@-moz-keyframes scrolldown {
    0% {
      opacity: 0;
      transform: translate(0, -8px);
    }
    50% {
      opacity: 1;
      transform: translate(0, 0);
    }
    100% {
      opacity: 0;
      transform: translate(0, 8px);
    }
}

@-webkit-keyframes scrolldown {
    0% {
      opacity: 0;
      transform: translate(0, -8px);
    }
    50% {
      opacity: 1;
      transform: translate(0, 0);
    }
    100% {
      opacity: 0;
      transform: translate(0, 8px);
    }
}
@-o-keyframes scrolldown {
    0% {
      opacity: 0;
      transform: translate(0, -8px);
    }
    50% {
      opacity: 1;
      transform: translate(0, 0);
    }
    100% {
      opacity: 0;
      transform: translate(0, 8px);
    }
}
@keyframes scrolldown {
    0% {
      opacity: 0;
      transform: translate(0, -8px);
    }
    50% {
      opacity: 1;
      transform: translate(0, 0);
    }
    100% {
      opacity: 0;
      transform: translate(0, 8px);
    }
}

/* What We Do? */
#WhatWeDo {
    min-height: 800px;
    background: #1d2741;
    border-bottom: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

.services_shapes {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
}

.shape_set {
    margin: 0 auto;
    top: -35px;
    position: relative;
    max-width: 75%;
}

.shape_set > img {
    max-width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Tabs */
.services_tabs {
    display: table;
    position: absolute;
    bottom: 0;
    z-index: 399;
    overflow: hidden;
    white-space: nowrap;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.serv_tab {
    padding: 28px 36px;
    cursor: pointer;
    background: #1e2841;
    position: relative;
    display: block;
    text-align: center;
    border-left: 1px solid #eee;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
    z-index: 199;
}

.serv_tab:first-child {
    border: none !important;
}

.serv_tab > label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.serv_tab > span {
    width: 26px;
    height: 26px;
    position: relative;
}

.serv_tab > span > strong {
    font-size: 12px;
    line-height: 26px;
    font-weight: 900;
    position: relative;
}

.serv_tab > span > i {
    font-size: 8px;
    position: absolute;
    z-index: 99;
    text-align: center;
    left: 0;
    right: 0;
    line-height: 26px;
    opacity: 0;
}

.serv_tab canvas {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.tab_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffff;
    z-index: -99;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.serv_tab.active .tab_bg {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.serv_tab.active {
    color: #fff;
}

.services_content {
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 70px;
    left: 30px;
    z-index: 199;
}

.serv_wrap {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

.serv_wrap > h1 {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 40px;
}

.serv_wrap > p {
    font-size: 18px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 690px;
    margin: 0 auto;
    margin-bottom: 25px;
}

/* Partners */
#OurPartners {
    position: relative;
    padding: 250px 0 120px 0;
    background: #fff;
    z-index: 399;
    overflow: hidden;
}

.partners_set {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    z-index: 199;
    opacity: 0;
}

#OurPartners > h1 {
    position: absolute;
    font-size: 145px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    white-space: nowrap;
    color: #f7f7f8;
    line-height: 1;
    top: 70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.partner {
    width: 16.66%;
    padding-top: 20px;
    text-align: center;
}

.p_logo {
    height: 60px;
}

.p_logo > img {
    display: block;
    max-height: 80%;
    max-width: 80%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.partner > label {
    font-size: 15px;
    display: block;
    width: 100%;
    margin-top: 25px;
    padding-bottom: 5px;
}

/* Why YellowTape */
#WhyYellowTape {
    padding: 130px 0;
    padding-bottom: 120px;
    text-align: center;
    background-color: #1e2841;
    position: relative;
    overflow: hidden;
}

#WhyYellowTape > h1 {
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    padding: 0 30px;
    position: relative;
    z-index: 399;
}

#WhyYellowTape > h1 > span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

#WhyYellowTape > h1 > span:nth-child(2) {
    color: #fff200;
}

#WhyYellowTape > h1 > span > i {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #fff200;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

#WhyYellowTape > h2 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 13px;
    padding: 0 30px;
    margin-top: 25px;
    position: relative;
    z-index: 399;
}

.wyt_grid {
    max-width: 1600px;
    margin: 0 auto;
    padding: 70px 0 10px 0;
    z-index: 199;
    position: relative;
    opacity: 0;
}

.wyt_col {
    position: relative;
    width: 33.3%;
    padding: 0 10px;
}

.wyt_icon {
    width: 75px;
    height: 75px;
    margin: 0 auto;
    margin-bottom: 30px;
    background: #fff200;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.wyt_icon > i {
    font-size: 34px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wyt_col > p {
    font-size: 18px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 25px;
}

#WhyYellowTape .flickity-page-dots .dot{
    background: #fff;
}

.pattern {
    background-image: url(../../structure/assist/patern.svg);
    background-position: center;
    background-repeat: repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 130%;
}


/* Clients */
.clients_body {
    height: 590px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #e3e3e3;
}

.clients_head {
    padding: 50px 6%;
}

.clients_head > h1 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
}

.clients_nav {
    position: relative;
    margin-top: 10px;
}

.clients_nav > ul > li {
    display: inline-block;
    overflow: hidden;
    padding: 3px 16px;
}

.clients_nav > ul > li > a {
    font-size: 16px;
    font-weight: 700;
    color: #1d2741;
    padding: 2px 0;
    position: relative;
}

.clients_nav > ul > li > a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff201;
    height: 28px;
    z-index: -99;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.clients_nav > ul > li > a.active:before,
.clients_nav > ul > li > a:hover:before {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.client {
    display: block;
    color: #1e2941;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1.2);
    -moz-transform: translateY(-50%) scale(1.2);
    -ms-transform: translateY(-50%) scale(1.2);
    -o-transform: translateY(-50%) scale(1.2);
    transform: translateY(-50%) scale(1.2);
    opacity: 0;
}

.client_col {
    width: 25%;
    height: 100%;
    text-align: center;
    position: relative;
    border-left: 1px solid #e3e3e3;
}

.client_logo {
    height: 80px;
}

.client_logo > img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.client > label {
    font-size: 15px;
    display: block;
    width: 100%;
    margin-top: 35px;
    position: relative;
    z-index: 99;
}

/* Shape Parallax */
.logo_shape {
    width: 242px;
    height: 312px;
    position: absolute;
    background-size: cover;
    background-position: center top;
    opacity: 0;
}

#main .logo_shape {
    right: 6%;
    bottom: -110px;
}

#WhatWeDo .logo_shape:nth-child(1) {
    right: 6%;
    top: -202px;
}

#WhatWeDo .logo_shape:nth-child(2) {
    left: 6%;
    bottom: -110px;
}

#OurPartners .logo_shape {
    left: 6%;
    top: -202px;
}

.logo_shape.blue_shape {
    background-image: url(../../structure/assist/logo_shape_blue.svg);
}

.logo_shape.yellow_shape {
    background-image: url(../../structure/assist/logo_shape_yellow.svg);
}

.logo_shape.gray_shape {
    background-image: url(../../structure/assist/logo_shape_light.svg);
    left: 50%;
    top: 60px;
    width: 400px;
    height: 520px;
    margin-left: -200px;
}


/* News */
#news,
.news_scroller,
#contact,
.contact_scroller {
    position: fixed;
    z-index: 999998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#news,
#contact {
    visibility: hidden;
}

.news_scroller,
.contact_scroller {
    right: -30px;
    padding-right: 30px;
    overflow-y: scroll;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    zoom: 1;
}

.news_bg,
.contact_bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.9);
    opacity: 0;
}

.news_side {
    position: relative;
    z-index: 99;
    width: 100%;
    min-height: 100%;
    max-width: 480px;
    overflow: hidden;
    background: #000;
    padding: 40px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.contact_side {
    position: relative;
    z-index: 99;
    width: 100%;
    min-height: 100%;
    max-width: 480px;
    overflow: hidden;
    background: #fff;
    padding: 40px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.news_side > h1 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

.news_close {
    position: fixed;
    z-index: 999;
    font-size: 24px;
    color: #fff200;
    left: 417px;
    top: 37px;
    cursor: pointer;
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.contact_close {
    position: absolute;
    z-index: 999;
    font-size: 24px;
    color: #000000;
    right: 40px;
    top: 37px;
    cursor: pointer;
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.contact_side h1 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

.news_wrapper {
    position: relative;
    padding: 40px 0;
}

.article_set {
    position: relative;
    margin-bottom: 60px;
    -webkit-transform: translateY(200%);
    -moz-transform: translateY(200%);
    -ms-transform: translateY(200%);
    -o-transform: translateY(200%);
    transform: translateY(200%);
    opacity: 0;
}

.article_set:last-child {
    margin-bottom: 0;
}

.article_media {
    min-height: 100px;
    background: #101010;
    margin-bottom: 18px;
    position: relative;
    overflow: hidden;
}

.article_media video {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.article_media * {
    display: block;
    max-width: 100%;
}

.article_media video,
.article_media video * {
    -webkit-tap-highlight-color: transparent;
}

.article_set > span {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255,255,255,0.2);
    display: block;
    margin-bottom: 10px;
}

.article_set > p {
    font-size: 16px;
    line-height: 24px;
    color: rgba(255,255,255,0.7);
}

.spinner {
    position: absolute;
    top: 200px;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: 199;
    border: 3.75px solid rgba(255, 255, 255, 0.2);
    border-bottom-color: #fff;
    -webkit-animation: rotateSpinner 500ms linear infinite;
          animation: rotateSpinner 500ms linear infinite;
}
@-webkit-keyframes rotateSpinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateSpinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Cases */
#case #main ._ele {
    opacity: 0;
}

.inner_content {
    margin-top: 350px;
    padding: 0 30px;
}

.case_logo {
    max-width: 490px;
    margin: 0 auto;
    text-align: center;
}

.case_logo > img {
    max-width: 100%;
    display: inline-block;
}

.inner_content > h1 {
    color: #fff;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 50px;
}

.case_footer {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;
}

.case_footer ul > li {
    display: inline-block;
    padding: 0 20px;
}

.case_footer ul > li > a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
    display: block;
    position: relative;
    overflow: hidden;
}

.case_footer ul > li > a:after {
    content: '';
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 5px;
    background: #fff200;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}

.case_footer ul > li > a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.case_footer ul > li > a.active {
    color: #fff200;
}

.case_footer ul > li > .active:after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

#TakedownAnalysis {
    text-align: center;
    padding: 300px 30px 100px 30px;
    position: relative;
}

.figure {
    position: relative;
    opacity: 0;
}

.figure > h1 {
    font-size: 85px;
    font-weight: 900;
    margin-bottom: 30px;
}

.figure.main_figure > h1 {
    font-size: 105px;
}

.figure > h2 {
    font-size: 30px;
    text-transform: uppercase;
}

.inline_figures > .figure > h2 > strong {
    display: block;
}

.figure > h2 > strong {
    font-weight: 700;
}

.figure.main_figure > h2 {
    font-size: 38px;
}

.figure > h3 {
    margin-top: 10px;
    font-size: 22px;
    text-transform: uppercase;
}

.inline_figures {
    max-width: 1250px;
    margin: 0 auto;
    margin-top: 190px;
    overflow: hidden;
}

.inline_figures > .figure {
    width: 50%;
    float: left;
}

.inline_figures > .figure:first-child:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 130px;
    margin-top: -65px;
    background: #e4e4e4;
}

.figure_icon {
    width: 94px;
    height: 94px;
    margin: 0 auto;
    background: #fff200;
    font-size: 50px;
    padding: 22px 10px;
    margin-bottom: 35px;
    overflow: hidden;
}

.figure_icon > i {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}

#DurationUploaded {
    padding: 80px 30px;
    background: #1d2741;
}

#DurationUploaded > h1 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}

#DurationUploaded > h1 > span {
    font-weight: 600;
}

#DurationUploaded > h1 > i {
    color: #fff200;
    margin-right: 5px;
}

#DurationUploaded .partners_set {
    max-width: 1100px;
}

#DurationUploaded .partner {
    width: 20%;
}

#DurationUploaded .partner > label {
    color: rgba(255,255,255,0.7);
}

#DurationUploaded .flickity-page-dots .dot {
    background: #fff;
}

/* Contact us */
.branches {
    margin: 50px 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #dcdcdc;
}

.contact_grid {
    position: relative;
    height: 120px;
    display: flex;
}

.contact_col {
    width: 50%;
    text-align: center;
}

.contact_icon {
    position: relative;
    height: 100px;
}

.contact_icon img {
    max-width: 70%;
    max-height: 80%;
}

.contact_label {
    color: #bbb;
    font-weight: 600;
}

.emailus {
    margin-top: 30px;
    color: #686868;
}

.emailus span {
    display: inline-block;
    margin-left: 5px;
}

.emailus a {
    color: #686868;
    text-decoration: underline;
    margin-left: 2px;
}

.emailus a:hover {
    color: #000;
}

#form {
    margin-top: 20px;
}

.form_block input,
.form_block textarea {
    width: 100%;
    padding: 15px 0;
    border: none;
    resize: none;
    color: #616161;
    border-bottom: 1px solid #e4e4e4;
}

.form_block input.error,
.form_block textarea.error {
    border-color: #ce0000;
}

.form_block textarea {
    height: 90px;
}

.form_block input:focus,
.form_block textarea:focus {
    color: #404040;
    border-color: #a7a7a7;
}

.form_block {
    margin-bottom: 30px;
}

#Clients {
    border-top: 1px solid #e3e3e3;
}

/* Numbers */
.num_cols_set {
    padding-bottom: 50px;
    overflow: hidden;
}

.num_col {
    float: left;
    width: 33.3%;
    text-align: center;
    margin: 60px 0;
}

.num {
    font-size: 85px;
    font-weight: 900;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.num i {
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 0;
    right: 0;
    background: #fff400;
}

.num span {
    position: relative;
    z-index: 99;
    display: inline;
    margin-left: -4px;
}

#Numbers {
    background: #f9f9f9;
}

.num_label {
    font-size: 30px;
    text-transform: uppercase;
}

.num_label > strong {
    display: block;
    font-weight: 700;
}

/* Responsiveness */
@media (max-width:1200px) {
    .client_col {
        width: 25%;
    }
}

@media (max-width:1024px) {
    header,
    footer,
    .clients_head {
        padding-left: 30px;
        padding-right: 30px;
    }
    nav {
        padding-top: 6px;
        margin-top: 0;
    }
    nav > ul > li > a {
        font-size: 15px;
    }
    nav > ul > li {
        padding: 0 10px;
    }
    .bar {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #1d2741;
    }
    .main_logo {
        width: 30px;
    }
    #OurPartners {
        padding-top: 30vw;
    }
    #OurPartners > h1 {
        font-size: 13vw;
        top: 11vw;
    }
    .num {
        font-size: 60px;
        margin-bottom: 20px;
    }
    .num_label {
        font-size: 22px;
    }
}

@media (max-width:960px) {
    .loader_titles > h1 {
        font-size: 30px;
    }
    .services_tabs {
        width: 100%;
    }
    .serv_tab {
        width: 60%;
    }
    .partner {
        width: 25% !important;
    }
    .wyt_col {
        width: 70%;
    }
    .client_col {
        width: 33.3%;
    }
    #TakedownAnalysis {
        text-align: center;
        padding-top: 200px;
        position: relative;
    }
    .logo_shape.gray_shape {
        top: 30px;
        width: 300px;
        height: 390px;
        margin-left: -150px;
    }
    .figure > h1 {
        font-size: 60px;
        margin-bottom: 23px;
    }
    .figure.main_figure > h1 {
        font-size: 90px;
    }
    .figure > h2 {
        font-size: 23px;
    }
    .figure.main_figure > h2 {
        font-size: 30px;
    }
    .figure > h3 {
        margin-top: 8px;
        font-size: 18px;
    }
    .inline_figures {
        margin-top: 100px;
    }
    .figure_icon {
        width: 80px;
        height: 80px;
        font-size: 35px;
        padding: 23px 10px;
        margin-bottom: 25px;
    }

}

@media (max-width:840px) {
    nav {
        display: none;
    }
    .burger_menu_set {
        display: block;
    }
    .main_content {
        margin-top: 30px;
    }
    .scroller_set {
        width: 40px;
        right: auto !important;
        left: 50% !important;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (max-width:768px) {
    .loader_titles > h1 {
        font-size: 20px;
    }
    .clients_head,
    .copyrights {
        text-align: center;
    }
    .clients_head > h1,
    .clients_nav,
    .copyrights {
        float: none !important;
    }
    .clients_head > h1 {
        font-size: 30px;
    }
    .clients_nav {
        margin-top: 20px;
    }
    .client_col {
        width: 50%;
    }
    footer .social {
        display: none;
    }
    #home .logo_shape {
        display: none !important;
    }
}

@media (max-width:640px) {
    .loader_logo {
        height: 210px
    }
    .loader_shape {
        height: 150px;
    }
    .loader_typo {
        height: 20px;
    }
    header .bar {
        display: none;
    }
    .burger_menu_set {
        top: 43px;
    }
    .main_content {
        margin-top: 0;
    }
    .main_content > h1,
    #WhyYellowTape > h1 {
        font-size: 50px;
    }
    .main_content > h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .main_content > p {
        font-size: 16px;
        line-height: 24px;
        margin: 30px auto;
    }
    .partner {
        width: 33.3% !important;
    }
    #WhyYellowTape > h2 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 8px;
    }
    .side_menu .social,
    .side_menu .quick_links {
        float: none !important
    }
    .side_menu {
        padding-bottom: 130px;
    }
    .side_menu .bar {
        padding-top: 40px;
        display: block;
    }
    .side_menu .quick_links {
        margin-bottom: 40px;
    }
    .side_menu .social > a {
        width: 20%;
    }
    .case_footer ul > li {
        padding: 0 10px;
    }
    .case_footer ul > li > a {
        font-size: 15px;
    }
    .inline_figures > .figure {
        width: 100%;
        float: none !important;
    }
    .inline_figures {
        margin-top: 50px;
    }
    .inline_figures > .figure:first-child {
        margin-bottom: 50px;
        padding-bottom: 50px;
    }
    .inline_figures > .figure:first-child:after {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        width: auto;
        margin: 0;
    }
    .num_col {
        margin: 25px 0;
    }
    .num {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .num_label {
        font-size: 18px;
    }
}

@media (max-width:480px) {
    .loader_titles > h1 {
        font-size: 20px;
    }
    .main_content > h1 {
        font-size: 43px;
        line-height: 40px;
        max-width: 300px;
    }
    .main_content > h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .main_content > p {
        font-size: 16px;
        line-height: 24px;
        margin: 30px auto;
    }
    .serv_tab {
        width: 80%;
    }
    .partner {
        width: 50%  !important;
    }
    .main_content > h1,
    #WhyYellowTape > h1 {
        font-size: 43px;
        line-height: 40px;
    }
    #WhyYellowTape > h2 {
        font-size: 16px;
        letter-spacing: 5px;
     }
    .wyt_col {
        width: 100%;
    }
    .clients_nav > ul > li {
        padding: 3px 10px;
    }
    .clients_nav > ul > li > a {
        font-size: 12px;
        text-transform: uppercase;
    }
    .client_col {
        width: 70%;
    }
    .news_close {
        left: auto;
        right: 40px
    }
    .case_logo > img {
        max-width: 80%;
    }
    #main.dark {
        min-height: 600px;
    }
    .inner_content {
        margin-top: 230px;
    }
    .inner_content > h1 {
        font-size: 30px;
    }
    .case_footer {
        display: none;
    }
    .num_col {
        margin: 10px 0;
    }
    .num {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .num_label {
        font-size: 15px;
    }
}

@media (max-width:400px) {
    .loader_titles > h1 {
        font-size: 15px;
    }
    .side_menu > ul > li > a {
        font-size: 30px;
    }
}

@media (max-width:370px) {
    .side_menu .quick_links > a {
        margin-left: 15px;
    }
}


