/* HTML5 dafault  */

body {

  margin: 0;

  font-size: 16px;

  font-family: "Roboto", sans-serif;

  overflow-x: hidden;

  background: #fff;
  
  line-height: normal;

}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {

  display: block;

}

audio, canvas, video {

  display: inline-block;

  display: inline;

  zoom: 1;

}

audio:not([controls]) {

  display: none;

}

[hidden] {

  display: none;

}

* {

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

html, button, input, select, textarea {

  color: #393434;

}

::-moz-selection {

  background: #1154fb;

  color: #fff;

  text-shadow: none;

}

::selection {

  background: #fff;

  color: #fff;

  text-shadow: none;

}



a {

  color: #ee1d25;

  outline: none;

  text-decoration: none;

}

a:visited {

    /* color: rgba(0, 0, 0, 0.8); */

   text-decoration: underline;

}

a:hover {

    color: rgba(0, 0, 0, 0.8);

}

a:focus {

    outline: thin dotted;

}

a:hover, a:active {

    outline: 0;

}

a, button, input, textarea, select

{

  outline: none !important;

}

abbr[title] {

  border-bottom: 1px dotted;

}

b, strong {

  font-weight: bold;

}

dfn {

  font-style: italic;

}

hr {

  display: block;

  height: 1px;

  border: 0;

  margin: 1em 0;

  padding: 0;

  background-color: #393434;

}

ins {

  background: none;

  color: #ee1c25;

  text-decoration: underline;

}

del {

  background: none;

  color: #ee1d25;

  text-decoration: line-through;

}

mark {

  background: #f8a306;

  color: #000;

  font-style: italic;

  font-weight: bold;

}

pre {

  white-space: pre;

  white-space: pre-wrap;

  word-wrap: break-word;

}

small {

  font-size: 85%;

}

big {

  font-size: 125%;

}

sub, sup {

  font-size: 75%;

  line-height: 0;

  position: relative;

  vertical-align: baseline;

}

sup {

  top: -0.5em;

}

sub {

  bottom: -0.25em;

}

dt {

  font-weight: bold;

}



dd {

  margin: 0 1.5em 1.5em;

}

nav ul, nav ol {

    list-style: none;

    list-style-image: none;

    margin: 0;

    padding: 0;

}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

svg:not(:root) {

  overflow: hidden;

}

figure {

  margin: 0;

}

form {

  margin: 0;

}

fieldset {

  border: 0;

  margin: 0;

  padding: 0;

}

label {

  cursor: pointer;

}

legend {

  border: 0;

  /*margin-left: -7px;*/

  padding: 0;

  white-space: normal;

}

input, select, textarea {position:relative;

  font-size: 100%;

  margin: 0;

  border: 1px solid rgba(0, 0, 0, 0.5);

  padding: 3px;

}

input:focus, select:focus, textarea:focus {

    color: rgba(0, 0, 0, 0.8);

}



button[disabled], input[disabled] {

  cursor: default;

}

input[type="checkbox"] {

  box-sizing: border-box;

  padding: 0;

  width: 13px;

  height: 13px;

}

input[type="radio" i] {
    width: 16px;
    height: 16px;
	box-sizing: border-box;
    padding: 0;
	margin: 3px 3px 0px 5px;
}

input[type="search"] {

  -webkit-appearance: textfield;

  -moz-box-sizing: content-box;

  -webkit-box-sizing: content-box;

  box-sizing: content-box;

}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {

  -webkit-appearance: none;

}

button, input[type="button"], input[type="reset"], input[type="submit"] {

  cursor: pointer;

  -webkit-appearance: button;

  overflow: visible;

  border: 1px solid;

  border-color: #ccc #ccc #bbb;

  border-radius: 3px;

  background: #DA251C;

  color: rgba(255,255,255, 1);

  font-size:14px;

  line-height: 1;

  padding: 0.6em 1em 0.4em;

  text-shadow: 0 1px 0 rgba(0,0,0, 0.8);

}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {

    opacity: 0.8;

}

button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, button:focus, input[type="button"]:focus,

input[type="reset"]:focus, input[type="submit"]:focus {

    border-color: rgba(0, 0, 0, 0.5);

    opacity: 0.8;

}

textarea {

  overflow: auto;

  vertical-align: top;

  resize: vertical;

  width: 100%;

}

input:valid, textarea:valid {

}

input:invalid, textarea:invalid {

  background-color: rgba(236, 18, 26, 0.3);

}

embed, iframe, object {

  max-width: 100%;

}

table {

  border-collapse: collapse;

  border-spacing: 0;

  margin: 0 0 1.5em;

  width: 100%;

  background: #f9f9f9;

}

td {

  vertical-align: top;

}

th {

  background: #e0f0f7;

}

th, td {

  padding: 0.5em;

  border: 1px solid lightgray;

}

.chromeframe {

  margin: 0.2em 0;

  background: #ccc;

  color: black;

  padding: 0.2em 0;

}

.text-center{text-align:center;}

.mbt10{margin-bottom:10px;}

ul, ol {

  margin: 0 0 1em 0.75em;

  padding: 0 0 1em 0.75em;

}

ul {

  list-style: disc;

}

ol {

  list-style: decimal;

}

li > ul, li > ol {

  margin-bottom: 0;

  margin-left: 0.5em;

  padding-bottom: 0;

}

h1, h2, h3, h4, h5, h6 {

    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: "Roboto", sans-serif;

}

h1 {
    margin: 0;
    margin-bottom: 0.7em;
    color: #393434;
    font-family: "Roboto", sans-serif;
    font-size: 3em;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
}

h2 {
    margin: 0;
    margin-bottom: 0.5em;
    color: #5c5c5c;
    font-family: "Roboto", sans-serif;
    font-size: 2em;
    font-weight: 200;
    font-style: normal;
    line-height: 50px;
    text-rendering: optimizeLegibility;
}

h3 {

    margin: 0;
    margin-bottom: 10px;
    color: #393434;
    font-family: "Roboto", sans-serif;
    font-size: 1.6em;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;

}

h4 {
    margin: 0;
    margin-bottom: 10px;
    color: #393434;
    font-family: "Roboto", sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
}

h5 {
    margin: 0;
    margin-bottom: 10px;
    color: #393434;
    font-family: "Roboto", sans-serif;
    font-size: 1.25em;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
}

h6 {
    margin: 0;
    margin-bottom: 5px;
    color: #393434;
    font-family: "Roboto", sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
}

p {

  font-size: 15px;

  margin: 0;

  padding: 0;

  font-weight: normal;

  line-height: 23px;

  margin-bottom: 15px;

}

.container {

  width: 100%;

  padding-right: 15px;

  padding-left: 15px;

  max-width: 1200px;

  margin: 0 auto;

}

.full-container {

  width: 100%;

  max-width: 100%;

  padding-right: 15px;

  padding-left: 15px;

}

.clearfix:before, .clearfix:after {

  content: "";

  display: table;

}

.clearfix:after {

  clear: both;

}

.clearfix {

  zoom: 1;

}

a, button, input, textarea, select {

  outline: none !important;

}

.w-100 {width: 100% !important;}

.txt11{ color:#ee1c25;}

.bor{ border-top:#CCC solid 2px; height:10px; margin: 20px 0 20px 0px;}

.left a{ color:#000; text-decoration:none}

.quick{ background:#f4f4f4; padding:10px 7px 0 7px}

.head-1{ background: url("images/quick-bg.png") repeat-x scroll 0% 0% transparent; padding: 10px;  float: left; display: block;

font-size: 16px; color: #494748;  width: 97%; font-weight: 600;}

.contant-detail{margin-bottom: 80px;
    padding: 40px 15px 0 15px;
	width:100%;
}
.contant-detail .frm_txt {width:100%;text-align:center;margin-bottom:40px;}
.contant-detail .frm_txt span{vertical-align: super;
	color:#dd402d;
	font-size: 17px;
}
.frm_txt {width:100%;margin-bottom:40px;}
.frm_txt span{vertical-align: super;
	color:#dd402d;
	font-size: 17px;
}
.contant-detail .right1 {
    background-color: #f7f7f7; 
	display: block;
	margin: 0 auto;
	outline: solid 1px rgba(0,0,0,0.10);
	width: 42%;
	padding: 80px;
	float: none;
}
.contant-detail .form-qr-code-main-cus{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.contant-detail .form-qr-code-main-cus .form-qr-code-or-text-cus{
    position: relative;
}
.contant-detail .form-qr-code-main-cus .form-qr-code-or-text-cus h2{
    margin-bottom: 0;
    background-color: #fff;
}
.contant-detail .form-qr-code-main-cus .form-qr-code-or-text-cus h2:after{
    content: "";
    position: absolute;
    background-color: #ddd;
    left: 15px;
    top: -80px;
    height: 200px;
    width: 1px;
    z-index: -1;
}
.contant-detail .form-qr-code-main-cus .right1{
    margin: 0;
    width: 50%;
}
.contant-detail .form-qr-code-main-cus .right2{
    width: 24%;
}
.contant-detail .form-qr-code-main-cus .right2 .qr-image-cus{
    width: 100%;
    background-color: #f7f7f7;
    display: block;
    border: solid 1px rgba(0, 0, 0, 0.10);
    margin: 0 auto;
    padding: 6px;
}
.contant-detail .form-qr-code-main-cus .right2 .qr-image-cus img{
    width:100%;
    height:auto;
}

.contant-detail .right1 .frm .in {
    width: 100%;
    text-align: left;
	padding-bottom: 15px;
}

.contant-detail .right1 .frm .in b{
    vertical-align: top;
    padding: 0 15px 0 4px;
    margin: 4px 0;
    /*--background: url(https://www.securepay.agarwalpackers.com/gifs/right-li.png) no-repeat right;
    background-size: 1px 60px;--*/
	display: inline-block;
}

.contant-detail .right1 .frm .in b:last-child{

    background: none;padding-right:0;

}

.contant-detail .right1 .frm .in .inddd{position:relative;
    width: 100%;
    display: block;
}

.thanks-desc{position:relative;}
p.bigger {
    line-height: 22px;
    margin: 0;
    font-size: 13px;
    padding-top: 12px;
}
.thanks-desc h2{font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: normal;
}
.thanks-desc h2 a{color: #EE1C25;text-decoration:underline;}
.thanks-desc h2 a:hover{color: #337ab7;}

.full_width{width: 100% !important;}
.half_width {width: 48% !important;}
.box_width55{width: 55% !important;}
.box_width42{width: 42% !important;}
.box_width31{width: 31% !important;}
.flex_box1{display:flex !important;justify-content: space-between;}

.contant-detail .right1 .frm .in span.error_msgdiv {

    width: 100%;
    display: block;
	color: #DA251C; 
	margin-bottom: 5px;
	font-size: 12px;

}

.contant-detail .right1 h1 {
    font-size: 16px;
    color: #ee1c25;
    margin: 0px;
	font-weight: 500;
    margin-bottom: 10px;

}

.payment_detail_box .contant-detail .right1 {width: 50%;
	padding: 40px 80px;
	margin: 0 auto;
    float: none;
}
.payment_detail_box .contant-detail .right1 h1{display: flex;align-items: center;}

.payment_detail_box .button-primary{max-width:202px;margin:0 auto;}

.mrprint_page .contant-detail .right1 {width: 58%;padding: 0;}
.mrprint_page .contant-detail .right1 iframe{height:670px;width:100%;border: none;}

.contant-detail .right1 .frm h3 {
    font-size: 16px;
    color: #ee1c25;
    margin: 0px;
	font-weight: 500;
    margin-bottom: 10px;

}

.contant-detail .right1 .frm input[type="radio"] {
    width: 16px;
    height: 16px;
    padding: 0;
	margin: 3px 3px 0px 5px;
}

.contant-detail .right1 .frm input[type="text"], .contant-detail .right1 select, .contant-detail .right1 textarea { 

    padding: 4px 0 4px 6px;

    font-size: 12px;

    color: #333;

    height:36px;
	
	width:100%;

    border: 1px solid #999;

}

.inddd:after {

    background-color: #f7f7f7;
    content: '*';
    color: #f35b5b;
    height: 34px;
    width: 35px;
    float: right;
    font: 400 24px 'arial';
    line-height: 43px;
    position: relative;
    overflow: hidden;
    right: 1px;
    text-align: center;
    margin-top: -35px;

}

.indddd:after {
    background-color: #f7f7f7;
    content: '*';
    color: #f35b5b;
    height: 34px;
    width: 35px;
    float: right;
    font: 400 24px 'arial';
    line-height: 42px;
    position: relative;
    overflow: hidden;
    text-align: center;
	right: 1px;
    margin-top: -35px;
}

.button-primary {

    background-color: #DA251C;

    border: solid 1px transparent !important;

    box-sizing: border-box;

    color: #fff !important;

    cursor: pointer;

    font: 14px/36px 'arial';

    height: 42px;

    letter-spacing: 1px;

    margin-top: 0px;

    outline: none;

    text-align: center;

    text-transform: uppercase;

    transition: background-color 0.5s;

    width: 100%;

}


/* ==========================================================================

   Header custom styles

   ========================================================================== */

header {

   position: fixed;

    width: 100%;

    top: 0;

    z-index: 99999;

    height: auto;

    -webkit-transition: height 0.5s, -webkit-transform 0.5s;

    transition: height 0.5s, -webkit-transform 0.5s;

    -o-transition: height 0.5s, transform 0.5s;

    transition: height 0.5s, transform 0.5s;

    transition: height 0.5s, transform 0.5s, -webkit-transform 0.5s;

    background: rgba(255, 255, 255, 0);

}

header.fixedheader{

    margin-top: 0;

}

header .logo{

	  width: 100%;

	  display: block;

	  margin-top: 0px;

	  padding: 0px 39px;

	  margin-bottom: 5px;

	  position: relative;

	  -webkit-transform: translate3d(0, 0, 0);

	  -o-transition: width 0.5s, transform 0.5s;

	  transition: .5s ease-out;

}

header .right-sec{

	   padding-top: 14px;

	  -webkit-box-pack: center;

	  -ms-flex-pack: center;

	  justify-content: flex-end;

	  padding-right: 24px;

}

header .srch-right-sec {

		position: unset;

		right: 0;

		top: -27px;

}

.inner-page {overflow: hidden;}

.inner-page p {

    color: #55555a;

        padding-bottom: 12px;

        margin: 0;

}

header.fixedheader .header-top {

     height: 0;

    overflow: hidden;

    transition: .5s ease-out

}

header.fixedheader .main-header-menu {
    display: none;
}

header.fixedheader .right-sec {

    padding-top: 13px;

}

header.fixedheader .logo{
    width: 100%;
    display: block;
    top: 4px;
    -o-transition: width 0.5s, transform 0.5s;
    -webkit-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
}

.logo1 {
    display: none;
    margin: 0px 15px;
}

header.fixedheader .logo1 {
    display: block;
}

header.fixedheader .f-logo {
    display: none;
}

.f-logo {
    display: block;
    margin: 0 0 -30px;
}

header .container {

    position: relative;

}

header a.logo {

    outline: none;

}

header .right-sec {

    display: flex;

    align-items: center;

    justify-content: flex-end;

    padding-top: 20px;

}

header .search-form {

    position: relative;

}

header .srch-right-sec {

    width: auto;

    height: auto;

    position: absolute;

    right: 0;

    top: -20px;

}

header .searchbox {

    position: relative;

    min-width: 40px;

    width: 0%;

    height: 40px;

    float: right;

    overflow: hidden;

    transition: width 0.7s;

}

header .searchbox-input {

    top: 0;

    right: 0;

    border: 0;

    outline: 0;

    background-color: transparent;

    width: 89%;

    height: 38px;

    border: none;

    margin: 0;

    padding: 0 5%;

    font-size: 0;

    color: #000;

    font-weight: 300;

    outline: none;

    border-radius: 100px;

    transition: all 0.3s ease-out 0s;

}

header .searchbox-input::-webkit-input-placeholder {

    color: #000;

}

header .searchbox-icon, header .searchbox-submit, header input.searchbox-submit {

    width: 25px;

    height: 25px;

    display: block;

    position: absolute;

    top: 12px;

    font-size: 0;

    right: 0;

    padding: 0;

    margin: 0;

    border: 0;

    outline: 0;

    text-align: center;

    cursor: pointer;

    color: #666666;

    border: none;

    background-image: url(images/search_icon.png);

    background-color: transparent;

    background-position: 0 -3px;

    background-repeat: no-repeat;

    transition: all 0.3s ease-out 0s;

}

header .searchbox-icon{

    background-image: url(images/sear.png);

}

header .searchbox-open {

    background: #fff;

    z-index: 10;

    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.13);

    border-radius: 4px;

    width: 400px;

}

header .searchbox-open .searchbox-input {

      font-size: 13px;

}

header .searchbox-open .searchbox-icon {

      background-position: -3px -48px;

}

nav ul li a {

      outline: none;

      position: relative;

}

nav ul li a:after {

        content: "";

        position: absolute;

        bottom: -2px;

        left: 0;

        width: 0%;

        height: 2px;

        background-color: #ed1d24;

        transition: width 0.5s;

}

nav ul li a:focus {

        outline: none;

}

nav ul li a:hover:after {

          width: 100%;

}



nav ul li.current-menu-item  a {

      color: #61c9d5;

}

.icon-bars span {

  content: "";

  display: block;

  width: 30px;

  height: 2px;

  background: #393434;

  cursor: pointer;

  top: 0;

}

.icon-bars span:after {

  content: "";

  position: absolute;

  display: block;

  width: 30px;

  height: 2px;

  cursor: pointer;

  background: #393434;

  top: 12px;

}

.icon-bars, .icon-bars span:before, .nav-toggle span:after {

  -webkit-transition: all 300ms ease-in-out;

  -o-transition: all 300ms ease-in-out;

  transition: all 300ms ease-in-out;

}

.icon-bars span:before {

  content: "";

  position: absolute;

  display: block;

  width: 30px;

  height: 2px;

  background: #393434;

  cursor: pointer;

  top: 6px;

}

/* ==========================================================================

   home page custom styles

   ========================================================================== */

.menu li.drop-down{

	position:relative;

}

.menu li.drop-down ul .mega{

	  column-count: 2;

	  min-width: 398px;

	  column-gap: 0;

}

.menu li.drop-down ul li{

	  margin-left: 0;

	  border: 0;

	  width: 51%;

	  padding: 0px;

	  float: left;

}

.menu li.drop-down ul li a{

	  padding: 10px 11px;

	  font-size: 12px;

	  line-height: 20px;

	  background-color: #ffffff;

	  border-bottom: 1px solid rgba(0, 0, 0, 0.10);

	  color: #2d2d2d;

}

.menu li.drop-down ul li a:hover {

     background-color: #ed1d24;

     color: white;

}

.menu li.drop-down ul li a:after {

    content: none;

}

.menu li.drop-down ul li a.disable-a {

	 pointer-events: all;

}

.menu li.drop-down:hover .drop-down-ul{

	display: block;

	position: absolute;

	overflow: unset;

	left: 0;

	margin: 0;

	margin-left: 0 !important;

	padding-left: 0;

	top: 100%;

	padding-top: 13px;

	background:#fff;

	-webkit-transform: translateY(0);

    -ms-transform: translateY(0);

    transform: translateY(0);

    -webkit-transition: all ease-in-out 0.5s;

    -o-transition: all ease-in-out 0.5s;

    transition: all ease-in-out 0.5s;

}


.menu li.drop-down .menu-article{

	display: block;

	position: relative;

	overflow: unset;

	height: 100%;

	/*left: 230px;

	top: 0%;*/

	margin: 0;

	margin-left: 0 !important;

	padding: 20px;

	width: 49%;

	background: #fff;

	float: right;

}

.menu li.drop-down .menu-article img {

	width: 100%;

	height: auto;

	display: block;

	margin: 0 0 15px;

}

.menu li.drop-down .menu-article h4 {

	width: 100%;

	font-size: 16px;

	font-weight: 600;

	color: #212121;

	line-height: 20px;

	text-align: left;

	letter-spacing: 0.4px;

	margin: 0 0 10px;

	padding: 0;

}

.menu li.drop-down .menu-article p {

	width: 100%;

	font-size: 12px;

	font-weight: 400;

	color: #55555a;

	line-height: 18px;

	text-align: left;

	letter-spacing: 0.4px;

}

.menu li.drop-down ul{

	left: 0px;

	min-width: 460px;

}

.menu li.drop-down .drop-down-ul{

	display: none;

    -webkit-transform: translateY(-100%);

    -ms-transform: translateY(-100%);

    transform: translateY(-100%);

    -webkit-transition: all ease-in-out 0.5s;

    -o-transition: all ease-in-out 0.5s;

    transition: all ease-in-out 0.5s;          

}

.section-seven {

  padding: 30px 0;

  border-top: 1px solid #e0e0e0;

}

.section-seven .list-sec ul {

      margin: 0;

      padding: 0;

      list-style: none;

      border-bottom: 1px solid #e5e5e5;

      display: flex;

      justify-content: space-between;

      flex-wrap: wrap;

}

.section-seven .list-sec ul li {

	  width: 50%;

	  position: relative;

	  padding-left: 30px;

	  padding-bottom: 20px;

}

.section-seven .list-sec ul li:before {

	  position: absolute;

	  left: 0;

	  top: 0;

	  content: "";

	  background: url(images/list-icons.png) no-repeat;

	  width: 22px;

	  height: 22px;

	  background-position: -7px -7px;

	  background-size: 250px;

	  transition: all 1s;

}

.section-seven .list-sec ul li:nth-child(2):before {

     background-position: -43px -7px;

}

.section-seven .list-sec ul li:nth-child(3):before {

     background-position: -73px -7px;

}

.section-seven .list-sec ul li:nth-child(4):before {

     background-position: -108px -7px;

}

.section-seven .list-sec ul li:nth-child(5):before {

     background-position: -216px -7px;

}

.section-seven .list-sec ul li:nth-child(6):before {

     background-position: -150px -7px;

}

.section-seven .list-sec ul li:nth-child(7):before {

     background-position: -182px -7px;

}

.section-seven .list-sec ul li a {

	color: #999;

	font-size: 15px;

	font-family: "Roboto", sans-serif;

	font-weight: 500;

	outline: none;

}

.section-seven .list-sec ul li:after {

	content: "";

	display: block;

	position: absolute;

	bottom: -1px;

	left: 0;

	height: 2px;

	width: 100%;

	background-color: #da251c;

	-webkit-transform: scaleX(0);

	transform: scaleX(0);

	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);

	transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);

	transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);

	transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),

	-webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);

}

.section-seven .list-sec ul li:hover:after {

    transform: scaleX(1);

}

.section-seven .list-sec ul li:hover:before {

    background-position-y: -35px;

}

.section-seven .list-sec ul li:hover a {

    color: #da251c;

}

.section-eight ul.resp-tabs-list {

    margin: 0 auto;

    padding: 0 15px;

    max-width: 1200px;

    position: relative;

}

.section-eight ul.resp-tabs-list li {

    font-size: 16px;

    color: #999;

    padding: 0;

    margin-right: 40px;

    position: relative;

    font-weight: 400;

    background-color: transparent !important;

}

.section-eight ul.resp-tabs-list li:after {

	content: "";

	display: block;

	position: absolute;

	bottom: -6px;

	left: 0;

	height: 2px;

	width: 100%;

	background-color: #da251c;

	-webkit-transform: scaleX(0);

	transform: scaleX(0);

	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);

	transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);

	transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);

	transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),

	-webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);

}

