/*===================== TABLE OF CONTENT =======================


1.	UNIQUE HOMEPAGES
2.  RESET CSS
3.  Cross Browser Compatibility
4.  COLOR SCHEME
5.  RESPONSIVE HEADER
6.  BANNER SLIDER (BANNER)
7. TESTIMONAILS
8. TEAM
9.	CLIENT'S FEEDBACK
10. ABOUT PAGE
11.	CASE PAGE
12. SERVICE PAGE
13. BLOG PAGE
14.	404
15.	ERROR 404

=============================================================*/


/* ================================================================================== 
									Fonts
===================================================================================== */

@import url('../css2');

/* ================================================================================== 
										Reset Css
===================================================================================== */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    scroll-behavior: smooth;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1;
    overflow-x: hidden;
    background-color: #191C26;
    font-weight: 400;
}

ul {
    list-style: none;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

button {
    outline: none;
    cursor: pointer;
}

button:focus {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    margin: 0;
    padding: 0;
}

a:focus {
    text-decoration: none;
    outline: none;
}

button {
    outline: none;
}

input {
    outline: none;
}

textarea {
    outline: none;
}

section {
    display: block;
    position: relative;
}

img {
    display: inline-block;
    vertical-align: middle;
}

p {
    font-family: 'Muli';
}

a {
    color: inherit;
}

body.bg-color2 {
    background-color: #121318;
}

body.bg-color3,
.cases-section {
    background-color: #191c26;
}


/* ===================== CROSS BROWSER COMPATABILITY =================== */

a,
.btn-default,
.poly1:before,
.btn-default2:before,
.slick-prev,
.slick-next,
.slick-prev:before,
.slick-next:before,
.pft-item:before,
.blog-thumbnail:before,
.figcaption,
.newsletter-form button:before,
.tema-col,
.tema-col:before,
.team-caption,
.filters-nav li a:before,
.cz-controls>a:before,
.post-ct>a:before,
.blog-page .blog_post.main .blog_info,
.blog-page .blog_info>a,
.responsive-mobile-menu,
.responsive-logo,
.responsive-mobile-menu ul {
    transition: all 0.4s ease-in-out;
}

.play-video,
.svs-icon,
.newsletter-form button,
.newsletter-form button:before,
.newsletter-form button:after,
.counter-cl,
.sv-links li:before,
.lang-slct li:before,
.cm-head>img,
.cm-head>span:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}


/* ==================== TEMPLATE BASIC STYLING =================== */

.container {
    max-width: 1200px;
    padding: 0 15px;
}

.clearfix {
    clear: both;
}

.sec-block {
    padding: 140px 0;
}

.sec-block2 {
    padding: 90px 0 180px;
}

.sec-block3 {
    padding: 210px 0 160px;
}

.sec-block4 {
    padding: 140px 0;
}

.fixed-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.bg-position {
    background-image: url(../banners/digital-experts.jpg);
    background-size: 48%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
}

.left-position {
    background-position: left;
}

.right-position {
    /* background-position: right;
    background-image: url(../banners/agent-consulting.jpg); */
}

.bg3 {
    background: url(../images/bg3.png) #121318;
    background-repeat: no-repeat;
    background-size: inherit;
    background-attachment: inherit;
    background-position: top right;
}

.bg4 {
    background: #191c26;
    background-repeat: no-repeat;
    background-size: inherit;
    background-attachment: inherit;
    background-position: top right;
}

.bg5 {
    background: url(../images/bg5.png) #121318;
    background-repeat: no-repeat;
    background-size: inherit;
    background-attachment: inherit;
    background-position: top right;
}

.bg6 {
    background: url(../images/bg3.png) #121318;
    background-repeat: no-repeat;
    background-size: inherit;
    background-attachment: inherit;
    background-position: 5% center;
}

.bg7 {
    background: url(../images/bg7.png) #121318;
    background-repeat: no-repeat;
    background-size: inherit;
    background-attachment: inherit;
    background-position: center right;
}

.bg8 {
    background: url(../images/bg8.png) #191c26;
    background-repeat: no-repeat;
    background-size: inherit;
    background-attachment: inherit;
    background-position: center right;
}

.bg9 {
    background: url(../images/bg7.png) #191b27;
    background-repeat: no-repeat;
    background-size: inherit;
    background-attachment: inherit;
    background-position: bottom right;
}

.dark-bg {
    background-color: #191b27;
}

.page-number {
    position: absolute;
    top: 100px;
    right: 100px;
    font-family: Muli;
    font-style: normal;
    font-weight: bold;
    font-size: 100px;
    line-height: 100%;
    text-transform: capitalize;
    color: #FFFFFF;
    opacity: 0.05;
}

.page-number.bottom {
    top: auto;
    bottom: 105px;
}


/* ================ HEADER ================ */

header.gradient-bg {
    background: linear-gradient(180deg, rgba(25, 28, 38, 0) 0%, rgba(22, 25, 33, 0.6) 34.9%, rgba(20, 22, 29, 0.85) 65.63%, #111319 100%);
}

header.gradient-bg2 {
    background-image: url(../images/bg-gradient.png);
    background-repeat: no-repeat;
    background-size: cover;
}

header.pb {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    padding: 40px 0 0 0;
    background: inherit;
}

header {
    padding: 40px 0 50px;
    position: relative;
    background-color: #191b27;
}

header.pb:before {
    background: linear-gradient(180deg, rgba(25, 28, 38, 0) 0%, rgba(22, 25, 33, 0.6) 34.9%, rgba(20, 22, 29, 0.85) 65.62%, #111319 100%);
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
    -moz-transform: matrix(1, 0, 0, -1, 0, 0);
    -ms-transform: matrix(1, 0, 0, -1, 0, 0);
    -o-transform: matrix(1, 0, 0, -1, 0, 0);
    transform: matrix(1, 0, 0, -1, 0, 0);
}

header .menu-btn {
    float: right;
    margin-top: 8px;
}

.header-content {
    position: relative;
    z-index: 99;
}

header.pb .container {
    max-width: 100%;
    padding: 0 70px 0 250px;
}

header .container {
    max-width: 100%;
    padding: 0 70px 0 70px;
}

.logo {
    float: left;
    margin-top: 10px;
}

.logo img {
    max-width: 150px;
}

nav {
    float: left;
    padding-left: 91px;
    margin-top: 21px;
}

nav ul li {
    display: inline-block;
    margin-right: 36px;
}

nav ul li:last-child {
    margin-right: 0;
}

nav ul li a {
    display: inline-block;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Muli', sans-serif;
}

.right-side-hd {
    float: right;
}

.right-side-hd>a {
    display: inline-block;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Muli', sans-serif;
    margin-right: 40px;
    font-weight: 600;
}

.btn-default {
    display: inline-block;
    color: #FFFFFF;
    height: 60px;
    line-height: 58px;
    padding: 0 26px;
    font-size: 18px;
    border: 2px solid;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
}

button.btn-default {
    background-color: inherit;
}

.btn-default:hover {
    background-color: #dd4142;
    color: #fff;
}

.overlay {
    position: relative;
}

.overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #191b27;
    opacity: 0.2;
}

header .menu-btn {
    display: none;
}


/* ================ MAIN BANNER ================ */

.main-banner {
    background: url(../banners/dashboard-analytics-optimized.jpg) #121318;
    background-repeat: no-repeat;
    background-position: center right;
}

.banner-slider {
    padding: 220px 0 60px;
}

.main-banner-text {
    max-width: 770px;
}

.main-banner-text>span {
    display: inline-block;
    color: #A9AFC3;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 150%;
    text-transform: uppercase;
    position: relative;
    padding-left: 86px;
    margin-bottom: 19px;
    margin-top: -4px;
}

.main-banner-text>span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 60px;
    height: 1px;
    background-color: #a8afc2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-banner-text>h1 {
    font-weight: 700;
    font-size: 80px;
    line-height: 100%;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 31px;
}

