/*	General Settings
/*====================================================================*/
html {
    width: 100%;
    height: 100%;
    font-size: 16px;
	background-color: #ffffff;
	color: #202125;
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	margin: 0;
	overflow-x: hidden !important;
}
body {
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #202125;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
::-moz-selection { background:rgba(0, 0, 0, .2); }
::selection { background:rgba(0, 0, 0, .2); }

/*	Container
/*====================================================================*/
.main-container {
    margin: 0 auto;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    display: table;
    width: 100%;
}
@media screen and (min-width: 1600px) {
    .main-container {
        max-width: 1640px !important;
    }
}
@media screen and (min-width: 1400px) and (max-width: 1599px) and (min-resolution: 120dpi) {
    .main-container {
        max-width: 94vw !important;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
    .main-container {
        max-width: 96vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .main-container {
        max-width: 98vw !important;
    }
}
@media screen and (max-width: 991px) {
    header .header-inner p.nav-page {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    .main-container {
        max-width: 98vw !important;
    }
}

section:not(.testimonials-sec-sm) {
    position: relative;
	float: left;
	width: 100%;
	height: 100vh;
}

section.testimonials-sec {
    position: relative;
	float: left;
	width: 100%;  
}

/*	Text Styles
/*====================================================================*/
h1, h2, h3, h4, h5, h6 { 
    font-family: 'Titillium Web', sans-serif; 
	margin: 0px 0px 20px;
	font-weight: 600;
	color:#202125;
	text-transform: capitalize;
}
h1 { font-size: 85px; line-height: 75px; }	
h2 { font-size: 50px; line-height: 50px; }	
h3 { font-size: 30px; line-height: 30px; }	
h4 { font-size: 25px; line-height: 25px; }	
h5 { font-size: 21px; line-height: 21px; }	
h6 { font-size: 16px; line-height: 16px; }

p { 
	font-family: 'Source Sans Pro', sans-serif;
	color: #202125;
	margin: 0px 0px 20px 0px;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}
ul {
	margin: 0px 0px 30px;
	padding: 0px;
	list-style: none;
}
.single-post .post-wrapper ul {
	margin: 0px 0px 30px;
	padding: 0 0 0 25px;
    list-style: initial;
}

li {
	color: #202125;
	margin: 0px 0px 10px 0px;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}	

/*@media (max-width: 575px){*/
/*	h1 { font-size: 38px !important; line-height: 40px !important; }*/
/*	h2 { font-size: 28px !important; line-height: 30px !important; }*/
/*	h3 { font-size: 24px !important; line-height: 28px !important; }*/
/*	h4 { font-size: 18px !important; line-height: 23px !important; }*/
/*    p, a, li {*/
/*        font-size: 15px;*/
/*        line-height: 19px;*/
/*    }*/
/*}*/
@media (max-width: 767px){
	h1 { font-size: 40px !important; line-height: 42px !important; }
	h2 { font-size: 30px !important; line-height: 32px !important; }
	h3 { font-size: 26px !important; line-height: 28px !important; }
	h4 { font-size: 20px !important; line-height: 24px !important; }
    p, a, li {
        font-size: 16px;
        line-height: 21px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
	h1 { font-size: 48px !important; line-height: 50px !important; }
	h2 { font-size: 38px !important; line-height: 40px !important; }
	h3 { font-size: 32px !important; line-height: 36px !important; }
	h4 { font-size: 22px !important; line-height: 26px !important; }
	p, a, li {
        font-size: 16px;
        line-height: 22px;
    }
}
@media (min-width: 992px) and (max-width: 1399px) {
	h1 { font-size: 46px !important; line-height: 48px !important; }
	h2 { font-size: 35px !important; line-height: 38px !important; }
	h3 { font-size: 30px !important; line-height: 34px !important; }
	h4 { font-size: 20px !important; line-height: 24px !important; }
	p, a, li {
        font-size: 18px;
        line-height: 23px;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1600px) {
    h1 { font-size: 50px !important; line-height: 52px !important; }
    h2 { font-size: 38px !important; line-height: 40px !important; }
    h3 { font-size: 32px !important; line-height: 34px !important; }
    h4 { font-size: 26px !important; line-height: 28px !important; }
    p, a, li {
        font-size: 18px;
        line-height: 24px;
    }
}

/*	Color Styles
/*====================================================================*/
.white { color: #ffffff; }
.black { color: #202125; }
.red { color: #F05153; }

.center { text-align: center; }

.light { font-weight: 300 !important; }
.normal { font-weight: 400 !important; }
.semibold { font-weight: 600 !important; }
.bold { font-weight: 700 !important; }

.italic { font-style: italic; }

/*	Button Styles
/*====================================================================*/
a.main-button {
	font-family: 'Source Sans Pro', sans-serif;
	display: inline-block;
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
	text-transform: uppercase;	
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: 0px;
	border-radius: 0px; 
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px;
}
a.cm-button {
	font-family: 'Source Sans Pro', sans-serif;
	display: inline-block;
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
	text-transform: uppercase;	
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: 2px solid #fff;
	border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%; 
}

/*	Other Elements
/*====================================================================*/
ul.custom-list {
    padding-left: 20px;
}
ul.custom-list li {
    font-weight: 400;
    list-style: disc;
}
ul.custom-list li::marker {
    color: #F05153;
}
.fa-facebook-f:before {
    content: "\f39e" !important;
}

/*	Header
/*====================================================================*/
header {
    position: absolute;
    width: 100%;
	padding: 50px 0;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}
header .header-inner {
    position: relative;
    z-index: 1;
}
.wp header .header-inner,
.disable-fp header .header-inner {
    z-index: 999;
}
header .header-inner .navbar-brand {
    display: inline-block;
    max-width: fit-content;
    float: left;
    pointer-events: none;
}
.wp header .header-inner .navbar-brand,
.disable-fp header .header-inner .navbar-brand {
    pointer-events: all;
    z-index: 9999999999;
    position: relative;
}
.wp header .header-inner .navbar-brand img,
.disable-fp header .header-inner .navbar-brand img {
    height: 80px;
}
.no-wp header .header-inner .navbar-brand img,
.disable-fp header .header-inner .navbar-brand img {
    width: auto;
    height: 80px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transform: translateY(-100px);
    opacity: 0;
}
@keyframes showlogo {
  from {opacity: 0;}
  to {opacity: 1;}
}
.no-wp body.open:not(.fp-viewing-0) header .header-inner .navbar-brand img {
    transform: none;
    /*opacity: 1;*/
    animation: showlogo .5s forwards ease;
    -webkit-animation: showlogo .5s forwards ease;
    animation-delay: .75s;
    -webkit-animation-delay: .75s;
    z-index: 999;
    position: relative;
}
header .header-inner .navigation button.menu-toggle {
    background-color: transparent;
    position: absolute;
    z-index: 101;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    border: none;
    width: 33px;
    height: 23px;
    outline: none;
    transition: opacity 0.2s ease-out, all 0.5s ease;
    -webkit-transition: opacity 0.2s ease-out, all 0.5s ease;
}
header .header-inner .navigation button.menu-toggle:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to bottom, #fff, #fff 15%, transparent 20%, transparent 40%, #fff 45%, #fff 60%, transparent 60%, transparent 80%, #fff 85%, #fff 100%);
    transition: opacity 0.2s ease-out, width 0.2s 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out, width 0.2s 0.2s ease-out;
}
header .header-inner .navigation button.menu-toggle:after {
    opacity: 0;
    content: "×";
    color: white;
    position: absolute;
    top: 12px;
    left: -4px;
    font-family: Arial, sans-serif;
    font-size: 60px;
    line-height: 0;
    transition: opacity 0.4s ease-out;
    -webkit-transition: opacity 0.4s ease-out;
}
.no-wp .fp-viewing-0 header .header-inner .navbar-brand {
    pointer-events: all;
}

.no-wp .fp-viewing-0 header .header-inner .navbar-brand img {
    opacity: 1;
    transform: translateY(0px);
    z-index: 99999;
    position: relative
}
.move-up, 
.move-down {
    padding: 15px;
    text-align: center;
}
.move-up i, 
.move-down i {
    transition: all .3s ease;
    font-size: 55px;
    line-height: 55px;
    color: #888;
}
.move-up i:hover, 
.move-down i:hover {
    transition: all .3s ease;
    cursor: pointer;
    color: #000;
    transform: scale(1.1);
}
.nofp-wrapper {
    overflow: hidden;
}

/*	Custom Navbar Page Title for each page
/*====================================================================*/
header .header-inner p.nav-page {
    margin: 0;
    position: absolute;
    right: 75px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
header .header-inner p.nav-page:before {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 55px;
    text-transform: uppercase;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.clients header .header-inner p.nav-page:before {
    content: "CLIENTS";
}
.about header .header-inner p.nav-page:before {
    content: "ABOUT";
}
.careers header .header-inner p.nav-page:before {
    content: "CAREERS";
}
.services header .header-inner p.nav-page:before, 
.service header .header-inner p.nav-page:before {
    content: "SERVICES";
}
.contact header .header-inner p.nav-page:before {
    content: "CONTACT US";
}
.blog header .header-inner p.nav-page:before,
.single-post header .header-inner p.nav-page:before {
    content: "NEWS & INSIGHTS";
}

/*	Main Menu
/*====================================================================*/
.wp .open {
    position: fixed;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}
.open header .header-inner .navigation.open button.menu-toggle {
    opacity: 1;
}
.open header .header-inner .navigation button.menu-toggle:before {
    opacity: 0;
    width: 0;
}
.open header .header-inner .navigation button.menu-toggle:after {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(360deg);
    -webkit-transform: translate3d(0, 0, 0) rotate(360deg);
    transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out;
    -webkit-transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out;
}
nav {
    z-index: 100;
    position: fixed;
    top: -100%;
    display: flex;
    align-items: center;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    overflow: hidden;
}
nav:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #171717;
    width: 100%;
    /*height: 0;*/
    padding-bottom: 100%;
    border-radius: 0;
    -webkit-transform: scale(0.04), translateY(9999px);
    transform: scale(0.04), translateY(9999px);
    overflow: hidden;
}
.open nav {
    top: 0;
}
.open nav:before {
  -webkit-animation: menu-animation 0.8s ease-out forwards;
          animation: menu-animation 0.8s ease-out forwards;
}
.open header .header-inner .navigation button {
    filter: none !important;
}
ul.menu {
    width: 70vw;
    margin: 0 auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000;
    color: white;
}
@media screen and (min-width: 1399px) {
    ul.menu {
        transform: translateY(50px);
    }
}
ul.menu li {
    opacity: 0;
    text-align: center;
    transform: translate3d(0, 36px, 0);
}
ul.menu li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    left: auto;
    background-color: white;
    height: 100%;
    width: 0;
    overflow: hidden;
    transition: width 0.2s ease;
    -webkit-transition: width 0.2s ease;
}
ul.menu li:after {
    opacity: 0;
    content: attr(data-text);
    position: absolute;
    top: -7px;
    right: 0;
    bottom: 0;
    left: 0;
    width: max-content;
    color: #000;
    overflow: hidden;
    transform: translate(-24px, 6px);
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
    -webkit-transition: transform 0.1s ease-out, opacity 0.1s ease-out;
}
ul.menu li:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}
ul.menu li:hover:after {
  opacity: 1;
  padding: 0 20px;
  transform: translate(0px, 6px);
  transition: transform 0.2s 0.14s ease-out, opacity 0.2s 0.14s ease-out;
  -webkit-transition: transform 0.2s 0.14s ease-out, opacity 0.2s 0.14s ease-out;
}
.open ul.menu li {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    font-size: 72px;
    font-weight: 600;
    line-height: 75px;
    text-align: left;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif; 
}
.open ul.menu li a {
    color: #fff;
    text-decoration: none;
    z-index: 1;
    position: relative;
}
.open ul.menu li:hover a {
    opacity: 0;
}
.open ul.menu li:nth-child(1) {
  transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
}
.open ul.menu li:nth-child(2) {
  transition-delay: 0.85s;
  -webkit-transition-delay: 0.85s;
}
.open ul.menu li:nth-child(3) {
  transition-delay: 0.95s;
  -webkit-transition-delay: 0.95s;
}
.open ul.menu li:nth-child(4) {
  transition-delay: 1.05s;
  -webkit-transition-delay: 1.05s;
}
.open ul.menu li:nth-child(5) {
  transition-delay: 1.15s;
  -webkit-transition-delay: 1.15s;
}
.open ul.menu li:nth-child(6) {
  transition-delay: 1.25s;
  -webkit-transition-delay: 1.25s;
}
.open ul.menu li:nth-child(7) {
  transition-delay: 1.35s;
  -webkit-transition-delay: 1.35s;
}

@-webkit-keyframes menu-animation {
  0% {
    opacity: 0;
    transform: scale(0.04) translateY(300%);
  }
  40% {
    transform: scale(0.04) translateY(0);
    transition: ease-out;
    -webkit-transition: ease-out;
  }
  40% {
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    transform: scale(0.02) translateY(0px);
  }
  61% {
    transform: scale(0.04);
  }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}
@keyframes menu-animation {
  0% {
    opacity: 0;
    transform: scale(0.04) translateY(300%);
  }
  40% {
    transform: scale(0.04) translateY(0);
    transition: ease-out;
    -webkit-transition: ease-out;
  }
  40% {
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    transform: scale(0.02) translateY(0px);
  }
  61% {
    transform: scale(0.04);
  }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}
/*	Helper Classes
/*====================================================================*/
.adj-header {
    transform: translateY(50px);
}
.flex-center {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.c-p {
    display: table;
    width: 100%;
}
.c-c {
    display: table-cell;
    vertical-align: middle;
}
.b-c {
    display: table-cell;
    vertical-align: bottom;
}
/*.show-mobile {*/
/*    display: none;*/
/*}*/
.cover-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}
.contain-img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}
.owl-nav {
    display: none;
}
.owl-dots button {
    background-color: rgba(240, 81, 83, 0.5);
    height: 10px;
    width: 10px;
    border: 1px solid transparent;
    border-radius: 50%;
    outline: none;
    margin: 30px 10px 0 0;
    display: inline-block;
    padding: 0;
}
.owl-dots button.active {
    background-color: #F05153;
    height: 18px;
    width: 18px;
}
.owl-item {
    float: left;
}
.fp-viewing-0 .scroll-to-top {
    opacity: 0;
    bottom: -50px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.scroll-to-top {
    position: fixed;
    height: 50px;
    width: 50px;
    right: 25px;
    bottom: 25px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    opacity: 0;
    background-color: rgba(240, 81, 83, 0.5);
    border-radius: 50%;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fp-viewing-1 .scroll-to-top,
.fp-viewing-2 .scroll-to-top, 
.fp-viewing-3 .scroll-to-top, 
.fp-viewing-4 .scroll-to-top, 
.fp-viewing-5 .scroll-to-top, 
.fp-viewing-6 .scroll-to-top, 
.fp-viewing-7 .scroll-to-top, 
.fp-viewing-8 .scroll-to-top, 
.fp-viewing-9 .scroll-to-top, 
.fp-viewing-10 .scroll-to-top,
.fp-viewing-11 .scroll-to-top, 
.fp-viewing-12 .scroll-to-top {
    opacity: 1;
}
.scroll-to-top:hover {
    cursor: pointer;
}
.scroll-to-top i {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    -webkit-text-stroke: 1px;
}
.wp .scroll-to-top {
    display: none;
}
.page-title h1 {
    color: #fff;
}
.page-subtitle-b h2 {
    color: #fff;
    margin-top: 35px;
}
.page-subtitle p {
    color: #fff;
    font-size: 26px;
    line-height: 32px;
    margin-top: 25px;
}
.page-subtitle-b p {
    color: #000;
    font-size: 22px;
    line-height: 28px;
    margin-top: 25px;
}
.sec-heading h2 {
    color: #171717;
    font-weight: 900;
    text-transform: uppercase;
}
.sec-subheading p {
    color: #171717;
    font-size: 26px;
    line-height: 35px;
}
.sec-content p, .sec-content li {
    color: #171717;
    font-size: 20px;
    line-height: 24px;
}
.sec-content-w p, .sec-content-w li {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
}
.sec-heading-w h2 {
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
}
.sec-subheading-w p {
    color: #fff;
    font-size: 26px;
    line-height: 35px;
}
.contact-btn-w a {
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid #fff;
    display: block;
    max-width: fit-content;
    padding: 15px 25px;
    text-decoration: none;
    z-index: 0;
}
.contact-btn-w a:after {
    content: "\f054";
    font-family: 'fontawesome';
    font-size: 20px;
    font-weight: 700;
    padding-left: 35px;
}
.contact-btn-w a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: #fff;
    transition: transform .3s;
    -webkit-transition: transform .3s;
}
.contact-btn-w a:hover {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    color: #F05153;
}
.contact-btn-w a::before {
    transform-origin: left top;
    -webkit-transform-origin: left top;
    transform: scale(0, 1);
}
.contact-btn-w a:hover::before {
    transform-origin: left top;
    -webkit-transform-origin: left top;
    transform: scale(1, 1);
}
.contact-btn-r a {
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    color: #F05153;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid #F05153;
    display: block;
    max-width: fit-content;
    padding: 15px 25px;
    text-decoration: none;
    z-index: 0;
}
.contact-btn-r a:after {
    content: "\f054";
    font-family: 'fontawesome';
    font-size: 20px;
    font-weight: 700;
    padding-left: 35px;
}
.contact-btn-r a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: #F05153;
    transition: transform .3s;
    -webkit-transition: transform .3s;
}
.contact-btn-r a:hover {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    color: #fff;
}
.contact-btn-r a::before {
    transform-origin: left top;
    -webkit-transform-origin: left top;
    transform: scale(0, 1);
}
.contact-btn-r a:hover::before {
    transform-origin: left top;
    -webkit-transform-origin: left top;
    transform: scale(1, 1);
}

/*	Main Content
/*====================================================================*/
.vs .video {
    background-color: #202125;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.full-height {
    height: 100%;
}
@media screen and (max-width: 991px) {
   .half-mobile {
        height: 50vh !important;
    } 
}
.home .top-sec {
    background-color: #F05153;
}
.home .top-sec .talk-btn {
    margin-top: 85px;
}
.strategies-sec .sec-subheading p {
    margin-bottom: 10px;
}
.strategies-sec .feature-list p {
    font-weight: 600;
}
.strategies-sec .feature-list ul {
    margin: 0;
}
.strategies-sec .feature-list ul li {
    position: relative;
    padding-left: 30px;
    font-weight: 900;
    text-transform: uppercase;
    color: rgba(240, 81, 83, 0.2);
    text-shadow: 1px 0 rgba(240, 81, 83, 0.2);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    font-size: 22px;
    line-height: 28px;
    margin: 8px 0;
}
.strategies-sec .feature-list ul li:before {
    content: "\f054";
    opacity: 0;
    font-family: 'fontawesome';
    color: #000;
    font-size: 24px;
    -webkit-text-stroke: 5px #000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.strategies-sec .feature-list ul li:hover {
    cursor: default;
    font-family: 'Titillium Web', sans-serif; 
    color: rgba(240, 81, 83, 1);
    transform: scaleY(1.15);
}
.strategies-sec .feature-list ul li:hover:before {
    opacity: 1;
}
.our-services-sec h3.text-center.serv-title {
    font-size: 40px;
    line-height: 40px;
    max-width: 1000px;
    margin: 0 auto 10px;
}
.services-sec .services-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.services-sec .services-inner .hp-services-slider {
    overflow: hidden;
    padding: 40px 0;
}
.services-sec .services-inner .hp-services-slider .owl-item .item {
    width: 100%;
}
.services-sec .services-inner .hp-services-slider .owl-item.lastActiveItem .item .sb-front {
    background-color: rgba(23, 23, 23, 0.1);
    border: none;
}
.services-sec .services-inner .hp-services-slider .owl-item.lastActiveItem .item .sb-back {
    display: none;
}
.services-sec .services-inner .hp-services-slider .owl-item.lastActiveItem .item:hover .service-box,
.services-sec .services-inner .hp-services-slider .owl-item.lastActiveItem .item:focus .service-box {
    transform: none;
}
.services-sec .services-inner .hp-services-slider .owl-item.lastActiveItem .item:hover .sb-button,
.services-sec .services-inner .hp-services-slider .owl-item.lastActiveItem .item:focus .sb-button {
    transition: none;
    -webkit-transition: none;
    transform: none;
    opacity: 0;
}
.services-sec .services-inner .hp-services-slider .owl-item .item {
    float: left;
    position: relative;
}
.services-sec .services-inner .hp-services-slider .owl-item .item .service-box {
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
.services-sec .services-inner .hp-services-slider .owl-item .item:focus {
    outline: 0;
}
.services-sec .services-inner .hp-services-slider .owl-item .item:hover .service-box,
.services-sec .services-inner .hp-services-slider .owl-item .item:focus .service-box {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
.services-sec .services-inner .hp-services-slider .owl-item .item:hover .sb-button,
.services-sec .services-inner .hp-services-slider .owl-item .item:focus .sb-button {
    transition: transform .5s, opacity .4s;
    -webkit-transition: transform .5s, opacity .4s;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    opacity: 1;
}
.services-sec .services-inner .hp-services-slider .owl-item .item .sb-button {
    transition: all .3s;
    -webkit-transition: all .3s;
    max-width: fit-content;
    text-align: center;
    position: absolute;
    top: -35px;
    opacity: 0;
    left: 45px;
    z-index: 999;
}
.services-sec .services-inner .hp-services-slider .owl-item .item .sb-button a {
    background-color: #F05153;
    padding: 20px;
    width: 75px;
    height: 75px;
    display: block;
    border-radius: 50%;
    text-decoration: none;
}
.services-sec .services-inner .hp-services-slider .owl-item .item .sb-button i {
    color: #fff;
    font-size: 33px;
    line-height: 35px;
    font-weight: 700;
    -webkit-text-stroke: 3px #fff;
}
.services-sec .services-inner .hp-services-slider .service-box .sb-img {
    text-align: right;
}
.services-sec .services-inner .hp-services-slider .service-box .sb-img img {
    width: auto;
    max-height: 155px;
}
.services-sec .services-inner .hp-services-slider .service-box .sb-title h3 {
    font-size: 42px;
    line-height: 38px;
    font-weight: 900;
    color: #fff;
    max-width: 85%;
    margin: 0;
    text-transform: uppercase;
}
.services-sec .services-inner .hp-services-slider .owl-item .item .sb-front {
    position: relative;
    border: 3px solid #F05153;
    background-color: #F05153;
    min-height: 500px;
    z-index: 2;
    padding: 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.services-sec .services-inner .hp-services-slider .owl-item .item .sb-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    z-index: 1;
    border: 5px solid #F05153;
    padding: 45px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.services-sec .services-inner .hp-services-slider .owl-item .item .sb-back .sb-desc p {
    color: #171717;
    font-size: 18px;
    line-height: 28px;
}
.services-sec .services-inner .hp-services-slider .owl-item .item .sb-back .sb-title.sb-back-title {
    padding-top: 45px;
}
.services-sec .services-inner .hp-services-slider .owl-item .item .sb-back .sb-title.sb-back-title h3 {
    color: #F05153;
}
.services-sec .services-inner .hp-services-slider .owl-item .item {
    width: 97%;
}
.info-sec .c-logo {
    background-color: #F05153;
}
.info-sec .c-logo img {
    height: 400px;
}
.info-sec .info-list {
    margin: 30px 0 15px 0;
}
.info-sec .info-list .info-list-row {
    background-color: rgba(23, 23, 23, 0.05);
    margin-bottom: 3px;
    padding: 15px 25px;
}
.info-sec .info-list .info-list-row .info-num {
    font-family: 'Titillium Web', sans-serif; 
    font-size: 45px;
    line-height: 45px;
    font-weight: 900;
    color: rgba(23, 23, 23, 0.65);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-sec .info-list .info-list-row .info-desc {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.info-sec .info-list .info-list-row .info-desc p {
    color: #171717;
    margin: 0;
    font-size: 25px;
    line-height: 27px;
    font-weight: 600;
}
.clients-sec {
    background-color: rgba(23, 23, 23, 0.05);
}
.clients-sec h4 {
    font-size: 32px;
    line-height: 36px;
}
.clients-sec .clients-sec-inner {
    padding: 0;
}
.clients-sec .clients-sec-inner .client img {
    /*transition: all .5s ease;*/
    max-height: 130px;
    filter: grayscale(1);
}
.clients-sec .clients-sec-inner .client:hover > img {
    /*transition: all .5s ease;*/
    /*transform: scale(1.2);*/
    /*filter: grayscale(0);*/
}
.ci-row p, .ci-row a {
    font-size: 24px;
    line-height: 32px;
}
.testimonials-sec .testimonials-sec-inner {
    padding: 0;
}
.testimonials-sec .testimonials-sec-inner .testimonials-grid {
    max-width: 100% !important;
    overflow-x: hidden;
    display: table;
}
.testimonials-sec .testimonials-sec-inner .testimonials-grid .sk-ww-google-reviews-items,
.testimonials-sec .testimonials-sec-inner .testimonials-grid .sk-ww-google-reviews-items .sk_reviews_grid {
    max-width: 100% !important;
    overflow-x: hidden !important;
    width: 100% !important;
}
.testimonials-sec .fp-tableCell {
    overflow-y: scroll;
}
/* Careers */
.careers .careers-sec {
    height: unset !important;
}
.careers .careers-sec .contact-btn-w a {
    color: #F05153;
    border-color: #F05153;
}
.careers .careers-sec .contact-btn-w a::before {
    background: #F05153;
}
.careers .careers-sec .contact-btn-w a:hover {
    color: #fff;
}
.careers .careers-sec .accordion-button::after {
    transform: none;
}
.careers .careers-sec .accordion-button[aria-expanded="false"]::after {
    transform: none;
}
.careers .careers-sec .accordion-button[aria-expanded="true"]::after {
    transform: rotate(180deg);
}
.careers .top-sec {
    background-color: #000;
}
.careers .top-sec .talk-btn {
    margin-top: 55px;
}
.careers .top-sec .talk-btn a:hover {
    color: #000;
}
.careers .accordion-item button.accordion-button {
    color: #F05153;
    background-color: #f2f2f2 !important;
    outline: 0;
    font-size: 22px;
    border: none !important;
}
.careers .accordion-item button.accordion-button:focus:not(:focus-visible) {
    outline: 0 !important;
    box-shadow: none;
}
.careers .accordion-item button.accordion-button:not(.collapsed)::after {
    filter: grayscale(1);
}
.careers .accordion-item li {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    text-decoration: none;
}
.careers .accordion-item ul li { 
    list-style: none;
    font-size: 18px;
    line-height: 22px;
    list-style-position: inside;
    padding: 0px 0px 7px 25px;
    text-indent: -15px;
    /*font-weight: 300;*/
    color: #171717;
    margin:0;
}       
.careers .accordion-item ul li:before {
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 7px;
    line-height: 7px;
    position: relative;
    color: #F05153;
    top: -2px;
    margin: 0px 10px 0px 0px;
}
.careers .accordion-item  p.sub-car {
    margin: 0 0 5px;
}
/* About Us */
.about .top-sec {
    background-color: #000;
}
.about .top-sec .talk-btn {
    margin-top: 55px;
}
.about .top-sec .talk-btn a:hover {
    color: #000;
}
.specialize-sec .specialize-content {
    margin-top: 45px;
}
.specialize-sec .specialize-content h3 {
    position: relative;
    color: rgba(240, 81, 83, 1);
    font-size: 40px;
    line-height: 38px;
}
.specialize-sec .specialize-content h3:before {
    content: "\f054";
    font-family: 'fontawesome';
    color: #000;
    font-size: 30px;
    -webkit-text-stroke: 6px #000;
    position: absolute;
    left: -45px;
}
.team-sec .team-box {
    padding: 65px 85px;
    background-color: #F05153;
}
.team-sec .team-box .team-box-bottom p {
    color: #fff;
    font-size: 20px;
    margin: 15px 0 0 0;
}

/* Our Services */
.services .top-sec {
    background-color: #F05153;
}
.our-services-sec .sb-outer {
    padding: 8px;
}
.our-services-sec .services-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.our-services-sec .services-inner {
    overflow: hidden;
    padding: 40px 0;
    height: 100vh;
}
.our-services-sec .services-inner .service-box-wrapper .sb-front {
    background-color: #fff;
    border: 1px solid #000 !important;
}
.our-services-sec .services-inner .service-box-wrapper .sb-back {
    display: none;
}
.our-services-sec .services-inner:hover .service-box,
.our-services-sec .services-inner:focus .service-box {
    transform: none;
}
.our-services-sec .services-inner:hover .sb-button,
.our-services-sec .services-inner:focus .sb-button {
    transition: none;
    -webkit-transition: none;
    transform: none;
    opacity: 0;
}
.our-services-sec .service-box-wrapper {
    width: 100%;
    float: left;
    position: relative;
}
.our-services-sec .service-box-wrapper .service-box {
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
.our-services-sec .service-box-wrapper:focus {
    outline: 0;
}
.our-services-sec .service-box-wrapper:hover .service-box,
.our-services-sec .service-box-wrapper:focus .service-box {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}
.our-services-sec .service-box-wrapper:hover .read-more,
.our-services-sec .service-box-wrapper:focus .read-more {
    transition: transform .5s, opacity .4s;
    -webkit-transition: transform .5s, opacity .4s;
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    opacity: 1;
}
.our-services-sec .service-box-wrapper .service-box .sb-img {
    text-align: center;
}
.our-services-sec .service-box-wrapper .service-box .sb-img img {
    width: auto;
    max-height: 100px;
}
.our-services-sec .service-box-wrapper .service-box .sb-title h4 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 900;
    color: #000;
    margin: 0;
    text-transform: uppercase;
}
.our-services-sec .service-box-wrapper .sb-front .sb-title h4 {
    text-align: center;
}
.our-services-sec .service-box-wrapper .sb-front {
    position: relative;
    border: 3px solid #000;
    background-color: #000;
    min-height: 230px;
    z-index: 2;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.our-services-sec .services-inner .service-box-wrapper .sb-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    z-index: 1;
    background-color: #F05153;
    border: 5px solid #F05153;
    padding: 25px;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.our-services-sec .service-box-wrapper .sb-back .sb-desc p {
    color: #fff;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 15px;
}
.our-services-sec .service-box-wrapper .sb-back .sb-title.sb-back-title {
    padding-bottom: 10px;
}
.our-services-sec .service-box-wrapper .sb-back .sb-title.sb-back-title h4 {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}
.our-services-sec .service-box-wrapper .read-more {
    opacity: 0;
    position: absolute;
    bottom: 25px;
    left: 30px;
    z-index: 3;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}
.our-services-sec .service-box-wrapper .read-more a {
    font-size: 14px;
    line-height: 18px;
    padding: 7px 10px;
}
.our-services-sec .service-box-wrapper .read-more a:after {
    font-size: 11px;
    -webkit-text-stroke: 1px;
    padding-left: 12px;
}

/* Single Service */
.service .top-sec {
    background-color: #F05153;
}
.service .top-sec .talk-btn {
    margin-top: 45px;
}
.service p.last {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

/* Clients */
.clients .top-sec {
    background-color: #000;
}
.clients .top-sec .talk-btn {
    margin-top: 55px;
}
.clients .top-sec .talk-btn a:hover {
    color: #000;
}
.clients .clients-sec-lg {
    overflow: auto !important;
}
.clients .clients-sec.clients-sec-lg .clients-sec-inner {
    height: unset;
    position: relative;
    padding: 250px 0 150px 0
}
.clients .clients-sec.clients-sec-lg .go-up:hover, 
.clients .clients-sec.clients-sec-lg .go-down:hover {
    cursor: pointer;
}
.clients .clients-sec.clients-sec-lg .go-up {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
    font-size: 45px;
    -webkit-text-stroke: 2px;
}
.clients .clients-sec.clients-sec-lg .go-down {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    font-size: 45px;
    -webkit-text-stroke: 2px;
}

/* Contact Us */
.contact section.top-sec.hcont {
    background-color: #F05153;
}
.contact .top-sec {
    background-color: rgba(23, 23, 23, 0.95);
}
.contact form input::placeholder,
.contact form textarea::placeholder {
    font-weight: 400;
}
.contact form textarea {
    overflow:auto;
    resize:none;
}
.contact form input,
.contact form textarea,
.contact form input:focus,
.contact form textarea:focus {
    background-color: #171717;
    padding: 20px 30px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    border-radius: 0;
    border: none;
    color: #fff;
    box-shadow: none;
}
.contact form .iti__selected-flag {
    padding: 20px 0px 20px 30px;
}
.contact form input#phone,
.contact form input#phone:focus {
    padding-left: 75px !important;
}
.contact form input,
.contact form .iti {
    width: 100%;
    margin-bottom: 10px;
}
.contact form .btn-submit {
    margin-top: 15px;
}
.contact form .btn-submit button {
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid #fff;
    display: block;
    max-width: fit-content;
    padding: 15px 30px;
    text-decoration: none;
    z-index: 0;
}
.contact form .btn-submit button:after {
    content: "\f054";
    font-family: 'fontawesome';
    font-size: 20px;
    font-weight: 700;
    padding-left: 30px;
}
.contact form .btn-submit button::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: #fff;
    transition: transform .3s;
    -webkit-transition: transform .3s;
}
.contact form .btn-submit button:hover {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    color: rgba(23, 23, 23, 0.95);
}
.contact form .btn-submit button::before {
    transform-origin: left top;
    transform: scale(0, 1);
}
.contact form .btn-submit button:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}
.contact .contact-info .ci-row:not(:last-child) {
    border-bottom: 1px solid #fff;
}
.contact .contact-info .ci-row a {
    color: #fff;
    text-decoration: none;
}
.contact .error-message {
    display: none;
    transition: all .3s ease;
    color: red;
    padding: 0px 20px 10px 0;
}

/* News & Insights */
html body.blog,
html body.category,
html body.single-post {
    overflow: initial;
}
html body.blog .main-container, html body.category .main-container,
html body.single-post .main-container {
    justify-content: initial;
}
.page-title p {
    color: #fff;
    font-size: 22px !important;
    line-height: 26px !important;
    margin-top: 20px; 
}
.single-post .news-top,
.single-post .news-top .post-thumbnail {
    height: 60vh !important;
}
.single .post-wrapper h2 {
    font-size: 32px !important;
    line-height: 32px !important;
}
.single .post-wrapper h3 {
    font-size: 28px !important;
    line-height: 30px !important;
}
.single .post-wrapper img {
    max-width: 400px;
    margin: 0 auto;
    display: table;
    text-align: center;
    margin: 20px auto;
    height: auto;
}
.blog .news-top, .category .news-top,
.single-post .news-top {
    background-color: rgba(23, 23, 23, 0.95);
}
.single .news-top .page-title h1 {
    font-size: 65px;
    line-height: 70px;
}
.blog .news-top .post-btn, .category .news-top .post-btn {
    margin-top: 35px;
}
.blog .news-top .post-btn a:hover, .category .news-top .post-btn a:hover {
    color: #000;
}
.blog .news-top .post-thumbnail,
.single-post .news-top .post-thumbnail, .category .news-top .post-thumbnail {
    height: 100vh;
    width: 35vw;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}
.blog .news-top .post-thumbnail:after,
.single-post .news-top .post-thumbnail:after,
.category .news-top .post-thumbnail:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.blog .post-date,
.single-post .post-date,
.category .post-date {
    background-color: #F05153;
    max-width: fit-content;
    padding: 12px 25px;
    margin: 90px 0 10px 0;
}
.single-post .top-wrapper {
    position: relative;
}
.single-post .post-date {
    position: absolute;
    bottom: 0;
    left: 15px;
    margin: 0;
}
.blog .post-date p,
.single-post .post-date p,
.category .post-date p {
    color: #fff;
    margin: 0;
    font-size: 26px;
    line-height: 36px;
}
.blog .news-top .first-post .post-title h2, .category .news-top .first-post .post-title h2 {
    color: #fff;
}
.blog .news-bottom,
.single-post .post-content,
.category .news-bottom {
    height: unset !important;
    padding: 65px 0;
}
.blog .news-bottom .news-column,
.single-post .news-bottom .news-column,
.category .news-bottom .news-column {
    padding: 25px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.blog .news-bottom .news-column:hover .post-thumbnail, 
.single-post .news-bottom .news-column:hover .post-thumbnail,
.category .news-bottom .news-column:hover .post-thumbnail {
    background-size: 605px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.blog .news-bottom .news-column:hover .post-desc p,
.single-post .news-bottom .news-column:hover .post-desc p,
.category .news-bottom .news-column:hover .post-desc p {
    color: #F05153;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.blog .news-bottom .news-column a,
.single-post .news-bottom .news-column a,
.category .news-bottom .news-column a {
    text-decoration: none;
}
.blog .news-bottom .news-column .post-thumbnail,
.single-post .news-bottom .news-column .post-thumbnail,
.category .news-bottom .news-column .post-thumbnail {
    background-size: 535px;
    background-repeat: no-repeat;
    background-position: center;
    height: 450px;
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.blog .news-bottom .news-column .post-title h3,
.category .news-bottom .news-column .post-title h3 {
    font-size: 40px;
    line-height: 38px;
    margin: 50px 0 0 0;
}
.single-post .news-bottom .news-column .post-title h3 {
    font-size: 40px;
    line-height: 38px;
    margin: -20px 0 0 0;
}
.blog .news-bottom .news-column .post-desc p,
.category .news-bottom .news-column .post-desc p ,
.single-post .news-bottom .news-column .post-desc p {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.blog .news-bottom .news-column .post-date, 
.single-post .news-bottom .news-column .post-date,
.category .news-bottom .news-column .post-date {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}
.blog .news-pagination,
.category .news-pagination{
    height: unset !important;
    padding: 15px 0 60px 0;
    position: relative;
    text-align: center;
}
.blog .news-pagination a,
.category .news-pagination a {
    text-decoration: none;
}
.blog .news-pagination .arrow-pagination span,
.blog .news-pagination .arrow-pagination a.page-numbers,
.category .news-pagination .arrow-pagination span,
.category .news-pagination .arrow-pagination a.page-numbers {
    display: none;
}
.blog .news-pagination .arrow-pagination a.next.page-numbers,
.blog .news-pagination .arrow-pagination a.prev.page-numbers,
.category .news-pagination .arrow-pagination a.next.page-numbers,
.category .news-pagination .arrow-pagination a.prev.page-numbers {
    display: inline-block;
}
.blog .news-pagination .arrow-pagination a.next.page-numbers p,
.blog .news-pagination .arrow-pagination a.prev.page-numbers p,
.category .news-pagination .arrow-pagination a.next.page-numbers p,
.category .news-pagination .arrow-pagination a.prev.page-numbers p {
    font-size: 30px;
    font-weight: 900;
    -webkit-text-stroke: 5px #000;
    line-height: 70px;
    padding: 0 15px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.blog .news-pagination .arrow-pagination a.next.page-numbers:hover p,
.blog .news-pagination .arrow-pagination a.prev.page-numbers:hover p,
.category .news-pagination .arrow-pagination a.next.page-numbers:hover p,
.category .news-pagination .arrow-pagination a.prev.page-numbers:hover p {
    color: #F05153;
    -webkit-text-stroke: 5px #F05153;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.blog .news-pagination .numeric-pagination a,
.blog .news-pagination .numeric-pagination span,
.category .news-pagination .numeric-pagination a,
.category .news-pagination .numeric-pagination span {
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #000;
    padding: 0 5px;
}
.blog .news-pagination .numeric-pagination span,
.category .news-pagination .numeric-pagination span {
    color: #F05153;
}
.single-post .post-wrapper {
    height: unset !important;
    padding: 120px 0;
}
.single-post .post-wrapper h2,
.single-post .post-wrapper h3,
.single-post .post-wrapper h4,
.single-post .post-wrapper h5 {
    margin: 20px 0 5px 0;
    text-transform: uppercase;
}
.single-post .post-wrapper h2 {
    font-size: 50px;
    line-height: 50px;
}
.single-post .post-wrapper h3 {
    font-size: 40px;
    line-height: 38px;
}
.single-post .post-wrapper h4 {
    font-size: 30px;
    line-height: 35px;  
}
.single-post .post-wrapper h5 {
    font-size: 22px;
    line-height: 26px;
}
.single-post .post-wrapper p,
.single-post .post-wrapper li,
.single-post .post-wrapper em,
.single-post .post-wrapper a {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    text-decoration: none;
}
.single-post .post-wrapper li::marker {
    color: #F05153;
}
.single-post .post-wrapper a {
    color: #202125;
    text-decoration: none;
}
.single-post .news-bottom {
    padding: 80px 0;
    height: unset !important;
}

/* Footer Section */
.contact-us-section {
    background-color: #F05153;
    position: relative;
    display:table;
    width:100%;
    height: 50vh;
    z-index: 1
}
.contact-us-section .section-outer {
    margin: 0 auto;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
.contact-us-section .section-inner {
    margin: 0 auto;
    width: 100%;
    display: table;
    max-width: 1400px;
}
.contact-us-section .section-inner .section-text {
    max-width: 995px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}
.contact-us-section .section-inner .section-text h5, .contact-us-section .section-inner .section-text p {
    color: #fff!important
}
.contact-us-section .section-inner .section-text h5 {
    font-size: 40px;
    line-height: 40px;
    margin: 0;
    text-transform: uppercase;
}
.contact-us-section .section-inner .section-text h6 {
    font-size: 50px;
    line-height: 55px;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
}
.contact-us-section .section-inner .section-text p {
    color: #fff;
}
.contact-us-section .parallax-outer {
    display: table-cell;
    vertical-align: middle;
    position:relative;
}
.contact-us-section a {
    width: 145px;
    background-color: #fff;
    height: 145px;
    z-index: 99;
    border-radius: 50%;
    border: none;
    display: table;
    position: relative;
}
.contact-us-section a:hover {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    border: none;
    background-color: #fff;
}
.contact-us-section a:hover p.lets {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    color: #000;
}   
.contact-us-section p.lets {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
    color: #F05153;
    margin: 0 auto;
    position:relative;
    z-index: 99;
    display: table-cell;
    vertical-align: middle;
}
.contact-us-section .blink0,.contact-us-section .blink1 {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(#fff,#fff);
    background-size: 100% 100%;
}
.contact-us-section .blink0 {
    height: 145px;
    width: 145px;
    top: 0px;
    right: 0px;
    opacity: .3;
    -webkit-animation: gradientBG 1s ease infinite;
    animation: gradientBG 1s ease infinite;
    -webkit-animation-direction: alternate-reverse;
    animation-direction: alternate-reverse
}
.contact-us-section .blink1 {
    top: -7px;
    right: -7px;
    height: 160px;
    width: 160px;
    opacity: .1;
    -webkit-animation: gradientBG 1s ease infinite;
    animation: gradientBG 1s ease infinite;
    -webkit-animation-direction: alternate-reverse;
    animation-direction: alternate-reverse
}
@-webkit-keyframes gradientBG {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes gradientBG {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}
.footer-section .map,
.footer-section .map iframe {
    height: 50vh;
}
.footer-section footer .site-footer {
    background-color: rgb(23 23 23 / 95%);
    display: table;
    width:100%;
    height: 50vh;
}
.footer-section footer .site-footer .site-footer-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0 10px 0;
}
.footer-section footer .site-footer .site-footer-inner h5 {
    font-size: 18px;
    line-height: 21px;    
    padding: 0 30px;
    color: #fff;
    text-align: center;
}
.footer-section footer .site-footer .site-footer-inner .addresses {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.footer-section footer .site-footer .site-footer-inner .column-outer {
    margin: 30px 0;
}
.footer-section footer .site-footer .site-footer-inner .column-outer .column-inner {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.footer-section footer .site-footer .site-footer-inner p {
    text-align: center;
    width: 100%;
    font-weight:bold;
    font-size: 17px;
    margin: 0 auto;
    color: #fff;
    padding: 0 20px;
}
.footer-section footer .site-footer .site-footer-inner .addresses h4 {
    font-size: 28px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    color: rgba(255,255,255,0.5);
    padding: 0 0 20px;
}
.footer-section footer .site-footer .site-footer-inner .addresses p, .footer-section footer .site-footer .site-footer-inner .addresses a.ad {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    width: 100%;
    font-weight: normal;
    margin: 0 auto;
    color: #fff;
}
.footer-section footer .site-footer .site-footer-inner .addresses p a {
    font-size: 24px;
    line-height: 35px;
    text-decoration: none;
    color: #fff;
}
.footer-section footer .site-footer .site-footer-inner .addresses .logo-footer-outer {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}
.footer-section footer .site-footer .site-footer-inner .logo-footer-outer .logo-footer {
    width: 120px;
    height: 120px;
    margin: 0 auto 15px;
    text-align: center;
    display:table;
}
.footer-section footer .site-footer .site-footer-inner .socials-inner {
    /*border-top: 1px solid rgba(255, 255, 255, 0.1);*/
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    padding: 25px 0 15px;
}
.footer-section footer .site-footer .site-footer-inner .socials-inner a {
    color: #fff;
    font-size: 25px;
    transition: all .1s ease;
    -webkit-transition: all .1s ease;
}
.footer-section footer .site-footer .site-footer-inner .socials-inner a i {
    transition: all .1s ease;
    -webkit-transition: all .1s ease;
}
.footer-section footer .site-footer .site-footer-inner .socials-inner a:hover, 
.footer-section footer .site-footer .site-footer-inner .socials-inner a:hover i {
    transition: all .1s ease;
    -webkit-transition: all .1s ease;
    color: #F05153;
}
.footer-section footer .site-footer .site-footer-inner .bottom-footer {
    padding-top: 20px;
    width: 100%;
    display: table;
}
.footer-section footer .site-footer .site-footer-inner .bottom-footer p, 
.footer-section footer .site-footer .site-footer-inner .bottom-footer a {
    color: rgba(255,255,255,0.6);
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
}
.footer-section footer .site-footer .site-footer-inner .bottom-footer .legal {
    text-align: center;
    padding-top: 15px;
}
.footer-section footer .site-footer .site-footer-inner .bottom-footer .copyright {
    padding-top: 25px;
}
.footer-section footer .site-footer .site-footer-inner .bottom-footer .legal .privacy {
    margin-right: 25px;
}