body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'FTN_demi';
	overflow-x: hidden;
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.container {
	padding-left: 30px;
	padding-right: 30px;
}

button:focus,
input:focus,
.btn:focus {
	outline: 0;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
	box-shadow: none;
}

button, *[type="button"] {
     appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

b, strong {
   font-family: 'FTN_heavy'; 
   display: contents;
}

ul {
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0;
}

.check1 li, #fullContent .page-content ul li {
	background: url("../img/check1.png") no-repeat;
	background-size: 24px;
	padding-left: 35px;
	margin-bottom: 10px;
	font-family: 'FTN_medium';
}

.check2 li, .page-content article ul li {
	background: url("../img/check2.png") no-repeat;
	background-size: 24px;
	padding-left: 35px;
	margin-bottom: 4px;
	font-family: 'FTN_medium';
}

h1, h2, h3, h4, h5, h6, .h6 {
	font-family: 'FTN_heavy';
}

.hexagon {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%);
	clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%);
}

.hexagon img {
	position: absolute;
	object-fit: cover;
}

.seeMore {
	display: flex;
	align-items: center;
	color: #f5b500;
	font-size: 16px;
	-webkit-transition: 300ms all ease;
    -moz-transition: 300ms all ease;
    -o-transition: 300ms all ease;
	transition: 300ms all ease;
}

.seeMore i {
	margin: 4.7px 0 0 10px;
	-webkit-transition: 300ms all ease;
    -moz-transition: 300ms all ease;
    -o-transition: 300ms all ease;
	transition: 300ms all ease;
}

.seeMore:hover i {
	margin-left: 15px;
}

address, .owl-carousel .owl-stage-outer {
	margin-bottom: 0;
}

.owl-nav.disabled, .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
	border: none;
	background-color: #fff;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}


/* first header */

header {
	background-color: #3e1a77;
	text-transform: uppercase;
	border-bottom: 4px solid #f5b500;
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: 300ms all ease;
    -moz-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms position ease;
}

header nav {
	padding: 0 30px !important;
}

header nav .navbar-brand {
	font-size: 20px;
	color: #f5b500;
}

header nav .navbar-brand span {
    font-size: 10px;
    text-transform: none;
    display: block;
}

header nav .nav-item {
	position: relative;
}

header nav .nav-item:after {
	content: '';
	width: 1px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.15);
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}

header nav .nav-item .nav-link {
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	padding: 0 30px !important;
	min-height: 60px;
	display: flex;
	align-items: center;
	-webkit-transition: 300ms all ease;
    -moz-transition: 300ms all ease;
    -o-transition: 300ms all ease;
	transition: 300ms all ease;
}

header nav .nav-item .nav-link:hover, header nav .nav-item.active .nav-link {
	color: #f5b500;
}

header .menu-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

header .lang-boxes {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

header .lang-boxes a {
    color: #fff !important;
    padding: 10px 12px;
    font-size: 14px;
    background-color: #572ba7;
    -webkit-transition: 300ms background-color ease;
    -moz-transition: 300ms background-color ease;
    -o-transition: 300ms background-color ease;
    transition: 300ms background-color ease;
}

header .lang-boxes a:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

header .lang-boxes a:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

 header .lang-boxes a.active, header .lang-boxes a:hover {
    background-color: #f9c947;
}

header nav .search-btn-wrap .search-icon {
	width: 40px;
	height: 40px;
	margin-left: 15px;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #ccc;
	color: #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

header .search-line {
	display: none;
	width: 100%;
	background-color: #e6e1e1;
	position: absolute;
	top: 64px;
	z-index: 100;
}

header .search-line .search-line-content {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 25px !important;
}

header .search-line .search-line-content h4 {
	margin: 0 15px 0 0;
}

header .search-line .search-line-content form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 38%;
}

header .search-line .search-line-content input,
header .search-line .search-line-content button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
}

header .search-line .search-line-content input {
	border: 1px solid #ccc;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	width: 80%;
	-webkit-transition: 300ms all ease;
    -moz-transition: 300ms all ease;
    -o-transition: 300ms all ease;
	transition: 300ms all ease;
}

header .search-line .search-line-content input::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #ccc;
	font-size: 14px;
	opacity: 1;
	/* Firefox */
}

header .search-line .search-line-content input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc;
	font-size: 14px;
}

header .search-line .search-line-content input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #ccc;
	font-size: 14px;
}

header .search-line .search-line-content input:focus {
	border-color: #f5b500;
}

header .search-line .search-line-content button {
	background-color: #f5b500;
	border: 1px solid #f5b500;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	width: 100px;
}

header .menu-wrap {
    width: 36px;
    height: 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    -webkit-transition: transform 300ms ease-out;
    -moz-transition: transform 300ms ease-out;
    -o-transition: transform 300ms ease-out;
    transition: transform 300ms ease-out;
    padding: 5px 0;
}

header .menu-wrap.open {
    -webkit-transform: rotate(-45deg);  
    transform: rotate(-45deg);  
}

header .menu-wrap .line-menu {
    background-color: #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    width: 100%;
    height: 2px;
}

header .menu-wrap .line-menu:nth-child(3) {
    width: 50%;
}

header .menu-wrap .line-menu:nth-child(1) {
    -webkit-transition: transform 300ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    -moz-transition: transform 300ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    -o-transition: transform 300ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: transform 300ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
}

header .menu-wrap.open .line-menu:nth-child(1) {
    -webkit-transform: rotate(-90deg) translateX(-12px);
    transform: rotate(-90deg) translateX(-12px);
}

header .menu-wrap .line-menu:nth-child(3) {
    align-self: flex-end;
    -webkit-transition: transform 300ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    -moz-transition: transform 300ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    -o-transition: transform 300ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: transform 300ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: left;
}

header .menu-wrap.open .line-menu:nth-child(3) {
    -webkit-transform: rotate(-90deg) translateX(-3px);
    transform: rotate(-90deg) translateX(-3px);
}

.mainCarousel .item {
	position: relative;
	height: 700px;
	overflow: hidden;
}

.mainCarousel .item .background-slide {
    -webkit-filter: blur(7px);
	filter: blur(7px);
	opacity: 0.2;
	height: 100%;
	object-fit: cover;
	width: 102%;
	position: relative;
	top: 0%;
	left: -1%;
}

.mainCarousel .item .slide {
	width: 400px;
	position: absolute;
	right: 14%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	border-radius: 8px;
	border-bottom: 4px solid #f5b500;
}

.mainCarousel .item .slideText {
	position: absolute;
	top: 50%;
	left: 14%;
	width: 30%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mainCarousel .item .slideText h1 {
	text-transform: uppercase;
	font-size: 46px;
}

.mainCarousel .item .slideText p {
	font-size: 18px;
	margin-top: 40px;
}

.mainCarousel .item .slideText .check1 {
	margin-top: 40px;
}

.mainCarousel .owl-nav button.owl-prev,
.mainCarousel .owl-nav button.owl-next {
	color: #ccc;
	font-size: 30px;
	width: 50px;
	height: 100px;
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
	border-radius: 50px;
	margin: 0;
}

.mainCarousel .owl-nav button.owl-prev i,
.mainCarousel .owl-nav button.owl-next i {
	position: relative;
	top: 2px;
}

.mainCarousel .owl-nav button.owl-prev {
	left: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.mainCarousel .owl-nav button.owl-prev i {
	left: -4px;
}

.mainCarousel .owl-nav button.owl-next {
	right: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.mainCarousel .owl-nav button.owl-next i {
	right: -4px;
}

/* about section */

#about {
	padding-bottom: 60px;
	background-color: #fff;
	text-align: justify;
}

#about .articleSec {
	padding: 70px 15px;
}

#about .articleSec h3 {
	margin-bottom: 10px;
}

