html {
    scroll-behavior: smooth;
}
:root {
    --input-padding-x: .75rem;
    --input-padding-y: .75rem;
}
body {
    color: #58595b;
    font-family: 'Prompt', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    position: relative;
}
ol,ul {margin: 0;padding: 0;list-style: none}
select {display: block}
a {-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s}
iframe {border: 0;width: 100%;height: 650px;}
a,a:focus,a:hover {text-decoration: none;outline: 0;color: #58595b;}
.btn.active.focus,.btn.active:focus,.btn.focus,.btn.focus:active,.btn:active:focus,.btn:focus {text-decoration: none;outline: 0;}
.gray-bg {background: #efeff1}
.darkgray-bg {background: #f0f0f0}
.bg-white {background: #fff}
.color-avery{color: #cf2027}
.color-black{color: #000}
.bg-avery{background: #cf2027}
.title-banner{color: #cf2027;margin-bottom: 1rem}
.title-h3{margin-bottom: 1rem}
img{width: 100%;height: auto;max-width: 100%}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    color: #263a4e;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600;
    line-height: 1.5;
}
h1, .h1 {
    font-size: 42px;
}
h2, .h2 {
    font-size: 36px;
    font-weight: 600;
}
h3,.h3 {font-size: 24px}
h4,.h4 {font-size: 20px}
h5,.h5 {font-size: 16px}
h6,.h6 {font-size: 14px}
.clear::before,.clear::after {content: " ";display: table}
.clear::after {clear: both}
.transition {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
video{
    width: 100%;
}
b,sup,sub,u,del {color: #333333}
.section-full {
    padding: 100px 0;
}
.section-half {
    padding: 75px 0;
}
.h-case-1{height: 600px}
.h-case-2{height: 600px}
.h-case-3{height: 800px}
.img-web-dev {
    width: 80%;
}
.img-marketing {
    width: 50%;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.flex-grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.flex-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.flex-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.flex-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}
.flex-top {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.flex-bottom {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
.space-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
}
.flex-column {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.logo{
    width: 80%;
}
.logo-footer{
    width: 120px;
}
.display-table {
    display: table;
}
.relative {
    position: relative;
}
.overflow-hidden {
    overflow: hidden;
}
.container.fullwidth {
    width: 100%;
}
.container.no-padding {
    padding-left: 0;
    padding-right: 0;
}
.no-padding {
    padding: 0;
}
.section-bg {
    background: #f9fafc;
}
.p-50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.m-50{
    margin-top: 50px;
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .no-flex-xs {
        display: block !important;
    }
}
.row.no-margin {
    margin-left: 0;
    margin-right: 0;
}
.section-gap {
    padding: 70px 0;
}
@media (max-width: 991px) {
    .section-gap-bottom {
        padding-bottom: 70px;
    }
}
.section-title {
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin-bottom: 40px;
    margin-left: 2.5rem;
    text-align: center;
}

@media (max-width: 991px) {
    .section-title {
        margin-bottom: 40px;
    }
}
.section-title h4 {
    color: #cea06c;
    font-weight: 400;
}
@media (max-width: 767px) {
    .section-title h4 {
        margin-bottom: 10px;
    }
}
.section-title h2 {
    font-size: 42px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.home-title h2 {
    font-size: 42px;
}
.section-title.active {
    color: #000;
}
.section-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: #cf2027;
    transition: width 0.3s ease-in-out;
}
@media (max-width: 991px) {
    .section-title h2 {
        margin-bottom: 5px;
        margin-top: 0px;
        font-size: 30px;
    }
}
.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}
@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"),
        url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
    }
}
.fi:before {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.flaticon-compass:before {
    content: "\f100";
}
.flaticon-desk:before {
    content: "\f101";
}
.flaticon-bathroom:before {
    content: "\f102";
}
.flaticon-beach:before {
    content: "\f103";
}
.sticky-wrapper {
    position: absolute;
    width: 100%;
    transition: all 0.5s;
    height: 80px !important;
}
.sticky-wrapper.is-sticky .default-header {
    background: #cf2027;
    box-shadow: -21.213px 21.213px 30px 0px rgba(158, 158, 158, 0.3);
}
.default-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    z-index: 9;
    background: transparent;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.default-header .navbar {
    padding: 10px 0;
}
.default-header .navbar .navbar-toggler {
    border: 1px solid #fff;
    border-color: #fff;
    cursor: pointer;
}
.default-header .navbar .navbar-toggler:focus {
    outline: none;
}
.default-header .navbar .navbar-toggler span {
    color: #fff;
}
.default-header .dropdown-item {
    font-size: 14px;
    width: auto !important;
    text-align: left;
}
.default-header .social-icon {
    margin-left: auto;
    margin-right: 8px;
}
.btn-see{
    background-color: #cf2027;
    color: #fff;
    border-radius: 25px;
    padding: 5px 15px;
}
.default-header .dropdown-menu {
    border-radius: 0;
    border: none;
    margin-top: 10px;
}
@media (max-width: 991px) {
    .default-header .dropdown-menu {
        margin-top: 0px;
    }
}
.default-header .dropdown-menu a {
    padding: 5px 15px;
}
.default-header .dropdown-item:focus,
.default-header .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: transparent;
}
.menu-bar {
    cursor: pointer;
}
.menu-bar span {
    color: #222;
    font-size: 24px;
}
.main-menubar {
    display: none !important;
}
.navbar-nav li {
    display: block;
    margin: 0 1.3rem;
}
.navbar-nav a, .branding li a{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    position: relative;
    margin: 0;
    display: inline-block;
    padding: 0;
    overflow: hidden;
}
.logo-black .navbar-nav a{
    color: #263a4e;
}
.navbar-collapse {margin-top: 6px}
.navbar-nav a::after, .branding li a::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 3px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    transition: all .2s ease-in-out;
}
.is-sticky .navbar-nav a::after{
    background-color: #fff;
}
.branding ul li a::after{
    background-color: #D21920;
}
.navbar-nav a:hover,.navbar-nav a.active, .navbar-nav a:hover::after, .navbar-nav a.active::after, .branding li a:hover::after {
    color: #fff;
    width: 100%;
}
.logo-black .navbar-nav a:hover, .logo-black .navbar-nav a.active{
    color: #263a4e;
}
.google-partner{
    margin-top: 1rem;
    width: 400px;
    margin-bottom: 1rem;
}
.add-fig-border figure{
    border: 1px solid #f2f2f2;
}
.case-study figure {
	position: relative;
	overflow: hidden;
    margin: 0;
}
.case-study figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.case-study figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
@media (max-width: 992px) {
    .navbar-nav {
        margin-top: 10px;
        height: auto;
        max-height: 400px;
        overflow-x: hidden;
    }
    .navbar-nav a {
        padding: 0;
    }
    .navbar-nav li {
        padding: 10px 0;
    }
}
@media (max-width: 991px) {
    .navbar-nav .dropdown .dropdown-menu {
        background: transparent;
    }
}
.navbar-nav .dropdown .dropdown-item {
    color: #263a4e;
    text-transform: capitalize;
}
.navbar-nav .dropdown .dropdown-item:hover {
    color: #cea06c;
}
@media (max-width: 991px) {
    .navbar-nav .dropdown .dropdown-item {
        color: #fff;
    }
}
.parallax-mirror {
    max-height: 900px;
}
.home-banner-area .template-name {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 24%;
    left: -1%;
    font-size: 120px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px) {
    .home-banner-area .template-name {
        display: none;
    }
    .img-web-dev {
        width: 100%;
    }
    .img-marketing {
        width: 100%;
    }
}
.home-banner-area .fullscreen {
    height: 900px;
}
.home-banner-area .fullscreen-case {
    height: 600px;
}
.h-digital{
    height: 1100px;
}
.full-brand{
    height: 500px;
}
.svg-home{fill:#CC2027;}
.home-banner-area .overlay {
    background: rgba(5, 10, 52, 0.6);
}
.home-banner-area .banner-content {
    margin-top: 16%;
}
.home-banner-area .banner-branding {
    margin-top: 15%;
}
.home-banner-area .banner-content-0 {
    margin-top: 20%;
}
.banner-content-0 h2{
    margin-bottom: 1rem;
}
.home-banner-area .banner-content h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 50px;
}
.home-banner-area .banner-content h1 {
    margin-bottom: 15px;
}
.home-banner-area .banner-content p {
    margin-bottom: 10px;
}
.home-banner-area .banner-content .primary-btn {
    border: 1px solid #fff;
    color: #fff;
    margin-top: 20px;
}
.home-banner-area .banner-content .primary-btn:hover {
    border: 1px solid #cea06c;
}
.home-banner-area .digital-home h2{
    font-size: 50px;
    line-height: 60px;
}
.home-banner-area .marketing-home h2{
    font-size: 50px;
    line-height: 60px;
}
.we-can .overlay-bg {
    position: absolute;
    top: 25%;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: -999;
}
.border-top-line::after{
    content: "";
    position: absolute;
    width: 20%;
    background-color: #cf2027;
    top: -30px;
    left: 15px;
    height: 5px;
}
.border-top-line-right::after{
    left: unset;
    right: 50px;
}
.pl-50{
    padding-right: 50px;
}
.text-black{
    color: #000 !important;
}
.banner-area h1 {
    font-size: 50px;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .banner-area h1 {
        font-size: 35px;
    }
}
.banner-area p {
    margin-bottom: 0px;
    color: #fff;
}
.top-section-area #imaginary_container {
    background: #fff;
    padding: 24px;
}
.top-section-area .stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #eee;
    background-color: #f7f7f7;
}
.top-section-area .input-group-addon {
    background-color: #f7f7f7 !important;
    border-color: #eee;
}
.top-section-area .stylish-input-group button {
    border: 0;
    background: transparent;
}
.top-section-area input {
    font-size: 14px;
}
.features-area {
    padding: 80px 0;
}
.features-area svg{
    width: 100px;
    margin-bottom: 1rem;
}
.features-area img{
    width: 100px
}
.features-area .list-style li {
    list-style: circle;
}
@media (max-width: 991px) {
    .features-area {
        padding-bottom: 20px;
    }
}
.feature-item {
    padding: 0px 17px;
}
.feature-item i {
    margin-bottom: 35px;
    font-size: 65px;
    border: 1px solid #9499a5;
    padding: 36px 41px;
    display: inline-block;
    color: #263a4e;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
    .feature-item i {
        margin-bottom: 20px;
    }
}
.feature-item h4 {
    color: #cf2027;
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.feature-item p {
    margin-bottom: 0px;
}
.feature-item:hover i {
    border: 1px solid #cea06c;
}
.feature-item:hover h4 {
    color: #cea06c;
}
.text-red{
    color: #cf2027;
}
.about-right {
    padding-left: 40px;
}
@media (max-width: 1199px) {
    .about-right {
        padding-left: 15px;
    }
}
.about-right .section-title {
    margin-bottom: 20px;
}
.about-right .primary-btn {
    margin-top: 35px;
}
.about-right p:last-child {
    margin-bottom: 0px;
}
.about-content {
    margin-top: 135px;
    margin-bottom: 112px;
    color: #fff;
    position: relative;
}
@media (max-width: 767px) {
    .about-content {
        margin-top: 140px;
    }
}
.offer-area {
    background: #f7f7f7;
    padding: 130px 0px 100px;
}
@media (max-width: 991px) {
    .offer-area {
        padding: 70px 0px 40px;
    }
}
.offer-area:after {
    position: absolute;
    content: "";
    top: 70px;
    left: 0;
    width: 36%;
    bottom: 70px;
    background: url(../img/offer.jpg) no-repeat center center/cover;
    z-index: 1;
}
@media (max-width: 1199px) {
    .offer-area:after {
        width: 32%;
    }
}
@media (max-width: 991px) {
    .offer-area:after {
        display: none;
    }
}
@media (max-width: 991px) {
    .offer-area .justify-content-end {
        justify-content: flex-start !important;
    }
}
.offer-area .offer-right {
    padding-left: 35px;
}
@media (max-width: 1024px) {
    .offer-area .offer-right {
        padding-left: 15px;
    }
}
.offer-area .single-offer {
    padding: 50px;
    background: #fff;
    margin-bottom: 30px;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.offer-area .single-offer h4 {
    margin: 0px 0px 20px;
    font-weight: 400;
}
.offer-area .single-offer p {
    margin-bottom: 0px;
}
.offer-area .single-offer:hover {
    border: 1px solid #cea06c;
}
.single-project {
    border-radius: 5px;
    margin-bottom: 30px;
}
.single-project .thumb .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.5s ease;
    backface-visibility: hidden;
}
.single-project .middle {
    transition: 0.5s ease;
    position: absolute;
    right: 0;
    top: 0px;
    min-width: 290px;
    background: #fff;
    box-shadow: 0px -10px 30px rgba(38, 58, 78, 0.1);
    padding: 34px 30px;
}
@media (min-width: 1200px) {
    .single-project .middle {
        right: 10px;
    }
}
.solutions *{
    color: #fff;
}
.single-project .middle h4 {
    font-size: 20px;
    margin-bottom: 5px;
}
.single-project .middle .cat {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-project:hover .middle .cat {
    color: #cea06c;
}
.mapBox {
    height: 420px;
    margin-bottom: 80px;
}
.contact_info .info_item {
    position: relative;
    padding-left: 45px;
}
.contact_info .info_item i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 24px;
    color: #263a4e;
    font-weight: 600;
}
.contact_info .info_item h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 0px;
    color: #263a4e;
}
.contact_info .info_item h6 a {
    color: #263a4e;
}
.contact_info .info_item p {
    font-size: 14px;
    line-height: 24px;
    padding: 2px 0px;
}
.contact_form .form-group {
    margin-bottom: 10px;
}
.contact_form .form-group .form-control {
    line-height: 26px;
    color: #999;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    padding-left: 20px;
}
.contact_form .form-group .form-control:focus {
    box-shadow: none;
    outline: none;
}
.contact_form .form-group .form-control.placeholder {
    color: #263a4e;
    font-size: 13px;
}
.contact_form .form-group .form-control:-moz-placeholder {
    color: #263a4e;
    font-size: 13px;
}
.contact_form .form-group .form-control::-moz-placeholder {
    color: #263a4e;
    font-size: 13px;
}
.contact_form .form-group .form-control::-webkit-input-placeholder {
    color: #263a4e;
    font-size: 13px;
}
.contact_form .form-group textarea {
    resize: none;
}
.contact_form .form-group textarea.form-control {
    height: 140px;
}
.contact_form .primary-btn {
    margin-top: 20px;
    cursor: pointer;
}
.about-generic-area {
    background: #fff;
}
.about-generic-area p {
    margin-bottom: 20px;
}
.white-bg {
    background: #fff;
}
.section-top-border {
    padding: 50px 0;
    border-top: 1px dotted #eee;
}
.switch-wrap {
    margin-bottom: 10px;
}
.switch-wrap p {
    margin: 0;
}
.sample-text-area {
    background: #f9f9ff;
    padding: 100px 0 70px 0;
}
.sample-text {
    margin-bottom: 0;
}
.text-heading {
    margin-bottom: 30px;
    font-size: 24px;
}
.typo-list {
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .element-wrap {
        margin-top: 30px;
    }
}
.single-gallery-image {
    margin-top: 30px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 200px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-gallery-image:hover {
    opacity: 0.8;
}
.single-input {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #fff;
    padding: 0 20px;
}
.single-input:focus {
    outline: none;
}
.input-group-icon {
    position: relative;
}
.input-group-icon .icon {
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 40px;
    z-index: 3;
}
.input-group-icon .icon i {
    color: #797979;
}
.input-group-icon .single-input {
    padding-left: 45px;
}
.single-textarea {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #fff;
    padding: 0 20px;
    height: 100px;
    resize: none;
}
.single-textarea:focus {
    outline: none;
}
.single-input-primary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #fff;
    padding: 0 20px;
}
.single-input-primary:focus {
    outline: none;
    border: 1px solid #cea06c;
}
.single-input-accent {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #fff;
    padding: 0 20px;
}
.single-input-accent:focus {
    outline: none;
    border: 1px solid #eb6b55;
}
.single-input-secondary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #fff;
    padding: 0 20px;
}
.single-input-secondary:focus {
    outline: none;
    border: 1px solid #f09359;
}
.default-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #fff;
    position: relative;
    cursor: pointer;
}
.default-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.default-switch input + label {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #cea06c;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.default-switch input:checked + label {
    left: 19px;
}
.single-element-widget {
    margin-bottom: 30px;
}
.primary-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #fff;
    position: relative;
    cursor: pointer;
}
.primary-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.primary-switch input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.primary-switch input + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 8.5px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.primary-switch input + label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.primary-switch input:checked + label:after {
    left: 19px;
}
.primary-switch input:checked + label:before {
    background: #cea06c;
}
.confirm-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #fff;
    position: relative;
    cursor: pointer;
}
.confirm-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.confirm-switch input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.confirm-switch input + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 8.5px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}
.confirm-switch input + label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.confirm-switch input:checked + label:after {
    left: 19px;
}
.confirm-switch input:checked + label:before {
    background: #4cd3e3;
}
.primary-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #fff;
    position: relative;
    cursor: pointer;
}
.primary-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.primary-checkbox input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}
.confirm-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #fff;
    position: relative;
    cursor: pointer;
}
.confirm-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.confirm-checkbox input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}
.confirm-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #fff;
    position: relative;
    cursor: pointer;
}
.confirm-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.confirm-radio input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}
.confirm-radio input:checked + label {
    background: url(../img/elements/success-radio.png) no-repeat center center/cover;
    border: none;
}
.form-select {
    height: 40px;
    width: 100%;
}
.form-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #fff !important;
    padding-left: 45px;
    padding-right: 40px;
    width: 100%;
}
.form-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0px;
}
.form-select .nice-select .list .option {
    font-weight: 300;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 45px;
}
.form-select .nice-select .list .option.selected {
    color: #cea06c;
    background: transparent;
}
.form-select .nice-select .list .option:hover {
    color: #cea06c;
    background: transparent;
}
.form-select .current {
    margin-right: 50px;
    font-weight: 300;
}
.form-select .nice-select::after {
    right: 20px;
}
.footer-area {
    background-image: none;
    background-size: cover;
    background-position: center;
    background-color: #fff;
    color: #333;
}
.footer-area h5{
    color: #fff;
    line-height: 30px;
    font-size: 21px;
    font-weight: 400;
}
.media {display: -ms-flexbox;display: flex;-ms-flex-align: start;align-items: flex-start;margin-bottom: 10px}
.media a{color: #fff}
.media-body {-ms-flex: 1;flex: 1;margin: auto;color: #fff}
.footer-social img {
    width: 35px;
    margin-right: 10px;
}
.footer-area .single-footer-widget {
    margin-bottom: 30px;
}
.footer-area .single-footer-widget h4 {
    color: #ffffff;
    margin-bottom: 25px;
}
.footer-area .single-footer-widget ul {
    padding-left: 0;
}
.footer-area .single-footer-widget ul li {
    margin-bottom: 10px;
    list-style: none;
}
.footer-area .single-footer-widget ul li a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #ffffff;
}
.footer-area .single-footer-widget ul li a:hover {
    color: #58595b;
}
.footer-bottom {
    padding: 20px 0;
    color: #666;
    background-color: transparent;
    font-size: 14px;
}
 .footer-bottom a {
    color: #cea06c;
}
 .footer-bottom .footer-social {
    text-align: right;
}
 .footer-bottom .footer-social a {
    background: #334f6c;
    width: 40px;
    display: inline-table;
    height: 40px;
    text-align: center;
    padding-top: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
 .footer-bottom .footer-social a:hover {
    background: #cea06c;
}
 .footer-bottom .footer-social a:hover i {
    color: #263a4e;
}
 .footer-bottom .footer-social i {
    color: #cccccc;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.text-middle{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0 !important;
}
.contact-social .media-body,.contact-social .media-body a{
    color: #000;
}
.contact-social img {
    width: 25px;
    margin-right: 10px;
}
.form-signin {
    width: 100%;
    padding: 15px;
    margin: 0 auto;
}
.form-label-group {
    position: relative;
    margin-bottom: 2rem;
}
.form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.5;
    color: #000;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
    padding: 0px 10px;
    font-size: 20px;
    font-weight: 600;
}
.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}
.form-label-group input:-ms-input-placeholder {
    color: transparent;
}
.form-label-group input::-ms-input-placeholder {
    color: transparent;
}
.form-label-group input::-moz-placeholder {
    color: transparent;
}
.form-label-group input::placeholder {
    color: transparent;
}
.form-control:focus {
    color: #495057;
    background-color: transparent;
    border-color: unset;
    outline: 0;
    box-shadow: unset
}
.form-label-group input, .form-label-group textarea{
    height: auto;
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
}
.form-label-group input:not(:placeholder-shown), .form-label-group input:focus, .form-label-group textarea:not(:placeholder-shown), .form-label-group textarea:focus{
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
}
.form-label-group input:not(:placeholder-shown) ~ label, .form-label-group input:focus ~ label, .form-label-group textarea:not(:placeholder-shown) ~ label, .form-label-group textarea:focus ~ label{
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
}
.is-floating-label {
    position: relative;
}
.is-floating-label label {
    pointer-events: none;
    position: absolute;
    transform: translate3d(0, 0, 0) scale(1);
    transform-origin: left top;
    transition: 100ms;
}
.is-floating-label.is-focused label {
    transform: translateY(-10px) scale(1);
    font-size: 12px;
    color: #777;
}
.video {
    display: block;
    height: 100%;
    max-width: 100%;
    min-height: 50vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
}
.digital-text{
    font-size: 21px;
}
.branding{
    padding: 70px 0;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgb(241, 237, 237) 50%, rgba(207,32,39,1) 50%);
}
.branding h3{
    color: #fff;
    margin-bottom: 2rem;
}
.branding ul li{
    margin-bottom: .8rem;
    width: 100%;
}
.branding ul li a{
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 5px;
}
.brand-we-can p{
    font-weight: 600;
    margin-bottom: .5rem;
}
.brand-we-can{
    padding-left: 100px;
    color: #fff;
}
.branding-h2 h2{
    font-size: 16px;
    margin-bottom: .5rem;
}
.lnr-chevron-right{
    font-size: 12px;
    font-weight: 600;
}
.p-section{padding: 70px 0}
.card{
    border: none;
    border-radius: 0;
}
.card-body{
    border-bottom: 0px solid transparent;
    padding: 15px 0 0 0;
}
.card-body h2{font-size: 21px;}
.card:hover .card-body, .card:hover .card-body h2 ,.card:hover .card-body b{
    color: #fff;
    background-color:  #333333;
    transition: all .1s ease;
}
.card:hover .card-body { /* This is from the bottom of the file */
    color: black;
    background-color: #fff;
}
.block-content h2{
    font-size: 19px;
    margin-bottom: 8px;
}
.block-content p{
    margin-bottom: .5rem;
}
.h2-content{
    font-size: 24px;
}
.box-contact{
    margin-top: 7rem;
}
.box-contact h1{
    color: #cf2027;
    font-size: 50px;
    margin-bottom: 1rem;
}
.box-contact h2{
    font-size: 21px;
    margin-bottom: 1rem;
}
.box-contact h3{
    font-size: 14px;
    margin-bottom: 0.7rem;
}
.about h2{
    color: #cf2027;
}
.about-triangle {
    position: relative;
    margin: 0;
    padding: 15px;
    box-sizing: border-box;
    background: #cf2027;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.about-triangle:hover {
    background: #b11c22;
}
.about-triangle p{
    font-size: 14px;
}
.about-triangle::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    bottom: -2em;
    left: 44%;
    box-sizing: border-box;
    border: 1em solid black;
    border-color: transparent transparent #cf2027 #cf2027;
    transform-origin: 0 0;
    transform: rotate(-45deg);
}
.about-triangle-top::after{
    transform: rotate(135deg);
    top: 0;
    bottom: unset;
    left: 64%;
}
.about-triangle h2{
    color: #fff;
    font-size: 21px;
    margin-bottom: 1rem;
}
.box-per{
    padding: 0 100px;
    color: #fff;
}
.box-per b{
    color: #fff;
}
.hover-blur figure{
    margin-bottom: 0;
}
.hover-blur figure img {
	-webkit-filter: blur(1.5px);
	filter: blur(1.5px);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover-blur:hover figure img {
	-webkit-filter: blur(0);
	filter: blur(0);
}
.section-half .sec-title{
    font-size: 23px;
    margin-bottom: 75px;
}
.z-index-0{
    z-index: 0 !important;
}
.banner-branding-text{
    font-weight: 600;
    font-size: 60px;
    color: #fff;
}
.home-title .banner-content h2.title{
    font-size: 50px;
    font-weight: 500;
}
.home-title .banner-content h3{
    font-size: 31px;
    color: #fff;
    margin-bottom: 50px;
    font-weight: 400;
}
.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    position: relative;
    background: #fff;
    text-align: center;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
    color: #cf2027;
    font-size: 8px;
}
.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -3px;
    position: relative;
    top: -10px;
}
.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    bottom: 6px;
}
.testimonials .testimonial-item p {
    font-style: italic;
    margin: 15px 15px 15px 15px;
}
.marketing-banner h1{
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 50px;
}
.marketing-banner h2{
    font-size: 60px !important;
    line-height: 70px !important;
}
.footer-text{
    font-size: 14px;
}
#brand-slide{
    background-color: #f0f0f0;
}
.home-banner-area .about-text{
    margin-top: 24%;
}
.people{
    width: 100px;
}
.pc{display: block}
.mb{display: none}
.panel-default>.panel-heading {
    background-color: #cf2027;
    color: #fff;
    padding: 15px 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.panel-default>.panel-heading a {
    display: block;
    color: #fff;
}
.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}
.panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.panel-body{
    padding: 25px 30px;
    background-color: #efeff1;
}
.a-add-friend{
    width: 150px !important;
}
.cover{
    position: absolute;
    top: 5%;
    right: 0;
    bottom: 0;
    width: 30%;
}
.ul-page h3,.ul-page p{
    display: inline;
}
.ul-page h3{
    font-size: 16px;
}
.ul-page li{margin-bottom: 1rem}
.ul-page .ul-sub-page{
    padding-left: 15px;
}
.case-slide {
    background-color: #f2f2f2;
}
.swiper.caseSwiper {
    position: relative;
    color: #000;
    transition: all 0.4s;
}
.swiper.caseSwiper .swiper-wrapper {
    padding-bottom: 50px;
}
.swiper.caseSwiper .swiper-pagination {
    bottom: 0;
}
.swiper.caseSwiper .swiper-pagination-bullet {
    background: #c7c7c7;
    width: 9px;
    height: 9px;
    opacity: 1;
    transition: 0.3s;
}
.swiper.caseSwiper .swiper-pagination-bullet-active {
    width: 60px;
    border-radius: 10px;
}
.swiper.caseSwiper h1 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}
.swiper.caseSwiper p:last-child {
    color: #fff;
    margin-bottom: 0;
}
.swiper.caseSwiper a {
    cursor: pointer;
}
.image-container {
    position: relative;
}
.image-container .overlay {
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
    padding: 40px 50px;
    display: flex;
    align-items: end;
    opacity: 0;
    transition: 0.4s;
}
.image-container .overlay svg {
    width: 30px;
    height: 30px;
    align-self: flex-end;
    flex-shrink: 0;
    margin-left: 1rem;
}
.image-container:hover .overlay {
    opacity: 1;
}
.parallax-scroll {
    position: relative;
    height: 2600px;
}
.parallax-scroll .content {
    width: 100%;
    min-height: 50%;
    text-align: center;
    top: 25%;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.parallax-scroll .video {
    position: sticky;
    width: 100%;
    height: auto;
    min-height: 100vh;
    transform: none;
    top: 0;
}
.font-parallax {
    font-size: 70px;
    font-weight: 600;
    line-height: 1.4;
}
.parallax-scroll .content.fixed {
    position: fixed;
}
.parallax-scroll .content.sticky {
    position: sticky;
}
.parallax-image {
    display: flex;
    flex-direction: column;
    transform: translateZ(0);
    margin: auto;
}
.parallax-image .item {
    width: auto;
    box-shadow: 0px 10px 99px #767676;
}
.parallax-image .item.right {
    margin: 10vh 0 10vh auto;
}
.parallax-image .item.left {
    margin: 10vh auto 10vh 0;
}
.parallax-image .item.center {
    margin: 10vh auto;
}
.better-brand .table {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.better-brand .table th {
    position: relative;
    border-bottom: 1px solid #666768;
    font-size: 20px;
    font-weight: 400;
}
.better-brand .table td {
    position: relative;
    border-top: 1px solid #666768;
    font-size: 16px;
    color: #000;
}
.better-brand th div,
.better-brand td div {
    position: relative;
    z-index: 2;
}
.better-brand th:nth-child(2):after,
.better-brand td:nth-child(2):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.25);
}
.better-brand th:nth-child(1),
.better-brand td:nth-child(1) {
    font-size: 20px;
    border-top: none;
    border-bottom: none;
}
.better-brand th:nth-child(2),
.better-brand td:nth-child(2) {
    font-weight: 600;
}
.page-detail p {
    font-size: 18px;
    color: #000;
}
.page-detail .des p:last-child {
    margin-bottom: 0;
}
.page-detail hr {
    border-left: 1px solid hsl(0deg 0% 0%);
    height: 100%;
    width: 1px;
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    background-color: black;
}
.page-detail .content-mobile {
    display: none;
}
.page-detail .wrapper {
    display: flex;
    justify-content: space-between;
}
.page-detail aside {
    width: 40vw;
    height: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    color: #000;
    font-size: 18px;
}
#sticky-text {
    transition: opacity 0.4s ease-in-out;
}
#sticky-text.fade-out {
    opacity: 0;
}
#sticky-text.fade-in {
    opacity: 1;
}
.page-detail .main {
    width: 60vw;
}
.page-detail .main img {
    margin-bottom: 20px;
}
.page-detail .main img:last-child {
    margin-bottom: 0;
}
.padding-top {
    padding-top: 58px;
}
.pe-none {
    cursor: default !important;
}
.banner-detail {
    height: 100vh;
}
.slider{
    position: relative;
}
.case-branding .image1 {
    height: 710px;
}
.case-branding .image2 {
    height: 400px;
}
.slider .slide{
    list-style: none;
}
.slider .slide img {
    height: 100%;
    object-fit: cover;
}
.slider>li {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.slider.slider-service {
    height: 740px;
}
.bg-with-text {
    background: url('../images/branding/content-footer.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 40vh;
    padding: 50px 0;
    display: flex;
    align-items: center;
    color: #fff;
}
.bg-with-text h3.title {
    color: #fff;
    margin-bottom: 1rem;
}
.bg-with-text h3 {
    color: #fff;
}
.bg-with-text p {
    color: #fff;
}
.bg-with-text .btn-see {
    padding: 10px 40px;
}
.icon-line {
    width: 48px;
    height: 48px;
}
.service h3 {
    color: #fff;
}
.service .content-text {
    flex: 1;
    padding: 5%;
    flex-direction: column;
    justify-content: center;
    background-color: #cf2027;
}
.service img {
    object-fit: cover;
}
#accordion .card {
    background-color: #cf2027;
    border: none;
}
#accordion .card-header {
    background-color: #cf2027;
    border: none;
    padding: 0;
}
#accordion .btn-link {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: left;
    white-space: normal;
}
#accordion .btn:hover,
#accordion .btn:focus {
    text-decoration: none;
    font-size: 22px;
}
#accordion .card-body {
    background-color: #cf2027;
    border: none;
    padding-left: 4rem;
    color: #fff;
}
#accordion .custom-list svg path{
    fill: #fff;
}
#accordion .custom-list li:last-child {
    margin-bottom: 0;
}
#accordion .custom-list p {
    margin-bottom: 0;
}
#accordion .btn-link br {
    display: none;
}
#accordion .collapsing {
    transition: height 0.7s ease;
}
.icon-svg {
    width: 35px;
    height: auto;
}
.font-20 {
    font-size: 20px;
}
.p-truncate-2 {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.p-truncate-3 {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.title-lines {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    color: #cf2027;
    font-size: 50px;
    font-weight: 600;
    line-height: normal;
}
.title-lines:before,
.title-lines:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 40%;
    height: 1px;
    content: '\a0';
    background-color: #cf2027;
    margin-left: 10%;
}
.title-lines:before {
    margin-left: -50%;
    text-align: right;
}
.blog h4 {
    margin-bottom: .5rem;
    line-height: 1.4;
}
.blog p:last-child {
    margin-bottom: 0;
}
.blog .item img {
    height: 400px;
    object-fit: cover;
}
.btn-arrow-text {
    display: inline-flex;
    align-items: center;
    color: #fff;
}
.btn-arrow-text span {
    margin-left: 20px;
    text-decoration: underline;
    line-height: normal;
}
.blog-title {
    line-height: normal;
    color: #fff;
    font-weight: 500;
}
.blog-detail h5 {
    margin-bottom: .5rem;
}
.blog-detail p {
    color: #263a4e;
}
.blog-detail ul {
    list-style: inherit;
    padding-left: 1.3rem;
}
.share-icon {
    margin-right: 30px;
}
.share-icon:last-child {
    margin-right: 0;
}
.related-blog {
    padding: 75px 0 27px;
}
.p-blog-show {
    padding: 70px 0 22px;
}
.pagination {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}
.pagination a {
    color: #263a4e;
    background: none;
    font-size: 18px;
    font-weight: 600;
    margin-right: 20px;
    float: left;
    padding: 6px 12px;
    text-decoration: none;
}
.pagination a:last-child {
    margin-right: 0;
}
.pagination .page-btn {
    border: 1px solid #929292;
    border-radius: 50%;
    color: #929292;
}
.pagination .page-btn.prev {
    padding: 9px 18px 11px 16px;
}
.pagination .page-btn.next {
    padding: 9px 16px 11px 18px;
}
.pagination .page-btn i {
    vertical-align: middle;
}
.pagination a:hover,
.pagination a.active {
    color: #cf2027;
}
.pagination .page-btn:hover {
    border-color: #cf2027;
    background-color: #cf2027;
    color: #fff;
}
.pagination .page-btn.disabled {
    pointer-events: none;
    color: #929292;
}
.home-blog {
    background: linear-gradient(0deg, rgba(207, 32, 39, 0) 45%, rgba(207, 32, 39, 1) 45%);
}
.home-blog .btn-see {
    border: 1px solid #fff;
    text-transform: uppercase;
}
.home-blog .btn-see:hover,
.home-blog .btn-see:focus {
    box-shadow: inset 0 -3.25em 0 0 #fff;
    color: #cf2027;
}
.card-blog {
    background-color: #efeff1;
    border-radius: 14px;
    box-shadow: 4px 4px 4px 0px rgb(0 0 0 / 15%);;
    margin-bottom: 20px;
}
.card-blog .card-img {
    border-radius: 14px;
    height: 310px;
    object-fit: cover;
}
.card-blog .card-content {
    padding: 20px;
    height: 150px;
}
.card-blog span.date {
    font-size: 14px;
    color: #929292;
}
.card-blog .card-text {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-top: 1rem;
}
.blog-slide .owl-dots {
    text-align: center;
}
.blog-slide .owl-dot span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 10px;
    width: 10px;
    margin: 5px;
    opacity: 0.5;
}
.blog-slide .owl-dot.active span {
    background-color: #cf2027;
    opacity: 1;
}
.home-vdo-asian{height: 91vh;}.home-vdo-asian .video{min-height: auto;}

