@charset "UTF-8";
/* -------------------------------------- Reset styles -------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}em{font-style:italic}
#backToTop{display: none!important;}
.clearfix:after {
    clear:both;
    content:'.';
    display:block;
    visibility:hidden;
    height:0;
}
.clearfix {
    display:inline-block;
}
* html .clearfix {
    height:1%;
}
.clearfix {
    display:block;
}
*+html .clearfix {
    display: inline-block;
}

/* normalize css*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-size: 14px;
    font-family:'ZohoPuvi', sans-serif;
    line-height: 24px;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article,
footer,
header,
section {
	display: block;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
	text-decoration: none;
    color:#0B41BC;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: 500;
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.pr{position: relative;}
.pa{position: absolute;}
.pf{position: fixed;}
fl{float: left;}
fr{float: right;}
.fb{font-weight: 600;}
.f15{font-size: 1.1em;}
img {
	vertical-align: middle;
	max-width: 100%;
}
p {
	margin: 0 0 5px
}
h1,h2,h3,h4,h5,h6{
    font-family:'ZohoPuvi', sans-serif;
    font-weight: 600;
    line-height: normal;
}
.container{
    width:1200px;
    margin: 0 auto;
}
h2{
    font-size: 3em;
}
h3{
    font-size: 2.5em;
}
h4{
    font-size: 1.5em;
}
h5{
    font-size: 2em;
    padding: 10px 0;
}
header{position: relative;z-index: 4;}
header img{position: absolute;width:140px;height: auto;left: 2px;top:50px;}

/*---------- banner section ------------*/
.page1 {
    background: #082f87;
    position: relative;
    z-index: 3;
    min-height: 500px;
    padding: 120px 0 0 0;
    color:#fff;
}
.banner-info h2{
    font-size: 5em;
    line-height: normal;
    padding: 0 0 10px 0;
    position: relative;
    left: -100%;
    -moz-transition: all ease-in-out 1s;
    -webkit-transition: all ease-in-out 1s;
    -o-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
    opacity: 0;
}
.banner-info h3{
    position: relative;
    -moz-transition: all ease-in-out 1.1s;
    -webkit-transition: all ease-in-out 1.1s;
    -o-transition: all ease-in-out 1.1s;
    transition: all ease-in-out 1.1s;
    left: -100%;
    opacity: 0;
}
.banner-info p{
    font-size: 16px;
    line-height: 24px;
    width:47%;
    -moz-transition: all ease-in-out 1.5s;
    -webkit-transition: all ease-in-out 1.5s;
    -o-transition: all ease-in-out 1.5s;
    transition: all ease-in-out 1.5s;
    left: -100%;
    opacity: 0;
}
.animate .banner-info h2, .animate .banner-info h3, .animate .banner-info p{
    left: 0;
    opacity: 1;
}
.ban-creative{
    position: absolute;
    right: 5%;
    top: -1000px;
    width: 48%;
    -moz-transition: all ease-in-out 1.3s;
    -webkit-transition: all ease-in-out 1.3s;
    -o-transition: all ease-in-out 1.3s;
    transition: all ease-in-out 1.3s;
    opacity: 0;
}
.animate .ban-creative{
    top: -125px;
    opacity: 1;
}
.nav-links{
    position: absolute;
    bottom: -35px;
    left: 15%;
    width:70%;
    background: #fff;
    color:#00277E;
    border-radius: 10px;
    text-align: center;
    box-shadow: 1px 2px 3px #d8d8d8;
    -moz-transition: all ease-in-out 1.s;
    -webkit-transition: all ease-in-out 1.s;
    -o-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
}
.nav-links.active{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    border-radius: 0;
    bottom: inherit;
    z-index: 999;
}
.nav-links li{
    display: inline-block;
    vertical-align: top;
    width:30%;
    padding: 15px 15px 0 15px;
    margin: 10px 0 0 0;
    border-left: 1px solid #ddd;
    cursor: pointer;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    position: relative;
    font-weight: 600;
    font-size: 1.2em;
}
.nav-links li:after {
    content: "";
    display: block;
    width: 0;
    height: 6px;
    margin: 10px auto 0 auto;
    border-radius: 5px 5px 0 0;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.nav-links li:hover:after, .nav-links li.active:after{
    width: 70px;
    background: #00277E;
}
.nav-links li:first-child{
    border: none;
}
.nav-links.active li{padding: 10px 10px 0 10px;}
/*---------- timeline section ------------*/
.page2{position: relative;padding: 60px 0;}
.page2 h2{text-align: center;margin: 0 0 30px 0;}
.page2::before {
    content: '';
    background: #d3d3d3;
    width: 1px;
    height: 100%;
    position: absolute;
    top:140px;
    left: 50%;
    transform: translateX(-50%);
}
.timeline-list{
    height: 530px;
    overflow: auto;
}
.timeline-list li{
    width: 100%;
    margin-bottom: 70px;
    position: relative;
}
.timeline-img {
    width: 18px;
    height: 18px;
    background: #003789;
    border-radius: 50%;
    position: absolute;
    left: 50.5%;
    top: 47%;
    margin-left: -15px;
    z-index: 2;
}
.timeline-img:before {
    content: "";
    width: 36px;
    height: 36px;
    background: #003789;
    border-radius: 50%;
    position: absolute;
    left: 6px;
    top: -9px;
    margin-left: -15px;
    z-index: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.timeline-list li:hover .timeline-img:before {
    -webkit-animation: ani-opacity 1s linear;
    -moz-animation: ani-opacity 1s linear;
    animation: ani-opacity 1s linear;
}
.timeline-content {
    position: relative;
    width: 43%;
    padding: 30px;
    border-radius: 12px;
    background: #fcfdff;
    border: 1px solid #caced5;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    box-shadow: -6px 7px 0px #ebebeb;
    margin: 0 2%;
    min-height: 185px;
}
.timeline-content:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: url("../images/csa-timeline-circle.svg") no-repeat 0 0;
    border-radius: 50%;
    top: 48%;
    right: -8px;
    z-index: 2;
}
.timeline-list h3{
    position: absolute;
    right: -35%;
    top: 43%;
}
.timeline-list h3:after {
    content: "";
    width: 50px;
    height: 1px;
    background: #d3d3d3;
    position: absolute;
    left: -100px;
    top: 43%;
    margin-left: -15px;
    z-index: 1;
}
.timeline-list li:nth-child(odd) .timeline-content::before{
    left: -8px;
    right: initial;
}
.timeline-list li:nth-child(odd) .timeline-content::after{
    left: -5px;
    right: initial;
}
.timeline-list li:nth-child(odd) h3{
    left:-35%;
    right: initial;
    top: 43%;
}
.timeline-list li:nth-child(odd) h3:after{
    left: initial;
    right: -100px;
}
.timeline-list li:nth-child(odd) .timeline-content{
    float: right;
    box-shadow: 6px 7px 0px #ebebeb;
}
.timeline-list h4{
    padding: 0 0 15px 0;
}
.timeline-list li:hover .timeline-content{
    box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
}
/*---------- Survey section ------------*/
.page3{
    background:#082f87;
    position: relative;
    z-index: 2;
    /*box-shadow: 1px -3px 10px #002063;*/
    overflow: hidden;
}
.surv1{
    color:#fff;
    padding: 60px 0;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.surv1.active{
    visibility: visible;
    opacity: 1;
}
.surv1 h2, .surv1 h3{text-align: center;}
.surv-cat{
    display: inline-block;
    vertical-align: top;
    width:48%;
    margin: 50px 0;
    position: relative;
    -moz-transition: all ease-in-out 1s;
    -webkit-transition: all ease-in-out 1s;
    -o-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
}
.surv-personal{
    border-right: 1px solid #5570ac;
}
.surv-cat img{
    width: auto;
    height: 250px;
}
.surv-cat span{
    display: inline-block;
    padding: 12px 50px;
    border-radius: 7px;
    color: #000;
    background: #fff;
    border:2px solid #fff;
    font-weight: 600;
    margin: 40px 0 0 0;
    font-size: 1.3em;
    cursor: pointer;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}
.surv-cat span:hover{
    color: #fff;
    background: transparent;
    border:2px solid #fff;
}
.surv-cat span:hover:before{
     -webkit-transform: scale(1);
    transform: scale(1);
}
.surv-qus-list > li{
    background:#f5f6f8 url("../images/creative3.svg") no-repeat left bottom;
    padding: 40px;
    min-height: 500px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top:80px;
    right:-100%;
    width: 1200px;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.surv-qus-list > li.righthide{
    right:-100%;
}
.surv2 .surv-qus-list > li{
    background:#f5f6f8 url("../images/creative4.svg") no-repeat left bottom;
    background-size: 410px;
}
.surv-qus-list > li.active{
    visibility: visible;
    opacity: 1;
    right: 0;
}
.surv-qus-list > li.hide{
    right: 8.5%;
    visibility: hidden;
}
.surv-qus-list > li h4{
    font-size: 1.2em;
    padding: 5px 0;
    line-height: 24px;
}
.surv-qus-list > li > h4{
    margin: 0 0 0 300px;
}
.surv-qus-list > li.qus10{
    padding: 0;
    background: #fff;
}
.answ-options{
    margin-left: 400px;
}
.answ-options ul{margin: 10px 0 0 0;width:95%;}
.answ-options li{
    padding: 0 0 0 40px;
    margin: 10px 0;
    cursor: pointer;
    background: url(../images/radio-disable.svg) no-repeat left 5px;
}
.answ-options li.active{
    background: url(../images/radio-active.svg) no-repeat left 5px;
}
.btn{
    display: inline-block;
    padding: 5px 20px;
    color: #9e9e9e;
    background: #efefef;
    border:2px solid #dedede;
    border-radius: 3px;
    text-align: center;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}
.btn.active, .category-btn{
    color: #fff;
    background: #082F87;
    border:2px solid #082F87;
    cursor: pointer;
}
.category-btn a{
    color: #fff;
}
.btn.active{
    color: #fff;
    background: #082F87;
    border:2px solid #082F87;
    cursor: pointer;
}
.btn-normal {
    color: #fff;
    background: #082F87;
    border: 2px solid #082F87;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 600;
    padding: 8px 30px;
    cursor: pointer;
}
.btn-normal a{color:#fff;}
.category-btn{
    font-size: 1.8em;
    font-weight: 600;
    padding: 15px 60px;
}
.btn.active:hover, .category-btn:hover, .btn-normal:hover{
    color:#082F87;
    background: #fff;
    border: 2px solid #082F87;
}
.btn-normal:hover a{color:#082F87;}
.category-btn:hover a{
    color: #082F87;
}
.nxt-btn{
    margin-right: 20px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-size: 1em;
    line-height: unset;
}
.reset-btn{
    right:initial;
    left: 40px;
    bottom: 20px;
}
.error:hover {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.category-title{
    text-align: left;
    width:100%;
    margin:0 auto;
    background: #a10022;
    color: #fff;
}
.category-title h2{
    margin:100px 0 30px 0;
}
.category-title p{
    margin:0 0 30px 0;
}
.minfo{
    font-size: 1.1em;
    width:80%;
    margin: 0 auto 30px auto;
}
.asr, .ssr, .msr, .esr{display: none;}
.asr.active, .ssr.active, .msr.active, .esr.active{display: block;}
.scr-top-sec{
    background: rgba(190,1,13,1);
    background: -moz-linear-gradient(left, rgba(190,1,13,1) 0%, rgba(136,0,54,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(190,1,13,1)), color-stop(100%, rgba(136,0,54,1)));
    background: -webkit-linear-gradient(left, rgba(190,1,13,1) 0%, rgba(136,0,54,1) 100%);
    background: -o-linear-gradient(left, rgba(190,1,13,1) 0%, rgba(136,0,54,1) 100%);
    background: -ms-linear-gradient(left, rgba(190,1,13,1) 0%, rgba(136,0,54,1) 100%);
    background: linear-gradient(to right, rgba(190,1,13,1) 0%, rgba(136,0,54,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be010d', endColorstr='#880036', GradientType=1 );
    padding:40px;
}
.msr .scr-top-sec{
    background: rgba(0,56,116,1);
    background: -moz-linear-gradient(left, rgba(0,56,116,1) 0%, rgba(0,8,46,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,56,116,1)), color-stop(100%, rgba(0,8,46,1)));
    background: -webkit-linear-gradient(left, rgba(0,56,116,1) 0%, rgba(0,8,46,1) 100%);
    background: -o-linear-gradient(left, rgba(0,56,116,1) 0%, rgba(0,8,46,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,56,116,1) 0%, rgba(0,8,46,1) 100%);
    background: linear-gradient(to right, rgba(0,56,116,1) 0%, rgba(0,8,46,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003874', endColorstr='#00082e', GradientType=1 );
}
.ssr .scr-top-sec{
    background: rgba(250,100,40,1);
    background: -moz-linear-gradient(left, rgba(250,100,40,1) 0%, rgba(241,148,26,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(250,100,40,1)), color-stop(100%, rgba(241,148,26,1)));
    background: -webkit-linear-gradient(left, rgba(250,100,40,1) 0%, rgba(241,148,26,1) 100%);
    background: -o-linear-gradient(left, rgba(250,100,40,1) 0%, rgba(241,148,26,1) 100%);
    background: -ms-linear-gradient(left, rgba(250,100,40,1) 0%, rgba(241,148,26,1) 100%);
    background: linear-gradient(to right, rgba(250,100,40,1) 0%, rgba(241,148,26,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa6428', endColorstr='#f1941a', GradientType=1 );
}
.asr .scr-top-sec{
    background: rgba(29,107,223,1);
    background: -moz-linear-gradient(left, rgba(29,107,223,1) 0%, rgba(104,172,249,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(29,107,223,1)), color-stop(100%, rgba(104,172,249,1)));
    background: -webkit-linear-gradient(left, rgba(29,107,223,1) 0%, rgba(104,172,249,1) 100%);
    background: -o-linear-gradient(left, rgba(29,107,223,1) 0%, rgba(104,172,249,1) 100%);
    background: -ms-linear-gradient(left, rgba(29,107,223,1) 0%, rgba(104,172,249,1) 100%);
    background: linear-gradient(to right, rgba(29,107,223,1) 0%, rgba(104,172,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d6bdf', endColorstr='#68acf9', GradientType=1 );
}
.scr-top-sec:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom:0;
    background: url(../images/creative5.svg) no-repeat 0 0;
    background-size: 95%;
}
.certf-title{
    width:50%;
    display: inline-block;
    vertical-align: top;
    padding: 20px 0;    
}
.scr-top-sec a{
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 100px;
    bottom: -50px;
}
.scr-top-sec a img{width:100px;}
.scr-top-sec p{
    font-size: 1.8em;
    color:#fff;
}
.scr-top-sec .csa-scr{
    color:#FFCE00;
    font-size: 2em;
    font-weight: 600;
    line-height: normal;
}
.scr-bot-sec{
    padding:20px 40px;
}
.scr-bot-sec p{
    font-size: 1.2em;
    font-weight: 600;
    padding: 0 0 15px 0;
    margin: 0;
}
.scr-social-share{
    position: absolute;
    right: 6%;
    bottom: 12%;
    text-align: center;
}
.scr-social-share h6{text-transform: uppercase;}
.scr-social-share .share-list{
    margin: 10px;
}
.scr-social-share .share-list li{
    background: #3354a4;
    width: 30px;
    height: 30px;
    margin: 0 3px;
    border-radius: 0;
}
.scr-social-share .share-list li:nth-child(2){background: #1bacf7;}
.scr-social-share .share-list li:nth-child(3){background: #0086b5;}
.scr-social-share .svg-color {
    fill: #fff;
}
.category-tag{
    position: absolute;
    background: #072e85;
    color: #fff;
    padding: 10px 30px 10px 20px;
    left: 0;
    top: 10%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    font-size: 1.5em;
    font-weight: 600;
}
form{display: none;}
/*---------- Movies section styles ------------*/
.page4{padding: 60px 0;text-align: center;}
.page4 h2{text-align: center;}
.movies-list{
    text-align: center;
    height: 710px;
    overflow: hidden;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.movies-list.active{
    height: 2820px;
}
.movies-list li{
    width: 216px;
    height: 320px;
    margin: 15px;
    display: inline-block;
    vertical-align: top;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
    box-shadow: 1px 1px 3px #ccc;
    cursor: pointer;
}
.poster-container{
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
	position: relative;
}
.movies-list li:hover .poster-container{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.movies-list li img{width:100%;height: 100%;}
.mposter, .mdetails {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
    width: 216px;
    height: 320px;
}
.mdetails{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	background: #f8f8f8;
    padding: 10px;
    text-align: left;
    background: rgb(0,0,0,.9);
    background-size: 100%;
    color:#fff;
}
.mdetails h4{
    font-size: 1.3em;
    line-height: normal;
    padding: 10px 0 15px 0;    
}
.mdetails p{
    font-size: .9em;
    height: 200px;
    overflow: scroll;
}
.hashtag{
    color: #FFC800;
    font-style: italic;
    font-size: .8em;
    position: absolute;
    bottom: 5px;
    left: 10px;
}
.hashtag span{
    display: inline-block;
    vertical-align: top;
    padding: 0 5px 0 0;
}

/*---------- Section5 styles ------------*/
.page5 {
    background: #fafafa;
    position: relative;
    z-index: 1;
    min-height: 300px;
    padding: 60px 0;
}
.sec5creative{
    position: absolute;
    top:0;
    right: 10%;
    width: 340px;
}
/*---------- Footer styles ------------*/
footer{
    text-align: center;
    background:#082f87;
    padding: 20px 0 15px 0;
    color:#fff;
    font-size: .9em;
}
footer a{color:#fff;}
footer a:hover{text-decoration: underline;}
.coprit{
    padding: 5px 0 10px 0;
    line-height: initial;
    color: #aac5fd;
}
.svg-color {fill: #082f87;}
.share-list{margin-bottom: 10px;}
.share-list svg{width:20px;}
.share-list li{
    display: inline-block;
    vertical-align: top;
    width: 34px;
    height: 34px;
    background: #fff;
    border-radius: 30px;
    padding: 5px 0 0 0;
    margin: 0 2px;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.share-list li:hover{
    transform: scale(1.1);
}
.share-list a{
    display: inline-block;
    vertical-align: top;
}
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999999;
  top: 0;
  overflow: hidden;
    display: none;
}
.preloader .preloader-wrapper {
  width: 30%;
  top: 20%;
  margin: 20% auto 0 auto;
}
.preloader .preloader-wrapper img {
  width: 40px;
  display: block;
  margin: 0 auto;
  -webkit-animation: preloaderanim 1s infinite linear;
  -moz-animation: preloaderanim 1s infinite linear;
  -o-animation: preloaderanim 1s infinite linear;
  animation: preloaderanim 1s infinite linear;
}
.preloader .preloader-wrapper p {
  text-align: center;
}
/*---------- keyframes styles ------------*/
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); 
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes ani-opacity {
  10% {
    opacity: 0.2;
      -webkit-transform: scale(1);
    transform: scale(1);
  }

  50%{
   opacity: 0;
      -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  100% {
    opacity: 0.2;
      -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes preloaderanim {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes preloaderanim {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes preloaderanim {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes preloaderanim {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*---------- Responsive styles ------------*/
@media only screen and (min-width: 1800px) {
    .nav-links{width:50%;left:25%;}
    .nav-links.active li{width:20%;}
}
@media only screen and (min-width: 1600px) {
    .page3{min-height: 750px;}
    .timeline-list{height: 600px;}
    .surv-qus-list > li{min-height: 600px;}
    .category-title h2 {margin: 150px 0 30px 0;}
    .scr-bot-sec{padding: 60px 40px 20px 40px;}
    .reset-btn{bottom: 40px;}
    .scr-social-share{bottom: 6%;}
}
@media only screen and (max-width: 1220px) {
    .container{width:90%;}
    .surv-qus-list > li,.surv2 .surv-qus-list > li{width:100%;}
    .timeline-list h3:after {display: none;}
    .page2:before {left:49.9%;}
    .animate .ban-creative{top:-40px;}
    .surv-personal,.banner-info h3{left: 0;opacity: 1;}
    .surv-work{left: 0;opacity: 1;}
    .banner-info p{opacity: 1;}
}
@media only screen and (max-width: 1000px) {
    .animate .ban-creative{bottom: -50px;top: initial;}
    .page2:before {left:49.7%;}
    .nav-links{left:10%;width:80%;}
    .timeline-list{height: auto;}
    .timeline-list h3{right: -45%;}
    .timeline-list li:nth-child(odd) h3{left:-45%;}
    .surv-qus-list > li,.surv2 .surv-qus-list > li{width:100%;background: #f5f6f8;}
    .surv-cat img {height: 200px;}
    .surv-qus-list > li > h4 {margin: 0;}
    .answ-options {margin-left: 0;}
    .sec5creative{top: 25%;right: 5%;width: 40%;}
    .nav-links li{font-size: 1em;line-height: normal;}
    .scr-top-sec .csa-scr{font-size: 1.5em;}
    .certf-title{width:100%;}
    .surv-qus-list > li{padding: 80px 40px;}
    .scr-top-sec p {font-size: 1.2em;}
    .scr-top-sec a {right: 10%;bottom: -15%;}
    .scr-bot-sec {padding: 40px 40px 0 40px;}
    .scr-bot-sec p {font-size: 1em;}
    .scr-social-share{position: static;}
    .scr-top-sec::after {display: none;}
    .scr-top-sec a img {width: 70px;}
    .reset-btn {position: static;width: 30%;margin: 30px auto 20px;display: block;padding: 2px;}
    .scr-bot-sec p br{display: none;}
    .category-tag{top:10px;}
    .coprit br{display: none;}
    .movies-list.active{height: 100%;}
}
@media only screen and (max-width: 680px) {
    h2{font-size: 2.5em;}
    h3{font-size: 2em;}
    .banner-info h2 {font-size: 3em;}
    .banner-info p, .surv-cat{width:100%;}
    .animate .ban-creative{display: none;}
    .nav-links {left: 5%;width: 90%;}
    .nav-links li:hover::before, .nav-links li.active::before {left:20%;}
    .page2::before {top: 130px;left:14.5%;}
    .timeline-content{width:75%;margin: 0 0 0 auto;}
    .surv-personal{border:none;}
    .sec5creative{display: none;}
    .timeline-list li h3, .timeline-list li:nth-child(odd) h3 {top: 50px;left: -90px;right: inherit;background: #fff;padding: 3px;border-radius: 3px;}
    .timeline-list li:nth-child(odd) .timeline-content {float: none;}
    .timeline-img{top: 20px;left:45px;}
    .timeline-content::before{display: none;}
    .scr-top-sec a {right: 40%;}
}
@media only screen and (max-width: 380px) {
    .page1{padding-top:100px;min-height: 420px;}
    h3 {font-size: 1.5em;}
    .banner-info h2 {font-size: 2.5em;}
    .nav-links li {font-size: .8em;}
    .nav-links li br{display: none;}
    .timeline-list li h3, .timeline-list li:nth-child(odd) h3 {left: -75px;}
    .timeline-img{left:41px;}
}
@media only screen and (max-width: 325px) {
     .banner-info h2 {font-size: 2em;}
    .timeline-list li h3, .timeline-list li:nth-child(odd) h3 {left: -65px;}
    .timeline-img{left:36px;}
}







