

/*===================== TABLE OF CONTENT =======================

1.  9 HOMEPAGES
2.  FONT AWESOME FONTS 
3.  RESET CSS
4.  CROSS BROWSER COMPATABILITY
5.  FLAT ICONS
6.  DROPDOWN MENUS
7.  AUDIO PLAYER
8.  RESPONSIVE HEADER
9.  SLICK SLIDER (BANNER)
10. BLOG PAGES
11. TESTIMONIALS
12. 4 DIFFERENT BLOG DETAIL PAGES
13. 4 DIFFERENT BLOG PAGES
14. SPONSORS PAGES
15. AUTHOR PAGE
16. SHOW DETAILS PAGE
17. PODCAST DETAILS PAGE
18. DONATE PAGE
19. 404 PAGE
20. WORKING CONTACT FORM
21. BOOTSTRAP 4
22. 3 DIFFERENT FOOTER STYLE
23. 9 DIFFERENT MAIN BANNER 
24. 6 COLOR SCHEME
25. RTL SUPPORT
26. LIGHT AND DARK VERSION
27. CUSTOM


/* ================================================================================== 
										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;
}

/* 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.3;
	overflow-x: hidden;
	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 {
	vertical-align: middle;
	height: auto;
}

p {
	color: #666666;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400;
}

a {
	color: inherit;
	word-break: break-word;
}

h1,
h2 {
	font-weight: 600;
}

/* CROSS BROWSER COMPATABILITY */

a,
.search-form-header form,
.btn-default img,
.service-icon:before,
.portfolio:before,
.ext-link,
.insta:before,
.insta-icon,
.team-fig,
.responsive-mobile-menu,
header nav ul ul {
	transition: all 0.3s ease;
}

.container {
	max-width: 1200px;
	padding: 0 15px;
}

.clearfix {
	clear: both;
}

.fixed-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}

.gray-bg {
	background-color: #fbfbfb;
}

.bg1 {
	background-color: #fef5f4;
}

/* HEADER */

header {
	background: #fff;
	border-bottom: 1px solid #ddd;
}

a {
	text-decoration: none;
}

header nav {
	margin-left: auto;
}

header nav > ul > li {
	display: inline-block;
	padding: 41px 19px 40px;
	position: relative;
}

.search-form-header {
	position: relative;
	display: inline-block;
	margin-left: 20px;
}

.search-btn {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100px;
	text-align: center;
	position: relative;
}

.search-form-header form {
	position: absolute;
	top: 100%;
	right: 0;
	width: 350px;
	padding: 25px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
	z-index: 99;
	margin-top: 60px;
	opacity: 0;
	visibility: hidden;
}

.search-form-header.active form {
	opacity: 1;
	visibility: visible;
	margin-top: 26px;
}

.search-form-header form input {
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
	padding: 0 20px;
	font-size: 14px;
}

header nav ul li a {
	display: inline-block;
	text-transform: capitalize;
	font-size: 16px;
	color: #555555;
}

header nav ul li a:hover {
}

header nav ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 200px;
	background-color: #fff;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	margin-top: 20px;
}

header nav ul ul li {
	padding: 15px 20px;
	border-bottom: 1px solid #ddd;
}

header nav ul ul li:last-child {
	border-bottom: 0;
}

header nav ul ul li a {
	display: block;
	font-size: 14px;
}

header nav ul ul ul {
	left: 100%;
	top: 0;
}

nav ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}

/* MAIN BANNER */