.section-eight ul.resp-tabs-list li:hover:after {

    transform: scaleX(1);

}

.section-eight ul.resp-tabs-list li.resp-tab-active {

    border: none !important;

    font-family: "Roboto", sans-serif;

    font-weight: 600;

    color: #da251c;

}

.section-eight ul.resp-tabs-list li.resp-tab-active:after {

    transform: scaleX(1);

}

.section-eight .location-tab ul {

      list-style: none;

      margin: 0;

      padding: 0;

      display: flex;

      flex-wrap: wrap;

}

.section-eight .location-tab ul li {

	  margin: 0 2px 10px 0;

	  transition: all 1s;

}

.section-eight .location-tab ul li a {

	  font-size: 13px;

	  color: #807b72;

	  line-height: 14px;

	  outline: none;

	  position: relative;

	  display: block;

	  text-transform: capitalize;

}

.section-eight .location-tab ul li a:after {

	  content: "/";

	  padding: 5px;

}

.section-eight .location-tab ul li:last-child a:after {

     display: none;

}

.section-eight .location-tab ul li:hover a {

    color: #da251c;

}

.section-eight .location-tab .location-list {

	margin: 0 auto;

	padding: 0 15px;

	max-width: 1200px;

}

.section-eight .location-tab .location-list.box-wise-list{

	display:flex;

	flex-wrap: wrap;

}

