/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.6.6
*/

:root {
	--secondary-color: #f37333;
}

@import url('//fonts.googleapis.com/css2?family=Mulish:wght@300;700;800&display=swap');

.radius-top-left-400 img {border-top-left-radius: 400px;}
@media (max-width: 1366px) {
	.radius-top-left-400 img {border-top-left-radius: 250px;}
}
@media (max-width: 991px) {
	.radius-top-left-400 img {border-top-left-radius: 150px;}
}

@-webkit-keyframes coccoc-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
                transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
                transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
                transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
                transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
                transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
                transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
                transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes coccoc-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
                transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
                transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
                transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
                transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
                transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
                transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
                transform: rotate(0) scale(1) skew(1deg)
    }
}

.line {
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
    -webkit-animation: dash 2.5s ease-in-out forwards;
            animation: dash 2.5s ease-in-out forwards;
}
@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1200;
        stroke-width: 5;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-width: 10;
    }
}
@keyframes dash {
    0% {
        stroke-dashoffset: 1200;
        stroke-width: 5;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-width: 10;
    }
}

/* DESKTOP */
#wrapper {
    overflow: hidden;
}
.row.size-1 {
    max-width: 1176px;
}
.section-1 {
    max-width: 1730px;
    margin-left: auto;
    margin-right: auto;
}
.section-1 .bg {
    background-size: auto 100% !important;
}
.section-1 img {
    width: auto !important;
}
.section-1 .img::before,
.section-1 .img::after {
    content: '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
}
.section-1 .img::before {
    bottom: 0;
    right: 0;
    left: -55px;
    top: -87px;
    background-image: url("img/svg/gilmedia-service-hover-2.svg");
}
.section-1 .img::after {
    width: 129px;
    height: 108px;
    left: -40px;
    top: -57px;
    background-image: url("img/svg/gilmedia-emblem.svg");
}
.section-1.type-2 .img::before,
.section-1.type-2 .img::after {
    display: none;
}
.section-1.type-2 .img .img-inner {
    display: inline-block;
    vertical-align: top;
    overflow: visible;
}
.section-1.type-2 .img .img-inner::before {
    content: '';
    display: block;
    position: absolute;
    left: -30px;
    top: 0;
    width: 192px;
    height: 192px;
    background: url("img/svg/gilmedia-google-partner.svg") no-repeat 0 0;
}
.section-1.type-3 .img {width: auto !important;display: inline-block;vertical-align: top;}
.section-1.type-3 .img::before {display: none;}
.section-1.type-3 .img::after {left: auto;right: -50px;}
.table-1 tr td {
    vertical-align: baseline;
    border: none;
    padding-bottom: 6px;
    padding-top: 6px;
}
.table-1 tr td:first-child {
    font-weight: 700;
    font-size: 17px;
    color: #161616;
}
.table-1 tr td:last-child {
    font-weight: 800;
    font-size: 30px;
    color: #FFB37D;
}
@media (max-width: 1366px) {
    .table-1 tr td:first-child {font-size: 15px;}
    .table-1 tr td:last-child {font-size: 23px;}
}
body {
    line-height: 170%;
}
@media (min-width: 849px) and (max-width: 1199px) {
    body {
        font-size: 100% !important;
    }   
}
h1, .h1 {
    font-size: 65px;
    line-height: 120%;
    margin-bottom: 0.52em;
}
@media (max-width: 1199px) {
    h1, .h1 {
        font-size: 40px;
        margin-bottom: 15px;
    }
}
h2, .h2 {
    font-size: 55px;
    line-height: 130%;
}
@media (max-width: 1199px) {
    h2, .h2 {
        font-size: 35px;
    }
}
h1, .h1, h2, .h2 {
    font-weight: 300;
}
h1 strong, .h1 strong, h2 strong, .h2 strong {
    font-weight: 800;
}
p a {
    -webkit-transition: .3s;
    transition: .3s;
}
.title-box h2, .title-box .h2 {
    margin-bottom: 13px;
}
.title-box p {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    max-width: 675px;    
}
.title-box.type-2 p {
    max-width: 770px;
}
.btn-primary {
    font-size: 0;
    font-weight: 700;
    text-transform: lowercase;
    min-height: 61px;
    line-height: 61px;
    padding-right: 20px;
    padding-left: 35px;
    border: none;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
@media (max-width: 1199px) {
    .btn-primary {
        min-height: 50px;
        line-height: 50px;
        padding-right: 15px;
        padding-left: 15px;
    }
}
.btn-primary span {
    font-size: 14px;
    letter-spacing: 0.15em;
    vertical-align: middle;
}
@media (max-width: 1199px) {
    .btn-primary span {
        font-size: 12px;
    }
}
.btn-primary [class*="icon-"] {
    width: 41px;
    height: 41px;
    border-radius: 100%;
    top: 0;
    margin-left: 23px !important;
    background-color: #fff !important;
    -webkit-transition: .3s;
    transition: .3s;
}
@media (max-width: 1199px) {
    .btn-primary [class*="icon-"] {
        width: 30px;
        height: 30px;
        margin-left: 15px !important;
    }
}
.btn-primary [class*="icon-"]:not(.icon-angle-right):before {
    color: #161616;
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.btn-primary .icon-angle-right:before, 
.btn-primary .icon-angle-right:after {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -4px;
    width: 14px;
    height: 8px;
    background-image: url("img/svg/gilmedia-arrow-right-dark.svg");
    -webkit-transition: .3s;
    transition: .3s;
}
.btn-primary .icon-angle-right:after {
    content: '';
    opacity: 0;
    background-image: url("img/svg/gilmedia-arrow-right-orange.svg");
}
.btn-primary:hover {
    background-color: #F37333 !important;
    color: #fff;
}
.btn-primary:hover .icon-angle-right:before {
    opacity: 0;
}
.btn-primary:hover .icon-angle-right:after {
    opacity: 1;
}
.btn-primary.is-outline {
    border-width: 1px;
    line-height: 59px;
}
@media (max-width: 1199px) {
    .btn-primary.is-outline {
        line-height: 48px;
    }
}
.btn-primary.is-outline [class*="icon-"] {
    background-color: transparent !important;
}
.btn-primary.is-outline:hover {
    background-color: transparent !important;
    border-color: #F37333 !important;
    color: #F37333;
}
.btn-primary.is-underline {
    padding-right: 20px;
    padding-left: 35px;
}
.btn-primary.is-underline:before {
    width: 100%;
    left: 0;
    opacity: 1;
    background-color: #161616;
}
.col-inner ul li {
    list-style: none;    
    margin-left: 0;
}
.col-inner ul li:last-child {
    margin-bottom: 0;
}
.col-inner ul li a {
    -webkit-transition: .3s;
    transition: .3s;
}
.col-inner ul.permalink-list li a {
    display: block;
    color: inherit;
}
.col-inner ul.permalink-list li a,
.col-inner ul li {
    position: relative;
    padding-left: 35px;
}
.col-inner ul.permalink-list li {
    padding-left: 0;
}
.col-inner ul.permalink-list li::before {
    display: none;
}
.col-inner ul.permalink-list li a::before,
.col-inner ul.permalink-list li a::after,
.col-inner ul li::before {
    content: '';
    display: block;
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
}
.col-inner ul.permalink-list li a::before,
.col-inner ul li::before {    
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: rgba(243, 115, 51, 0.3);
}
.col-inner ul.permalink-list li a::before {
    top: 11px;
}
.col-inner ul.permalink-list li a::after {
    left: -14px;
    top: 12px;
    width: 14px;
    height: 8px;
    background: url("img/svg/gilmedia-arrow-right-dark.svg");
    opacity: 0;
}
.col-inner ul.permalink-list li a:hover::before {
    opacity: 0;
    left: 10px;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}
.col-inner ul.permalink-list li a:hover::after {
    left: 0;
    opacity: 1;
}
.col-inner ul.permalink-list li a:hover {
    color: #161616;
}
.col-inner >*:last-child {
    margin-bottom: 0;
}
.services .col:hover .btn-primary.is-underline {
    background-color: #F37333 !important;
    color: #fff;
}
.services .col:hover .btn-primary.is-underline .icon-angle-right:before {
    opacity: 0;
}
.services .col:hover .btn-primary.is-underline .icon-angle-right:after {
    opacity: 1;
}
.btn-primary.is-underline:hover {
    background-color: #F37333 !important;
}
.btn-primary.is-underline:hover:before, 
.services .col:hover .button.is-underline:before {
    background-color: #F37333;
}
@media (max-width: 1199px) {
    #logo {
        width: auto !important;
        margin-right: 15px !important;
    }
    .logo img {
        max-width: 120px;
    }
}
.header .container {
    max-width: 1760px;
}
.header-nav-main {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.header-nav > li {
    margin: 0 15px;
}
@media (max-width: 1199px) {
    .header-nav > li {
        margin: 0 10px;
    }
}
.header-nav > li > a {
    font-size: 16px;
    color: inherit;
}
.stuck .header-main .nav > li > a {
    line-height: 1 !important;
}
@media (max-width: 1199px) {
    .header-nav > li > a {
        font-size: 13px;
    }
}
.header-block, 
.phone-number {
    font-size: 0;
}
.phone-number {
    margin-right: 50px;
}
@media (max-width: 1366px) {
	.phone-number {
		display: none;
	}
}
@media (max-width: 1199px) {
    .phone-number {
        margin-right: 20px;
    }
}
.phone-number span {
    font-size: 17px;
    font-weight: 700;
    vertical-align: middle;
}
@media (max-width: 1199px) {
    .phone-number span {
        font-size: 15px;
    }
}
.phone-number .icon-phone {
    width: 61px;
    height: 61px;
    line-height: 61px;
    border-radius: 100%;
    text-align: center;
    margin-right: 15px !important;
    background-color: #161616;
    color: #fff;
}
@media (max-width: 1199px) {
    .phone-number .icon-phone {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-right: 10px !important;
    }
}
.phone-number .icon-phone:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    background: url("img/svg/gilmedia-smartphone.svg") no-repeat center / contain;
}
@media (max-width: 1199px) {
    .phone-number .icon-phone:before {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
    }
}
.header-nav > li > a:hover, 
.header-nav > li.active > a, 
.phone-number:hover {
    color: #F37333 !important;
}
.phone-number:hover .icon-phone:before {
    -webkit-animation: coccoc-alo-circle-img-anim 1s ease-in-out;
    animation: coccoc-alo-circle-img-anim 1s ease-in-out;
}

.has-dropdown .icon-angle-down {opacity: 1;top: 2px;margin-left: .4em;-webkit-transition: 0s;transition: 0s;}
.nav-dropdown-has-shadow .nav-dropdown {-webkit-box-shadow: none;box-shadow: none;border: none;background-color: #F9F3F3;padding: 50px 64px 20px;}
.nav-dropdown .ux-menu-title {font-size: 1.0625rem;font-weight: 700;padding-bottom: 20px;padding-top: 0;min-height: 0;}
.nav-dropdown .ux-menu-title::before {content: '';display: block;width: 0;height: 0;border-style: solid;border-width: 4px 0 4px 4px;border-color: transparent transparent transparent #161616;position: absolute;left: -24px;top: 12px;}
.nav-dropdown .ux-menu-link__link {padding-top: .2em;padding-bottom: .2em;min-height: 0;font-size: 0.9375rem;color: rgba(22, 22, 22, 0.7);position: relative;}
.nav-dropdown .ux-menu-link__link::before {content: '';display: block;width: 14px;height: 8px;background: url("img/svg/gilmedia-arrow-right-dark.svg") no-repeat 0 0;position: absolute;left: 0;top: 15px;opacity: 0;-webkit-transition: .3s;transition: .3s;-webkit-transform: translateX(-14px);-ms-transform: translateX(-14px);transform: translateX(-14px);}
.nav-dropdown .ux-menu-link__link:hover {color: #161616;padding-left: 34px;}
.nav-dropdown .ux-menu-link__link:hover::before {opacity: 1;-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}
.nav-dropdown-has-shadow .header .nav-dropdown.sub-menu {padding: 20px;border: 1px solid #ececec;}
.nav-dropdown-has-arrow .header li.has-dropdown::after {border-width: 9px;margin-left: -9px;border-bottom-color: #F9F3F3;}
.nav-dropdown-has-arrow.nav-dropdown-has-border .header li.has-dropdown::before {border-bottom-color: #ececec;}
@media (max-width: 1366px) {
    .nav-dropdown-has-shadow .nav-dropdown {padding: 30px 30px 0;}
    .nav-dropdown .ux-menu-title {font-size: .9rem;}
    .nav-dropdown .ux-menu-title::before {left: -14px;top: 10px;}
}

.off-canvas-left .mfp-content {
    width: 300px;
}

.top-banner .img {
    margin-bottom: -8px;
    right: -4px;
}
.top-banner.type-2 .img,
.top-banner.type-3 .img {
    margin-bottom: 0;
    right: 0;
}
.top-banner .img:before, 
.top-banner .img:after, 
.about:before, 
.about:after,
.section.portfolio::before,
.section.portfolio::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}
.top-banner .img:before, 
.about:before,
.section.portfolio::before {
    width: 137px;
    height: 126px;
    bottom: 78px;
    left: -30px;
    background-image: url("img/svg/gilmedia-decor-1.svg");
}
.section.portfolio::before {
    bottom: auto;
    left: 20px;
    top: 87px;
}
.top-banner .img:before {
    left: 0;
}
.top-banner .img:after, 
.about:after,
.section.portfolio::after {
    width: 70px;
    height: 50px;
    bottom: 120px;
    left: -50px;
    background-image: url("img/svg/gilmedia-decor-2.svg");
}
.section.portfolio::after {
    bottom: auto;
    left: 20px;
    top: 87px;
}
.top-banner .img:after {
    left: 0;
}
.top-banner .row {
    background-color: #FAF6F5;
}
.top-banner .btn-primary [class*="icon-"] {
    background-color: #FAF6F5 !important;
}
.top-banner.type-2 .row {
    background-color: #FFF5E3;
}
.top-banner.type-2 .btn-primary [class*="icon-"] {
    background-color: #FFF5E3 !important;
}
.top-banner.type-3 .row {
    background-color: #F8F7F1;
}
.top-banner.type-3 .col:first-child p {
    max-width: 100%;
    margin-bottom: 20px;
}
.top-banner .col:first-child .col-inner {
    max-width: 605px;
    padding-left: 40px;
    padding-right: 20px;
    margin-left: 0;
}
.top-banner.type-3 .col:first-child .col-inner {
    max-width: 700px;
}
.top-banner.type-3 h2:not(.h5), 
.top-banner.type-3 .h2 {
    font-size: 45px;
    line-height: 1.2;
}
.top-banner.type-3 h2 small, 
.top-banner.type-3 .h2 small {
    font-size: 26px;
    line-height: 1.2;
}
.top-banner.type-3 .img::before,
.top-banner.type-3 .img::after {
    display: none;
}
.top-banner .col:first-child p {
    max-width: 439px;
    margin-bottom: 52px;
}
.top-banner.type-2 .col:first-child p {
    max-width: 100%;
}
.top-banner .col:not(.img-group),
.benefits .col:not(.img-group) {
    z-index: 1;
}
@media (max-width: 1199px) {
    .top-banner .col:first-child p {
        margin-bottom: 20px;
    }
    .top-banner.type-2 h1,
    .top-banner.type-2 .h1 {
        font-size: 35px !important;
    }
}
.top-banner .col:first-child .button:not(:last-child),
.contact .button:not(:last-child) {
    margin-right: 5px;
}
.clients .img, .clients .img img {
    width: auto;
    vertical-align: top;
}
/* 
.clients .img img {
    filter: grayscale(1);
    opacity: .75;
    transition: .3s;
}
*/
.clients .img:hover img {
    opacity: 1;
    -webkit-filter: none;
            filter: none;
}
.clients .img .img-inner {
    line-height: 0;
}
.clients .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.clients .col {
    padding-bottom: 0;
    text-align: center;
}
section.about {
    z-index: 0;
}
@media (min-width: 849px) and (max-width: 1199px) {
    section.about {
        padding-bottom: 50px !important;
        padding-top: 100px !important;
    }
}
.about:before {
    width: 89px;
    height: 113px;
    left: 44px;
    bottom: auto;
    top: 20%;
}
@media (max-width: 1199px) {
    .about:before {
        top: 10%;
    }
}
.about:after {
    width: 40px;
    left: 50px;
    bottom: auto;
    top: 19%;
}
@media (max-width: 1199px) {
    .about:after {
        top: 9%;
    }
}
.about .col:first-child .col-inner {
    max-width: 600px;
    margin-left: 158px;
}
@media (max-width: 1460px) {
    .about .col:first-child .col-inner {
        margin-left: 0;
        padding-top: 22px;
        width: auto;
    }
}
.about .col:last-child p {
    margin-bottom: 42px;
}
.about .col + .col .col-inner {
    max-width: 560px;
    padding-top: 0;
    margin-right: 40px;
    margin-left: auto;
}
.about .bg:before, 
.img-group:before,
.img-group:after {
    content: '';
    display: block;
    width: 103px;
    height: 108px;
    position: absolute;
    left: 70px;
    top: 15%;
    z-index: 20;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url("img/svg/gilmedia-emblem.svg");
}
@media (max-width: 1199px) {
    .about .bg:before {
        top: 0;
    }
}
.about .bg-fill {
    background-size: contain !important;
    background-position: -40px 35% !important;
}
.services:before,
.videos:before,
.partners:before,
.process::before,
.decor::before {
    content: '';
    display: block;
    width: 350px;
    height: 350px;
    position: absolute;
    right: -153px;
    top: -234px;
    background: url("img/svg/gilmedia-decor-4.svg") no-repeat 0 0 / contain;
}
.decor::before {
    right: auto;
    left: 0;
    top: -74px;
    -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1);
}
.decor.type-2::before {
    right: -153px;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.decor.type-3::before {
    right: -153px;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}
.decor.type-4::before {
    top: -134px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}
.decor.type-5::before {
    top: auto;
    bottom: 0;
}
.decor.type-6::before {
    top: auto;
    left: auto;
    right: -105px;
    bottom: 0;
}
.partners:before {
    right: -105px;
    top: 50%;
    margin-top: -175px;
    background-image: url("img/svg/gilmedia-decor-5.svg");
}
.videos:before {
    right: auto;
    left: -76px;
    top: -118px;
}
@media (min-width: 849px) and (max-width: 1199px) {
    section.services {
        margin-bottom: 50px !important;
    }
    .process .icon-box-img {
        width: 120px !important;
    }
}
/* Accordeon */
.accordion-item + .accordion-item {
    margin-top: 40px;
}
.accordion-title {
    border-top: none;
    padding: 0 35px;
    font-size: 100%;
    line-height: 1.3;
    color: #1D1F23 !important;
}
.accordion-title::before,
.accordion-title::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 8px;
    width: 10px;
    height: 8px;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-transition: .3s;
    transition: .3s;
}
.accordion-title::before {
    background-image: url("img/svg/gilmedia-chevron-down.svg");
}
.accordion-title::after {
    opacity: 0;
    background-image: url("img/svg/gilmedia-chevron-down-orange.svg");
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
}
.accordion-title.active::before {
    opacity: 0;
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
}
.accordion-title.active::after {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}
.accordion-title .toggle {
    width: 10px;
    height: 10px;
    min-height: 10px;
    margin-right: 0;
    border-radius: 0;
    opacity: 1;
    top: 8px;
    background-color: rgba(243, 115, 51, 0.3);
}
.accordion-title i {
    display: none;
}
.accordion-title.active {
    background-color: transparent;
    font-weight: initial;
    color: #F37333 !important;
}
.accordion-inner {
    padding: 20px 35px 0;
}
.accordion-inner *:last-child {
    margin-bottom: 0;
}
/* Process */
.process .bg-fill {
    background-size: auto !important;
}
/* Contact Info */
.contact-info .col {
    padding-bottom: 0;
}
.contact-info .col-inner,
.contact-info .icon-box {
    height: 100%;
}
.contact-info .row-small {
    padding-right: 10px;
    padding-left: 10px;
}
.contact-info .row-small > .col {
    padding-right: 5px;
    padding-left: 5px;
}
.contact-info .icon-box {
    background-repeat: no-repeat;
    padding: 39px 40px 40px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(22, 22, 22, 0.1);
            box-shadow: 0 0 20px rgba(22, 22, 22, 0.1);
}
.contact-info .col:nth-child(1) .icon-box {
    background-image: url("img/svg/gilmedia-contact-decor-1.svg");    
    background-position: -84px -55px;
}
.contact-info .col:nth-child(2) .icon-box {
    background-image: url("img/svg/gilmedia-contact-decor-2.svg");    
    background-position: -69px -72px;
}
.contact-info .col:nth-child(3) .icon-box {
    background-image: url("img/svg/gilmedia-contact-decor-3.svg");    
    background-position: -57px -69px;
}
.contact-info .icon-box-text .text:nth-child(1) {
    margin-bottom: .7em;
}
.contact-info .icon-box-text .text:nth-child(2) {
    margin-bottom: 1.3em;
}
.contact-info .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 1.67em;
}
.contact-info .icon-box p {
    margin-bottom: 0;
}
.contact-info .icon-box p a {
    color: inherit;
}
.contact-info .icon-box p a:hover {
    color: #F37333;
}
@media (min-width: 850px) and (max-width: 1199px) {
    .contact-info .icon-box-text .text+.text {
        font-size: 1rem !important;
    }
}
@media (max-width: 1199px) {
    .contact-info .icon-box {
        padding: 30px 20px;
    }
    .contact-info .icon-box .icon-box-img {
        width: 40px !important;
    }
    .contact-info .icon-box-left .icon-box-img+.icon-box-text {
        padding-left: 1em;
    }
}
.services .box {
    min-height: 307px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 30px;
}
@media (min-width: 849px) and (max-width: 1199px) {
    .services .box {
        min-height: 200px;
    }
}
.services .overlay {
    background-color: transparent;
}
.services h4 {
    font-size: 22px;
    font-weight: 700;
    text-shadow: none;
    color: #161616;
}
.services .section-content .row:nth-child(2) > .col > .col-inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.services .col-inner > .row:last-child {
    margin-top: auto;
}
.services .col:nth-child(1) .box {
    background-image: url("img/svg/gilmedia-service-decor-1.svg");
}
.services .col:nth-child(2) .box {
    background-image: url("img/svg/gilmedia-service-decor-2.svg");
}
.services .col:nth-child(3) .box {
    background-image: url("img/svg/gilmedia-service-decor-3.svg");
}
.services .col:nth-child(4) .box {
    background-image: url("img/svg/gilmedia-service-decor-3.svg");
}
.services .col:nth-child(5) .box {
    background-image: url("img/svg/gilmedia-service-decor-1.svg");
}
.services .col:nth-child(6) .box {
    background-image: url("img/svg/gilmedia-service-decor-2.svg");
}
.services .box + .text p {
    max-width: 337px;
    margin-right: auto;
    margin-left: auto;
}
.services .box:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    -webkit-transition: .3s;
    transition: .3s;
}
.services .col:nth-child(1) .box:before {
    background-image: url("img/svg/gilmedia-service-hover-1.svg");
}
.services .col:nth-child(2) .box:before {
    background-image: url("img/svg/gilmedia-service-hover-2.svg");
}
.services .col:nth-child(3) .box:before {
    background-image: url("img/svg/gilmedia-service-hover-3.svg");
}
.services .col:nth-child(4) .box:before {
    background-image: url("img/svg/gilmedia-service-hover-3.svg");
}
.services .col:nth-child(5) .box:before {
    background-image: url("img/svg/gilmedia-service-hover-1.svg");
}
.services .col:nth-child(6) .box:before {
    background-image: url("img/svg/gilmedia-service-hover-2.svg");
}
.services .col:hover .box:before {
    opacity: 1;
}
.benefits .row + .row {
    margin-top: 170px;
}
@media (min-width: 849px) and (max-width: 1199px) {
    .benefits .row + .row {
        margin-top: 50px;
    }
}
.benefits .row:nth-child(odd) .col:first-child .col-inner,
.benefits .row:nth-child(even) .col:last-child .col-inner  {
    max-width: 558px;
    margin-left: 0 !important;
}
.benefits .row:nth-child(even) .col:last-child .col-inner {
    margin-left: auto;
}
.benefits .img img {
    max-width: 509px;
}
.img-group {
    -ms-flex-item-align: start;
        align-self: flex-start;
}
.align-middle .img-group {
    -ms-flex-item-align: center;
        align-self: center;
}
.img-group:before {
    top: auto;
    bottom: 0;
    left: 55%;
    z-index: 30;
}
.img-group:after {
	display: none;
    width: 132px;
    height: 132px;
    left: 120px;
    top: -30px;
    background-image: url("img/svg/gilmedia-websites-1.svg");
}
.img-group .col-inner {
    margin-left: auto !important;
    margin-right: 0 !important;
}
.img-group .col-inner::before,
.img-group .col-inner::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -30px;
    right: -30px;
    left: -30px;
    top: -30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("img/svg/gilmedia-service-decor-2.svg");
}
.img-group .col-inner::after {
    background-image: url("img/svg/gilmedia-service-hover-2.svg");
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.img-group .img {
    position: relative;
    z-index: 20;
    margin-bottom: 0 !important;
}
.img-group .img-1 {
    text-align: right;
}
.img-group .img-1 .img-inner {
    margin-right: -18px;
    margin-left: auto;
    max-width: 78%;
}
.img-group .img-2 {
    z-index: 20;
}
.img-group .img-2 .img-inner {
    margin-top: -350px;
    margin-left: 6.5%;
    max-width: 57%;
}
.img-group.type-1::before {
    bottom: 20px;
}
.img-group.type-1::after {
    left: auto;
    right: 0;
    top: 20px;
    background-image: url("img/svg/gilmedia-websites-2.svg");
}
.img-group.type-2::after {
    background-image: url("img/svg/gilmedia-clients.svg");
}
.img-group.type-1 .img-2 .img-inner {
    margin-top: 0;
    margin-left: 0 !important;
    top: 100px;
    text-align: center;
    max-width: 100%;
}
.img-group.type-1 .img-1 .img-inner {
    margin-right: 0;
    margin-left: 0;
    left: -21px;
    top: -50px;
    max-width: 100%;
}
.img-group.type-1 .col-inner::before,
.img-group.type-2 .col-inner::before {
    background-image: url("img/svg/gilmedia-service-decor-1.svg");
}
.img-group.type-1 .col-inner::after,
.img-group.type-2 .col-inner::after {
    background-image: url("img/svg/gilmedia-service-hover-1.svg");
}
.img-group.type-2 .img-1 {
    text-align: left;
}
.img-group.type-2 .img-1 img {
    max-width: 360px;
}
.img-group.type-2 .img-2 img {
    max-width: 184px;
}
.img-group.type-2 .img-1 .img-inner {
    margin-right: 0;
    margin-left: 118px;
    max-width: 52%;
}
.img-group.type-2 .img-2 .img-inner {
    margin-right: 100px;
    margin-left: auto;
    max-width: 27%;
    top: 30px;
}
.img-group.type-2::before {
    bottom: auto;
    top: 0;
    left: auto;
    right: 24%;
}
.img-group.type-3 .col-inner::before,
.img-group.type-4 .col-inner::before,
.img-group.type-6 .col-inner::before,
.img-group.type-9 .col-inner::before {
    background-image: url("img/svg/gilmedia-service-decor-4.svg");
    top: -42px;
    left: -50px;
    right: -48px;
    bottom: -46px;
}
.img-group.type-3 .col-inner::after,
.img-group.type-4 .col-inner::after,
.img-group.type-6 .col-inner::after,
.img-group.type-9 .col-inner::after {
    background-image: url("img/svg/gilmedia-service-hover-1.svg");
    bottom: -180px;
    left: -30px;  
}
.img-group.type-3::before,
.img-group.type-4::before,
.img-group.type-5::before,
.img-group.type-6::before,
.img-group.type-6::after,
.img-group.type-9::before {
    display: none;
}
.img-group.type-3::after {
    background-image: url("img/svg/gilmedia-clients2.svg");
    left: auto;
    right: 120px;
}
.img-group.type-4::after,
.img-group.type-9::after {
    background-image: url("img/svg/gilmedia-websites-2.svg");
}
.img-group.type-4 img,
.img-group.type-5 img,
.img-group.type-7 img,
.img-group.type-8 img,
.img-group.type-9 img {
    width: auto !important;
}
.img-group.type-7::before {
    left: 11%;
}
.img-group.type-7 .col-inner::before {
    background-image: url("img/svg/gilmedia-service-decor-3.svg");
}
.img-group.type-7 .col-inner::after {
    background-image: url("img/svg/gilmedia-service-hover-4.svg");
}
.img-group.type-8::before {
    bottom: auto;
    top: 120px;
    left: auto;
    right: 8%;
}
.img-group.type-8::after {
    display: none;
}
.img-group.type-9::after {
    left: auto;
    right: 12%;
    top: 6%;
}
.img-group .parallax-active {
    position: relative;
    z-index: 10;
    opacity: 1 !important;
}
.decor-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.decor-img .img-inner,
.decor-img img {
    height: inherit;
}
.reviews:before,
.reviews:after,
.reviews .slider:before,
.reviews .slider-wrapp:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 506px;
    height: 645px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    background-image: url("img/svg/gilmedia-service-decor-2.svg");
}
.reviews:after {
    background-image: url("img/svg/gilmedia-service-hover-2.svg");
}
.reviews .slider:before,
.reviews .slider-wrapp:before {
    width: 103px;
    height: 108px;
    top: -30px;
    right: -20px;
    background-image: url("img/svg/gilmedia-emblem.svg");
    z-index: 10;
}
.reviews .slider .col-inner,
.reviews .slider-wrapp .col-inner {
    padding: 68px 80px 53px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,.1);
            box-shadow: 0 0 12px rgba(0,0,0,.1);
    height: 100%;
}
@media (min-width: 850px) and (max-width: 1460px) {
    .reviews .slider .col-inner,
	.reviews .slider-wrapp .col-inner {
        padding-right: 30px;
        padding-left: 30px;
    }
}
.reviews .slider .col-inner:before,
.reviews .slider-wrapp .col-inner:before {
    content: '';
    display: block;
    position: absolute;
    left: 30px;
    top: 36px;
    width: 40px;
    height: 27px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url("img/svg/gilmedia-quotes.svg");
}
@media (max-width: 549px) {
	.reviews .slider-wrapp .col-inner:before {
		display: none;
	}
}
.reviews .slider .flickity-viewport {
    padding-top: 12px;
}
.reviews .testimonial-text {
    font-size: 17px;
    font-style: normal !important;
    line-height: 28px;
}
.reviews .testimonial-box {
    position: relative;
}
.reviews .testimonial-meta {
    position: absolute;
    bottom: -50px;
    right: 0;
    line-height: 22px;
    color: #161616;
}
.reviews .star-rating {
    position: absolute;
    bottom: -55px;
    left: 0;
    width: 95px;
}
.reviews .star-rating:before,
.reviews .star-rating span:before {
    letter-spacing: 4px;
}
.reviews .slider-show-nav .flickity-prev-next-button {
    opacity: 1;
    width: 61px;
    height: 61px;
    border: 1px solid #161616;
    background-color: #fff;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    -webkit-transition: .3s;
    transition: .3s;
}
@media (max-width: 1460px) {
    .reviews .slider-show-nav .flickity-prev-next-button {
        width: 40px;
        height: 40px;
    }
}
.reviews .slider-show-nav .flickity-prev-next-button:hover {
    border-color: #F37333;
}
.reviews .slider-nav-outside .flickity-prev-next-button.previous {
    right: auto;
    left: -15px;
}
@media (max-width: 1460px) {
    .reviews .slider-nav-outside .flickity-prev-next-button.previous {
        left: -6px;
    }
}
.reviews .slider-nav-outside .flickity-prev-next-button.next {
    left: auto;
    right: -15px;
}
@media (max-width: 1460px) {
    .reviews .slider-nav-outside .flickity-prev-next-button.next {
        right: -6px;
    }
}
.reviews .slider-nav-outside .flickity-prev-next-button.previous:before,
.reviews .slider-nav-outside .flickity-prev-next-button.next:before,
.reviews .slider-nav-outside .flickity-prev-next-button.previous:after,
.reviews .slider-nav-outside .flickity-prev-next-button.next:after {
    content: '';
    display: block;
    width: 14px;
    height: 8px;
    margin-right: auto;
    margin-left: auto;
    background-image: url("img/svg/gilmedia-arrow-right-dark.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
}
.reviews .slider-nav-outside .flickity-prev-next-button.previous:after,
.reviews .slider-nav-outside .flickity-prev-next-button.next:after {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    background-image: url("img/svg/gilmedia-arrow-right-orange.svg");
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}
.reviews .slider-nav-outside .flickity-prev-next-button.previous:hover:after,
.reviews .slider-nav-outside .flickity-prev-next-button.next:hover:after {
    opacity: 1;
}
.reviews .slider-nav-outside .flickity-prev-next-button.previous:before,
.reviews .slider-nav-outside .flickity-prev-next-button.previous:after {
    -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
            transform: scale(-1);
}
.reviews .slider-show-nav .flickity-prev-next-button svg {
    display: none;
}
.reviews-section .col > div{
	height: 100%;
}


.video-box .video {
    margin-bottom: 23px;
}
.video-box h5 {
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 13px;
}
.video-box h4 {
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
}
.partners img {
    width: auto;
}
.box-blog-post .box-text {
    padding: 32px 40px 0;
}
@media (max-width: 1460px) {
    .box-blog-post .box-text {
        padding-right: 0;
        padding-left: 0;
    }
}
.box-blog-post .box-text .post-title {
    margin-bottom: 23px;
    margin-top: 0;
    -webkit-transition: .3s;
    transition: .3s;
}
.box-blog-post .box-text .post-title.is-large {
    font-size: 17px;
}
.box-blog-post .is-divider {
    display: none;
}
.box-blog-post:hover .box-image img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-blog-post:hover .post-title,
.footer-wrapper .ux-menu-link__link:hover {
    color: #F37333;
}
.absolute-footer {
    padding: 0;
}
.footer-wrapper .col {
    min-height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.footer-wrapper .row-solid .col::before {
    border-color: rgba(255, 255, 255, 0.1);
}
.footer-wrapper .row-solid .col:after,
.footer-wrapper .row-solid .col .col::before {
    display: none;
}
.footer-wrapper .row-solid .col-inner {
    padding-bottom: 0;
    padding-top: 0;
}
.footer-wrapper .section {
    font-size: 15px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.8);
}
.footer-wrapper p {
    margin-bottom: 0;
    display: inline-block;
    text-align: left;
}
.footer-wrapper p a {
    color: inherit;
}
.footer-wrapper p a:hover {
    color: #F37333;
}
.footer-wrapper .size-1 img {
    width: auto;
    max-width: 104px;
    max-height: 42px;
}
.footer-wrapper .social-icons .button.icon {
    min-width: 0;
    margin: 0;
}
.footer-wrapper .social-icons {
    margin-right: -12px;
    margin-left: -12px;
}
.footer-wrapper .social-icons .button.icon {
    margin: 0 12px !important;
}
.footer-wrapper .social-icons .button.icon i {
    font-size: 20px;
}
.footer-wrapper .social-icons .button.is-outline {
    border: none;
    color: rgba(255, 255, 255, 0.8);
}
.footer-wrapper .social-icons .button.icon:hover {
    background-color: transparent !important;
}
.footer-wrapper .social-icons .button.icon:hover > i {
    color: currentColor !important;
}
.footer-wrapper .ux-menu.stack-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.footer-wrapper .ux-menu-link__link {
    min-height: 0;
    padding: 0 17px;
}
@media (max-width: 1366px) {
    .footer-wrapper .social-icons .button.icon {
        margin: 0 5px !important;
    }
}
@media (min-width: 850px) and (max-width: 1460px) {
    .footer-wrapper .ux-menu-link__link {
        padding: 0 10px;
    }
}
@media (max-width: 1199px) {
    .footer-wrapper .row-solid .col-inner {
        padding: 10px;
    }
    .footer-wrapper .section {
        font-size: 14px;
    }
    .footer-wrapper .size-1 img {
        max-height: 30px;
    }
}
@media (max-width: 549px) {
    .footer-wrapper .row-solid .col-inner {
        padding-right: 0;
		padding-left: 0;
    }
}
.footer-logo img {
    max-width: 40px;
}
.back-to-top {
    bottom: 15px;
    right: 15px;
    border-radius: 0;
    border-color: #F37333 !important;
    color: #F37333 !important;
    -webkit-transition: .3s !important;
    transition: .3s !important;
}
.back-to-top:hover {
    background-color: #F37333 !important;
    color: #fff !important;
}

/* Portfolio */
#portfolio-content {
    padding-bottom: 0;
    padding-top: 0;
}
.portfolio .nav-pills>li>a{
    border-radius: 0;
    letter-spacing: 0.15em;
    text-transform: lowercase;
    font-size: .875rem;
    line-height: 4.4em;
    min-width: 136px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.portfolio .mb-half {
    margin-bottom: 60px;
}
.portfolio-single-page .img-group .col-inner::before,
.portfolio-single-page .img-group .col-inner::after {
    bottom: -60px;
    right: -60px;
    left: -60px;
    top: -60px;
}
.portfolio-single-page .img-group::after {
    background-image: url("img/svg/gilmedia-responsive.svg");
    left: 80px;
    top: -30px;
}
.portfolio-single-page .img-group.type-7::after {
    background-image: url("img/svg/gilmedia-websites-1.svg");
    left: auto;
    right: 10%;
    top: -70px;
}
.portfolio-bottom,
.portfolio-summary {
    display: none;
}
.portfolio-top > .row .col {
    padding-bottom: 0;
}
.portfolio-top .slider {
    border: 1px solid rgba(0,0,0,.15);
}
.portfolio-single-page h1 {
	line-height: 1.2;
	margin-bottom: 5px;
}
.portfolio-single-page h1 span {
	display: inline-block;
}
.portfolio-box .box-text {
    padding-bottom: 1.05em;
    padding-top: 1.05em;
}
.portfolio-box-category {
    display: none;
}
@media (max-width: 1199px) {
	.portfolio-single-page h1 {
		font-size: 45px;
	}
}
@media (max-width: 849px) {
	.portfolio-single-page h1 {
		font-size: 45px;
	}
}

/* Lines */
.lines {
    text-align: center;
}
.lines .img-inner {
    display: inline-block;
    vertical-align: top;
}
.lines .img-inner::before,
.lines .img-inner::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}
.lines .img-inner::before {
    left: 0;
    background-position: 0 0;
    background-image: url("img/svg/gilmedia-lines-left.svg");
}
.lines .img-inner::after {
    right: 0;
    background-position: 100% 100%;
    background-image: url("img/svg/gilmedia-lines-right.svg");
}
.lines img {
    width: auto !important;
}

/* FAQ */
.faq .bg-fill {
    background-size: auto !important;
}
@media (max-width: 1366px) {
    .faq .bg-fill {        
        background-position-x: -90px !important;
    }    
}

/* Slider */
.slider-nav-simple .flickity-prev-next-button {
    width: 61px;
    height: 61px;
    min-height: 61px;
    top: 50%;
    bottom: auto;
    margin-top: -30px;
    border: 1px solid #161616;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1;
    -webkit-transition: .3s;
    transition: .3s;
}
.slider-nav-simple .flickity-prev-next-button:hover {
    border-color: #F37333;
}
.slider-nav-simple .flickity-prev-next-button svg {
    display: none;
}
.slider-nav-simple .flickity-prev-next-button::before,
.slider-nav-simple .flickity-prev-next-button::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.slider-nav-simple .flickity-prev-next-button.previous::before,
.slider-nav-simple .flickity-prev-next-button.previous::after {
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
}
.slider-nav-simple .flickity-prev-next-button::before {
    background-image: url("img/svg/gilmedia-arrow-right-dark.svg");
}
.slider-nav-simple .flickity-prev-next-button::after {
    opacity: 0;
    background-image: url("img/svg/gilmedia-arrow-right-orange.svg");
}
.slider-nav-simple .flickity-prev-next-button:hover::before {
    opacity: 0;
}
.slider-nav-simple .flickity-prev-next-button:hover::after {
    opacity: 1;
}
.slider-nav-simple.slider-nav-outside .flickity-prev-next-button.previous {
    right: calc(100% + 56px);
    left: auto;
}
.slider-nav-simple.slider-nav-outside .flickity-prev-next-button.next {
    left: calc(100% + 56px);
}
.slider:hover .flickity-prev-next-button {
    opacity: 1;
}
@media (max-width: 1366px) {
    .slider-nav-simple .flickity-prev-next-button {width: 50px;height: 50px;min-height: 50px;margin-top: -25px;}
    .slider-nav-simple.slider-nav-outside .flickity-prev-next-button.previous {right: calc(100% + 4px);}
    .slider-nav-simple.slider-nav-outside .flickity-prev-next-button.next {left: calc(100% + 4px);}
}

/* Counter Row */
.counter-row .section-content {counter-reset: li;}
.counter-row .img {display: inline-block;vertical-align: top;}
.counter-row .img, .counter-row .img img {width: auto !important;}
.counter-row .row {position: relative;}
.counter-row .row + .row {margin-top: 130px;}
.counter-row .row + .row::before {content: '';display: block;position: absolute;left: 50%;top: -140px;z-index: -1;margin-left: -123px;width: 245px;height: 246px;background: url("img/svg/gilmedia-decor-8.svg");}
.counter-row .row + .row:nth-child(odd):before {-webkit-transform: scaleX(-1);-ms-transform: scaleX(-1);transform: scaleX(-1);}
.counter-row .col{padding-bottom: 0;}
.counter-row .img::before, .counter-row .img::after, .counter-row .img-inner::before, .counter-row .img-inner::after {content: '';display: block;position: absolute;background-repeat: no-repeat;background-position: center;background-size: contain;}
.counter-row .img::before, .counter-row .img::after {z-index: -1;left: -100px;right: -100px;}
.counter-row .img::before {top: -200px;bottom: -200px;-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg);}
.counter-row .img::after {top: -100px;bottom: -100px;}
.counter-row .img-inner {overflow: visible;}
.counter-row .img-inner::before {bottom: -30px;width: 129px;height: 108px;background-image: url("img/svg/gilmedia-emblem.svg");}
.counter-row .img-inner::after {counter-increment: li;content: counter(li, decimal-leading-zero);top: 0;width: 132px;height: 132px;font-size: 22px;font-weight: 800;letter-spacing: 0.15em;text-transform: uppercase;background-size: auto, contain;background-position: center 62%, center;line-height: 108px;}
.counter-row .row:nth-child(even) .img-inner::after {background-image: url("img/svg/gilmedia-step-text.svg"), url("img/svg/gilmedia-step-bg-2.svg");}
.counter-row .row:nth-child(odd) .img-inner::after {right: 0;background-image: url("img/svg/gilmedia-step-text.svg"), url("img/svg/gilmedia-step-bg-1.svg");}
.counter-row .row:nth-child(even) .img-inner::before {right: -65px;}
.counter-row .row:nth-child(odd) .img-inner::before {left: -30px;}
.counter-row .row:nth-child(3n+1) .img::before {background-image: url("img/svg/gilmedia-service-decor-3.svg");}
.counter-row .row:nth-child(3n+1) .img::after {background-image: url("img/svg/gilmedia-service-hover-4.svg");}
.counter-row .row:nth-child(3n+2) .img::before {background-image: url("img/svg/gilmedia-service-decor-1.svg");}
.counter-row .row:nth-child(3n+2) .img::after {background-image: url("img/svg/gilmedia-service-hover-1.svg");}
.counter-row .row:nth-child(3n+3) .img::before {background-image: url("img/svg/gilmedia-service-decor-2.svg");}
.counter-row .row:nth-child(3n+3) .img::after {background-image: url("img/svg/gilmedia-service-hover-2.svg");}

