@font-face {
    font-family: 'IBMPlexSans-Bold';
    src: url('../fonts/IBMPlexSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/IBMPlexSans-Bold.woff') format('woff'), url('../fonts/IBMPlexSans-Bold.ttf') format('truetype'), url('../fonts/IBMPlexSans-Bold.svg#IBMPlexSans-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IBMPlexSans';
    src: url('../fonts/IBMPlexSans.eot?#iefix') format('embedded-opentype'), url('../fonts/IBMPlexSans.woff') format('woff'), url('../fonts/IBMPlexSans.ttf') format('truetype'), url('../fonts/IBMPlexSans.svg#IBMPlexSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IBMPlexSans-Light';
    src: url('../fonts/IBMPlexSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/IBMPlexSans-Light.woff') format('woff'), url('../fonts/IBMPlexSans-Light.ttf') format('truetype'), url('../fonts/IBMPlexSans-Light.svg#IBMPlexSans-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IBMPlexSans-Medium';
    src: url('../fonts/IBMPlexSans-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/IBMPlexSans-Medium.woff') format('woff'), url('../fonts/IBMPlexSans-Medium.ttf') format('truetype'), url('../fonts/IBMPlexSans-Medium.svg#IBMPlexSans-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IBMPlexSans-SemiBold';
    src: url('../fonts/IBMPlexSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/IBMPlexSans-SemiBold.woff') format('woff'), url('../fonts/IBMPlexSans-SemiBold.ttf') format('truetype'), url('../fonts/IBMPlexSans-SemiBold.svg#IBMPlexSans-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Bold.otf') format('opentype'),
    url('../fonts/Gotham-Bold.woff') format('woff'), url('Gotham-Bold.ttf') format('truetype'), url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Gotham-Light';
  src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/Gotham-Light.woff') format('woff'), url('../fonts/Gotham-Light.ttf')  format('truetype'), url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'lifestyle-font';
    src: url('../fonts/lifestyle-font.eot?23641169');
    src: url('../fonts/lifestyle-font.eot?23641169#iefix') format('embedded-opentype'),
    url('../fonts/lifestyle-font.woff2?23641169') format('woff2'),
    url('../fonts/lifestyle-font.woff?23641169') format('woff'),
    url('../fonts/lifestyle-font.ttf?23641169') format('truetype'),
    url('../fonts/lifestyle-font.svg?23641169#lifestyle-font') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */


/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */


/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'lifestyle-font';
    src: url('../font/lifestyle-font.svg?23641169#lifestyle-font') format('svg');
  }
}
*/

[class^="or-"]:before,
[class*=" or-"]:before {
    font-family: "lifestyle-font";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.or-facebook-logo:before {
    content: '\e800';
}


/* '' */

.or-instagram-logo:before {
    content: '\e801';
}


/* '' */

*:focus {
    box-shadow: none;
}

.commonGap {
    padding: 120px 0;
}

.form-control {
    height: 50px;
    background: none;
    border-color: #f4e8e5;
    border-radius: 4px;
    font-size: 15px;
    font-family: 'IBMPlexSans';
}

.form-control:focus {
    outline: none;
    border-color: #f0494a;
    box-shadow: none;
}

.form-group {
    margin-bottom: 20px;
}

.btn {
    font: 16px/24px 'IBMPlexSans-Bold';
    padding: 12px 53px;
}

.btn-primary {
    color: #fff;
    background: rgb(244, 117, 22);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(244, 117, 22, 1) 0%, rgba(239, 57, 93, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(244, 117, 22, 1) 0%, rgba(239, 57, 93, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(244, 117, 22, 1) 0%, rgba(239, 57, 93, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f47516', endColorstr='#ef395d', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border: none;
    border-radius: 25px;
}

.btn-primary:hover,
.btn-primary:focus {
    background: rgb(239, 57, 93);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(239, 57, 93, 1) 0%, rgba(244, 117, 22, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(239, 57, 93, 1) 0%, rgba(244, 117, 22, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(239, 57, 93, 1) 0%, rgba(244, 117, 22, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef395d', endColorstr='#f47516', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.btn-outline-primary {
    border-color: #ef395d;
    color: #fff;
    font-family: 'Gotham-Bold';
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background-color: #ef395d;
    border-color: #ef395d;
}

.btn-outline-secondary {
    border-color: rgba(244, 117, 22, 1.00);
    color: #fff;
    font-family: 'Gotham-Bold';
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
    background-color: rgba(244, 117, 22, 1.00);
    border-color: rgba(244, 117, 22, 1.00);
}

input[type=date]::-webkit-inner-spin-button {
    display: none;
}

body {
    font: 15px/24px 'IBMPlexSans-Light';
}

p {
    font: 15px/24px 'IBMPlexSans-Light';
    color: #6a6a6a;
}

.container-fluid {
    padding: 0 115px;
}

header {
    /*padding: 0px 485px 0px 0;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all .3s ease-in-out;
    background: #000000;
}

header.smallHeader {
    background: #000;
    box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.03);
    /*padding-top: 10px;
    padding-bottom: 10px;*/
}

header nav ul {
    padding: 0;
    margin: 0;
}

header nav ul li {
    float: left;
    list-style-type: none;
    margin-left: 60px;
}

header nav ul li:first-child {
    margin-left: 0;
}

header nav ul li a {
    font: 14px/40px 'IBMPlexSans-Medium';
    color: #fff;
    text-transform: uppercase;
}

header nav ul li a:hover,
header nav ul li a.active {
    text-decoration: none;
    color: #f47516;
}

header nav ul li a.active {}

header nav {
    position: fixed;
    width: 100%;
    /*background: #000;*/
    left: 0;
    top: 0;
    padding: 11px 115px;
    transform: translateY(-62px);
    transition: all .3s ease-in-out;
    display: flex;
    justify-content: space-around;
}
header.smallHeader nav {
    transform: translateY(0);
}

#logo img {
    width: 330px;
}

#logo img:hover {
    opacity: 0.5;
}

.heroSection {
    padding-right: 792px;
    height: 100vh;
    position: relative;
}

.heroText {
    color: #6a6a6a;
    padding-left: 180px;
}

.heroText h1 {
    font: 33px/56px 'Gotham-Bold';
    color: #1e1e1e;
    text-transform: uppercase;
}

.heroText h1 span {
    font-family: 'IBMPlexSans';
    text-transform: none;
}

.heroText p {
    font: 15px/28px 'IBMPlexSans';
}

.heroText h6,
.capitalizeContent h6 {
    font: 15px/34px 'IBMPlexSans-Medium';
    color: #1e1e1e;
}

.heroText.video-text {
    color: #fff;
    position: absolute;
    width: 800px;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
}

.heroText.video-text h1,
.heroText.video-text p {
    color: inherit;
}
.heroText.video-text p {
    font-family: 'Gotham-Light';
}

.heroText.video-text h1 {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

.heroText.video-text h1::after {
    content: '';
    width: 60px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.video_wrap {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 744px;
    max-height: 100%;
}

.video_wrap img {
    max-height: 100vh;
    max-width: 100%;
    object-fit: contain;
}

.play-video {
    width: 148px;
    border-radius: 148px;
    background: #fff;
    display: flex;
    height: 148px;
    position: absolute;
    bottom: 130px;
    left: -20px;
    justify-content: center;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
    z-index: 12;
    transition: background .3s ease-in-out;
}

.play-video>div {
    width: 100%;
    height: 100%;
    text-align: center;
}

.play-video::after {
    content: '';
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-animation: sonarEffect 1.3s ease-out 75ms infinite;
    -moz-animation: sonarEffect 1.3s ease-out 75ms infinite;
    animation: sonarEffect 1.3s ease-out 75ms infinite;
}

.play-video:hover {
    background: #ffffffd1;
}

.play-video svg {
    width: 18px;
    align-self: center;
    max-height: 100%;
}

.play-video:hover svg path {
    fill: #ef395d;
}

.scrollto {
    position: absolute;
    left: 230px;
    bottom: 40px;
    padding-left: 45px;
    height: 190px;
    width: 75px;
}

.scrollto span {
    transform-origin: left;
    transform: translate(50%, 50%) rotate(-90deg);
    display: block;
    position: absolute;
    width: 190px;
    height: 100%;
    font-size: 18px;
    color: #c8c8c8;
    text-transform: uppercase;
    font-family: 'IBMPlexSans';
}

.scrollto::before {
    content: '';
    background: url(../images/longscrollto.png) no-repeat 0 0;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 26px;
    height: 90px;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.formWorkWithUs {
    padding-left: 125px;
}

.formWork {
    padding: 35px;
    background: #fff;
    box-shadow: 0 0 60px 0px rgba(239, 57, 93, 0.09);
    position: relative;
}

.formWork::before {
    content: '';
    width: 306px;
    height: 373px;
    background: url(../images/work_back.png) no-repeat 0 0;
    position: absolute;
    left: -125px;
    top: -80px;
    z-index: -1;
}

.formWork h4 {
    font: 21px/23px 'IBMPlexSans-Bold';
    color: #2a2a2a;
    margin-bottom: 5px;
}

.info-work {
    padding: 0 30px;
}

.info-work h4 {
    font: 40px/48px 'IBMPlexSans-SemiBold';
    color: #1e1e1e;
    position: relative;
    margin-bottom: 30px;
}

.info-work h4::after {
    content: '';
    width: 50%;
    height: 1px;
    background: #f47516;
    position: absolute;
    top: 26px;
    right: 0;
}

.radio_select {
    margin: 25px 0;
}

.custom_radio {
    position: relative;
    float: left;
    overflow: hidden;
    margin-right: 35px;
}

.custom_radio input[type="radio"] {
    position: absolute;
    left: -99px;
}

.custom_radio input[type="radio"]+label {
    font: 15px/26px 'IBMPlexSans';
    color: #6a6a6a;
    padding-left: 35px;
}

.custom_radio input[type="radio"]:checked+label {
    color: #666666;
}

.custom_radio input[type="radio"]+label::before {
    content: '';
    width: 26px;
    height: 26px;
    border: 2px solid #fff1ef;
    border-radius: 30px;
    position: absolute;
    left: 0;
    top: 0;
}

.custom_radio input[type="radio"]+label::after {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 18px;
    background: #6ed337;
    position: absolute;
    left: 6px;
    top: 6px;
    transform: scale(0);
    transition: all .3s ease-in-out;
    transform-origin: center center;
}

.custom_radio input[type="radio"]:checked+label::before {
    border-color: #6ed337;
}

.custom_radio input[type="radio"]:checked+label::after {
    transform: scale(1);
}

.socialInfluencing {
    height: 100vh;
    background: url(../images/process_back.jpg) no-repeat center top;
    color: #fff;
    background-size: cover;
}

.orangeHeading h4 {
    font: 33px/35px 'IBMPlexSans-SemiBold';
    color: inherit;
    display: inline-block;
    padding: 0 55px;
    position: relative;
    margin-bottom: 25px;
}

.orangeHeading h4::before {
    content: '';
    width: 130px;
    height: 2px;
    background: rgba(255, 255, 255, 0.46);
    position: absolute;
    left: 50%;
    bottom: -4px;
    margin-left: -65px;
}

.orangeHeading p {
    color: #fdebde;
}

.socialProcess ul {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.socialProcess ul li {
    width: 25%;
    max-width: 305px;
    list-style-type: none;
    float: left;
    min-width: 305px;
    position: relative;
}

.socialProcess ul li::after {
    content: '';
    width: 99px;
    height: 57px;
    position: absolute;
}

.socialProcess ul li:nth-child(odd)::after {
    background: url(../images/top_process.png) no-repeat center center;
    top: 10px;
    right: 43px;
}

.socialProcess ul li:nth-child(even)::after {
    background: url(../images/bottom_process.png) no-repeat center center;
    bottom: 20px;
    right: 43px;
}

.icon-section h5 {
    font: 15px/17px 'IBMPlexSans-Bold';
    color: inherit;
    text-align: center;
    text-transform: uppercase;
    margin-top: 40px;
}

.icon-section {
    width: 96px;
    display: flex;
    flex-direction: column;
}

.socialProcess ul li:nth-child(even) .icon-section {
    flex-direction: column-reverse;
}

.socialProcess ul li:nth-child(even) .icon-section h5 {
    margin-top: 60px;
    margin-bottom: 50px;
}

.socialProcess ul li:nth-last-of-type(1)::after {
    display: none;
}

.socialProcess ul li:nth-last-of-type(1) {
    max-width: none;
    min-width: 0;
    width: 96px;
}

.socialProcess {
    margin-top: 120px;
}

.socializeContent {
    height: auto;
}

.capitalizeContent {
    padding-left: 180px;
}

.capitalizeContent h3 {
    font: 33px/40px 'IBMPlexSans-Bold';
    color: #1e1e1e;
    margin-bottom: 30px;
}

.capitalizeContent p {
    margin-bottom: 30px;
}

.capitalizeContent::before {
    content: '';
    width: 136px;
    height: 2px;
    background: #fbc7a2;
    position: absolute;
    left: 0;
    top: 20px;
}

.capitalizeInfo {
    background: #fff;
    padding: 40px;
    width: 325px;
    margin: 0 auto;
    box-shadow: 0 0 40px rgba(244, 113, 27, 0.1);
    position: relative;
    border: 1px solid #f25e76;
}

.capitalizeInfo::before {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #f25e76;
    position: absolute;
    left: -40px;
    z-index: -1;
    display: none;
}

.capitalizeInfo p {
    font: 17px/24px 'IBMPlexSans';
    color: #f1563b;
}

.arrow-block {
    padding-left: 90px;
    background: url(../images/up-arrow.png) no-repeat 0 0;
    text-align: center;
    height: 160px;
    margin-bottom: 50px;
    /* background-size: 136px auto; */
    background-size: contain;
}

.capitalizeInfo .arrow-block p {
    font: 40px/40px 'IBMPlexSans-Bold';
    color: #1e1e1e;
    align-self: flex-end;
    margin-bottom: 0;
}

.arrow-block p span {
    font-size: 37px;
    vertical-align: super;
}

footer {
    background: #1e1e1e;
    padding: 30px 0;
    text-align: center;
    color: #fff;
}

footer .social-icons a {
    color: inherit;
    width: 43px;
    height: 43px;
    border-radius: 43px;
    background: #000000;
    display: inline-block;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.6);
    line-height: 43px;
    margin-left: 40px;
}

footer .social-icons a:first-child {
    margin-left: 0;
}

footer .social-icons a:hover {
    background: #fff;
    color: #000;
}

footer p {
    font: 12px/14px 'IBMPlexSans-Light';
    color: #8a8a8a;
    margin-bottom: 0;
    margin-top: 20px;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.bounceDiff {
    -moz-animation: bounce 4s infinite;
    -webkit-animation: bounce 4s infinite;
    animation: bounce 4s infinite;
}

@-webkit-keyframes upDown {
    0% {
        opacity: 0.1;
    }
    40% {
        opacity: 0.3;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 1px 1px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 1px 1px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.3);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.1;
    }
    40% {
        opacity: 0.3;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 1px 1px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 1px 1px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.3);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.1;
    }
    40% {
        opacity: 0.3;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 1px 1px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 1px 1px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.3);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.1;
    }
    40% {
        opacity: 0.3;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 1px 1px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 1px 1px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.3);
        transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.circliful .outer {
    fill: transparent;
    stroke: #333;
    stroke-width: 19.8;
    stroke-dasharray: 534;
    transition: stroke-dashoffset 1s;
    -webkit-animation-play-state: running;
    /* firefox bug fix - won't rotate at 90deg angles */
    -moz-transform: rotate(-89deg) translateX(-190px);
}


/* full circle 25 empty 534 */

.circliful .inner {
    fill: transparent;
    stroke: orange;
    stroke-width: 20;
    stroke-dasharray: 534;
    transition: stroke-dashoffset 1s;
    -webkit-animation-play-state: running;
    /* firefox bug fix - won't rotate at 90deg angles */
    -moz-transform: rotate(-89deg) translateX(-190px);
    stroke-dashoffset: 0;
}

.circliful {
    overflow: visible !important;
}

.svg-container {
    width: 100%;
    margin: 0 0 20px;
    overflow: visible;
    max-width: 180px;
    margin-top: 55px;
}

.svg-container svg {
    -webkit-filter: drop-shadow( -5px -5px 5px #f6f6f6);
    filter: drop-shadow( 0px 0px 5px #f6f6f6);
}

svg .icon {
    font-family: FontAwesome;
}

text.timer {
    fill: #1e1e1e !important;
    font-size: 30px;
    font-family: 'IBMPlexSans-Bold';
}

.text-donutarea {
    font: 15px/20px 'IBMPlexSans';
    color: #f1563b;
    padding-left: 30px;
}

.info-graphic {
    padding: 0;
}

.component *,
.component {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.csstransforms .cn-wrapper {
    font-size: 1em;
    width: 26em;
    height: 26em;
    overflow: hidden;
    position: fixed;
    z-index: 10;
    bottom: -13em;
    left: 50%;
    border-radius: 50%;
    margin-left: -13em;
    -webkit-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -moz-transform: scale(0.1);
    transform: scale(0.1);
    pointer-events: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.csstransforms .opened-nav {
    border-radius: 50%;
    pointer-events: auto;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.cn-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 2;
}

.cn-overlay.on-overlay {
    visibility: visible;
    opacity: 1;
}

.cn-button {
    border: none;
    background: none;
    color: #0057a8;
    text-align: center;
    font-size: 1.8em;
    padding-bottom: 1em;
    height: 3.5em;
    width: 3.5em;
    background-color: #fff;
    position: fixed;
    left: 50%;
    margin-left: -1.75em;
    bottom: -1.75em;
    border-radius: 50%;
    cursor: pointer;
    z-index: 11;
    border: 1px solid #0668c136;
}

.cn-button:hover,
.cn-button:active,
.cn-button:focus {
    color: #0a3863;
    outline: none
}

.csstransforms .cn-wrapper li {
    position: absolute;
    font-size: 1.5em;
    width: 10em;
    height: 10em;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    overflow: hidden;
    left: 50%;
    top: 50%;
    margin-top: -1.3em;
    margin-left: -10em;
    -webkit-transition: border .3s ease;
    -moz-transition: border .3s ease;
    transition: border .3s ease;
}

.csstransforms .cn-wrapper li a {
    display: block;
    font-size: 1.18em;
    height: 14.5em;
    width: 14.5em;
    position: absolute;
    bottom: -7.25em;
    right: -7.25em;
    border-radius: 50%;
    text-decoration: none;
    color: #fff;
    padding-top: 1.8em;
    text-align: center;
    -webkit-transform: skew(-50deg) rotate(-70deg) scale(1);
    -ms-transform: skew(-50deg) rotate(-70deg) scale(1);
    -moz-transform: skew(-50deg) rotate(-70deg) scale(1);
    transform: skew(-50deg) rotate(-70deg) scale(1);
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, color 0.3s;
    -moz-transition: opacity 0.3s, color 0.3s;
    transition: opacity 0.3s, color 0.3s;
}

.csstransforms .cn-wrapper li a span {
    font-size: 1.1em;
    opacity: 0.7;
}


/* for a central angle x, the list items must be skewed by 90-x degrees
in our case x=40deg so skew angle is 50deg
items should be rotated by x, minus (sum of angles - 180)2s (for this demo) */

.csstransforms .cn-wrapper li:first-child {
    -webkit-transform: rotate(-10deg) skew(50deg);
    -ms-transform: rotate(-10deg) skew(50deg);
    -moz-transform: rotate(-10deg) skew(50deg);
    transform: rotate(-10deg) skew(50deg);
}

.csstransforms .cn-wrapper li:nth-child(2) {
    -webkit-transform: rotate(30deg) skew(50deg);
    -ms-transform: rotate(30deg) skew(50deg);
    -moz-transform: rotate(30deg) skew(50deg);
    transform: rotate(30deg) skew(50deg);
}

.csstransforms .cn-wrapper li:nth-child(3) {
    -webkit-transform: rotate(70deg) skew(50deg);
    -ms-transform: rotate(70deg) skew(50deg);
    -moz-transform: rotate(70deg) skew(50deg);
    transform: rotate(70deg) skew(50deg)
}

.csstransforms .cn-wrapper li:nth-child(4) {
    -webkit-transform: rotate(110deg) skew(50deg);
    -ms-transform: rotate(110deg) skew(50deg);
    -moz-transform: rotate(110deg) skew(50deg);
    transform: rotate(110deg) skew(50deg);
}

.csstransforms .cn-wrapper li:nth-child(5) {
    -webkit-transform: rotate(150deg) skew(50deg);
    -ms-transform: rotate(150deg) skew(50deg);
    -moz-transform: rotate(150deg) skew(50deg);
    transform: rotate(150deg) skew(50deg);
}

.csstransforms .cn-wrapper li:nth-child(odd) a {
    background-color: #a11313;
    background-color: #0668c1;
}

.csstransforms .cn-wrapper li:nth-child(even) a {
    background-color: #a61414;
    background-color: #0057a8;
}


/* active style */

.csstransforms .cn-wrapper li.active a {
    background-color: #b31515;
    background-color: #1474cc;
}



/* hover style */

.csstransforms .cn-wrapper li:not(.active) a:hover,
.csstransforms .cn-wrapper li:not(.active) a:active,
.csstransforms .cn-wrapper li:not(.active) a:focus {
    background-color: #b31515;
    background-color: hsl(209, 97%, 29%);
}

.csstransforms .cn-wrapper li:not(.active) a:focus {
    position: fixed;
}



/* fallback */

.no-csstransforms .cn-button {
    display: none;
}

.no-csstransforms .cn-wrapper li {
    position: static;
    float: left;
    font-size: 1em;
    height: 5em;
    width: 5em;
    background-color: #eee;
    text-align: center;
    line-height: 5em;
}

.no-csstransforms .cn-wrapper li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    font-size: 1.3em;
    border-right: 1px solid #ddd;
}

.no-csstransforms .cn-wrapper li a:last-child {
    border: none;
}

.no-csstransforms .cn-wrapper li a:hover,
.no-csstransforms .cn-wrapper li a:active,
.no-csstransforms .cn-wrapper li a:focus {
    background-color: white;
}

.no-csstransforms .cn-wrapper li.active a {
    background-color: #6F325C;
    color: #fff;
}

.no-csstransforms .cn-wrapper {
    font-size: 1em;
    height: 5em;
    width: 25.15em;
    bottom: 0;
    margin-left: -12.5em;
    overflow: hidden;
    position: fixed;
    z-index: 10;
    left: 50%;
    border: 1px solid #ddd;
}

@media screen and (max-width:480px) {
    .csstransforms .cn-wrapper {
        font-size: .68em;
    }

    .cn-button {
        font-size: 1em;
    }

    .csstransforms .cn-wrapper li {
        font-size: 1.52em;
    }
}

@media screen and (max-width:320px) {
    .no-csstransforms .cn-wrapper {
        width: 15.15px;
        margin-left: -7.5em;
    }

    .no-csstransforms .cn-wrapper li {
        height: 3em;
        width: 3em;
    }
}

.component {
    display: none;
}

.open {
    position: fixed;
    top: 6px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
    transition: opacity 0.2s linear;
    z-index: 22;
    display: none;
}

header.smallHeader .open {
    top: 3px;
}

.open:hover {
    opacity: 0.8;
}

.open span {
    display: block;
    float: left;
    clear: both;
    height: 4px;
    width: 40px;
    border-radius: 40px;
    background-color: #fff;
    position: absolute;
    right: 3px;
    top: 3px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.open span:nth-child(1) {
    margin-top: 10px;
    z-index: 9;
}

.open span:nth-child(2) {
    margin-top: 19px;
}

.open span:nth-child(3) {
    margin-top: 28px;
}

.sub-menu {
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    height: 0;
    width: 0;
    right: 0;
    top: 0;
    position: absolute;
    background: rgb(244, 117, 22);
    background: -moz-linear-gradient(-45deg, rgba(244, 117, 22, .3) 0%, rgba(239, 57, 93, .8) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(244, 117, 22, .3) 0%, rgba(239, 57, 93, .8) 100%);
    background: linear-gradient(135deg, rgba(244, 117, 22, .3) 0%, rgba(239, 57, 93, .8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f47516', endColorstr='#ef395d', GradientType=1);
    border-radius: 50%;
    z-index: 18;
    overflow: hidden;
}

.sub-menu li {
    display: block;
    float: right;
    clear: both;
    height: auto;
    margin-right: -160px;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.sub-menu li:first-child {
    margin-top: 195px;
}

.sub-menu li:nth-child(1) {
    -webkit-transition-delay: 0.05s;
}

.sub-menu li:nth-child(2) {
    -webkit-transition-delay: 0.10s;
}

.sub-menu li:nth-child(3) {
    -webkit-transition-delay: 0.15s;
}

.sub-menu li:nth-child(4) {
    -webkit-transition-delay: 0.20s;
}

.sub-menu li:nth-child(5) {
    -webkit-transition-delay: 0.25s;
}

.sub-menu li a {
    color: #fff;
    /*font-family: 'Lato', Arial, Helvetica, sans-serif;*/
    font-size: 16px;
    width: 100%;
    display: block;
    float: left;
    line-height: 40px;
    text-transform: capitalize;
}

.oppenned .sub-menu {
    opacity: 1;
    height: 400px;
    width: 400px;
}

.oppenned span:nth-child(2) {
    overflow: visible;
}

.oppenned span:nth-child(1),
.oppenned span:nth-child(3) {
    z-index: 100;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.oppenned span:nth-child(1) {
    -webkit-transform: rotate(45deg) translateY(6px) translateX(6px);
    transform: rotate(45deg) translateY(6px) translateX(6px);
}

.oppenned span:nth-child(2) {
    height: 400px;
    width: 400px;
    right: -160px;
    top: -160px;
    border-radius: 50%;
    background: rgb(244, 117, 22);
    background: -moz-linear-gradient(-45deg, rgba(244, 117, 22, .3) 0%, rgba(239, 57, 93, .8) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(244, 117, 22, .3) 0%, rgba(239, 57, 93, .8) 100%);
    background: linear-gradient(135deg, rgba(244, 117, 22, .3) 0%, rgba(239, 57, 93, .8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f47516', endColorstr='#ef395d', GradientType=1);
}

.oppenned span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(-7px) translateX(7px);
    transform: rotate(-45deg) translateY(-7px) translateX(7px);
}

.oppenned li {
    margin-right: 168px;
}

.headingtech {
    font: 33px/35px 'IBMPlexSans-Bold';
    color: #000000;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.headingtech::after {
    content: '';
    width: 112px;
    height: 2px;
    background: #f04668;
    position: absolute;
    bottom: 0;
    left: 0;
}

.headingtech span {
    font-family: 'IBMPlexSans-Light';
}

#video-section,
#block-vid,
#background-video {
    height: 100vh
}

.bg-overlay {
    background: rgb(255, 255, 255) url(http://templates.muse-templates.de/00Widget/ytwdemo/assets/pattern.png);
    opacity: 0.1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.ytplayer-container {
    position: absolute;
    top: 0;
    z-index: -1;
}

#background-video {
    position: relative;
    background: transparent;
    overflow: hidden;
}

.next-section {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
    min-height: 35px;
    cursor: pointer;
    z-index: 9;
}

.next-section .next-section-text {
    margin-bottom: 5px;
    opacity: .47;
    transition: .3s;
    font-size: 12px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 700;
}

.next-section .next-section-arrow {
    transform: translateY(0px) scale(1);
    transition: .4s cubic-bezier(0.51, -.29, .35, 2.86);
    height: 20px
}

.next-section:hover .next-section-arrow {
    transform: translateY(5px) scale(1.1)
}

.next-section:hover .next-section-text {
    opacity: 1
}

.next-section .next-section-arrow {
    position: relative;
    color: #ef395d;
    font-size: 18px;
    text-decoration: none;
    width: 27px;
    margin: auto;
    padding: 0;
    transform: translateY(0px) scale(1);
    transition: .4s cubic-bezier(0.51, -.29, .35, 2.86);
    height: 27px
}

.next-section .next-section-arrow:before,
.next-section .next-section-arrow:after {
    top: 16px;
    content: "";
    background: #ef395d;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    height: 4px;
    position: absolute;
    width: 19px
}

.next-section .next-section-arrow:before {
    left: 35%
}

.next-section .next-section-arrow:after {
    left: -5%
}

.next-section .next-section-arrow.down:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.next-section .next-section-arrow.down:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.sideMenu {   
    text-transform: uppercase;
    background-color: rgba(239,57,93,.98);
    position: fixed;
    top: 60px;
    bottom: 0;
    width: 475px;
    transform: translateX(475px);
    color: #fff;
    right: 0;
    padding: 20px 30px;
    z-index: 9;
    transition: all .3s ease-in-out;
}
.sideMenu ul {
    margin: 0;
    padding: 0;
}
.sideMenu ul li {
    list-style-type: none;
}
.sideMenu ul li a {
    color: inherit;
    font-size: 16px;
    font-family: 'IBMPlexSans-Medium';
    line-height: 40px;
    display: inline-block;
}
.menu-toggle {
    float: right;
    background: url(../images/phoneMenu.svg);
    display: inline-block;
    text-align: right;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    left: 0px;
    top: 0px;
    z-index: 9000;
    -moz-transition: background 1s;
    -webkit-transition: background 1s;
    -o-transition: background 1s;
    -ms-transition: background 1s;
    transition: background 1s;
}
.menu-toggle:hover {
    background: url(../images/phoneMenuHover.svg);
}
/*html.openMenu {
    overflow: hidden;
}*/
html.openMenu .sideMenu {
    transform: translateX(0);
}
.sideMenuOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}
#logo {
    z-index: 12;
    position: relative;
}
.dots-navigation {
    position: fixed;
    left: 5px;
    height: 100%;
    top: 0;
    display: flex;
    width: 30px;
    /* height: 100px; */
    /* top: 50%; */
    flex-direction: column;
    justify-content: center;
    padding: 5px;
    z-index: 999;
}

.dots-navigation a {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    display: block;
    background: #f47516;
    margin: 20px 0px;
    border: 1px solid #000;
    position: relative;
}
.dots-navigation a.active {
    background: #ef395d;
}

.dots-navigation a::before {
    content: '';
    width: 1px;
    height: 21px;
    background:#000;
    position: absolute;
    left: 50%;
    top: -21px;
}

.dots-navigation a::after {
    content: '';
    width: 1px;
    height: 21px;
    background: #000;
    bottom: -21px;
    position: absolute;
    left: 50%;
}

.dots-navigation a:first-child::before,.dots-navigation a:last-child::after {
    display: none;
}