#about .articleSec article {
	font-size: 18px;
	font-family: 'FTN_medium';
}

#about .articleSec article h5 {
	margin: 30px 0 15px;
}

#about .articleSec article .seeMore {
	margin-top: 20px;
}

#about .about-img {
	position: relative;
}

#about .about-img .hexagon-img {
    -webkit-filter: drop-shadow(0 18px 15px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(0 18px 15px rgba(0, 0, 0, 0.2));
	/*width: 550px;*/
	/*height: 550px;*/
	width: 480px;
	height: 440px;
	position: absolute;
	top: -37%;
	right: -8%;
	z-index: 1;
}

#about .about-img .hexagon-img .hexagon {
    overflow: hidden;
}

#about .about-img .hexagon-img .hexagon img {
	/*top: 46px;*/
	/*left: 26px;*/
	/*width: 500px;*/
	/*height: 500px;*/
	top: 36px;
    left: -35px;
    /*width: 550px;*/
}

#about .timeline-tabs h5 {
	display: inline-block;
	border-bottom: 2px solid #000;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

#about .timeline-tabs .nav-tabs {
	border-bottom: 4px solid #f2f2f2;
	/*width: 80%;*/
}

#about .timeline-tabs .nav-tabs .nav-item {
	margin-bottom: 0;
}

#about .timeline-tabs .nav-tabs .nav-item .nav-link {
	color: #000;
	font-family: 'FTN_heavy';
	background-color: transparent;
	padding-left: 0;
	padding-right: 70px;
	padding-bottom: 15px;
	line-height: 0.5;
	position: relative;
	top: 16px;
	z-index: 111;
}

#about .timeline-tabs .nav-tabs .nav-item .nav-link span {
	font-size: 20px;
	position: relative;
	bottom: -7px;
}

#about .timeline-tabs .nav-tabs .nav-item .nav-link::after {
	content: '';
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #f2f2f2;
	display: inherit;
	position: relative;
	left: -1px;
	top: 25px;
}

#about .timeline-tabs .nav-tabs .nav-item .nav-link:hover,
#about .timeline-tabs .nav-tabs .nav-item .nav-link:focus {
	border-color: transparent;
}

#about .timeline-tabs .nav-tabs .nav-item .nav-link.active {
	border-color: transparent;
	top: 0;
}

#about .timeline-tabs .nav-tabs .nav-item .nav-link.active span {
	font-size: 40px;
}

#about .timeline-tabs .nav-tabs .nav-item .nav-link.active::after {
	width: 15px;
	height: 15px;
	background-color: #f5b500;
}

#about .timeline-tabs .tab-content {
	margin-top: 30px;
	/*width: 62%;*/
}

#about .timeline-tabs .tab-content .tab-pane {
	padding: 0;
	font-family: 'FTN_medium';
}


/* what is */

#whatIs {
	padding: 60px 0;
	background-color: #f2f2f2;
}

#whatIs .video-wrapper {
	display: flex;
	height: 325px;
}

#whatIs .video-wrapper h1 {
    -webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	text-transform: uppercase;
	writing-mode: vertical-lr;
	line-height: 0.5;
	color: #e7e7e7;
	margin-bottom: -7px;
    font-size: 32px;
    text-align: center;
}

#whatIs .video-wrapper .video-wrap-first {
    background: url("../img/video-cover.jpg") no-repeat;
}

#whatIs .video-wrapper .video-wrap-second {
    background: url("../img/video-cover2.jpg") no-repeat;
    background-position: top;
}

#whatIs .video-wrapper .video-wrap {
	background-size: cover;
	width: 100%;
	-webkit-border-radius: 25px;
    -moz-border-radius: 25px;
	border-radius: 25px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

#whatIs .video-wrapper .video-wrap:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-transition: 300ms all ease;
	-moz-transition: 300ms all ease;
	-o-transition: 300ms all ease;
	transition: 300ms all ease;
}

#whatIs .video-wrapper .video-wrap .play-icon-wrap,
#whatIs .video-wrapper .video-wrap .play-icon {
	border: 1.5px dashed rgba(255, 255, 255, 0.4);
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 300ms all ease;
	-moz-transition: 300ms all ease;
	-o-transition: 300ms all ease;
	transition: 300ms all ease;
}

#whatIs .video-wrapper .video-wrap .play-icon-wrap {
	width: 100px;
	height: 100px;
}

#whatIs .video-wrapper .video-wrap .play-icon-wrap .play-icon {
	width: 70px;
	height: 70px;
}

#whatIs .video-wrapper .video-wrap .play-icon-wrap .play-icon i {
	font-size: 40px;
	color: #f5b500;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#whatIs .video-wrapper .video-wrap iframe {
	width: 100%;
	height: 100%;
}

#whatIs .video-wrapper .video-wrap:hover:before {
	background-color: rgba(0, 0, 0, 0.6);
}

#whatIs .video-wrapper .video-wrap:hover .play-icon-wrap,
#whatIs .video-wrapper .video-wrap:hover .play-icon {
	border: 1.5px dashed rgba(255, 255, 255, 0.7);
}

#whatIs .video-wrapper .video-wrap.none-overlay:before {
	content: none;
}

#whatIs .info-section {
    color: #fff;
    position: absolute;
    top: 15px;
    right: 30px;
    -webkit-transition: 300ms all ease;
	-moz-transition: 300ms all ease;
	-o-transition: 300ms all ease;
    transition: 300ms all ease;
}

#whatIs .info-section h2, #whatIs .info-section p {
	margin-bottom: 0;
}

#whatIs .info-section p {
	font-size: 14px;
}

#whatIs .video-wrapper .video-wrap:hover > .info-section {
    opacity: 0;
}


/* calculate */

#calculate {
	padding: 40px 0;
	background-color: #f543530a;
}

#calculate .calc-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
}

#calculate .calc-wrapper .heart-wrap {
	width: 120px;
	height: 120px;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-color: #f54353;
	-webkit-animation: play 2s ease infinite;
	-moz-animation: play 2s ease infinite;
	animation: play 2s ease infinite;
}

#calculate .calc-wrapper .heart-wrap .heart-beat {
	-webkit-animation: heartBeat 2s ease-in-out infinite;
	-moz-animation: heartBeat 2s ease-in-out infinite;
	-o-animation: heartBeat 2s ease-in-out infinite;
	-ms-animation: heartBeat 2s ease-in-out infinite;
	animation: heartBeat 2s ease-in-out infinite;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@-webkit-keyframes heartBeat {
	0% {
		zoom: 120%;
	}
	25% {
		zoom: 150%;
	}
	50% {
		zoom: 110%;
	}
	75% {
		zoom: 120%;
	}
	100% {
		zoom: 150%;
	}
}