/* Image Decor */
[class*="img-decor"] {text-align: center;padding-bottom: 0;}
[class*="img-decor"] .col-inner {display: inline-block;vertical-align: top;position: relative;}
[class*="img-decor"] {display: inline-block;vertical-align: top;}
[class*="img-decor"] .img::before, [class*="img-decor"] .img::after, [class*="img-decor"] .img-inner::before {content: '';display: block;position: absolute;background-repeat: no-repeat;background-position: center;background-size: contain;-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg);}
[class*="img-decor"] .img::before, [class*="img-decor"] .img::after {left: -60px;bottom: -60px;right: -60px;top: -60px;z-index: -1;}
[class*="img-decor"] .img-inner {overflow: visible;}
[class*="img-decor"] .img-inner::before {bottom: -30px;left: -30px;width: 129px;height: 108px;background-image: url("img/svg/gilmedia-emblem.svg");}
[class*="img-decor"]:last-child .img-inner::before {left: auto;right: -30px;}
[class*="img-decor"] .col-inner, [class*="img-decor"] .img, [class*="img-decor"] img {width: auto !important;}
[class*="img-decor"] .box {position: absolute;top: 12px;right: -38px;width: auto;}
[class*="img-decor"]:last-child .box {right: auto;left: -38px;top: -27px;}
[class*="img-decor"] .box.box-overlay .box-text {top: 0;padding: 0;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;text-shadow: none;}
[class*="img-decor"] .box-text, [class*="img-decor"] .box-text .uppercase {letter-spacing: 0.15em;}
[class*="img-decor"] .box-text strong {font-weight: 800;font-size: 1.6em;}
.img-decor1 .img::before {background-image: url("img/svg/gilmedia-service-decor-3.svg");}
.img-decor1 .img::after {background-image: url("img/svg/gilmedia-service-hover-4.svg");}
.img-decor2 .img::before {background-image: url("img/svg/gilmedia-service-decor-1.svg");}
.img-decor2 .img::after {background-image: url("img/svg/gilmedia-service-hover-1.svg");}
.img-decor3 .img::before {background-image: url("img/svg/gilmedia-service-decor-2.svg");}
.img-decor3 .img::after {background-image: url("img/svg/gilmedia-service-hover-2.svg");}