@media screen and (min-width: 1040px) {
    .page-width {
        width: 100%;
        padding-right: 50px;
        padding-left: 50px;
        --outer-gutter: 50px;
    }
}
@media (min-width: 1440px) {
    .slider.slider-service {
        height: 840px;
    }
}
@media (min-width: 1800px) {
    .digital-services{
        margin-top: 97px;
    }
    .slider.slider-service {
        height: 940px;
    }
}
@media (min-width: 1921px) {
    .page-width {
        max-width: 1900px;
    }
}
@media (max-width: 1899px) {
    .case-branding .image1 {
        height: 625px;
    }
    .case-branding .image2 {
        height: 352px;
    }
}
@media (max-width: 1799px) {
    .better-brand .table th {
        font-size: 26px;
    }
    .better-brand .table td {
        font-size: 18px;
    }
    .better-brand th:nth-child(1),
    .better-brand td:nth-child(1) {
        font-size: 20px;
    }
}
@media (max-width: 1699px) {
    .blog .item img {
        height: 350px;
    }
    .card-blog .card-img {
        height: 280px;
    }
}
@media (max-width: 1599px) {
    .case-branding .image1 {
        height: 540px;
    }
    .case-branding .image2 {
        height: 304px;
    }
}
@media (max-width: 1440px) {
    .blog .item img {
        height: 290px;
    }
    .card-blog .card-img {
        height: 230px;
    }
}
@media (max-width: 1439px) {
    .case-branding .image1 {
        height: 456px;
    }
    .case-branding .image2 {
        height: 257px;
    }
}
@media (max-width: 1199.98px) {
    .home-banner-area .fullscreen {
        height: 700px;
    }
    .home-banner-area .about-text {
        margin-top: 14%;
    }
}
@media (max-width: 1199px) {
    .case-branding .image1 {
        height: 481px;
    }
    .case-branding .image2 {
        height: 271px;
    }
    .blog .item img {
        height: 235px;
    }
    .card-blog .card-img {
        height: 260px;
    }
}
@media only screen and (device-width: 1024px) and (device-height: 1366px){
    .videowrapper {
        height: 74vh;
   }
   .home-setup,.banner_default{
        height: 55vh;
   }
   .home-banner-area .banner-content,.home-banner-area .banner-content{
    margin-top: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    }
}
@media (max-width: 1024px) {
    .home-vdo-asian{height: 60vh;}
    .footer-area .single-footer-widget h4 {
        font-size: 18px;
    }
    .home-banner-area .banner-content h2 {
        font-size: 65px;
        line-height: 70px;
    }
    .home-banner-area .banner-content-0, .mb-home-banner-area, .digital-home {
        margin-top: 10% !important;
    }
    .home-title .banner-content h3 {
        font-size: 55px;
        line-height: 60px;
    }
}
@media (max-width: 991.98px) {
    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
    .home-banner-area .banner-content h2 br {display: none}
    .main-menubar {display: block !important}
    .home-banner-area .banner-content {text-align: center;justify-content: center;}
}
@media (max-width: 992px) {
    .navbar-nav {
        height: auto;
        max-height: 400px;
        overflow-x: hidden;
    }
}
@media (max-width: 991px) {
    .default-header {background: #cf2027}
    .default-header .dropdown .dropdown-menu {
        display: none;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
        -ms-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
    }
    .default-header .dropdown:hover .dropdown-menu {display: block;opacity: 1;visibility: visible}
    .home-banner-area .banner-content {
        margin-top: 14%;
        text-align: center;
    }
     .footer-bottom .footer-social {
        text-align: left;
        margin-top: 20px;
    }
    .features-area svg {
        width: 130px;
    }
    .section-gap {
        padding: 40px 0;
    }
    .footer-area .single-footer-widget h4 {
        margin-bottom: 15px;
    }
    .fullscreen-mb{
        height: auto !important;
    }
    .fullscreen-mb .banner-content {
        margin-top: 0;
        padding: 75px 15px;
    }
    .mb-pr-5{padding:30px 15px 70px;text-align: left !important;}
    .text-middle-md {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0);
        margin-top: 0 !important;
    }
    .home-title .banner-content h3 {
        font-size: 31px;
        line-height: 40px;
    }
    .home-banner-area .fullscreen {
        height: 600px;
    }
    .home-banner-area .banner-content-0, .mb-home-banner-area, .digital-home {
        margin-top: 20% !important;
    }
    .digital-text::after{display: none}
    .font-parallax {
        font-size: 60px;
    }
    .better-brand .table th {
        font-size: 24px;
    }
    .better-brand .table td {
        font-size: 16px;
    }
    .better-brand th:nth-child(1),
    .better-brand td:nth-child(1) {
        font-size: 18px;
    }
    .page-detail hr {
        border-left: 1px solid hsl(90deg 0% 0%);
        height: 1px;
        width: 100%;
    }
    .page-detail .wrapper {
        display: none;
    }
    .page-detail .content-mobile {
        display: block;
    }
    .page-detail p {
        font-size: 18px;
    }
    .padding-top {
        padding-top: 55px;
    }
    .case-branding .image1 {
        height: 750px;
    }
    .case-branding .image2 {
        height: 450px;
    }
    .image-container .overlay svg {
        width: 25px;
        height: 25px;
    }
    .line-widget {
        display: none !important;
    }
    .digital-bg {
        background-size: contain !important;
        background-position: center 40% !important;
        background-repeat: no-repeat !important;
    }
    .service .content-text {
        padding: 10% 5%;
    }
    .blog .item img {
        height: 300px;
    }
    .card-blog .card-img {
        height: 320px;
    }
}
@media (max-width: 767px) {
    .home-banner-area .banner-content {text-align: center;justify-content: center;align-content: end;}
    .home-banner-area .banner-content h2 {line-height: 50px}
    .default-header .dropdown-item {text-align: left;padding: 0.25rem}
    .default-header .navbar {padding: 10px 0}
    .feature-item ,.single-footer-widget{margin-bottom: 3rem}
    .mb-mb-0{margin-bottom: 0}
    .logo-footer,.logo{width: 150px}
    .home-banner-area .banner-content h2 {line-height: 60px}
    .we-can{margin-top: 10% !important}
    .testimonials .testimonial-item{padding: 15px}
    .cover {display: none}
    .box-contact {
        margin-top: 6rem;
    }
    .brand-we-can {
        padding-left: 15px
    }
    .home-title .banner-content h3 {
        font-size: 31px;
        line-height: 31px;
    }
    .pc{display: none !important}
    .mb{display: block}
    .feature-item {
        text-align: center;
    }
    .branding {
        padding: 70px 0;
        background: rgb(207,32,39);
        background: linear-gradient(90deg, rgb(207,32,39,1) 50%, rgba(207,32,39,1) 50%);
    }
    .branding ul li a {color: #fff}
    .mb-pr-5{padding:30px 15px 30px}
    .font-parallax {
        font-size: 50px;
    }
    .better-brand .table th {
        font-size: 24px;
    }
    .better-brand .table td {
        font-size: 16px;
    }
    .better-brand th:nth-child(1),
    .better-brand td:nth-child(1) {
        font-size: 20px;
    }
    .case-branding .image1 {
        height: 600px;
    }
    .case-branding .image2 {
        height: 340px;
    }
    .image-container .overlay svg {
        width: 20px;
        height: 20px;
    }
    .digital-bg {
        background-position: center 36% !important;
    }
    .card-blog .card-img {
        height: 250px;
    }
}
@media (max-width: 575px) {
    .box-per {padding: 30px 15px}
    .col-custom-mb .col{
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1rem;
    }
    .hover-blur figure img {
        -webkit-filter: blur(1px);
        filter: blur(1px);
    }
    .section-half .sec-title {
        margin-bottom: 2rem;
    }
    .relative.we-can{
        background-size: 160% !important;
        background-repeat: no-repeat !important;
        background-position: bottom right !important;
    }
    .font-parallax {
        font-size: 45px;
    }
    .page-detail p {
        font-size: 16px;
    }
    .case-branding .image1 {
        height: 450px;
    }
    .case-branding .image2 {
        height: 250px;
    }
    .digital-bg {
        background-position: center 42% !important;
    }
    .mb-pr-5 {
        padding: 60px 30px;
    }
    .pagination a {
        margin-right: 8px;
    }
}
@media (max-width: 479px) {
    .card-blog .card-img {
        height: 300px;
    }
}
@media (max-width: 475px) {
    .we-can .overlay-bg {
        top: 35%;
    }
    .home-banner-area .banner-content {
        align-content: center;
    }
    .home-banner-area .banner-content h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .home-vdo-asian {
        height: 91vh;
    }
    .fullscreen-mb {
        height: 95vh !important;
    }
    .home-banner-area .fullscreen {
        height: 95vh !important;
    }
    .home-banner-area .fullscreen-about{
        height: 95vh !important;
    }
    .case-branding .image1 {
        height: 330px;
    }
    .case-branding .image2 {height: 185px;   }
    .icon-svg {
        width: 30px;
    }
    .digital-bg {
        background-position: center 36% !important;
    }
    .digital-bg .we-can {
        margin-top: 20px !important;
    }
    .service .content-text {
        min-height: 95vh;
    }
    .home-banner-area .about-text,
    .digital-home {
        margin-top: 0 !important;
    }
    .swiper.caseSwiper .image-container {
        height: 90vh;
    }
    .swiper.caseSwiper .image-container img {
        object-fit: cover;
    }
    .slider.slider-service {
        height: 540px;
    }
}
@media (max-width: 414px) {
    .home-banner-area .banner-content h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

header.container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.nav-item.dropdown .dropdown-menu img {
    height: 70vh;
    max-width: 100%;
    width: auto;
    margin: 0;
    padding: 0;
    object-fit: cover;
    border-radius: 0;
}
.hover-red {
    background-color: #cf2027;
}
.header-red {
    background: #cf2027;
    box-shadow: -21.213px 21.213px 30px 0px rgba(158, 158, 158, 0.3);
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 3px;
}
.navbar-nav .branding-link::after {
    background-color: transparent !important;
}
.navbar-nav .digital-link::after {
   background-color: transparent !important;
}
.navbar-nav .marketing-link::after {
   background-color: transparent !important;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    color: #333;
    margin-top: 10px;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    border-radius: 5px;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.nav-item:hover .dropdown-menu {
    display: block;
}
.dropdown-item {
    font-size: 16px;
    font-weight: normal;
    padding: 8px 15px;
    color: #333;
    text-decoration: none;
    display: block;
}
.dropdown-item:hover {
    background-color: #f0f0f0;
}
.navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 0rem;
}
.navbar .dropdown-menu {
    border: none;
    background-color: #fff !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff !important;
}
.navbar-light .navbar-nav .nav-link.active {
    color: #fff !important;
}
.text-bottom-banner {
    left: unset;
    transform: unset;
    padding-left: 15px;
    top: -50px;
    bottom: 150px;
    display: flex;
    align-content: end;
    align-items: end;
    flex-wrap: wrap;
}
.text-center-banner {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
    color: #fff;
    text-align: center;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
.text-center-banner.fade-out {
    opacity: 0;
    visibility: hidden;
}
.text-center-banner.fade-in {
    opacity: 1;
    visibility: visible;
}
.typing::after {
    content: '|';
    animation: blink 0.7s infinite;
}
@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}
.btn-banner-home {
    background-color: #fff;
    color: #000;
    border-radius: 50px;
    padding: 15px 25px;
    border: 1px solid #000;
}
.btn-banner-home:hover {
    background-color: #cf2027;
    color: #fff;
    border: 1px solid #fff;
}
.read-more img {
    height: 20px;
}
.read-more {
    font-size:18px;
    color: #cf2027;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease-in-out;
    position: relative;
    padding-top: 5rem;
}
.read-more .arrow-icon {
    transition: transform 0.3s ease-in-out;
    width: 24px;
    height: auto;
}
.read-more:hover .arrow-icon {
    transform: translateX(10px);
}
.read-more:hover {
    color: #cf2027;
}
.view-all-blog img {
    height: 20px;
}
.view-all-blog {
    font-size:18px;
    color: #cf2027;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease-in-out;
    position: relative;
    border: none;
    cursor: pointer;
    background-color: transparent;
}
.view-all-blog .arrow-icon {
    transition: transform 0.3s ease-in-out;
    width: 24px;
    height: auto;
}
.view-all-blog:hover .arrow-icon {
    transform: translateX(10px);
}
.view-all-blog:hover {
    color: #cf2027;
}
.padding-blog {
    padding: 30px 0 30px 0;
}
.section-top {
    padding: 0 0 75px 0;
}
.section-number {
    font-size: 1rem;
    font-weight: 700;
    color: #888;
    margin-bottom: 5px;
}
.section-number.active {
    color: #000;
}
.section-item:hover .section-title::after {
    width: 100%;
}
.tags h3 {
    line-height: 1.5
}
.tags span {
    background-color: #E8E8E8;
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 14px;
    color: #000;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.tags {
    margin-bottom: 20px;
}
.description {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
}
.layout-margin-top {
    margin-top: 20rem;
}
.work-item {
    transition: transform 0.3s ease-in-out;
}
.work-name {
    position: relative;
    overflow: hidden;
}
.text-name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    gap: 10px;
    transition: transform 0.3s ease-in-out;
    padding: 15px 0;
}
.text-name img {
    height: 25px;
    width: 25px !important;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.arrow-icon-first {
    opacity: 0;
    left: -35px;
    position: absolute;
    transform: translateX(-10px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.arrow-icon {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}
.work-item:hover .text-name {
    transform: translateX(35px);
}
.work-item:hover .arrow-icon-first {
    opacity: 1;
    transform: translateX(0);
}
.work-item:hover .arrow-icon {
    opacity: 0;
}
.work-description {
    padding-bottom: 3rem;
}
.work-page .work-description {
    padding-bottom: 0rem;
}
.show-more {
    text-align: center;
    margin-top: 2rem;
}
.show-more svg {
    width: 24px;
    height: 24px;
    margin-bottom: 8px;
}
.show-more a {
    text-decoration: none;
    color: #cf2027;
    font-weight: 700;
}
.show-more a:hover {
    text-decoration: none;
}
.show-more img {
    height: 80px;
    margin-bottom:1rem;
}
#blog-button img {
    margin-bottom: 0 !important;
}
.testimonials .layout-middle-margin {
    margin-top: 18rem;
}
.testimonials .layout-bottom-margin {
    margin-top: 36rem;
}
.blog-slide .card-blog {
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #efeff1;
    margin-bottom: 20px;
}
.blog-slide .card-blog .card-img {
    border-radius: 0px;
    height: 310px;
    object-fit: cover;
}
.partner {
    padding:30px;
}
.background-grey-home {
    background-color: #F0F0F0;
}
.home-mb {
    margin-bottom: 4rem;;
}
.case-section-padding {
    padding-top: 50px;
}
.work-section-padding {
    padding-top: 70px;
}
.services-section-padding {
    padding-bottom: 70px;
}
.section-services-2 {
    padding-bottom:70px
}
@media screen and (min-width: 992px) {
    .navbar .dropdown {
        position: static;
    }
    .navbar .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        top: 45px;
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.3s linear;
    }
    .navbar .dropdown:hover .dropdown-menu,
    .navbar .dropdown .dropdown-menu:hover {
        display: block;
        visibility: visible;
        opacity: 1;
        transition: visibility 0s, opacity 0.3s linear;
    }
}
.footer-area h2 {
    font-size: 24px;
    color: #cf2027;
}
.footer-area .tags {
    display: table;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}
.footer-area .tags span {
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 0.875rem;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    white-space: nowrap;
    transition: background-color 0.3s ease, color 0.3s ease;
    background-color: transparent;
    border: 1px solid #000;
}
.footer-area .tags img:hover {
    fill: #fff;
}
.footer-area .tags span:hover {
    background-color: #e74c3c;
    color: #fff;
    cursor: pointer;
}
.footer-area .tags span img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.footer-border-top {
    border-top: 1px solid #000;
}
.footer-area .pt-top {
    padding-top: 75px;
}
.footer-area h2,
.footer-area h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #cf2027;
}
.footer-area .contact-info p {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
}
.footer-area .contact-info .icon {
    font-size: 20px;
    margin-right: 10px;
    color: #cf2027;
}
.footer-area .footer-links ul {
    list-style: none;
    padding: 0;
}
.footer-area .footer-links ul li {
    margin-bottom: 10px;
}
.footer-area .footer-links ul li a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s;
    position: relative;
}
.footer-area .tags img {
    height: 20px;
}
.line-height {
    border-top: 1px solid #000;
    padding-bottom: 30px;
}
.footer-area .footer-links ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background-color: #000;
    transition: width 0.3s ease;
}
.footer-area .footer-links ul li a:hover::after {
    width: 100%;
}
.box-contact-top h1 {
    font-size: 60px;
}
.box-contact-top {
    margin-top: 5.5rem;;
    margin-bottom: 2rem;
}
.m-bt {
    margin-top: 3rem;
}
.m-b {
    margin-bottom: 2rem;
}
.m-t {
    margin-bottom: 2rem;
}
.box-contact-button h2 {
    color: #cf2027;
    font-size: 21px;
    margin-bottom: 1rem;
}
.box-contact-button .tags {
    display: table;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}