@keyframes heartBeat {
	0% {
	    -webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	25% {
	    -webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
	50% {
	    -webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	75% {
	    -webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
	    -webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
}

@keyframes play {
	0% {
	    -webkit-transform: scale(1);
		transform: scale(1);
	}
	15% {
		-webkit-box-shadow: 0 0 0 20px rgba(191, 11, 11, 0.2);
		-moz-box-shadow: 0 0 0 20px rgba(191, 11, 11, 0.2);
		box-shadow: 0 0 0 20px rgba(191, 11, 11, 0.2);
	}
	25% {
		-webkit-box-shadow: 0 0 0 25px rgba(191, 11, 11, 0.2), 0 0 0 40px rgba(191, 11, 11, 0.1);
		-moz-box-shadow: 0 0 0 25px rgba(191, 11, 11, 0.2), 0 0 0 40px rgba(191, 11, 11, 0.1);
		box-shadow: 0 0 0 25px rgba(191, 11, 11, 0.2), 0 0 0 40px rgba(191, 11, 11, 0.1);
	}
	25% {
		-webkit-box-shadow: 0 0 0 30px rgba(191, 11, 11, 0.2), 0 0 0 50px rgba(191, 11, 11, 0.1);
		-moz-box-shadow: 0 0 0 30px rgba(191, 11, 11, 0.2), 0 0 0 50px rgba(191, 11, 11, 0.1);
		box-shadow: 0 0 0 30px rgba(191, 11, 11, 0.2), 0 0 0 50px rgba(191, 11, 11, 0.1);
	}
}

#calculate .calc-wrapper .calc {
	width: 35%;
	margin-left: 100px;
	text-align: center;
}

#calculate .calc-wrapper .calc a {
	background-color: #ed4152 !important;
	-moz-box-shadow: 0px 10px 20px 0px #e3e3e3;
    -webkit-box-shadow: 0px 10px 20px 0px #e3e3e3;
	box-shadow: 0px 10px 20px 0px #e3e3e3;
	margin-top: 15px;
	-webkit-transition: 500ms all ease;
	-moz-transition: 500ms all ease;
	-o-transition: 500ms all ease;
	transition: 500ms all ease;
	color: #fff;
	padding: 10px 45px;
}

#calculate .calc-wrapper .calc a:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
	box-shadow: none;
	color: #e9e6e6;
}


/* services section */

#services {
	padding: 60px 0;
	background-color: #f2f2f2;
}

#services .box-wrap .box, #categoryPages .box-wrap .box, .searchCont .box-wrap .box {
    background: -moz-linear-gradient(150deg, #ffffff 50%, #f5f6f6 100%);
    background: -webkit-linear-gradient(150deg, #ffffff 50%, #f5f6f6 100%);
	background: linear-gradient(150deg, #ffffff 50%, #f5f6f6 100%);
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
	margin: 15px 0;
	position: relative;
	-webkit-transition: 500ms all ease;
	-moz-transition: 500ms all ease;
	-o-transition: 500ms all ease;
	transition: 500ms all ease;
}

#services .box-wrap .box a, #categoryPages .box-wrap .box a, .searchCont .box-wrap .box a {
	display: inherit;
	color: #000;
	padding: 30px;
}

#services .box-wrap .box a h5, #categoryPages .box-wrap .box a h5, .searchCont .box-wrap .box a h5 {
    /*min-height: 50px;*/
    /*max-height: 50px;*/
    height: 46px;
    max-width: 90%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 19px;
}

#services .box-wrap .box a p, #categoryPages .box-wrap .box a p, .searchCont .box-wrap .box a p {
	margin-bottom: 0;
	font-family: 'FTN_medium';
	color: #b2b2b2;
	min-height: 48px;
    max-height: 48px;
    padding-right: 23px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#services .box-wrap .box a span, #categoryPages .box-wrap .box a span, .searchCont .box-wrap .box a span {
	position: absolute;
	right: 30px;
}

#services .box-wrap .box a span.moreArrow, #categoryPages .box-wrap .box a span.moreArrow, .searchCont .box-wrap .box a span.moreArrow {
	top: 30px;
	color: #cabfbf;
	font-size: 25px;
	-webkit-transition: 500ms all ease;
	-moz-transition: 500ms all ease;
	-o-transition: 500ms all ease;
	transition: 500ms all ease;
}

#services .box-wrap .box a span.colorful, #categoryPages .box-wrap .box a span.colorful, .searchCont .box-wrap .box a span.colorful {
	height: 15px;
	width: 15px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
	bottom: 30px;
}

#services .box-wrap .box:hover .moreArrow, #categoryPages .box-wrap .box:hover .moreArrow, .searchCont .box-wrap .box:hover .moreArrow {
	right: 25px;
}

#services .box-wrap:nth-child(1n) .colorful, #categoryPages .box-wrap:nth-child(1n) .colorful, .searchCont .box-wrap:nth-child(1n) .colorful {
	background: #2fd72f;
}

#services .box-wrap:nth-child(2n) .colorful, #categoryPages .box-wrap:nth-child(2n) .colorful, .searchCont .box-wrap:nth-child(2n) .colorful {
	background: #f3be3e;
}

#services .box-wrap:nth-child(3n) .colorful, #categoryPages .box-wrap:nth-child(3n) .colorful, .searchCont .box-wrap:nth-child(3n) .colorful {
	background: #ff3372;
}

#services .box-wrap:nth-child(4n) .colorful, #categoryPages .box-wrap:nth-child(4n) .colorful, .searchCont .box-wrap:nth-child(4n) .colorful {
	background: #8d72f1;
}

#services .box-wrap:nth-child(5n) .colorful, #categoryPages .box-wrap:nth-child(5n) .colorful, .searchCont .box-wrap:nth-child(5n) .colorful {
	background: #79b9ff;
}

#services .box-wrap:nth-child(6n) .colorful, #categoryPages .box-wrap:nth-child(6n) .colorful, .searchCont .box-wrap:nth-child(6n) .colorful {
	background: #8114ce;
}

#services .box-wrap:nth-child(7n) .colorful, #categoryPages .box-wrap:nth-child(7n) .colorful, .searchCont .box-wrap:nth-child(7n) .colorful {
	background: #63974e;
}

#services .box-wrap:nth-child(8n) .colorful, #categoryPages .box-wrap:nth-child(8n) .colorful, .searchCont .box-wrap:nth-child(8n) .colorful {
	background: #990000;
}


/* news section */

#news {
	padding: 60px;
	background-color: #fff;
	position: relative;
	z-index: 999;
	overflow: hidden;
}

#news .news-carousel {
	margin-left: 12%;
}

#news .news-carousel .owl-stage-outer {
	padding: 15px 0;
}

#news .news-carousel .owl-stage-outer .item, #categoryPages .page-content .item, .searchCont .page-content .item {
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.09), 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.09), 0 3px 6px rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.09), 0 3px 6px rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #fff;
	margin-left: 15px;
	position: relative;
}

#news .news-carousel .owl-stage-outer .item a, #categoryPages .page-content .item a, .searchCont .page-content .item a {
	display: inherit;
	color: #000;
	padding: 30px 30px 20px;
}

#news .news-carousel .owl-stage-outer .item a h5, #categoryPages .page-content .item a h5, .searchCont .page-content .item a h5 {
	/*min-height: 50px;*/
 /*   max-height: 50px;*/
    height: 44px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
}

#news .news-carousel .owl-stage-outer .item a .info-box, #categoryPages .page-content .item a .info-box, .searchCont .page-content .item a .info-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 80px;
}