/* Forms */
label, legend {font-size: 0.875rem;line-height: 1.6;text-transform: uppercase;letter-spacing: 0.15em;color: #161616;}
label .req {color: #EE362C;}
input[type=email], input[type=date], input[type=search], input[type=number], input[type=text], input[type=tel], input[type=url], input[type=password], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {height: 61px;-webkit-box-shadow: none;box-shadow: none;border-color: rgba(22, 22, 22, 0.16);}
textarea {height: 102px;resize: none;}
.submit-wrapp {position: relative;}
.submit-wrapp::before {display: none;}
.submit-wrapp input[type=submit] {position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity: 0;}
.submit-wrapp .wpcf7-spinner {position: absolute;right: -60px;top: 50%;margin-top: -12px;}
.wpcf7-form, .col input, .wpcf7-form select, .wpcf7-form textarea {margin-bottom: 0;}
.wpcf7-list-item{display: block;}
.wpcf7-list-item input[type="checkbox"]{display: none;}
.wpcf7-list-item input[type="checkbox"]+.wpcf7-list-item-label{position: relative;}
.wpcf7-list-item input[type="checkbox"]+.wpcf7-list-item-label::before{width: 20px;height: 20px;display: inline-block;vertical-align: top;border: 1px solid rgba(22, 22, 22, 0.16);margin-right: 10px;-webkit-transition: .3s;transition: .3s;}
.wpcf7-list-item input[type="checkbox"]+.wpcf7-list-item-label::after{position: absolute;left: 5px;top: 4px;width: 10px;height: 6px;border-bottom: 2px solid #fff;border-left: 2px solid #fff;-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);opacity: 0;-webkit-transition: .3s;transition: .3s;}
.wpcf7-list-item input[type="checkbox"]:checked+.wpcf7-list-item-label::before{border-color: #F37333;background-color: #F37333;}
.wpcf7-list-item input[type="checkbox"]:checked+.wpcf7-list-item-label::after{opacity: 1;}

/* Contact Us */
.contact .bg-fill {background-size: auto !important;}
.map-wrapper {position: relative;z-index: 100;padding-bottom: 118%;}
.map-wrapper iframe {position: absolute;left: 0;top: 0;}
@media (max-width: 1366px) {
    .contact .section-bg {background-position: 0 -30% !important;background-size: 27vw auto !important;}
}

/* TABLET */
@media (max-width: 849px) {
    h1, .h1 {
        font-size: 35px;
    }
    h2, .h2 {
        font-size: 30px;
    }
    .mobile-nav > li > a {
        color: #161616;
    }
    .mfp-ready .mfp-close {
        opacity: 1;
    }
    .mobile-sidebar .button:not(.is-link) {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-right: 20px;
        padding-left: 20px;
        letter-spacing: 0.15em;
        height: 50px;
        text-transform: none;
        text-align: left;
        border: none;
        background-color: #161616;
        color: #fff;
    }
    .mobile-sidebar .button.is-medium:not(.is-link) {
        font-size: 12px;
    }
    .mobile-sidebar .button:not(.is-link):before, .mobile-sidebar .button:not(.is-link):after {
        content: '';
        display: block;
    }
    .mobile-sidebar .button:not(.is-link):before {
        position: absolute;
        right: 28px;
        top: 50%;
        width: 14px;
        height: 8px;
        margin-top: -4px;
        background: url("img/svg/gilmedia-arrow-right-dark.svg") no-repeat 0 0 / contain;
    }
    .mobile-sidebar .button:not(.is-link):after {
        width: 30px;
        height: 30px;
        border-radius: 100%;
        background-color: #fff;
        margin-left: auto;
    }
    .mobile-sidebar .button.is-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .mobile-sidebar .button.is-link.is-large {
        font-size: 1.1em;
    }
    .mobile-sidebar .button.is-link:before, .mobile-sidebar .button.is-link:after {
        content: '';
        display: block;
    }
    .mobile-sidebar .button.is-link:before {
        width: 40px;
        height: 40px;
        margin-right: 15px;
        border-radius: 100%;
        background-color: #161616;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    }
    .mobile-sidebar .button.is-link:after {
        width: 20px;
        height: 20px;
        position: absolute;
        left: 12px;
        top: 50%;
        margin-top: -10px;
        background: url("img/svg/gilmedia-smartphone.svg") no-repeat center / contain;
    }
    .mobile-sidebar .nav > li > a {
        text-transform: none;
        font-size: 16px;
        color: #161616;
    }
    .top-banner .col:first-child .col-inner {
        padding-bottom: 20px;
        padding-left: 15px;
        padding-top: 20px;
    }
    .top-banner .col:first-child .col-inner {
        padding-bottom: 30px;
    }
    .title-box {
        margin-bottom: 20px;
    }
    .benefits .row:nth-child(odd) .col:first-child .col-inner,
    .benefits .row:nth-child(even) .col:last-child .col-inner {
        max-width: 100%;
    }
    .benefits .row + .row {
        margin-top: 30px;
    }
    .services .box {
        min-height: 0;
    }
    .services h4 {
        font-size: 18px;
    }
    .clients .img {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .about .col + .col .col-inner {
        padding-top: 0;
    }
    .reviews .slider .col-inner {
        padding: 20px;
    }
    .footer-wrapper .section {
        font-size: 12px;
    }
    .footer-logo {
        margin-bottom: 20px;
    }
    .footer-wrapper .ux-menu.stack-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .footer-wrapper .ux-menu-link__link {
        margin-bottom: 5px;
        padding: 0;
    }
    .footer-wrapper .social-icons {
        margin-right: -5px;
        margin-left: -5px;
    }
    .footer-wrapper .social-icons .button.icon {
        margin: 0 5px !important;
    }
    .copyright br {
        display: none;
    }
    .contact-info .col:not(:last-child) {
        padding-bottom: 10px;
    }
    .contact-info .row-small > .col {
        padding-right: 15px;
        padding-left: 15px;
    }
    .portfolio .mb-half {
        margin-bottom: 40px;
    }
    .portfolio .nav-pills>li>a {
        line-height: 3.5em;
        min-width: 100px;
    }
    .process .section-bg {
        display: none;
    }
    .process .icon-box.text-right {
        text-align: left;
    }
    .process .icon-box-right .icon-box-text {
        -webkit-box-ordinal-group: initial;
            -ms-flex-order: initial;
                order: initial;
    }
    .process .icon-box-right .icon-box-img + .icon-box-text {
        padding-right: 0;
        padding-left: 1em;
    }
    .slider-nav-simple .flickity-prev-next-button {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        min-height: 40px;
        border-color: #F37333;
    }
    .slider-nav-simple .flickity-prev-next-button::before {
        opacity: 0;
    }
    .slider-nav-simple .flickity-prev-next-button::after {
        opacity: 1;
    }
    .slider-nav-simple.slider-nav-outside .flickity-prev-next-button.previous {
        right: calc(100% - 55px);
    }
    .slider-nav-simple.slider-nav-outside .flickity-prev-next-button.next {
        left: calc(100% - 55px);
    }
    .section-1 .bg {
        background-size: auto 85vw !important;
    }
    .section-1 .img::after {
        width: 90px;
        height: 76px;
        top: -40px;
    }
    .table-1 tr td:last-child {
        font-size: 18px;
    }
    .counter-row .row + .row {margin-top: 70px;} 
}

/* MOBILE */
@media (max-width: 549px) {
    .faq .bg-fill, .contact .bg-fill {
        background-image: none !important;
    }
    .btn-primary {
        width: 100%;
    }
    .top-banner .button,
    .contact .button {
        width: 100%;
        margin-top: 10px;
    }
    .reviews .slider-wrapper {
        margin-right: -15px;
        margin-left: -15px;
    }
    .reviews .testimonial-meta {
        bottom: -80px;
        right: auto;
    }
    .reviews .slider .col-inner {
        padding-top: 45px;
    }
    .reviews .slider .col-inner::before {
        left: 20px;
        top: 15px;
    }
    .footer-wrapper .col + .col {
        margin-top: 0px;
    }
    .footer-wrapper p {
        text-align: inherit;
    }
    .footer-wrapper .ux-menu.stack-col {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .process .icon-box-img {
        width: 80px !important;
    }
    .col-inner ul.permalink-list li a,
    .col-inner ul li {
        padding-left: 20px;
    }
    .about .bg:before {
        width: 80px;
        left: 20px;
    }
}

.bubble {
	width: 132px;
	height: 132px;
	position: absolute;
	left: 120px;
    top: -30px;
	z-index: 999;
}
.bubble.inverse {
	left: auto;
	right: 0;
	top: 20px;
} 
.bubble .box-text {
	padding-bottom: 0;
	padding-top: 0;
	font-size: 1em;
}
.bubble.box-overlay .box-text {
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-right: 0;
	padding-left: 0;
}
.bubble .text {
	letter-spacing: 0.15em;
	text-shadow: none;
}

.portfolio-single-page .gallery-box img {
    -o-object-position: 50% 0;
       object-position: 50% 0;
    -webkit-animation: top-to-bottom 12s 0s alternate infinite;
        animation: top-to-bottom 12s 0s alternate infinite;
}

@-webkit-keyframes top-to-bottom {
    0% {
      object-position: 0% 0%;
    }
    100% {
      object-position: 0% 100%;
    }
  }

@keyframes top-to-bottom {
    0% {
      -o-object-position: 0% 0%;
         object-position: 0% 0%;
    }
    100% {
      -o-object-position: 0% 100%;
         object-position: 0% 100%;
    }
  }

.grecaptcha-badge { visibility: hidden; }
.page-id-80 .grecaptcha-badge { visibility: visible; }

.custom-gallery .box-text {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 100;
	border-radius: 100%;
	background-color: var(--secondary-color);
	color: #fff;
	width: 100px;
	height: 100px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0;
}
@media (max-width: 849px) {
	.custom-gallery .box-text {
		width: 70px;
		height: 70px;
		font-size: .75em;
	}
}
@media (max-width: 549px) {
	.custom-gallery .box-text {
		width: 50px;
		height: 50px;
		font-size: .55em;
	}
}

.page-id-80 .content-area {
	display: flex;
	flex-direction: column;
}
.page-id-80 .contact-info {
	order: -1;
}