.main-banner-text>h1 span {
    display: inline-block;
    background-color: #dc4242;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    position: relative;
    left: -17px;
}

.main-banner-text>p {
    font-weight: 300;
    font-size: 22px;
    line-height: 150%;
    color: #A9AFC3;
    max-width: 580px;
    margin-bottom: 120px;
}

.play-video-div {
    display: table-cell;
}

.poly1 {
    display: table-cell;
    width: 130px;
    height: 130px;
    position: relative;
}

.poly1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    height: 130px;
    background-image: url(../images/icon2.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.poly1:hover:before {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.poly2 {
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.poly2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background-image: url(../images/icon3.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    display: inline-block;
    color: #fff;
    width: 80px;
    height: 80px;
    background-color: #dd4142;
    text-align: center;
    line-height: 80px;
}

.play-video>img {
    width: auto;
    display: inline-block;
}

.pl-text {
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
}

.pl-text>h3 {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    border-bottom: 1px solid #2A2E3D;
    padding-bottom: 10px;
    margin-bottom: 4px;
}

.pl-text>span {
    display: block;
    font-size: 18px;
    line-height: 150%;
    font-family: 'Muli', sans-serif;
}

.pl--70 {
    padding-left: 70px;
}

.btn-main {
    font-size: 16px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    padding: 0 32px;
    line-height: 56px;
    text-align: center;
    outline: 0;
    color: #DD4142;
    background-color: #fff;
    border: none;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    -webkit-box-shadow: 0 10px 15px 0 rgb(233 30 99 / 15%);
    box-shadow: 0 10px 15px 0 rgb(233 30 99 / 15%);
}

.pr--70 {
    padding-right: 70px;
}

h1.all-heading-1 {
    font-size: 40px;
    font-weight: 600;
    position: relative;
    left: -18px;
}

.banner-slider .slick-prev,
.banner-slider .slick-next {
    top: auto;
    bottom: 70px;
}

.banner-slider .slick-prev {
    right: 250px;
}

.banner-slider .slick-next {
    right: 150px;
}

#html5-watermark {
    display: none !important;
}

#html5lightbox-web-iframe img {
    float: none;
}


/* ==================== EXPTZ SECTION =================== */

.expt-text {
    position: relative;
    max-width: 560px;
    margin-top: -2px;
}

.expt-text .main-banner-text.title-hd {
    margin-bottom: 0;
}

.main-banner-text.title-hd .btn-default2 {
    margin-top: 52px;
}

.main-banner-text.title-hd>span {
    margin-bottom: 18px;
}

.main-banner-text.title-hd>h1 {
    font-size: 64px;
    line-height: 110%;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 27px;
}

.main-banner-text.title-hd>h1 span {
    width: 12px;
    height: 12px;
    left: -5px;
}

.main-banner-text.title-hd>p {
    margin-bottom: 28px;
    font-size: 18px;
}

.main-banner-text.title-hd p.bdy {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 170%;
    color: #A9AFC3;
    margin-bottom: 0;
}

.main-banner-text.title-hd {
    margin-bottom: 30px;
    position: relative;
    z-index: 9;
}

.btn-default2 {
    display: inline-block;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
}

.btn-default2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #dd4142;
}

.btn-default2:hover:before {
    width: 0;
}

.btn-default2 img {
    padding-left: 11px;
}


/* ================= SERVICES SECTION ==================== */

.services-section {
    position: relative;
}

.services-section .row {
    margin: 0;
}

.services-section .row .col-lg-3 {
    padding: 0;
}