#news .news-carousel .owl-stage-outer .item a .info-box .author,
#news .news-carousel .owl-stage-outer .item a .info-box .info-img, 
#categoryPages .page-content .item a .info-box .author, 
#categoryPages .page-content .item a .info-box .info-img,
.searchCont .page-content .item a .info-box .author, 
.searchCont .page-content .item a .info-box .info-img {
	height: 100%;
}

#news .news-carousel .owl-stage-outer .item a .info-box .author, 
#categoryPages .page-content .item a .info-box .author, 
.searchCont .page-content .item a .info-box .author {
	display: flex;
	flex-wrap: wrap;
	width: 40%;
	padding-right: 15px;
}

#news .news-carousel .owl-stage-outer .item a .info-box .author .hexagon-img, 
#categoryPages .page-content .item a .info-box .author .hexagon-img, 
.searchCont .page-content .item a .info-box .author .hexagon-img {
	position: absolute;
	left: -12px;
	width: 86px;
	height: 86px;
}

#news .news-carousel .owl-stage-outer .item a .info-box .author .hexagon-img .hexagon img, 
#categoryPages .page-content .item a .info-box .author .hexagon-img .hexagon img,
.searchCont .page-content .item a .info-box .author .hexagon-img .hexagon img {
	top: 6px;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.6;
}

#news .news-carousel .owl-stage-outer .item a .info-box .author .title, 
#categoryPages .page-content .item a .info-box .author .title,
.searchCont .page-content .item a .info-box .author .title {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding-left: 48px;
}

#news .news-carousel .owl-stage-outer .item a .info-box .author .title h6, 
#categoryPages .page-content .item a .info-box .author .title h6,
.searchCont .page-content .item a .info-box .author .title h6 {
    margin-bottom: 10px;
    margin-top: 6px;
    font-size: 12px;
    font-family: 'FTN_demi';
    color: #c6c6c6;
}

#news .news-carousel .owl-stage-outer .item a .info-box .author .title span, 
#categoryPages .page-content .item a .info-box .author .title span,
.searchCont .page-content .item a .info-box .author .title span {
	font-size: 14px;
    font-family: 'FTN_medium';
    color: #babdc0;
}

#news .news-carousel .owl-stage-outer .item a .info-box .info-img, 
#categoryPages .page-content .item a .info-box .info-img,
.searchCont .page-content .item a .info-box .info-img {
	width: 60%;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
	padding-left: 20px;
	position: relative;
}

#news .news-carousel .owl-stage-outer .item a .info-box .info-img img, 
#categoryPages .page-content .item a .info-box .info-img img,
.searchCont .page-content .item a .info-box .info-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
}

#news .news-carousel .owl-stage-outer .item a .info-box .info-img:before,
#categoryPages .page-content .item a .info-box .info-img:before,
.searchCont .page-content .item a .info-box .info-img:before {
	content: '';
	position: absolute;
	left: -15px;
	width: 1px;
	height: 100%;
	background-color: #f2f2f2;
}

#news .news-carousel .owl-stage-outer .item a .info-box .info-img:before {
    left: 0;
}

#news .news-carousel .owl-stage-outer .item a .info-box {
    height: 100px;
}

#categoryPages .page-content .item a .info-box .info-img, 
.searchCont .page-content .item a .info-box .info-img,
#categoryPages .page-content .item a .info-box .author, 
.searchCont .page-content .item a .info-box .author {
    width: 50%;
}

#categoryPages .page-content .item a .info-box .author .title, 
.searchCont .page-content .item a .info-box .author .title {
    padding-left: 34px;
}

#news .navCustom {
	position: absolute;
	top: 7%;
	right: 10%;
}

#news .navCustom button {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #f5f5f5;
	color: #c0c0c0;
	background-color: transparent;
	-webkit-transition: 300ms all ease;
	-moz-transition: 300ms all ease;
	-o-transition: 300ms all ease;
	transition: 300ms all ease;
}

#news .navCustom button.owl-next {
	margin-left: 15px;
}

#news .navCustom button:hover {
	background-color: #dbdbdb;
	color: #fff;
}

#news .all-info {
	position: absolute;
	bottom: 8%;
	right: 10%;
	color: #000;
	font-family: 'FTN_medium';
	-webkit-transition: 300ms all ease-in-out;
	-moz-transition: 300ms all ease-in-out;
	-o-transition: 300ms all ease-in-out;
	transition: 300ms all ease-in-out;
}

#news .all-info:before,
#news .all-info:after {
	content: '';
	position: absolute;
	top: 27px;
	width: 50%;
	height: 2px;
	background-color: #f5b543;
	-webkit-transition: 300ms all ease-in-out;
	-moz-transition: 300ms all ease-in-out;
	-o-transition: 300ms all ease-in-out;
	transition: 300ms all ease-in-out;
}

#news .all-info:before {
	left: 50%;
}

#news .all-info:after {
	right: 50%;
}

#news .all-info:hover:before,
#news .all-info:hover:after {
    width: 20px;
}


/* footer */

footer .section-top {
	background-color: #f2f2f2;
	padding: 60px 0;
}

footer .section-top .section-flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

footer .section-top .section-flex h4 {
	text-transform: uppercase;
	text-align: center;
}

footer .section-top .section-flex ul {
	margin-top: 40px;
}

footer .section-top .section-flex ul li {
	float: left;
	margin-right: 50px;
}

footer .section-top .section-flex ul li a {
	display: table-caption;
	flex-direction: column;
	text-align: center;
}

footer .section-top .section-flex ul li a .socialM {
	display: inline-block;
	text-align: center;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
	background: #fff;
	width: 65px;
	height: 65px;
	line-height: 65px;
	margin: 5px;
	text-align: center;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 30%;
    -moz-border-radius: 30%;
	border-radius: 30%;
	-moz-box-shadow: 0 7px 18px -7px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 7px 18px -7px rgba(0, 0, 0, 0.18);
	box-shadow: 0 7px 18px -7px rgba(0, 0, 0, 0.18);
	opacity: 0.99;
}