.section-eight .location-tab .location-list.box-wise-list ul{

	list-style: disc;

    margin: 0;

    padding: 0;

    display: -ms-grid;

    display: grid;

    grid-gap: 0;

    grid-template-columns: repeat(auto-fit, minmax(216px, 1fr));

    width: 100%;

    padding-left: 17px;

}

.section-eight .location-tab .location-list.box-wise-list ul li a{

	font-size: 13px;

	color: #807b72;

	line-height: 4px;

}

.section-eight .location-tab .location-list.box-wise-list ul li a:after {

    content:none;

}

.section-eight .loc-tab-bg {

    padding: 25px 0;

}

.section-eight .loc-tab-bg:nth-child(2n + 2) {

    background: #e4d7ca;

}

.section-eight .location-tab h3 {

	font-weight: 400;

	color: #333;

	font-size: 20px;

	padding-bottom: 8px;

	font-family: "Roboto", sans-serif;

}

.section-eight .resp-tab-content {

    padding: 0;

}

.section-eight h2.resp-accordion {

    padding: 0 15px;

    font-size: 15px;

}

/* ==========================================================================

   menu style

   ========================================================================== */

#menuArea .menuContent .overlay-list{

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#menuArea .menuContent .overlay-list .overlay-col{

	width: 15%;

	border-right: 1px solid #dedede;

	/* margin-right: 2%; */

	padding-left: 18px;
}

#menuArea .menuContent .overlay-list .overlay-col:last-child{

	border-right: 0px solid #dedede;

}

#menuArea .menuContent .overlay-list .overlay-col h3 {

	font-size: 18px;

	padding-bottom: 3px;

	margin-bottom: 0px;

	color: #797979;

}

.menuContent .overlay-col {

    width:15%;

}

.menuContent .overlay-col-1 {

	width: 30%;
  
	text-align: center;
  
	padding: 0px 0;
}

.menuContent .overlay-col-1 .contact-details-menu{

	padding-bottom: 29px;

	position: relative;

	padding-top: 18px;

	max-width: 263px;

	margin: 0 auto;

	margin-bottom: 13px;

	padding-left: 28px;

}

.menuContent .overlay-col-1 .contact-details-menu:after {

	content: "";

	position: absolute;

	height: 1px;

	width: 64%;

	background-color: #d1d1d1;

	left: 0;

	right: 0;

	margin: 0 auto;

	bottom: 0;
}

.menuContent .overlay-col-1 .contact-details-menu h3 {

	 font-size: 17px;

	text-align: left;

	font-weight: 400;

	color: #1e2d6a;

	margin-bottom: 4px;

}

.menuContent .overlay-col-1 .contact-details-menu h4 {

	 font-size: 15px;

	 font-weight: 200;

	 text-align: left;

	 margin-bottom: 19px;

}

.menuContent .overlay-col-1 .contact-details-menu h2 {

	font-size: 24px;

	text-align: left;

	line-height: 0;

	color: #1e2d6a;

	font-weight: 400;

	margin-bottom: 0;

}

.menuContent .overlay-col-1 .img-map {

	padding-bottom: 13px;

	position: relative;

	max-width: 263px;

	margin: 0 auto;

	margin-bottom: 13px;	
}

.menuContent .overlay-col-1 .img-map img {

	padding-bottom: 9px;

}

.menuContent .overlay-col-1 .img-map:after {

	content: "";

	position: absolute;

	height: 1px;

	width: 64%;

	background-color: #d1d1d1;

	left: 0;

	right: 0;

	margin: 0 auto;

	bottom: 0;
	
}

.menuContent .overlay-col-1 .img-map h3 {

	font-size: 19px;

	font-weight: 600;

	margin-bottom: 2px;
	  
}

.menuContent .overlay-col-1 .img-map h4{

	 font-size: 13px;

	 font-weight: 500;

}

.menuContent .overlay-col-1 .img-map p{

	font-size: 13px;

	line-height: normal;

	padding-bottom: 0;

	margin-bottom: 0;

}

.menuContent .overlay-col-1 .menu-logos {

	 max-width: 318px;

	 margin: 0 auto;

}

.menuContent .overlay-col-1 .menu-logos h3 {

	  font-size: 17px;

	  color: #1e2d6a;

	  font-weight: 500;

	  margin-bottom: 2px;

}

.menuContent .overlay-col-1 .social-connect {

	 max-width: 263px;

	 margin: 0 auto;
}


.menuContent .overlay-col-1 .social-connect h3 {

	  font-size: 17px;

	  color: #1e2d6a;

	  font-weight: 500;

	  text-align: left;

}

.menuContent .overlay-col-1 .social-connect ul {

	  display: block;

	  padding: 0;

	  margin: 0;

}

.menuContent .overlay-col-1 .social-connect ul li {

	  display: inline-block;
}
.menuContent .overlay-col-1 .social-connect ul li a {

	  border: 1px solid #d6d6d6;

	  margin: 0 3px;

	  padding: 10px 10px !important;

}

/* ==========================================================================

   online-payment styles

   ========================================================================== */

