#main {
    opacity: 0;
}


/* INTRO PART */

#intro-wrap {
    position: fixed;
    /* top: 0px;
    left: 0px; */
    -webkit-transform: translate(0px 0px);
    -moz-transform: translate(0px 0px);
    -ms-transform: translate(0px 0px);
    -o-transform: translate(0px 0px);
    transform: translate(0px 0px);
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: url('../img/bg-intro.jpg');
    background-size: cover;
    overflow: hidden;
}

#intro-wrap img {
    position: absolute;
}

#flatten-introText {
    top: -20%;
    transform: translateX(100%);
    width: auto;
    height: 140%;
}

#logo-intro {
    max-width: 530px;
    width: 100%;
    height: auto;
    opacity: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}


/* Section Introduce */

.section-introduce {}

.overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}


.section-introduce .item-caption {
    left: 14%;
    top: 32%;
    width: 52%;
}

.caption-title-orange,
.caption-title-blue {
    float: left;
    font-family: UTM-Neo-Sans-Intel-Bold;
    color: #ffffff;
    font-size: 35px;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 5px 40px;
    z-index: 9;
    /* position: relative; */
}

.caption-title-orange {
    background-color: rgba(248, 180, 22, 0.8);
    top: 35%;
    left: 15%;
}

.caption-title-blue {
    background-color: rgba(28, 156, 207, 0.8);
    top: 43.9%;
    left: 15%;
}

.caption-title-orange:after,
.caption-title-blue:after {
    display: block;
    content: "";
    position: absolute;
    left: 100%;
}

.caption-title-orange:after {
    left: 100%;
    top: 0px;
    border-top: 59px solid rgba(248, 180, 22, 0.8);
    border-right: 27px solid transparent;
}

.caption-title-blue:after {
    left: 100%;
    top: 0px;
    border-top: 59px solid rgba(28, 156, 207, 0.8);
    border-right: 27px solid transparent;
}

.section-introduce .caption-title-blue i,
.section-introduce .caption-title-orange i {
    font-family: Panton-Light;
    font-size: 21px;
    font-style: normal;
    vertical-align: top;
}

.section-introduce .caption-title-orange i {
    vertical-align: middle;
}

.caption-content {
    font-family: UTM-Caviar;
    color: #ffffff;
    font-size: 20px;
    padding-left: 45px;
    padding-top: 15px;
    text-align: left;
    clear: both;
    top: 53%;
    left: 15%;
    z-index: 9;
}

/* Custom prev - next button */

a.ls-nav-prev,
a.ls-nav-next {
    height: 20% !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center !important;
    opacity: 0.2;
}

a.ls-nav-prev:hover,
a.ls-nav-next:hover {
    opacity: 1;
}

a.ls-nav-prev {
    background-image: url(../img/previous.png) !important;
}

a.ls-nav-next {
    background-image: url(../img/next.png) !important;
}

#top .avia-layerslider .ls-nav-prev:before,
#top .avia-layerslider .ls-nav-next:before {
    content: '' !important;
}

.ls-bottom-nav-wrapper {
    margin-top: -70px !important;
}

.ls-bottom-slidebuttons a {
    background-image: none !important;
    background-color: rgba(0, 0, 0, 0.42) !important;
    border-radius: 6px;
    width: 11px !important;
    height: 11px !important;
    margin: 0 4px;
    opacity: 0.6;
}

.ls-bottom-slidebuttons a.ls-nav-active {
    background-color: rgba(255, 255, 255, 0.39) !important;
    opacity: 0.7;
}

.scroll-down img {
    z-index: 10;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: auto !important;
}

.scroll-down:before,
.scroll-down:after {
    height: 2px;
    display: block;
    content: "";
    position: absolute;
    background-color: #ffffff;
    bottom: 7.8%;
    width: 48%;
    z-index: 9;
}

.scroll-down:after {
    right: 0;
}

.scroll-down img:hover {
    cursor: pointer;
}


/* Section Introduce Sub */

.mobile-banner {
    display: none;
}

