/*
| Template created by Kadir Hanoglu
| Author: Dört Bilişim
| URL: https://dortbilisim.com
| Create Date: 22.10.2019
| Last Update: 16.07.2022
| File: home.css
*/

/* Home Sections Start */

.home-section {
	background-color: #fff;
    padding: 80px 0;
	position: relative;
}

.home-section > header {
    text-align: center;
    margin-bottom: 60px;
}

.home-section > header h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	position: relative;
	font-size: 2.8em;
	font-weight: 500;
}

.home-section > header h3:before {
	content: "";
	position: relative;
	display: block;
	width: 30px;
	height: 6px;
	right: -10px;
}

.home-all-button {
    margin-top: 80px;
}

.home-all-button .btn-theme {
    padding: 20px 35px;
    border-radius: 50px;
}

/* Home Sections End */

/* Home Top Social Start */

.top-social-follow {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 1;
    display: flex;
    width: 30px;
	height: 100%;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    opacity: 0;
}

.loaded .top-social-follow {
	opacity: 1;
    transition: .3s all ease 3s;
}

.top-social-follow > span {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-90deg);
    font-family: 'Quicksand', sans-serif;
    font-size: 0.9em;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.1em;
    height: 250px;
    width: 150px;
}

.top-social-follow > span:before {
	content: "";
	position: absolute;
	display: block;
	width: 40px;
	height: 2px;
	background-color: #fff;
	left: -40px;
}

.top-social-follow > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30px;
}

.top-social-follow > div > a {
	display: block;
	padding: 3px 0;
	color: #fff;
}

.top-social-follow > div > a span {
	display: none;
}

/* Home Top Social Start */

/* Home Welcome Start */

.welcome-intro {
    width: 80%;
    color: #fff;
    letter-spacing: 0.2em;
    margin: 0 10%;
    padding: 25px;
	border-radius: 25px;
}

.welcome-intro > span {
	display: block;
	text-transform: uppercase;
}

.welcome-intro > span:nth-child(1) {
    font-size: 6em;
    font-weight: 600;
}

.welcome-intro > span:nth-child(2) {
    font-size: 2.6em;
    letter-spacing: 0.3em;
}

.welcome-intro > span:nth-child(3) {
    font-size: 1.3em;
    margin: 15px 0;
}

.welcome-info {
	padding: 30px 0;
}

.welcome-info > span {
    letter-spacing: 1.2em;
    color: #ccc;
    text-transform: uppercase;
    display: block;
    margin-bottom: 30px;
}

