@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&display=swap');

.f25px {
	font-size: 25px;
}

div#content p {
    margin-bottom: 0px;
}

.main-menu .navigation > li > ul {
	position: absolute;
	right: 0px !important;
	padding: 10px 0px 15px !important;
}

.sidebar-page-container {
    position: relative;
    padding: 60px 0px;
}

.text-warning {
	color: #f6c46f !important;
}

.audiowide {
	font-family: 'Audiowide', cursive;
}

span.audiowide {
	font-weight: 400;
}

.assistant {
	font-family: 'Assistant', sans-serif !important;
}

body {
	font-family: 'Assistant', sans-serif !important;
	font-size: 18px;
}

a:hover {
	text-decoration: none !important;
}

.title div a{
	font-size: 20px;
}


.title div a:hover {
    color: #fff;
	transition: 0.3s;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Assistant', sans-serif !important;
}

.sec-title h2 {
	font-size: 50px !important;
	font-weight: bold;
	font-family: 'Assistant', sans-serif !important;
}

.agency-section .featured-block-two .text ul li:before {
	right: 0;
}

.ulpadding li {
	padding-right: 40px;
}

.agency-section .featured-block-two {
	padding-left: 0px !important;
}

.agency-section .right-col .text {
	margin-bottom: 20px;
}

.default-tabs .tabs-content {
	padding-top: 20px;
}

.we-do-section {
	position: relative;
	padding: 240px 0px 90px;
	background: #ffffff !important;
}

.gallery-section {
	position: relative;
	padding: 120px 0px 80px;
	background: #ffffff url(images/background/pattern-2.png) left top repeat !important;
}


.fs35 {
	font-size: 30px !important;
}

.pricing-three__name {
	color: #222429;
}

.pricing-three__card.text-center:hover > .pricing-three__name {
	color: orange;
	transition: all 500ms ease;
}

.pricing-three__card.text-center:not > .pricing-three__name {
	color: #222429;
	transition: all 700ms ease;
}

.sec-title.centered {
	float: none !important;
}

.translated-rtl .gallery-section .upper-row .filters {
	float: none !important;
}

.news-section {
	position: relative !important;
	padding: 120px 0px 80px !important;
	background: #ffffff url(images/background/pattern-2.png) left top repeat !important;
}

a .text-truncate {
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

.main-menu .navigation > li:last-child {
	margin-right: 32px;
}

.service-details .text-content p {
	margin-bottom: 10px;
}

.text-content h2 {
	font-size: 30px;
	font-weight: 600;
}

.text-content h3 {
	font-size: 25px !important;
	font-weight: 600;
}

.text-content a {
	color: #000000;
	font-weight: bold;
}

.sidebar .services ul li a {
	padding-right: 20px;
}

.sidebar .services ul li a:after {
	content: "\f17f";
}

a.theme-btn.btn-style-two {
	top: -16px;
}


.portfolio-header {
	padding: 80px 10px 20px;
}

.portfolio-img img {
	border-radius: 10px;
	border: 1px solid orange;
	margin-bottom: 15px;
}

.line-dashed {
	margin: 10px auto;
	border-bottom: 1px solid #ccc;
}

.info i {
	margin-left: 10px;
	color: orange;
}


#content h2 {
	font-size: 25px;
}

.additional_articles {
	font-size: 30px;
	margin-bottom: 15px;
}

.form-group.col-lg-12.col-md-12.col-sm-12 {
	text-align: right;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="url"],
.default-form .form-group input[type="file"],
.default-form .form-group input[type="number"],
.default-form .form-group textarea,
.default-form .form-group select {
	font-size: 17px !important;
	font-family: 'Assistant', sans-serif !important;
}

.alert {
	margin: 10px auto;
}



.service-details h3 {
	margin-bottom: 20px !important;
	font-family: 'Assistant', sans-serif !important;
	font-size: 25px;
}

.inner-box img {
	border: 1px solid orange !important;
}

a.projectType {
	color: #333;
	font-weight: 400;
}

.tagmeta {
	display: inline-block;
	margin-left: 5px;
}

.tagmeta::after {
	content: ", ";
}

.tagmeta:last-child::after {
	content: "";
}

figure.image-box img {
	border: 1px solid #ccc;
	border-radius: 10px;
	max-width: 100%;
	height: auto;
}

/*
figure.image img {
	min-height: 425px;
}
*/

/*
figure.image-box.gallery-box img {
	min-height: 425px;
}
*/

.article-image img {
	height: 220px;
	width: 100%;
}
.inner-box span.sss img {
    border: none !important;
}
span.sss {
    width: 49%;
    height: 100%;
    position: absolute;
    top: 65%;
    left: -81px;
    visibility: unset;
}
.auto-container .gallery-item .inner-box {
    overflow: unset ;
}
/*
.inner-box figure img {
	min-height: 425px;
}
*/

section#gallery\ mt-5 {
	background: #ffffff url(images/background/pattern-2.png) left top repeat !important;
	padding: 40px 0px;
}

h2.assistant {
	font-size: 30px;
}

.owl-item img {
	height: 80px;
}

.service-details .text-content ul li:before {
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	right: 0 !important;
	top: -1px;
	color: var(--thm-base);
	font-weight: 400;
	font-size: 18px;
}

.text-content ul li {
	padding-right: 30px;
}


/*GDPR*/
.cookie-concent {
	padding: 25px;
	background-color: #666666;
	color: #fff;
}

.cookie-concent a:hover {
	color: #fff;
	transition: 005s;
	text-decoration: none;
}

i#dismiss {
	cursor: pointer;
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
}

i#dismiss:hover {
	transition: 0.5s;
	color: orange;
}

a.btn.btn-sm.btn-warning {
	color: #000 !important;
	margin-right: 15px;
}

#agree {
	margin-right: 15px;
}


@media only screen and (max-width: 991px) {
	.side-menu__social a {
		margin: 5px;
	}

	.image-box.article-image img {
		height: auto;
	}

	.slide-item img {
		height: auto;
	}
}