.main-banner {
	background-image: url(../images/banner-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 15px;
}

.banner-text h3 {
	color: #000000;
	font-size: 24px;
	margin-bottom: 3px;
}

.banner-text h3 span {
	display: inline-block;
	font-weight: 600;
}

.banner-text h2 {
	color: #000000;
	font-size: 46px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.banner-text {
	max-width: 570px;
}

.banner-text p {
	color: #a3a3a3;
	font-size: 18px;
	margin-bottom: 31px;
	line-height: 30px;
}

.btn-default {
	display: inline-block;
	color: #fff;
	padding: 0 27px;
	line-height: 44px;
}

.btn-default img {
	margin-left: 10px;
}

.btn-default:hover {
	color: #fff;
}

.block {
	padding: 120px 0;
}


/* ABOUT SECTION */

.about-text > span {
	display: block;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 1px;
}

.about-text > h2 {
	color: #000000;
	font-size: 32px;
	text-transform: capitalize;
	margin-bottom: 9px;
}

.about-text p {
	color: #a3a3a3;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 17px;
}

.abt-links li {
	display: inline-block;
	margin-right: 43px;
}

.abt-links li:last-child {
	margin-right: 0;
}

.abt-links li > span {
	display: block;
	font-size: 14px;
	margin-bottom: 7px;
}

.abt-links li > h3 {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
}

.abt-links {
	display: block;
	margin-bottom: 29px;
}

.social-links {
	display: inline-block;
	margin-right: 25px;
}

.social-links li {
	display: inline-block;
	margin-right: 9px;
}

.social-links li:last-child {
	margin-right: 0;
}

.social-links li a {
	display: inline-block;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
}

.social-links li a:hover {
	color: #fff;
}

/* SECTION TITLE */

.sec-title {
	margin-bottom: 10px;
}

.sec-title > span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
}

.sec-title > h2 {
	color: #000000;
	font-size: 32px;
	text-transform: capitalize;
}

/* SERVICES SECTION */

.service {
	border: 1px solid #fbe3e2;
	padding: 37px 20px 25px;
}

.service > h3 {
	text-transform: capitalize;
	margin-bottom: 8px;
	color: #000;
	font-weight: 600;
	font-size: 20px;
}

.service p {
	color: #a3a3a3;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 15px;
}

.service-icon {
	margin-bottom: 24px;
	position: relative;
	z-index: 9;
	height: 50px;
}

.service-icon:before {
	content: '';
	position: absolute;
	top: -7px;
	left: 20px;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	z-index: -1;
}

.lnk-btn {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
}

.lnk-btn img {
	margin-left: 10px;
}

.service:hover .service-icon:before {
	background-color: #fff;
}

.filters-nav li {
	display: inline-block;
	margin-right: 17px;
}

.filters-nav li:last-child {
	margin-right: 0;
}

.filters-nav li a {
	display: inline-block;
	line-height: 30px;
	background-color: #fff;
	color: #000000;
	font-size: 14px;
	padding: 0 15px;
	box-shadow: 0 0 10px rgba(0,0,0,0.10);
	cursor: pointer;
}

ul#filter {
	text-align: right;
}

.filters-nav li a:hover {
	color: #fff !important;
}

/* PORTFOIO MASONARY */

.masonary {
	margin-bottom: -30px;
}

.portfolio > img {
	max-width: 100%;
}

.portfolio {
	margin-bottom: 30px;
	position: relative;
}

.portfolio:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
}

.ext-link {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 76px;
	line-height: 76px;
	border-radius: 100px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	margin-top: 20px;
}

.portfolio:hover .ext-link {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}

.portfolio:hover:before {
	opacity: 1;
	visibility: visible;
}

.options {
	margin-top: 28px;
	margin-bottom: 35px;
	text-align: center;
}

/* TESTIMONAIL SECTION */

.testimonial {
	text-align: center;
	border: 1px solid #fbe3e2;
	border-radius: 5px;
	padding: 30px 30px 0 30px;
}

.testimonial p {
	color: #a3a3a3;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 21px;
}

.th-user {
	margin-bottom: -90px;
}

.th-user > .testimonial-img {
	border: 2px solid #fff;
	border-radius: 100px;
	margin-bottom: 11px;
}

.th-user > h4 {
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 6px;
}

.th-user > span {
	display: block;
	color: #000000;
	font-size: 15px;
}

/* BLOG SECTION */

.blog-thumbnail {
	margin-bottom: 27px;
}

.blog-thumbnail > img {
	width: 100%;
}

.blog-info > span {
	display: block;
	color: #a3a3a3;
	font-size: 16px;
	margin-bottom: 7px;
}

.blog-info > h2 {
	color: #000000;
	font-size: 20px;
	line-height: 30px;
}

/* EXPERIENCES SECTION */

.exp-col {
	background-color: #fff;
	padding: 26px 30px 24px;
	border: 1px dashed #fadad9;
	margin-bottom: 30px;
	position: relative;
}

.exp-col:before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 18px;
    height: 18px;
    border: 2px solid #e64c47;
    border-radius: 100px;
    margin-left: 32px;
    margin-top: 0;
    background: #fff;
}