footer .section-top .section-flex ul li a .socialM i {
	color: #3e1a77;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	font-size: 38px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

footer .section-top .section-flex ul li a .socialM span {
	color: #000;
	text-transform: uppercase;
}

footer .section-top .section-flex ul li a .socialM.facebook:before {
	background: #3b5998;
}

footer .section-top .section-flex ul li a .socialM.facebook i {
	color: #3b5998;
}

footer .section-top .section-flex ul li a .socialM.instagram:before {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

footer .section-top .section-flex ul li a .socialM.instagram i {
	color: #df3e43;
}

footer .section-top .section-flex ul li a .socialM.youtube:before {
	background: #c4302b;
}

footer .section-top .section-flex ul li a .socialM.youtube i {
	color: #c4302b;
}

footer .section-top .section-flex ul li a .socialM:before {
    -webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
	top: 90%;
	left: -110%;
	content: '';
	width: 120%;
	height: 120%;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

footer .section-top .section-flex ul li a .socialM:focus:hover {
	top: -10%;
	left: -10%;
}

footer .section-top .section-flex ul li a .socialM:focus i {
	color: #fff;
	-webkit-transform: scale(1);
	transform: scale(1);
}

footer .section-top .section-flex ul li a .socialM:hover:before {
	top: -10%;
	left: -10%;
}

footer .section-top .section-flex ul li a .socialM:hover i {
	color: #fff;
	-webkit-transform: scale(1);
	transform: scale(1);
}

footer .section-top .section-flex ul li a .socialName {
	text-transform: uppercase;
}

footer .section-top .section-flex ul li:last-child {
	margin-right: 0;
}

footer .section-bottom {
	background-color: #000;
	padding: 60px 0;
}

footer .section-bottom .navbar-brand {
	text-transform: uppercase;
	color: #fff;
	font-size: 30px;
	margin-bottom: 20px;
}

footer .section-bottom .navbar-brand-img {
    padding: 11px 0;
    display: block;
}

footer .section-bottom .footer-menu .h6 {
	text-transform: uppercase;
	color: #f5b500;
	margin-bottom: 10px;
}

footer .section-bottom .footer-menu .nav-item {
	margin-bottom: 5px;
}

footer .section-bottom .footer-menu .nav-item .nav-link,
footer .section-bottom .footer-menu .nav-item address {
	color: #666;
	padding: 0.2rem 1rem;
}

footer .section-bottom .footer-menu .nav-item .nav-link i,
footer .section-bottom .footer-menu .nav-item address i {
	margin-right: 5px;
	-webkit-transition: 300ms all ease;
	-moz-transition: 300ms all ease;
	-o-transition: 300ms all ease;
	transition: 300ms all ease;
}

footer .section-bottom .footer-menu .nav-item .nav-link:hover i,
footer .section-bottom .footer-menu .nav-item address:hover i {
	color: #f5b500;
}

footer .section-bottom .footer-menu .nav-item .nav-link {
	position: relative;
}

footer .section-bottom .footer-menu .nav-item .nav-link::before {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 0.2rem 1rem;
	max-height: 0;
	color: #fff;
	content: attr(data-hover);
	-webkit-transition: max-height 0.5s;
	-moz-transition: max-height 0.5s;
	-o-transition: max-height 0.5s;
	transition: max-height 0.5s;
}

footer .section-bottom .footer-menu .nav-item .nav-link:hover::before, footer .section-bottom .footer-menu .nav-item.active .nav-link::before {
	max-height: 100%;
}

footer .section-bottom .footer-menu .nav-item .nav-link span {
	position: relative;
	display: inline-block;
}

footer .section-bottom .footer-menu .nav-item .nav-link span::before {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 0;
	max-height: 0;
	color: #fff;
	content: attr(data-hover);
	-webkit-transition: max-height 0.5s;
	-moz-transition: max-height 0.5s;
	-o-transition: max-height 0.5s;
	transition: max-height 0.5s;
}

footer .section-bottom .footer-menu .nav-item .nav-link span:hover::before {
	max-height: 100%;
}

footer .webRights {
    background-color: #f2f2f2;
    padding: 15px 0;
    font-size: 15px;
    letter-spacing: 0.2px;
    font-family: FTN_medium;
}

footer .webRights p {
    margin-bottom: 0;
}

footer .webRights .alignText {
    text-align: right;
}


/* breadcrumb */

.breadcrumb-wrap {
    background-color: #f7f8f9;
    height: 50px;
    overflow: hidden;
}

.breadcrumb-wrap #breadcrumb {
    background-color: #edeeef;
    display: inline-block;
    overflow: hidden;
}

.breadcrumb-wrap #breadcrumb li {
    float: left;
    padding: 15px;
    margin-right: 23px;
    font-size: 14px;
    position: relative;
    background-color: #f7f8f9;
}

.breadcrumb-wrap #breadcrumb li:before, .breadcrumb-wrap #breadcrumb li:after {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #f7f8f9;
    border-width: 25px 10px;
    width: 0;
    height: 0;
}

.breadcrumb-wrap #breadcrumb li:before {
    left: -19px;
    border-left-color: transparent;
}

.breadcrumb-wrap #breadcrumb li:first-child:before {
    border: none;
}

.breadcrumb-wrap #breadcrumb li:after {
    left: 100%;
    border-color: transparent;
    border-left-color: #f7f8f9;
}

.breadcrumb-wrap #breadcrumb li:first-child:before {
    border: none;
}

.breadcrumb-wrap #breadcrumb li:last-child {
    margin-right: 0;
}

.breadcrumb-wrap #breadcrumb li:last-child:after {
    border: none;
}

.breadcrumb-wrap #breadcrumb li a {
    color: #b6b6b6;
    -webkit-transition: 300ms all ease;
	-moz-transition: 300ms all ease;
	-o-transition: 300ms all ease;
    transition: 300ms all ease;
}

.breadcrumb-wrap #breadcrumb li a:hover, .breadcrumb-wrap #breadcrumb li .currentPage {
    color: #d6d7db;
}


/* pagination */

.pagination {
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0;
}

.pagination span, .pagination a:link, .pagination a:visited, .pagination a:active {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 13px;
    margin-left: 6px;
    margin-right: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #feffff;
}

.pagination span {
    background-color: #f2f2f2;
}

.pagination i {
    font-size: 13px;
}

.pagination a:link, .pagination a:visited, .pagination a:active {
    background-color: #f9c947;
    -webkit-transition: 500ms background ease;
	-moz-transition: 500ms background ease;
	-o-transition: 500ms background ease;
    transition: 500ms background ease;
}

.pagination a:hover {
    background-color: #f7b708;
}


/* search result style */

.dpad.radial.infoblock, .dpad.radial .heading, .dpad.radial #searchtable {
    display: none;
}


/* pages style */

.page-general .overlay {
    position: absolute;
    width: 100%;
    height: 300px;
    background: #2c2b2e;
}

.page-general .title-wrapper {
   width: 100%;
   height: 300px;
   position: relative;
}

.page-general .title-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/slided2.jpg') no-repeat;
    opacity: .3;
}

.page-general .title-wrapper .page-title {
    position: absolute;
    bottom: 10%;
    left: 14%;
    text-transform: uppercase;
    color: #e1e1e1;
}

.page-content {
    padding: 45px 30px 80px;
}

.page-content h4 {
    margin-bottom: 20px;
}

.page-content li {
    font-size: 18px;
}

.page-content#about {
    padding-bottom: 80px;
    background-color: transparent;
}

.page-content#about .articleSec article {
    font-size: 21px;
}

.page-content#about .articleSec .crop {
    display: none;
}

.page-content .about-img .hexagon-img {
    top: -5% !important;
}

.page-content .about-img .img-text {
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 10px 20px;
    text-shadow: 1px 0px #3f2077;
    color: #fff;
    text-align: center;
    opacity: 0;
    -webkit-transition: 500ms opacity ease-in-out;
    -moz-transition: 500ms opacity ease-in-out;
    -o-transition: 500ms opacity ease-in-out;
    transition: 500ms opacity ease-in-out;
}

.page-content .about-img .hexagon-img .hexagon:hover .img-text {
    opacity: 1;
}

#contactPage .page-content .contact-box {
    background-color: #fff;
    padding: 60px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#contactPage .page-content .contact-box h4 {
    text-align: center;
    text-transform: uppercase;
    color: #f5b500;
}

#contactPage .page-content {
    position: relative;
}

#contactPage .page-content .info-box {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'FTN_medium';
}

#contactPage .page-content .info-box .img-box {
    height: 40px;
    margin-right: 28px;
    position: relative;
}

#contactPage .page-content .info-box .img-box img {
    height: 100%;
}