.introduce-sub-left,
.introduce-sub-right {
    background-color: #2d79ae;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 85px;
}

.introduce-sub-left {
    background-image: url(../img/section-introduce-sub-bg-left.png);
}

.introduce-sub-right {
    background-image: url(../img/section-introduce-sub-bg-right.png);
}

.introduce-sub-left .content-right {
    float: right;
}

.introduce-sub-left .content-right h2,
.introduce-sub-right .content-left h2 {
    position: relative;
    z-index: 99;
    font-family: Panton-Thin;
    font-size: 50px;
    color: #ffffff;
    display: table;
}

.introduce-sub-left .content-right h2 {
    left: 98%;
    margin-top: 75px;
    margin-bottom: 5px;
}

.introduce-sub-right .content-left h2 {
    left: 55px;
    margin-top: 75px;
    margin-bottom: 25px;
}

.introduce-sub-left .content-right span,
.introduce-sub-right .content-left span {
    position: relative;
    z-index: 99;
    font-family: UTM-Neo-Sans-Intel-Bold;
    font-size: 47px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 5px;
    background-repeat: no-repeat;
    background-size: cover;
}

.introduce-sub-left .content-right span {
    left: 74px;
    top: -8px;
    background-image: url(../img/section-introduce-sub-bg-title-left.png);
    padding: 0 67px 10px 75px;
}

.introduce-sub-right .content-left span {
    z-index: 9;
    left: 29px;
    background-image: url(../img/section-introduce-sub-bg-title-right.png);
    padding: 0 103px 10px 70px;
}

.introduce-sub-left .intro,
.introduce-sub-left p {
    font-family: UTM-Caviar;
    color: #bed0e1;
    font-size: 20px;
    padding-left: 20%;
}

.introduce-sub-left .intro {
    margin-top: 65px;
    color: #b0e5ff;
}

.introduce-sub-left .intro .services {
    color: #ffffff;
}

.introduce-sub-left .text-style {
    padding-left: 20%;
}

.introduce-sub-left .text-style .text-style-left,
.introduce-sub-left .text-style .text-style-right {
    font-family: UTM-Neo-Sans-Intel-Italic;
    font-size: 20px;
    color: #bed0e1;
}

.introduce-sub-left .text-style .text-style-left {
    padding: 0 0 0 90px;
}

.introduce-sub-left .text-style .text-style-left .text-special-left {
    font-family: UTM-Neo-Sans-Intel-Bold-Italic;
    font-size: 30px;
}

.introduce-sub-left .text-style .text-style-right .text-special-right {
    font-family: UTM-Neo-Sans-Intel-Bold-Italic;
    font-size: 16px;
    color: #ffffff;
}

.introduce-sub-left .text-style .text-style-right {
    text-align: left;
    padding: 10px 0 45px 15px;
    line-height: 29px;
}

.introduce-sub-left .text-style .text-style-quantity {
    padding: 0;
}