.inner-banner.onlinepayment-banner {

  background: url(images/online-payment.png) no-repeat;

  background-size: cover;

  background-position: right;

}

.onlinepayment-page .payment-form {

    background: url(images/onp-pic-1.jpg) no-repeat;

    width: 100%;

    padding: 50px 0px;

    background-position: center bottom;

    background-size: cover;

}

.onlinepayment-page .form-set {

    background: #fff;

    max-width: 540px;

    margin: 0 auto;

    padding: 30px;

    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.18);

    border-radius: 5px;

}

.onlinepayment-page .form-set h5 {text-align: center;}

.onlinepayment-page label {text-align: center;display: block;}

.onlinepayment-page h3 {

      color: #ee1c25;

      font-size: 26px;

      line-height: 26px;

      text-align: center;

      font-weight: 500;

      padding-bottom: 12px;

}

.onlinepayment-page p {

      text-align: center;

}

.onlinepayment-page ul {

      list-style: none;

      margin: 20px 0 35px 0;

      padding: 0;

}

.onlinepayment-page label.lbl {

      font-size: 14px;

      line-height: 20px;

      font-weight: 400;

      color: #848484;

      width: 100%;

      text-align: left;

      padding: 0 5px;

      margin: 0 0 5px;

}

.onlinepayment-page input[type="text"] {

      background-color: transparent;

      height: 45px;

      border: 1px solid #d1d1d1;

      border-radius: 5px;

      width: 100%;

      padding-left: 15px;

      outline: none;

      color: #454545;

      font-size: 14px;

}

.onlinepayment-page input[type="text"]::placeholder {

        color: #9b9b9b;

        font-size: 14px;

}

.onlinepayment-page select {

      background-color: transparent;

      height: 45px;

      border: 1px solid #d1d1d1;

      border-radius: 5px;

      width: 100%;

      padding-left: 15px;

      outline: none;

      color: #454545;

      font-size: 14px;

      box-shadow: none !important;

}

.onlinepayment-page span {font-size: 12px;color: #ee1c25 !important;}

.onlinepayment-page .btn-more {

  background: #ee1c25 !important;

  color: #fff;

  margin: 10px auto 0;

}

.onlinepayment-page .radio {

    margin: 10px 20px 0 0;

    position: relative;

}

.onlinepayment-page .radio input[type="radio"] {

      position: absolute;

      width: 100%;

      height: 100%;

      opacity: 0;

}

.onlinepayment-page .radio input[type="radio"]+ .radio-label:before {

          content: "";

          background-color: transparent;

          border-radius: 100%;

          border: 2px solid #ee1c25;

          display: inline-block;

          width: 15px;

          height: 15px;

          position: relative;

          top: 0;

          margin-right: 15px;

          vertical-align: middle;

          cursor: pointer;

          text-align: center;

          transition: all 250ms ease;

}

.onlinepayment-page .radio input[type="radio"]:checked+ .radio-label:before {

            background-color: #ee1c25;

            box-shadow: inset 0 0 0 3px #fff;

}

.onlinepayment-page .radio input[type="radio"]:focus+ .radio-label:before {

            outline: none;

            border-color: #ee1c25;

}

.onlinepayment-page .radio label {

      color: #333333;

      font-size: 16px;

      vertical-align: sub;

      font-weight: 500;

}

.onlinepayment-page .content-set {

    padding-bottom: 50px;

}

.onlinepayment-page .content-set p {

      text-align: center;

      font-size: 15px;

      margin-bottom: 0;

}

.onlinepayment-page .content-set span {

        display: inline-block;

        color: #333333;

        font-weight: bold;

}

/* ==========================================================================

    common styles

    ========================================================================== */

header.fixedheader #menuArea.opened {

    top: 0;

    top: 22px !important;

    right: 33px !important;

}

.feature-box.text-center .feature-info h3 {

    font-size: 15px;

    margin: 0;

    font-weight: 500;

    text-align: center;

    font-family: "Roboto", sans-serif;

}

.chatbox-container .shadow-textarea  

{

	padding: 0 7px;

	padding-bottom: 7px;

}

header .search-form {

	  position: relative;

	  width: 62px;

	  height: 39px;

}

header .srch-right-sec {

  position: absolute;

  right: 0;

  top: 0;

}

.home-slider {

  position: relative;

}

.header-top {

  display: none;

}

.top-logos-sec {

  width: 100%;

  max-width: 450px;

  margin: 0px auto;

  padding: 20px 0;

}

.top-logos-sec .logo-image img{

	border-bottom: 1px solid #eaeaea;

	padding-bottom: 23px;

}

.breadcrumb {

  background: #f7f3f0;

  padding: 15px 0;

}

.breadcrumb ul {

      list-style: none;

      display: -webkit-box;

      display: -ms-flexbox;

      display: inline-flex;

      margin: 0;

      flex-wrap: wrap;

      padding: 0;

      line-height: 18px;

}

.breadcrumb ul li {

      color: #a1a1a1;

      font-size: 12px;

}

.breadcrumb ul li:after {

	  content: "/";

	  color: #d6252a;

	  padding: 0 5px;

}

.breadcrumb ul li a {

	  color: #646464;

	  font-size: 13px;

	  outline: none;

}

.breadcrumb ul li:last-child:after {

	  display: none;

}

.compensate-for-scrollbar {

  margin-right: 0 !important;

}

.borderClass .section-seven {

    border-top: none;

}

.innerpages .container {

    max-width: 1170px;

}

.inner-banner {

  background: url(images/online-payment.png) no-repeat;

  width: 100%;

  background-size: cover;

  height: 250px; 

  position: relative;

  text-align: left;

  background-position: right;

  display: flex;

  align-items: center;

  flex-direction: column;

  justify-content: center;

}

.inner-banner .main-outer-inbanner{

    max-width: 533px;

}

.inner-banner p {

    font-size: 16px;

    color: white;

    position: relative;

    z-index: 1;

    text-shadow: rgba(0, 0, 0, 0.29) 0px 1px 2px;

}

.inner-banner .banner-main-title {

    font-size: 32px;

    color: #ffffff;

    font-weight: 700;

    position: relative;

    z-index: 1;

    margin: 0;

    text-transform: uppercase;

    padding-bottom: 21px;

    margin-bottom: 15px;

    line-height: 35px;

    text-shadow: rgba(0, 0, 0, 0.29) 0px 1px 4px;

}

.inner-banner .banner-main-title:after{

	content: "";

	background-color: #ed1d24;

	width: 81px;

	height: 3px;

	position: absolute;

	bottom: 0;

	left: 0;

}

.inner-banner .banner-sub-title {

    position: relative;

    z-index: 9;

    color: #ffffff;

    font-size: 19px;

    text-transform: capitalize;

    margin: 0;

    padding-bottom: 15px;

    font-weight: 400;

    text-shadow: rgba(0, 0, 0, 0.29) 0px 1px 2px;

}

.inner-banner:after {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.26);

}

#preloader {

  width: 100%;

  height: 100%;

  position: fixed;

  z-index: 10000000;

  background: #fff url(images/loader.gif) center center no-repeat;

  top: 0;

  left: 0;

}

.section-three .resp-tabs-list li {

  background-color: transparent !important;

}

.grayscale {

  filter: grayscale(1);

  transition: all 0.5s ease-in-out;

}

.grayscale:hover {

    filter: grayscale(0);

}

a.view-btn {

  color: #fff;

  background: #ed1c24;

  width: 140px;

  height: 40px;

  line-height: 40px;

  text-align: center;

  display: block;

  border-radius: 5px;

  font-family: "Roboto", sans-serif;

  transition: all 1s;

}

a.view-btn:hover {

    background: #f6b801;

}

input[type="number"]::-webkit-inner-spin-button,

input[type="number"]::-webkit-outer-spin-button {

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

}

.bottom-clients {

  padding: 30px 0;

  display: none;

}

.bottom-clients h2 {

    text-align: center;

    font-size: 26px;

    line-height: 26px;

    color: #363636;

    font-weight: 400;

}

.bottom-clients .trusted-client {

    margin-top: 30px;

}

.bottom-clients .item {

    padding: 16px 30px;

    border: 1px solid #e1e1e1;

}

.bottom-clients .item img {

      transition: all 1s;

}

.bottom-clients .item:hover img {

        transform: scale(1.2);

}

.common-bottom-banner .common-left {

    background-image: url(images/customer-bg-1.jpg);

    background-repeat: no-repeat;

    background-size: cover;

    width: 100%;

    height: 400px;

    align-items: center;

    display: flex;

    padding: 0 15px;

    background-position: center;

}

.common-bottom-banner .common-left h2, .common-bottom-banner .common-left p {

      color: #fff;

}

.common-bottom-banner h2 {

    font-size: 30px;

    font-weight: 400;

  }

.common-bottom-banner p {

    margin-bottom: 0;

    font-size: 15px;

}

.common-bottom-banner a {

    width: 130px;

    height: 50px;

    background: #f5a905;

    display: block;

    text-align: center;

    line-height: 54px;

    color: #212121;

    font-size: 14px;

    text-transform: uppercase;

    border-radius: 5px;

    font-weight: 600;

    margin-top: 35px;

    transition: all 1s;

}

.common-bottom-banner a:hover {

      background: #d4161c;

      color: #fff;

}

.common-bottom-banner .common-right {

    background-image: url(images/customer-bg-2.jpg);

    background-repeat: no-repeat;

    background-size: cover;

    width: 100%;

    height: 400px;

    align-items: center;

    display: flex;

    padding: 0 15px;

    background-position: center;

 }

.common-bottom-banner .common-right h2, .common-bottom-banner .common-right p {

      color: #333333;

}

@-webkit-keyframes pulse-border {

  0% {

    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

    opacity: 1;

  }

  100% {

    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

    opacity: 0;

  }

}

@keyframes pulse-border {

  0% {

    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

    opacity: 1;

  }

  100% {

    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

    opacity: 0;

  }

}

@keyframes zoom {

  0% {

    transform: scale(1.5);

  }

  100% {

    transform: scale(1);

  }

}