.exp-col:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 100%;
	margin-left: 36px;
	width: 10px;
	height: 10px;
	border-radius: 100px;
}

.exp-col > span {
	display: block;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 6px;
}

.exp-col > h3 {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 16px;
}

.exp-col p {
	color: #a3a3a3;
	font-size: 16px;
	line-height: 25px;
}

.experiences-sec .row .col-lg-6:nth-child(odd) .exp-col {
	text-align: right;
}

.experiences-sec .row .col-lg-6:nth-child(even) .exp-col:before,
.experiences-sec .row .col-lg-6:nth-child(even) .exp-col:after {
	display: none;
}

.experiences-sec .row {
	margin: 0 -40px;
	margin-bottom: -30px;
	position: relative;
}

.experiences-sec .row .col-lg-6 {
	padding: 0 40px;
}

.experiences-sec {
	position: relative;
}

.experiences-sec .row:before,
.exp-v2 .experiences-sec:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 100%;
	background-color: #f9e8e8;
}

.exp-v2 .experiences-sec:before {
	left: 100%;
	margin-left: 40px;
}

/* CONTACT SECTION */

.ct-col {
	background-color: #fdf1f0;
	padding: 106px 30px; 
}

.ct-col .sec-title {
	margin-bottom: 25px;
}

.ct-links li {
	display: flex;
	border-bottom: 1px solid #fbdfde;
	padding: 24px 0 26px;
	align-items: center;
}

.ct-links li:first-child {
	padding-top: 0;
}

.ct-links li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.ct-icon{
	width: 54px;
}

.ct-info > h4 {
	color: #000000;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 6px;
}

.ct-info > span {
	display: block;
	color: #a3a3a3;
	font-size: 14px;
}

/* CONTACT FORM SEC */

.contact-form-sec {
	background-color: #fbfbfb;
	padding: 60px 30px 59px;
}

.contact-form-sec > h3 {
	color: #000000;
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: 600;
}

.form-group {
	margin-bottom: 25px;
}

.form-group input,
.form-group select,
.form-group textarea {
	width: 100%;
	height: 60px;
	border: 1px solid #ececec;
	background-color: #fff;
	color: #a3a3a3;
	font-size: 16px;
	padding: 0 20px;
}

.form-group textarea {
	padding: 20px 20px;
	resize: none;
	height: 150px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a3a3a3;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #a3a3a3;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #a3a3a3;
}

:-moz-placeholder { /* Firefox 18- */
  color: #a3a3a3;
}

.contact-form p {
	color: #a3a3a3;
	font-size: 18px;
}

.contact-form p a {
	color: #000000;
	text-transform: capitalize;
}

.form-submit {
	text-align: right;
}

.form-submit button {
	border: 0;
}

/* MAP SECTION */

.map-sec iframe {
	width: 100%;
	height: 500px;
	margin-bottom: -5px;
}

/* INSTAGRAM */

.insta > img {
	width: 100%;
	height: 230px;
	object-fit: cover;
}

.insta-sec .row {
	margin: 0;
}

.insta-sec .row .col-lg-2 {
	padding: 0;
}

.insta {
	position: relative;
}

.insta:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(236,96,47,0.60);
	opacity: 0;
}

.insta-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 30px;
	margin-top: 20px;
	opacity: 0;
}

.insta:hover:before {
	opacity: 1;
}

.insta:hover .insta-icon {
	margin: 0;
	opacity: 1;
}

.insta-icon:hover {
	color: #fff;
}

/* FOOTER */

footer {
	padding: 45px 0;
}

.copyright p {
	color: #a3a3a3;
	font-size: 18px;
}

.copyright p span {
	display: inline-block;
	color: #000;
}

.copyright {
	text-align: right;
}

/* HOMEPAGE 2 */

/* Main Banner  */

.main-banner-v2 {
	padding: 120px 0 0;
	margin-bottom: 216px;
}

.banner-text-v2 {
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
}

.banner-text-v2 > h2 {
	color: #000000;
	font-size: 46px;
	margin-bottom: 20px;
}

.banner-text-v2 p {
	color: #a3a3a3;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 31px;
}

.banr-img {
	margin-top: 180px;
	margin-bottom: -160px;
}

.banr-img > img {
	max-width: 100%;
}

