@charset "UTF-8";
/* CSS Document */
html, body, #index { font-family: 'Roboto Slab', serif; font-size: 14px; color: #FFF; font-weight: 300; width:100%; height:100%; }
.pages { position: relative; overflow: hidden; z-index:1; }
.pages .bgimg { position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: auto; }
.pages .bg-fixed { position: fixed; }
.pages .bg-fixed-bot { bottom: 0px; position: absolute; }
* { padding: 0; margin: 0; outline: none;}
.fl { float: left }
.fr { float: right }
.tc { text-align: center; }
.tl  text-align: left;
.tr { text-align: right; }
.pr { position: relative; }
.pa { position: absolute; }
.clear:before, .clear:after { content: "\0020"; display: block; height: 0; overflow: hidden }
.page-fix { z-index: 2; }
.clear:after { clear: both }
.txtcenter { text-align: center; }
.txtleft { text-align: left; }
.txtright { text-align: right; }
.col30 { width: 30%; }
.col40 { width: 40%; }
.col60 { width: 60%; }
.col70 { width: 70%; }
.col50 { width: 50%; }
.col25 { width: 25%; }
.col75 { width: 75%; }
.fpage { padding-left:5%; padding-top: 5%; }
ol,ol li, ul, ul li{list-style-type: none;}
h1, h2, h3, h4, h5, h6{font-family: 'Montserrat', sans-serif; line-height: normal;}
a{text-decoration: none;color:#222;}
h1 {
    font-size: 2.3em;
    line-height: 1.2em;
    margin-top: 2%;
    font-weight: 400;
    color: #FFF;
    text-transform: uppercase;
}
ul.menu {
	position: fixed;
	right: 13px;
	top: 35%;
	width: 20px;
	z-index: 999999999;
	list-style: none
}
ul.menu li {
	padding: 5px;
	margin: 0
}
ul.menu li span {
	width: 12px;
	height: 12px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	background: #FFF;
	text-indent: -9999em;
	display: block;
	padding: 0;
	margin: 0;
	cursor: pointer;
	opacity: .15;
}
ul.menu li span:hover {
	opacity: .4;
}
ul.menu li span.active {
	opacity: .6;
}
.fixme-logo{margin: 8% 0 0 0;display: block;z-index: 5;position: relative;text-align: center;}
.creative-container{position: relative;overflow: hidden;}
.pages{
    min-height: 500px;
    position: relative;
    overflow: hidden;
}
.container{
    position: relative;
    z-index: 2;
    padding: 5% 5% 0 5%;
}
.pages h2{
    font-size: 3em;
    font-weight: 800;
    color: #fedc01;
    line-height: 1.3em;
}
.pages h3{
    font-size: 2em;
    padding: 0 0 20px 0;
}
.pages p{
    font-size: 1.3em;
}
.page1{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#121212+0,181843+100 */
    background: #121212; /* Old browsers */
    background: -moz-linear-gradient(top, #121212 0%, #181843 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #121212 0%,#181843 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #121212 0%,#181843 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#121212', endColorstr='#181843',GradientType=0 ); /* IE6-9 */
    position: relative;
    padding: 0;
}
.top-creative img{
    width:58%;
    height: auto;
    position: absolute;
    bottom: -5%;
    left: 20%;
    z-index: 2;
    -moz-animation: float 6s ease-in-out infinite;
    -webkit-animation: float 6s ease-in-out infinite;
    -ms-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
}
.top-creative h1{
    margin-top:2%;
    background: url("creative-icon.png") no-repeat center center;
    padding: 30px 0;
    letter-spacing: 15px;
}
@-moz-keyframes twink-back {0%{opacity:1;} 25%{opacity:0.5;} 50%{opacity:0;} 75%{opacity:0.5;} 100%{opacity:1;}} /* Firefox */
@-webkit-keyframes twink-back {0%{opacity:1;} 25%{opacity:0.5;} 50%{opacity:0;} 75%{opacity:0.5;} 100%{opacity:1;}} /* Webkit */
@-ms-keyframes twink-back {0%{opacity:1;} 25%{opacity:0.5;} 50%{opacity:0;} 75%{opacity:0.5;} 100%{opacity:1;}} /* IE */
@keyframes twink-back {0%{opacity:1;} 25%{opacity:0.5;} 50%{opacity:0;} 75%{opacity:0.5;} 100%{opacity:1;}} /* Opera */

.top-star-blink{
    position: absolute;
    top:5%;
    left:2%;
    -moz-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}
.star-blink2{
    -moz-animation:twink-back normal 3s infinite ease-in-out; /* Firefox */
    -webkit-animation:twink-back normal 3s infinite ease-in-out; /* Webkit */
    -ms-animation:twink-back normal 3s infinite ease-in-out; /* IE */
    animation:twink-back normal 3s infinite ease-in-out; /* Opera */
    -webkit-transition-delay: 1s; /* Safari */
    transition-delay: 1s;
}
.star-blink3{
    -moz-animation:twink-back normal 4s infinite ease-in-out; /* Firefox */
    -webkit-animation:twink-back normal 4s infinite ease-in-out; /* Webkit */
    -ms-animation:twink-back normal 4s infinite ease-in-out; /* IE */
    animation:twink-back normal 4s infinite ease-in-out; /* Opera */
}
.star-blink5{
    -moz-animation:twink-back normal 2s infinite ease-in-out; /* Firefox */
    -webkit-animation:twink-back normal 2s infinite ease-in-out; /* Webkit */
    -ms-animation:twink-back normal 2s infinite ease-in-out; /* IE */
    animation:twink-back normal 2s infinite ease-in-out; /* Opera */
}
.star-blink6{
    -moz-animation:twink-back normal 2.5s infinite ease-in-out; /* Firefox */
    -webkit-animation:twink-back normal 2.5s infinite ease-in-out; /* Webkit */
    -ms-animation:twink-back normal 2.5s infinite ease-in-out; /* IE */
    animation:twink-back normal 2.5s infinite ease-in-out; /* Opera */
}

.lrays-light{
    position:absolute;
    right:-30%;
    top:-30%;
    z-index:99;
    display: none;
    -webkit-animation:raysleft 3s linear 1;
    -moz-animation:raysleft 3s linear 1;
    -o-animation:raysleft 3s linear 1;
    -ms-animation:raysleft 3s linear 1;
    animation:raysleft 3s linear 1;
}
.lrays-light.animate{
    display: block;
}
@keyframes raysleft {
	0% {
	    right: -50%; top:-50%;
		opacity:1;
		-moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
	    }
	50% {
	    right: 10%; top:10%;
		opacity:.5;
		-moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
	    }
	100% {
	    right: 30%; top:30%;
		opacity:0;
		-moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
	    }
    }
@-webkit-keyframes raysleft {
	0% {
	    right: -50%; top:-50%;
		opacity:1;
		-moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
	    }
	50% {
	    right: 10%; top:10%;
		opacity:.5;
		-moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
	    }
	100% {
	    right: 30%; top:30%;
		opacity:0;
		-moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
	    }
}
@-moz-keyframes raysleft {
	0% {
	    right: -50%; top:-50%;
		opacity:1;
		-moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
	    }
	50% {
	    right: 10%; top:10%;
		opacity:.5;
		-moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
	    }
	100% {
	    right: 30%; top:30%;
		opacity:0;
		-moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
	    }
}
/* ------------ page2 section styles ------------ */
.title-sec{
    display: inline-block;
    width:50%;
    position: relative;
    vertical-align: top;
}
.title-sec p{
    width:65%;
    line-height: 1.8em;
}
.page2 h2{
    padding: 15% 0 0 0;
}
.page2 .title-sec img {
    position: relative;
    left: 40%;
}
.cont-sec{
    display: inline-block;
    width:49%;
    color:#222;
    line-height: 2.5em;
    vertical-align: top;
}
.page2 .cont-sec p{
    padding: 20px 0;
}
.page2 .cont-sec{
    width:43%;
    margin: 5% 0 0 6%;
}
.creative-bg{
    position: absolute;
    top:-2px;
    left:0;
    width: 53%;
    z-index: 1;
}
.creative-bg2{
    left:55%;
}
.yei-stars{
    position: absolute;
    left: 0;
    top:5%;
    z-index:1;
}
.yei-stars2{
    left: inherit;
    right:0;
}
.page5 .yei-stars{
    left: 59%;
    z-index: 2;
    top: 10%;
}
p.quote-line{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: italic;
}
a.learmore{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    display: block;
    padding: 20px 30px;
    color: #222;
    text-decoration: none;
    background: #fafafb;
	-moz-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}
a.learmore .np-right{
    background: #fe5182;
}
a.learmore:hover{
    background:#f2f2f4;
}
a.learmore:hover .np-right{
    margin: 0 0 0 10px;
    background: #000;
}
/* ------------ page3 section styles ------------ */
.page3 .title-sec{width:33%;}
.page3 .cont-sec{ width:66%;}
.globe-sec img{ width:100%;}
.page3 h2{
    padding: 40% 0 0 0;
}
.cus-details{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background: #fff;
    padding: 10px;
    box-shadow: 0 1px 6px #d6d3d3;
    width: 300px;
    display: inline-block;
    vertical-align: top;
    margin: -50px 0 0 40px;
    border-radius: 0 40px 40px 0;
    display: none;
    position: relative;
    z-index: 2;
}
.cust-list{display: none;}
.cust-list li{
    position: absolute;
    top:0;
    left:0;
    list-style-type: none;
}
.cust-list li:nth-child(1){top: 54%; left: 21%;}
.cust-list li:nth-child(2){top: 88%; left: 25%;}
.cust-list li:nth-child(3){top: 38%; left: 25%;}
.cust-list li:nth-child(4){top: 63%; left: 34%;}
.cust-list li:nth-child(5){top: 28%; left: 45%;}
.cust-list li:nth-child(6){top: 35%; left: 50%;}
.cust-list li:nth-child(7){top: 80%; left: 53%;}
.cust-list li:nth-child(8){top: 50%; left: 57%;}
.cust-list li:nth-child(9){top: 53%; left: 68%;}
.cust-list li:nth-child(10){top: 81%; left: 87%;}


.cust-list li:nth-child(1):hover .cus-details,.cust-list li:nth-child(2):hover .cus-details,.cust-list li:nth-child(3):hover .cus-details,.cust-list li:nth-child(4):hover .cus-details,.cust-list li:nth-child(5):hover .cus-details,.cust-list li:nth-child(6):hover .cus-details,.cust-list li:nth-child(7):hover .cus-details,.cust-list li:nth-child(8):hover .cus-details,.cust-list li:nth-child(9):hover .cus-details,.cust-list li:nth-child(10):hover .cus-details{
    display: block;
}

@-moz-keyframes blink {0%{opacity:1;} 50%{opacity:0.5;} 100%{opacity:1;}} /* Firefox */
@-webkit-keyframes blink {0%{opacity:1;} 50%{opacity:0.5;} 100%{opacity:1;}} /* Webkit */
@-ms-keyframes blink {0%{opacity:1;} 50%{opacity:0.5;} 100%{opacity:1;}} /* IE */
@keyframes blink {0%{opacity:1;} 50%{opacity:0.5;} 100%{opacity:1;}} /* Opera */

.cust-list .cust-icon{
    width: 15px;
    height: 15px;
    border-radius: 30px;
    background-color: rgba(255, 5, 103, 0.3);
    padding: 4px;
    display: inline-block;
    vertical-align: top;
    -moz-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    -moz-animation:blink normal 1.5s infinite ease-in-out; /* Firefox */
    -webkit-animation:blink normal 1.5s infinite ease-in-out; /* Webkit */
    -ms-animation:blink normal 1.5s infinite ease-in-out; /* IE */
    animation:blink normal 1.5s infinite ease-in-out; /* Opera */
}
.cust-list .cust-icon span{
    width: 15px;
    height: 15px;
    background: #ff0567;
    border-radius: 30px;
    display: block;
    text-indent: -99999em;
}
h4{
    font-size: 1em;
}
.page3 .globe-sec p{
    font-size: 1em;
    line-height: normal;
}
.page3 .cus-location{
    font-size: .8em;
    color: #3344a2;
    padding: 3px 0;
}
.cus-details-left, .cus-details-right{
    display: inline-block;
    vertical-align: top;
}
.cus-details-left{
    width: 240px;
}
.cus-details-right{
    width: 50px;
    margin: 3px 0 0 0;
}
.globe-sec .cus-details-right img{
    width:50px;
    border-radius: 50px;
}
.year-counts{
    margin: 2% 0 0 10%;
    width: 90%;
    text-align: center;
}
.year-counts li{
    background: #181843;
    display: inline-block;
    width:20%;
    vertical-align: top;
    padding: 2% 4%;
    margin: 0 0 0 2%;
    text-align: center;
}
.year-counts li:nth-child(3){
    width:28%;
}
.year-counts li  h4{
    font-size: 4em;
    font-weight: 800;
    color:#ff0566;
}
.year-counts li p{
    font-family: 'Montserrat', sans-serif;
    color:#fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.page3 .creative-bg{
    width:40%;
}
/* ------------ page4 section styles ------------ */
.page4{
    background:#181743;
}
.industries-list{text-align: center;}
.industries-list li{
    background: #fff;
    display: inline-block;
    padding: 20px;
    margin: 0 0 0 15px;
    border-radius: 3px;
    text-align: center;
    width: 15%;
    color: #222;
	-moz-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
    vertical-align: top;
}
.industries-list li:hover{
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.industries-list li a{display: block;}
.industries-list li h4{
    font-weight: 600;
    padding: 20px 0 10px 0;
}
.industries-list img{width:50%;height: 100px;}
.more-industries{
    text-align: center;
}
.more-industries a{
    display: inline-block;
    padding: 15px 30px;
    border-radius: 3px;
    background: #fedc01;
    margin: 2%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.more-industries a:hover{
    background: #ea0662;
    color:#fff;
}
.prod-inner-list .slick-arrow{
    display: inline-block;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50px;
    margin: 0 10px;
    position: absolute;
    left: 27.5%;
    top: 46%;
    text-indent: -999999em;
    background: #fedc01 url("yei-lft-arrow.png") no-repeat center center;
}
.prod-inner-list .slick-arrow:hover{
    background: #fff url("yei-lft-arrow.png") no-repeat center center;
}
.prod-inner-list .slick-next{
    right: 4%;
    left:inherit;
    background: #fedc01 url("yei-rit-arrow.png") no-repeat center center;
}
.prod-inner-list .slick-next:hover{
    background: #fff url("yei-rit-arrow.png") no-repeat center center;
}
.industries-count{
    text-align: center;
}
.industries-count h2{
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 3% 0 0 0;
}
.industries-count h2 span{
    display: block;
    font-size: 4em;
    line-height: normal;
}
.industries-count img{
    width: 60%;
    height: auto;
    position: absolute;
    bottom: -10%;
    left: 20%;
    z-index: 1;
}

/* ------------ page5 section styles ------------ */
@-moz-keyframes float {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: translatey(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
}
@-webkit-keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}
@-ms-keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}
@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}
.page5 .title-sec{
   text-align: right;
}

.page5 .cont-sec{
    margin: 3% 0 0 0;
}
.page5 .title-sec img{
    position: relative;
    right: -14%;
    margin: 5% 0 5% 0;
    width:60%;
    -moz-animation:float 6s ease-in-out infinite; /* Firefox */
    -webkit-animation:float 6s ease-in-out infinite; /* Webkit */
    -ms-animation:float 6s ease-in-out infinite; /* IE */
    animation: float 6s ease-in-out infinite;
}

.awards-list{margin:4% 0;text-align: center;height: 350px;overflow: hidden;}
.awards-list .awards-list-inner {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f5f5+0,ffffff+28,ffffff+69,f5f5f5+100 */
background: #f5f5f5; /* Old browsers */
background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 28%, #ffffff 69%, #f5f5f5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f5f5f5 0%,#ffffff 28%,#ffffff 69%,#f5f5f5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f5f5f5 0%,#ffffff 28%,#ffffff 69%,#f5f5f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
    color:#bebebe;
    height: 150px;
	-moz-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
    -ms-transform: scale(.8);
    -webkit-transform: scale(.8);
    transform: scale(.8);
}
.awards-list .awards-list-inner.slick-active.slick-current {
    background: #3344a1;
    color:#fff;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.awards-list .awards-list-inner > div{
    display: inline-block;
    vertical-align: top;
}
.awards-left{
    width: 40px;
    padding: 15px;
    background: #e6e6e6;
    border-radius: 60px;
    color: #bebebe;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2em;
    display: inline-block;
    vertical-align: top;
}
.slick-current .awards-left{
    background: #fddc01;
    color: #222;
}
.awards-right{
    display: inline-block;
    vertical-align: top;
    width:80%;
    margin: 0 0 0 3%;
    color:#bebebe;
}
.awards-left, .awards-right{
    position: relative;
    top:40px;
}
.slick-current .awards-right{
    color: #fff;
}
.page5 .awards-right p{font-size: 1.2em;text-align: left;}
.awards-list .slick-arrow{
    display: inline-block;
    vertical-align: top;
    width: 45px;
    height: 45px;
    background: #3344a1;
    border-radius: 30px;
    cursor: pointer;
    text-indent: -99999em;
    background: #3344a1 url("yei-arrow-top.png") no-repeat center center;
    margin: 20px 0;
    border: none;
}
.awards-list .slick-next{
    background: #3344a1 url("yei-arrow-bot.png") no-repeat center center;
}
.awards-list .slick-prev:hover{
    background: #222 url("yei-arrow-top.png") no-repeat center center;
}
.awards-list .slick-next:hover{
    background: #222 url("yei-arrow-bot.png") no-repeat center center;
}
.awards-list .slick-dots{display: none !important;}
.looking-back-bot span{
    display: block;
    width: 25px;
    height: 30px;
    border-radius: 30px;
    padding: 10px 10px 5px 10px;
    margin: 3% auto 0;
    text-align: center;
}
.looking-back-bot span, .looking-back-bot span:hover{
    background: #ff0566;
    cursor: pointer;
}
/* ------------ page6 section styles ------------ */

.new-prod-list li a{
    display: block;
    background: #fafafb;
    padding: 30px;
    margin: 0 0 40px 0;
    text-decoration: none;
    color: #222;
	-moz-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}
.np-left, .np-right{
    display: inline-block;
    vertical-align: middle;
    width: 82%;
    padding: 0 6% 0 0;
}
.np-right{
    background: #ff6e34;
    width: 35px;
    height: 30px;
    padding: 15px 0 0 10px;
    border-radius: 40px;
	-moz-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}
.page6 .new-prod-list p{
    font-size: 1.2em;
    line-height: normal;
}
.new-prod-list li:hover a{
    background:#f2f2f4;
}
.new-prod-list li:hover .np-right{
    background: #222;
    margin: 0 0 0 10px;
}
.page6 h2{
    margin: 5% 0 0 0;
}
.page6 .title-sec{
   text-align: right;
}
.page6 .cont-sec{
    margin: 8% 0 0 0;
}
.page6 .title-sec img{
    margin: 5% 0 0 0;
    position: relative;
    top: 0;
    right: 10%;
    width:45%;
}

/* ------------ page7 section styles ------------ */
.page7, .page8, .page9, .page10, .page11, .page12 {
    background: #181743;
}
.page7 h2{text-align: center;padding: 5% 0 0 0;}
.page7 .title-sec, .page8 .title-sec, .page9 .title-sec, .page10 .title-sec, .page11 .title-sec, .page12 .title-sec{
    width:30%;
    margin:0 0 5% 0;
}
.page7 .cont-sec, .page8 .cont-sec, .page9 .cont-sec, .page10 .cont-sec, .page11 .cont-sec, .page12 .cont-sec{
    width:65%;
    margin:0 0 5% 0;
}
.page7 .title-sec img, .page12 .title-sec img{
    margin: 10% 0 0 0;
}
.page8 .title-sec img, .page9 .title-sec img, .page10 .title-sec img, .page11 .title-sec img{
    margin: 30% 0 0 0;
}
.slick-list{
    position: relative;
    overflow: hidden;
    width:100%;
}
.prod-inner-list .prod-upd-brif{
    background:#d2e0fe;
    margin: 7px;
    display: inline-block;
    vertical-align: top;
    width: 250px;
    border-radius: 3px;
    min-height: 80%;
}
.prod-cont-container{
    height: 450px;
    overflow: scroll;
}
.page7 .prod-cont-container, .page12 .prod-cont-container{
    height: 250px;
}
.page11 .prod-cont-container{
    height: 430px;
}
.prod-inner-list h4{
    padding: 5%;
    color:#3344a2;
    font-size: 1.2em;
}
.prod-inner-list p{
    font-size: .95em;
    line-height: 2em;
}
.prod-cont-list{
    padding: 5%;
}
.prod-cont-list:nth-child(1), .prod-cont-list:nth-child(3), .prod-cont-list:nth-child(5), .prod-cont-list:nth-child(7){
    background: #e8effe;
}
.bor-bot{border-bottom: 1px solid #a4b8e3;}
.prod-cont-list a{
    color: #ff6c34;
    text-decoration: underline;
}
.onepage-pagination li:nth-child(8), .onepage-pagination li:nth-child(9), .onepage-pagination li:nth-child(10), .onepage-pagination li:nth-child(11), .onepage-pagination li:nth-child(12){
    display: none;
}
.onepage-pagination li a:before{background: rgb(246, 7, 101)!important;width:7px !important;height: 7px !important;}
.onepage-pagination li a.active:before{border: 1px solid #f40565!important;background: transparent !important;left: 10px !important;width:10px !important;height: 10px !important;}
.slider { width: 50%;margin: 100px auto;}
.slick-slide {margin: 0px 20px;}
.slick-slide img {width: 100%;}
.slick-prev:before,.slick-next:before {color: black;}
.slick-slide {transition: all ease-in-out .3s;}
.slick-dots{text-align: center;}
.slick-dots li {display: inline-block;padding: 10px 5px;}
.slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    background: #9eb6ef;
    border-radius: 10px;
    text-indent: -9999999em;
    border: none;
}
.slick-dots .slick-active {opacity: .5;}
.page7 .slick-dots li button, .page10 .slick-dots li button, .page12 .slick-dots li button{display: none;}
/* ------------ page13 section styles ------------ */

.page13 .title-sec img{
    margin-top:10%;
}
.evnt-title-flow{
    position: absolute;
    top: 10%;
    right: 14%;
    z-index: 1;
}
.evnt-title-flow img{
    width:450px;
}
.event-flow-list{
    position: relative;
    z-index: 2;
    margin: 15% 0 0 2.5%;
}
.event-flow-list li{
    background: #f5f5f5;
    padding: 20px;
    width: 200px;
    text-align: center;
    min-height: 80px;
}
.event-flow-list li span{
    background: #e1552b;
    width: 12px;
    height: 12px;
    text-indent: -9999em;
    display: block;
    border-radius: 20px;
    margin: -25px auto 15px auto;
    position: relative;
}
.event-flow-list li h4{
    font-size: 4em;
    font-weight: 800;
    color: #3344a1;
}
.event-flow-list li p {
    font-family: 'Montserrat', sans-serif;
    color: #434b6c;
    letter-spacing: 1px;
    font-size: 1em;
    line-height: normal;
    font-weight: 600;
}
.event-flow-list li:nth-child(1), .event-flow-list li:nth-child(3), .event-flow-list li:nth-child(5){
    margin-left:53%;
}
.event-flow-list li:nth-child(3), .event-flow-list li:nth-child(5){
    margin-top:-10%;
}
.event-flow-list li:nth-child(2) span{
    position: relative;
    left: -5px;
}
.event-flow-list li:nth-child(3) span{left: -14%;}
.event-flow-list li:nth-child(4) span{left: 14%;}
.event-flow-list li:nth-child(5) span{left: -32%;}

/* ------------ page14 section styles ------------ */
.page14 .title-sec img{
    margin: 15% 0 10% 0;
}
.page14 .creative-bg{
    width:40%;
}
.page14 .title-sec{
    width:35%;
}
.page14 .cont-sec{
    width:64%;
}
.blog-post-list{
    margin: 8% 0 0 0;
}
.blog-post-list li{
    background: #3344a1;
    padding: 2%;
    width: 26%;
    display: inline-block;
    vertical-align: top;
    margin: 1%;
    min-height: 140px;
    position: relative;
	-moz-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}
.blog-post-list li:last-child{
    background: #fe5080;
}
.blog-post-list li:hover{
    background: #181743;
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari */
    transform: scale(1.05);
}
.blog-post-list li a{
    text-decoration: none;
    color: #222;
    display: block;
    color:#fff;
}
.blog-post-list li:hover a{
    color: #fff;
}
.blog-post-list li:hover a span{
    color: #fe5182;
}
.blog-post-list h4{
    font-size: 1.2em;
    line-height: 1.4em;
    min-height: 110px;
}
.blog-post-list li:last-child h4{
    padding: 16% 0 0% 0;
    text-align: center;
}
.blog-post-list span{
    color: #ff6c34;
}

/* ------------ page15 section styles ------------ */
.page15 {
    background: #181743;
}
.popular-campaigns h2 {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    margin: 2% 0 0 0;
}
.popular-campaigns img.creative-light {
    width: 65%;
    height: auto;
    position: absolute;
    top: 0px;
    left: 18%;
    z-index: 1;
}
.popular-campaigns ul{
    text-align: center;
    margin: 15% 0 0 0;
    position: relative;
    z-index: 2;
}
.popular-campaigns li{
    width:25%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.popular-campaigns li img{
    width:40%;
	-moz-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}
.popular-campaigns li img:hover{
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari */
    transform: scale(1.05);
}
/* ------------ page16 section styles ------------ */
.page16 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#181743+0,121213+100 */
    background: #181743; /* Old browsers */
    background: -moz-linear-gradient(top, #181743 0%, #121213 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #181743 0%,#121213 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #181743 0%,#121213 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181743', endColorstr='#121213',GradientType=0 ); /* IE6-9 */
    position: relative;
}
.page16 .title-sec{
    position: static;
}
.page16 .title-sec img{
    position: absolute;
    left:-5%;
    bottom:16%;
    width:60%;
    z-index: 1;
    -ms-transform: rotate(20deg); /* IE 9 */
    -webkit-transform: rotate(20deg); /* Safari */
    transform: rotate(20deg);
}
.page16 .cont-sec{
    background: #fff;
    border-radius: 3px;
    margin: 10% 0 0 0;
    position: relative;
    z-index: 2;
}
.partners-list{
    padding:4% 3%;
}
.partners-list li{
    display: inline-block;
    width:20.5%;
    margin:3% 2% 5%;
}

@-moz-keyframes zoom-in {
    0%{
        -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
     -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
    } 
    25%{
        -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
     -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
    }  
    50%{
        -ms-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
     -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
    opacity: .6;
    } 
    75%{
        -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
     -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
    opacity: .8;
    }
    100%{
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
     -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
    opacity: 1;
    }
} /* Firefox */

@-webkit-keyframes zoom-in {
    0%{
        -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
     -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
    } 
    25%{
        -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
     -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
    }  
    50%{
        -ms-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
     -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
    opacity: .6;
    } 
    75%{
        -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
     -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
    opacity: .8;
    }
    100%{
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
     -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
    opacity: 1;
    }
} /* Webkit */
@-ms-keyframes zoom-in {
    0%{
        -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
     -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
    } 
    25%{
        -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
     -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
    }  
    50%{
        -ms-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
     -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
    opacity: .6;
    } 
    75%{
        -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
     -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
    opacity: .8;
    }
    100%{
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
     -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
    opacity: 1;
    }
} /* IE */
@keyframes zoom-in { 
    0%{
        -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
     -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
    } 
    25%{
        -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
     -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
    }  
    50%{
        -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
     -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
    opacity: .6;
    } 
    75%{
        -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
     -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
    opacity: .8;
    }
    100%{
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
     -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
    opacity: 1;
    }
} /* Opera */

.page16.active .partners-list li img{
    -moz-animation:zoom-in normal 3s 1 ease-in-out; /* Firefox */
    -webkit-animation:zoom-in normal 3s 1 ease-in-out; /* Webkit */
    -ms-animation:zoom-in normal 3s 1 ease-in-out; /* IE */
    animation:zoom-in normal 3s 1 ease-in-out; /* Opera */
}
.page16.active .partners-list li:nth-child(2) img{animation-delay: 1s;}
.page16.active .partners-list li:nth-child(3) img{animation-delay: 5s;}
.page16.active .partners-list li:nth-child(4) img{animation-delay: 9s;}

.page16.active .partners-list li:nth-child(5) img{animation-delay: 2s;}
.page16.active .partners-list li:nth-child(6) img{animation-delay: 10s;}
.page16.active .partners-list li:nth-child(7) img{animation-delay: 6s;}
.page16.active .partners-list li:nth-child(8) img{animation-delay: 1s;}

.page16.active .partners-list li:nth-child(9) img{animation-delay: 7s;}
.page16.active .partners-list li:nth-child(10) img{animation-delay: 12s;}
.page16.active .partners-list li:nth-child(11) img{animation-delay: 3s;}
.page16.active .partners-list li:nth-child(12) img{animation-delay: 14s;}

.page16.active .partners-list li:nth-child(13) img{animation-delay: 13s;}
.page16.active .partners-list li:nth-child(14) img{animation-delay: 11s;}
.page16.active .partners-list li:nth-child(15) img{animation-delay: 4s;}
.page16.active .partners-list li:nth-child(16) img{animation-delay: 8s;}


.partners-list li img{
    width:100%;
     -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: .4;
	-moz-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}
.partners-list li:hover img{
     -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
    opacity: 1;
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.viewmore-sec{
    text-align: center;
    margin: 0 0 5% 0;
}
.more-link{
    display: inline-block;
    padding: 5px 40px;
    color:#fff;
    background:#3344a1;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: center;
    border-radius: 3px;
}
.more-link:hover{
    background:#d4085f;
}

/* ------------ page17 section styles ------------ */
.page17 {
    background: #121213;
    position: relative;
}
.last-creative img{
    width:50%;
}
h6{
    font-size: 1.6em;
    font-weight: 400;

}
h6 {
    font-size: 2.3em;
    line-height: 1.2em;
    letter-spacing: 4px;
    display: block;
    color: #fff;
    padding: 2% 0 0 0;
    font-weight: 600;
}
h6 span{
    display: block;
    font-size: 4em;
    color: #fedd03;
    font-weight: 600;
    line-height: normal;
}
.fin-info{
    margin: 1% 0 0 0;
}
.pages .tit-newsletter{
    font-size: 1em;
    padding: 0 0 1% 0;
    margin: 0 auto;
    line-height: 1.6em;
}
.globe-creative{
    width:50%;
    position: absolute;
    left:25%;
    bottom: -80%;
    -webkit-animation: spin 110s linear infinite;
    -moz-animation: spin 110s linear infinite;
    animation: spin 110s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

#dwn-form-alert{
	font-size: 1em;
    color: #ff5252;
    padding: 10px 0 0 5px;
    text-align: left;
    position: absolute;
    left: 0;
}
.reg_form_errors{
    display: none;
    font-size: 1em;
    color: #ff5252;
    padding: 10px 0 0 5px;
    text-align: left;
}
form{
    margin: 0 auto;
    width:500px;
}
form input{
    width: 70%;
    height: 40px;
    border: none;
    font-size: 1.3em;
    padding: 5px 10px;
    border-radius: 3px 0 0 3px;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
form input[type="submit"]{
    background: #3344a0;
    border: none;
    padding: 17px;
    color: #fff;
    margin: 0 0 0 -5px;
    font-size: 1em;
    text-transform: uppercase;
    vertical-align: top;
    letter-spacing: 2px;
    width: 25%;
    height: 50px;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}
form input[type="submit"]:hover{
    background: #d4085f;
}
.success-msg {
	background: #fedd03;
    padding: 2%;
    text-align: center;
    margin: 0;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    letter-spacing: 1px;
    z-index: 9;
    width: 100%;
}
.page-move-arrow{position: fixed;z-index: 5;bottom:10%;right: 1%;}
.page-move-arrow a{
    background: #eee;
    border-radius: 2px;
    padding: 15px 10px;
    margin: 5px;
    width: 20px;
    display: block;
    text-align: center;
    cursor: pointer;
}
.page-move-arrow a:hover{
    background:#fedc01 ;
}
.share-list p{
    padding: 0 0 2% 0;
}
.share-list p a{
    display: inline-block;
    padding: 0 1%;
}
.share-list p img{
    opacity: .5;
}
.share-list p img:hover{
    opacity: 1;
}
.share-list{
    position: absolute;
    bottom: 3%;
    font-size: .7em;
    color: #909090;
    z-index: 2;
    left: 5%;
}
div.yei-preloader{
    background: #181743;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99999999;
}
div.yei-preloadcont {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
}
div.yei-preloadcont p {
    text-align: center;
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    line-height: 20px;
    padding-bottom: 1%;
    font-family: 'Montserrat', sans-serif;
}
div.yei-preloadcont img {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}
/* ------------ Responsive style starts ------------ */
@media screen and (min-width: 2000px) {
    html, body, #index { font-size: 24px;line-height: normal;}
    .creative-bg{top:-4px;}
    .creative-bg{width:57%;}
    form input{font-size: 1em}
    form input[type="submit"]{font-size: .6em;}
    .blog-post-list h4{min-height: 160px;}
    .page11 .title-sec img{bottom: 20%;}
    .industries-list img{height: 150px;}
    .evnt-title-flow{right:13%;top:5%;}
    .evnt-title-flow img{width:700px;}
    .event-flow-list{margin: 8% 0px 0px 14%;}
    .event-flow-list li{width:300px;}
    .event-flow-list li:nth-child(1) span{left: 10%;}
    .event-flow-list li:nth-child(2) span{left:7%;}
    .event-flow-list li:nth-child(3) span{left: -11%;}
    .event-flow-list li:nth-child(4) span{left: 24%;}
    .awards-left{width: 70px;padding: 20px;}
    .awards-list .awards-list-inner{height: 200px;}
    
    .industries-count h2{padding: 11% 0 0 0;}
    .prod-cont-container, .page11 .prod-cont-container{height: 750px;}
    .page7 .prod-cont-container, .page12 .prod-cont-container{
        height: 500px;
    }
    .page8 .container, .page9 .container, .page10 .container, .page11 .container, .page12 .container{
        margin-top: 5%;
    }
    .yei-stars{width:35%;}
    .page5 .yei-stars{left: 64%;top:0;}
}
@media only screen and (max-width: 2000px) and (min-width: 1800px){
    .event-flow-list{margin: 12% 0px 0px 20%;}
}
@media only screen and (max-width: 1750px) and (min-width: 1600px){
    .creative-bg{width:56%;}
    .page2 h2{padding-top: 40%;}
    .page2 .cont-sec{margin: 12% 0 0 6%;}
    .industries-list{margin-top:7%;}
    .new-prod-list{margin: 20% 0 0 0;}
    .evnt-title-flow img{width:420px;}
    .event-flow-list{margin: 12% 0 0 12%;}
    .event-flow-list li:nth-child(1){margin-left: 46%;}
    .event-flow-list li:nth-child(3){margin-left: 50%;}
    .page11 .title-sec img{bottom: 25%;}
    .event-flow-list li:nth-child(1) span{left: 30%;}
    .event-flow-list li:nth-child(2) span{left: 10%;}
    .event-flow-list li:nth-child(3) span{left: 2%;}
    .event-flow-list li:nth-child(4) span{left: 25%;}
}
@media screen and (max-width: 1380px) {
    .top-creative h1{margin-top:5%;}
    .creative-bg{width:58%;}
    .industries-list li{width:14%;}
    .industries-count h2{padding: 8% 0px 0px;}
    .event-flow-list{margin: 14% 0 0 13%;}
    .evnt-title-flow{right:5%;}
    .event-flow-list li:nth-child(1) span{left: 22%;}
    .event-flow-list li:nth-child(2) span{left: 21%;}
    .event-flow-list li:nth-child(3) span{left: 28%;}
    .event-flow-list li:nth-child(4) span{left: 30%;}
}
@media screen and (max-width: 1300px) {
    .prod-inner-list .slick-next{right:0%;}
    .event-flow-list li:nth-child(1) span{left: 0;}
    .event-flow-list li:nth-child(2) span{left: 8%;}
    .event-flow-list li:nth-child(3) span{left: 19%;}
    .event-flow-list li:nth-child(4) span{left: 14%;}
    .year-counts li h4{font-size: 3.5em;}
}
@media screen and (max-width: 1100px) {
    .creative-bg{width: 71%;left: -12%;}
    .creative-bg2{left: 53%;}
    .page3 .creative-bg{width:65%;}
    .page14 .creative-bg{width:60%;}
    .year-counts li{font-size: .8em;}
    .industries-list li{width:18%;padding: 20px 0;}
    .industries-count h2{font-size: 2em;padding-top:20%;}
    .awards-list .awards-list-inner{height: 250px;}
    .page6 .cont-sec{width:52%;}
    .page6 .title-sec{margin-top:20%;width: 46%;}
    .prod-cont-container, .page11 .prod-cont-container{height: 600px;}
    .page7 .prod-cont-container, .page12 .prod-cont-container{height: 300px;}
    .evnt-title-flow img, .event-flow-list li span{display: none;}
    .event-flow-list{margin:14% 0 0 30%;}
    .event-flow-list li:nth-child(1),.event-flow-list li:nth-child(2),.event-flow-list li:nth-child(3),.event-flow-list li:nth-child(4){margin: 4% 0;}
}
@import url(onepage-scroll.css) (min-width:400px);
@media screen and (max-width: 900px) {
    .container{padding: 3%;text-align: center;}
    .pages{padding: 2%;}
    .page1{padding: 0;}
    .page2 .title-sec img, .page5 .title-sec img, .page13 .title-sec img, .page14 .title-sec img, .page16 .title-sec img{display: none;}
    .creative-bg, .yei-stars{display: none;}
    .title-sec, .page3 .title-sec, .page6 .title-sec, .page9 .title-sec, .page14 .title-sec{padding: 0 0 0 2%;width: 98%;background: #181743;border-radius: 5px;}
    .cont-sec, .page2 .cont-sec, .page3 .cont-sec, .page6 .cont-sec, .page9 .cont-sec,.page14 .cont-sec{padding: 2% 0 2% 2%;margin: 0;width:96%;}
    .page5 h2, .page6 h2{margin-top: 0;}
    .prod-inner-list .slick-arrow{left:0;top:60%;}
    .prod-inner-list .slick-next{right:-2%;left: inherit;}
    .popular-campaigns img{width:80%;left: 10%;}
    .industries-list li{width: 25%;margin:2%;}
    .page6 .title-sec{text-align: left;}
    .page5 .title-sec{text-align: center;}
    .page5 .title-sec img{position: absolute;right: 0;top:15%;margin:0;width:30%;}
    .pages h2{padding: 20px;font-size: 2em;}
    .page6 .title-sec img{position: absolute;top: 10%;right: 4%;width: 20%;margin: 0;}
    .evnt-title-flow{right: inherit; left: 28%;top: 35%;}
    .globe-creative{width:65%;}
    .popular-campaigns li img{width:65%;}
    .page7 .title-sec,.page8 .title-sec, .page9 .title-sec, .page10 .title-sec, .page11 .title-sec, .page12 .title-sec{width:40%;}
    .page7 .title-sec img,.page8 .title-sec img, .page9 .title-sec img, .page10 .title-sec img, .page11 .title-sec img, .page12 .title-sec img{width:90%;}
    .page7 .cont-sec, .page8 .cont-sec, .page9 .cont-sec, .page10 .cont-sec, .page11 .cont-sec, .page12 .cont-sec{width:90%;}
    .year-counts{margin: 2% 0 0 4%;}
    .awards-list .awards-list-inner{height:150px;}
    .page6 .title-sec{margin-top:0;}
    .prod-inner-list h4{min-height: 50px;}
    .slick-track{margin: 0 auto;}
    .event-flow-list{margin: 10% 0px 0px 0;}
    .event-flow-list li:nth-child(1), .event-flow-list li:nth-child(3){margin-left: 0;}
    .event-flow-list li{margin:5% auto !important;}
    .globe-creative{left: 18%;bottom: -30%;}
}
@media screen and (max-width: 650px) {
    .pages h2{text-align: center;}
    .top-creative h1{margin-top: 40%;font-size: 3.5em;line-height: normal;}
    .top-creative img{width: 75%;left: 10%;}
    .np-right{width:25px;height:22px;padding: 8px 0 0 5px;}
    .np-right img{width:75%;}
    a.learmore:hover .np-right, .new-prod-list li:hover .np-right{margin:0;}
    .globe-sec, .evnt-title-flow, .page11 .title-sec img{display: none;}
    .year-counts li,.year-counts li:nth-child(3){width: 75%;margin: 0px 0px 5% 0;padding: 10% 0;}
    .industries-list li{width:68%;}
    .industries-count img{width:100%;left:0;}
    .pages h3{font-size: 1.2em;}
    .page5 .title-sec img,.page6 .title-sec img, .popular-campaigns img.creative-light{display: none;}
    .page5 .awards-right p{text-align: center;}
    .page7 .title-sec, .page8 .title-sec, .page9 .title-sec, .page10 .title-sec, .page11 .title-sec, .page12 .title-sec{width:85%;}
    .prod-inner-list .slick-arrow{top:65%;left:0;}
    .prod-inner-list .slick-next{right:-4%;left: inherit;}
    .event-flow-list li:nth-child(1), .event-flow-list li:nth-child(3){margin-left: 0;}
    .event-flow-list li{margin-bottom: 5%;}
    .blog-post-list li{width: 75%;padding: 5%;margin: 6%;}
    #IframeUrl{width:100%;}
    form{width:350px;}
    form input{width:50%;}
    form input[type="submit"]{font-size: .8em;padding: 7px;}
    .awards-list li{text-align: center;}
    .popular-campaigns ul{margin-top: 2%;}
    .popular-campaigns li{width:100%;margin: 5% 0;}
    h6{font-size: 2em;line-height: normal;letter-spacing: 2px;padding: 5% 0;}
    .fin-info{margin: 5% 0;}
    .partners-list li{width:28%;}
    .pages .tit-newsletter{width:75%;padding: 5% 0;}
    .last-creative img{width:80%;margin-top: 10%;}
    .share-list{bottom: 0;left:22%;text-align: center;}
    .page10 .slick-track, .page12 .slick-track{width:320px!important;}
    .prod-inner-list .prod-upd-brif{width:300px!important;}
    .awards-list .awards-list-inner{height: 300px;}
    .prod-cont-container, .page11 .prod-cont-container{height: 350px;}
    .page7 .cont-sec, .page8 .cont-sec, .page9 .cont-sec, .page10 .cont-sec, .page11 .cont-sec, .page12 .cont-sec{width:85%;}
    .globe-creative{display: none;}
    .page5 .title-sec, .page6 .title-sec{position: absolute;left:0;top:0;}
    .page5 .cont-sec, .page6 .cont-sec{margin-top:50%;}
    .page17 .reg_form_errors{font-size: 1em;padding: 10px 0 0 40px;}
}
@media screen and (max-width: 400px) {
    .page7 .cont-sec, .page8 .cont-sec, .page9 .cont-sec, .page10 .cont-sec, .page11 .cont-sec, .page12 .cont-sec {
        width: 240px !important;
    }
    .page10 .slick-track, .page12 .slick-track{width:225px !important;}
    .prod-inner-list .prod-upd-brif {width: 225px !important;}
    .prod-inner-list .slick-arrow{
        left:-5px;
        -ms-transform: scale(.8);
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }
    .prod-inner-list .slick-next {right: -4%;left: inherit;}
}
@media screen and (max-width: 350px) {
    .prod-inner-list .slick-arrow{left:-10px;}
    .prod-inner-list .slick-next {right: -6%;left: inherit;}
}