/*   
Theme Name: Pramati
Theme URI: https://pramati.com
Description: Pramati website theme
Author: Santhanaraj
Author URI: https://pramati.com
Version: 1.0
.
.
*/


/**
Website: Pramati.com - V3
Author: Santhanaraj R
**/
#page {
		display: none;
	}
/*
.loader {
	width: 100%;
	height: 100vh;
	top: 0;
	z-index: 999999;
	position: fixed;
	text-align: center;
	background: #fff;
}
.loader img {
	max-width: 100px;
	margin-top: 16vw;
	position: relative;
	left: 34px;
}
@media only screen and (max-width: 1023px) {
	.loader img { 
		margin-top:30vh;
		max-width: 150px;
		left: 18px;
		position: relative;
	}
}
*/
#main .entry-header, .entry-footer {
    display: none;
}
.style {
	padding: 0;
}
.style .elementor-column-wrap {
	padding: 0;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('./../fonts/proximanova-bold-webfont.woff2') format('woff2'),
         url('./../fonts/proximanova-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'ProximaNova';
    src: url('./../fonts/proximanova-extrabold-webfont.woff2') format('woff2'),
         url('./../fonts/proximanova-extrabold-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;

}

@font-face {
    font-family: 'ProximaNova';
    src: url('./../fonts/proximanova-regular-webfont.woff2') format('woff2'),
         url('./../fonts/proximanova-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'ProximaNova';
    src: url('./../fonts/proximanova-semibold-webfont.woff2') format('woff2'),
         url('./../fonts/proximanova-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}

body {
    font-family: 'ProximaNova';
    font-weight: 700;
    background: #fff;
    color: #666;
}

* {
	font-family: 'ProximaNova';
	transition: all 0.3s ease;
}

*:hover {
	transition: all 0.3s ease-out;
}


 p, ul, li, div, a, h5, h4, h3, span {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}

h1 span { /* h3 * */
	font-family: 'ProximaNova';
	font-weight: inherit;
}

h1, h2, h3, h4 {
	color: #333;
	margin: 0;
}

a {
	color: #4b86d7;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

a:hover, a:focus {
    color: inherit;
    text-decoration: none;
}

label a {
	color: #4b86d7;
}

.link {
	font-size: 16px;
	font-weight: 600;
	position: relative;
	padding-right: 26px;
	transition: all 0.3s ease;
}

.link::after {
	content: '';
	background: url(./../images/link-icon.svg) no-repeat center;
	height: 16px;
	width: 16px;
	position: absolute;
	top: 4px;
	right: 2px;
	color: #4b86d7;
}

.link:hover {
		color: #4b86d7;
}

.link:hover::after {
	content: '';
	transition: all 0.3s ease;
	/* background: url(./../images/link-icon-hover.svg) no-repeat center; */
}

.external::after {
    content: '';
    background: url(./../images/redirect.png) no-repeat 50% 50% !important;
}

h1 {
	font-size: 42px;
	line-height: 48px !important;
	margin-bottom: 15px;
}

h2 {
	font-size: 32px;
	line-height: 35px !important;
	margin-bottom: 15px;
	text-transform: uppercase;
}

h3, h3 * {
	font-size: 22px;
	line-height: 25px !important;
	margin-bottom: 20px;
	font-weight: 600;
}
h3 * {
	margin-bottom: 0;
}

h4 {
	font-size: 20px;
	line-height: 23px !important;
	margin-bottom: 20px;
	font-weight: 600;
}


h5 {
	font-size: 18px;
	line-height: 25px !important;
	font-weight: 400;
	margin: 0;
	margin-bottom: 20px;
}

p {
	font-size: 16px;
	margin: 0;
	margin-bottom: 20px;
	line-height: 21px !important;
	font-weight: 400;
}

.cta {
    background: #4b86d7;
    border: 2px solid #4b86d7;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 12px 49px;
    display: inline-block;
    font-size: 18px;
	text-decoration: none;
	transition: all 0.3s ease-out;
}

.cta:hover {
    background: #fff;
    color: #4b86d7;
}

.break {
	display: block;
}

img {
	width: auto;
	max-width: 100%;
}

header {
	text-align: center;
	transition: all 0.3s ease;
	position: relative;
	width: 100%;
	left: 0;
	z-index: 999;
	padding: 40px 0 40px;
	top: -1px;
	background: #fff;
}

header *, header.fixed * {
	transition: all 0.5s ease;
}
header img { 
	display:inline-block;
	margin-bottom: 50px;
}

header ul {
		list-style: none;
		padding: 0;
		margin: auto;
		display: block;
		text-align: center;
 }
header ul li { 
	display: inline-block;
	margin-right: 75px;
	overflow: hidden;
	padding-bottom: 6px;
}
header ul li a { 
	font-size: 16px;
	color: #333333;
	font-weight: 300;
	position: relative;
	padding-bottom: 8px;
	overflow: hidden;
}

header ul li a::after { 
	/*content: '';
	width: 15px;
	height: 1px;
	position: ABSOLUTE;
	left: -15px;
	bottom: 2px;
	background: #e32228;
	transition: all 0.3s ease;
	border: solid 1px #e32228;
	*/
}

header ul li:hover a::after { 
	left: 0;
}
header ul li.active a::after { 
	left: 0;
}
header ul li.active a {
	color: #e32228;
}

header ul li a:hover { 
	color: #333333;
}

header ul li:last-child {
	margin-right: 0;
}

header.fixed {	
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
	transition: all 0.3s ease;
	z-index: 99;
	position: fixed;
	padding: 20px 0 20px;
	opacity: 0;
}

header.fixed .logo {
	float: left;
	margin-bottom: 0;
	transition: all 0.3s ease-in-out;
}
header.fixed .logo img {
	margin-bottom: 0;
}

header.fixed ul {
	float: right;
	/*margin-top: -12px;
	margin-top: 20px;*/
}

footer {
	margin-bottom: 0;
	padding: 40px 0 0;
	background-color: #fcfcfc;
}

footer p {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	margin-bottom: 26px;
}
.footer-logo {
	max-width: 190px;
}
footer ul {
	padding: 0;
	list-style: none;
}

.gptw {
	max-width: 96px;
	margin-top: -40px;
	float: right;
	display: none;
}

footer ul li {

}

footer ul li a {
	color: #666666;
	position: relative;
	line-height: 2.5 !important;
	font-weight: normal;
}

footer ul li a:hover {
		color: #333;
}

footer .container {
	max-width: 900px;
	margin: auto;
}
footer p::after{
	content: '';
	width: 15px;
	height: 1px;
	position: ABSOLUTE;
	left: 0px;
	display: none;
	bottom: -5px;
	background: #e32228;
	transition: all 0.3s ease;
	border: solid 1px #e32228;
}

.sub-footer {
	background: #f6f6f6;
	padding: 20px;
	text-align: left;
	margin-top: 30px;
}

.sub-footer p {
	color: #666;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 0;
}
.sub-footer p::after {
	display: none;
}

.fa {
	font-size: 16px;
}

.social-icons {
	display: flex;
	flex-direction: row;
	max-width: 180px;
	padding: 0 14px;
	flex-wrap: nowrap;
	margin-top: 30px;
	justify-content: space-between;
}

.fa-linkedin-square:hover {
	color: #0077b5;

}
.fa-facebook-square:hover {
	color: #3b5998;
}
.fa-twitter-square:hover {
	color: #1da1f2;
}
.fa-youtube:hover {
	color: #ff0000;
}
.social-icons li { }

.social-icons li a { }

.social-icons li a { }

.banner {
	position: relative;
	padding-top:0;
}

section.banner {
    /*padding-top: 120px;*/
}

.banner h1 {
	color: #161434;
	font-weight: 900;
	text-transform: uppercase;
    font-size: 45px;
	text-align: center;
	margin-top: 30px;
}

.home.banner h1 {
	text-transform: uppercase;
	font-size: 45px;
	margin-top:0;
 }

.post .banner h1 {
	text-transform: inherit;
}
.banner h1 .break {
	font-size: 195px;
	line-height: 150px !important;
}

.banner h1 .break::after {
		content: '';
		display: block;
		width: 60px;
		height: 1px;
		border:  2px solid #e32228;
		background: #e32228;
		margin: auto;
		border-radius: 8px;
		margin-top: 30px;
		margin-bottom: 30px;
}

.banner h3, .banner h3 * {
 font-size: 20px;
	color: #666666;
	text-align: center;
	line-height: 1.5 !important;
	font-weight: 300;
	
}
.banner .container {
	position: relative;
}
.banner h4 {
    color: #666666;
    font-size: 18px;
    line-height: 25px !important;
    font-weight: 400;
    max-width: 380px;
    position: absolute;
    bottom: 60px;
    right: -300px;
}


.card {
	padding: 15px;
	border: 1px solid #efefef;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	min-height: 320px;
}

.card:hover {
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
	
}

.card img {
	margin-bottom: 24px;
}

.card .link.abs {
    position: absolute;
    bottom: 25px;
}

.card span.tag {
	margin-bottom: 24px;
	display: block;
	color: #161434;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
}

.card p {
	color: #666 !important;
}

.card .link {
	color: #4b86d7;
}
.section, section {
	padding: 40px 0;
}

section.newsSection {
	padding: 20px 0 0;
}

.topPadding {
	padding-top: 40px;
	padding-bottom: 0;
}

.bottomPadding {
	padding-top: 0;
	padding-bottom: 40px;
}

.section-label {
	overflow: hidden;
}

.center {
	text-align: center;
}

.logos {
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 0;
}
.logos li {
	margin: 8px;
}

.prism-logos {
	padding: 0;
	list-style: none;
	display: flex;
	margin: 20px 0 50px;
	justify-content: space-around;
}

.prism-logos li {
    border-right: 1px solid #ccc;
    padding: 0 20px;
}
/*
.prism-logos li:first-child {
    padding-left: 0;
}

.prism-logos li:last-child img {
	max-height: 44px;
	margin-top: 8px;
}

.prism-logos li:nth-child(2) img {
	min-width: 155px;
}

.prism-logos li:nth-child(3) img {
	max-width: 125px;
	margin-top: 10px;
}
*/

.prism-logos li:last-child {
    padding-right: 0;
    border-right: 0;
}
/*
.prism-logos li img {
    height: 30px;
}

.prism-logos li:nth-child(2) img {
    height: 35px;
}

.prism-logos li:nth-child(3) img {
    height: 33px;
}

.prism-logos li:nth-child(4) img {
			height: 24px;
}

.prism-logos li:nth-child(5) img {
    height: 30px;
}
*/

.prism .box {
	padding: 40px 100px;
	border-radius: 5px;
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
	background: rgba(255, 255, 255, 0.9);
	z-index: 9;
}

.prism.bg {
	background: url('/wp-content/uploads/2019/10/prism-bg.svg') no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

.underline {
    width: 60px;
    height: 1px;
    margin: auto;
    display: block;
    border-radius: 5px;
	margin-top: 20px;
    margin-bottom: 20px;
    border: solid 2px #e32228;
}

.underline.thin {
	width: 60px;
    height: 1px;
    margin: auto;
    display: block;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    border: solid 2px #e32228;
	background: #e32228;
}

.prism .side-box {
	
}
.prism .side-box img {
		max-width: 116%;
		margin-top: 78px;
}

.prism .side-box:last-child img {
	left: -30px;
	position: relative;
 }

.card-label {
	padding: 40px 0;
}

.group-companies .card {
		padding: 40px 25px;
		border: 0;
		min-height: 308px;
		position: relative;
}

.group-companies .card p {
	line-height: 25px !important;
}
.group-companies .card img {
	/* max-height: 44px; */
}
/*
.group-companies .card:nth-child(1) img { max-height: 33px; }
.group-companies .card:nth-child(2) img { max-height: 30px;  }
.group-companies .card:nth-child(3) img { max-height: 33px;  }
*/

.group-companies .card .link {

	position: absolute;
	bottom: 30px;
	
}

.style {
	padding: 0;
}

.style .elementor-element-populated {
	padding: 0;
}
#primary {
	padding-bottom: 0;
	padding-top:0;
}

.navigation.post-navigation {
	display: none;
}

/** Form **/
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=tel], textarea {
	padding: 10px 12px;
    outline: none !important;
    border-radius: 2px;
    color: #999;
    line-height: 1.6;
    border: 1px solid #ddd;
    transition: all .2s;
    font-size: 16px;
    box-sizing: border-box;
    width: 100%!important;
    max-width: 100%;
    margin: 5px 0 0;
    background: #fff;
}

span.wpcf7-list-item {
	margin: 0;
}
.wpcf7-checkbox .wpcf7-list-item-label {
    display: none;
}
/** Bootsrap override **/
@media (min-width: 1200px) {
	.container {
					width: 1224px;
	}
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px;
}



/** Animate **/

.fadeIn {
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;
	animation-duration: 0.8s;
	-webkit-animation-duration: 0.8s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important; 
	-webkit-animation-fill-mode: forwards; 
	/* Chrome, Safari, Opera */
	animation-fill-mode: forwards;
}

@keyframes fadeIn {
	0% {
		transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		transform: scale(1.1);	
	}
	80% {
		transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		transform: scale(1);
		opacity: 1;	
	}		
}

@-webkit-keyframes fadeIn {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		-webkit-transform: scale(1.1);
	}
	80% {
		-webkit-transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}		
} 

@media only screen and (min-width: 768px) {
	.devices {
		display: none;
	}
	.desktop {
		display: block;
	}
}

/** Animation **/
.opacity0 {
	opacity:0;
}
.liteFade.animate {
    animation-name: fadeInn;
    -webkit-animation-name: fadeInn;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important; 
	-webkit-animation-fill-mode: forwards; 
    /* Chrome, Safari, Opera */
	animation-fill-mode: forwards;
}

@keyframes fadeInn {
	0% {
		opacity: 0.0;		
	}

	100% {
		opacity: 1;	
	}		
}

@-webkit-keyframes fadeInn {
	0% {
		opacity: 0.0;		
	}	
	
	100% {
		opacity: 1;	
	}		
} 

header.fixed.animate {
	animation-name: scaleFadein;
	-webkit-animation-name: scaleFadein;
	animation-duration: 1.2s;
	-webkit-animation-duration:  1.2s;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
	visibility: visible !important; 
	-webkit-animation-fill-mode: forwards; 
	animation-fill-mode: forwards;
}

@keyframes scaleFadein {
	0% {
		opacity: 0;	
		transform: translateY(-200px);
	}

	100% {
		opacity: 1;	
		transform: translateY(0);
	}		
}

@-webkit-keyframes scaleFadein {
	0% {
		opacity: 0;	
		transform: translateY(-200px);
	}

	100% {
		opacity: 1;	
		transform: translateY(0);
	}		
} 


.slideFromBottom.animate{
	animation-name: slideFromBottom;
	-webkit-animation-name: slideFromBottom;	
	 animation-duration: 3s;	
	-webkit-animation-duration: 3s;
	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;	
	-webkit-animation-fill-mode: forwards;  
	animation-fill-mode: forwards;
} 
@keyframes slideFromBottom { 
	0% {
		opacity:0; 
	}  
	
	100% {
		opacity:1;  
	}  
}
@-webkit-keyframes slideFromBottom { 
	0% {
		opacity:0; 
	}  
	
	100% {
		opacity:1;  
	}  
}



.infiniteMove {
	opacity: 1;
	animation-name: mover;
	animation-duration: 8s;	
	animation-timing-function: ease;	
	visibility: visible !important;	
	animation-iteration-count: infinite;
}
@-webkit-keyframes mover {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes mover {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(0);
	}
}

.infiniteMove2  {
	animation-name: mover2;
	animation-duration:  12s;	
	animation-timing-function: ease;	
	visibility: visible !important;	
	animation-iteration-count: infinite;
}
@-webkit-keyframes mover2 {
	0% {
		transform: scale(1);
		transform: translateY(50px);
	}
	50% {
		transform: scale(1);
		transform: translateY(70px);
	}
	
	100% {
		transform: scale(1);
		transform: translateY(50px);
	}
}
@keyframes mover2 {
	0% {
		transform: scale(1);
		transform: translateY(50px);
	}
	50% {
		transform: scale(1);
		transform: translateY(70px);
	}
	
	100% {
		transform: scale(1);
		transform: translateY(50px);
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	header ul li {
		margin-right: 36px;
	}
	.prism .side-box {
		display: none;
	}
	.break {
		display: inline-block;
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) { 
	.topPadding {
		padding-top: 20px;
		padding-bottom: 0;
	}
	.section, section {
		padding: 20px 0;
	}
	.bottomPadding {
		padding-top: 0;
		padding-bottom: 20px;
	}
}


.maintag.animate {
    animation-name: fadeInPure;
    -webkit-animation-name: fadeInPure;
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important; 
	-webkit-animation-fill-mode: forwards; 
    /* Chrome, Safari, Opera */
	animation-fill-mode: forwards;
}

@keyframes fadeInPure {
	0% {
		opacity: 0.0;
	}
	100% {
		opacity: 1;	
	}			
}

@-webkit-keyframes fadeInPure {
	0% {
		opacity: 0.0;
	}
	100% {
		opacity: 1;	
	}		
} 

.brands-logo img {
	max-height: 40px;
}
.brands-logo img.imaginea {
	margin-top: 15px;
}
.brands-logo img.spotcues {
}
.brands-logo img.groupe {
	margin-top: 15px;
}

/*
@keyframes fadeInPure {
	0% {
		opacity: 0.0;
		transform: translateX(-120px);
	}
	100% {
		opacity: 1;	
		transform: translateX(0);
	}			
}

@-webkit-keyframes fadeInPure {
	0% {
		opacity: 0.0;	
		transform: translateX(-0px);
	}
	100% {
		opacity: 1;	
		transform: translateX(-120px);
	}		
} 
*/


.maintag.out {
    animation-name: fadeOut;
    -webkit-animation-name: fadeOut;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important; 
	-webkit-animation-fill-mode: forwards; 
    /* Chrome, Safari, Opera */
	animation-fill-mode: forwards;
}
@keyframes fadeOut {
	0% {
		opacity: 0.0;	
	}
	100% {
		opacity: 1;
	}			
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 0.0;	
	}
	100% {
		opacity: 1;
	}		
}

.menu  img {
	display: inline-block;
    position: relative;
    top: 10px;
	margin-bottom: 0;
    vertical-align: baseline;
}
/*
@keyframes fadeOut {
	0% {
		opacity: 1;	
		transform: translateX(0px);
	}
	80% {
		opacity: 0.0;	
	}
	100% {
		opacity: 0.0;
		transform: translateX(120px);
	}			
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
		transform: translateX(0px);
	}
	80% {
		opacity: 0.0;	
	}
	100% {
		opacity: 0.0;	
		transform: translateX(120px);
	}		
} */