#contactPage .page-content .info-box a, #contactPage .page-content .info-box address {
    color: #000;
    display: block;
    font-size: 16px;
}

#contactPage .page-content .info-box address {
    width: 60%;
}

#contactPage .page-content .info-box .img-box:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -15px;
    height: 20px;
    border-right: 1px solid #000;
}

#contactPage #map {
    width: 100%;
    height: 350px;
}

#map .gm-style-mtc,
#map .gm-control-active.gm-fullscreen-control,
#map .gm-svpc,
#map .gmnoprint,
#map .gm-style-cc,
#map a[rel~="noopener"] {
	display: none !important;
}

#categoryPages #dle-content, .searchCont #dle-content {
    display: flex; 
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -15px;
    margin-left: -15px;
    width: 100%;
}

#categoryPages .box-wrap .box, .searchCont .box-wrap .box {
    background: -moz-linear-gradient(150deg, #f2f2f2 50%, #f5f6f6 100%);
    background: -webkit-linear-gradient(150deg, #f2f2f2 50%, #f5f6f6 100%);
    background: linear-gradient(150deg, #f2f2f2 50%, #f5f6f6 100%);
}

#categoryPages .page-content .item {
    margin-bottom: 30px;
}

.searchCont .page-content .item {
    margin-top: 15px;
    margin-bottom: 15px;
}

#fullContent .page-content, #staticPages .page-content {
    font-size: 21px;
	font-family: 'FTN_medium';
	text-align: justify;
}

#fullContent .page-content .quote {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

#fullContent .page-content .crop {
    max-height: 450px;
}

#fullContent .page-content .crop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border-bottom: 4px solid #f5b500;
}

#fullContent .page-content ul {
    width: 100%;
}

#fullContent .page-content ul li:last-child {
    margin-bottom: 0;
}

#fullContent .page-content h6 {
    width: 100%;
    height: 20px;
}

#gallery .gallery-box {
    background-color: #fffcef;
    padding: 80px 50px;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border-bottom: 4px solid #f5b500;
    -webkit-transition: 500ms all ease;
    -moz-transition: 500ms all ease;
    -o-transition: 500ms all ease;
    transition: 500ms all ease;
}

#gallery .gallery-box h5 {
    color: #535353;
    margin-bottom: 0;
}

#gallery .gallery-box:hover {
    -moz-box-shadow: 0px 10px 21px 0px #ebebe5;
    -webkit-box-shadow: 0px 10px 21px 0px #ebebe5;
    box-shadow: 0px 10px 21px 0px #ebebe5;
}

#photo-gallery .crop, #video-gallery iframe {
    -webkit-transition: 500ms all ease;
    -moz-transition: 500ms all ease;
    -o-transition: 500ms all ease;
    transition: 500ms all ease;
}

#photo-gallery .crop {
    width: calc(33.3% - 20px);
    height: 200px;
    margin: 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border-bottom: 5px solid transparent;
}

#video-gallery iframe {
    width: calc(50% - 30px);
    height: 250px;
    margin: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#photo-gallery .crop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#photo-gallery .crop:hover {
    opacity: .8;
    border-color: #f5b543;
}

#video-gallery iframe:hover {
    opacity: .8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


/* Responsive style */

@media screen and (max-width: 1370px) {
    
    header nav .nav-item .nav-link {
        font-size: 14px;
        padding: 0 22px !important;
    }
    
    header .search-line .search-line-content form {
        width: 45%;
    }
}

@media screen and (max-width: 1200px) {
    
    #contactPage .page-content .info-box a, 
    #contactPage .page-content .info-box address {
        font-size: 15px;
    }
}

@media screen and (max-width: 1199px) {

    #about .about-img .hexagon-img {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        right: -35%;
        top: -47%;
    }
    
    .page-content .about-img .hexagon-img {
        top: -6% !important;
    }
    
    .page-content#about .about-img .hexagon-img {
        right: -25%;
    }
    
    #calculate .calc-wrapper .calc h2 {
        font-size: 24px;
    }
    
    #calculate .calc-wrapper .calc a {
        padding: 10px 34px;
    }
    
    #news .news-carousel {
        margin-left: 16%;
    }
    
    .mainCarousel .item .slideText h1 {
        font-size: 36px;
    }
    
    .mainCarousel .item .slide {
        width: 370px;
    }
    
    header nav .navbar-brand {
        font-size: 18px;
    }
    
    header nav .nav-item .nav-link {
        font-size: 12px;
        padding: 0px 14px !important;
    }
    
    header .lang-boxes a {
        padding: 10px 10px;
        font-size: 12px;
    }
    
    header .search-line .search-line-content form {
        width: 55%;
    }
    
    #categoryPages .page-content .item a .info-box .author .title, 
    .searchCont .page-content .item a .info-box .author .title {
        padding-left: 52px;
    }
}

@media screen and (max-width: 1150px) {
    
    #about .about-img .hexagon-img {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    
    .page-content .about-img .hexagon-img {
        top: -7.5% !important;
    }
}

@media screen and (max-width: 1090px) {
    
    section#about .about-img .hexagon-img {
        right: -20%;
    }
    
    .page-content .about-img .hexagon-img {
        right: -24%;
    }
}

@media screen and (max-width: 991px) {
    
    #contactPage .page-content .info-box {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    
    #contactPage .page-content .info-box address {
        width: 43%;
    }
    
    #contactPage .page-content .info-box .mob-box {
        width: 13%;
    }
    
    #contactPage .page-content iframe {
        height: 640px;
    }
    
    .page-content .about-img {
        /*height: 460px;*/
        height: 350px;
    }
    
    #about .about-img .hexagon-img {
        position: relative;
        right: auto !important;
        left: 50%;
        -webkit-transform: translateX(-50%) scale(0.8);
        transform: translateX(-50%) scale(0.8);
        margin-top: -30px;
    }
    
    section#about .about-img {
        /*height: 360px;*/
        height: 280px;
    }
    
    section#about .about-img .hexagon-img {
        top: -27%;
    }
    
    #about .articleSec {
        padding: 30px 15px;
    }
    
    /*#about .timeline-tabs .nav-tabs, #about .timeline-tabs .tab-content {*/
    /*    width: 100%;*/
    /*}*/
    
    #whatIs .video-wrapper {
        margin: 15px 0;
    }
    
    #calculate .calc-wrapper .calc {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
    
    #news .news-carousel {
        margin-left: 24%;
    }
    
    .mainCarousel .item {
        height: 550px;
    }
    
    .mainCarousel .owl-nav button.owl-prev, .mainCarousel .owl-nav button.owl-next {
        width: 45px;
        height: 90px;
    }
    
    .mainCarousel .item .slideText {
        width: 45%;
        left: 10%;
    }
    
    .mainCarousel .item .slide {
        width: 260px;
        right: 10%;
    }
    
    header {
        padding: 9px 0;
    }
    
    header #navbarNav, header #navbarNav .menu-content {
        position: fixed;
        height: 100vh;
    }
    
    header #navbarNav {
        top: 64px;
        width: 100%;
        right: 0;
        background-color: rgba(0, 0, 0, .7);
        z-index: 99999;
    }
    
    header #navbarNav .menu-content {
        right: -100%;
        width: 80%;
        background-color: #3e1a77;
        align-items: center;
        justify-content: center;
        overflow-y: auto;
    }
    
    header #navbarNav .menu-content ul {
        width: 100%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    header #navbarNav .menu-content span, header .lang-boxes {
        position: absolute;
    }
    
    header #navbarNav .menu-content span {
        color: #ccc;
        font-size: 22px;
        left: 30px;
        top: 10.5%;
    }
    
    header .lang-boxes {
        margin-left: 0 !important;
        right: 30px;
        top: 10%;
    }
    
    header nav .nav-item {
        width: 100%;
        text-align: center;
    }
    
    header nav .nav-item:after {
        width: 100%;
        height: 1px;
    }
    
    header nav .nav-item:last-child:before {
        content: '';
        width: 100%;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.15);
        display: inline-block;
        position: absolute;
        bottom: -1px;
        right: 0;
    }
    
    header nav .nav-item .nav-link {
        font-size: 18px;
        padding: 20px 24px !important;
        display: block;
    }
    
    header .search-line .search-line-content {
        flex-direction: column;
    }
    
    header .search-line .search-line-content h4 {
        margin: 0 0 15px;
    }
    
    header .search-line .search-line-content form {
        width: 80%;
    }
    
    header nav {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    
    header nav .navbar-toggler {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    
    header .search-btn-wrap {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        margin-left: auto !important;
        margin-right: 15px;
    }
    
    footer .section-bottom .navbar-brand-img img {
        height: 94px;
    }
    
    .cat-breadcrumb #breadcrumb .thisPage:not(.servicesThis) {
        display: none;
    }
    
    .cat-breadcrumb #breadcrumb .servicesThis {
        margin-left: 23px;
    }
    
    .cat-breadcrumb #breadcrumb li:nth-last-child(2) {
        margin-right: 0;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    #categoryPages .page-content .item a .info-box .author .title, 
    .searchCont .page-content .item a .info-box .author .title {
        padding-left: 34px;
    }
}