.services-section .row .col-lg-3:nth-child(even) .service-col {
    background: -webkit-linear-gradient(180deg, #080A12 0%, rgba(8, 10, 18, 0) 100%);
    background: -moz-linear-gradient(180deg, #080A12 0%, rgba(8, 10, 18, 0) 100%);
    background: -ms-linear-gradient(180deg, #080A12 0%, rgba(8, 10, 18, 0) 100%);
    background: -o-linear-gradient(180deg, #080A12 0%, rgba(8, 10, 18, 0) 100%);
    background: linear-gradient(180deg, #080A12 0%, rgba(8, 10, 18, 0) 100%);
}

.service-col {
    background: -webkit-linear-gradient(180deg, #191C26 0%, rgba(25, 28, 38, 0) 100%);
    background: -moz-linear-gradient(180deg, #191C26 0%, rgba(25, 28, 38, 0) 100%);
    background: -ms-linear-gradient(180deg, #191C26 0%, rgba(25, 28, 38, 0) 100%);
    background: -o-linear-gradient(180deg, #191C26 0%, rgba(25, 28, 38, 0) 100%);
    background: linear-gradient(180deg, #191C26 0%, rgba(25, 28, 38, 0) 100%);
    padding: 50px 30px 125px;
    text-align: center;
}

.svs-icon {
    width: 130px;
    height: 130px;
    background-color: #22252e;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 36px;
}

.svs-icon img {
    margin: 0;
    position: relative;
    top: 30px;
    display: inline-block;
    width: auto;
}

.service-col>h3 {
    color: #A9AFC3;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 45px;
    padding: 0 40px;
}

.slick-prev,
.slick-next {
    color: #fff;
    font-size: 16px;
    padding-bottom: 23px;
}

.slick-prev:before,
.slick-next:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 1px;
    background-color: #fff;
}

.slick-next {
    right: 15px;
    top: -93px;
    transform: inherit;
    text-align: right;
}

.slick-next:before {
    right: -15px;
    left: auto;
}

.slick-prev {
    left: auto;
    right: 120px;
    top: -93px;
    transform: inherit;
}


/* ================= CONSULTATION SECTION ==================== */

.consulation-section {
    position: relative;
    max-width: 560px;
}


/* CONTACT FORM */

.contact-form {
    padding-top: 10px;
}

.input-field {
    margin-bottom: 37px;
}

.input-field input,
.input-field textarea,
.input-field>select {
    border: 0;
    border-bottom: 1px solid #898989;
    padding-bottom: 5px;
    width: 100%;
    font-family: Muli;
    font-size: 16px;
    line-height: 170%;
    color: #d3d3d3;
    opacity: 1;
    background: inherit;
}

.input-field textarea {
    height: 116px;
    resize: none;
}

.input-field>.btn-default {
    background-color: inherit;
    margin-top: 10px;
}

.input-field>.btn-default:hover {
    background-color: #dd4142;
    color: #fff;
}


/* ===================== WHY CHOOSE US SECTION ================== */

.why-choose-us {
    background-color: #121318;
    z-index: 9;
}

.counter-div {
    background: -webkit-linear-gradient(180deg, rgba(38, 25, 31, 0) 0%, #080A12 100%);
    ;
    background: -moz-linear-gradient(180deg, rgba(38, 25, 31, 0) 0%, #080A12 100%);
    ;
    background: -ms-linear-gradient(180deg, rgba(38, 25, 31, 0) 0%, #080A12 100%);
    ;
    background: -o-linear-gradient(180deg, rgba(38, 25, 31, 0) 0%, #080A12 100%);
    ;
    background: linear-gradient(180deg, rgba(38, 25, 31, 0) 0%, #080A12 100%);
    ;
    padding: 57px 20px 50px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.gradient-bg1 {
    background: -webkit-linear-gradient(180deg, rgba(25, 28, 38, 0) 0%, #080A12 100%);
    background: -moz-linear-gradient(180deg, rgba(25, 28, 38, 0) 0%, #080A12 100%);
    background: -ms-linear-gradient(180deg, rgba(25, 28, 38, 0) 0%, #080A12 100%);
    background: -o-linear-gradient(180deg, rgba(25, 28, 38, 0) 0%, #080A12 100%);
    background: linear-gradient(180deg, rgba(25, 28, 38, 0) 0%, #080A12 100%);
}

.gradient-bg2 {
    background: -webkit-linear-gradient(180deg, #080A12 0%, rgba(25, 28, 38, 0) 100%);
    background: -moz-linear-gradient(180deg, #080A12 0%, rgba(25, 28, 38, 0) 100%);
    background: -ms-linear-gradient(180deg, #080A12 0%, rgba(25, 28, 38, 0) 100%);
    background: -o-linear-gradient(180deg, #080A12 0%, rgba(25, 28, 38, 0) 100%);
    background: linear-gradient(180deg, #080A12 0%, rgba(25, 28, 38, 0) 100%);
}

.counter-div.scnd-dv {
    top: 50px;
}

.counter-div.frht {
    top: 50px;
}

.counter-div>h2 {
    font-family: Muli;
    font-weight: bold;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 13px;
}

.counter-div>h2 sup {
    font-size: 24px;
    line-height: 170%;
    position: relative;
    top: -22px;
}

.counter-div>span {
    display: inline-block;
    font-family: Muli;
    font-weight: normal;
    font-size: 18px;
    line-height: 170%;
    text-align: center;
    color: #A9AFC3;
}

.why-we-sec {
    padding-left: 90px;
}

.our-features-list li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 40px;
}

.our-features-list li:last-child {
    margin-bottom: 0;
}

.our-features-list li:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url(../images/check-circle.svg);
    background-repeat: no-repeat;
}

.our-features-list li>h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.our-features-list li>p {
    font-family: Muli;
    font-weight: normal;
    font-size: 18px;
    line-height: 170%;
    color: #A9AFC3;
}


/* ==================== CASES SECTION ====================== */

.pft-item {
    position: relative;
}

.pft-item:before,
.blog-thumbnail:before,
.blog-page .blog_post.main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(180deg, rgba(25, 28, 38, 0) 0%, #191C26 100%);
    background: -moz-linear-gradient(180deg, rgba(25, 28, 38, 0) 0%, #191C26 100%);
    background: -ms-linear-gradient(180deg, rgba(25, 28, 38, 0) 0%, #191C26 100%);
    background: -o-linear-gradient(180deg, rgba(25, 28, 38, 0) 0%, #191C26 100%);
    background: linear-gradient(180deg, rgba(25, 28, 38, 0) 0%, #191C26 100%);
}

.slick-active.slick-center .pft-item:before,
.blog-thumbnail:before,
.blog-page .blog_post.main:before {
    background: -webkit-linear-gradient(180deg, rgba(8, 10, 18, 0.6) 0%, #291a1a 100%);
    background: -moz-linear-gradient(180deg, rgba(8, 10, 18, 0.6) 0%, #291a1a 100%);
    background: -ms-linear-gradient(180deg, rgba(8, 10, 18, 0.6) 0%, #291a1a 100%);
    background: -o-linear-gradient(180deg, rgba(8, 10, 18, 0.6) 0%, #291a1a 100%);
    background: linear-gradient(180deg, rgba(8, 10, 18, 0.6) 0%, #291a1a 100%);
    mix-blend-mode: soft-light;
}

.pft-item:hover:before,
.blog-page .blog_post.main:hover:before {
    background: -webkit-linear-gradient(180deg, rgba(8, 10, 18, 0.6) 0%, #291a1a 100%);
    background: -moz-linear-gradient(180deg, rgba(8, 10, 18, 0.6) 0%, #291a1a 100%);
    background: -ms-linear-gradient(180deg, rgba(8, 10, 18, 0.6) 0%, #291a1a 100%);
    background: -o-linear-gradient(180deg, rgba(8, 10, 18, 0.6) 0%, #291a1a 100%);
    background: linear-gradient(180deg, rgba(8, 10, 18, 0.6) 0%, #291a1a 100%);
    mix-blend-mode: soft-light;
}

.pft-item>img {
    display: block;
    width: 100%;
    margin: 0;
}

.cases .slick-slide {
    margin-top: 80px;
}

.cases .slick-slide div {
    height: 300px;
}

.cases .slick-slide div img {
    height: 300px;
}

.cases .slick-slide.slick-center {
    margin-top: 0px;
}

.cases .slick-slide.slick-center div {
    height: 100%;
}

.cases .slick-slide.slick-center div img {
    height: 100%;
}


/* .cases .slick-slide {
    display: block;
    margin: 0 10px;
} */


/* .cases .slick-slide.slick-center {
   transform: scale(1.3);
} */


/* .pft-item .slick-track{
	padding: 100px 0 !important;
}  */


/* .slick-center .pft-item > img{
	height: 400px;
	object-fit: cover;
} */

.figcaption {
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding: 50px 50px 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    background: rgba(0, 0, 0, 0.6);
}

.figcaption>h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 21px;
}

.pft-item:hover .figcaption {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.slick-center .pft-item .figcaption {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.pft-items {
    margin-top: 40px;
}

.pft-items .row {
    margin: 0;
    position: relative;
}

.pft-items .row .col-lg-4 {
    padding: 0;
}


/*.pft-items .row .col-lg-4:last-child {
	position: absolute;
	top: 0;
	display: none;
	left: 100%;
}*/

.section-head .main-banner-text.title-hd {
    float: left;
}

.section-head>.btn-default2 {
    float: right;
    position: relative;
    top: 132px;
}


/* =================== BLOG POSTS ==================== */

.blog_post {
    display: table;
    margin-bottom: 40px;
}

.blog_post:last-child {
    margin-bottom: 0;
}

.blog-thumbnail {
    float: left;
    display: table-cell;
    position: relative;
    width: 170px;
    height: 170px;
    overflow: hidden;
    filter: none;
    -webkit-filter: grayscale(75%);
    -moz-filter: grayscale(75%);
    -ms-filter: grayscale(75%);
    -o-filter: grayscale(75%);
}

.blog-thumbnail img {
    width: 170px;
}

.meta {
    margin-bottom: 13px;
}

.meta li {
    display: inline-block;
    margin-right: 15px;
}

.meta li:last-child {
    margin-right: 0;
}

.meta li span.category {
    background-color: #dc4242;
    color: #fff;
    padding: 2px 16px 1px 16px;
}

.meta li span {
    display: inline-block;
    color: #A9AFC3;
    font-size: 14px;
    line-height: 170%;
    font-family: 'Muli';
}

.blog_info {
    display: table-cell;
    width: 100%;
    vertical-align: top;
    padding-left: 35px;
}

.post-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 42px;
}

.post-title:hover {
    color: #dc4242;
}

.blog_post.main .blog-thumbnail {
    float: none;
    width: 100%;
    display: block;
}

.blog_post.main .blog-thumbnail>img {
    width: 100%;
}

.blog_post.main {
    position: relative;
    margin-top: 128px;
    display: block;
    margin-left: 112px;
}

.blog_post.main .blog_info {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 0 40px;
}

.blog_post.main .blog_info .post-title {
    margin-bottom: 0;
}

.bg-0 {
    background: #121318 !important;
}


/* ======================= FOOTER ========================= */

footer {
    background-image: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.top-footer {
    padding: 210px 0 166px;
}

.top-footer .main-banner-text {
    padding-right: 110px;
}

.newsletter-form {
    float: left;
    width: 100%;
    margin-top: 17px;
}

.newsletter-form input {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 170%;
    color: #A9AFC3;
    opacity: 0.5;
    background-color: inherit;
    border: 0;
    border-bottom: 1px solid #393f4f;
    padding-bottom: 5px;
    width: 350px;
    float: left;
}

.newsletter-form button {
    float: left;
    width: 60px;
    height: 60px;
    background-color: #dd4142;
    line-height: 60px;
    text-align: center;
    border: 0;
    position: relative;
    margin-left: 44px;
    top: -24px;
}

.newsletter-form button:before {
    content: '';
    position: absolute;
    top: -18px;
    left: -13px;
    width: 90px;
    height: 90px;
    border: 2px solid;
    box-sizing: border-box;
    filter: blur(10px);
}

.newsletter-form button:after {
    content: '';
    position: absolute;
    top: -10px;
    left: -6px;
    width: 70px;
    height: 70px;
    opacity: 0.65;
    border: 2px solid;
    box-sizing: border-box;
    filter: blur(6px);
}

.newsletter-form button:hover:before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}


/* TESTIMONIAL SECTION */

.testi-head {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 56px;
}

.testi-thumb>img {
    filter: grayscale(100%);
}

.testi-info {
    width: auto;
}

.testi-info>h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 9px;
}

.testi-info>span {
    display: block;
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 170%;
    color: #A9AFC3;
}

.testimonial-sec {
    max-width: 460px;
    float: right;
}

.testimonial-sec>p {
    font-weight: 300;
    font-size: 22px;
    line-height: 150%;
    color: #A9AFC3;
    position: relative;
}

.testimonial-sec>p:before {
    content: '';
    position: absolute;
    bottom: -62px;
    right: 5px;
    width: 100px;
    height: 100px;
    background-image: url(../images/quote.svg);
    background-repeat: no-repeat;
}

.testimonial-sec>img {
    margin-bottom: 0;
    margin-top: 71px;
}


/* BOTTOM FOOTER */

.bottom-footer {
    border-top: 1px solid #393f4f;
    padding: 45px 0;
}

.bottom-footer img {
    max-width: 168px;
    margin-top: 20px;
}

.widget-about>img {
    margin-bottom: 10px;
}

.widget-about>p {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 170%;
    color: #A9AFC3;
}

.widget-title {
    font-family: Muli;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 170%;
    color: #FFFFFF;
    margin-bottom: 6px;
}

.widget-para>p {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 170%;
    color: #A9AFC3;
    padding-right: 90px;
}

.widget-para>span {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 170%;
    color: #A9AFC3;
    display: block;
}


/* ==================== LEFT SIDEBAR ===================== */

.left-sidebar {
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    width: 180px;
    background-color: #070a11;
    z-index: 999;
    height: 100%;
    text-align: center;
}

.wrapper {
    float: right;
    width: calc(100% - 180px);
}

.menu-btn {
    margin-top: 55px;
    display: inline-block;
    position: relative;
}

.mbl-menu {
    position: relative;
    top: calc(100vh - 500px);
}

.mbl-menu li {
    display: inline-block;
    margin-bottom: 105px;
    position: relative;
}

.mbl-menu:before {
    content: '';
    position: absolute;
    bottom: -77px;
    left: 50%;
    height: 100px;
    width: 1px;
    background: #A9AFC3;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 3px;
}

.mbl-menu li a {
    font-family: Muli;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
    color: #A9AFC3;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block;
    flex: none;
    order: 1;
    align-self: center;
    margin: 0px 60px;
}


/* ================== ABOUT PAGE ===================== */

.pb-75 {
    padding-bottom: 75px;
}

.pager-sec ul li {
    display: inline-block;
    padding: 0 25px;
    position: relative;
}

.pager-sec ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    height: 2px;
    width: 20px;
    background-color: #5d616d;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: -5px;
}

.pager-sec ul li a,
.pager-sec ul li span {
    display: inline-block;
    color: #A9AFC3;
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Muli';
}

.pager-sec .container-fluid {
    padding: 0 70px;
}

.pager-sec ul li:last-child {
    padding-right: 0;
}


/* ================ ABOUT US (ABOUT PAGE) ==================== */

.about_us_section {
    padding: 15px 0 0 0;
}

.counter-cl {
    width: 300px;
    height: 300px;
    border: 2px solid;
    padding-top: 86px;
    margin: 0 auto;
}

.counter-cl>h2 {
    font-family: Muli;
    font-weight: normal;
    font-size: 80px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 19px;
}

.counter-cl>h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    text-transform: capitalize;
    color: #A9AFC3;
}

.page-content {
    position: relative;
    z-index: 99;
    padding-bottom: 140px;
}

.page-content .page-number {
    top: 0;
}

.text-bz>h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 130%;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 21px;
}

.text-bz>p {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 170%;
    color: #A9AFC3;
    margin-bottom: 17px;
}

.oct-abt-row {
    margin-bottom: 66px;
}

.oct-abt-row:last-child {
    margin-bottom: 0;
}

.pl-100 {
    padding-left: 100px;
    ;
}

.pr-100 {
    padding-right: 100px;
}


/* =================== TEAM SECTION ===================== */

.tema-col {
    position: relative;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
    margin-top: 20px;
    overflow: hidden;
}

.team-carousel {
    margin: 0;
}

.team-carousel .col-lg-4 {
    padding: 0;
}

.tema-col:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 490px;
    background: linear-gradient(180deg, rgba(25, 28, 38, 0) 0%, #191C26 100%);
}

.tema-col:hover:before {
    background: linear-gradient(180deg, rgba(8, 10, 18, 0) 0%, #DD4242 100%);
    mix-blend-mode: soft-light;
}

.tema-col:hover {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    -ms-box-shadow: inherit;
    -o-box-shadow: inherit;
    box-shadow: inherit;
}

.tema-col>img {
    display: block;
    width: 100%;
}

.team-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 0 50px;
    opacity: 0;
    visibility: hidden;
}

.tema-col:hover .team-caption {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
}

.team-caption>h3 {
    font-weight: 500;
    font-size: 22px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.team-caption>span {
    font-family: Muli;
    font-weight: normal;
    font-size: 18px;
    color: #A9AFC3;
    display: block;
    margin-bottom: 24px;
}

.team-caption>a img {
    width: 24px;
    height: 24px;
}

.mg-bt-40 {
    margin-bottom: 40px !important;
}


/* =================== PARTNERS SECTION =================== */

.partners-logo {
    overflow: hidden;
    text-align: center;
}

.partners-logo.slick-slider {
    margin-bottom: 0px;
}

.partners-section {
    padding: 30px 0;
}

.partners-logo .slick-track {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.partners-logo .slick-track .slick-slide img {
    display: initial;
}

.partner-col {
    height: 100%;
}

.partner-col>img {
    max-width: 120px;
    width: auto;
}


/* =================== VIDEO SECTION ================= */

.video-section .play-video-div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* =============== SERVICES PAGE =============== */

.without-carousel .row {
    margin: 0;
}

.without-carousel .row .col-lg-4 {
    padding: 0;
}

.without-carousel .row .col-lg-4:nth-child(even) .service-col {
    background: -webkit-linear-gradient(180deg, #080A12 0%, rgba(8, 10, 18, 0) 100%);
    background: -moz-linear-gradient(180deg, #080A12 0%, rgba(8, 10, 18, 0) 100%);
    background: -ms-linear-gradient(180deg, #080A12 0%, rgba(8, 10, 18, 0) 100%);
    background: -o-linear-gradient(180deg, #080A12 0%, rgba(8, 10, 18, 0) 100%);
    background: linear-gradient(180deg, #080A12 0%, rgba(8, 10, 18, 0) 100%);
}

.without-carousel .service-col>h3 {
    padding: 0 90px;
}

.max-width-100 {
    max-width: 100%;
}


/* ====================== PRICES SECTION ===================== */

.price-head {
    padding: 45px 0;
}

.price-head>h4 {
    font-weight: 500;
    font-size: 28px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 22px;
}

.price-head>h2 {
    font-family: Muli;
    font-weight: 800;
    font-size: 72px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.price-head>h2 sup {
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    vertical-align: top;
    margin-left: 5px;
    position: relative;
    top: 10px;
}

.price-head>h2>sup:first-child {
    margin-right: 10px;
    margin-left: 0;
}

.price-head>span {
    display: block;
    font-family: Muli;
    font-weight: normal;
    font-size: 18px;
    color: #FFFFFF;
}

.price-col ul.over::-webkit-scrollbar {
    width: 10px;
}

.price-col ul.over::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.price-col ul.over::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.price-col ul.over::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.price-col {
    padding-bottom: 50px;
    background: linear-gradient(180deg, #080A12 0%, rgba(8, 10, 18, 0) 100%);
}

.price-col .btn-default {
    padding: 0 46px;
}

.price-col ul {
    padding: 60px 0 0px;
    margin-bottom: 30px;
}

.price-col ul.over {
    max-height: 350px;
    overflow: scroll;
}

.price-col ul li {
    font-family: Muli;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
    line-height: 25px;
}

.price-col.active .price-head {
    background-color: #dd4142;
}

.price-col.active {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    background: linear-gradient(180deg, #191C26 0%, rgba(25, 28, 38, 0) 100%);
}

.main-banner-text.mw-100 {
    margin-bottom: 57px;
}


/* ===================== SERVICES DETAILS PAGE =================== */

.max-width-80 {
    max-width: 80%;
}

.service-details {
    padding-bottom: 121px;
}

.service-details-content>img {
    width: 100%;
    margin-bottom: 37px;
}

.service-details-content>p {
    font-family: Muli;
    font-weight: normal;
    font-size: 18px;
    line-height: 170%;
    color: #A9AFC3;
    margin-bottom: 21px;
}

.service-details-content>h3 {
    font-weight: 500;
    font-size: 40px;
    line-height: 130%;
    text-transform: capitalize;
    color: #FFFFFF;
    padding-top: 40px;
    margin-bottom: 37px;
}

.wk-text {
    margin-bottom: 70px;
}

.wk-text>span {
    display: block;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 23px;
}

.wk-text>h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.wk-text>p {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 170%;
    color: #A9AFC3;
}

.sv-links {
    padding-top: 11px;
}

.sv-links li {
    font-family: Muli;
    font-weight: normal;
    font-size: 18px;
    line-height: 170%;
    color: #A9AFC3;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.sv-links li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #dd4142;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sv-links li:last-child {
    margin-bottom: 0;
}


/* SIDEBAR */

.sidebar {
    position: relative;
    z-index: 99;
}

.sidebar .widget {
    margin-bottom: 50px;
}

.sidebar .widget:last-child {
    margin-bottom: 0;
}

.sidebar.blog-sidebar .widget {
    margin-bottom: 65px;
}

.sidebar.blog-sidebar .widget:last-child {
    margin-bottom: 0;
}

.widget-categories {
    background-color: #121318;
    padding: 44px 40px;
}

.widget-categories li {
    margin-bottom: 29px;
}

.widget-categories li:last-child {
    margin-bottom: 0;
}

.widget-categories li a {
    display: block;
    color: rgba(169, 175, 195, 0.50);
    font-size: 20px;
    line-height: 130%;
}

.widget-categories li a:hover {
    color: #fff;
}


/* ================ WIDGET HELP ================== */

.widget-help {
    background-image: url(../https://via.placeholder.com/262x360);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 44px 40px;
    z-index: 1;
    position: relative;
}

.widget-help:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.80);
    z-index: -1;
}

.widget-help h3 {
    color: #fff;
    font-size: 28px;
    line-height: 130%;
    margin-bottom: 32px;
    text-transform: capitalize;
}

.widget-help p {
    color: #A9AFC3;
    font-size: 18px;
    line-height: 170%;
    margin-bottom: 62px;
}


/* WIDGET NEWSLETTER */

.widget-newslettter {
    background-color: #121318;
    padding: 44px 40px;
}

.widget-newslettter h3 {
    color: #FFFFFF;
    font-size: 28px;
    line-height: 130%;
    font-weight: 500;
    margin-bottom: 34px;
}

.widget-newslettter form {
    position: relative;
    margin-bottom: 34px;
}

.widget-newslettter form input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #3A3F50;
    padding-bottom: 7px;
    background-color: inherit;
    color: rgba(169, 175, 195, 0.50);
}

.widget-newslettter form button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: inherit;
    border: 0;
}

.lang-slct li {
    display: inline-block;
    padding: 0 19px;
    position: relative;
}

.lang-slct li:first-child {
    padding-left: 0;
}

.lang-slct li:last-child:before {
    display: none;
}

.lang-slct li:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -4px;
    width: 6px;
    height: 6px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lang-slct li a {
    display: inline-block;
    color: rgba(169, 175, 195, 0.50);
    font-size: 14px;
    font-family: 'Muli';
    text-transform: uppercase;
}

footer.no-bg {
    background: #191c26;
}

.masonary {
    float: left;
    width: 100%;
}

.filters-nav {
    margin-bottom: 40px;
}

.filters-nav li {
    display: inline-block;
    margin-right: 36px;
}

.filters-nav li a {
    display: inline-block;
    color: rgba(169, 175, 175, 0.50);
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}

.filters-nav li a:before,
.cz-controls>a:before,
.post-ct>a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(169, 175, 175, 0.50);
}

.mt-70 {
    margin-top: 70px;
}

body.bg-color3 footer {
    background: inherit;
}

.sec-block.pb-140 {
    padding-bottom: 140px;
}

.cases-section .page-content {
    padding-bottom: 140px;
}


/* ==================== CASE STUDIES SECTION =================== */

.cz-controls {
    margin-top: 28px;
}

.cz-controls>a,
.post-ct>a {
    display: inline-block;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 150%;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 11px;
    padding-right: 20px;
}

.cz-controls>a:before,
.post-ct>a:before {
    background-color: #fff;
}

.cz-controls>a.float-right {
    padding-right: 0;
    padding-left: 20px;
}

.case-work-page {
    position: relative;
    z-index: 99;
}

.case-thumbnail {
    margin-bottom: 27px;
}


/* CASE CONTENT */

.case-content {
    max-width: 760px;
    margin: 0 auto;
}

.case-content>h3 {
    color: #fff;
    font-size: 22px;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.case-content p {
    font-size: 18px;
    line-height: 170%;
    color: #A9AFC3;
    margin-bottom: 50px;
}

.black-bg {
    background-color: #121318;
}

.mg-list {
    width: 100%;
    border-top: 1px solid #3A3F50;
    border-bottom: 1px solid #3A3F50;
    float: left;
    padding: 46px 0 24px;
    margin-bottom: 40px;
}

.mg-list li {
    float: left;
    width: calc(100% / 2);
    margin-bottom: 23px;
}

.mg-list li>h3 {
    color: #fff;
    font-size: 18px;
    font-family: 'Muli';
    font-weight: 700;
    margin-right: 10px;
    display: inline-block;
}

.mg-list li span {
    display: inline-block;
    color: #A9AFC3;
    font-size: 18px;
    font-family: 'Muli';
}

.st-btn {
    display: inline-block;
    color: #A9AFC3;
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 22px;
}

.st-btn img {
    position: relative;
    margin-right: 11px;
    top: -1px;
}

.blog-page {
    position: relative;
    z-index: 99;
}

.blog-page .blog_post.main {
    margin: 0;
    margin-bottom: 30px;
    position: relative;
    bottom: 0;
    z-index: 99;
    overflow: hidden;
}

.blog-page .blog_post.main .blog_info {
    z-index: 99;
    bottom: -20px;
}

.blog-page .blog_post.main:before {
    background: linear-gradient(180deg, rgba(25, 28, 38, 0) 0%, #111319 100%);
    z-index: 9;
}

.blog-page .blog_post.main:hover:before {
    opacity: 1;
    visibility: visible;
    z-index: 9;
}

.mt-40 {
    margin-top: 30px;
}

.blog-page .blog_info>a {
    margin-top: 27px;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
}

.blog-page .blog_post.main:hover .blog_info>a {
    opacity: 1;
    visibility: visible;
}

.blog-page .blog_post.main:hover .blog_info {
    bottom: 30px;
}

footer.gradient-bg {
    background: #121318;
    position: relative;
}

.bg-without-color {
    background-color: #191b27;
}

.blog-single {
    position: relative;
    z-index: 9;
    padding-right: 50px;
}

.blog-single .blog-post.main:before {
    display: none;
}

.blog-single .blog-thumbnail:before {
    display: none;
}

.blog-single .blog-thumbnail img {
    width: 100%;
}

.blog-single .blog-thumbnail {
    margin-bottom: 37px;
}

.blog-single .blog-post.main p {
    color: #A9AFC3;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 170%;
}

.blog-single .blog-post.main p span {
    display: inline-block;
}

.blog-single .blog-post.main p.large {
    font-size: 22px;
    line-height: 150%;
    font-family: 'Poppins';
}

.blog-single blockquote {
    background-color: #111319;
    padding: 58px 60px 45px;
    margin: 41px 0 50px;
    display: block;
    position: relative;
}

.blog-single blockquote:before {
    content: '';
    position: absolute;
    bottom: 50px;
    right: 55px;
    width: 50px;
    height: 50px;
    background-image: url(../images/quote2.svg);
    background-repeat: no-repeat;
}

.blog-single blockquote p {
    font-size: 20px;
    line-height: 170%;
    padding-right: 100px;
    padding-bottom: 2px;
}

.blog-single blockquote>h3 {
    color: #fff;
    font-size: 22px;
    line-height: 130%;
    font-weight: 500;
    margin-bottom: 8px;
}

.blog-single blockquote>span {
    display: block;
    color: #A9AFC3;
    font-size: 16px;
    line-height: 170%;
}

.post-share-options {
    padding-top: 34px;
    margin-bottom: 30px;
}

.post-share-options a.st-btn {
    margin-left: 0;
    position: relative;
    top: 12px;
}

.tags li {
    display: inline-block;
    margin-right: 6px;
}

.tags li:last-child {
    margin-right: 0;
}

.tags li a {
    display: inline-block;
    color: #A9AFC3;
    background-color: #121318;
    height: 37px;
    line-height: 37px;
    padding: 0 18px;
}

.tags li a:hover {
    color: #fff;
}

.author-details {
    background-color: #111319;
    padding: 50px;
    display: table;
    margin-bottom: 60px;
}

.author-thumb {
    display: table-cell;
}

.author-info {
    display: table-cell;
    width: 100%;
    vertical-align: top;
    padding-left: 30px;
}

.author-info>h3 {
    color: #fff;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 14px;
    margin-top: -6px;
}

.author-info>p {
    color: #A9AFC3;
    font-size: 18px;
    line-height: 170%;
    margin-bottom: 27px;
}


/* POST CONTROLS */

.post-controls {
    border-top: 1px solid #3A3F50;
    padding: 67px 0;
    margin-bottom: 55px;
}

.post-ct h2 {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 130%;
    font-weight: 500;
}

.post-ct>a {
    padding-bottom: 11px;
    margin-bottom: 27px;
}

.post-ct.text-right>a {
    padding-right: 0;
    padding-left: 20px;
}


/* RELATED POSTS (BLOG SINGLE) */

.related-posts-section {
    margin-bottom: 80px;
}

.main-banner-text.title-hd.style2 h1 {
    font-size: 40px;
    font-weight: 500;
}

.main-banner-text.title-hd.style2>p {
    font-size: 18px;
    line-height: 170%;
}

.related-posts-section .blog_post.main {
    margin: 0;
}

.related-posts-section .blog_post.main:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(25, 28, 38, 0) 0%, #191C26 100%);
    z-index: 9;
}

.blog_post.main .blog_info {
    z-index: 9;
}


/* COMMENTS SECTION */

.comments-section {
    margin-bottom: 122px;
}

.comments-section>h2 {
    color: #fff;
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 36px;
}

.comments-section ul ul {
    padding-left: 50px;
}

.comments-section ul li:last-child {
    margin-bottom: 0;
}

.comment {
    position: relative;
    border-bottom: 1px solid #3A3F50;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

.cm-head {
    display: table;
    margin-bottom: 22px;
}

.cm-head>img {
    display: table-cell;
    margin-right: 20px;
}

.cm-head>h3 {
    display: table-cell;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 20px;
    padding-right: 19px;
}

.cm-head>span {
    display: table-cell;
    vertical-align: middle;
    color: #A9AFC3;
    font-size: 14px;
    font-family: 'Muli';
    padding-left: 27px;
    position: relative;
}

.cm-head>span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cm-info p {
    color: #A9AFC3;
    font-size: 18px;
    line-height: 170%;
}

.reply {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 16px;
}

footer.gradient-bg2 {
    background: linear-gradient(180deg, rgba(25, 28, 38, 0) 0%, #111319 76.56%);
}


/* SIDEBAR (BLOG) */

.widget-search {
    background-color: #121318;
    padding: 50px 40px;
}

.widget-search form {
    position: relative;
}

.widget-search .form-group {
    margin-bottom: 0;
}

.widget-search form input {
    width: 100%;
    color: rgba(169, 175, 195, 0.50);
}

.widget-search form button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: inherit;
    border: 0;
}

.sidebar .widget-title {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 28px;
    line-height: 130%;
    margin-bottom: 22px;
    margin-top: -7px;
}


/* WIDGET CATEGORIES */

.rb-post {
    display: table;
}

.rb-post-img {
    display: table-cell;
    position: relative;
}

.grad-overlay {
    position: relative;
}

.grad-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(25, 28, 38, 0) 0%, #191C26 100%);
}

.rb-post-info {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
}

.rb-post-info h3 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Muli';
}

.widget_categories ul {
    border-top: 1px solid #3A3F50;
}

.widget_categories ul li {
    border-bottom: 1px solid #3A3F50;
}

.widget_categories ul li:last-child {
    border-bottom: 0;
}


/* WIDGET RECENT POSTS */

.widget-recent-posts .blog-thumbnail {
    width: 100%;
    margin-bottom: 21px;
}

.widget-recent-posts .blog-thumbnail img {
    width: 100%;
}

.widget-recent-posts .blog_info {
    width: 100%;
    padding-left: 0;
}

.widget-recent-posts .blog_info>span {
    display: block;
    color: #6E7788;
    font-size: 14px;
    margin-bottom: 13px;
}

.widget-recent-posts .blog_post {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 43px;
}

.widget-recent-posts .blog_post .post-title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 150%;
}


/* WIDGET TAGS */

.widget-tags .tags li {
    margin-bottom: 10px;
}


/* =================== CONTACT PAGE ================== */

.contact-list {
    max-width: 458px;
}

.contact-lzt {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 20px 40px 40px;
    background-color: #191C26;
    margin-bottom: 30px;
}

.contact-list .contact-lzt:last-child {
    margin-bottom: 0;
}

.bg-darky {
    background-color: #111319;
}

.contact-nfo {
    padding-left: 40px;
    max-width: 75%;
}

.contact-nfo>h3 {
    color: #FFF;
    font-size: 16px;
    font-family: 'Muli';
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-nfo p,
.contact-nfo span {
    color: #A9AFC3;
    font-size: 16px;
    line-height: 170%;
    display: block;
}


/* MAP SECTION */

.map-section iframe {
    width: 100%;
    height: 450px;
}


/* ERROR PAGE */

.error-page {
    background-image: url(../images/404.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

body.no-scroll {
    overflow: hidden;
}

.error-content {
    text-align: center;
    max-width: 585px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.error-content>h2 {
    color: #fff;
    font-size: 100px;
    line-height: 100%;
    font-weight: 700;
    margin-bottom: 10px;
}

.error-content>h3 {
    color: #fff;
    font-size: 60px;
    line-height: 100%;
    font-weight: 700;
    margin-bottom: 37px;
}

.error-content p {
    color: #A9AFC3;
    line-height: 150%;
    font-size: 22px;
    font-weight: 300;
    font-family: 'Poppins';
    margin-bottom: 79px;
}

.error-content>h4 {
    color: #A9AFC3;
    font-size: 18px;
    line-height: 170%;
    font-family: 'Muli';
    margin-bottom: 47px;
}

.error-content>h4 a {
    display: inline-block;
}

.error-content .widget-search {
    max-width: 300px;
    margin: 0 auto;
    padding: 0;
}

.error-content .widget-search form input {
    width: 100%;
    background-color: inherit;
    border: 0;
    border-bottom: 1px solid #3A3F50;
    padding-bottom: 15px;
    font-size: 18px;
    background-color: inherit;
}

.failed,
.text-info {
    color: #fff !important;
    padding: 10px 20px;
    margin-bottom: 25px;
}

.text-info img {
    margin-right: 10px;
}


/* RESPONSIVE MOBILE MENU */

.responsive-mobile-menu {
    position: fixed;
    top: 0;
    right: -350px;
    width: 350px;
    height: 100%;
    background: #000;
    overflow-y: auto;
    z-index: 99;
    padding: 80px 50px;
    opacity: 0;
    visibility: hidden;
}

.responsive-mobile-menu.show {
    opacity: 1;
    visibility: visible;
    right: 0;
}

.responsive-mobile-menu.show .responsive-logo,
.responsive-mobile-menu.show ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.responsive-mobile-menu.show .responsive-logo {
    transition-delay: .4s;
}

.responsive-mobile-menu.show ul {
    transition-delay: .6s;
}

.responsive-logo {
    margin-bottom: 100px;
    opacity: 0;
    visibility: hidden;
}

.responsive-mobile-menu ul {
    opacity: 0;
    visibility: hidden;
}

.responsive-mobile-menu>ul>li {
    margin-bottom: 20px;
}

.responsive-mobile-menu ul li a {
    color: #fff;
    font-size: 18px;
}

.responsive-mobile-menu ul ul {
    padding: 20px;
}

.responsive-mobile-menu ul ul li a {
    font-size: 14px;
}

.responsive-mobile-menu .responsive-logo,
.responsive-mobile-menu ul {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
}


/* PRELOADER */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 9999999;
}

.loader-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.loader-content .logo {
    display: inline-block;
    width: auto;
}

.loader-content h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    margin-left: 20px;
    position: relative;
    letter-spacing: 5px;
}

.underline {
    text-decoration: underline;
    color: rgb(220 66 67) !important;
    font-weight: 600 !important;
}

.iframe-map iframe {
    filter: none;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    cursor: pointer;
    margin-bottom: 30px;
}

button {
    cursor: pointer;
}

a {
    cursor: pointer;
}

.slick-dots li button:before {
    color: white;
    opacity: 0.4;
    font-size: 18px;
}

.slick-dots li.slick-active button:before {
    color: #DD4242;
}

.main-banner .slick-slider {
    margin-bottom: 0;
}


/* seperator cb */

.seperator-cb {
    background-color: #DD4242;
}

.padding-tb40 {
    padding-top: 90px;
    padding-bottom: 70px;
}

.seperator-cb .main-banner-text {
    margin-bottom: 0;
    max-width: 100%;
}

.seperator-cb .main-banner-text h1 {
    margin-bottom: 0;
    font-size: 54px;
    font-weight: 600;
}

.seperator-cb .main-banner-text span {
    color: white;
}

.seperator-cb .main-seperator {
    width: 100%;
    display: block;
    background: white;
}

.seperator-cb .main-seperator .contact-items {
    color: #DD4242;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 12px 12px 0 0;
    text-align: center;
}

.seperator-cb .main-seperator .contact-items span {
    color: #191b27;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    font-weight: 600;
}

.seperator-cb .main-seperator .contact-items a {
    font-size: 16px;
    font-weight: 600;
}

.combo-package {
    padding: 40px;
    text-align: left;
    background: white;
}

.combo-package h4 {
    text-align: left;
    color: #dd4142;
}

.combo-package.price-head>h2 {
    margin-bottom: 0px;
    color: #dd4142;
}

.combo-package.price-head>h2 sup {
    color: #dd4142;
}

.price-col .combo-list ul {
    text-align: left;
    padding: 40px 40px 20px;
}

.price-col .combo-list li {
    text-align: left;
    padding-left: 20px;
    position: relative;
}

.price-col .combo-list li:before {
    content: " ";
    background-image: url(../images/check-circle.svg);
    color: #dd4142;
    position: absolute;
    top: 6px;
    left: 0px;
    width: 20px;
    height: 20px;
    background-size: 15px 15px;
    background-repeat: no-repeat;
}

.screen-splits {
    padding: 10px
}

.nxpb-2 {
    margin-top: 30px
}

.niwaxpricingbox {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #0000001f
}

.custom-border {
    border-bottom: 1px solid #00000014
}

.pricingheader {
    padding: 0 0 25px;
    background-repeat: no-repeat;
    background-position: 102% 0;
    background-size: 42px;
    border-bottom: 1px solid #ffffff6b;
    margin: 30px 30px 0
}

.pricingheader h2 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}

.pricingrate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 0 20px
}

.pricevalue h2 {
    font-size: 50px;
    line-height: 44px;
    letter-spacing: -3px;
    font-family: poppins, sans-serif;
    color: #050748;
    font-weight: 600;
}

sup {
    top: -.5em;
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline;
}

del {
    font-size: 20px;
    color: #ccc;
    vertical-align: bottom
}

.priceoffer {
    clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 15% 100%, 0% 50%, 15% 0%);
    background: #DD4142;
    text-align: center;
    padding: 10px 20px
}

.priceoffer h2 {
    font-size: 18px;
    line-height: 25px;
    color: #fff
}

.pricingoffers {
    overflow-y: scroll;
    max-height: 310px;
    height: 305px;
    padding: 20px;
    margin: 20px;
    border-radius: 14px 0 0 14px;
    overflow-x: hidden;
    backdrop-filter: blur(10px);
    background: rgb(255 255 255/17%)
}

.pricingoffers .list-ul li {
    padding: 0 0 10px 24px;
    position: relative;
    line-height: 22px;
    font-size: 15px;
}

ul.list-ul.ul-check li i {
    margin-left: -20px;
    position: relative;
    left: -10px;
}

div#websites-ada .row {
    justify-content: center
}

.list-ul li:before {
    font-family: "font awesome 5";
    font-weight: 700;
    position: absolute;
    left: 0;
    font-size: 10px
}

.priceodernow {
    padding: 0 0 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff73;
    margin: 25px 25px 0
}

.niwax-btn3 {
    background: #DD4142;
    box-shadow: 0 4px 15px 0 rgb(90 75 194/15%)
}

.niwax-btn3 {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    padding: 0 15px;
    line-height: 56px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.livechatbtn {
    color: #fff;
    font-weight: 600
}

.gap10 {
    grid-gap: 10px
}

.v-center {
    align-self: center;
    align-items: center
}

.livechatbtn span {
    display: block;
    font-size: 14px
}

.pricingfooter {
    background: 0 0;
    padding: 13px 27px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.pricingfooter a {
    color: #fff;
    font-size: 14px
}

.text-dark a {
    color: #000 !important
}

::-webkit-scrollbar-thumb {
    background-image: -webkit-linear-gradient(45deg, #ffbd84, #ff1f8e);
    background-image: -o-linear-gradient(45deg, #ffbd84, #ff1f8e);
    background-image: linear-gradient(45deg, #ffbd84, #ff1f8e)
}

::-webkit-scrollbar {
    width: 3px
}

::-webkit-scrollbar-track {
    background: #e8e8e83d
}

::selection {
    background: rgba(166, 175, 189, .3)
}

.selected-itm {
    background: #DD4142;
    position: relative
}

li.first.last select {
    appearance: auto !important
}

.niwaxpricingbox.shadow.reco.selected-itm h2 {
    color: #fff
}

.reco .pricingheader p {
    color: #fff
}

.niwaxpricingbox.shadow.reco.selected-itm h2 {
    color: #fff
}

.niwax-btn2 {
    background-image: linear-gradient(to bottom, #ff777e, #ff6775, #ff566c, #ff4164, #ff235c);
    box-shadow: 0 10px 15px 0 rgb(175 0 87/20%)
}

.niwax-btn2 {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    padding: 0 32px;
    line-height: 50px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.table-header h4 {
    font-family: poppins, sans-serif;
    color: #fff;
    font-weight: 600;
    padding: 40px 0 15px;
    text-align: left;
    font-size: 20px
}

.custom-lists li {
    padding: 5px 0 5px 21px;
    position: relative;
    line-height: 16px;
    font-size: 14px;
    color: #fff;
    font-weight: 300
}

.custom-lists li i {
    font-size: 10px;
    margin-left: -15px;
    position: relative;
    left: -8px;
}

.bg-transparent-glass {
    border-radius: 20px;
    backdrop-filter: blur(10px);
    background: rgb(255 255 255/10%)
}

html .pt70 {
    padding-top: 70px
}

html .pb70 {
    padding-bottom: 70px
}

.list-ul li:before {
    font-family: "font awesome 5";
    font-weight: 700;
    position: absolute;
    left: 0;
    font-size: 10px
}

.combo-pricing-table .niwaxpricingbox {
    border-radius: 10px;
}

.shadow {
    -webkit-box-shadow: 0 10px 15px 0 rgb(3 35 68/7%) !important;
    box-shadow: 0 10px 15px 0 rgb(0 23 46/7%) !important;
}

.combo-pricingheader {
    padding: 30px;
    background-repeat: no-repeat;
    background-position: 93% 34%;
    background-size: 42px
}

.niwaxpricingbox.shadow.reco.selected-itm h2 {
    color: #fff
}

.combo-pricingheader h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700
}

.combo-pricingheader p {
    color: #fff
}

.combo-pricingrate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 0 35px 30px
}

.combo-pricingrate .pricevalue h2 {
    font-size: 65px;
    line-height: 80px;
    letter-spacing: -5px;
    font-weight: 600
}

.niwaxpricingbox.shadow.reco.selected-itm h2 {
    color: #fff
}

.niwaxpricingbox.shadow.reco.selected-itm del {
    letter-spacing: 0
}

.combo-pricingrate .pricevalue h2 del {
    font-size: 35px
}

.combo-priceoffer {
    clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 15% 100%, 0% 50%, 15% 0%);
    background-image: linear-gradient(to bottom, #ff235c, #ff4164, #ff566c, #ff6775, #ff777e);
    text-align: center;
    width: 131px;
    position: absolute;
    top: 26%;
    padding: 13px;
    right: 0
}

.combo-priceoffer h2 {
    font-size: 18px;
    line-height: 25px;
    color: #fff
}

.combo-pricingoffers {
    margin: 0 25px
}

.combo-pricingoffers p {
    font-size: 18px
}

.combo-pricingrate .pricevalue h2 del {
    font-size: 35px
}

.reco .combo-pricingheader {
    background-color: #ffffff24
}

.combo-background {
    position: relative
}

.min-ft p {
    color: #fff
}

.cta-img.new img {
    margin-top: -35px
}

.no-dis {
    display: none !important
}

.align-items__center {
    align-items: center;
}

.modal .modal-header h5 {
    color: #3e3e3e;
    font-size: 20px;
}

.modal .modal-body {
    padding: 25px 30px 15px;
}

.contact-form-block {
    padding-bottom: 100px;
}

.hide {
    display: none;
}

.form-group {
    position: relative;
}

.form-group .iti {
    position: absolute;
    top: 43px;
    left: 16px;
}

.form-group input[type="tel"] {
    padding-left: 50px;
}

.input-field {
    position: relative;
}

.input-field .iti {
    position: absolute;
    top: 14px;
    left: 0;
}

.input-field input[type="tel"] {
    padding-left: 50px;
}

.techs img {
    padding: 0 0 0 0px;
}

.modal-footer .btn-primary {
    background-color: #dc4242;
    border-color: #dc4242;
}

.modal .modal-body .form-group small {
    margin: 5px 0px 0px;
    font-size: 13px;
    color: #4b4b4b;
}

.modal .modal-body .form-group label {
    margin: 0px 0px 10px;
    color: #4b4b4b;
    font-size: 15px;
}


/* POST COMMENT SECTION */

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="datetime-local"],
.form-group select,
.form-group textarea {
    width: 100%;
    border: 0;
    border: 1px solid #3A3F50;
    color: rgba(27, 27, 27, 1);
    font-size: 15px;
    background-color: inherit;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 4px;
    padding: 5px 10px;
}

.form-group input[type="tel"] {
    padding-left: 50px;
}

.form-group textarea {
    height: 117px;
    line-height: inherit;
}

.form-group {
    margin: 0 0 20px;
}

.form-group label span {
    color: red;
}

.form-group input[type="text"]:focus,
.form-group textarea:focus {
    background-color: inherit;
    outline: none;
}

.modal .modal-body .response .success {
    color: rgb(27, 95, 99);
}

@media only screen and (max-width: 600px) {
    .seperator-cb .main-seperator .contact-items .col-md-3 {
        margin: 20px 0px;
    }

    .bg-position {
        background-image: none;
    }

    .slick-prev {
        display: none !important;
    }

    .slick-next {
        display: none !important;
    }

    .combo-chat-now {
        margin-top: 20px;
    }

    .combo-pricing-table {
        margin-top: 40px;
    }

    .cases .slick-slide {
        margin-top: 0px;
    }

    .cases .slick-slide div {
        height: auto;
    }

    .cases .slick-slide div img {
        height: auto;
    }

    .cases .slick-slide.slick-center {
        margin-top: 0px;
    }

    .cases .slick-slide.slick-center div {
        height: auto;
    }

    .cases .slick-slide.slick-center div img {
        height: auto;
    }

    .seperator-cb .padding-tb40 {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .seperator-cb .padding-tb40 h1 {
        margin: 0;
    }

    .seperator-cb .main-banner-text.title-hd {
        margin-bottom: 0px;
    }
}

/* Custom CSS For Chekboxes */
.custom-checkbox {
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    width: 100%;
    line-height: 20px;
}

.custom-checkbox input {
    margin-right: 5px;
}

.custom-checkbox-required {
    position: relative;
}

.custom-checkbox-required input {
    width: unset !important;
}

label#consent-error {
    position: absolute;
    bottom: -25px;
    left: 0;
}

label#consent-contact-error {
    position: absolute;
    bottom: -25px;
    left: 0;
}

.opt-text {
    font-size: 12px !important;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
}

.opt-text-contact {
    font-size: 12px !important;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: left;
    color: #d3d3d3;
}

#contactForm .custom-checkbox {
    color: #d3d3d3;
    line-height: 20px;
}

@media screen and (max-width: 767px) {
    .custom-checkbox {
        padding: 5px 0px;
    }

    .opt-text-contact {
        text-align: center;
    }
}