.box-contact-button .tags span {
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 0.875rem;
    color: #555;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    white-space: nowrap;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: 1px solid #000;
}
.box-contact-button .tags span img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.box-contact-button .tags img:hover {
    fill: #fff;
}
.box-contact-button .tags span:hover {
    background-color: #cf2027;
    color: #fff;
    cursor: pointer;
}
.banner-text-works {
    margin-top: 6rem;
}
.section-works {
    background-color: #e4e4e4;
}
.banner-text-works h1 {
    font-size: 3rem;
    font-weight: bold;
    color: #333;
}
.banner-text-works {
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
}
.nav-container {
    margin-top: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-container ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    display: flex;
    gap: 40px;
}
.nav-container ul li {
    position: relative;
    font-size: 1rem;
    color: #333;
    cursor: pointer;
}
.nav-container ul li a {
    text-decoration: none;
    color: inherit;
    padding: 5px 0;
    transition: color 0.3s ease, width 0.3s ease;
}
.nav-container ul li a:hover {
    color: #000;
}
.nav-container ul li.active a {
    font-weight: bold;
    color: #000;
}
.nav-container ul li a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    width: 0;
    background-color: #000;
    transition: width 0.3s ease;
}
.nav-container ul li a:hover::after,
.nav-container ul li.active a::after {
    width: 100%;
}
.arrow-link {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}
.arrow-link:hover {
    color: #007bff;
}
.card-text {
    font-size: 0.9rem;
    color: #555;
}
.section-services h1 {
    font-size: 50px;
}
.section-services {
    padding: 100px 0px 50px 0;
}
.section-services-1 {
    padding: 100px 0px 30px 0;
}
.case-study-slide .owl-next img,
.case-study-slide .owl-prev img {
    width: 30px;
    height: auto;
}
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    top: -95px;
}
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    right: 50px;
    top: -95px;
}
#textSection {
    width: 100%;
    height: 100vh;
}
#textSection .container {
    width: 100%;
    max-width: 900px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0 20px;
}
#textSection .wrapper h2 {
    font-size: 50px;
    text-align: center;
    color: #999;
    line-height: 1.5;
    word-break: break-word;
    overflow-wrap: break-word;
}
#textSection .wrapper h2 span {
    display: inline;
}
.services h2 {
    font-size: 36px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 15px;
    justify-content: space-between;
    color: #333;
    display: flex;
}
.service-item {
    display: flex;
    align-items: flex-start;
    padding: 35px 0;
    position: relative;
    cursor: pointer;
}
.service-item:hover .content {
    border-top: 0.5px solid #000;
    max-height: 500px;
    opacity: 1;
    margin-top: 15px;
}
.service-item:hover h2 .arrow img {
    transform: rotate(180deg);
}
.service-item.active .content {
    border-top: 0.5px solid #000;
    max-height: none;
    opacity: 1;
    margin-top: 15px;
}
.service-item.active h2 .arrow img {
    transform: rotate(180deg);
}
.service-item:last-child {
    border-bottom: none;
}
.number-container {
    margin-right: 15px;
    position: absolute;
    left: -50px;
    top: -10px;
}
.number {
    background: #f0f0f0;
    color: #333;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.dropdown {
    flex: 1;
}
.dropdown img {
    width: 20px;
    height: auto;
    transition: transform 0.5s ease-in-out;
}
.service-item.open .dropdown img {
    transform: rotate(180deg);
}
.content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    padding-top: 10px;
}
.service-item.open .content {
    max-height: 500px;
    opacity: 1;
    margin-top: 15px;
}
.content p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 15px;
}
#banner-tag .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    margin-top: 5px;
}
#banner-tag .tag {
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 8px 15px;
    font-size: 10px;
    color: #333;
    background-color: #fafafa;
}
#banner-tag .tags span {
    background-color: #E8E8E8;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 14px;
    color: #000;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
}
.services .dropup,
.services .dropdown,
.services .dropleft {
    position: relative;
    border-bottom: 1px solid #eaeaea;
}
.services-section {
    padding: 40px 0;
}
.services-section h2 {
    text-align: start;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #333;
}
.service-card {
    background: #f0f0f0;
    border-radius: 30px;
    padding: 35px;
    text-align: left;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
}
.service-card .number {
    background: #333;
    color: #e0e0e0;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-card h3 {
    font-size: 28px;
    font-weight: 500;
    margin: 30px 0 10px;
    color: #333;
}
.service-card hr {
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 10px 0 20px;
}
.service-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}
.mobile {
    display: none !important;
}
.section-index-work {
    padding:75px 0;
}
@media (max-width: 767px) {
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 24px;
        font-weight: 600;
    }
    body {
        font-size: 16px;
    }
    .section-services h1 {
        font-size: 48px;
    }
    .section-title h2 {
        font-size: 32px;
    }
    .footer-area .single-footer-widget {
        margin-bottom: 15px;
        padding-top: 15px;
    }
    .line-height {
        padding-bottom: 45px;
    }
    .tags {
        margin-bottom: 5px;
    }
    .content p {
        margin-top: 25px;
    }
    .testimonials .layout-middle-margin,
    .testimonials .layout-bottom-margin {
        margin-top: 0;
    }
    .section-top {
        padding: 0 0 50px 0;
    }
    .home-banner-area .banner-content {
        align-content: end;
    }
    .tags span {
        margin-bottom: 20px;
        justify-content: center;
    }
    .tags-mobile {
        margin-bottom: 25px;
    }
    .section-title {
        margin-bottom: 20px;
    }
    .section-half {
        padding: 50px 0;
    }
    .section-half-nav {
        padding: 50px 0;
    }
    .section-index-work {
        padding: 0 0 75px 0;
    }
    #textSection .wrapper h2 {
        font-size: 48px;
    }
    .layout-margin-top {
        margin-top: 0rem;
    }
    .mobile {
        display: block !important;
    }
    .read-more {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .navbar-nav li {
        margin: 0 0.3rem;
    }
    .navbar .dropdown-menu {
        box-shadow: none;
        border-radius: 25px;
    }
    .default-header .dropdown:hover .dropdown-menu {
        padding: 10px 30px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }
    .dropdown-toggle::after {
        margin-left: 0;
    }
    .display-mobile-dropdown {
        width: fit-content !important;
    }
    .mobile-dropdown:hover .display-mobile-dropdown::after {
        width: 100%;
    }
    .mobile-padding {
        padding-right: 10px;
    }
    .service-item {
        padding: 25px 0;
    }
    .services h2 {
        padding-left: 55px;
        font-size: 28px;
    }
    .number-container {
        left: 0px;
        top: 25px;
    }
    .services-section-padding {
        padding:50px 15px;
    }
    .service-item.active .content {
        margin-top: 45px;
    }
    .nav-container {
        margin-top: 3rem;
    }
    .banner-text-works-2 {
        margin-top: 3rem;
    }
    .box-contact-top h1 {
        font-size: 40px;
    }
    .m-b-only {
        margin-bottom: 2rem;
    }
    #banner-tag .tags span {
        margin-bottom: 20px;
    }
    .home-title h2 {
        font-size: 34px;
    }
}
#show-more-btn img {
    position: relative;
    transition: transform 0.3s ease;
}
#show-more-btn:hover img {
    transform: translateY(5px)
}
@media (max-width: 575px) {
    #textSection .wrapper h2 {
        font-size: 40px;
    }
}
@media (max-width: 480px) {
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        top: -45px;
    }
}
@media (max-width: 380px) {
    .section-mobile {
        padding: 50px 15px;
    }
}