@keyframes zoom-in {

  0% {

    transform: scale(0.5);

  }

  100% {

    transform: scale(1);

  }

}

@-webkit-keyframes menuFadeDown {

from {

  opacity: 0;

  -webkit-transform: translate3d(0, -5%, 0);

  transform: translate3d(0, -5%, 0);

}

to {

  opacity: 1;

  -webkit-transform: translate3d(0, 0, 0);

  transform: translate3d(0, 0, 0);

}

}

@keyframes menuFadeDown {

from {

  opacity: 0;

  -webkit-transform: translate3d(0, -5%, 0);

  transform: translate3d(0, -5%, 0);

}

to {

  opacity: 1;

  -webkit-transform: translate3d(0, 0, 0);

  transform: translate3d(0, 0, 0);

}

}


.menuFadeDown {

  -webkit-animation-name: menuFadeDown;

  animation-name: menuFadeDown;

}

@keyframes opacity {

0% {

	opacity: 0;

	left: 280px;

	top: 17px;

}

100% {

	opacity: 1;

	left: 246px;

	top: 17px;

}

}

.complaint_captcha .complaint_input {

    width: calc(100% - 175px);

    display: inline-block;

    vertical-align: top;

}

.complaint_captcha input.tbx {text-transform: none !important;

}

.complaint_cpcha {

    width: 175px;

    display: inline-block;

    vertical-align: top;

}

.complaint_cpcha img {

      width: auto;

      max-width: 124px;

      height: auto;

      max-height: 50px;

      display: inline-block;

      padding: 5px;

}

.complaint_cpcha a {

      background: #000;

      width: 45px;

      height: 50px;

      font-size: 0;

      border-radius: 5px;

      display: inline-block;

      position: relative;

      margin: 2px;

}

.complaint_cpcha a:before {

        content: '\f021';

        position: absolute;

        font-family: FontAwesome;

        color: #fff;

        font-size: 20px;

        left: 50%;

        top: 50%;

        transform: translate(-50%, -50%);

}

.complaint_btn {

  text-align: center;

}

.complaint_btn .btn + .btn {

    background: #f8c301;

}

.btn-more {

    margin: 30px auto;

    display: block !important;

    padding: 10px 30px !important;

    border: none !important;

    font-size: 11px !important;

    line-height: 30px !important;

    background: #f8a306;

    text-transform: uppercase;

    text-shadow: none !important;

    font-weight: 600;

    letter-spacing: 0.5px;

}

.no-flex {

  display: block !important;

}

.no-flex .img-infra {

    float: right;

    padding: 0 0 40px 40px;

  }

.no-flex .infra-cont {

    width: auto !important;

}
  
/* ==========================================================================

   footer styles

   ========================================================================== */

footer {

  position: relative;

  overflow: hidden;

}

footer .bx-chat span{

  font-size: 14px;

  color: white;

  border: 1px solid white;

  padding: 10px 35px;

  display: table;

  margin-bottom: 11px;

}

footer .pd-we-accept p {
  padding-bottom: 12px;
}

footer .pd-we-accept img {
  margin-right: 10px;
  width: auto;
  height: auto;
  max-width: 50px;
  max-height: 35px;
  display: inline-block;
  vertical-align: middle;
}

footer .pd-we-accept img:last-child {
  margin-right:0;
}

footer .ft-bg-img {

  width: 50%;

  left: -110px;

  top: 70px;

  position: absolute;

}

footer .first-footer {

  padding: 30px 0;

  background: linear-gradient(to right, #ed1c24 20%, #940e0e 100%);

}

footer .first-footer .container {

  max-width: 1170px;

}

footer .first-footer h3 {

  margin: 5px 0 10px;

  font-weight: 400;

  color: #fff;

  font-size: 17px;

  text-transform: capitalize;

}

footer .first-footer p {

  font-size: 13px;

  color: #fff;

}

footer .first-footer ul {

  list-style: none;

  margin: 0;

  padding: 0;

}

footer .first-footer ul li {

	padding: 4px 0 4px 0px;

}

footer .first-footer ul li a {

	  color: #fbfbfb;

	  font-size: 12px;

}

footer .first-footer .inner-row {

  align-items: flex-start;

}

footer .first-footer .footer-store {

   margin-top: 36px;

}

footer .first-footer .footer-store p {

	margin-bottom: 12px;

}

footer .second-footer {

  background: #790a0e;

  padding: 30px 0;

  position: relative;

  z-index: 99;

}

footer .second-footer ul {

  display: flex;

  align-items: center;

  list-style: none;

  margin: 0;

  padding: 0;

}

footer .second-footer ul.social li {

  padding: 0 2px;

  transition: all 1s;

}

footer .second-footer ul.social li a {

	width: 20px;

	margin: 0px 5px;

	transition: all 1s;

	display: inline-block;

}

footer .second-footer ul.social li:hover a {

  transform: translateY(-10px);

  transition: all 1s;

}

footer .copy-right {

  color: #ccc;

  font-size: 12px;

}

footer .footer-links {

  display: flex;

}

footer .footer-links ul li a {

	  color: #ccc;

	  font-size: 12px;

}

footer .footer-links ul.links li {

	position: relative;

}

footer .footer-links ul.links li:after {

	  content: "|";

	  padding: 0 10px;

	  color: #ccc;

}

footer .footer-links ul.links li:last-child:after {

	display: none;

}
.ft-contact {
    color: #ddd!important;
    font-size: 16px!important;
    font-weight: 600;
}

#scroll {

  position: fixed;

  right: 10px;

  bottom: 96px;

  cursor: pointer;

  border-radius: 2px;

  display: none;

  font-size: 30px;

  z-index: 999999;

  background: #ed1c24;

}

#scroll img {

    display: block;

}

footer .footer_subs {

	display: inline-block;

	vertical-align: middle;

	margin: 0 0 0 10px;

}

footer .footer_subs input {

	width: 200px;

	display: inline-block;

	padding: 5px 10px;

	font-size: 13px;

	line-height: 25px;

	color: #55555a;

	font-weight: 400;

	border: solid 1px rgba(0,0,0,0.10);

	border-radius: 5px 0 0 5px;

}

footer .subs_btn {

	display: inline-block;

	padding: 5px 15px;

	font-size: 14px;

	line-height: 25px;

	color: #fff;

	font-weight: 400;

	background: #000;

	border: solid 1px #000;

	border-radius: 0 5px 5px 0;

}

.ft-link1 {

    width: auto;

    float: none;

    margin: 0;

    background: none;

    height: auto;

    padding-right: 15px;

}

.gt-bt-icon {

    width: auto;

    float: none;

    color: #fff;

    font-size: inherit;

    line-height: inherit;

    margin: 0;

}

.gt-bt-icon .bg-box {

    margin: 0;

    width: 100%;

}

#overlay {

  z-index: 99999;

}

.sec-research {

    background-image: url("images/r-bg.jpg");

    background-size: cover;

    position: relative;

}

.sec-research .i-out-res{

	padding: 34px 5px;

}

.sec-research .i-out-res h3{

  font-size: 20px;

  color: white;

}

.sec-research .i-out-res p{

  color: white;

  font-size: 14px;

}

.sec-research .i-out-res a{

  display: table;

  color: white;

  background-color: #ed1d24;

  padding: 10px 14px;

  font-size: 14px;

}


ul.resp-tabs-list{

    /* margin: 0px 0px 91px 199px; */

    padding: 0px;

}

.resp-tabs-list li {

    font-weight: 600;

    font-size: 13px;

    display: inline-block;

    padding: 13px 15px;

    margin: 0 4px 0 0;

    list-style: none;

    cursor: pointer;

    float: left;

}

.resp-tabs-container {

    padding: 0px;

    background-color: #fff;

    clear: left;

}

h2.resp-accordion {

    cursor: pointer;

    padding: 5px;

    display: none;

}

.resp-tab-content {

    display: none;

    padding: 15px;

}

.resp-tab-active {

	border: 3px solid rgb(240, 6, 6) !important;

    border-bottom: none;

	/* padding: 12px 14px 14px 14px !important; */

	border-top: 3px solid rgb(240, 6, 6) !important;

    border-bottom: 3px rgb(240, 6, 6) solid !important;

}

.resp-tab-active {

    border-bottom: none;

    background-color: #fff;

}

.resp-content-active, .resp-accordion-active {

    display: block;

}

.resp-tab-content {

	border-top-color: white;

}

h2.resp-accordion {

    font-size: 13px;

    border: 1px solid #c1c1c1;

    border-top: 0px solid #c1c1c1;

    margin: 0px;

    padding: 10px 15px;

}

h2.resp-tab-active {

    border-bottom: 0px solid #c1c1c1 !important;

    margin-bottom: 0px !important;

    padding: 10px 15px !important;

}

h2.resp-tab-title:last-child {

    border-bottom: 12px solid #c1c1c1 !important;

    background: blue;

}

/*-----------Vertical tabs-----------*/

.resp-vtabs ul.resp-tabs-list {

    float: left;

    width: 30%;

}

.resp-vtabs .resp-tabs-list li {

    display: block;

    padding: 15px 15px !important;

    margin: 0 0 4px;

    cursor: pointer;

    float: none;

}

.resp-vtabs .resp-tabs-container {

    padding: 0px;

    background-color: #fff;

    border: 1px solid #c1c1c1;

    float: left;

    width: 68%;

    min-height: 250px;

    border-radius: 4px;

    clear: none;

}

.resp-vtabs .resp-tab-content {

    border: none;

    word-wrap: break-word;

}

.resp-vtabs li.resp-tab-active { 

border: 1px solid #5AB1D0 !important;

border-right: 1px #FFF solid !important;

}

.resp-arrow {

    width: 0;

    height: 0;

    float: right;

    margin-top: 0px;

    border-left: 6px solid transparent;

    border-right: 6px solid transparent;

    border-top: 12px solid #c1c1c1;

}

h2.resp-tab-active span.resp-arrow {

    border: none;

    border-left: 6px solid transparent;

    border-right: 6px solid transparent;

    border-bottom: 12px solid #9B9797;

}

