/*
 * Customer: GNC Ambalaj
 * Description: HTML5 Theme for GNC Ambalaj Company, created by Post Ajans
 * Author: ubpenekli
 * Agency URI: https://www.postajans.com.tr
 * Author URI: https://ubpenekli.com
 */
::selection {
	background:#184f87;
	color:#fff;
}
img {
    max-width: 100%;
}
img::selection {
	background:none;
	color:unset;
}
html {
	overflow-x:hidden;

    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    overflow-x: hidden;
    overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}
a {
	text-decoration:none;
}

/*breadcrumbs*/
.breadcrumbs {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.breadcrumbs li {
    display: inline-block;
    margin: 0 -10px 0 10px;
    padding: 0;
}
.breadcrumbs li:after {
    content:"\00BB";
    margin: 0 10px;
}
.breadcrumbs li:last-child:after {
	content:'' !important;
}
/*form components and buttons*/
.btn-theme {
	font-size:1rem;
	padding:15px 20px;
	letter-spacing:.2px;
	border:1px solid;
	display:inline-block;
	font-weight:800;
}
.btn-has-icon {
	display:inline-flex;
	align-items:center;
	justify-content:space-around;
}
.btn-has-icon .btn-icon {
	background:#fff;
	border-radius:100%;
	color:#000;
	width:30px;
	height:30px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	margin-right:-15px;
	transition:.3s;
	margin-left:10px;
}
.btn-theme.border-radius {
	border-radius:30px;
}
.btn-theme.border-radius:before {
	border-radius:30px;
}
.btn-theme.t0 {
	background:#fff;
	color:#0e132a;
	border-color:#f1f1f1;
}
.btn-theme.t0.hvr-bg:hover {
	color:#fff;
}
.btn-theme.t0.hvr-bg:before {
	background:#0e132a !important;
}
.btn-theme.t1 {
	background:#0e132a;
	color:#fff;
	border-color:#0e132a;
}
.btn-theme.t1.hvr-bg:hover {
	color:#0e132a;
}
.btn-theme.t1.hvr-bg:before {
	background:#fff !important;
}
.btn-theme.t1.btn-has-icon:hover .btn-icon {
	background:#104a43;
	color:#fff;
}
.btn-theme.t2 {
	background:#ed1c24;
	color:#fff;
	border-color:#ed1c24;
	transition:.3s;
}
.btn-theme.t2.hvr-bg:hover {
	background:transparent;
}
.btn-theme.t2.hvr-bg:before {
	background:#2a398c !important;
}
input, textarea, select {
	padding:10px 15px !important;
	border:1px solid rgba(32,44,57, .85) !important;
	font-size:1rem;
}
input:focus, textarea:focus, select:focus {
	outline:none !important;
	box-shadow:inset 0px 0px 1.5px #202c39 !important;
}
input:checked {
	background-color:#202c39 !important;
}
.form-check-input {
	padding:15px !important;
	border:1px solid #202c39;
	outline:none;
	margin-right:10px;
}
.form-group {
	margin:10px 0;
}
/*homepage panels*/
.panel {
	width:100%;
	padding:50px 0;
	position:relative;
}
.heading {
	padding:0 0 25px 0;
	position:relative;
}
.heading span {
	display:block;
	font-family:'Lexend Giga', sans-serif;
	letter-spacing:.22em;
}
.heading .line-1 {
	display:inline-block;
	color:#000;
	position:relative;
	font-size:4rem;
	font-weight:900;
	line-height:1.5;
}
.heading .line-2 {
	color:#243747;
	font-size:3rem;
	font-weight:800;
	line-height:2;
}
.heading .description {
	color:#757575;
	margin-top:20px;
	font-weight:400;
	font-size:1.75rem;
	line-height:1.5;
}
.multiply-bg {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:.34;
	mix-blend-mode:multiply;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.post-multiply-layer {
	position:relative;
	z-index:3;
}
/*content pages*/
.banner {
	display:flex;
	align-items:center;
	justify-content:center;
	padding:180px 0;
	color:#fff;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	position:relative;
}
.banner .banner-bg {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	position:absolute;
	z-index:0;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:.3;
}
.banner .title {
	position:relative;
	display:inline-block;
	padding:10px 30px 5px 10px;
}
.banner .title:before {
	display:block;
	content:'';
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:#184f87;
	mix-blend-mode:multiply;
}
.banner .title h2 {
	position:relative;
	font-family:'Lexend Giga', sans-serif;
	font-weight:700;
	letter-spacing:-.14em;
	z-index:2;
}
.banner .title .line-1 {
	text-transform:uppercase;
	font-size:3.5rem;
	font-weight:900;
}
.banner .title .line-2 {
	text-transform:capitalize;
	font-size:1.5rem;
	font-weight:900;
}
.breadcrumbs-bg {
	padding:10px 0;
	text-align:left;
	background:#fff;
	border-bottom:1px solid #d4d4d4;
}
.breadcrumbs {
	position:relative;
}
.breadcrumbs li {
	font-size:13px;
}
.breadcrumbs li:after {
	color:#a4adb7;
	content:"\00BB";
}
.breadcrumbs a {
	color:#727272;
	transition:.3s;
}
.breadcrumbs li:last-child a,
.breadcrumbs a:hover,
.breadcrumbs a:focus {
	color:#184f87;
}
.page {
	padding:0;
	min-height:80vh;
	position:relative;
}
.page:after {
	display:block;
	content:'';
	position:absolute;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url('../images/content-background.webp');
	top:100px;
	left:0;
	right:0;
	bottom:-100px;
	z-index:-1;
	opacity:.25;
}
.page .main-title {
	padding:10px 0;
	text-align:left;
	width:100%;
}
.page .main-title h1 {
	font-size:1.75rem;
	line-height:1;
	font-weight:800;
	margin:0;
	color:#000;
	font-family:'Lexend Giga', sans-serif;
}
.page .main-title p {
	color:#5a5a5a;
}
.page .content {
	color:#505050;
	line-height:1.4;
	font-size:1rem;
	font-size:13px;
	padding:10px 0;
	text-align:left;
}
.page .content h1,
.page .content h2,
.page .content h3,
.page .content h4,
.page .content h5,
.page .content h6 {
	color:#000;
	font-weight:bold;
	margin-bottom:5px;
	font-size:1.25rem;
}
.page .content table {
	font-size:.75rem;
}
.page .content,
.page .content a:not(.btn-theme) {
	color:#333;
	transition:.3s;
}
.page .content a:hover {
	color:#184f87;
}
/*sidebar widgets general*/
.sidebar {
	padding:10px;
}
.sidebar .widget-title {
	color:#184f87;
	padding-bottom:10px;
	font-family:'Lexend Giga', sans-serif;
	text-transform:uppercase;
}
.sidebar .widget-title i,
.sidebar .widget-title h4 {
	display:inline;
	font-size:1.75rem;
}
.sidebar .widget-content .side-menu {
	list-style-type:none;
	margin:20px 0 0 0;
	padding:0;
}
.sidebar .widget-content .side-menu li a {
	display:block;
	padding:10px;
	color:#888888;
	font-weight:300;
	transition:.3s;
}
.sidebar .widget-content .side-menu li:last-child a {
	border-bottom:none;
}
.sidebar .widget-content .side-menu li a:hover,
.sidebar .widget-content .side-menu li a:focus,
.sidebar .widget-content .side-menu li.active a {
	background:#ededed;
	font-weight:800;
	letter-spacing:.2px;
}
/*parallax config*/
.parallax {
	display:flex;
	align-items:center;
	background-attachment:fixed;
	background-position:center center;
	background-size:cover;
	width:100%;
	height:450px;
	position:absolute;
}
/*google maps iframe holder*/
.google-map {
	margin-top:0;
	height:400px;
	width:100%;
}
/*header*/
.right-bar {
	display:inline-block;
    position:fixed;
    right:0;
    top:0;
    bottom:0;
    width:100px;
    z-index:5;
    text-align:center;
}
.right-bar .language-box {
	padding:30px 0 !important;
	max-height:90px;
	background:#184f87;
	overflow:visible;
	cursor:pointer;
	transition:.5s;
}
.right-bar .language-box:hover,
.right-bar .language-box:focus {
	max-height:500px;
}
.right-bar .language-box li {
	margin:0;
	padding:5px 0;
	transform:translateX(-50%) scaleY(0);
	transition:.3s;
	position:relative;
	left:50%;
}
.right-bar .language-box li:nth-child(1) {
	transform:scaleY(1);
	position:relative;
	left:0;
}
.right-bar .language-box li:nth-child(1) a:after {
	display:inline;
	content:"\f0dd";
	font-family:"Font Awesome 5 Free";
	transform: translate(5px, -2px);
}
.right-bar .language-box:hover li,
.right-bar .language-box:focus li {
	transform:translateX(-50%) scaleY(1);
}
.right-bar .language-box:hover li:nth-child(1),
.right-bar .language-box:focus li:nth-child(1) {
	transform:scaleY(1);
}
.right-bar .language-box li a {
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	color:#000;
	font-weight:600;
	font-size:14px;
	transition:.3s;
}
.right-bar .language-box li a:hover {
	color:#c0c0c0;
}
.right-bar .language-box li:nth-child(1) a {
	color:#fff;
}
.right-bar .language-box li:nth-child(1) a:hover {
	color:#000;
}
.right-bar .social-media-box {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
.right-bar .social-media-box li {
	text-align:center;
	padding:5px 0;
}
.right-bar .social-media-box li a {
	display:flex;
	align-items:center;
	justify-content:center;
	width:30px;
	height:30px;
	border-radius:100%;
	text-align:center;
	color:#000;
	font-weight:600;
	transition:.3s;
	margin:0 auto;
}
.right-bar .social-media-box li a:hover {
	background:#184f87;
	color:#fff;
}
.page-wrapper {
	position:relative;
	display:inline-block;
	width:calc(100%);
	float:left;
}
.main-header {
	width:calc(100%);
	position:fixed;
	top:0;
	z-index:25;
	transition:.3s;
	padding: 12px 100px 12px 5px;
	display:flex;
	align-items:center;
	background:#000;
}
body:not(.home) .main-header {
	background:#000;
}
.main-header.sticky {
	width:calc(100% - 100px);
	position:fixed;
	opacity:0;
}
.main-header.sticky:before {
	height:0;
}
.main-header.sticky.custom-animated {
	opacity:1;
	background:#000;
}
.main-header .navbar-brand img {
	transition:.3s;
}
.main-header.sticky.custom-animated .navbar-brand img {
		/*filter:grayscale(1) brightness(5);*/
}
body:not(.home) .main-header .navbar-brand img {
		/*filter:grayscale(1) brightness(5);*/
}
/* .main-header.sticky {
	box-shadow: 0px 5px 15px 2px rgba(0,0,0,0.39);
	-webkit-box-shadow: 0px 5px 15px 2px rgba(0,0,0,0.39);
	-moz-box-shadow: 0px 5px 15px 2px rgba(0,0,0,0.39);
} */
.main-header .navbar-toggler {
	color:#fff;
}
.main-header .nav-link {
	text-transform:uppercase;
	font-weight:700;
	color:#e0e0e0;
	transition:.3s;
	font-size:0.9rem;
	padding:0 20px;
	text-shadow:1px 1px 1px rgba(0,0,0,1);
}
.main-header .nav-link:hover,
.main-header .nav-link:focus,
.main-header .nav-link.active {
	color:#bc9162;
}
.main-slider {
	position:relative;
}
/*
.main-slider .seq {
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url('../images/slider-bg.webp');
}
.main-slider .seq .seq-nav {
	z-index:15;
}
.main-slider .seq .seq-model {
	max-height:unset;
	margin-right:0;
	bottom:0;
}
.main-slider .seq .seq-title {
	margin-left:0;
}
.main-slider .seq-canvas li {
	display:flex;
	align-items:centeR;
	justify-content:center;
}
.main-slider .seq .seq-title h2 {
	background:unset;
	font-family:'Lexend Giga', sans-serif;
}
.main-slider .line-1 {
	font-size:2.5rem;
}
.main-slider .seq .seq-in .seq-model img {
	height:auto !important;
}
*/
.main-slider .image {
	background:#000;
	height:100vh;
}
.main-slider .image img {
	height:100%;
	width:100%;
	object-fit:cover;
	opacity:.4;
}
.main-slider .caption {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:2;
	display:flex;
	align-items:center;
	font-family:'Lexend Giga', sans-serif;
	color:#fff;
	text-align:center;
}
.main-slider .caption .line-1 {
	font-size:45px;
	letter-spacing:-.14em;
}
.main-slider .caption .caption-text {
	position:relative;
	opacity:0;
	transform:scale(.2);
	transition:.5s;
	width:100%;
	text-align:left;
}
.main-slider .caption .caption-text:before {
	position:absolute;
	display:block;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgb(24,79,135);
	background-blend-mode:multiply;
	z-index:0;
	opacity:.8;
}
.main-slider .caption.sliderAnimation .caption-text {
	transform:scale(1);
	opacity:1;
}
.main-slider .caption h2 {
	position:relative;
	display:block;
	text-align:left;
}
.main-slider .caption h2:before {
	position:absolute;
	display:block;
	content:'';
	width:150px;
	height:150px;
	transform:translate(-75%, -75%);
	opacity:.5;
	background-image:url('../images/slider-caption-dot.webp');
}
.main-slider .caption h2 .line-1 {
	position:relative;
	z-index:2;
}
.main-slider .caption a.btn-theme {
	position:relative;
	z-index:2;
}
.products {
	padding:50px 0 30px 0;
}
.products .what-we-do {
	margin:10px 0;
	background:#fff;
	display:flex;
	flex-direction:column;
	height:100%;
}
.products .what-we-do .image {
	position:relative;
	height:100%;
}
.products .what-we-do .image img {
	object-fit:cover;
}
.products .what-we-do .buttons {
	padding:10px 0;
}
.products .what-we-do h2 {
	color:#ffffff;
	font-size:2rem;
	font-weight:700;
	position:absolute;
	bottom:20px;
	right:10px;
	z-index:2;
}
.products .owl-stage {
	display:flex;
}
.product-box {
	width:100%;
	padding:10px 0;
	position:relative;
	display:flex;
	flex-direction:column;
	height:100%;
}
.product-box .image {
	width:100%;
	height:80%;
	padding:0 20px;
	background:#f1f3f5;
	text-align:center;
	display:flex;
	justify-content:center;
	align-items:center;
}
.product-box .image img {
	max-height:80%;
	width:auto;
	
}
.product-box .title {
	padding:10px 0;
	text-align:center;
	transition:.3s;
}
.product-box .title h3 a {
	font-size:1rem;
	color:#000;
	font-weight:700;
	color:#0e132a;
	transition:.3s;
}
.product-box:hover .title,
.product-box:focus .title {
	background:#0e132a;
}
.product-box:hover .title h3 a,
.product-box:focus .title h3 a {
	color:#fff;
}
.subslider .item {
	position:relative;
	overflow:hidden;
}
.subslider .image {
	background:#000;
}
.subslider .image img {
	opacity:.5;
}
.subslider .caption {
	position:absolute;
	top:30px;
	width:100%;
}
.subslider .caption h2 {
	color:#fff;
	font-family:'Lexend Giga', sans-serif;
	font-weight:800;
	font-size:4rem;
	letter-spacing:-.13em;
	transition:.5s .75s;
	transform:translateX(-50px);
}
.subslider .owl-item.active .caption h2 {
	transform:translateX(0);
}
.subslider .details-area {
	background: rgb(2,0,36);
	background: -webkit-linear-gradient(left, rgba(2,0,36,1) 0%, rgba(9,30,97,1) 0%, rgba(51,126,181,1) 100%);
	background: -o-linear-gradient(left, rgba(2,0,36,1) 0%, rgba(9,30,97,1) 0%, rgba(51,126,181,1) 100%);
	background: linear-gradient(to right, rgba(2,0,36,1) 0%, rgba(9,30,97,1) 0%, rgba(51,126,181,1) 100%);
	padding:45px 0;
	color:#fff;
}
.subslider .details-area .info-title {
	width:70%;
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom:15px;
}
.subslider .details-area .info-title .icon {
	padding:0 10px 0 0;
}
.subslider .details-area .info-title .title h3 {
	font-size:1.25rem;
}
.press-techniques .heading .line-1 {
	letter-spacing:-.13em;
	font-size:3rem;
	font-weight:500;
	font-family:'Lexend Giga', sans-serif;
	text-align:right;
}
.press-techniques .image img {
	transform:scale(1.4);
	position:relative;
	z-index:0;
}
.press-techniques .press-techniques-list {
	position:relative;
	z-index:1;
}
.press-techniques-list li {
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	width:100;
}
.press-techniques-list li .icon {
	padding:10px 0;
}
.press-techniques-list li .icon img {
	width:80px;
}
.press-techniques-list li .content {
	padding:10px 0 10px 20px;
	width:100%;
}
.press-techniques-list li .content .title h3 {
	color:#44475a;
	font-size:1.25rem;
	margin-bottom:15px;
}
.press-techniques-list li .content .text p {
	font-size:13px;
	color:#505050;
}
.short-description .description-box {
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url('../images/short-description.webp');
	padding:30px;
	font-size:17px;
	font-weight:600;
	color:#fff;
	text-align:center;
}
.social-media li {
	padding:0 5px;
}
.social-media li a:not(.contact) {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	color:#00aeef;
	border-radius:100%;
	transition:.3s;
}
.social-media li a:not(.contact):hover,
.social-media li a:not(.contact):focus {
	background:#184f87;
	color:#fff;
}
.spec-box {
	position:relative;
	transition:.3s;
	padding:10px;
	cursor:zoom-in;
}
.spec-box *::selection {
	background:transparent;
	color:unset;
}
.spec-box:hover,
.spec-box:focus {
	box-shadow:0 0 5px 1px rgba(0,0,0,.045);
	transform:scale(1.1);
}
.spec-box .image img {
	position:relative;
	left:0;
	max-width:50px;
	transition:.3s;
}
.spec-box:hover .image img,
.spec-box:focus .image img {
	left:50%;
	transform:translateX(-50%);
}
.spec-box .title h2 {
	display:inline-block;
	position:relative;
	left:0;
	transition:.3s;
	font-family:'Lexend Giga', sans-serif;
	font-size:17px;
	font-weight:600;
	color:#1b2655;
	letter-spacing:-.12em;
	margin:10px 0;
}
.spec-box:hover .title h2,
.spec-box:focus .title h2 {
	left:50%;
	transform:translateX(-50%);
}
.spec-box .text p {
	font-size:12px;
}
.quality-intro .intro {
	height:100%;
	position:relative;
	background:#00a7e6;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	background-image:url('../images/intro-bg.webp');
	background-blend-mode:multiply;
}
.quality-intro .intro .bg-image {
	height:100%;
	object-fit:cover;
	mix-blend-mode:multiply;
	opacity:0;
}
.quality-intro .intro a {
	position:absolute;
	padding:10px 20px;
	color:#fff;
	top:0;
	left:0;
	right:0;
	bottom:0;
	transition:.3s;
}
.quality-intro .intro i {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	color:#fff;
	font-size:3rem;
	border-radius:100%;
	border:1px solid #fff;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:5.5rem;
	height:5.5rem;
	transition:.3s;
}
.quality-intro .intro:hover a,
.quality-intro .intro:focus a {
	color:#999;
}
.quality-intro .intro:hover i,
.quality-intro .intro:focus i {
	color:#999;
	border-color:#999;
}
.quality-intro .text {
	height:100%;
	background-image:url('../images/quality-bg.webp');
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	justify-content:flex-start;
	padding:0;
}
.quality-intro .text .heading {
	width:50%;
	background:rgba(24,79,135,.87);
	padding:20px 50px;
	height:100%;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:center;
	transition:.3s;
}
.quality-intro .text:hover .heading,
.quality-intro .text:focus .heading {
	width:100%;
}
.quality-intro .text .heading .line-1 {
	color:#fff;
	letter-spacing:-.125em;
	font-size:3rem;
}
.quality-intro .text .heading .description {
	color:#fff;
	font-size:1.175rem;
}
.group-companies .heading .line-1 {
	font-size:2rem;
	font-weight:900;
	letter-spacing:-.08em;
}
.group-companies .heading .description {
	font-size:1.05rem;
}
.group-company {
	padding:20px;
	width:100%;
	transition:.3s;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
}
.group-company:hover,
.group-company:focus {
	background:#32837a;
}
.group-company:hover img,
.group-company:focus img {
	filter:grayscale(1) brightness(2);
}
.footer {
	position:relative;
	width:100%;
	font-size:13px;
}
.footer .social-media a {
	color:#738ea6;
}
.footer .social-media a:hover {
	color:#f78f1e;
}
.footer .main-footer {
	position: relative;
	z-index:3;
	background:#222;
	padding:50px 0;
	color:#f1f3f5;
}
.footer .footer-menu {
	padding:10px 0;
}
.footer .footer-menu .title {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #184f87;
}
.footer .footer-menu .title h3 {
	color:#184f87;
	font-size:11px;
	font-weight:700;
	text-transform:uppercase;
}
.footer .footer-menu .content {
	color:#a7a7a7;
	font-size:.8125rem;
	line-height:2;
}
.footer .footer-menu .content a {
	color:#a7a7a7;
	transition:.3s;
}
.footer .footer-menu .content ul {
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
}
.footer .footer-menu .content ul li {
	display:block;
	margin:0;
	padding:0;
}
.footer .footer-menu .content ul li a:hover,
.footer .footer-menu .content ul li a:focus {
	margin-left:5px;
	color:#f1f3f5;
}
.footer .copyright {
	padding:20px 0;
	font-size:.75rem;
	color:#d3d3d3;
	background:#000;
}
.footer .copyright .author-logo img {
	transition:.3s;
}
.footer .copyright .author-logo:hover img {
	transform:scale(1.1);
}

.group-companies-card {
}
.group-companies-card .image {
	padding:15px;
}
.group-companies-card .image img {
	width:100%;
	height:auto;
}
.group-companies-card .text {
	width:100%;
	padding:15px;
}
.group-companies-card .text h3 {
	font-family:'Lexend Giga', sans-serif;
	font-size:1.5rem;
	font-weight:700;
	color:#000;
	margin-bottom:10px;
	letter-spacing:-.14em;
}


.academy-card {
}
.academy-card .image {
	padding:15px;
}
.academy-card .image img {
	width:100%;
	height:auto;
}
.academy-card .text {
	width:100%;
	padding:15px;
	color:#505050;
}
.academy-card .text h3 {
	font-size:1.1rem;
	font-weight:700;
	color:#505050;
	margin-bottom:10px;
}
.academy-card .text p {
	color:#505050;
}



.content-card {
	position:relative;
}
.content-card .image {
	padding:15px;
}
.content-card .image img {
	width:100%;
	height:auto;
}
.content-card .text {
	width:100%;
	padding:15px;
	color:#505050;
}
.content-card .text h3 a {
	font-size:1.1rem;
	font-weight:700;
	color:#505050;
	margin-bottom:10px;
}
.content-card .text p {
	color:#505050;
}

.gallery-box {
	position:relative;
	margin:10px 0;
}
.gallery-box .image {
	position:relative;
}
.gallery-box .image img {
	object-fit:cover;
	object-position:center;
}
.gallery-box .icon {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.gallery-box .icon a {
	display:flex;
	align-items:center;
	justify-content: center;
	width:100%;
	height:100%;
	background:rgba(255,255,255, .45);
	color:#fff;
	opacity:0;
}
.gallery-box .icon a i {
	font-size:3rem;
}
.gallery-box:hover .icon a {
	opacity:1;
}

.product-info {
	padding:20px 0;
	border-bottom:1px solid #dedede;
}
.product-info h2.info-title {
	color:#585858;
	font-weight:400;
	font-size:15px;
}
.product-info .info-info {
	color:#000000;
	font-weight:700;
	font-size:22px;
}

.product-navs .nav-link {
	background:unset;
	border:unset;
	color:#585858;
	font-weight:700;
	text-transform:uppercase;
}
.product-navs .nav-link.active {
	border-bottom:1px solid #000;
}
.product-tabs {
	padding-top:20px;
}

.contact-info-box {
	text-align:center;
	padding:20px 0;
	position:relative;
	transition:.3s;
	font-size:1rem;
}
.contact-info-box .icon i {
	color:#1b5188;
	font-size:48px;
	padding:10px 0;
}
.contact-info-box:hover,
.contact-info-box:focus {
	transform:scale(1.1);
	box-shadow:0 0 15px 1px rgba(0,0,0,.05);
}





.milestones {
  position: relative;
  display: flex;
  flex-direction: column;
}

.milestones:Before{
  content: '';
  position: absolute;
  height: 100%;
  background: #d7d7d7;
  width: 1px;
  left: 50%;
}

.milestones .milestone{
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.milestones .milestone .content{
  margin: 30px 0px;
  padding: 10px 30px;
  text-align: center;
  width: calc(100% - 50px);
  color: #1f508d;
  font-weight: 600;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction:column;
}

.milestones .milestone .date{
  font-weight: 600;
  background: #1f508d;
  color: #fff;
  font-size: 22px;
  padding: 6px 16px;
  position: absolute;
}

.milestones .milestone:nth-child(even) .content{
  margin-left: 120px;
}

.milestones .milestone:nth-child(odd) .content{
  margin-right: 120px;
}

.milestones .milestone:nth-child(even) {
  margin-left: 50%;
}

.milestones .milestone:nth-child(odd) .date{
  right: 30px;
}

.milestones .milestone:nth-child(odd) .date:after{
  content: '';
  position: absolute;
  height: 30px;
  width: 30px;
  right: -45px;
  border-radius: 100%;
  border:3px solid #1f508d;
}

.milestones .milestone:nth-child(odd) .date:before{
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  right: -35px;
  margin-top: 10px;
  border-radius: 100%;
  background: #1f508d;
  transition: 300ms;
}

.milestones .milestone:nth-child(even) .date{
  left: 30px;
}

.milestones .milestone:nth-child(even) .date:after{
  content: '';
  position: absolute;
  height: 30px;
  width: 30px;
  left: -45px;
  border-radius: 100%;
  border:3px solid #1f508d;
}

.milestones .milestone:nth-child(even) .date:before{
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  left: -35px;
  margin-top: 10px;
  border-radius: 100%;
  background: #1f508d;
  transition: 300ms;
}

.milestones .milestone:nth-child(even):Hover .date:before{
  width: 30px;
  height: 30px;
  left: -45px;
  margin-top: 0px;
}

.milestones .milestone:nth-child(odd):Hover .date:before{
  width: 30px;
  height: 30px;
  right: -45px;
  margin-top: 0px;
}

.milestones .milestone .date span:After {
  background: #1f508d;
  height: 15px;
  width: 15px;
  position: absolute;
  top: calc(50% - 7.5px);
  z-index: 999;
  content: '';
  transform: rotate(45deg);
  border-radius: 4px;
  transition: 300ms;
}

.milestones .milestone:nth-child(odd) .date span:After {
  right: -6px;
}

.milestones .milestone:nth-child(even) .date span:After {
  left: -6px;
}

@media (max-width: 767.98px) {

  .milestones{
    display: block;
  }

  .milestones .milestone{
    display: block;
    width: 100%;
    margin: 0px !important;
  }

  .milestones .milestone .content{
    margin: 30px 0px !important;
    height: unset;
    padding: 30px 0px;
    width: calc(100% - 10px);
    margin-left: -20px !important;
  }

  .milestones:Before{
    left: 100%;
  }

  .milestones .milestone .date{
    position: relative;
  }

  .milestones .milestone:nth-child(even) .date{
    right: 30px;
    left: unset;
  }

  .milestones .milestone:nth-child(even) .date:before{
    left: unset;
    right: -35px;
  }

  .milestones .milestone:nth-child(even) .date:after{
    left: unset;
    right: -45px;
  }

  .milestones .milestone:nth-child(even) .date span:After{
    left: unset;
    right: -5px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {

  .milestones{
    display: block;
  }

  .milestones .milestone{
    display: block;
    width: 100%;
    margin: 0px !important;
  }

  .milestones .milestone .content{
    margin: 30px 0px !important;
    height: unset;
    padding: 30px 0px;
    width: calc(100% - 10px);
    margin-left: -20px !important;
  }

  .milestones:Before{
    left: 100%;
  }

  .milestones .milestone .date{
    position: relative;
  }

  .milestones .milestone:nth-child(even) .date{
    right: 30px;
    left: unset;
  }

  .milestones .milestone:nth-child(even) .date:before{
    left: unset;
    right: -35px;
  }

  .milestones .milestone:nth-child(even) .date:after{
    left: unset;
    right: -45px;
  }

  .milestones .milestone:nth-child(even) .date span:After{
    left: unset;
    right: -5px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {

  .milestones{
    display: block;
  }

  .milestones .milestone{
    display: block;
    width: 100%;
    margin: 0px !important;
  }

  .milestones .milestone .content{
    margin: 30px 0px !important;
    height: unset;
    padding: 30px 0px;
    width: calc(100% - 10px);
    margin-left: -20px !important;
  }

  .milestones:Before{
    left: 100%;
  }

  .milestones .milestone .date{
    position: relative;
  }

  .milestones .milestone:nth-child(even) .date{
    right: 30px;
    left: unset;
  }

  .milestones .milestone:nth-child(even) .date:before{
    left: unset;
    right: -35px;
  }

  .milestones .milestone:nth-child(even) .date:after{
    left: unset;
    right: -45px;
  }

  .milestones .milestone:nth-child(even) .date span:After{
    left: unset;
    right: -5px;
  }
}














.loader-overlay {
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:#fff;
	z-index:999999999999;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	transition:.3s;
}
.lds-loader {
  display: inline-block;
  position: relative;
  width: 104px;
  height: 104px;
}
.lds-loader div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #fff;
  animation: lds-loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  transition:.06s;
}
.lds-loader div:nth-child(1) {
  left: 8px;
  animation-delay: -0.36s;
  background: #00aeef;
}
.lds-loader div:nth-child(2) {
  left: 32px;
  animation-delay: -0.24s;
  background: #ec008c;
}
.lds-loader div:nth-child(3) {
  left: 56px;
  animation-delay: -0.12s;
  background: #fff200;
}
.lds-loader div:nth-child(4) {
  left: 80px;
  animation-delay: 0;
  background: #231f20;
}
@keyframes lds-loader {
  0% {
    top: 8px;
    height: 80px;
  }
  50%, 100% {
    top: 24px;
    height: 40px;
  }
}