@media screen and (max-width: 848px) {
    
    #news .news-carousel {
        margin: 0 auto;
        width: 70%;
    }
}

@media screen and (max-width: 768px) {
    
    .page-general .title-wrapper:before {
        background-position-x: center;
    }
    
    #gallery .gallery-box {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    
    #video-gallery iframe {
        width: 100%;
        margin: 15px 0;
    }
    
    #photo-gallery .crop {
        width: calc(50% - 20px);
    }
    
    #contactPage .page-content .info-box address {
        width: 60%;
    }
    
    #contactPage .page-content .info-box .img-box {
        height: 35px;
    }
    
    #contactPage .page-content .info-box .mob-box {
        width: 16%;
    }
    
    #contactPage .page-content iframe {
        height: 670px;
    }
    
    #about .timeline-tabs .nav-tabs .nav-item .nav-link {
        padding-right: 32px;
    }
    
    #about .timeline-tabs .nav-tabs .nav-item .nav-link span {
        font-size: 18px;
    }
    
    #about .timeline-tabs .nav-tabs .nav-item .nav-link.active span {
        font-size: 25px;
    }
    
    #about .timeline-tabs .nav-tabs .nav-item .nav-link:not(.active)::after {
        top: 17px;
    }
    
    footer .section-bottom .footer-menu {
        margin-bottom: 15px;
    }
    
    #whatIs .video-wrapper h1 {
        font-size: 25px;
        line-height: 0;
    }
    
    #whatIs .video-wrapper {
        margin-left: -15px;
    }
    
    #news .news-carousel {
        width: 80%;
    }
    
    .mainCarousel .item .slide {
        top: 8%;
        width: auto;
        height: 160px;
    }
    
    .mainCarousel .item .slideText {
        top: 42%;
        width: 60%;
    }
    
    .mainCarousel .item .slide, .mainCarousel .item .slideText {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    
    .mainCarousel .item .slideText h1 {
        font-size: 25px;
        text-align: center;
    }
    
    .mainCarousel .item .slideText .check1 {
        margin-top: 20px;
    }
    
    header .search-line .search-line-content form {
        width: 100%;
    }
    
    footer .webRights p {
        text-align: center !important;
    }
    
}

@media screen and (max-width: 576px) {
    
    .page-general .title-wrapper, .page-general .overlay {
        height: 250px;
    }
    
    .page-general .title-wrapper .page-title {
        left: 15px;
        right: 15px;
        font-size: 25px;
    }
    
    .breadcrumb-wrap #breadcrumb li {
        padding: 15px 12px;
        font-size: 12px;
    }
    
    #contactPage .page-content .info-box {
        flex-direction: column;
    }
    
    #contactPage .page-content .info-box .img-box {
        margin-right: 0;
        margin-bottom: 28px;
        width: auto;
    }
    
    #contactPage .page-content .info-box address {
        width: auto;
    }
    
    #contactPage .page-content .info-box .img-box:after {
        top: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        right: auto;
        width: 65px;
        bottom: -15px;
        border-right: none;
        border-bottom: 1px solid #000;
    }
    
    #contactPage #map {
        height: 270px;
    }
    
    #calculate .calc-wrapper .heart-wrap {
        width: 100px;
        height: 100px;
    }
    
    #calculate .calc-wrapper .heart-wrap svg {
        width: 50px;
        height: 50px;
    }
    
    #calculate .calc-wrapper .calc a {
        padding: 10px 18px;
    }
    
    #news .news-carousel {
        width: 90%;
    }
    
    .mainCarousel .item {
        height: 450px;
    }
    
    .mainCarousel .item .slide {
        top: 5%;
        height: 110px;
    }
    
    .mainCarousel .item .slideText {
        top: 35%;
        width: 70%;
    }
    
    .mainCarousel .item .slideText .check1 {
        margin-top: 15px;
    }
    
    .mainCarousel .owl-nav button.owl-prev, .mainCarousel .owl-nav button.owl-next {
        width: 40px;
        height: 80px;
        font-size: 25px;
    }
    
    .mainCarousel .owl-nav button.owl-next i {
        right: 0;
    }
    
    header .search-line .search-line-content {
        padding: 20px 10px !important;
    }
    
    header .search-line .search-line-content input {
        width: 70%;
    }
    
    header .search-line .search-line-content button {
        width: 80px;
    }
    
    #fullContent .breadcrumb-wrap #breadcrumb li:nth-last-child(3) {
        display: none;
        margin-right: 0;
    }
    
    .breadcrumb-wrap {
        height: 47px;
    }
}