/*-----------Accordion styles-----------*/

h2.resp-tab-active {

    background: #DBDBDB;/* !important;*/

}

.resp-easy-accordion h2.resp-accordion {

    display: block;

}

.resp-easy-accordion .resp-tab-content {

    border: 1px solid #c1c1c1;

}

.resp-easy-accordion .resp-tab-content:last-child {

    border-bottom: 1px solid #c1c1c1;/* !important;*/

}

.resp-jfit {

    width: 100%;

    margin: 0px;

}

.resp-tab-content-active {

    display: block;

}

h2.resp-accordion:first-child {

    border-top: 1px solid #c1c1c1;

}

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);

    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}


@media only screen and (max-width: 992px) {

.navicon {

    display: block;

    line-height: 80px;

    position: fixed;

    color: #000;

    right: 15px;

    z-index: 999;

    width: 30px;

    height: 30px;

    top: 46px;

    padding: 0;

}

header .row > div {

        position: static;

}

nav {

    padding: 0 10px;

    line-height: normal;

}

nav > ul {

      position: fixed;

      width: 300px;

      top: 0;

      right: -300px;

      background: #fff;

      padding: 40px 0 30px;

      z-index: 999;

      height: 100%;

      overflow: hidden;

      overflow-y: scroll;

      transition: all 0.3s ease-out 0s;

}

nav > ul > li {

	  position: relative;

	  border-bottom: 1px solid rgba(0, 0, 0, 0.07);

	  padding: 5px 0;

	  display: block;

	  margin-left: 20px;

}

nav > ul > li > a {

	  font-size: 15px;

	  color: #5e707d;

	  line-height: 33px;

	  display: inline-block;

	  padding: 3px 0;

}

nav > ul > li > a:hover {

	color: #1e2d6a;

}

nav > ul > li:last-child {

	border-bottom: none;

}

nav .icon {

  position: absolute;

  right: 5px;

  top: 8px;

  font-size: 22px;

  color: #5e707d;

  padding: 5px 8px;

  display: inline-block !important;

  cursor: pointer;

}

nav .menu-content {

  display: none;

}

.logo1 {
    display: block;
    margin: 0px 0px;
}

.f-logo {
    display: none;
    margin: 0px;
}

.open-menu nav > ul {

      right: 0;

}

.sub-menu {

    position: static;

    display: none;

}

.sub-menu li {

	display: block;

	position: relative;

}

.sub-menu li a {

	font-size: 15px;

	color: #5e707d;

	line-height: 34px;

	padding-bottom: 10px;

}

.sub-menu li a:hover {

   color: #1e2d6a;

}

.sub-menu .icon {

   top: 0;

}

header.header_block .icon-bars.active span:before {

    -webkit-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    transform: rotate(45deg);

}

header.header_block .icon-bars.active span:after {

    top: 16px;

    -webkit-transform: translateY(-10px) rotate(-45deg);

    -ms-transform: translateY(-10px) rotate(-45deg);

    transform: translateY(-10px) rotate(-45deg);

}

header.header_block .icon-bars.active span {

    background-color: transparent;

}

header .row .social-set {

    position: absolute;

    right: 45px;

}

#menuArea {

  display: none;

}

nav ul li a:after {

  display: none;

}

header .srch-right-sec {

  right: 20px;

  top: -9px;

}

}

@media only screen and (max-width: 768px) {

ul.resp-tabs-list {

	display: none;

}
.section-eight {
    margin-bottom: 20px;
}
#locationtab {
    padding: 0 15px;
}

h2.resp-accordion {position:relative;

	display: block;

}
.resp-arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
h2.resp-tab-active span.resp-arrow {
    border-bottom: 12px solid #ffffff!important;
    border-top: none!important;
}

.resp-vtabs .resp-tab-content {

	border: 1px solid #C1C1C1;

}

.resp-vtabs .resp-tabs-container {

	border: none;

	float: none;

	width: 100%;

	min-height: 100px;

	clear: none;

}

.resp-accordion-closed {

	display: none !important;

}

.resp-vtabs .resp-tab-content:last-child {

	border-bottom: 1px solid #c1c1c1 !important;

}

}

@media only screen and (max-width: 768px) {

.navicon {

  top: 28px;

}

header .srch-right-sec {

  top: -25px;

}

header.fixedheader .srch-right-sec {

  top: -16px;

}

}

@media only screen and (max-width: 600px) {

header .searchbox-open {

    width: 255px;

}

}

@media only screen and (min-width: 600px){

footer .second-footer .container {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

}

}

@media only screen and (min-width: 992px) {

nav {

    float: right;

    padding-right: 50px;

}

nav ul {

      display: flex;

      align-items: center;
	  
	  font-family: "Roboto", sans-serif;

}

nav ul > li {

      margin-left: 30px;

}

nav ul > li {

      position: relative;

}

nav ul > li a {

	font-size: 0.875em;

	color: #313538;

	font-weight: 400;

	outline: none;

	display: block;

	transition: all 1s;

	outline: none;

}

nav ul > li:hover a {

    color: #ed1d24;

}

nav .sub-menu {

	display: none;

	position: absolute;

	left: 0;

	width: 200px;

	line-height: normal;

	background: #fff;
	
	font-family: "Roboto", sans-serif;

}

nav .sub-menu li {

    display: block;

}

nav .sub-menu .sub-menu {

	left: 100%;

	margin: 0;

	top: 0;

}

nav .sub-menu .icon {

     display: none;

}

nav a.navicon.icon-bars {

    position: relative;

    top: -5px;

    display: none;

}

#menuArea {

    position: absolute;

    right: 15px;

    top: 24px;

}

#menuArea input {

      display: none;

}

#menuArea .open {

      background-color: #3c3c3c;

      width: 30px;

      height: 2px;

      display: block;

      border-radius: 2px;

      cursor: pointer;

      position: relative;

      top: 9px;

}

#menuArea .open:before {

      content: "";

      background-color: #3c3c3c;

      width: 30px;

      height: 2px;

      display: block;

      border-radius: 2px;

      position: relative;

      top: -7px;

      transform: rotate(0deg);

      transition: all 0.3s ease;

}

#menuArea .open:after {

      content: "";

      background-color: #3c3c3c;

      width: 30px;

      height: 2px;

      display: block;

      border-radius: 2px;

      position: relative;

      top: 5px;

      transform: rotate(0deg);

      transition: all 0.3s ease;

}

#menuArea .menuOpen {

      width: 30px;

      height: 20px;

      display: block;

      cursor: pointer;

      float: right;

}

#menuArea .menuEffects {

      position: relative;

}

#menuArea .menuEffects:after {

        content: "";

        width: 20px;

        height: 20px;

        background: #fff;

        border-radius: 50%;

}

#menuArea .menu {

      position: fixed;

      width: 100vw;

      height: 100vh;

      top: 0;

      left: 0;

      background: #fff;
	  
	  font-family: "Roboto", sans-serif;

}

#menuArea .menu label {

      width: 30px;

      height: 30px;

      position: absolute;

      right: 20px;

      top: 20px;

      background-size: 100%;

      cursor: pointer;

}

#menuArea .menu .menuContent {

      position: relative;

      top: 30%;

      font-size: 30px;

      padding-bottom: 20px;

      margin-top: -170px;

}

#menuArea .menu .menuContent .container {

     max-width: 1000px;

}

#menuArea .menu .menuContent .overlay-list{

	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

#menuArea .menu .menuContent .overlay-col {

        width: 15%;

}

#menuArea .menu ul {

      list-style: none;

      padding: 0;

      margin: 0 auto;

}

#menuArea .menu ul li a {

      display: block;

      color: #000;

      text-decoration: none;

      transition: color 0.2s;

      padding: 10px 0;

      font-size: 14px;

      outline: none;

      text-align: left;

}

#menuArea .menuEffects {

    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    -o-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;

}

#menuArea .menuEffects ul {

    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}

#menuArea #menuToggle:checked ~ .menuEffects {

    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;

}

#menuArea #menuToggle:checked ~ .menuEffects ul {

      opacity: 1;

}

#menuArea #menuToggle:checked ~ .menuOpen .open {

      background-color: transparent;

}

#menuArea #menuToggle:checked ~ .menuOpen .open:before {

      content: "";

      background-color: #da251c;

      transform: rotate(45deg);

      position: absolute;

      top: 0;

      right: 0;

      z-index: 1;

}

#menuArea #menuToggle:checked ~ .menuOpen .open:after {

      content: "";

      background-color: #da251c;

      transform: rotate(-45deg);

      position: relative;

      top: 0;

      right: 0;

      z-index: 1;

}

#menuArea #menuToggle:not(:checked) ~ .menuEffects ul {

   transform: translateY(-30%);

}

header .logo {

      width: 125px;

      margin-top: 0px;

      margin-bottom: 5px;

      position: relative;

      transform: translate3d(0, 0, 0);

      transition: width 0.5s, transform 0.5s;

}

header.fixedheader {

    box-shadow: 0px 0px 3px 0px #aaa;

    background: rgba(255, 255, 255, 1);

    height: 88px;

    margin-top: -10px;

    position: fixed;

}

header.fixedheader .logo {

      width: 92px;

      display: block;

}

}

@media only screen and (min-width: 992px) {

header.fixedheader #menuArea {

  top: 80%;

} 

nav ul > li {

	margin-left: 18px;

}

nav ul > li a {

	font-size: 13px;

}

#menuArea.opened {

	top: 22px;

	right: 33px;

	position: fixed;

}

}

@media only screen and (min-width:480px) {

.section-eight .location-tab ul li{margin:0 2px 8px 0;}

}