.para {
	color: #a3a3a3;
	font-size: 16px;
	line-height: 28px;
}

/* SERVIES V2 */

.service2-col {
	background-color: #fbfbfb;
	padding: 40px 30px 36px;
}

.svs-icon {
	height: 90px;
	margin-bottom: 40px;
}

.service2-col h3 {
	color: #232323;
	font-size: 30px;
	line-height: 36px;
	font-weight: 500;
	margin-bottom: 40px;
}

.rd-icon {
	display: inline-block;
	font-size: 24px;
}

.services2 {
	margin-bottom: -30px;
}

.service2-col.align-self {
	align-items: center;
	display: flex;
	height: calc(100% - 30px);
	text-align: center;
	justify-content: center;
}

.service2-col.align-self > a {
	font-size: 30px;
}

/* COUNTER SEC */

.counterr {
	text-align: center;
	border-right: 5px solid #e6e6e6;
	border-bottom: 5px solid #e6e6e6;
	padding: 80px 30px 52px;
}

.counterr h2 {
	font-size: 130px;
	font-weight: 200;
	margin-bottom: 12px;
	line-height: 113px;
}

.counterr > span {
	display: block;
	color: #000000;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
}

.counter-sec  {
	margin: 0;
}

.counter-sec {
	padding: 0;
}

.elementor-column:nth-child(3) .counterr {
	border-right: 0;
}

.elementor-column:nth-child(4) .counterr,
.elementor-column:nth-child(5) .counterr,
.elementor-column:nth-child(6) .counterr,
.borderBottomNone .counterr {
	border-bottom: 0;
} 

.elementor-column:nth-child(6) .counterr {
	border-right: 0;
}

/* ABOUT SECTION */

.about-img > img {
	max-width: 100%;
}

.about-text-v2 > h2 {
	color: #232323;
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 20px;
	text-transform: capitalize;
}

p {
	font-size: 16px;
	line-height: 28px;
	color: #a3a3a3;
}

.about-text-v2 p {
	margin-bottom: 28px;
}

/* PORTFOLIO SECTION */

.portfolio-col {
	margin-bottom: 30px;
}

.portfolio-col > img {
	width: 100%;
}

.row.portfolio-sec {
	margin-bottom: -30px;
}

/* HOMEPAGE 3 */

/* MAIN BANNER */

.main-banner-v3 {
	background-image: url(../images/resources/banner3.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 500px 0 140px;
	background-position: center;
}

.banner-content-v3 {
	max-width: 580px;
	margin: 0 auto;
	text-align: center;
}

.banner-content-v3 > h5 {
	color: #000000;
	font-size: 24px;
	margin-bottom: 5px;
}

.banner-content-v3 > h5 span {
	display: inline-block;
	font-size: 24px;
	font-weight: 600;
}

.banner-content-v3 > h2 {
	color: #000000;
	font-size: 46px;
	font-weight: 600;
	margin-bottom: 10px;
}

.banner-content-v3 p {
	color: #a3a3a3;
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 31px;
}

header.pb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: inherit;
	border: 0;
}

.about-text.v2 p {
	margin-bottom: 45px;
}

/* SERVICES SECTION */

.services.v2 .service-icon {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	text-align: center;
	line-height: 100px;
	margin: 0 auto;
	margin-bottom: 29px;
}

.services.v2 .service-icon:before {
	display: none;
}

.services.v2 .service {
	padding: 60px 20px 52px;
}

.services.v2 .service p {
	margin-bottom: 0;
}

.services.v2 .service:hover {
	background-color: #fff;
}

.options.text-center {
	margin-bottom: 60px;
}

.options.text-center ul#filter {
	text-align: center;
}

/* CREATIVE PORTFOLIO */

.portfolio-item {
	text-align: center;
	margin-bottom: 31px;
}

.pt-thumb {
	margin-bottom: 36px;
}

.portfolio-item > h3 {
	color: #000000;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 6px;
}

.masonary.v2 {
	margin-bottom: -31px;
}

.testimonial > img {
	margin-top: 0;
	margin-bottom: 15px;
}

/* EXPERIENCES SECTION */

.exp-v2 {
	text-align: center;
	position: relative;
}

.exp-col-v2 .exp-col:before,
.exp-col-v2 .exp-col:after {
	display: none;
}

