html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#logo-img {
	max-height: 70px;
}

input,
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible;
}

body,
img,
.commentys-form input[type="text"],
.commentys-form input[type="email"],
.commentys-form input[type="url"],
.commentys-form textarea {
	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
/* nav, */
section,
summary,
time,
mark,
audio,
video,
input,
main {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
/* nav, */
section,
img,
main {
	display: block
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

.clear {
	clear: both;
	line-height: 0;
	height: 0;
}

a {
	text-decoration: none;
	outline: none;
	color: #010101;
	transition-delay: 0s;
	transition-duration: 0.6s;
	transition-property: all;
	transition-timing-function: ease;
}

a:focus,
img:focus,
button:focus,
.btn:focus {
	outline: none;
}

::-moz-selection {
	background-color: #fb5353;
	color: #fff;
	text-shadow: none;
}

::selection {
	background-color: #fb5353;
	color: #fff;
	text-shadow: none;
}

/* @font-face {
	font-family: 'Open Sans', sans-serif;
} */


/*===== main ===*/
main[role="main-home-wrapper"],
main[role="main-inner-wrapper"] {
	padding-bottom: 60px
}

main[role="main-home-wrapper"] article[role="pge-title-content"],
main[role="main-inner-wrapper"] article[role="pge-title-content"] {
	padding-left: 41px
}

main[role="main-home-wrapper"] article[role="pge-title-content"] header,
main[role="main-inner-wrapper"] article[role="pge-title-content"] header {
	padding-bottom: 19px;
	padding-top: 83px
}

main[role="main-home-wrapper"] article[role="pge-title-content"] header h2,
main[role="main-inner-wrapper"] article[role="pge-title-content"] header h2 {
	font-size: 46px;
	line-height: 53px;
	color: #404040;
	font-weight: normal;
}

main[role="main-home-wrapper"] article[role="pge-title-content"] header h2 span,
main[role="main-inner-wrapper"] article[role="pge-title-content"] header h2 span {
	display: block;
	font-size: 80px;
	color: #fb5353;
	/* padding-bottom: 15px */
}

main[role="main-home-wrapper"] article[role="pge-title-content"] header h2 span {
	padding-bottom: 15px;
}

main[role="main-home-wrapper"] article[role="pge-title-content"] p,
main[role="main-inner-wrapper"] article[role="pge-title-content"] p {
	font-size: 17px;
	line-height: 30px;
	color: #454545
}

/*===== footer ===*/
footer[role="footer"] {
	background-color: #FFF;
	padding-top: 100px;
	padding-bottom: 77px
}

footer[role="footer"]>h1 a {
	margin: 0 auto;
	display: block;
	/* max-width: 66px; */
}

footer[role="footer"] ul[role="social-icons"] {
	padding: 0;
	margin: 0;
	text-align: center;
	padding-bottom: 40px;
}

footer[role="footer"] ul[role="social-icons"]>li {
	display: inline-block;
	margin: 0 6.5px
}

footer[role="footer"] ul[role="social-icons"]>li>a {
	display: block;
	width: 42px;
	height: 42px;
	background-color: #bbbbbb;
	color: #FFF;
	line-height: 42px;
	font-size: 20px;
	border-radius: 100%;
	text-align: center
}

footer[role="footer"] ul[role="social-icons"]>li:hover a {
	background-color: #fb5353
}

footer[role="footer"] .copy-right {
	text-align: center;
	display: block;
	font-size: 12px;
	line-height: 13px;
	color: #9c9c9c
}

/*===== About ===*/
main[role="main-inner-wrapper"] .about-content {
	background-color: #fb5353;
	padding-top: 57px;
	padding-left: 70px;
	padding-right: 67px;
	padding-bottom: 58px
}

main[role="main-inner-wrapper"] .about-content p {
	font-size: 17px;
	line-height: 30px;
	color: #FFF;
	padding-bottom: 20px
}

main[role="main-inner-wrapper"] .thumbnails-pan {
	padding-top: 30px
}

main[role="main-inner-wrapper"] .thumbnails-pan section figure {
	background-color: #FFF;
	position: relative;
	overflow: hidden;
	cursor: pointer
}

main[role="main-inner-wrapper"] .thumbnails-pan section figure,
main[role="main-inner-wrapper"] .thumbnails-pan section figure,
img,
main[role="main-inner-wrapper"] .thumbnails-pan section figure figcaption,
section.blog-content figure,
section.blog-content figure img,
section.blog-content article {
	transition-delay: 0s;
	transition-duration: 0.6s;
	transition-property: all;
	transition-timing-function: ease;
}

main[role="main-inner-wrapper"] .thumbnails-pan section figure figcaption {
	position: absolute;
	bottom: -50%;
	left: 0;
	right: 0;
	background-color: #fb5353;
	margin: 0 69px;
	text-align: center;
	color: #FFF;
	padding-top: 16px;
	padding-bottom: 27px
}

main[role="main-inner-wrapper"] .thumbnails-pan section figure figcaption h3 {
	font-size: 21px;
	line-height: 22px;
	font-weight: 300
}

main[role="main-inner-wrapper"] .thumbnails-pan section figure figcaption h5 {
	text-transform: uppercase;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold
}

main[role="main-inner-wrapper"] .thumbnails-pan section figure:hover,
section.blog-content:hover article {
	background-color: #fb5353;
	color: #FFF
}

main[role="main-inner-wrapper"] .thumbnails-pan section figure:hover img,
section.blog-content:hover figure img {
	-webkit-transform: scale3d(1.08, 1.08, 2);
	transform: scale3d(1.08, 1.08, 2);
	opacity: 0.5
}

main[role="main-inner-wrapper"] .thumbnails-pan section figure:hover figcaption {
	bottom: 0;
}

/*===== Blog ===*/
article[role="pge-title-content"].blog-header {
	padding-bottom: 218px
}

section.blog-content {
	margin-bottom: 29px
}

section.blog-content figure {
	overflow: hidden;
	position: relative;
	background-color: rgba(255, 255, 255, 0.4);
	cursor: pointer
}

section.blog-content figure .post-date {
	text-align: center;
	color: #FFF;
	font-weight: 800;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	display: block;
	background-color: #fb5353;
	width: 130px;
	height: 130px;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 41px;
	z-index: 50
}

section.blog-content figure .post-date span {
	font-size: 50px;
	line-height: 35px;
	display: block
}

section.blog-content article {
	font-size: 21px;
	line-height: 30px;
	color: #FFF;
	font-weight: 800;
	color: #343434;
	padding-left: 42px;
	padding-top: 33px;
	padding-bottom: 31px;
}

section.blog-content:hover figure img {
	opacity: 0.5
}

/*===== Contact ===*/
article[role="pge-title-content"].contact-header p a {
	color: #343434;
	padding-right: 34px
}

article[role="pge-title-content"].contact-header p a:hover {
	color: #fb5353;
	text-decoration: none
}

/*== Work Details ==*/
.work-details,
.blog-details {
	padding: 0 69px;
	margin-top: 73px
}

.work-details header h2 {
	color: #343434;
	font-size: 36px;
	font-weight: 800
}

.work-details header a {
	display: inline-block;
	color: #fb5353;
	font-size: 18px;
	font-weight: 800;
	padding-top: 3px
}

.work-details header a i {
	color: #0d0d0d;
	padding-left: 10px
}

.work-details header a:hover {
	color: #0d0d0d;
	text-decoration: none
}

.work-details header a:hover i {
	color: #fb5353
}

.work-details p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-bottom: 20px;
	font-weight: 300
}

.work-details p strong {
	font-weight: bold;
}

.work-images {
	margin-top: 46px
}

.work-images li {
	margin-bottom: 50px
}

/*== Blog Details ==*/
.bog-header {
	padding-bottom: 62px
}

.bog-header h3 {
	color: #404040;
	font-weight: 800;
	padding-bottom: 24px;
	display: block
}

.bog-header h3 span {
	color: #fb5353
}

.bog-header h2 {
	font-size: 36px;
	font-weight: normal
}

.blog-details .enter-content {
	margin-top: 62px
}

.blog-details .enter-content p {
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 23px
}

/*-------------------------------------------------------------- # Navigation Menu --------------------------------------------------------------*/
/** * Desktop Navigation */
.navbar {
	padding: 0;
}

.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
	justify-content: center;
	max-width: 900px;
}

.navbar li {
	position: relative;
}

.navbar>ul>li {
	white-space: nowrap;
	padding: 10px 0 10px 24px;
}

.navbar a:link,
.navbar a:visited,
.navbar a:hover,
.navbar a:active {
	text-decoration: none;
}

.navbar a,
.navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: "Raleway", sans-serif;
	color: #404040;
	font-size: 14px;
	font-weight: bold;
	padding: 0 4px;
	white-space: nowrap;
	transition: 0.3s;
	letter-spacing: 0.4px;
	position: relative;
	text-transform: uppercase;
}