@media only screen and (min-width:992px) {

.content-rt {margin-left: 20px;}

footer .second-footer ul{

  padding-left: 25px;

}

footer .second-footer .social li {

  padding: 0 10px;

}

header{

  position: fixed;

  width: 100%;

  top: 0;

  z-index: 99999;

  height: auto;

  -webkit-transition: height 0.5s, -webkit-transform 0.5s;

  transition: height 0.5s, -webkit-transform 0.5s;

  -o-transition: height 0.5s, transform 0.5s;

  transition: height 0.5s, transform 0.5s;

  transition: height 0.5s, transform 0.5s, -webkit-transform 0.5s;

  background: rgba(255, 255, 255, 0);

}

.header {

  background-color: white;    

  transition: .5s ease-out;

  padding: 13px 0;

}

header.fixedheader{

  height: auto;

  margin-top: 0;

}

header .logo{

    width: 100%;
    display: block;
    margin-top: 0px;
    padding: 0px 0px;
    margin-bottom: 5px;
    position: relative;
    -o-transition: width 0.5s, transform 0.5s;
    -webkit-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;

}

footer .footer-store ul{display:flex}

footer .footer-store ul li{width:40%;margin-right: 10px}

}

@media screen and (min-width:768px) { 

#menuArea .menu .menuContent{

	position: relative;

	top: 66px;

	font-size: 30px;

	padding-bottom: 20px;

	margin-top: 0;

	overflow: auto;

}

#menuArea .menu {

	overflow: auto;	

}

footer .gt-bt-icon .bg-box:first-child {

	padding: 0px 0 50px;

}

.header-top{

	 background-color: #ed1d24;

	-webkit-transition: .5s ease-out;

	-o-transition: .5s ease-out;

	transition: .5s ease-out;

	display: block;

	overflow: hidden;

	height: 40px;

}

.header-top .container{

    height: 100%;

}     

.header-top .header-links{

    height: 100%;

}

.header-top .header-links ul {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	padding: 0;

	margin: 0;

	-webkit-box-pack: end;

	-ms-flex-pack: end;

	justify-content: flex-end;

	width: 100%;

	list-style: none;

	text-align: right;

	list-style: none;

	align-items: center;

	color: white;

	align-items: center;

	height:100%;

}

.header-top .header-links ul li {

    position: relative;

}

.header-top .header-links ul li:first-child a {

	padding: 0px;                               

	vertical-align: middle;

	display: inline-block;

}

.header-top .header-links ul li a {

	color: #fff;

	font-size: 12px;

	padding: 0 10px;

}

.header-top .header-links ul li a img {

	width: 22px;

	height: 22px;

	border: 1px solid #fff;

	padding: 3px;

	border-radius: 50%;

	vertical-align: middle;

	display: inline-block;

}

.header-top .toll-no span{

	font-size: 14px;

	color: white;

} 

.header-top .social{

	text-align: right;

	display: flex;

	justify-content: flex-end;

	align-items: center;

	color: white;

}

.header-top .social span{

	color: white;

	padding-right: 26px;

	font-size: 14px;

}

.header-top .social ul{

	list-style: none;

	display: flex;

	padding: 0;

	margin: 0;

	padding-left: 17px;

}

.header-top .social ul li{

	padding: 0 10px;

}

.header-number .header-inner{

	display: flex;

	margin: 0;

	padding: 0;

	justify-content: flex-end;

	list-style: none;

}

.header-number .header-inner li{

	 display:flex;

	 align-items: center;

	 margin-right: 9px;

}

.header-number .header-inner li a {

     display: flex;

}                            

.header-number .header-inner li .no-img{

	width: 40px;

	margin-right: 17px;

}

.header-number .header-inner li .no-img img {width: 100%;height: auto;display: block;}

.header-number .header-inner li .data-no{

     margin-top: 5px;

}

.header-number .header-inner li .data-no ul{

	padding: 0;

	margin: 0;

	line-height: 19px;
	
	font-family: "Roboto", sans-serif;

}

.header-number .header-inner li .data-no ul .b-frst {

	color: #ee1d25;

	font-weight: 500;

	font-size: 16px;

}

.header-number .header-inner li .data-no ul .b-scnd{

	color: #ee1d25;

	font-size: 13px;

}

.header .row{

	align-items: center;

}

#menuArea {

	position: absolute;

	right: 27px;

	top: 83%;

}  

header.fixedheader {

    -webkit-box-shadow: 0px 0px 3px 0px #aaa;

    box-shadow: 0px 0px 3px 0px #aaa;

    background: white;

    position: fixed; 

}

header.fixedheader #menuArea {

    top: 40%;

}

}

@media only screen and (min-width:1200px) {

.content-rt ul{padding: 3px 50px 30px; margin: 0px auto 0px;width: 90%;}

.section-seven{padding:60px 0 60px 0;}

.section-seven .list-sec ul li{width: auto;}

.border-left {border-left: 1px solid #ada8a8;}

footer .first-footer{padding: 60px 0;}

footer .gt-bt-icon .bg-box {

    padding: 0;

}

footer:before{height: 532px;

	background-size: 100%;

	width: 46%;

	left: -67px;

	bottom: 54px;

	position: absolute;

	content: "";

	background: url("images/ft_logo.png") no-repeat;

}

.section-eight ul.resp-tabs-list:before{content: "";position: absolute;bottom:-5px;left: 15px; border-bottom: 1px solid #e5e5e5;width: 375px;}

.content-rt {border-left: 1px solid #ddd;}



}

@media screen and (min-width:320px) and (max-width:864px){

#menuArea{

	top: 26px;

}  

}


@media screen and (min-width:320px) and (max-width:992px){

header .right-sec{

	display: none;

}

header .srch-right-sec {

	  right: 0;

	  top: 0;

}

header .right-sec{

	 padding-top: 0;

}

.navicon {

    display: block;

    line-height: 80px;

    position: fixed;

    color: #000;

    right: 84px;

    z-index: 999;

    width: 30px;

    height: 30px;

    top: 107px;

    padding: 0;

}

#menuArea{

    display:block;

}

#menuArea {

     position: absolute;

    right: -15px;

    top: 0; 

}

#menuArea {

   position: absolute;

   right: 24px;
  
   top: 33px;

}

#menuArea input {

  display: none;

}

#menuArea .open {

  background-color: #3c3c3c;

  width: 30px;

  height: 2px;

  display: block;

  border-radius: 2px;

  cursor: pointer;

  position: relative;

  top: 8px; 

}

#menuArea .open:before {

  content: "";

  background-color: #3c3c3c;

  width: 30px;

  height: 2px;

  display: block;

  border-radius: 2px;

  position: relative;

  top: -6px;

  -webkit-transform: rotate(0deg);

  -ms-transform: rotate(0deg);

  transform: rotate(0deg);

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease; 

}

#menuArea .open:after {

  content: "";

  background-color: #3c3c3c;

  width: 30px;

  height: 2px;

  display: block;

  border-radius: 2px;

  position: relative;

  top: 4px;

  -webkit-transform: rotate(0deg);

  -ms-transform: rotate(0deg);

  transform: rotate(0deg);

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease; 

}

#menuArea .menuOpen {

  width: 30px;

  height: 20px;

  display: block;

  cursor: pointer;

  float: right;

  z-index: 4;

  position: relative; 

}

#menuArea .menuEffects {position: relative; }

#menuArea .menuEffects:after {

	content: "";

	width: 20px;

	height: 20px;

	background: #fff;

	border-radius: 50%; 

}

#menuArea .menu {

	position: fixed;

	width: 100vw;

	height: 100vh;

	top: 0;

	overflow: auto; 

	left: 0;

	background: #fff;

	z-index: 1;

}

#menuArea .menu label {

  width: 30px;

  height: 30px;

  position: absolute;

  right: 20px;

  top: 20px;

  background-size: 100%;

  cursor: pointer; 

}

#menuArea .menu .menuContent {

  position: relative;

  top: 0px;

  font-size: 30px;

  padding-bottom: 20px;

  /* margin-top: -170px; */

  overflow: auto;

  height: 100vh;

  padding: 75px 0;

}

#menuArea .menu .menuContent .container {max-width: 1000px; }

#menuArea .menu .menuContent .overlay-list {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap; 

} 

#menuArea .menu .menuContent .overlay-col {width: 15%;}

#menuArea .menu ul {

  list-style: none;

  padding: 0;

  margin: 0 auto; 

}

#menuArea .menu ul li a {

	display: block;

	color: #828282;

	text-decoration: none;

	-webkit-transition: color 0.2s;

	-o-transition: color 0.2s;

	transition: color 0.2s;

	padding: 10px 0;

	font-size: 13px;

	line-height: 25px;

	outline: none;

	text-align: left;

	padding-bottom: 3px;

}

#menuArea .menuEffects {

  opacity: 0;

  visibility: hidden;

  -webkit-transition: opacity 0.5s, visibility 0.5s;

  -o-transition: opacity 0.5s, visibility 0.5s;

  transition: opacity 0.5s, visibility 0.5s; 

}

#menuArea .menuEffects ul {

  -webkit-transform: translateY(0%);

  -ms-transform: translateY(0%);

  transform: translateY(0%);

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s; 

}

#menuArea #menuToggle:checked ~ .menuEffects {

  opacity: 1;

  visibility: visible;

  -webkit-transition: opacity 0.5s;

  -o-transition: opacity 0.5s;

  transition: opacity 0.5s; 

}

#menuArea #menuToggle:checked ~ .menuEffects ul {opacity: 1; }

#menuArea #menuToggle:checked ~ .menuOpen .open {background-color: transparent; }

#menuArea #menuToggle:checked ~ .menuOpen .open:before {

  content: "";

  background-color: #da251c;

  -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  transform: rotate(45deg);

  position: absolute;

  top: 0;

  right: 0;

  z-index: 1; 

}

#menuArea #menuToggle:checked ~ .menuOpen .open:after {

  content: "";

  background-color: #da251c;

  -webkit-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  transform: rotate(-45deg);

  position: relative;

  top: 0;

  right: 0;

  z-index: 1; 

}

#menuArea #menuToggle:not(:checked) ~ .menuEffects ul {

  -webkit-transform: translateY(-30%);

  -ms-transform: translateY(-30%);

  transform: translateY(-30%); 

}

}


@media screen and (max-width:489px){ 

footer .bx-chat span {

	font-size: 13px;

	color: white;

	border: 1px solid white;

	padding: 10px 13px;

}

}