.exp-v2 {
	margin: 0 -40px;
}

.exp-v2 .col-lg-6 {
	padding: 0 40px;
}

.experience-v2 {
	position: relative;
}

.experience-v2:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: #fef5f5;
}

.experience-v2:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-color: #fceceb;
	z-index: -1;
}

.ct-links.v2 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 28px;
}

.ct-links.v2 li {
	max-width: calc(100% / 4 - 5px);
	flex: 0 0 calc(100% / 4 - 5px);
	margin-bottom: 0;
	border-bottom: 0;
	padding: 0;
}

.ct-links.v2 li:last-child {
	margin-right: 0;
}

.ct-links.v2 li:first-child {
	padding-right: 30px;
}

.map-sec.v2 iframe {
	height: 100%;
}

.map-sec.v2 {
	height: 100%;
}

.progress {
	border-radius: 0;
	position: relative;
	overflow: unset;
	height: 5px;
}

.progress-col {
	margin-bottom: 26px;
}

.progress-col:last-child {
	margin-bottom: 0;
}

.progress-col > h3 {
	color: #000000;
	font-size: 16px;
	margin-bottom: 11px;
	width: 100%;
}

.progress-bar {
	position: relative;
	overflow: unset;
}

.progress-bar > span {
	display: inline-block;
	position: absolute;
	top: -35px;
	left: 100%;
	color: #000000;
	font-size: 12px;
	padding: 0 15px;
	line-height: 20px;
	margin-left: -30px;
}

.progress-bar > span:before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    border-bottom: 8px solid #fbe3e2;
    border-right: 8px solid transparent;
    transform: translateX(-50%) rotate(-44deg);
}

.form-group select {
	-webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 15px;
}

/* PAGER SECTION */

.pager-sec {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 0 109px;
}

.pager-content > h2 {
	color: #000000;
	font-size: 30px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.breadcrumb li {
	display: inline-block;
	padding: 0 10px;
	position: relative;
}

.breadcrumb li:first-child {
	padding-left: 0;
}

.breadcrumb li a,
.breadcrumb li span {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
}

.breadcrumb {
	display: flex;
	width: 100%;
	justify-content: center;
}

.breadcrumb li:before {
	content: '/';
	position: absolute;
	top: 0;
	left: 100%;
	color: #0f1e2c;
	font-size: 16px;
	margin-left: -3px;
}

.breadcrumb li:last-child:before {
	display: none;
}

.breadcrumb li:last-child {
	padding-right: 0;
}

/* ABOUT SECTION */

.about-v2-img {
	position: relative;
}

.about-v2-img > img {
	width: 100%;
	padding-left: 100px;
}

.exp {
	position: absolute;
	bottom: 40px;
	left: 0;
	padding: 20px 30px 25px;
}

.exp > strong {
	display: block;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 1px;
}

.exp > span {
	display: block;
	color: #ffffff;
	font-size: 20px;
	line-height: 24px;
	text-transform: capitalize;
}

.exp-icon {
	position: absolute;
	top: 15px;
	right: 20px;
}

.about-v3-text > h4 {
	color: #000000;
	font-size: 24px;
	margin-bottom: 6px;
}

.about-v3-text > h4 span {
	display: inline-block;
}

.about-v3-text > h2 {
	color: #000000;
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 7px;
	font-weight: 600;
	padding-right: 150px;
}

.about-v3-text p {
	margin-bottom: 28px;
}

/* TEAM SECTION */

.team {
	position: relative;
	margin-bottom: 30px;
}

.teams {
	margin-bottom: -30px;
}

.team > img {
	width: 100%;
}

.team-fig {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff padding-box content-box;
	border: 1px solid #fbe3e2;
	padding: 15px;
	opacity: 0;
	visibility: hidden;
}

.team-fig > h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 6px;
	padding: 40px 20px 0 20px;
}

.team-fig > span {
	display: block;
	color: #000000;
	font-size: 14px;
	margin-bottom: 9px;
	padding: 0 20px;
}

.team-fig p {
	padding: 0 20px;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 25px;
}

.team-fig .social-links {
	padding: 0 20px;
}

.team-fig .social-links li {
	margin-right: 5px;
}

.team:hover .team-fig {
	opacity: 1;
	visibility: visible;
} 

.share-wf {
	text-align: right;
}