.welcome-info > h2 {
    font-size: 2.75em;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.welcome-box h2 > span {
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
	color: #404952;
    display: block;
    margin-bottom: 0;
    line-height: 1.6em;
}

.welcome-box h2 > span:first-child {
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
}

.welcome-description, .welcome-description h1 {
	line-height: 2em;
	color: #7e8889;
}

.welcome-description h1 {
    font-size: 1.1em;
    font-weight: 500;
    display: inline-block;
}

/* Home Welcome End */

/* Home Other Start */

.home-section {
	padding: 120px 0;
	position: relative;
}

.home-section.dark {
	background-color: #1C2023;
	box-shadow: inset 0 30px 25px rgba(0,0,0,1);
}

.home-section > header {
    margin: 10px 0 50px 0;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.home-section > header h2 {
    display: block;
    position: relative;
    margin: 20px 0 30px 0;
    padding: 0 0 30px 0;
    font-size: 3em;
    font-weight: 400;
    color: #101010;
}

.home-section.dark > header h2 {
	color: #fff;
}

.home-section > header h2:before {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 2px;
	left: calc(50% - 25px);
	bottom: 0;
}

.home-section > header p {
	display: block;
	width: 60%;
	margin: auto;
	font-weight: 100;
	color: #7e8889;
}

.home-all-button {
    margin-top: 80px;
}

.home-all-button .btn-theme {
    padding: 20px 35px;
    border-radius: 50px;
}

/* Home Other End */

/* Home Category Start */

.cat-box li {
    width: 24%;
    float: left;
    margin: 15px 0.5%;
    position: relative;
    overflow: hidden;
}

.cat-picture {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.cat-picture > img {
	transition: .5s all ease;
	width: 100%;
	transform: scale(1);
}

.cat-box li:hover .cat-picture > img {
	transition: .5s all ease;
	transform: scale(1.2);
	filter: blur(3px);
}

.cat-description {
	background-color: rgba(0,0,0,0.5);
	width: auto;
	height: auto;
	padding: 20px;
	position: absolute;
	top: 70%; left: 15%; right: 0;
	transition: .5s all ease;
}

.cat-box li:hover .cat-description {
	width: 90%;
	height: 92%;
	top: 4%; left: 5%;
	transition: .5s all ease;
}

.cat-box li:hover .cat-content {
    width: 100%;
    height: 100%;
    padding: 25px;
    position: relative;
}

.cat-content {
    display: block;
    color: #fff;
    text-decoration: none;
}

.cat-content:hover, .cat-content:focus {
    color: #fff;
}

.cat-content h3 {
	margin: 0;
	padding: 0;
	font-weight: 100;
	font-size: 1.6em;
	letter-spacing: 0.02em;
}

.cat-details {
	visibility: hidden;
	opacity: 0;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.6em;
	transition: .3s all ease;
	text-shadow: 0 1px 3px rgba(0,0,0,0.6);
}

.cat-box li:hover .cat-details {
	visibility: visible;
	opacity: 1;
	position: relative;
	height: auto;
	margin: 25px 0 0 0;
	padding: 15px 0 0 0;
	overflow: hidden;
	transition: .5s all ease 0.3s;
}

.snake-border {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0; bottom: 0;
	left: 0; right: 0;
	visibility: hidden;
	opacity: 0;
}

.cat-box li:hover .snake-border {
	visibility: visible;
	opacity: 1;
}

.snake-border > span {
	background-color: transparent;
    width: 3px;
    height: 3px;
    position: absolute;
    transition: 0.5s all ease 0.3s;
}

.cat-box li:hover .snake-border > span {
	background-color: #fff;
    width: 3px;
    height: 3px;
}

.cat-box li:hover .snake-border > span:nth-child(1) {
	width: 100px;
	height: 3px;
	left: 0px;
	top: 0px;
}

.cat-box li:hover .snake-border > span:nth-child(2) {
	width: 3px;
	height: 100px;
	left: 0px;
	top: 0px;
}

.cat-box li:hover .snake-border > span:nth-child(3) {
	width: 100px;
	height: 3px;
	right: 0px;
	bottom: 0px;
}

.cat-box li:hover .snake-border > span:nth-child(4) {
	width: 3px;
	height: 100px;
	right: 0px;
	bottom: 0px;
}

/* Home Category End */

/* Home Content Box Start */

.list-model .content-box-container {
    background-color: #fff;
    padding: 0 15px;
}

.list-model .content-box-text {
    float: left;
    display: flex;
    width: 50%;
    padding: 30px 50px;
    flex-direction: column;
}

.list-model .content-box-text h3 {
    font-size: 1.8em;
    margin: 0;
    padding: 0;
}

.list-model .content-box-text p {
	margin-top: 20px;
    line-height: 1.9em;
}

.list-model .content-box-picture {
    display: flex;
    width: 50%;
    height: 280px;
    overflow: hidden;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.list-model .content-box-picture img {
    width: 100%;
	height: auto;
}

.list-model .content-box-item:nth-child(odd) .content-box-text {
    float: right;
}

.list-model .content-box-item:nth-child(odd) .content-box-picture {
    float: left;
}

.box-model .content-box-container {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.box-model .content-box-item {
	background-color: #fff;
	width: 31%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	margin: 1%;
	border-radius: 8px;
}

.box-model .content-box-text {
	padding: 10px 40px 25px 40px;
	color: #717c8d;
	line-height: 1.8em;
}

.box-model .content-box-text h3 {
	background-color: #f0f2f5;
	display: block;
	text-align: center;
	font-size: 1.25em;
	margin: -36px 0 20px 0;
	padding: 15px 0;
	border-radius: 50px;
}

/* Home Content Box End */

/* Home Numerical Start */

.home-numerical {
	text-align: center;
	color: #fff;
	padding: 80px 0;
}

.home-numerical i {
	font-size: 3em;
}

.home-numerical h2 {
	font-size: 2.5em;
	margin: 40px 0;
}

.home-numerical h5 {
	font-size: 1.2em;
}

.home-numerical > div {
    position: relative;
    z-index: 2;
}

.home-numerical.parallax {
    padding: 120px 0;
}

.home-numerical.parallax:before, .home-numerical.parallax:after {
    background-image: none;
}

/* Home Numerical End */

/* Home References Start */

.ref-slider-item {
    padding: 15px;
}

.ref-slider-item-content {
	background-color: #fff;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	height: 140px;
	padding: 25px;
	border-radius: 7px;
}

.ref-slider-item-content > img {
	max-width: 100%;
	width: auto !important;
	max-height: 80px !important;
	height: auto;
}

.ref-slider-item-content > span {
	display: flex;
	align-items: center;
	color: #6b747c;
	font-size: 1.25em;
	font-weight: 500;
	letter-spacing: 0.05em;
	width: auto !important;
	height: 80px;
}

/* Home References End */

/* Home Blog Start */

.blog-slider .owl-stage-outer {
    margin: 0 -10px;
    padding: 0 10px;
}

.blog-slider-item {
	padding: 5px;
}

.blog-slider-article {
    background-color: #fff;
    margin: 20px 8px;
    overflow: hidden;
	border-radius: 7px;
    transition: 0.3s all ease;
}

.blog-slider-article:hover {
	transition: 0.3s all ease;
}

.blog-slider-picture {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.blog-slider-picture img {
    width: 100%;
    height: 260px;
    margin: auto auto;
    transition: .5s all ease;
}

.blog-slider-article:hover .blog-slider-picture img {
	transform: scale(1.2);
	transition: .5s all ease;
}

.blog-slider-article h3 {
    font-size: 1.25em;
    letter-spacing: 0;
    font-weight: 400;
    margin: 10px 0 20px 0;
}

.blog-slider-content {
	padding: 35px;
}

.blog-slider-content > div {
    color: #7e8889;
    font-size: 0.95em;
    line-height: 1.75em;
}

.blog-slider-bottom {
	font-size: 0.9em;
	margin: 0 35px;
	padding: 30px 5px;
	border-top: 1px solid #f0f2f5;
}

.blog-slider-bottom > div:nth-child(1) {
	float: left;
	font-weight: 400;
	color: #7e8899;
}

.blog-slider-bottom > div:nth-child(2) {
	float: right;
	font-weight: 500;
}

.blog-slider-bottom > div a {
	text-transform: uppercase;
}

/* Home Blog End */

/* Home News Start */

.news-slider .owl-stage-outer {
    margin: 0 -10px;
    padding: 0 10px;
}

.news-slider-item {
	padding: 5px;
}

.news-slider-article {
    background-color: #fff;
    margin: 20px 8px;
    overflow: hidden;
	border-radius: 7px;
    transition: 0.3s all ease;
}

.news-slider-article:hover {
	transition: 0.3s all ease;
}

.news-slider-picture {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.news-slider-picture img {
    width: 100%;
    height: 260px;
    margin: auto auto;
    transition: .5s all ease;
}

.news-slider-article:hover .news-slider-picture img {
	transform: scale(1.2);
	transition: .5s all ease;
}

.news-slider-article h3 {
    font-size: 1.25em;
    letter-spacing: 0;
    font-weight: 400;
    margin: 10px 0 20px 0;
}

.news-slider-content {
	padding: 35px;
}

.news-slider-content > div {
    color: #7e8889;
    font-size: 0.95em;
    line-height: 1.75em;
}

.news-slider-bottom {
	font-size: 0.9em;
	margin: 0 35px;
	padding: 30px 5px;
	border-top: 1px solid #f0f2f5;
}

.news-slider-bottom > div:nth-child(1) {
	float: left;
	font-weight: 400;
	color: #7e8899;
}

.news-slider-bottom > div:nth-child(2) {
	float: right;
	font-weight: 500;
}

.news-slider-bottom > div a {
	text-transform: uppercase;
}

/* Home News End */

/* Home Service Start */

.service-category {
	margin: 50px 0;
	padding: 20px 0;
}

.service-category header {
	margin: 25px 0;
}

.service-category header {
    margin: 10px 0 50px 0;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.service-category header h3 {
    display: block;
    position: relative;
    margin: 20px 0;
    padding: 0 0 30px 0;
    font-size: 2.5em;
    font-weight: 400;
    color: #101010;
}

.service-category header h3:before {
	background-color: #000;
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 2px;
	left: calc(50% - 25px);
	bottom: 0;
}

.service-icon-text {
	background-color: #fff;
    width: 32%;
    margin: 6px 0.5%;
    padding: 40px;
    float: left;
    text-align: center;
}

.service-icon-text .icon {
    font-size: 4em;
    color: #c0c2c5;
}

.service-icon-text:hover .icon {
	color: #000;
}

.service-pack {
	background-color: #fff;
	width: 24%;
	margin: 15px 0.5%;
	padding: 25px 0;
	float: left;
	text-align: center;
}

.service-pack h4 {
	font-size: 2em;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin: 15px 0;
}

.service-pack ul {
	margin: 0;
	padding: 10px 40px;
}

.service-pack ul li {
    padding: 15px ;
	list-style: none;
	border-bottom: 1px solid #fafbfc;
}

.service-pack ul li:last-child {
	border: none;
}

/* Home Service End */

/* Home Announcement Start */

.announcement-article {
	position: relative;
    margin: 10px 0;
}

.announcement-article:hover {
	cursor: pointer;
}

.announcement-article > div {
    background-color: #fff;
    border: 2px solid #f5f5f5;
    border-radius: 0 7px 7px 7px;
    position: relative;
    padding: 20px 25px;
    z-index: 2;
	transition: .3s all ease;
}

.announcement-article:hover > div {
    background-color: #fff;
    border: 2px solid #f0f0f0;
	transition: .3s all ease;
}

.announcement-article > div > time {
	background-color: #7e8889;
	color: #fff;
	width: 80px;
	padding: 10px;
	border-radius: 15px 0 0 15px;
	text-align: center;
	position: absolute;
	top: -2px;
    left: -80px;
    transition: .3s all ease;
}

.announcement-article:hover > div > time {
	background-color: #333;
	transition: .3s all ease;
}

.announcement-article > div > time > span {
	font-size: 2em;
	line-height: 1em;
    display: block;
}

.announcement-article > div > time > strong {
	font-weight: 100;
	line-height: 1.5em;
	text-transform: uppercase;
    display: block;
}

.announcement-article > div > time > em {
	font-size: 1.1em;
	font-style: normal;
	line-height: 1em;
    display: block;
}

.announcement-article header {
    display: block;
    width: 60%;
    float: left;
}

.announcement-article header > h3 {
    font-size: 1.3em;
}

.announcement-content {
	display: block;
	width: 40%;
	float: right;
	color: #555;
}

.announcement-date {
	float: right;
	position: relative;
}

.announcement-date > div {
    border-radius: 50px;
    float: left;
    margin: 10px;
    padding: 10px 20px;
}

.announcement-date > div:first-child {
	background-color: #f9f9f9;
	border: 1px solid #f9f9f9;
}

.announcement-date > div:last-child {
	background-color: #fff1cf;
	border: 1px solid #fff1cf;
}

.announcement-date > div:hover:first-child {
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
}

.announcement-date > div:hover:last-child {
	background-color: #ffecc1;
	border: 1px solid #ffecc1;
}

/* Home Announcement End */

/* Home Video List Start */

.video-list-page {
    margin: 80px 0;
}

.video-list-category-filter {
    margin: 30px 0;
    padding: 0;
}

.video-list-category-filter > li {
    list-style: none;
    float: left;
    margin: 5px;
    font-size: 0.9em;
}

.video-category-button {
    background-color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
}

.video-category-button:hover, .video-category-button:focus{
	color: #fff;
	border-radius: 10px;
}

.video-list-page > .row {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

.video-list-item {
	background-color: #fff;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 15px 1%;
	padding: 10px;
	border-radius: 7px;
	transition: .3s all ease;
	overflow: hidden;
}

.video-list-item:hover {
	cursor: pointer;
	transition: .3s all ease;
}

.video-item-picture {
	display: flex;
	position: relative;
	width: 100%;
	overflow: hidden;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.video-item-picture > a {
	display: flex;
	position: relative;
	padding-bottom: 0;
	padding-top: 0;
	width: 100%;
	height: 240px;
	background-color: #000;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.video-item-picture > a > img {
	width: 100%;
	transform: scale(1);
	transition: 2s all ease;
}

.video-item-picture > a:before {
	content: "\f04b";
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	display: flex;
	font-family: Font Awesome\ 5 Pro;
	font-weight: 600;
	font-size: 2.8em;
	color: rgba(255,255,255,0.8);
	width: 80px;
	height: 80px;
	border-radius: 80px;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	transform: scale(0.8);
	transition: .3s all ease;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.video-list-item:hover .video-item-picture > a > img {
    transform: scale(1.1);
    transition: 2s all ease;
}

.video-list-item:hover .video-item-picture > a:before {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transition: .3s all ease;
}

.video-item-content {
    min-height: 80px;
    padding: 0 5px;
}

.video-item-content > h3 {
    font-size: 1.1em;
    line-height: 1.2em;
}

.video-item-content > div {
	display: inline-block;
	margin: 0 3px;
	color: #212529;
	font-size: 0.9em;
}

/* Home Video List End */

/* Home Team Start */

.team-slider .owl-stage-outer {
    margin: 0 -10px;
    padding: 0 10px;
}

.team-slider .owl-item img {
	width: auto !important;
}

.team-slider-item {
	padding: 5px;
}

.team-slider-article {
    background-color: #fff;
    margin: 20px 0;
    overflow: hidden;
	border-radius: 7px;
    transition: 0.3s all ease;
}

.team-slider-article:hover {
	transition: 0.3s all ease;
}

.team-slider-picture {
	display: flex;
	width: auto;
	max-width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin: 25px;
}

.team-slider-picture img {
	width: auto;
    max-width: 100%;
	height: auto;
    max-height: 100%;
}

.team-slider-content {
	position: relative;
}

.social-profiles {
	background-color: #f0f2f5;
	width: 60%;
	margin: 0 20%;
	padding: 15px 0;
	border-radius: 50px;
	position: absolute;
	z-index: 1;
	top: -10px;
	text-align: center;
	transition: .3s all ease;
}

.social-profiles > a {
	display: inline-block;
	margin: 0 8px;
	font-size: 1.3em;
}

.team-slider-article:hover .social-profiles {
	top: -80px;
	transition: .3s all ease;
}

.team-content {
	background-color: #fff;
	position: relative;
	z-index: 2;
	top: -10px;
	padding: 15px 25px;
}

.team-content h4 {
    font-size: 1.1em;
    letter-spacing: 0;
    font-weight: 500;
    margin: 10px 0;
    text-align: center;
}

.team-content > strong {
    display: block;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    margin: 15px 0;
}

.team-content > strong:after {
	content: "";
	display: block;
	width: 40px;
	height: 1.5px;
	margin: 10px auto;
}

.team-content > span {
    display: block;
	font-size: 0.9em;
    text-align: center;
    color: #7e8889;
    margin: 10px 0;
}

/* Home Team End */

/* Comments Start */

.comment-slider-item {
    padding: 10px 25px;
}

.comment-slider-article {
    background-color: #fff;
    padding: 20px;
    min-height: 320px;
	border-radius: 7px;
    box-shadow: 0 1px 25px rgba(0,0,0,0.1);
}

.comment-slider-picture {
	width: 25%;
	float: left;
}

.comment-slider-picture img {
	width: 100%;
}

.comment-slider-content {
	width: 75%;
	float: left;
	padding: 10px;
}

.comment-slider-content > i {
	display: block;
	font-size: 3em;
	color: #eee;
	text-align: center;
	margin-bottom: 10px;
}

.comment-content > p {
	font-weight: 100;
	font-size: 0.9em;
	font-style: italic;
	line-height: 1.8em;
}

.comment-content > h5 {
	font-size: 1.4em;
	font-weight: 400;
	display: block;
	text-align: center;
}

.comment-content > span {
	color: #06f;
	display: block;
	text-align: center;
}

.comment-rating {
	margin: 10px 0;
	text-align: center;
	color: #eee;
}

/* Comments End */

@media screen and (max-width: 480px){

    .top-social-follow {
        top: 15%;
    }
	
    .blog-slider .owl-stage-outer,
    .news-slider .owl-stage-outer,
	.team-slider .owl-stage-outer {
        margin: 0;
        padding: 0;
    }
    
	/* Home Other Start */

	.home-section {
		margin: 60px auto;
		padding: 80px 0;
	}

	.home-section > header {
		margin: 0 0 15px 0;
		border-radius: 0;
	}

	.home-section > header h2 {
		margin: 0 0 30px 0;
		font-size: 2em;
	}
	
	.home-section > header p {
	    width: 90%;
	    margin: auto;
	}
	
    .home-section:nth-child(odd):before {
        top: -80px;
    }

	/* Home Other End */
	
    /* Home Welcome Start */
    
    .welcome-intro {
        width: 98%;
        margin: 0 1%;
        padding: 10px;
    }
    
    .welcome-intro > span:nth-child(1) {
        font-size: 5em;
        font-weight: 400;
    }
    
    .welcome-intro > span:nth-child(2) {
        font-size: 2em;
    }
    
    .welcome-intro > span:nth-child(3) {
        font-size: 1.2em;
        margin: 20px 0;
    }
    
    .welcome-info > span {
        letter-spacing: 0.8em;
    }
    
    .welcome-info > h2 {
        font-size: 2.4em;
    }
    
    .welcome-description, .welcome-description h1 {
    	font-size: 1.1em;
    }
    
    .welcome-description h1 {
        font-size: 1em;
        display: inline-block;
    }
    
    /* Home Welcome End */
	
	/* Home Content Box Start */

	.list-model .content-box-container {
		box-shadow: 0 5px 50px rgba(0,0,0,0.1);
		padding: 0 50px;
	}

	.list-model .content-box-text {
		float: none;
		width: 100%;
		padding: 0px;
	}

	.list-model .content-box-text h3 {
		font-size: 2em;
		margin: 20px 0;
		padding: 0;
	}

	.list-model .content-box-picture {
		float: none;
		width: 100%;
		height: auto;
	}

	.list-model .content-box-item:nth-child(odd) .list-model .content-box-text {
		float: none;
	}

	.list-model .content-box-item:nth-child(odd) .list-model .content-box-picture {
		float: none;
	}

	.box-model .content-box-container {
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
		align-items: center;
		padding: 10px;
	}

	.box-model .content-box-item {
		width: 100%;
		margin: 15px 0;
	}

	.box-model .content-box-text {
		padding: 10px 25px 25px 25px;
		line-height: 1.7em;
	}

	.box-model .content-box-text h3 {
		font-size: 1em;
	}

	.box-model .content-box-text p {
		font-size: 0.95em;
	}

	/* Home Content Box End */

	/* Home Numerical Start */

	.home-numerical i {
		font-size: 4em;
	}

	.home-numerical h2 {
		font-size: 3em;
		margin: 20px 0;
	}

	.home-numerical h5 {
		font-size: 1em;
		letter-spacing: 0.05em;
	}

	.home-numerical.parallax {
		padding: 80px 0;
	}

	/* Home Numerical End */
    
    .blog-slider-item,
    .news-slider-item,
    .team-slider-item {
    	width: 96%;
    	margin: 15px 2%;
    	padding: 0;
    }
    
	/* Home Service Start */

	.service-category {
		margin: 30px 0;
		padding: 10px 0;
	}

	.service-category header {
		margin: 15px 0;
	}

	.service-category header {
		margin: 0 0 20px 0;
	}

	.service-category header h3 {
		margin: 0 0 20px 0;
		padding: 0 0 20px 0;
		font-size: 2em;
	}

	.service-icon-text {
		width: 48%;
		height: 160px;
		margin: 5px 1%;
		padding: 20px;
		overflow: hidden;
	}

	.service-icon-text h4 {
		font-size: 1.2em;
		line-height: 1.5em;
   	}

	.service-icon-text .icon {
		font-size: 3em;
	}

	.service-pack {
		background-color: #fff;
		width: 90%;
		margin: 10px 5%;
	}

	.service-pack h4 {
		font-size: 1.5em;
	}

	.service-pack ul {
		padding: 10px 20px;
	}

	.service-pack ul li {
		padding: 15px ;
		list-style: none;
	}

	.service-pack ul li:last-child {
		border: none;
	}

	/* Home Service End */

	/* Home References Start */

	.ref-slider-item-content {
		height: 200px;
	}

	/* Home References End */

	/* Home Announcement Start */

	.announcement-article {
		position: relative;
		margin: 10px 0;
	}

	.announcement-article:hover {
		cursor: pointer;
	}

	.announcement-article > div {
		padding: 10px 15px;
	}

	.announcement-article header {
		width: 100%;
		float: none;
	}

	.announcement-article header > h3 {
		font-size: 1.2em;
	}

	.announcement-content {
		width: 100%;
		float: none;
	}

	.announcement-date {
		display: flex;
	}

	.announcement-date > div {
		border-radius: 10px;
		float: none;
		margin: 5px;
		padding: 10px 20px;
		text-align: center;
	}

	/* Home Announcement End */

    /* Home Videos Start */
    
    .video-list-item {
        width: 94%;
        margin: 15px 3%;
    }

	.video-item-picture > a {
		height: 200px;
	}

    .video-item-content {
        min-height: auto;
        padding: 0 5px;
    }

	.video-item-content > h3 {
		font-size: 1.1em;
	}

    /* Home Video End */
   
}

@media screen and (min-width: 481px) and (max-width: 768px){

    .top-social-follow {
        top: 15%;
    }
	
    .blog-slider .owl-stage-outer,
    .news-slider .owl-stage-outer,
	.team-slider .owl-stage-outer {
        margin: 0;
        padding: 0;
    }
    
	/* Home Other Start */

	.home-section {
		margin: 60px auto;
		padding: 80px 0;
	}

	.home-section > header {
		margin: 0 0 15px 0;
		border-radius: 0;
	}

	.home-section > header h2 {
		margin: 0 0 30px 0;
		font-size: 2em;
	}
	
	.home-section > header p {
	    width: 90%;
	    margin: auto;
	}
	
    .home-section:nth-child(odd):before {
        top: -80px;
    }

	/* Home Other End */
	
    /* Home Welcome Start */
    
    .welcome-intro {
        width: 98%;
        margin: 0 1%;
        padding: 10px;
    }
    
    .welcome-intro > span:nth-child(1) {
        font-size: 5em;
        font-weight: 400;
    }
    
    .welcome-intro > span:nth-child(2) {
        font-size: 2em;
    }
    
    .welcome-intro > span:nth-child(3) {
        font-size: 1.2em;
        margin: 20px 0;
    }
    
    .welcome-info > span {
        letter-spacing: 0.8em;
    }
    
    .welcome-info > h2 {
        font-size: 2.4em;
    }
    
    .welcome-description, .welcome-description h1 {
    	font-size: 1.1em;
    }
    
    .welcome-description h1 {
        font-size: 1em;
        display: inline-block;
    }
    
    /* Home Welcome End */
	
	/* Home Content Box Start */

	.list-model .content-box-container {
		box-shadow: 0 5px 50px rgba(0,0,0,0.1);
		padding: 0 50px;
	}

	.list-model .content-box-text {
		float: none;
		width: 100%;
		padding: 30px;
	}

	.list-model .content-box-text h3 {
		font-size: 2em;
		margin: 0 0 20px 0;
		padding: 0;
	}

	.list-model .content-box-picture {
		float: none;
		width: 100%;
		height: auto;
	}

	.list-model .content-box-item:nth-child(odd) .list-model .content-box-text {
		float: none;
	}

	.list-model .content-box-item:nth-child(odd) .list-model .content-box-picture {
		float: none;
	}

	/* Home Content Box End */

	/* Home Numerical Start */

	.home-numerical i {
		font-size: 4em;
	}

	.home-numerical h2 {
		font-size: 3em;
		margin: 20px 0;
	}

	.home-numerical h5 {
		font-size: 1em;
		letter-spacing: 0.05em;
	}

	.home-numerical.parallax {
		padding: 80px 0;
	}

	/* Home Numerical End */
    
    .blog-slider-item,
    .news-slider-item,
    .team-slider-item {
    	width: 96%;
    	margin: 15px 2%;
    	padding: 0;
    }
    
	/* Home Service Start */

	.service-category {
		margin: 30px 0;
		padding: 10px 0;
	}

	.service-category header {
		margin: 15px 0;
	}

	.service-category header {
		margin: 0 0 20px 0;
	}

	.service-category header h3 {
		margin: 0 0 20px 0;
		padding: 0 0 20px 0;
		font-size: 2em;
	}

	.service-icon-text {
		width: 48%;
		height: 160px;
		margin: 5px 1%;
		padding: 20px;
		overflow: hidden;
	}

	.service-icon-text h4 {
		font-size: 1.2em;
		line-height: 1.5em;
   	}

	.service-icon-text .icon {
		font-size: 3em;
	}

	.service-pack {
		background-color: #fff;
		width: 90%;
		margin: 10px 5%;
	}

	.service-pack h4 {
		font-size: 1.5em;
	}

	.service-pack ul {
		padding: 10px 20px;
	}

	.service-pack ul li {
		padding: 15px ;
		list-style: none;
	}

	.service-pack ul li:last-child {
		border: none;
	}

	/* Home Service End */

    /* Home Videos Start */
    
    .video-list-item {
        width: 94%;
        margin: 15px 3%;
    }

	.video-item-picture > a {
		height: 200px;
	}

    .video-item-content {
        min-height: auto;
        padding: 0 5px;
    }

	.video-item-content > h3 {
		font-size: 1.1em;
	}

    /* Home Video End */

}

@media screen and (min-width: 769px) and (max-width: 1024px){

    .top-social-follow {
        top: 15%;
    }

}

@media screen and (min-width: 1025px) and (max-width: 1280px){

}

@media screen and (min-width: 1281px) and (max-width: 1366px){

}

@media screen and (min-width: 1367px) and (max-width: 1440px){

}

@media screen and (min-width: 1441px) and (max-width: 1600px){

}