@media screen and (min-width:320px) and  (max-width:768px){

footer .gt-bt-icon .bg-box:nth-child(2) {

	padding-top: 8px !important;

}

}


@media screen and (min-width:320px) and  (max-width:768px){

.header{

  padding: 8px 0;

  background-color: white;

}

.menu .navicon {

  top: 8%;

}

header a.logo {
    padding: 0 17px;
    width: 114px;
}

header img.logo1 {

	width: 100%;

}

.menu li.drop-down:hover .drop-down-ul {

  display: block;

  position: relative;

  overflow: unset;

  height: auto;

  left: 0;

  margin: 0;

  margin-left: 0 !important;

  padding-left: 0;

  top: 100%;

  display: block;

  padding-top: 16px;

  z-index: 1000;

}

.menu li.drop-down:hover .menu-article {

  display: block;

  position: relative;

  overflow: unset;

  height: auto;

  left: 0;

  margin: 0;

  margin-left: 0 !important;

  padding-left: 0;

  top: 100%;

  display: block;

  padding-top: 16px;

  z-index: 1000;

}

.menu li.drop-down ul li a {

	padding: 10px 11px;

	font-size: 12px;

	background-color: #f2f2f2;

	border-bottom: 1px solid rgba(0, 0, 0, 0.1);

	color: #2d2d2d;

	display: block;

}

#menuArea.opened {

	  z-index: 10000;

}

.inner-3-page {

	  margin-top: 0;

}

#menuArea .menuContent .overlay-list .overlay-col h3 {

	font-size: 18px;

	margin: 0;

	padding-bottom: 6px;

	margin-bottom: 0px;

	color: #646464;

	line-height: 30px;

	border-bottom: 1px dotted grey;

	font-weight: 700;

	/* padding-top: 10px; */

	margin-bottom: 12px;

	width: 100%;

	/* margin: 0; */

}

#menuArea .menu .menuContent .overlay-col  {

		width: 88%;

		border-right: 0px solid #dedede;

		margin-right: 0;

		padding-left: 0;

		background-color: #f8f8f8;

		padding: 10px 10px;

		margin-bottom: 10px;

}

#menuArea .menuEffects ul li a {

	padding: 10px 0px;

	border-bottom: 1px solid rgba(0,0,0,0.15);

}

#menuArea .menu ul {

	   margin-bottom: 19px;

	   width: 100%;

	   margin: 0;

}

#menuArea .menu   {   

   overflow: auto;  

}

#menuArea .menu .menuContent .overlay-list {

	padding-top: 0px;

}

#menuArea .menu .menuContent .overlay-list {

	display: block;

	width: 100%;

}

.overlay-col-1 {

	   display: none;

  }

header #menuArea {

	position: absolute;

	right: 15px;

	top: 13px;

	padding: 10px;

	background-color: white;

}  

header {

  padding-bottom: 0;

}



header .right-sec {

  padding-top: 0;

}

.header-number {

	  display: none;

}

.img-scroll {

	  width: 50%;

	  overflow: hidden;

	  display: flex;

	  align-items: center;

}

.img-scroll > img {

		  max-width: 100%;

		  width: auto;

		  max-height: 50px;

		  height: auto;

		  display: inline-block;

}

}

@media screen and (min-width:992px) and (max-width:1200px){

.header-top .header-links ul {

	  justify-content: space-between;

}

.header-top .header-links ul li a {

color: #fff;

font-size: 12px;

padding: 0px 0px;

}

nav ul {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	justify-content: space-between;

}

nav ul > li {

	margin-left: 0;

	padding: 0 10px;

}
.section-seven .list-sec ul li{margin-bottom: 20px; width: auto;}
.section-eight .location-tab .location-list.box-wise-list ul li a {font-size: 12px;}
.contant-detail .right1 {
    width: 50%;
    padding: 60px 60px;
}
.payment_detail_box .contant-detail .right1 {
    width: 65%;
    padding: 40px 60px;
}
.mrprint_page .contant-detail .right1 {width: 70%;}

}

@media screen and (min-width:768px) and (max-width:992px){

.header {

		background-color: white;

		padding: 11px 0;

}

header a.logo {

	outline: none;

	padding: 0 16px;

}

.fixedheader .navicon  {

	top: 10%;

}

header.fixedheader #menuArea {

	top: 36%;

}

.navicon {

	top: 10%;

}

#menuArea {

	position: absolute;

	right: 24px;

	top: 34%;

}

a.navicon.icon-bars.active {

	top: 28px;

	right: 19px;

}

.header-top .header-links ul li a {

	color: #fff;

	font-size: 12px;

	padding: 0px 0px;

}

.header-top .header-links ul {

   justify-content: space-between;

}
.section-seven .list-sec ul {
    justify-content: center;
}
.section-seven .list-sec ul li {
    margin-bottom: 10px;
    width: 25%;
}
.section-eight .location-tab .location-list.box-wise-list ul li a {font-size: 11px;}
.contant-detail .right1 {
    width: 60%;
    padding: 30px 30px;
}
.payment_detail_box .contant-detail .right1 {
    width: 80%;
    padding: 30px 30px;
}
.mrprint_page .contant-detail .right1 {width: 80%;}
.mrprint_page .contant-detail .right1 iframe {height: 640px;}

}

@media only screen and (max-width:992px) {

.search-box {

       position: absolute;

       right: 70px;

       top: 43px;

}

header.fixedheader .header-top {

    height: 0;

    overflow: hidden;

    transition: .5s ease-out;

}

header.fixedheader{position: fixed;width: 100%;top:0;background: #fff;padding: 10px 0;box-shadow: 0px 0px 3px 0px #aaa;    z-index: 99999;}

header.fixedheader a.logo{display: block;

    width: 100%;

    padding: 0 20px;

} 

footer .gt-bt-icon {

     margin: 0px;

}

footer .first-footer .pd-we-accept {

     margin: 0 0 20px;

}

footer .first-footer .footer-store {

    margin-top: 0px;

}

}

@media only screen and (max-width:768px) {

.search-box{top: 25px;}

header.fixedheader a.logo {
    display: block;
    width: 100%;
    padding: 0 20px;
}
.section-eight .location-tab .location-list.box-wise-list ul li a {font-size: 11px;}
.section-eight .resp-tab-active{border:none !important;background: #da251c!important;color: #fff}

.section-eight .resp-tab-content{border-bottom: 1px solid #c1c1c1;}

.section-eight h2.resp-tab-active{padding: 0px 15px !important;}

.section-eight h2.resp-tab-active span.resp-arrow{border-bottom: 12px solid #ffffff !important;}

}

@media only screen and (max-width:767px) {

.inner-banner .main-outer-inbanner, .container {
    max-width: 100%;
}
.inner-banner{height:85px;}
.inner-banner .banner-main-title{padding-bottom: 5px;
    margin-bottom: 3px;
	font-size:20px;
	line-height: 25px;
}
.inner-banner .banner-sub-title{display:none;}
.section-seven {padding: 10px 0 20px;}
.contant-detail {
    margin-bottom: 30px;
    padding: 20px 15px 0 15px;
}
.contant-detail .frm_txt {
    margin-bottom: 15px;
}
.contant-detail .right1 {
    width: 100%;
    padding: 20px 20px;
}
.payment_detail_box .contant-detail .right1 {
    width: 100%;
    padding: 20px 20px;
}
.mrprint_page .contant-detail .right1 {width: 100%;}
.payment_detail_box .contant-detail .right1 h1 {
    align-items: flex-start;
    flex-direction: column;
	margin-bottom: 0;
}
.contant-detail .right1 .frm .in{padding-bottom: 10px;}
.contant-detail .right1 .frm .in b{padding-right:6px;padding-left:0;}
.contant-detail .right1 .frm input[type="radio"] {
    margin: 3px 2px 0px 4px;
}
.flex_box1 {
    justify-content: flex-start;
    flex-wrap: wrap;
}
.half_width {
    width: 100% !important;
    padding-bottom: 10px;
}
.half_width:last-child {
    padding-bottom: 0px;
}
.box_width31 {
    width: 33.33% !important;
}
.box_width42 {
    width: 45% !important;
}
.mrprint_page .contant-detail .right1 iframe {height: 638px;}
.contant-detail .form-qr-code-main-cus {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}
.contant-detail .form-qr-code-main-cus .right1 {
    margin: 0;
    width: 100%;
}
.contant-detail .form-qr-code-main-cus .form-qr-code-or-text-cus h2:after {
    content: "";
    position: absolute;
    background-color: #ddd;
    left: 15px;
    top: -75px;
    height: 200px;
    width: 1px;
    z-index: -1;
    transform: rotate(90deg);
}
.contant-detail .form-qr-code-main-cus .right2 {
    width: 100%;
}
	
}

@media only screen and (max-width:600px) {

footer .first-footer{padding: 15px 0 30px;}

.gt-bt-icon .bg-box {text-align: center;}

.gt-bt-icon .bg-box.footer-store ul {display: flex;align-items: center;justify-content: center;}

.gt-bt-icon .bg-box.footer-store ul li {display: inline-block;margin: 0px 5px;}

footer .copy-right {text-align: center;margin: 0 0 10px;}

footer .footer-links {display: block !important;}

footer .links {display:block !important;text-align: center;}

footer .links li {display: inline-block;}

footer .social {display:block !important;text-align: center;margin: 15px 0 0 !important;}

footer .social li {display: inline-block;}

}

@media only screen and (max-width:575px) {

footer .inner-row .border-left:nth-child(2){

   order: 3;

}

footer .inner-row .border-left:nth-child(3){

   order: 2;

}

footer .inner-row .border-left:nth-child(4){

   order: 4;

}

footer .first-footer ul li{

    padding: 2px 0 5px 0px;

    line-height: 13px;

}

footer .gt-bt-icon ul li{text-align:center;}

footer .gt-bt-icon .bg-box:nth-child(2){

     padding-top: 35px;

}

.mtop10 {

   margin-top: 0px!important;

}

}

@media only screen and (max-width:320px) {
.inner-banner .banner-main-title {
    padding-bottom: 5px;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 22px;
}
}