.share-wf > span {
	display: inline-block;
	color: #a3a3a3;
	font-size: 18px;
	margin-right: 5px;
}

.social-v2 {
	display: inline-block;
}

.social-v2 li {
	display: inline-block;
	margin-right: 10px;
}

.social-v2 li a {
	display: inline-block;
	color: #a3a3a3;
	font-size: 18px;
}

.top-footer {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 30px;
	margin-bottom: 34px;
}

/* BLOG PAGE */

.blog-post {
	margin-bottom: 30px;
}

.blogs-page {
	margin-bottom: -30px;
}

.pagination {
	justify-content: center;
	margin-top: 100px;
}

.page-link {
	min-width: 40px;
	line-height: 40px;
	text-align: center;
	color: #000000;
	font-size: 18px;
	padding: 0;
	border: 0;
	border-radius: 0 !important;
}

.page-link:hover,
.page-numbers:hover {
	color: #fff;
}

.page-item {
	margin-right: 10px;
}

.page-item:last-child {
	margin-right: 0;
}

/* BLOG SIDEBAR */

.widget-title {
	color: #000000;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 25px;
	padding: 15px 30px;
}

.widget-search form {
	position: relative;
}

.widget-search form input {
	width: 100%;
	height: 50px;
	border: 1px solid #ececec;
	padding: 0 20px;
	color: #a3a3a3;
	font-size: 14px;
}

.widget-search form button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 60px;
	text-align: center;
	border: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar .widget:last-child {
	margin-bottom: 0;
}

/* WIDGET POSTS */

.wd-post {
	display: flex;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #f1f1f1;
}

.wd-post:first-child {
	padding-top: 0;
}

.wd-post:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.wd-post-info > span {
	display: block;
	color: #a3a3a3;
	font-size: 14px;
	margin-bottom: 5px;
}

.wd-post-info > h3 {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
}

.wd-post-thumb {
	margin-right: 10px;
}

.widget-categories ul li {
	padding: 20px 30px;
	border-bottom: 1px solid #f1f1f1;
}

.widget-categories ul li a {
	display: inline-block;
	color: #a3a3a3;
	font-size: 16px;
	position: relative;
	padding-left: 15px;
}

.widget-categories ul li a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 8px;
	height: 8px;
	background-image: url(../images/caret.png);
	background-repeat: no-repeat;
	transform: translateY(-50%);
}

.widget-categories ul li:first-child {
	padding-top: 0;
}

.widget-categories ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.tagscloud a {
	display: inline-block;
	color: #000000;
	font-size: 14px;
	padding: 0 20px;
	line-height: 30px;
	margin-right: 7px;
	margin-bottom: 10px;
}

.tagscloud a:hover {
	color: #fff;
}

.block.testi-block {
	padding-bottom: 200px;
}

.block.testi-block .testimonial {
	background-color: #fff;
}

/* SERVICE DETAILS PAGE */

.services-sidebar > h3 {
	color: #000000;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 15px 30px;
}

.services-sidebar ul {
	padding: 10px 30px 10px;
	border: 1px solid #fbe3e2;
	border-top: 0;
}

.services-sidebar ul li {
	border-bottom: 1px solid #f1f1f1;
}

.services-sidebar ul li:last-child {
	border-bottom: 0;
}

.services-sidebar ul li:hover a,
.services-sidebar ul li a.active {
	color: #fff;
	padding-left: 20px;
}

.services-sidebar ul li a {
	display: block;
	color: #a3a3a3;
	font-size: 16px;
	padding: 16px 0 15px;
}

/* SERVICE DETAILS PAGE */

.service-thumbb {
	margin-bottom: 21px;
}

.service-thumbb > img {
	width: 100%;
}

.service-details > h2 {
	color: #000000;
	font-size: 26px;
	line-height: 40px;
	font-weight: 600;
	margin-bottom: 15px;
}

.service-details p {
	margin-bottom: 31px;
}

.service-details h3 {
	color: #232323;
	font-size: 24px; 
	line-height: 35px;
	font-weight: 500;
	margin-bottom: 12px;
}

.service-details .row {
	margin-bottom: 40px;
}

.shade-bg:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70%;
}

/* GALLERY PAGE */

.masonary .insta > img {
	height: auto;
}