.img-quantity {
    display: block;
    background-image: url(../img/section-introduce-sub-bg-quantity.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100px;
    height: 75px;
}

.introduce-sub-right p {
    font-family: UTM-Caviar;
    color: #ffffff;
    font-size: 30px;
    padding-left: 20%;
    margin-top: 50px;
    margin-bottom: 0;
}

.introduce-sub-right a {
    display: inline-block;
    position: relative;
    font-family: Panton-Bold;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    background-color: #e5b128;
    border: 1px solid #e5b128;
    border-radius: 20px;
    padding: 20px 50px 10px 50px;
    margin-left: 20%;
    margin-top: 34px;
}

.introduce-sub-right a:hover {
    background-color: #333;
    opacity: 0.5;
    border: 1px solid #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.introduce-sub-left:after {
    display: block;
    content: "";
    position: absolute;
    right: -69px;
    top: 0;
    z-index: 9;
    border-top: 685px solid #2d79ae;
    border-right: 70px solid transparent;
}


/* Section Services */

.section-services {
    background-image: url(../img/bg-section-services.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 130px;
    padding-bottom: 80px;
}

.caption {
    text-align: center;
    margin-bottom: 45px;
}

.caption span {
    font-family: Panton-Light;
    font-size: 25px;
    color: #2a9ac5;
    text-transform: uppercase;
}

.caption h2 {
    font-family: UTM-Neo-Sans-Intel-Bold;
    font-size: 55px;
    color: #1a74ad;
    text-transform: uppercase;
    margin: 0;
}

.caption p {
    font-family: UTM-Caviar;
    font-size: 25px;
    color: #8b8c85;
    margin-top: 15px;
}

.services .circle {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    height: 336px;
    width: 100%;
    margin: 0;
}

.services .circle .service-title {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(248, 180, 22, 1);
}

.services .circle.front {
    background-image: url(../img/bg-circle-services.png);
}

.services .circle.front .content {
    font-family: UTM-Cafeta;
    font-size: 43px;
    color: #ffffff;
    text-transform: uppercase;
    position: absolute;
    left: 45%;
    transform: translateX(-50%);
    top: 38%;
}

.services .circle .icon-arrow {
    display: block;
    position: absolute;
    right: 28px;
    top: 41%;
    width: 30px;
    height: 45px;
    background-image: url(../img/bg-circle-services-arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.services .circle.back {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/bg-circle-services-flipped.png);
}

.services .circle.back .content {
    margin: auto;
    margin-top: 23%;
    padding: 0 20px;
    text-align: center;
    color: #ffffff;
}

.services .circle.back .content p {
    font-family: UTM-Caviar;
    font-size: 24px;
    margin-bottom: 30px;
}

.services .circle.back .content a {
    position: relative;
    font-family: Panton-Light;
    font-size: 20px;
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 10px 40px;
    margin-top: 30px;
    cursor: pointer;
}

.services .circle.back .content a:hover {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* flip the pane when hovered */

.flip-container:hover .flipper,
.flip-container.hover .flipper {
    transform: rotateY(180deg);
}


/* flip speed goes here */

.flip-container {
    cursor: pointer;
}

.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
}


/* hide back of pane during swap */

.front,
.back {
    backface-visibility: hidden;
}


/* back, initially hidden pane */

.back {
    transform: rotateY(180deg);
}


/* Section Reasons To Choose */

.section-reasons-to-choose {}

.banner-container {
    position: relative;
}

.banner-container img {
    width: 100%;
}

.banner-container .banner {
    position: absolute;
    top: 0px;
    height: 450px;
    width: 65%;
}

.banner-container .banner .banner-content {
    position: absolute;
    top: 0;
    right: 100px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    width: 60%;
}

.banner-container .banner .banner-content h2 {
    line-height: 90px;
}

.banner-container .banner .banner-content h2 span:first-child {
    font-family: UTM-Neo-Sans-Intel-Bold;
    font-size: 90px;
}

.banner-container .banner .banner-content h2 span:last-child {
    font-family: Panton-Thin;
    font-size: 83px;
}

.banner-container .banner .banner-content p {
    font-family: UTM-Caviar;
    font-size: 36px;
}

.reasons {
    margin-top: -45px;
}

.reasons .reason-item .item-container {
    display: block;
    color: #000000;
    background-color: #ffffff;
    padding: 40px 15px;
    border: 1px solid transparent;
    min-height: 265px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.reasons .reason-item .item-container:hover {
    border: 1px solid #7accc8;
}

.reasons .reason-item .item-container:hover .reason-content h3 {
    color: #7accc8;
}

.reasons .reason-item .img-container {
    float: left;
}

.reasons .reason-item .reason-content {
    margin-left: 25%;
}

.reasons .reason-item .reason-content h3 {
    font-family: Panton-Bold;
    font-size: 25px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.reasons .reason-item .reason-content p {
    font-family: UTM-Caviar;
    font-size: 16px;
}


/* Section Brands Worked With */

.section-brands-worked-with {
    padding-bottom: 75px;
}

.section-brands-worked-with .background-img {
    position: relative;
    top: 0;
}

.section-brands-worked-with .background-img img {
    width: 100%;
}

.section-brands-worked-with .main-content {
    position: relative;
    margin-top: -150px;
}

.section-brands-worked-with .title {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 70px;
}

.section-brands-worked-with .title h2 {
    margin: 0;
}

.section-brands-worked-with .title .special-text {
    margin-bottom: 15px;
}

.section-brands-worked-with .title .special-text span {
    font-family: UTM-Neo-Sans-Intel-Bold;
    color: #1ac6ff;
    font-size: 50px;
}

.section-brands-worked-with .title .normal-text span {
    font-family: Panton-Light;
    color: #0a2244;
    font-size: 30px;
}

.section-brands-worked-with #prev-btn {
    width: 31px;
    height: 53px;
    background: url('../img/icon-slider-prev.png') center no-repeat;
    background-size: cover;
    left: -50px;
}

.section-brands-worked-with #next-btn {
    width: 31px;
    height: 53px;
    background: url('../img/icon-slider-next.png') center no-repeat;
    background-size: cover;
    right: -50px;
}

.section-brands-worked-with button:hover {
    opacity: 0.7;
}

.section-brands-worked-with #prev-btn:before,
.section-brands-worked-with #next-btn:before {
    content: none;
}

.section-brands-worked-with .brand-slider img {
    margin: 0 auto;
}


/* Run 4 logos per click */


/* .carousel-inner .active.left {
    left: -25%;
}

.carousel-inner .next {
    left: 25%;
}

.carousel-inner .prev {
    left: -25%;
} */


/* Run 1 logo per click */

.multi-item-carousel .carousel-inner > .item {
    -webkit-transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out left;
}

.multi-item-carousel .carousel-inner .active.left {
    left: -33%;
}

.multi-item-carousel .carousel-inner .active.right {
    left: 33%;
}

.multi-item-carousel .carousel-inner .next {
    left: 33%;
}

.multi-item-carousel .carousel-inner .prev {
    left: -33%;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .multi-item-carousel .carousel-inner > .item {
        -webkit-transition: 500ms ease-in-out all;
        transition: 500ms ease-in-out all;
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
        -webkit-transform: none!important;
        transform: none!important;
    }
}


/* Section Get Started */

.section-get-started {
    background-image: url(../img/section-get-started-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f9f9f9;
    color: #ffffff;
    padding-bottom: 120px;
}

.section-get-started img {
    width: 100%;
}

.section-get-started .blue-banner .banner,
.section-get-started .orange-banner .banner {
    position: relative;
}

.section-get-started .blue-banner .banner .banner-content,
.section-get-started .orange-banner .banner .banner-content {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
}

.section-get-started .blue-banner .banner .banner-content p {
    font-family: UTM-Neo-Sans-Intel;
    font-size: 25px;
}

.section-get-started .orange-banner .banner .banner-content p {
    font-family: Panton-Light;
    font-size: 49px;
    white-space: nowrap;
}

.section-get-started .blue-banner {
    padding-right: 0;
}

.section-get-started .blue-banner .banner {
    margin-top: 45px;
}

.section-get-started .orange-banner {
    margin-left: -150px;
    text-transform: uppercase;
}

.section-get-started .orange-banner .banner {
    margin-top: 70px;
}

.section-get-started .orange-banner .banner .banner-content .btn-get-started {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-family: Panton-Bold;
    font-size: 25px;
    letter-spacing: 5px;
    color: #ffffff;
    background-color: #0ebaf3;
    background: -webkit-linear-gradient(#0ebaf3, #0ebaf3, rgba(21, 52, 77, 0.67));
    background: -o-linear-gradient(#0ebaf3, #0ebaf3, rgba(21, 52, 77, 0.67));
    background: -moz-linear-gradient(#0ebaf3, #0ebaf3, rgba(21, 52, 77, 0.67));
    background: linear-gradient(#0ebaf3, #0ebaf3, rgba(21, 52, 77, 0.67));
    border-radius: 20px;
    padding: 9px 55px 0 55px;
    cursor: pointer;
}

.section-get-started .orange-banner .banner .banner-content .btn-get-started:hover {
    background-color: #0ebaf3;
}