.navbar a i,
.navbar a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}

.navbar>ul>li>a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -6px;
	left: 0;
	background-color: #DCBD9A;
	visibility: hidden;
	transform: scaleX(0);
	transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
	visibility: visible;
	transform: scaleX(1);
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
	color: #404040;
}

/** * Mobile Navigation */
.mobile-nav-toggle {
	color: #404040;
	font-size: 28px;
	cursor: pointer;
	display: none !important;
	line-height: 0;
	transition: 0.5s;
}

@media (max-width: 991px) {
	.mobile-nav-toggle {
		display: block !important;
	}

	.navbar ul {
		display: none !important;
	}

	#nav-dropdowns {
		align-items: flex-end !important;
		margin-right: 0px;
	}
}

.navbar-mobile {
	position: fixed !important;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(77, 77, 77, 0.9);
	transition: 0.3s;
	z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 70px;
	right: 35px;
}

.navbar-mobile ul {
	display: block !important;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	background-color: #fff;
	overflow-y: auto;
	transition: 0.3s;
}

.navbar-mobile>ul>li {
	padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
	visibility: hidden;
}

.navbar-mobile a,
.navbar-mobile a:focus {
	padding: 10px 20px;
	font-size: 20px;
	color: #666666;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
	color: #fb5353;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
	margin: 15px;
}

.navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
	min-width: 200px;
}

.navbar-mobile .dropdown ul a {
	padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
	font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
	color: #2dc997;
}

.navbar-mobile .dropdown>.dropdown-active {
	display: block;
}

/* Navbar Container */
#navbar-container {
	display: flex;
	align-items: center;
}

#logo-header {
	display: flex;
	margin-top: 20px !important;
	margin-bottom: 10px !important;
}

#nav-dropdowns {
	display: flex;
	flex-direction: column;
}

/* navbar hamburger menu */
#hamburger-menu {
	font-size: 30px;
	color: rgb(102,102,102);
}

#hamburger-menu {
	position: absolute;
}

#hamburger-menu.fa-bars {
	position: relative !important;
}

/* home and about first images */
#home-first-img,
.first-img {
	object-fit: cover;
}

#home-first-img {
	max-height: 600px;
}

.first-img {
	max-height: 350px;
	width: 100%;
	margin-right: auto;
	margin-left: 0;
	opacity: 1;
}

#about-profile-img {
	max-height: 350px;
	width: 100%;
	object-fit: contain;
	object-position: center;
	margin-bottom: 10px;
}

.services-images {
	max-height: 350px;
	width: 100%;
	object-fit: cover;
	object-position: top;
}

#about-name {
	top: -20px !important;
}

/* keep all font sizes in tiles 30 px */
section figure figcaption h2 {
	font-size: 30px !important;
}

/* disable dotted box around link on click focus */
a:focus {
	outline: none !important;
}

/* dynamic size xl*/
.dynamic-main-title-size-xl {
	font-size: clamp(60px, 8vw, 70px) !important;
}

/* dynamic size l */
.dynamic-main-title-size-l {
	font-size: clamp(55px, 6vw, 60px) !important;
}

/* dynamic size m */
.dynamic-main-title-size-m {
	font-size: clamp(40px, 4vw, 30px) !important;
}

/* dynamic size s */
.dynamic-main-title-size-s {
	font-size: clamp(30px, 2vw, 25px) !important;
}

/* dynamic size xs */
.dynamic-main-title-size-xs {
	font-size: clamp(15px, 2vw, 20px) !important;
}

/* remove top margin */
.no-margin-top {
	margin-top: 0px !important;
}

/* remove top bottom */
.no-margin-bottom {
	margin-bottom: 0px !important;
}

/* hr thickness */
hr {
	opacity: .2;
	position: relative;
	border: none !important;
	height: 1px !important;
	background: #404040 !important;
	margin-top: 40px !important;
	margin-bottom: 30px !important;
}

/* sub header adjustment */
.sub-header {
	line-height: 30px !important;
	font-size: 30px !important;
}

/* size 32 font */
.font-size-32 {
	font-size: 32px !important;
}

/* text align center */
.text-align-center {
	text-align: center !important;
}

/* margin top 5 */
.margin-top-5 {
	margin-top: 5px !important;
}

/* margin top 40 */
.margin-top-40 {
	margin-top: 40px !important;
}

/* no padding bottom */
.no-padding-bottom {
	padding-bottom: 0px !important;
}

/* margin-right-5 */
.margin-right-5 {
	margin-right: 5px;
}