.masonary .insta {
	margin-bottom: 30px;
}

.terms-page h3 {
	color: #000000;
	font-size: 26px;
	line-height: 40px;
	font-weight: 600;
	margin-bottom: 20px;
}

.terms-page .col-lg-12 {
	margin-top: 60px;
}

/* PORTFOLIO DETAILS PAGE */

.portfolio-details > h2 {
	color: #000000;
	font-size: 34px;
	line-height: 40px;
	margin-bottom: 14px;
}

.portfolio-details .ct-links.v2 {
	margin-top: 28px;
}

.portfolio-details > h2.mt-50 {
	margin-top: 30px;
}

/* BLOG DETAILS PAGE */

.meta {
	margin-bottom: 20px;
}

.meta li {
	display: inline-block;
	color: #a3a3a3;
	font-size: 16px;
	padding: 0 15px;
	position: relative;
}

.meta li:before {
	content: '|';
	position: absolute;
	top: 0;
	left: 100%;
	color: #a3a3a3;
}

.meta li:first-child {
	padding-left: 0;
}

.meta li:last-child {
	padding-right: 0;
}

.meta li:last-child:before {
	display: none;
}

.meta li a {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
}

.meta li span {
	display: inline-block;
	color: #a3a3a3;
	font-size: 16px;
}

.meta li img {
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.blog-post.single > h2 {
	color: #000000;
	font-size: 26px;
	line-height: 40px;
	margin-bottom: 20px;
}

.blog-post.single p {
	margin-bottom: 20px;
}

blockquote {
	padding: 30px;
	border: 2px dashed #e5443f;
	margin-bottom: 25px;
}

blockquote p {
	color: #000000;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 0;
}

.related-tags {
	margin-top: 30px;
	margin-bottom: 50px;
}

.related-tags > h3 {
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	margin-right: 20px;
}

.related-tags > h3 img {
	margin-right: 5px;
}

.related-tags .tagscloud {
	display: inline-block;
}

.related-tags li {
	display: inline-block;
}

/* POST CONTROL */

.post-control {
	padding: 30px;
	margin: 0;
	margin-bottom: 55px;
}

.post-ct {
	display: flex;
	background-color: #fff;
	padding: 15px;
	align-items: center;
	justify-content: space-between;
}

.post-thumb-info {
	text-align: right;
	padding-right: 20px;
}

.post-thumb-info > h3 {
	color: #000000;
	font-size: 16px;
	margin-bottom: 6px;
	font-weight: 600;
	max-width: 200px;
}

.post-thumb-info > span {
	display: block;
	font-size: 13px;
	font-weight: 500;
}

.post-thumb-info > span img {
	margin-right: 8px;
	position: relative;
	top: -1px;
}

.post-control .col-lg-6:nth-child(even) .post-thumb-info {
	text-align: left;
	padding-left: 20px;
	padding-right: 0;
}

.next-post img {
	margin-right: 0;
	margin-left: 8px;
}

/* COMMENTS SECTION */

.comments-section {
	margin-bottom: 70px;
}

.comments-section > h2,
.comments-form > h2, .comment-respond h2 {
	color: #000000;
	font-size: 22px;
	margin-bottom: 20px;
}

.cm-head {
	display: flex;
	margin-bottom: 20px;
}

.cm-head-info > h3 {
	color: #212121;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 9px;
}

.cm-head-info > span {
	display: block;
	color: #a3a3a3;
	font-size: 14px;
}

.cm-head-info > span img {
	margin-right: 5px;
	position: relative;
	top: -1px;
}

.cm-head-info > span b {
	padding-left: 10px;
}

.cm-head > img {
	margin-right: 15px;
}

.comment {
	position: relative;
}

.reply-btn {
	position: absolute;
	top: 5px;
	right: 0;
	color: #a3a3a3;
	font-size: 14px;
	font-weight: 500;
}

.reply-btn img {
	margin-right: 5px;
	position: relative;
	top: -1px;
}

.comments li {
	border: 1px solid #fbe3e2;
	padding: 20px 30px;
	margin-bottom: 20px;
}

.comments li:last-child {
	margin-bottom: 0;
}

.comments ul {
	margin-top: 40px;
	padding-left: 70px;
}

.comments ul li {
	border: 0;
}

/* COMMENTS FORM */

.comments-form {
	background-color: #fbfbfb;
	padding: 30px;
}

.menu-btn {
	margin-left: 20px;
	font-size: 30px;
	display: none;
}

.pt-thumb > img {
	max-width: 100%;
}

.row.blogs {
	margin-bottom: -30px;
}

/* RESPONSIVE MOBILE MENU */

.responsive-mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	left: -350px;
	width: 350px;
	z-index: 99999999;
	height: 100%;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
}