@media screen and (max-width: 500px) {
    
    .container {
        padding: 0 15px;
    }
    
    .page-content, section#whatIs, section#calculate, 
    section#services, section#news, footer .section-top, 
    footer .section-bottom {
        padding: 30px 15px !important;
    }
    
    section#about {
        padding: 0 15px 30px;
    }
    
    #services .box-wrap .box a h5, #categoryPages .box-wrap .box a h5, .searchCont .box-wrap .box a h5 {
        font-size: 18px;
        height: 45px;
        /*min-height: 45px;*/
        /*max-height: 45px;*/
        max-width: 80%;
    }
    
    #news .news-carousel .owl-stage-outer .item a h5, #categoryPages .page-content .item a h5, .searchCont .page-content .item a h5 {
        font-size: 17px;
        height: 42px;
        /*min-height: 42px;*/
        /*max-height: 42px;*/
        max-width: 80%;
    }
    
    #services .box-wrap .box a p, #categoryPages .box-wrap .box a p, .searchCont .box-wrap .box a p {
        font-size: 15px;
        width: 98%;
    }
    
    #categoryPages .page-content .item a .info-box .author, 
    .searchCont .page-content .item a .info-box .author, 
    #categoryPages .page-content .item a .info-box .info-img, 
    .searchCont .page-content .item a .info-box .info-img {
        width: 50%;
    }
    
    #categoryPages .page-content .item a .info-box .author .hexagon-img, 
    .searchCont .page-content .item a .info-box .author .hexagon-img {
        width: 75px;
        height: 75px;
        left: -20px;
    }
    
    #news .news-carousel .owl-stage-outer .item a .info-box .author .title h6, 
    #categoryPages .page-content .item a .info-box .author .title h6, 
    .searchCont .page-content .item a .info-box .author .title h6, 
    #news .news-carousel .owl-stage-outer .item a .info-box .author .title span, 
    #categoryPages .page-content .item a .info-box .author .title span, 
    .searchCont .page-content .item a .info-box .author .title span {
        font-size: 10px;
    }
    
    #news .news-carousel .owl-stage-outer .item a .info-box .author, 
    #categoryPages .page-content .item a .info-box .author, 
    .searchCont .page-content .item a .info-box .author {
        padding-right: 3px;
    }
    
    #categoryPages .page-content .item a .info-box .info-img, 
    .searchCont .page-content .item a .info-box .info-img {
        padding-left: 10px;
    }
    
    #categoryPages .page-content .item a, 
    .searchCont .page-content .item a {
        padding: 20px 15px 15px;
    }
    
    #gallery .gallery-box {
        padding: 64px 40px;
    }
    
    #video-gallery iframe {
        height: 200px;
    }
    
    #photo-gallery .crop {
        width: 100%;
    }
    
    #contactPage .page-content .contact-box {
        padding: 30px 15px;
    }
    
    h4 {
        margin-bottom: 10px;
        font-size: 20px;
    }
    
    .page-content li {
        font-size: 16px;
    }
    
    .page-content#about .articleSec article, #fullContent .page-content, #staticPages .page-content {
        font-size: 18px;
    }
    
    #about .about-img {
        /*height: 300px !important;*/
        height: 220px !important;
    }
    
    #about .about-img .hexagon-img {
        -webkit-transform: translateX(-50%) scale(0.5);
        transform: translateX(-50%) scale(0.5);
    }
    
    .page-content#about .about-img .hexagon-img {
        margin-top: -115px;
    }
    
    h3 {
        font-size: 22px;
    }
    
    #about .timeline-tabs {
        display: none;
    }
    
    footer .section-top .section-flex ul {
        margin-top: 5px;
    }
    
    footer .section-top .section-flex ul li a {
        display: flex;
        align-items: center;
    }
    
    h2, #calculate .calc-wrapper .calc h2 {
        font-size: 20px;
    }
    
    #news .news-carousel {
        margin: 30px auto;
        width: 95%;
    }
    
    .mainCarousel .item {
        height: 400px;
    }
    
    .mainCarousel .item .slideText {
        top: 37%;
        width: 78%;
    }
    
    .mainCarousel .owl-nav button.owl-prev, .mainCarousel .owl-nav button.owl-next {
        width: 35px;
        height: 70px;
        font-size: 22px;
    }
    
    footer .webRights p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 450px) {
    
    #news .news-carousel .owl-stage-outer .item a .info-box {
        height: 70px;
    }
    
    #news .news-carousel .owl-stage-outer .item a .info-box .author .hexagon-img {
        width: 75px;
        height: 75px;
        left: -20px;
    }
    
    #news .news-carousel .owl-stage-outer .item a .info-box .author, 
    #news .news-carousel .owl-stage-outer .item a .info-box .info-img {
        width: 50%;
    }
    
    #news .news-carousel .owl-stage-outer .item a {
        padding: 20px 15px 15px;
    }
    
    #news .news-carousel .owl-stage-outer .item a .info-box .info-img {
        padding-left: 10px;
    }
    
    .mainCarousel .item {
        height: 350px;
    }
    
    .mainCarousel .item .slideText h1 {
        font-size: 20px;
    }
    
    .mainCarousel .item .slideText .check1 {
        font-size: 15px;
    }
    
    .mainCarousel .item .slide {
        display: none;
    }
    
    .mainCarousel .item .slideText {
        width: 72%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    
    .mainCarousel .owl-nav button.owl-prev, .mainCarousel .owl-nav button.owl-next {
        width: 30px;
        height: 60px;
        font-size: 18px;
    }
    
    .mainCarousel .owl-nav button.owl-prev i {
        left: -9px;
    }
    
    .mainCarousel .item .slideText .check1 {
        line-height: 1.4;
    }
    
    header .search-line .search-line-content button {
        width: auto;
    }
    
    .breadcrumb-wrap {
        height: 44px;
    }
    
    .breadcrumb-wrap #breadcrumb li {
        font-size: 10px;
        padding: 15px 8px;
    }
    
    .breadcrumb-wrap #breadcrumb li:before, .breadcrumb-wrap #breadcrumb li:after {
        border-width: 22px 10px;
    }
    
    footer .section-top .section-flex ul li {
        margin-right: 25px;
    }
    
    #whatIs .video-wrapper {
        height: 200px;
    }
    
    #whatIs .video-wrapper h1 {
        font-size: 20px;
    }
    
    #whatIs .video-wrapper .video-wrap .play-icon-wrap {
        width: 80px;
        height: 80px;
    }
    
    #whatIs .video-wrapper .video-wrap .play-icon-wrap .play-icon {
        width: 50px;
        height: 50px;
    }
    
    #whatIs .video-wrapper .video-wrap .play-icon-wrap .play-icon i {
        font-size: 25px;
    }
}

@media only screen and (max-width: 400px) {
    #categoryPages .page-content .item a .info-box .author .title, 
    .searchCont .page-content .item a .info-box .author .title {
        padding-left: 32px;
    }
}

@media only screen and (max-width: 350px) {
    
    #news .news-carousel .owl-stage-outer .item a .info-box .author .title {
        padding-left: 37px;
    }
    
    header .menu-wrap {
        width: 34px;
    }
    
    header #navbarNav .menu-content span {
        font-size: 20px;
        top: 10.8%;
    }
    
    #services .box-wrap .box a p, #categoryPages .box-wrap .box a p, .searchCont .box-wrap .box a p {
        padding-right: 20px;
    }
    
    footer .section-bottom .navbar-brand {
        font-size: 28px;
    }
    
    footer .webRights p {
        font-size: 14px;
    }
    
    footer .section-top .section-flex ul li {
        margin-right: 20px;
    }
    
    footer .section-top .section-flex ul li a .socialM {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    
    footer .section-top .section-flex ul li a .socialName {
        font-size: 14px;
    }
    
    #whatIs .video-wrapper h1 {
        font-size: 18px;
    }
    
    #whatIs .info-section h2 {
        font-size: 16px;
    }
    
    #whatIs .info-section p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 340px) {
    
    header .search-btn-wrap {
        margin-right: 10px;
    }
    
    header nav .navbar-brand {
        font-size: 16px;
    }
    
   #categoryPages .page-content .item a .info-box .author .title, 
        .searchCont .page-content .item a .info-box .author .title {
        padding-left: 31px;
    }
}






