/*
* ----------------------------------------------------------------------------------------
Author       : Md samsuzzaman
Template Name: Ango - Creative Portfolio Showcase Template
Version      : 1.0                                          
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL CSS STYLE
* 02.PRELOADER & BOUNCE CCS STYLE
* 03.HOMEPAGE CSS STYLE
    -MENU CSS STYLE
* 04.ABOUT CSS STYLE
* 05.SERVICE CSS STYLE
* 06.PORTFOLIO CSS STYLE
* 07.TESTIMONIAL CSS STYLE
* 08.CONTACT DESIGN AREA
* 09.FOOTER CSS STYLE
* 10.ANIMATION CSS STYLE
* 11.THEME MAIN CSS STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* ----------------------------------------------------------------------------------------
*/

* {
    outline: none !important;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 300;
    height: 100%;
    font-family: 'Poppins', sans-serif;
    background: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {


    font-family: 'Bodoni Moda', serif;


}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

p {
    line-height: 28px;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}






/*
* ----------------------------------------------------------------------------------------
* 02.GLOBAL ANIMATION / BUTTON/ MENU STYLE
* ----------------------------------------------------------------------------------------
*/
.no-transform {
    -webkit-transform: none !important;
    transform: none !important;
}

html.has-scroll-smooth {
    overflow: hidden;
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.has-scroll-smooth body {
    overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh;
}

img {
    max-width: 100%;
}

iframe {
    max-width: 100%;
}

/* LINKS */
a {
    text-decoration: none;
    color: #080808;
}

a:hover {
    text-decoration: underline;
    color: #080808;
}

.mb-40 {
    margin-bottom: 40px;
}

input[type="text"] {
    width: 420px;
    max-width: 100%;
    height: 70px;
    padding: 0 30px;
    border: 1px solid #cecece;
}

input[type="email"] {
    width: 420px;
    max-width: 100%;
    height: 70px;
    padding: 0 30px;
    border: 1px solid #cecece;
}

input[type="search"] {
    width: 420px;
    max-width: 100%;
    height: 70px;
    padding: 0 30px;
    border: 1px solid #cecece;
}

input[type="password"] {
    width: 420px;
    max-width: 100%;
    height: 70px;
    padding: 0 30px;
    border: 1px solid #cecece;
}

input[type="number"] {
    width: 420px;
    max-width: 100%;
    height: 70px;
    padding: 0 30px;
    border: 1px solid #cecece;
}

input[type="date"] {
    width: 420px;
    max-width: 100%;
    height: 70px;
    padding: 0 30px;
    border: 1px solid #cecece;
}

input[type="radio"] {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 4px;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ededed;
    border-radius: 50%;
}

input[type="radio"]:checked {
    border: 6px solid #080808;
}

input[type="checkbox"] {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 4px;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ededed;
}

input[type="checkbox"]:checked {
    border: 4px solid #ededed;
    background: #080808;
}

textarea {
    width: 520px;
    max-width: 100%;
    height: 140px;
    padding: 30px;
    border: 1px solid #cecece;
}

select {
    width: 420px;
    max-width: 100%;
    height: 70px;
    padding: 0 30px;
    border: 1px solid #cecece;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: -webkit-linear-gradient(45deg, transparent 50%, gray 50%), -webkit-linear-gradient(315deg, gray 50%, transparent 50%), -webkit-linear-gradient(left, #ccc, #ccc);
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 30px) 34px, calc(100% - 25px) 34px, calc(100% - 3.5em) 20px;
    background-size: 5px 5px, 5px 5px, 1px 40px;
    background-repeat: no-repeat;
}

select:focus {
    background-image: -webkit-linear-gradient(45deg, gray 50%, transparent 50%), -webkit-linear-gradient(315deg, transparent 50%, gray 50%), -webkit-linear-gradient(left, #ccc, #ccc);
    background-image: linear-gradient(45deg, gray 50%, transparent 50%), linear-gradient(135deg, transparent 50%, gray 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 25px) 34px, calc(100% - 30px) 34px, calc(100% - 3.5em) 20px;
    background-size: 5px 5px, 5px 5px, 1px 40px;
    background-repeat: no-repeat;
    border-color: gray;
    outline: 0;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

input[type="submit"] {
    height: 70px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #cc0000;
    border: none;
    padding: 0 50px;
}

button[type="submit"] {
    height: 70px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #080808;
    background: #94ffc4;
    border: none;
    padding: 0 50px;
}

button[type="submit"] i {
    display: inline-block;
    margin-right: 8px;
    font-size: 18px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

.no-spacing {
    margin: 0 !important;
    padding: 0 !important;
}

.no-bottom-spacing {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.spacing-400 {
    height: 400px;
}

.spacing-200 {
    height: 200px;
}

.spacing-100 {
    height: 100px;
}

.spacing-50 {
    height: 50px;
}

.accordion {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.accordion dt {
    width: 100%;
    display: block;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.accordion dt a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.accordion dt a:before {
    content: "\f078";
    width: 36px;
    height: 36px;
    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;
    margin-right: 15px;
    background: #94ffc4;
    border-radius: 50%;
    font-family: "Font Awesome 5 Pro";
    font-size: 13px;
}

.accordion dt a:hover {
    text-decoration: none;
}

.accordion dd {
    width: 100%;
    display: block;
    padding-top: 15px;
    margin-bottom: 30px;
}


.hamburger path {
    -webkit-transform: translate3d(0, 0, 0);
    fill: transparent;
    stroke-width: 2px;
    stroke: #fff;
    stroke-linecap: round;
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

.hamburger path.line-center {
    padding: 10px 0;
}

.hamburger.active .line-center {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
}

.hamburger.active .line-top {
    -webkit-transform: rotate(45deg) translateX(6px) translateY(-9px);
    transform: rotate(45deg) translateX(6px) translateY(-9px);
}

.hamburger.active .line-bottom {
    -webkit-transform: rotate(-45deg) translateX(-15px) translateY(0px);
    transform: rotate(-45deg) translateX(-15px) translateY(0px);
}

.custom-link {
    display: inline-block;
    position: relative;
    color: #fff;
}

.custom-link:hover {
    text-decoration: none;
    color: #fff;
}

.custom-link:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 4px;
    width: 0;
    -webkit-transition: width 0s ease, background .25s ease;
    transition: width 0s ease, background .25s ease;
}

.custom-link:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: -4px;
    height: 4px;
    width: 0;
    background: #cc0000;
    -webkit-transition: width .25s ease;
    transition: width .25s ease;
}

.custom-link:hover:before {
    width: 50%;
    background: #cc0000;
    -webkit-transition: width .25s ease;
    transition: width .25s ease;
}

.custom-link:hover:after {
    width: 100%;
    background: transparent;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
}


.col-12.text-center .custom-button {
    margin-top: 50px;
}

.custom-button {
    height: 70px;
    line-height: 70px;
    display: inline-block;
    background: #cc0000;
    padding: 0 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.custom-button:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid transparent;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.custom-button:hover {
    text-decoration: none;
    line-height: 80px;
    text-indent: 6px;
}

.custom-button:hover:before {
    top: 6px;
    left: 6px;
    border-color: #fff;
}


.text-center .circle-button {
    margin: 0 auto;
}

.circle-button {
    width: 158px;
    height: 158px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.circle-button:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: -5px;
    top: -5px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.circle-button:hover {
    text-decoration: none;
    color: #fff;
}

.circle-button:hover:before {
    left: 0;
    top: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}



/*
* ----------------------------------------------------------------------------------------
03 - PRELOADER & SCROLL UP & CUSTOM CURSOR CSSS STYLE 
* ----------------------------------------------------------------------------------------
*/

.scrollup {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    line-height: 40px;
    cursor: pointer;
    display: none;
    z-index: 2;
    background: #000;
}

.scrollup:hover {
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.custom-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: #cc0000;
    -webkit-transition: width .3s ease-in-out,
        height .3s ease-in-out,
        margin .3s ease-in-out,
        opacity .3s ease-in-out;
    transition: width .3s ease-in-out,
        height .3s ease-in-out,
        margin .3s ease-in-out,
        opacity .3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: #cc0000;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 40px;
    height: 40px;
    border: 2px solid #cc0000;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition: all .08s ease-out;
    transition: all .08s ease-out;
}

.cursor-outer.cursor-hover {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}


.preloader {
    width: 100vw;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
    overflow: hidden;
}

.preloader .inner {
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-animation-name: preloader-inner;
    animation-name: preloader-inner;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.preloader .inner figure {
    width: 200px;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 0;
}

.preloader .inner figure img {
    width: 100px;
}

.preloader .inner small {
    width: 100%;
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
}

.preloader .inner .progress-bar {
    background: none;
}

.preloader svg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    fill: #080808;
}

.preloader svg path {
    -webkit-animation-name: preloader-svg;
    animation-name: preloader-svg;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.navbar {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-delay: 0.20s;
    transition-delay: 0.20s;
}

.slider {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.page-header {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.page-loaded .preloader {
    top: 100%;
}

.page-loaded .preloader .inner {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.page-loaded .preloader svg path {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-loaded .navbar {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.page-loaded .slider {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.page-loaded .page-header {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.page-transition {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: -100%;
    z-index: 99;
    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    overflow: hidden;
}

.page-transition.active {
    top: 0;
}

.page-transition.active svg path {
    -webkit-animation-name: page-transition;
    animation-name: page-transition;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.page-transition svg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    fill: #080808;
}



/*
* ----------------------------------------------------------------------------------------
04 - SIDE MENU CSSS STYLE 
* ----------------------------------------------------------------------------------------
*/
.widget-about {}

.widget-about img {
    height: 240px;
    width: 240px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.widget-about h2 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.widget-about p {
    font-size: 14px;
    padding: 0px 60px;

}

.widget-about ul li {
    margin: 15px 0px;
}

.widget-about ul li a {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
}

.widget-about ul li a:hover {
    text-decoration: none;
    border-bottom: 1px solid #cc0000;
}

.sidemenu-social-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidemenu-social-links {
    margin-bottom: 50px;
}

.sidemenu-social-links ul li {
    display: inline-block;
    margin: 0px 10px;
}

.sidemenu-social-links ul li a {
    display: block;
    color: #fff;
    border-bottom: 1px solid transparent;
}

.side-widget {
    text-align: center;
    width: 600px;
    max-width: 80vw;
    height: 100vh;
    min-height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 10;
    padding: 30px 50px;
    padding-right: 110px;
    color: #fff;
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    overflow: auto;
}

.side-widget.active {
    left: 0;
}

.side-widget.active .logo {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.side-widget.active .inner {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.side-widget.active .display-mobile {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.side-widget.active svg path {
    -webkit-animation-name: side-widget-in;
    animation-name: side-widget-in;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-widget svg {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    fill: #080808;
}

.side-widget svg path {
    -webkit-animation-name: side-widget-out;
    animation-name: side-widget-out;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-widget .logo {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    position: relative;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
}



.side-widget .inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
}

.side-widget .inner .widget {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.side-widget .inner .widget:last-child {
    margin-bottom: 0;
}

.side-widget .inner .widget p:last-child {
    margin-bottom: 0;
    font-weight: 400;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.side-widget .inner .widget-title {
    width: 100%;
    display: block;
    font-size: 26px;
    margin-bottom: 15px;
    color: #94ffc4;
}

.side-widget .display-mobile {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    display: none;
}


.side-widget .display-mobile .site-menu ul li {
    display: block;
}

.side-widget .display-mobile .site-menu ul {
    display: inline-block;
}

.side-widget .display-mobile .site-menu ul li a {
    display: inline-block;
    margin: 5px 0;
    color: #ddd;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.side-widget .display-mobile .site-menu ul li a:hover {
    text-decoration: none;
    color: #cc0000;
}

/*
* ----------------------------------------------------------------------------------------
* 06 - MENU CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.navbar {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 60px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.navbar.light {
    color: #fff;
}

.navbar.light .custom-menu ul li a {
    color: #fff;
}

.navbar.light .site-menu ul li a {
    color: #fff;
}

.navbar.light .hamburger-menu .hamburger path {
    stroke: #fff;
}

.navbar.light .navbar-button a {
    border: 3px solid transparent;
    line-height: 56px;
}

.navbar.light .navbar-button a:hover {
    border-color: #94ffc4;
    background: none;
    color: #fff;
}

.navbar .logo {
    display: inline-block;
}

.navbar .logo a {
    display: block;
}

.navbar .logo a img {
    width: 110px;
}


.navbar .site-menu {
    display: inline-block;
}

.navbar .site-menu ul {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.navbar .site-menu ul li {
    display: inline-block;
    margin: 0 15px;
    padding: 0;
    list-style: none;
}

.navbar .site-menu ul li a {
    display: inline-block;
    position: relative;
    color: #ddd;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.navbar .site-menu ul li a:hover {
    text-decoration: none;
}

.navbar .site-menu ul li a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 4px;
    width: 0;
    -webkit-transition: width 0s ease, background .25s ease;
    transition: width 0s ease, background .25s ease;
}

.navbar .site-menu ul li a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: -4px;
    height: 4px;
    width: 0;
    background: #cc0000;
    -webkit-transition: width .25s ease;
    transition: width .25s ease;
}

.navbar .site-menu ul li a:hover:before {
    width: 50%;
    background: #cc0000;
    -webkit-transition: width .25s ease;
    transition: width .25s ease;
}

.navbar .site-menu ul li a:hover:after {
    width: 100%;
    background: transparent;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
}


.main-menu ul li {
    display: inline-block;
    margin-right: 40px;
    position: relative;
}

.main-menu ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 100%;
}

.main-menu ul li .sub-menu {
    position: absolute;
    left: 0;
    top: 140%;
    min-width: 200px;
    background-color: #000;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    z-index: 99;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    padding: 15px 0px 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-top: 4px solid #cc0000;
}

.main-menu ul li .sub-menu li {
    margin: 0;
    padding: 0;
    display: inline;
    position: relative;
    width: 100%;
    display: block;
}

.main-menu ul li .sub-menu li a {
    display: block;
    padding: 5px 25px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.main-menu ul li .sub-menu li .active {
    color: #fff;
}

.main-menu ul li .sub-menu li:hover>a {
    color: #9d9d9d;
}

.main-menu ul li .sub-menu li:hover>a:before {
    width: 0;
    background: transparent;
}

.main-menu ul li .sub-menu li:hover>a:after {
    width: 0;
    background: transparent;
}

.main-menu ul li .sub-menu li>.sub-menu {
    left: 120%;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.main-menu ul li .sub-menu li:hover>.sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.navbar .hamburger-menu {
    margin-left: 30px;
    display: inline-block;
    cursor: pointer;
}

.navbar .navbar-button {
    margin-left: 30px;
}

.navbar .navbar-button a {
    height: 60px;
    line-height: 60px;
    display: inline-block;
    padding: 0 40px;
    background: #94ffc4;
    color: #080808;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.navbar .navbar-button a:hover {
    text-decoration: none;
    background: #080808;
    color: #fff;
}



/*
* ----------------------------------------------------------------------------------------
* 07 - HEADER AREA CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.single-page-header {
    background: url('../images/bg/page-header.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 640px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;

}

.single-page-text {
    margin-top: 50px;
    padding: 0px 300px;
}

.single-page-text h1 {
    font-size: 60px;
    line-height: 1;
    color: #fff;
}

.single-page-text p {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.slider {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;

}

.header-main-area {
    background: url('../images/bg/bg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.home-agency {
    background: url('../images/bg/agency-bg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

}

.header-parallax-area {
    background: url('../images/bg/parallax-bg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-shape-divider-bottom-1679251211 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1679251211 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 80px;
}

.custom-shape-divider-bottom-1679251211 .shape-fill {
    fill: #000;
}

.slider .header-text h1 {
    font-size: 130px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

.slider .header-text h2 {
    font-size: 130px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

.slider .header-text p {
    font-size: 19px;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    color: #fff;
    padding: 0px 300px;
}


.play-now {
    position: relative;
    width: 340px;
    height: 340px;
    position: absolute;
    right: 0%;
    bottom: 0;
    z-index: 4;
    overflow: hidden;
    margin-left: -100px;
}

.play-now .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 40px;
    border-color: transparent transparent transparent #cc0000;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.play-now text {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 4px;
    fill: #cc0000;
}

.play-now svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 340px;
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.content-section-padding {
    padding: 120px 0;
}




.side-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.side-content.left {
    padding-right: 20%;
}

.side-content small {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 20px;
    margin-bottom: 20px;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    font-size: 14px;
    font-weight: 500;
    background: #94ffc4;
    border-radius: 40px;
}

.side-content h2 {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 52px;
}

.side-content p {
    width: 100%;
    display: block;
    margin: 0;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.side-content table {
    width: 100%;
    margin: 20px 0;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.side-content table tr {
    padding: 5px 0;
}

.side-content table tr td:nth-child(2) {
    font-weight: 700;
}

.side-image {
    width: 100%;
    display: block;
    margin: 0;
    overflow: hidden;
}

.side-image.left-half {
    width: 50vw;
    float: right;
}

.side-image.right-half {
    width: 50vw;
    float: left;
}

.side-image.is-inview img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
}

.side-image img {
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

.side-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.side-list.left {
    padding-right: 20%;
}

.side-list.right {
    padding-left: 20%;
}

.side-list h2 {
    width: 100%;
    display: block;
    font-size: 52px;
    margin-bottom: 30px;
}

.side-list ul {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.side-list ul li {
    width: 100%;
    display: block;
    padding: 0;
    margin-bottom: 20px;
    list-style: none;
}

.side-list ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #080808;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 50%;
}

.side-list ul li:last-child {
    margin-bottom: 0;
}

.side-arts {
    width: 50vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #080808;
    color: #fff;
    padding: 100px 80px;
}

.side-arts .titles {
    width: 100%;
    display: block;
    margin-bottom: 60px;
}

.side-arts .titles h6 {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 3px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.side-arts .titles h2 {
    width: 100%;
    display: block;
    margin-bottom: 0;
    font-size: 52px;
    letter-spacing: -2px;
    line-height: 1;
}

.side-arts ul {
    width: calc(100% + 30px);
    max-width: 480px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 0;
}

.side-arts ul li {
    width: 50%;
    display: inline-block;
    margin: 0;
    margin-bottom: 20px;
    padding: 0 15px;
    list-style: none;
}

.side-arts ul li img {
    width: 100%;
    display: block;
    border: 6px solid #fff;
}



.single-counter-box {
    text-align: center;
}


.single-counter-box h4 {
    font-size: 80px;
    color: #cc0000;
    font-family: 'Poppins', sans-serif;
}

.single-counter-box p {
    font-size: 14px;
    color: #9d9d9d;
}

.col-lg-4:nth-child(1) .image-content-box {
    padding-right: 30px;
}

.col-lg-4:nth-child(2) .image-content-box {
    padding: 0 15px;
}

.col-lg-4:nth-child(3) .image-content-box {
    padding-left: 30px;
}

.image-content-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.image-content-box.is-inview figure img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
}

.image-content-box figure {
    width: 100%;
    display: block;
    margin: 0;
    overflow: hidden;
}

.image-content-box figure img {
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

.image-content-box .content-box {
    width: calc(100% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background: #fff;
    margin-top: -30px;
    padding-top: 30px;
    padding-right: 30px;
}

.image-content-box .content-box h3 {
    width: 100%;
    display: block;
    font-size: 28px;
    margin-bottom: 10px;
}

.image-content-box .content-box p {
    width: 100%;
    display: block;
    margin: 0;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/* TESTIMONIAL BOX */
.col-md-6:nth-child(2) .testimonial-box {
    margin-left: auto;
}

.testimonial-box {
    width: 100%;
    max-width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.testimonial-box .content-box {
    width: 100%;
    display: block;
    color: #9d9d9d;
    position: relative;
    margin-bottom: 30px;
    padding: 50px;
    font-size: 14px;
    border: 1px solid #1a1a1a;
}

.testimonial-box .content-box:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #1a1a1a transparent transparent transparent;
    position: absolute;
    left: 50px;
    bottom: -20px;
}

.testimonial-box h6 {
    width: 100%;
    display: block;
    margin: 0;
    padding-left: 50px;
    color: #fff;
}

.col-lg-4:nth-child(3n + 1) .collection-box {
    padding-right: 30px;
}

.col-lg-4:nth-child(3n + 2) .collection-box {
    padding: 0 15px;
}

.col-lg-4:nth-child(3n + 3) .collection-box {
    padding-left: 30px;
}

.collection-box {
    width: 100%;
    display: block;
    margin: 15px 0;
}

.collection-box.is-inview img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
}

.collection-box figure {
    width: 100%;
    display: block;
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
}

.collection-box figure img {
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

.collection-box h4 {
    width: 100%;
    display: block;
    font-size: 30px;
    margin-bottom: 20px;
}

.collection-box h4 a {
    display: inline;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 2px), #080808 2px);
    background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 2px), #080808 2px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    -webkit-transition: background-size 0.5s;
    transition: background-size 0.5s;
}

.collection-box h4 a:hover {
    background-size: 100% 100%;
    text-decoration: none;
}

.collection-box p {
    width: 100%;
    display: block;
    margin: 0;
}

.col-lg-4:nth-child(3n + 1) .portfolio-item {
    padding-right: 30px;
}

.col-lg-4:nth-child(3n + 2) .portfolio-item {
    padding: 0 15px;
}

.col-lg-4:nth-child(3n + 3) .portfolio-item {
    padding-left: 30px;
}

.portfolio-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.portfolio-item.is-inview .img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
}

.portfolio-item figure {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

.portfolio-item figure * {
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.portfolio-item figure .info {
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    position: absolute;
    right: 30px;
    bottom: 30px;
    text-align: center;
    border-radius: 40px;
}

.portfolio-item figure .info span {
    width: 100%;
    max-width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    font-size: 14px;
    font-weight: 500;
    background: #94ffc4;
    border-radius: 40px;
}

.portfolio-item figure .info figure {
    width: 40px;
    height: 40px;
    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;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background: #fff;
    border-radius: 40px;
}

.portfolio-item figure .info figure img {
    width: 17px;
    height: 17px;
}

.portfolio-item figure .info:hover {
    width: auto;
}

.portfolio-item figure .info:hover figure {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.portfolio-item figure .info:hover span {
    max-width: 220px;
    padding: 0 20px;
}

.portfolio-item figure .img {
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

.portfolio-item .content-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}

.portfolio-item .content-box h4 {
    width: 100%;
    display: block;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 300;
}

.portfolio-item .content-box h4 a {
    display: inline;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 2px), #cc0000 2px);
    background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 2px), #cc0000 2px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    -webkit-transition: background-size 0.5s;
    transition: background-size 0.5s;
    color: #fff;
}

.portfolio-item .content-box h4 a:hover {
    background-size: 100% 100%;
    text-decoration: none;
}

.portfolio-item .content-box p {
    width: 100%;
    display: block;
    margin: 0;
}

/* TEXT BOX */
.text-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.text-box h2 {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 56px;
    color: #fff;
}

.text-box h3 {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 46px;
    color: #fff;
}

.text-box p {
    width: 100%;
    display: block;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    color: #fff;
}

.single-service {
    padding-right: 60px;
}

.single-service i {
    font-size: 40px;
    color: #9d9d9d;
    padding-bottom: 30px;
}

.single-service h6 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 600;

}

.single-service p {
    color: #9d9d9d;
    font-size: 14px;
}


.art-slider {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.art-slider.is-inview .art-slider-images {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
}

.art-slider .titles {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.art-slider .titles h6 {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 3px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.art-slider .titles h2 {
    width: 100%;
    display: block;
    margin-bottom: 0;
    font-size: 62px;
    letter-spacing: -2px;
    line-height: 1;
}

.art-slider .art-slider-images {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

.art-slider-content {
    width: 100%;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

.art-slider-content .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.art-slider-content .swiper-slide.swiper-slide-active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.art-slider-content .swiper-slide span {
    width: 70px;
    border-bottom: 3px solid #080808;
    margin-right: 40px;
    float: left;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-weight: 700;
}

.art-slider-content .swiper-slide h3 {
    display: block;
    font-weight: 700;
    margin: 0;
}

.art-slider-images {
    width: 50vw;
    float: left;
    position: relative;
    overflow: hidden;
}

.art-slider-images .swiper-slide {
    background: #080808;
}

.art-slider-images .swiper-slide img {
    width: 100%;
    float: left;
}

.horizontal-scroll {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.horizontal-scroll .scroll-inner {
    width: 200vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
}

.horizontal-scroll .scroll-inner .scroll-wrapper {
    width: 100vw;
    float: left;
}

.image-icon-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 185px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.image-icon-box.is-inview .content-image img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
}

.image-icon-box:hover .content-box .expand {
    max-height: 190px;
}

.image-icon-box:hover .content-box p {
    margin-bottom: 40px;
    margin-top: 20px;
}

.image-icon-box * {
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.image-icon-box .icon {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #94ffc4;
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 1;
}

.image-icon-box .icon img {
    height: 50px;
}

.image-icon-box .content-image {
    width: 100%;
    display: block;
    margin: 0;
    overflow: hidden;
}

.image-icon-box .content-image img {
    width: 100%;
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

.image-icon-box .content-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 10%;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.image-icon-box .content-box .expand {
    width: 100%;
    max-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}

.image-icon-box .content-box b {
    width: 100%;
    display: block;
    font-weight: 700;
    margin-bottom: 20px;
}

.image-icon-box .content-box h4 {
    width: 100%;
    display: block;
    font-size: 34px;
    margin-bottom: 0;
}

.image-icon-box .content-box p {
    width: 100%;
    margin: 0;
}

.image-icon-box .content-box a {
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 15px;
}

.image-icon-box .content-box a:hover {
    text-decoration: none;
}

.image-icon-box .content-box a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 0;
    -webkit-transition: width 0s ease, background .25s ease;
    transition: width 0s ease, background .25s ease;
}

.image-icon-box .content-box a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 4px;
    width: 0;
    background: #94ffc4;
    -webkit-transition: width .25s ease;
    transition: width .25s ease;
}

.image-icon-box .content-box a:hover:before {
    width: 50%;
    background: #94ffc4;
    -webkit-transition: width .25s ease;
    transition: width .25s ease;
}

.image-icon-box .content-box a:hover:after {
    width: 100%;
    background: transparent;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
}

.cta-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    margin: 50px 0;
}

.cta-box.dark {
    color: #080808;
    margin: 0;
}

.cta-box.dark .custom-button:hover {
    background: #94ffc4;
    color: #080808;
}

.cta-box.dark .custom-button:hover:before {
    border-color: #080808;
}

.cta-box figure {
    width: 100%;
    display: block;
    margin-bottom: 25px;
}

.cta-box figure img {
    height: 70px;
}

.cta-box h6 {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 3px;
}

.cta-box h2 {
    width: 100%;
    display: block;
    margin-bottom: 0;
    font-size: 92px;
    letter-spacing: -2px;
}

.cta-box h2 strong {
    font-weight: 600;
}

.cta-box p {
    padding: 0 20%;
}

.cta-box .custom-button {
    margin: 0 auto;
    margin-top: 60px;
}

.cta-box .custom-button:hover {
    background: #080808;
    color: #fff;
}

.cta-box .custom-button:hover:before {
    border-color: #fff;
}

.note-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #94ffc4;
    color: #080808;
    padding: 60px;
    margin: 50px 0;
}

.note-box h2 {
    width: 100%;
    display: block;
    font-size: 52px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.note-box p {
    width: 100%;
    display: block;
    margin: 0;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    font-size: 19px;
}

/*
* ----------------------------------------------------------------------------------------
* 08 - BLOG CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.col-12:nth-child(2) .recent-news {
    margin-bottom: 100px;
}

.col-12:nth-child(even) .recent-news figure {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.col-12:nth-child(even) .recent-news .content-box {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
    margin-left: -15%;
    text-align: right;
}

.col-12:nth-child(even) .recent-news .content-box p {
    padding-left: 30%;
    padding-right: 0;
}

.recent-news {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 150px;
    padding: 0 5%;
}

.recent-news figure {
    width: 60%;
    display: inline-block;
    margin: 0;
    overflow: hidden;
}

.recent-news figure.is-inview img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
}

.recent-news figure img {
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

.recent-news .content-box {
    width: 55%;
    display: inline-block;
    margin-right: -15%;
    position: relative;
    z-index: 1;
}

.recent-news .content-box small {
    height: 22px;
    line-height: 22px;
    display: inline-block;
    background: #cc0000;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

.recent-news .content-box h3 {
    width: 100%;
    display: block;
    font-size: 54px;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 10px;
    color: #fff;
}

.recent-news .content-box p {
    width: 100%;
    display: block;
    padding-right: 30%;
    margin-bottom: 40px;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    color: #9d9d9d;
}

.contact-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding-right: 10%;
}

.contact-box:last-child {
    margin-bottom: 0;
}

.contact-box h6 {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.contact-box a {
    display: block;
    text-decoration: underline;
}

.contact-box a:hover {
    text-decoration: none;
}

.contact-box p {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    color: #fff;
}

.contact-box p a {
    text-decoration: underline;
    color: #fff;
}

.contact-box p:last-child {
    margin-bottom: 0;
}


.contact-form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 10%;
}

.contact-form .mb-3 {
    width: 100%;
    display: block;
}

.contact-form .mb-3 input[type="text"] {
    width: 100%;
}

.contact-form .mb-3 textarea {
    width: 100%;
}

/* GOOGLE MAPS */
.google-maps {
    width: 100%;
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background: #94ffc4;
}

.google-maps iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.blog-post {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 120px;
}

.blog-post figure {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    overflow: hidden;
}

.blog-post figure.is-inview img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
}

.blog-post figure img {
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

.blog-post .content-box {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 1;
    line-height: 1.7;
}

.blog-post .content-box small {
    height: 22px;
    line-height: 22px;
    display: inline-block;
    background: #cc0000;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

.blog-post .content-box h3 {
    width: 100%;
    display: block;
    font-size: 54px;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 10px;
    color: #fff;
}

.blog-post .content-box blockquote {
    width: 100%;
    display: block;
    margin: 40px 0;
    font-size: 18px;
    padding-left: 40px;
    border-left: 4px solid #cc0000;
    color: #fff;
    font-style: italic;
}

.blog-post .content-box p {
    width: 100%;
    display: block;
    margin-bottom: 40px;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    color: #fff;
}

.blog-post .content-box p:last-child {
    margin-bottom: 0;
}

.sidebar {
    width: 100%;
    display: block;
    padding-left: 30px;
}

.sidebar .widget {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #333333;
    padding: 35px;
    margin-bottom: 35px;
    position: relative;
}

.sidebar .widget * {
    position: relative;
}

.sidebar .widget .widget-title {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.sidebar .widget .widget-title:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #cc0000;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.sidebar .widget .widget-title:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #333;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    mix-blend-mode: difference;
}

.sidebar .widget form {
    width: 100%;
    display: block;
}

.sidebar .widget form input[type="submit"] {
    margin-top: 10px;
    background: #cc0000;
    color: #fff;
}

.sidebar .widget .categories {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.sidebar .widget .categories li {
    width: 100%;
    display: block;
    margin: 4px 0;
    padding: 0;
    list-style: none;
}

.sidebar .widget .categories li a {
    color: #fff;
    font-size: 16px;
}

.sidebar .widget .categories li a:hover {
    color: #cc0000;
    text-decoration: none;
}

.sidebar .widget .widget-gallery {
    width: calc(100% + 4px);
    float: left;
    margin: 0 -2px;
    padding: 0;
}

.sidebar .widget .widget-gallery li {
    width: 50%;
    float: left;
    margin: 0;
    padding: 2px;
    list-style: none;
}

/* PAGINATION */
.pagination {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pagination .page-item {
    display: inline-block;
}

.pagination .page-item.active .page-link {
    background: #333;
    border-color: transparent;
    color: #fff;
}

.pagination .page-item .page-link {
    height: 60px;
    line-height: 60px;
    border-radius: 0 !important;
    padding: 0 20px;
    background: transparent;
    color: #fff;
    border: 1px solid #333;

}

.pagination .page-item .page-link:hover {
    text-decoration: none;
}


/*
* ----------------------------------------------------------------------------------------
* 09 - FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.footer-design-area {
    background: #000;
    padding: 120px 0px;
}

.single-footer {
    text-align: center;
}

.single-footer i {
    font-size: 40px;
    color: #9d9d9d;
    padding-bottom: 30px;
}

.single-footer h2 {
    font-size: 20px;
    color: #fff;
}

.single-footer p {
    font-size: 14px;
    color: #9d9d9d;
}

.footer-bottom {
    padding-top: 50px;
}

.footer-text p {
    font-size: 13px;
    color: #9d9d9d;
}


/*
* ----------------------------------------------------------------------------------------
* 10 - TEMPLATE ANIMATION CSS STYLE
* ----------------------------------------------------------------------------------------
*/
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@-webkit-keyframes svg-morph {
    0% {
        d: path("m244.333332,38.437499c26.666664,-1.666666 125.666662,0.999995 195.333325,50.33333c69.666663,49.333335 -39.666664,141.666664 -70.666664,174.229164c-31,32.5625 -176.999993,107.437507 -234.999993,76.437507c-58,-31 73.666665,-107.000001 49,-190.4375c-24.666665,-83.437499 34.666668,-108.895835 61.333332,-110.562501z");
    }

    100% {
        d: path("m244.333332,38.437499c58.666669,50.333342 24.666647,101.000011 94.33331,150.333346c69.666663,49.333335 71.333353,156.666666 14.333349,175.229163c-57.000004,18.562498 -160.999991,6.437492 -218.999991,-24.562508c-58,-31 -109.333363,-174.000012 -70.000018,-236.437507c39.333345,-62.437496 121.666681,-114.895836 180.33335,-64.562494z");
    }
}

@-webkit-keyframes preloader-svg {
    0% {
        d: path("M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,1080 305.333333,1080 0,1080 L0,0 Z");
    }

    50% {
        d: path("M0,230 C305.333333,100 625.333333,0 960,0 C1294.66667,0 1614.66667,100 1920,300 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,960 305.333333,1080 0,1080 L0,230 Z");
    }

    100% {
        d: path("M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,1080 305.333333,1080 0,1080 L0,0 Z");
    }
}

@-webkit-keyframes preloader-inner {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

@-webkit-keyframes page-transition {
    0% {
        d: path("M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,980 1294.66667,930 960,930 C625.333333,930 305.333333,980 0,1080 L0,0 Z");
    }

    100% {
        d: path("M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,1080 305.333333,1080 0,1080 L0,0 Z");
    }
}

@-webkit-keyframes side-widget-in {
    0% {
        d: path("M540,1080H0V0h540c-40.28,124.78-85.13,311.48-85,541C455.13,769.53,499.81,955.48,540,1080z");
    }

    50% {
        d: path("M540,1080H0V0h540c31.96,142.05,60.09,325.94,60,541C599.91,755.16,571.87,938.34,540,1080z");
    }

    100% {
        d: path("M540,1080H0V0h540c0,179.85,0,359.7,0,539.54C540,719.7,540,899.85,540,1080z");
    }
}

@-webkit-keyframes side-widget-out {
    0% {
        d: path("M540,1080H0V0h540c0,179.85,0,359.7,0,539.54C540,719.7,540,899.85,540,1080z");
    }

    50% {
        d: path("M540,1080H0V0h540c-40.28,124.78-85.13,311.48-85,541C455.13,769.53,499.81,955.48,540,1080z");
    }

    100% {
        d: path("M540,1080H0V0h540c31.96,142.05,60.09,325.94,60,541C599.91,755.16,571.87,938.34,540,1080z");
    }
}



/*
* ----------------------------------------------------------------------------------------
* 11 - THEME MAIN CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.about-me-area,
.portfolio-design-area,
.service-design-area,
.blog-design-area,
.testimonial-design-area,
.counter-design-area {
    background: #000;
}

.about-text h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 300 !important;
    margin-bottom: 40px;
}

.about-text p {
    color: #fff;
    font-size: 18px;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    padding-right: 150px;
    margin-bottom: 50px;
}

.experience-text span {
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

.experience-text {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 50px;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    text-align: center;
}

.experience-text h3 {
    color: #cc0000;
    font-size: 90px;
    font-family: 'Poppins', sans-serif;
}

.content-section .container {
    position: relative;
    z-index: 1;
}

.content-section .container-fluid {
    position: relative;
    z-index: 1;
}

.bottom-white {
    position: relative;
}

.bottom-white:before {
    content: "";
    width: 100%;
    height: 140px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.bottom-white:before .container {
    position: relative;
    z-index: 1;
}

.section-title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.section-title figure {
    width: 100%;
    display: block;
    margin-bottom: 25px;
}

.section-title figure img {
    height: 70px;
}

.section-title h6 {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 3px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.section-title h2 {
    display: block;
    margin-bottom: 0;
    font-size: 70px;
    line-height: 1;
    color: #fff;
}

.section-title h2 strong {
    font-weight: 600;
}


.image-box {
    width: 100%;
    display: block;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.image-box.is-inview img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
}

.image-box img {
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

.side-icon-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 80px;
}

.side-icon-list.right-side {
    padding-right: 0;
    padding-left: 80px;
}

.side-icon-list ul {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.side-icon-list ul li {
    width: 100%;
    display: block;
    margin-bottom: 50px;
    padding: 0;
    list-style: none;
}

.side-icon-list ul li:last-child {
    margin-bottom: 0;
}

.side-icon-list ul li figure {
    width: 80px;
    height: 100%;
    float: left;
    margin-bottom: 0;
}

.side-icon-list ul li figure img {
    height: 44px;
}

.side-icon-list ul li .content {
    width: calc(100% - 80px);
    display: inline-block;
    margin-top: 10px;
}

.side-icon-list ul li .content h5 {
    width: 100%;
    display: block;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}

.side-icon-list ul li .content p {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.side-icon-list ul li .content a {
    display: inline-block;
    text-decoration: underline;
}

.image-box-carousel {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

.image-box-carousel figure {
    width: 100%;
    display: block;
    margin-bottom: 50px;
    position: relative;
}

.image-box-carousel figure:before {
    content: "";
    width: 1px;
    height: 64px;
    background: #080808;
    position: absolute;
    left: calc(50% - 0.5px);
    bottom: -32px;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.image-box-carousel figure img {
    width: 100%;
}

.image-box-carousel .content-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding-bottom: 5px;
    text-align: center;
}

.image-box-carousel .content-box h5 {
    width: 100%;
    display: block;
    font-size: 30px;
}

.image-box-carousel .content-box .custom-link {
    color: #999;
    font-weight: 700;
}

.project-info-list {
    padding-top: 120px;
}

.project-details-info h4 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 600;
}

.project-details-info ul li {
    color: #9d9d9d;
    font-size: 14px;
}

.demo-title {
    padding-bottom: 60px;
}

.demo-title h2 {
    display: block;
    font-size: 70px;
    line-height: 1;
    color: #fff;
    margin-bottom: 20px;
}

.demo-title p {
    color: #fff;
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    font-size: 14px;
    padding: 0px 200px;
}

.demo-item .content-box h4 a {
    font-size: 20px;
}

.demo-item {
    margin-bottom: 40px;
}

.demo-item a img {
    border-radius: 8px;
    border-style: solid;
    border-width: 12px 12px 20px 12px;
    border-color: rgb(126 126 126 / 13%);
}