.responsive-mobile-menu.active {
	opacity: 1;
	visibility: visible;
	left: 0;
}

.responsive-mobile-menu ul {
	float: left;
	width: 100%;
}

.responsive-mobile-menu ul li {
	float: left;
	width: 100%;
}

.responsive-mobile-menu ul li a:before {
	content: '\f067';
	position: absolute;
	top: 50%;
	right: 10px;
	font-family: 'Font Awesome 5 Free';
	color: #fff;
	font-weight: 900;
	font-size: 13px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.responsive-mobile-menu ul li.menu-item-has-children > a:before {
	opacity: 1;
	visibility: visible;
}

.responsive-mobile-menu ul li.menu-item-has-children.active > a:before {
	content: '\f068';
}

.responsive-mobile-menu ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px solid rgba(255,255,255,0.10);
	float: left;
	width: 100%;
	position: relative;
	padding: 15px 10px;
}

.responsive-mobile-menu ul ul {
	display: none;
	padding: 20px 0 20px 20px;
}

.responsive-mobile-menu ul ul li a {
	border-bottom: 0;
	padding: 0;
	margin-bottom: 15px;
}

.responsive-mobile-menu ul ul li:last-child a {
	margin-bottom: 0;
}

html {
  scroll-behavior: smooth;
}

header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

header.sticky.pb {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.10);
}

/* CUSTOM */

.wp-caption,
.wp-caption-text,
.screen-reader-text,
.gallery-caption,
.bypostauthor,
.alignright, 
.alignleft, 
.aligncenter {}

@media only screen and ( max-width: 992px ) {
  .exp-col:before,
  .exp-col:after {
  	display: none;
	}

	.experiences-sec .row {
		margin: 0;
	}
}

.nav-links {
  display: flex;
}

.page-numbers {
	margin-right: 10px;
}

.next.page-numbers {
	margin-right: 0;
}

.page-numbers.current {
	cursor: pointer;
}

.page-numbers {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.page-numbers {
  min-width: 40px;
  line-height: 40px;
  text-align: center;
  color: #000000;
  font-size: 18px;
  padding: 0;
  border: 0;
  border-radius: 0 !important;
}

.sidebar li, 
.comment .children li {
  list-style: none;
}

.comment .children {
  margin-top: 40px;
  padding-left: 70px;
}

.comments .children li {
  border: 0;
}

p.comment-form-cookies-consent {
	display: flex;
}

p.comment-form-cookies-consent input {
	margin-right: 10px;
}

.wp-block-image {
    display: inline-block;
}

.sticky-post {
	box-shadow: 0 0 30px rgba(0,0,0,.10);	
	padding: 30px;
}

.error-page-title {
	font-size: 3rem;
}

#back-to-top {
	padding: 0 15px !important;
}

.top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.superNav {
  font-size:13px;
}

@media screen and ( max-width:540px ){
  .centerOnMobile {
    text-align:center
  }
}

@media screen and ( max-width:900px ){
  .top-left span {
    display: block;
	}

	.top-left span:first-child {
    margin-bottom: 10px;
	}

    .ct-icon {
        margin: 0 !important;
        margin-bottom: 20px;
    }

    .experiences-sec .row .col-lg-6 {
        padding: 0;
    }
    
    .ct-links.v2 .ct-icon {
        margin:0 auto !important;
    }
}

.top-bar .top-left,
.top-bar .top-right {
	margin: auto;
}

.slick-slide {
	margin: 10px;
}

.ct-links-v2 li {
	display: flex;
  border-bottom: 1px solid #fbdfde;
  padding: 24px 0 26px;
  align-items: center;
}

span.wpcf7-spinner {
  display: block;
}

.main-banner-v5 {
    padding-top: 15px;
}

.slick-prev, .slick-next {
    display:none;
}

.elementor-widget-folio-brands {
    overflow:hidden;
}