
:root {
  --white: #fff;
  --green: #41c17b;
  --orange: #ff5621;
  --gray: #f4f6fd;
  --dark: #252525;
  --light: #7f7f7f;    
  --blue: #0f176f;
  --d-blue: #0f1770;
  --heading-size-h1: 39px;
  --heading-size-h2: 36px;
  --font-size-base: 18px;
}

@font-face {
  font-family: 'ico-get-set-go';
  src:  url('../fonts/ico-get-set-go.eot?q4nr5o');
  src:  url('../fonts/ico-get-set-go.eot?q4nr5o#iefix') format('embedded-opentype'),
    url('../fonts/ico-get-set-go.ttf?q4nr5o') format('truetype'),
    url('../fonts/ico-get-set-go.woff?q4nr5o') format('woff'),
    url('../fonts/ico-get-set-go.svg?q4nr5o#ico-get-set-go') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ico-get-set-go' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-content-dev-1:before {
  content: "\e918";
}
.icon-content-dev-2:before {
  content: "\e919";
}
.icon-content-dev-3:before {
  content: "\e91a";
}
.icon-branding-requirment-1:before {
  content: "\e900";
}
.icon-branding-requirment-2:before {
  content: "\e901";
}
.icon-branding-requirment-3:before {
  content: "\e902";
}
.icon-branding-requirment-4:before {
  content: "\e903";
}
.icon-concept-script-1:before {
  content: "\e904";
}
.icon-concept-script-2:before {
  content: "\e905";
}
.icon-concept-script-3:before {
  content: "\e906";
}
.icon-concept-script-4:before {
  content: "\e907";
}
.icon-design-breif-1:before {
  content: "\e908";
}
.icon-design-breif-2:before {
  content: "\e909";
}
.icon-design-breif-3:before {
  content: "\e90a";
}
.icon-e-planning-1:before {
  content: "\e90b";
}
.icon-e-planning-2:before {
  content: "\e90c";
}
.icon-e-planning-3:before {
  content: "\e90d";
}
.icon-e-planning-4:before {
  content: "\e90e";
}
.icon-header-arrow:before {
  content: "\e90f";
}
.icon-planning-1:before {
  content: "\e910";
}
.icon-planning-2:before {
  content: "\e911";
}
.icon-planning-3:before {
  content: "\e912";
}
.icon-quotation:before {
  content: "\e913";
  color: #f1582a;
}
.icon-w-planning-1:before {
  content: "\e914";
}
.icon-w-planning-2:before {
  content: "\e915";
}
.icon-w-planning-3:before {
  content: "\e916";
}
.icon-w-planning-4:before {
  content: "\e917";
}


body {
  font-family: 'Nunito Sans', sans-serif;
  overflow-x: hidden; 
}

a { 
    transition: all 0.2s ease-in;
}

a:hover {
  text-decoration: none;
}

:focus {
  outline: none!important;
}

p {
  font-size: var(--font-size-base);
  line-height: 1.6;
  margin-bottom: 15px;
  color: var(--light);
  font-weight: 300;
}

h2 {
  font-size: var(--heading-size-h2);
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 4px;
}

.ptpx-0 {
  padding-top: 0px!important;
}

.mbpx-3 {
  margin-bottom: 3px!important;
}

.mbpx-0 {
  margin-bottom: 0px!important;
}

.mbpx-10 {
  margin-bottom: 10px!important;
}

.mbpx-30 {
  margin-bottom: 30px!important;
}

.mbpx-25 {
  margin-bottom: 25px!important;
}

.mbpx-40 {
  margin-bottom: 40px!important;
}

.mtpx-10 {
  margin-top: 10px!important;
}

.mtpx-20 {
  margin-top: 20px!important;
}

.mtpx-40 {
  margin-top: 40px!important;
}

.ptpx-70 {
  padding-top: 70px!important;
}
  
.pbpx-100 {
    padding-bottom: 70px!important;
}

.plrpx-0 {
  padding-left: 0px!important;
  padding-right: 0px!important;
}

.plpx-70 {
  padding-left: 70px;
}

.posRel {
  position: relative;
}

.ctrdv {
  margin: 0px auto;
}

.cntr-content {
  align-items: center;
}

.ele-img-lft {
    direction: rtl;
    margin-bottom:  0px;
}

.alter-bg {
  background: #f4f6fd;
}

.heading-sep {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.heading-sep .seperator-left {
  position: relative;
    width: 60px;
    height: 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: var(--orange);
    display: inline-block;
}

.heading-sep .seperator-left.green {
    background: var(--green);
}

.heading-sep .seperator-left:before {
    content: '';
    width: 10px;
    height: 3px;
    background: var(--white);
    position: absolute;
    left: 10px;
    top: 0;
}


.heading-sep .seperator {
  position: absolute;
    width: 80px;
    height: 3px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: var(--orange);
    display: inline-block;
}

.heading-sep .seperator:before {
    content: '';
    width: 10px;
    height: 3px;
    background: var(--white);
    position: absolute;
    left: 10px;
    top: 0;
}

.heading-sep .seperator:after {
    content: '';
    width: 10px;
    height: 3px;
    background: var(--white);
    position: absolute;
    right: 10px;
    top: 0;
}

.alter-bg .heading-sep .seperator:after,
.alter-bg .heading-sep .seperator:before {
  background: #f4f6fd;
}

.sub-head {
  font-size: 16px;
  line-height: 1.9;
  padding: 0 55px;
}

.upper-head {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--green);
  font-weight: 700;
  margin: 40px 0 10px 0;
}

.mtpx-17 {
  margin-top: 17px;
}

/* Button */

.primary-btn {
  color: var(--white);
  border-radius: 5px;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 700;
  background: var(--dark);
  min-width: 178px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

.primary-btn:hover {  
  transform: translateY(-5px);
}

.primary-btn:hover,
.primary-btn:focus {
  color: var(--white);
  text-decoration: none;
}

.primary-btn.green-btn {
  background: #41c17b;
}

.primary-btn.orange-btn {
  background: var(--orange);
  -webkit-box-shadow: 0px 0px 27px 1px rgba(255,86,33,0.55);
    -moz-box-shadow: 0px 0px 27px 1px rgba(255,86,33,0.55);
  box-shadow: 0px 0px 27px 1px rgba(255,86,33,0.55);
}

.btn-text {
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  color: var(--orange);
  font-weight: 700;
  margin-left: 30px;
}

.btn-text:hover {
  color: var(--orange);
}


/* Header */
.header {
  position: absolute;
  z-index: 10;
  padding: 23px 0;
  width: 100%;
  top: 0;
  transition: all 0.3s ease;
}

.header.fixed {
  position: fixed;
  background: var(--white);
  padding: 5px 0;
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  z-index: 9999;
}

.header.fixed .navbar-brand img {
  display: none;
}

.header.fixed .navbar-brand img+img {
  display: block;
}


.header .navbar-brand img {
  display: block;
}

.header .navbar-brand img+img {
  display: none;
}

.header.fixed .navbar-nav .nav-item .nav-link {
  color: var(--dark);
}

.header .navbar {
  padding: 0px;
}

.header .navbar .mr-auto {
  margin-left: auto!important;
  margin-right: 25px!important;
}

.header .navbar-toggler{
  background-color: var(--green);
  padding: 8px 12px;
}

.header .navbar-toggler .navbar-toggler-icon {
  background: var(--white);
  height: 3px;
  position: relative;
}

.header .navbar-toggler .navbar-toggler-icon:before,
.header .navbar-toggler .navbar-toggler-icon:after {
  position: absolute;
  content: '';
  background: var(--white);
  width: 100%;
  height: 3px;
  left: 0;
}

.header .navbar-toggler .navbar-toggler-icon:before {

top: -7px;
}

.header .navbar-toggler .navbar-toggler-icon:after {
  
bottom: -7px;
}

.header .navbar-brand {
  margin: 0px 72px 0 0;
}


.navbar-brand img {
    width: 100%;
    max-width: 212px;
}

.header .navbar-nav .nav-item:first-child {
  margin-left: 0px;
}

.header .navbar-nav .nav-item {
  margin: 0 8px;
  position: relative;
}

.header .navbar-nav .nav-item .nav-link {
    padding: 15px 0;
    font-size: 15px;
    color: var(--white);
    font-weight: 700;
}

.header .navbar-nav .nav-item .nav-link:after {
  content: '';
    width: 0;
    height: 3px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 9px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.header .navbar-nav .nav-item:hover .nav-link:after,
.header .navbar-nav .nav-item.active .nav-link:after {
    width: 25px;
    background: var(--orange);
}

  

.header .navbar-nav .nav-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0) translateZ(0);
    -moz-transform: rotateX(0) translateZ(0);
    transform: rotateX(0) translateZ(0);
    top: -webkit-calc(100% - 20px);
    top: -moz-calc(100% - 20px);
    top: calc(100%);
}

.header .navbar-nav .sub-menu {
    display: block;
    position: absolute;
    left: -10px;
    top: -webkit-calc(100% + 15px);
    top: -moz-calc(100% + 15px);
    top: calc(100% + 15px);
    min-width: 302px;
    white-space: nowrap;
    padding: 20px 0;
    opacity: 0;
    z-index: 555;
    visibility: hidden;
    text-align: left;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in;
    border: 0;
    -webkit-box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
    -moz-box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
    box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
    margin-top: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: var(--white);
    list-style: none;
}

.header .navbar-nav .sub-menu a {
    color: var(--dark);
    padding: 5px 25px;
    display: block;
    position: relative;
}

.header .navbar-nav .sub-menu a:hover {
  color: var(--orange);
}

.header .navbar-nav .sub-menu a:before{
  content: '';
    display: inline-block;
    height: 3px;
    width: 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    vertical-align: middle;
    margin-right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.header .navbar-nav .sub-menu li.active a {
    color: var(--orange);
}

.header .navbar-nav .sub-menu a:hover:before,
.header .navbar-nav .sub-menu li.active a:before {
   margin-right: 10px;
    width: 10px;
    opacity: 1;
    visibility: visible;
    background: var(--orange);
}

.header .btn-inline .btn {
    color: #fff;
    border-radius: 5px;
    padding: 9px 15px;
    font-size: 16px;
    font-weight: 700;
    background: var(--dark);
    width: 171px;
    text-align: center;
    transition: all 0.3s ease-in;
}

.header .btn-inline .btn:hover {
    transform: translateY(-5px);
}

.header .btn-inline .green-btn {
    background: var(--green);
}

.header .btn-inline .orange-btn {
    background: var(--orange);
    margin-left: 10px;
}


.move-down {
    position: absolute;
    bottom: 96px;
    font-size: 21px;
    z-index: 99;
    left: 0;
    right: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    background: var(--white);
    text-align: center;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 29px 2px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 29px 2px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 29px 2px rgba(0,0,0,0.16);
    cursor: pointer;
    transition: all 0.2s ease-in;
    display: flex;
    justify-content: center;
    align-items: center;
   -webkit-animation: moveupdown 1s infinite  alternate;
    animation: moveupdown 1s infinite  alternate;
}



.move-down:hover {
  background: var(--orange);
  color: var(--white);
}

/* Banner */
.main-banner {
  background: var(--white);
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 850px;
  top: 0;
  z-index: 8;
  padding-top: 160px;
}

.main-banner .banner-ele {
  z-index: 7;
}

.main-banner .banner-ele.banner-img {
  margin-top: 40px;
}

.main-banner .banner-ele figure {
    position: absolute;
    top: -30px;
    left: -120px;
}

.main-banner .banner-ele figure div {
  visibility: hidden;
  position: absolute;
}

.main-banner .banner-ele figure div img {
  position: relative;
}
   

.main-banner h4 {
  color: var(--orange);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
  visibility: hidden;
}

.main-banner h1 {
  color: var(--white);
  font-size: var(--heading-size-h1);
  font-weight: 700;
  margin-bottom: 8px;
  visibility: hidden;
}

.main-banner p {
  color: var(--white);
  font-size: var(--font-size-base);
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 25px;
  visibility: hidden;
}

.main-banner .primary-btn{
  visibility: hidden;
}

.main-banner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 83px;
  width: 100%;
  background: url(../images/banner-bg.jpg);
  height: 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 3;
}

/* Content */

.content {
  padding: 90px 0;
}

.info-sec {
    padding: 50px 0 162px 0;
    overflow: hidden;
}

.about-pg .info-sec {
  padding: 81px 0;
}

.info-sec p {
  margin-bottom: 31px;
}

.info-sec .who-we-are-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.info-sec .who-we-are-list li i {
  margin: 0 5px 0 0;
  color: var(--green);
}

.info-sec .who-we-are-list li {
  font-size: 18px;
  color: var(--dark);
  font-weight: 700;
  width: 33%;
  float: left;
  margin: 13px 0;
}

.srv-sec .bx {
  background: #ffffff;
  padding: 32px 20px;
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  margin-top: 34px;
}

.srv-sec .bx h4 {
  font-size: 22px;
  color: var(--dark);
  font-weight: 700;
}

.srv-sec .bx p {
  font-size: 16px;
    padding: 0 10px;
}

.srv-sec .bx a {
  color: var(--orange);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.srv-sec .icon-wrapper {
  position: relative;
  z-index: 1;
  width: 130px;
  height: 130px;
  font-size: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  background: #f4f6fd;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.srv-sec .icon-wrapper figure {
  width: 45%;
}

.srv-sec .icon-wrapper.sm figure {
  width: 32%;
}

.srv-sec .icon-wrapper figure img {
  max-width: 100%;
}

.srv-sec .icon-wrapper .circle {
  position: absolute;
    width: 84%;
    height: 84%;
    left: 8%;
    top: 8%;
    z-index: -1;
}

.srv-sec .icon-wrapper .circle:nth-child(1) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation: service_hexagon_1 2s infinite linear;
    -moz-animation: service_hexagon_1 2s infinite linear;
    -o-animation: service_hexagon_1 2s infinite linear;
    animation: service_hexagon_1 2s infinite linear;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.srv-sec .icon-wrapper .circle:nth-child(2) {

    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation: service_hexagon_2 2s infinite linear;
    -moz-animation: service_hexagon_2 2s infinite linear;
    -o-animation: service_hexagon_2 2s infinite linear;
    animation: service_hexagon_2 2s infinite linear;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;

}

.srv-sec .icon-wrapper .circle > svg {
    width: 18px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.srv-sec .bx:hover .icon-wrapper .circle:nth-child(1), 
.srv-sec .bx:hover .icon-wrapper .circle:nth-child(2) {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}


.company-info {
  background: url('../images/company-info-bg.jpg') no-repeat center top;
  background-size: cover;
  padding: 58px 0;
  text-align: center;
}

.company-info .col:first-child {
  border-left: 0px;
}

.company-info .col {
  border-left: 1px solid rgba(255, 255, 255, .25);
}

.company-info .cont {
  position: relative;
}

.company-info .cont .counter-value {
  color: var(--white);
  font-size: 38px;
  font-weight: 700;
}

.company-info .cont .counter-add {
  color: var(--orange);
  font-weight: 800;
  font-size: 25px;
  position: relative;
  top: -12px;
}


.company-info h5 {
  font-size: 16px;
  color: var(--green);
  text-transform: uppercase;
  font-weight: 400;
}

.packages-sec {
  padding: 90px 0 130px 0;
}

.packages-sec h2 {
  margin-bottom: 50px;
}

.packages-sec .bx {
  background: #ffffff;
  padding: 40px 35px;
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  transition: all 0.2s ease-in;
      margin-bottom: 30px;
}

.packages-sec .bx:hover {
   -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.25);
  -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.25);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.25);
  transform: translateY(-10px);
}
    

.packages-sec .bx .info {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 32px;
    padding-bottom: 8px;
}

.packages-sec .bx .info h5{
  font-weight: 700;
  text-transform: uppercase;
  color: var(--dark);
  font-size: 16px;
  border: 2px solid var(--orange);
  display: inline-block;
  margin: 0px;
  padding: 5px 11px;
  border-radius: 5px;
  margin-bottom: 18px;
}

.packages-sec .bx .info h3 {
  font-size: 24px;
  color: var(--dark);
  font-weight: 700;
}

.packages-sec .bx .info h4 {
  font-size: 74px;
  color: var(--dark);
  font-weight: 800;
  position: relative;
}

.packages-sec .bx .info h4 sup {
  font-weight: 700;
  font-size: 34px;
  top: -23px;
  left: 13px;
}

.packages-sec .bx .info h4 small {
  font-weight: 700;
  font-size: 34px;
  position: relative;
  left: -19px;
  top: -23px;
}

.packages-sec .bx .info h4 sub {
  position: static;
  font-size: 15px;
  display: block;
  margin: 8px 0 10px 0;
}

    

.packages-sec .bx .detail {
    margin-bottom: 30px;
}

.packages-sec .bx .detail .slimScrollDiv {
  height: auto!important;
}

.packages-sec .bx .detail ul{
  padding: 0px;
  margin: 0px;
  list-style: none;
  text-align: left;
  height: 190px!important;
}

.packages-sec .bx .detail ul li:first-child {
  padding-top: 0px;
}

.packages-sec .bx .detail ul li {
  font-size: 16px;
  color: var(--dark);
  padding: 13px 10px 0 10px;
}

.packages-sec .bx .detail .slimScrollBar {
  background: #8fa5f7!important;
}

.packages-sec .bx .primary-btn {
    padding: 13px 15px; 
}

.packages-sec .bx .primary-btn:hover {
  transform: translateY(0);
}


.packages-sec .bx .see-all {
    color: var(--orange);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.suitable-package-altr-bg .suitable-package {
  background: #f4f6fd;
}

.suitable-package-altr-bg .suitable-package .seperator-left.green:before {
  background: #f4f6fd;
}

.suitable-package-altr-bg .suitable-package h2,
.suitable-package-altr-bg .suitable-package p {
  color: var(--dark);
}

.suitable-package {
  padding: 55px 0;
  background: #0f1770; /* Old browsers */
  background: -moz-linear-gradient(top, #0f1770 0%, #040c5e 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0f1770 0%,#040c5e 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0f1770 0%,#040c5e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1770', endColorstr='#040c5e',GradientType=0 ); /* IE6-9 */
}

.suitable-package .seperator-left.green:before {
  background: var(--blue);
}

.suitable-package h2,
.suitable-package p {
  color: var(--white);
}

.suitable-package p {
  margin-bottom: 0px;
}

.suitable-package .quote-vector {
  position: relative;
}

.suitable-package .quote-vector:before {
  content: '';
  background: url('../images/suitable-package-vector.png') no-repeat center top;
  width: 198px;
  height: 398px;
  position: absolute;
  left: -13px;
  bottom: -88px;
}

.suitable-package .quote-form {
  background: var(--white);
  border-radius: 3px;
  padding: 41px 33px;
  text-align: center;
  width: 100%;
  max-width: 417px;
  float: right;
  margin: 0 93px 0 0;
  position: relative;
}

.suitable-package .quote-form:after {
  content: '';
  background: url('../images/suitable-package-vector-form.png') no-repeat center top;
  width: 204px;
  height: 208px;
  position: absolute;
  right: -91px;
  top: -86px;
}




.suitable-package .quote-form h4 {
  color: var(--dark);
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 30px;
}

.suitable-package .quote-form .form .field {
  margin-bottom: 12px;
}

.suitable-package .quote-form .form .field label.error {
  display: none!important;
}

.suitable-package .quote-form .form .field input[type="tel"],
.suitable-package .quote-form .form .field input[type="text"],
.suitable-package .quote-form .form .field input[type=email],
.suitable-package .quote-form .form .field textarea {
  width: 100%;
  background: #f3f5fe;
  font-size: 15px;
  color: #767676;
  font-weight: 600;
  border: 0px;
  padding: 13px 24px;
  border: 1px solid transparent;
}

.suitable-package .quote-form .form .field input[type="text"].error,
.suitable-package .quote-form .form .field input[type=email].error {
  border-color: var(--red); 
}

.suitable-package .quote-form .form .field textarea  {
  resize: none;
  height: 99px;
}

.suitable-package .quote-form .form .primary-btn{
  width: 100%;
    padding: 13px 15px;
    cursor: pointer;
}


.portfolio-sec {
  padding: 120px 0;
  overflow: hidden;
}

.portfolio-sec .portfolio {
    text-align: center;
}

.portfolio-sec .portfolio .portfolio-button-group {
  margin: 34px 0 53px 0;
}

.portfolio-sec .portfolio .portfolio-button-group .button {
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--dark);
  background: none;
  border: none;
  transition: all 0.1s ease-in;
  cursor: pointer;
  padding: 4px 10px;
  border-radius: 5px;
  margin: 0 2px;
}

.portfolio-sec .portfolio .portfolio-button-group .button:hover,
.portfolio-sec .portfolio .portfolio-button-group .button.is-checked {
    background: var(--green);
    color: var(--white);
}

.portfolio-sec .portfolio .grid {
  margin: 0 0.5%;
}

.portfolio-sec .portfolio .grid .element-item {
  margin: 0.5%;
  background: var(--light);
  border-radius: 8px;
  width: 19%;
  overflow: hidden;
}

.portfolio-sec .portfolio .grid .element-item figure { 
  margin: 0px; 
}
.portfolio-sec .portfolio .wrp figure {
  margin: 0px;
  position: relative;
}

.portfolio-sec .portfolio .grid .element-item figure img {
  max-width: 100%;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.portfolio-sec .portfolio .wrp figure img {
  max-width: 100%;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.portfolio-sec .portfolio .grid-altr {
  margin: 0 0.5%;
}

.portfolio-sec .portfolio .grid-altr .element-item {
  margin: 0.5%;
  background: var(--light);
  border-radius: 8px;
  width: 19%;
}

.portfolio-sec .portfolio .grid-altr .element-item figure { 
  margin: 0px; 
}

.portfolio-sec .portfolio .grid-altr .element-item figure img {
  max-width: 100%;
  border-radius: 8px;
}

.portfolio-sec .portfolio .grid .element-item:hover .info-overlay {
    opacity:  1;
}
.portfolio-sec .portfolio .wrp:hover .info-overlay {
    opacity:  1;
}
.portfolio-sec .portfolio .wrp:hover figure img {
  transform: scale(1.1);
}

.portfolio-sec .portfolio .grid .element-item:hover figure img {
  transform: scale(1.1);
}

.portfolio-sec .portfolio .info-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(5, 13, 97, 0.7);
    border-radius: 8px;
    transition: all 0.3s ease;
    opacity: 0;
}

.portfolio-sec .portfolio .info-overlay i {
    width: 65px;
    height: 65px;
    background: #fff;
    border-radius: 50%;
    color: #ff5621;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.testimonial-sec {
  padding: 197px 0;
  overflow: hidden;
  background: #0f1770; /* Old browsers */
  background: -moz-linear-gradient(top, #0f1770 0%, #040c5e 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0f1770 0%,#040c5e 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0f1770 0%,#040c5e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1770', endColorstr='#040c5e',GradientType=0 ); /* IE6-9 */
  height: 600px;
}

.testimonial-sec .seperator-left.green:before {
  background: var(--blue);
}

.testimonial-sec h2 {
  color: var(--white);
  margin-bottom: 17px;
}

.testimonial-sec .primary-btn {
  padding: 13px;
}

.testimonial-sec .testimonail-col {
    overflow-x: hidden;
    overflow-y: visible;
    flex: 100%;
    max-width: 100%;
    left: 36.33333%;
    position: absolute;
    top: -47px;
    padding-bottom: 103px;
    padding-left: 0;
}

.testimonial-sec .testimonial-slider .owl-item {
  width: 402px!important;
  height: 274px;
  background: var(--white);
  float: left;
  position: relative;
}

.testimonial-sec .testimonial-slider .owl-item .icon-quote {
  position: absolute;
  bottom: -25px;
  right: 31px;
  width: 86px;
  height: 61px;
  background: url(../images/testimonial-quote.png) no-repeat center top;
}

.testimonial-sec .testimonial-slider .owl-item .text {
  padding: 35px 30px;
}



.testimonial-sec .testimonial-slider .owl-item .text .auth-info {
  border-top: 1px solid #e1e1e1;
  padding: 10px 0 0 0;
}

.testimonial-sec .testimonial-slider .owl-item .text .auth-info h3{ 
  font-size: 22px;
  font-weight: 800;
  color: var(--dark);
}

.testimonial-sec .testimonial-slider .owl-item .text .auth-info h4 {
  font-size: 18px;
  color: var(--dark);
  font-weight: 400;
  text-transform: uppercase;
}

.testimonial-sec .testimonial-slider .owl-item .text p {
  line-height: 1.3;
  margin-bottom: 18px;
  height: 142px;
  overflow: hidden;
}

.testimonial-sec .testimonial-slider .owl-nav {
  display: none;
}

.testimonial-sec .testimonial-slider .owl-dots {
  position: absolute;
  bottom: 0;
}


.testimonial-sec .testimonial-slider .owl-dots button{
  width: 6px;
    height: 6px;
    opacity: 1;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: var(--green);
    border: none;
    padding: 0px;
    cursor: pointer;
    margin-right: 10px;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms;
}

.testimonial-sec .testimonial-slider .owl-dots button.active {
  width: 27px;
}
    
.free-consult {
  padding: 120px 0 115px 0;
}

.free-consult .sub-head { 
  padding: 0px;
}

.free-consult .form {
  margin: 40px 0 0 0;
}

.free-consult .form input[type="tel"],
.free-consult .form input[type="text"],
.free-consult .form input[type=email],
.free-consult .form textarea,
.free-consult .form select {
  width: 100%;
  font-size: 15px;
  color: #767676;
  font-weight: 600;
  border: 0px;
  padding: 13px 24px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  font-family: inherit;
  margin-bottom: 14px;
}

.free-consult .form textarea {
  margin: 16px 0 13px 0;
  resize: none;
  height: 196px;
}

.free-consult .form input[type="text"].error,
.free-consult .form input[type=email].error {
  border-color: var(--red);
}

.free-consult .form .interested-in h6{
  font-size: 15px;
  color: var(--dark);
  font-weight: 600;
  margin: 15px 0;
}


.free-consult .form .cCheckbox {
  background:#fff;
  width:18px;
  height:18px;
  border:1px solid #e1e1e1;
  float:left;
  margin:1px 12px 0 0;
}
 
.free-consult .form .cCheckbox.checked {
  border:1px solid var(--green);
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAn0lEQVQ4T2NkoBAwUqifYUAM0AW6+hEQfwS5nlQXGAH17AHieUBcQqoBMM1ngRr9gfgbKQZg1YxugCBQQBqIr6DFDE7N6AZMBArEALEzEF+AGoJXM7oB3ECBzUCsDzWECRpgKH5GTzfosQAzxBGqEBTi8ADDluiwRSPIkENA/AeIQQaBQxsXwJUOuKAa8GomJRpJdgE+V6PIkZqUMQwGAP4BHhHaNoizAAAAAElFTkSuQmCC) no-repeat 0 0;
  background-size:100%;
}

.free-consult .form label {
  margin: 0px 0px 15px 0;
  cursor: pointer;
  font-size: 15px;
  color: #767676;
  font-weight: 600;
  width: 33%;
}

.free-consult .form label.error {
  display: none!important;
}

.free-consult .form label.full {
  width: 100%;
}


.free-consult .form .primary-btn {
  width: 100%;
  margin-top: 10px;
  padding: 13px;
}

.footer {
  padding: 226px 0 0 0;
  position: relative;
}

.footer:after {
  content: '';
  position: absolute;
  bottom: 0;
  background: url('../images/footer-bg.png') no-repeat center top;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.footer .footer-pre {
  position: relative;
  z-index: 2;
  color: var(--white);
  font-weight: 400;
}

.footer .footer-pre .contact-info {
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: relative;
}


.footer .footer-pre .contact-info li {
  padding: 8px 0 8px 30px;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
}

.footer .footer-pre .contact-info li:first-child {
  padding-top: 0px;
}

.footer .footer-pre .contact-info li:first-child i {
  top: 1px;
  left: 4px;
}

.footer .footer-pre .contact-info li:nth-child(3) i{
  left: 2px;
}

.footer .footer-pre .contact-info li i {
  color: var(--green);
  position: absolute;
  left: 0;
  font-size: 20px;
  top: 11px;
}

.footer .footer-pre .contact-info li a {
  color: var(--white);
}


.footer .footer-pre h3 {
  color: var(--orange);
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  margin: 12px 0 13px 0;
}

.footer .footer-pre ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.footer .footer-pre ul li {
  padding: 5px 0;
  font-size: 16px;
  line-height: 1.4;
}

.footer .footer-pre ul li:first-child {
  padding-top: 0px;
}

.footer .footer-pre ul li a {
  color: var(--white);
}

.footer .footer-pre ul li a:hover {
  color: var(--orange);
}

.footer .footer-pre .social {
  margin-bottom: 19px;
}

.footer .footer-pre .social li a {
  display: inline-block;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background: var(--white);
  font-size: 16px;
  text-align: center;
  line-height: 35px;
  margin-right: 2px;
}

.footer .footer-pre .social li a:hover{
  background: var(--orange);
}

.footer .footer-pre .social li a:hover i{
  color: var(--white);
}

.footer .footer-pre .social li a i {
  color: var(--blue);
}

.footer .footer-pre .payments li a:first-child {
  margin-left: 0px;
}

.footer .footer-pre .payments li a {
  margin: 0 2px;
}

.footer .footer-pre .payments li a:hover {
  color: var(--white);
}

.footer .footer-pre .payments li a i{
  font-size: 30px;
}

.footer .footer-bot {
    position: relative;
    z-index: 2;
    color: var(--white);
    font-weight: 400;
    padding: 21px 15px 21px 15px;
}

.footer .footer-bot hr {
  margin: 4px 0;
  padding: 0px;
  border-top: 1px solid rgba(255,255,255,0.15);
  padding: 0px 0 12px 0;
}

.footer .footer-bot p {
  color: var(--white);
  font-size: 16px;
  margin: 10px 0 0 0;
}

.footer .footer-bot p a {
  color: var(--orange);
  text-decoration: underline;
}

.footer .footer-bot .powered-by figure{
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
}

.inner-banner {
  background: var(--white);
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 927px;
  top: 0;
  z-index: 8;
  padding-top: 200px;
}

.inner-banner .banner-ele {
  z-index: 7;
  padding-top: 39px;
  overflow: hidden;
}

.inner-banner .banner-ele+.banner-ele {
  overflow: visible;
  position: relative;
  height: 475px;
}

.inner-banner .banner-ele figure {
    position: static;
}

.inner-banner .banner-ele figure div {
  visibility: hidden;
  position: absolute;
}

.inner-banner .banner-ele figure div img {
  position: relative;
}

.inner-banner .banner-ele .primary-btn {
  visibility: hidden;
}

   

.inner-banner h4 {
  color: var(--orange);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
  visibility: hidden;
}

.inner-banner h1 {
  color: var(--white);
  font-size: var(--heading-size-h1);
  font-weight: 700;
  margin-bottom: 8px;
  visibility: hidden;
}

.inner-banner p {
  color: var(--white);
  font-size: var(--font-size-base);
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 25px;
  visibility: hidden;
}

.inner-banner h6 {
  font-size: 16px;
  color: var(--white);
  margin: 70px 0 0 0;
  visibility: hidden;
}

.inner-banner h6 a{
  color: var(--orange);
  text-decoration: underline;
}

.inner-banner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: url(../images/branding-banner-bg.jpg);
  height: 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 3;
}



.inner-banner.branding:after {
  background: url(../images/branding-banner-bg.jpg);
}

.inner-banner.web-design-dev:after {
  background: url(../images/web-design-dev-banner-bg.jpg);
}

.inner-banner.web-design-dev .banner-ele {
  padding-top: 0px;
}



.inner-banner.ecommerce:after {
  background: url(../images/ecommerce-banner-bg.jpg);
}


.inner-banner.ecommerce figure {
    top: -75px;
    left: 96px;
}

.inner-banner.motion-graphics:after {
  background: url(../images/motion-graphics-banner-bg.jpg);
}

.inner-banner.motion-graphics .banner-ele {
  padding-top: 0px;
}
    
.inner-banner.motion-graphics figure {
    top: -8px;
    left: -24px;
}

.inner-banner.digital-marketing:after {
  background: url(../images/digital-marketing-banner-bg.jpg);
}

   
.inner-banner.digital-marketing figure {
    top: -47px;
    left: 12px;
}


.inner-banner.marketing-collaterals:after {
  background: url(../images/marketing-collaterals-banner-bg.jpg);
}

.inner-banner.marketing-collaterals .banner-ele {
  padding-top: 0px;
}
   
.inner-banner.marketing-collaterals figure {
    top: -74px;
    left: -25px;
}

.inner-banner.content-development:after {
  background: url(../images/content-dev-banner-bg.jpg);
}

.inner-banner.content-development .banner-ele {
  padding-top: 0px;
}



.inner-banner-content {
  background: var(--blue);
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 567px;
  top: 0;
  z-index: 8;
  padding-top: 175px;
}

.inner-banner-content .banner-ele {
  z-index: 7;
  overflow: hidden;
}

.inner-banner-content h4 {
  color: var(--orange);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
  visibility: hidden;
}

.inner-banner-content h1 {
  color: var(--white);
  font-size: var(--heading-size-h1);
  font-weight: 700;
  margin-bottom: 8px;
  visibility: hidden;
}

.inner-banner-content p {
  color: var(--white);
  font-size: var(--font-size-base);
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 25px;
  visibility: hidden;
}

.inner-banner-content .primary-btn {
  visibility: hidden;
}

.inner-banner-content:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: url(../images/about-us-artwork.png);
  height: 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 3;
}


.srv-info-sec {
  padding: 0;
}

.srv-info-sec p{
  margin-bottom: 25px;
}

.srv-info-sec .srv-info-wrap {
    position: relative;
    z-index: 1;
    height: 0;
    padding-top: 100%;
}

.srv-info-sec .srv-info-wrap:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 10%;
    top: 10%;
    width: 80%;
    height: 80%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #dee1ed;
}

.srv-info-sec .srv-info-wrap .srv-item-ico {
  position: absolute;
  z-index: 1;
  width: 18%;
  height: 18%;
  font-size: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 5px 7px 30px rgba(72,73,121,0.15);
  -moz-box-shadow: 5px 7px 30px rgba(72,73,121,0.15);
  box-shadow: 5px 7px 30px rgba(72,73,121,0.15);
  border: 2px solid #fff;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  transition: all .3s ease-in;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}


.srv-info-sec .srv-info-wrap .srv-item-ico:after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 100%;  
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  transition: all .3s ease-in;
  opacity: 0;
  z-index: -1;
}

.srv-info-sec .srv-info-wrap .srv-item-ico:hover:after,
.srv-info-sec .srv-info-wrap .srv-item-ico.active:after {
  opacity: 1;
  background: #ff5b1f; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ff5b1f 0%, #ffb301 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ff5b1f 0%,#ffb301 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ff5b1f 0%,#ffb301 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5b1f', endColorstr='#ffb301',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.srv-info-sec .srv-info-wrap .srv-item-ico.active i {
  opacity: 0;
}

.srv-info-sec .srv-info-wrap .srv-item-ico.active i+i {
  background: -webkit-linear-gradient(#fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity:  1;
}

.srv-info-sec .srv-info-wrap .srv-item-ico i {
  font-size: 45px;
  background: -webkit-linear-gradient(#ff5b1f, #ffb301);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  transition: all .3s ease-in;  
  position: absolute;  
}

.srv-info-sec .srv-info-wrap .srv-item-ico i {
  opacity: 1;
}

.srv-info-sec .srv-info-wrap .srv-item-ico i+i {
  opacity: 0;
}


.srv-info-sec .srv-info-wrap .ico-one {
  left: 13%;
  top: 13%;
}

.srv-info-sec .srv-info-wrap .ico-two {
  right: 13%;
  top: 13%;
}

.srv-info-sec .srv-info-wrap .ico-three {
  right: 13%;
  bottom: 13%;
}

.srv-info-sec .srv-info-wrap .ico-three-alt {
  right: 0%;
  left: 0%;
  bottom: 3%;
  margin:auto;
}

.srv-info-sec .srv-info-wrap .ico-four {
  left: 13%;
  bottom: 13%;
}

.srv-info-sec .srv-info-wrap .srv-item-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}

.srv-info-sec .srv-info-wrap .srv-item-content.active {
  opacity: 1;
  visibility: visible;
}

.srv-info-sec .srv-info-wrap .srv-item-content h5 {
  font-size: 16px;
  color: var(--orange);
  text-transform: uppercase;
  font-weight: 700;
}

.srv-info-sec .srv-info-wrap .srv-item-content h3 {
  font-size: 24px;
  color: var(--dark);
  font-weight: 700;
}

.srv-info-sec .srv-info-wrap .srv-item-content p {
  font-size: 16px;
  margin: 0px;
}

.services-pg .packages-sec {
  padding: 91px 0 110px 0;
}

.services-pg .packages-sec h2 {
  margin-bottom: 3px;
}

.services-pg .packages-sec .sub-head{
  margin-bottom: 22px; 
}

.services-pg .packages-sec .bx {
  margin: 20px 0;
}

.services-pg .packages-sec .bx .info h5 {
  font-size: 20px;
  border: 0px;
  padding: 0px;
  font-weight: 700;
  color: var(--orange);
  text-transform: capitalize;
}

.services-pg .packages-sec .bx p {
  font-size: 14px;
  color: var(--dark);
  font-weight: 400;
  margin-bottom: 0px;
}

.services-pg .packages-sec .bx p a {
  font-size: 14px;
  color: var(--orange);
  font-weight: 700;
}


.srv-details {
  margin: 48px 0 0 0;
  padding: 88px 0;
}

.srv-details .info-box {
    position: relative;
    z-index: 1;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 30px;
    margin: 8px 0;
}

.srv-details .info-box:hover {
  box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
    background-color: var(--white);
    border-color: transparent;
}

.srv-details .info-box figure {
  max-width: 39px;
}

.srv-details .info-box figure img {
  width: 100%;
}

.srv-details .info-box h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 10px;
}

.srv-details .info-box p {
  font-size: 16px;
  margin-bottom: 0;
}

.srv-details .srv-details-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.srv-details .srv-details-list li {
  font-size: 20px;
  color: var(--dark);
  font-weight: 700;
  width: 33%;
  float: left;
  margin: 15px 0;
  display: inline-block;
  vertical-align: middle;
}

.srv-details .srv-details-list li figure {
  width: 50px;
  float: left;
  margin: -9px 15px 0 0;
}

.srv-details .srv-details-list li figure img {
  width: 100%;
}

.company-logo {
  display: flex;
  padding: 0px;
  margin: 30px 0 0 0;
  list-style: none;
  align-content: center;
  align-items: center;
}

.company-logo li {
  padding: 0 15px;
  width: 20%;
  text-align: center;
}

.company-logo li figure {
  margin: 0px;
  display: inline-block;
}

.clients-sec {
  padding: 0px 0 50px 0;
  text-align: center;
}

.clients-sec hr {
    margin: 0 0 68px 0;
}

.clients-sec .heading-sep {
  height: 1px;
}

.clients-slider {
  margin: 36px 0 15px 0px;
}

.clients-slider .owl-stage{
  display: flex;
    justify-content: center;
    align-items: center;
}

.clients-slider .owl-item {
  float: left;
}

.clients-slider .owl-item figure {
  margin: 0px;
}

.clients-slider .owl-nav,
.clients-slider .owl-dots {
  display: none!important;
}

.about-company {
  padding: 65px 0;
}

.about-company .country-lst {
  margin: 0 0 0 0;
  padding: 0px;
  list-style: none;
}

.about-company .country-lst li {  
  margin: 29px 0;
}

.about-company .meter { 
    height: 20px; 
    position: relative;
    margin: 60px 0 20px 0;
    background: #555;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 10px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    -moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
    box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
}

.about-company .meter > span {
    display: block;
    height: 20px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: var(--green);
    position: relative;
    overflow: hidden;
}


.about-company .progress{
  background: #e7f2ec;
  border-radius: 8px;
  height: 8px;
  overflow: inherit;
}

.about-company .prog-bar {
  margin: 25px 0;
}

.about-company .progress-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
}

.about-company .progress-bar{
  background: var(--green);
  position: relative;
  transition: none;
}

.about-company .progress-title > strong {
  float: right;
  color: var(--green);
  font-weight: 800;
  font-size: 18px;
}

.portfolio-pg .inner-banner-content {
  height: 406px;
  text-align: center;
}

.portfolio-pg .portfolio-sec {
  padding: 40px 0 80px 0;
}

.get-a-quote-pg .inner-banner-content {
  height: 650px;
  text-align: center;
}

.get-a-quote-pg .free-consult {
  padding: 0px;
  position: relative;
}

.get-a-quote-pg .free-consult h3 {
  font-size: 24px;
  font-weight: 600;
}

.get-a-quote-pg .free-consult .container {
  position: relative;
  padding-top: 630px;
}

.get-a-quote-pg .free-consult .cont{
  padding: 60px 0;
  background: var(--white);
  position: absolute;
  top: -275px;
  z-index: 9;
  left: 0;  
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  width: 100%;
}

.get-a-quote-pg .free-consult .form input[type="text"],
.get-a-quote-pg .free-consult .form input[type=email],
.get-a-quote-pg .free-consult .form textarea,
.get-a-quote-pg .free-consult .form select {
  background: #f3f5fe;
}

.get-a-quote-pg .free-consult .form textarea {
  background: #f3f5fe;
}


.get-a-quote-pg .free-consult .form .cCheckbox {
  background: #f3f5fe;
  width:18px;
  height:18px;
  border:1px solid #e1e1e1;
  float:left;
  margin:1px 12px 0 0;
}

.get-a-quote-pg .free-consult .form .cCheckbox.checked {
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAn0lEQVQ4T2NkoBAwUqifYUAM0AW6+hEQfwS5nlQXGAH17AHieUBcQqoBMM1ngRr9gfgbKQZg1YxugCBQQBqIr6DFDE7N6AZMBArEALEzEF+AGoJXM7oB3ECBzUCsDzWECRpgKH5GTzfosQAzxBGqEBTi8ADDluiwRSPIkENA/AeIQQaBQxsXwJUOuKAa8GomJRpJdgE+V6PIkZqUMQwGAP4BHhHaNoizAAAAAElFTkSuQmCC) no-repeat 0 0;
}

.testimonial-pg .inner-banner-content {
  text-align: center;
  height: 300px;
}

.testimonials { 
  background: #f3f5fe;
  padding-bottom: 30px;
}

.testimonials .item { 
  background: var(--white);
  float: left;
  position: relative;
    margin-bottom: 65px;
    transition: all 0.2s ease-in;
}

.testimonials .item:hover {
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    transform: translateY(-10px);
}

.testimonials .item .icon-quote {
  position: absolute;
  bottom: -25px;
  right: 31px;
  width: 86px;
  height: 61px;
  background: url(../images/testimonial-quote.png) no-repeat center top;
}

.testimonials .item .text {
  padding: 35px 30px;
}



.testimonials .item .text .auth-info {
  border-top: 1px solid #e1e1e1;
  padding: 10px 0 0 0;
}

.testimonials .item .text .auth-info h3{ 
  font-size: 22px;
  font-weight: 800;
  color: var(--dark);
}

.testimonials .item .text .auth-info h4 {
  font-size: 18px;
  color: var(--dark);
  font-weight: 400;
  text-transform: uppercase;
}

.testimonials .item .text p {
  line-height: 1.3;
  margin-bottom: 18px;
  overflow: hidden;
}

.testimonial-pg .footer {
  background: #f3f5fe;  
}

.contact-pg .inner-banner-content {
  height: 650px;
}

.contact-pg  .inner-banner-content:after {
  background: url(../images/contact-banner-bg.jpg) center top;
  background-repeat: no-repeat;
}

.contact-pg .inner-banner-content h1 {
  font-size: 36px;
}


.contact-pg .sub-head { 
  padding: 0px;
}

.contact-pg .contact-form .container {
  position: relative;
    padding: 145px 15px;
}

.contact-pg .cont{
  padding: 60px 50px;
  background: var(--white);
  position: absolute;
  top: -300px;
  z-index: 9;
  left: 0;  
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  width: 100%;
}

.contact-pg .form {
  margin: 20px 0 0 0;
  width: 100%;
}

.contact-pg .contact-form h3 {
  font-size: 24px;
  font-weight: 600;
}

.contact-pg .form input[type="text"],
.contact-pg .form input[type=email],
.contact-pg .form textarea,
.contact-pg .form select {
  width: 100%;
  font-size: 15px;
  color: #767676;
  font-weight: 600;
  border: 0px;
  padding: 13px 24px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  font-family: inherit;
  margin-bottom: 14px;
  background: #f3f5fe;
}

.contact-pg .form input[type="text"].error,
.contact-pg .form input[type=email].error {
  border-color: var(--red);
}

.contact-pg .form label { 
  display: none!important; 
}

.contact-pg .form textarea {
  margin: 5px 0 13px 0;
  resize: none;
  height: 196px;
}

.contact-pg .form .interested-in h6{
  font-size: 15px;
  color: var(--dark);
  font-weight: 600;
  margin: 15px 0;
}


.contact-pg .form .cCheckbox {
  background:#fff;
  width:18px;
  height:18px;
  border:1px solid #e1e1e1;
  float:left;
  margin:1px 12px 0 0;
}
 
.contact-pg .form .cCheckbox.checked {
  border:1px solid var(--green);
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAn0lEQVQ4T2NkoBAwUqifYUAM0AW6+hEQfwS5nlQXGAH17AHieUBcQqoBMM1ngRr9gfgbKQZg1YxugCBQQBqIr6DFDE7N6AZMBArEALEzEF+AGoJXM7oB3ECBzUCsDzWECRpgKH5GTzfosQAzxBGqEBTi8ADDluiwRSPIkENA/AeIQQaBQxsXwJUOuKAa8GomJRpJdgE+V6PIkZqUMQwGAP4BHhHaNoizAAAAAElFTkSuQmCC) no-repeat 0 0;
  background-size:100%;
}

.contact-pg .form label {
  margin: 0px 75px 15px 0;
  cursor: pointer;
  font-size: 15px;
  color: #767676;
  font-weight: 600;
}

.contact-pg .form .primary-btn {
  margin-top: 10px;
  padding: 13px;
}

.contact-pg .contact-info-right h3 {
  margin-bottom: 29px;
}

.contact-pg .contact-info-right .contact-info {
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: relative;
}


.contact-pg .contact-info-right .contact-info li {
  padding: 15px 30px;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  color: var(--dark);
}

.contact-pg .contact-info-right .contact-info li:first-child {
  padding-top: 0px;
}

.contact-pg .contact-info-right .contact-info li:first-child i {
  top: 1px;
  left: 4px;
}

.contact-pg .contact-info-right .contact-info li:nth-child(3) i{
  left: 2px;
}

.contact-pg .contact-info-right .contact-info li i {
  color: var(--green);
  position: absolute;
  left: 0;
  font-size: 20px;
  top: 17px;
}

.contact-pg .contact-info-right .contact-info li a {
  color: var(--dark);
}

.contact-pg .contact-info-right .social {
  list-style: none;
  margin: 20px 0 25px 0;
  padding: 0px;
}

.contact-pg .contact-info-right .social li a {
  display: inline-block;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background: #f3f5fe;
  font-size: 16px;
  text-align: center;
  line-height: 35px;
  margin-right: 2px;
}

.contact-pg .contact-info-right .social li a i {
  color: #8795d7;
}

.contact-pg .contact-info-right .payments {
  padding: 0px;
  margin: 0px;
}

.contact-pg .contact-info-right .payments li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.contact-pg .contact-info-right .payments li a:first-child {
  margin-left: 0px;
}

.contact-pg .contact-info-right .payments li a {
  margin: 0 2px;
  color: #8795d7;
}

.contact-pg .contact-info-right .payments li a i{
  font-size: 30px;
}

.simple-content-pg .inner-banner-content {
  height: 300px;
  text-align: center; 
  padding-top: 145px;
}

.content-text h3 {
  font-size: 24px;
  font-weight: 800;
  color: var(--dark);
}

.content-text p {
  font-size: 16px;
  line-height: 1.4;
}

.content-text p a {
  color: var(--orange);
}

.content-text ul li,
.content-text ol li {
  color: var(--green);
  font-size: 16px;
  font-weight: 300;
}

.content-text ul li span,
.content-text ol li span {
  color: var(--light);
}

.main-cont {
    transition: 0.3s all;
}

.main-cont.active {
    position: relative;
    transform: translateX(-79%);
}

.mobile-nav.active {
    right:  0;
}

.header.active {
    transform: translateX(-79%);
}

.mobile-nav {
    height: 100%;
    background: var(--blue);
    display:  none; 
    position: fixed;
    width: 80%;
    top: 0px;
    bottom: 0px;
    right: -80%;
    z-index: 999;
    padding: 20px 0;
    transition: 0.3s all;
  }

  .mobile-nav li {
    margin: 0 15px;
      padding: 1px 0;
      font-size: 16px;
      color: var(--white);
      font-weight: 700;
      position: relative;
  }


  .mobile-nav .sub-menu { 
    padding: 0px 10px;
    display: none;
    list-style: none;
   }

  .mobile-nav .sub-menu li {
    margin: 0px;
  }

  .mobile-nav li a {
    color: var(--white);
  } 

  .mobile-nav .btn-inline li {
    padding: 0px; 
  }

  .mobile-nav .btn-inline .btn {
      color: #fff;
      border-radius: 5px;
      padding: 9px 15px;
      font-size: 16px;
      font-weight: 700;
      background: var(--dark);
      width: 171px;
      text-align: center;
      transition: all 0.3s ease-in;
  }

  .mobile-nav .btn-inline .btn:hover {
    transform: translateY(-5px);
  }

  .mobile-nav .btn-inline .green-btn {
    background: var(--green);
  }

  .mobile-nav .btn-inline .orange-btn {
    background: var(--orange);
    margin: 10px 0 0 0;
  }


.overlay {
  background: rgba(0,0,0,0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99998;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
}  

.order-form {
  position: fixed;
  width: 90%;
  max-width: 700px;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 99999;
  display: none;
  align-items: center;
}

.order-form .close-icon {
position: absolute;
    top: 40px;
    color: var(--green);
    font-size: 32px;
    z-index: 99999;
    cursor: pointer;
    right: 20px;
}

.order-form .free-consult {
  position: relative;
  width: 100%;
  z-index: 999999;
  padding: 35px;
  background: var(--white);  
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);

}

.order-form .free-consult .form textarea {
  height: 100px;
  margin-top: 0px;
}

.order-form .free-consult .pkg-dt {
  margin-top: 25px;
  margin-bottom: 25px; 
}

.order-form .free-consult .pkg-dt .pkg-price{
  font-weight: 800;
}

.grecaptcha-badge {
    width: 256px;
    height: 60px;
    box-shadow: grey 0px 0px 5px;
    position: fixed;
    left: -187px;
    bottom: 20px;
    transition: all 0.3s ease-in;
}

.grecaptcha-badge:hover {
    left: 0px;
    z-index: 999;
}

/* Safari 7.1+ */

_::-webkit-full-page-media, _:future, :root .get-a-quote-pg .free-consult .form select {

  color: #a7a7a7; 
  background: #f3f5fe; 
  -webkit-appearance: none;

}

@media not all and (min-resolution:.001dpcm) { @media
{
    .get-a-quote-pg .free-consult .form select { 

        color: #a7a7a7; 
        background: #f3f5fe;
        -webkit-appearance: none;

    }
}}


/* Safari 6.1-10.0 (10.1 is the latest version of Safari at this time) */

@media screen and (min-color-index:0) 
and(-webkit-min-device-pixel-ratio:0) { @media
{
    .get-a-quote-pg .free-consult .form select { 

        color: #a7a7a7; 
        background: #f3f5fe;
        -webkit-appearance: none;

    }
}}

/* Animations */

@-webkit-keyframes service_hexagon_1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes service_hexagon_1 {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes service_hexagon_1 {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes service_hexagon_1 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes service_hexagon_2 {
  0% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg); } }

@-moz-keyframes service_hexagon_2 {
  0% {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -moz-transform: rotate(540deg);
    transform: rotate(540deg); } }

@-o-keyframes service_hexagon_2 {
  0% {
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -o-transform: rotate(540deg);
    transform: rotate(540deg); } }

@keyframes service_hexagon_2 {
  0% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); } }

@-webkit-keyframes moveupdown {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}
@keyframes moveupdown {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-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) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}


@media only screen and (max-width: 767px) {
  :root {
    --heading-size-h1: 36px;
    --heading-size-h2: 28px;
    --font-size-base: 16px;
  }

  h2 br, 
  p br {
    display: none;
  }

  img {
    max-width: 100%;
  } 

  .primary-btn {
    min-width: inherit;
  }

  .sub-head {
    padding: 0px;
  }

  .header .navbar-nav .nav-item .nav-link {
    color: var(--dark);
  }

  .header .navbar-nav .nav-item {
    margin: 0px;
  }

  .header .navbar .btn-inline .navbar-nav li{
    width: 49%;
    display: inline-block;
  }

  .header .btn-inline .btn {
    width: 100%;
  }

  .header .navbar .btn-inline .navbar-nav {
    display: block;
  }

  .header .btn-inline .orange-btn {
    margin: 0px;
  }

  .header .navbar-nav .sub-menu {
    position: static;
    display: none;
    opacity: 1;
    -webkit-box-shadow: 0px 0px 0px rgba(72, 73, 121, 0.15);
        -moz-box-shadow: 0px 0px 0px rgba(72, 73, 121, 0.15);
        box-shadow: 0px 0px 0px rgba(72, 73, 121, 0.15);
        padding: 0px;
  }

  .header .navbar-nav .nav-item:hover .sub-menu {
    display: block;
  }

  .mobile-nav {
    display: block; 
  }

  .header .navbar-brand {
    margin: 0px;
  }

  .main-banner {
    background: var(--blue);
    height: inherit;
      padding-top: 107px;
  }

  .main-banner:after {
    display: none;
  }

  .main-banner h1 { 
      visibility: visible;
  }

  .main-banner p {
      visibility: visible;
  }

  .main-banner .primary-btn{
      visibility: visible;
  }

  .main-banner .banner-ele {
    padding-bottom: 23px;
  }

  .main-banner .banner-ele.banner-img {
    display: none;
  }

  .move-down {
    display: none;
  }

  .ele-img-lft {
    direction: ltr;
  }

  .company-info {
    padding: 38px 0;
  }

  .company-info .col {
    flex-basis: inherit;
    border: 0px;
    padding: 20px 0;
  }

  .packages-sec .bx {
    margin-top: 34px;
  }

  .packages-sec .col-sm-4:first-child .bx {
    margin-top: 0px;
  }

  .suitable-package .quote-vector:before,
  .suitable-package .quote-form:after {
    display: none;
  }

  .suitable-package .quote-form {
    float: none;
    margin: 30px auto 0 auto;
  }

  .portfolio-sec .portfolio .grid .element-item {
    width: 49%;
  }

  .portfolio-sec .portfolio .portfolio-button-group {
    margin-bottom: 40px;
  }

  .portfolio-sec .portfolio .portfolio-button-group .button {
      display: inline-block;
      width: 48%;
      margin: 10px 0;
      vertical-align: middle;
  }

  .testimonial-sec {
    padding: 60px 0;
    height: auto;
  }

  .testimonial-sec .testimonail-col {
    margin-top: 50px;
    position: static;
    padding:0 15px 60px 15px;
  }

  .testimonial-sec .testimonial-slider .owl-item {
    width: 320px!important;
  }

  .free-consult,
  .portfolio-sec,
  .packages-sec,
  .info-sec {
    padding: 60px 0;
  }

  .free-consult .form label {
    width: 49%;
  }

  .footer {
    padding: 60px 0 30px 0;
    background: var(--blue)!important;
  }

  .footer:after {
    display: none;
  }

  .footer-bot .text-right {
    padding-top: 10px;
    text-align: left!important;
  }

  .srv-sec .bx {
    padding: 32px 15px;
  }

  .suitable-package {
    text-align: center; 
  }

  .inner-banner-content {
      height: auto!important;
      padding: 106px 0 23px 0;
  }

  .inner-banner-content h4 {
    visibility: visible;
  }

  .inner-banner-content h1 {
    visibility: visible;
  }

  .inner-banner-content p {
    visibility: visible;
  }

  .inner-banner-content .primary-btn {
    visibility: visible;
  }

  .info-sec .who-we-are-list li {
    width: 100%;
  }

  .contact-pg .inner-banner-content:after {
    background-position: center -138px;
  }

  .contact-pg .cont {
    position: static;
    padding: 25px;
  }

  .contact-pg .contact-form .container {
      padding: 0px 15px;
  }

  .contact-pg .contact-info-right {
    padding-top: 25px;
  }

  .get-a-quote-pg .free-consult {
      padding: 60px 0px;
  }

  .get-a-quote-pg .free-consult .cont {
    position: static;
    padding: 25px;
  }

  .get-a-quote-pg .free-consult .container {
    padding: 0px 15px;
  }

  .inner-banner h4 {
    visibility: visible;
  }

  .inner-banner h1 {
    visibility: visible;
  }

  .inner-banner p {
    visibility: visible;
  }

  .inner-banner h6 {
    visibility: visible;
  }

  .inner-banner {
    background: var(--blue);
    height: inherit;
      padding-top: 107px;
  }

  .inner-banner .banner-ele {
    padding-bottom: 23px;
  }

  .inner-banner .banner-ele+.banner-ele {
    display: none;
  }

  .inner-banner h4 {
    visibility: visible;
  }

  .inner-banner h1 {
    visibility: visible;
  }

  .inner-banner p {
    visibility: visible;
  }

  .inner-banner h6 {
    visibility: visible;
  }

  .srv-info-sec {
    padding: 70px 0 0 0;
  }

  .srv-info-sec .plpx-70 {
    padding-left: 15px!important;
    display: none;
  }

  .services-pg .packages-sec .bx p br {
    display: block;
  }

  .company-logo {
    display: none;
  }

  .srv-details .srv-details-list li {
    width: 50%;
  }

  .grecaptcha-badge {
     display: none!important;
  }

}

@media only screen and (max-width: 550px) {

  .free-consult .form label {
    width: 100%;
  }

  .srv-details .srv-details-list li {
    width: 100%;
  }

}


@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .grecaptcha-badge {
     display: none!important;
  }

  .mobile-nav {
    display: block; 
  }

  h2 br, 
  p br {
    display: none;
  }

  img {
    max-width: 100%;
  }

  .main-banner {
    background: var(--blue);
    height: inherit;
      padding-top: 107px;
  }

  .main-banner:after {
    display: none;
  }

  .main-banner h1 { 
      visibility: visible;
  }

  .main-banner p {
      visibility: visible;
  }

  .main-banner .primary-btn{
      visibility: visible;
  }

  .main-banner .banner-ele {
    padding-bottom: 23px;
  }

  .main-banner .banner-ele.banner-img {
    display: none;
  }

  .move-down {
    display: none;
  }

  .ele-img-lft img {
    max-width:  inherit;  
  }

  .btn-text {
    margin-left: 10px;
  }

  .packages-sec .bx {
        padding: 30px 10px;
  }

  .packages-sec .bx .info h3 {
    font-size:  18px;
  }

  .packages-sec .bx .info h4 {
    font-size:  54px;
  }

  .packages-sec .bx .info h4 small {
      font-size: 25px;
      left: -15px;
      top: -21px;
  }

  .packages-sec .bx .info h4 sup {
      font-size: 25px;
      top: -18px;
      left: 13px;
  }

  .packages-sec .bx .detail ul li {
    padding: 23px 20px 0 20px;  
  }

  .suitable-package .quote-form {
    margin: 0px;
  }

  .suitable-package .quote-vector:before,
  .suitable-package .quote-form:after {
    display: none;
  }

  .portfolio-sec .portfolio .grid .element-item {
    width: 48%;
  }

  .testimonial-sec {
    padding: 160px 0px;   
  }

  .testimonial-sec .testimonail-col {
    top: -5px;
  }

  .free-consult .form label {
    width: 49%;
  }

  .footer {
    padding: 60px 0 30px 0;
    background: var(--blue)!important;
  }

  .footer:after {
    display: none;
  }

  .inner-banner-content {
      height: auto!important;
      padding: 106px 0 23px 0;
  }

  .inner-banner-content h4 {
    visibility: visible;
  }

  .inner-banner-content h1 {
    visibility: visible;
  }

  .inner-banner-content p {
    visibility: visible;
  }

  .inner-banner-content .primary-btn {
    visibility: visible;
  }

  .info-sec .who-we-are-list li {
    width: 50%;
  }

  .contact-pg .inner-banner-content:after {
    background-position: center -138px;
  }

  .contact-pg .cont {
    position: static;
    padding: 25px;
  }

  .contact-pg .contact-form .container {
      padding: 0px 15px;
  }

  .get-a-quote-pg .free-consult {
      padding: 60px 0px;
  }

  .get-a-quote-pg .free-consult .cont {
    position: static;
    padding: 25px;
  }

  .get-a-quote-pg .free-consult .container {
    padding: 0px 15px;
  }

  .srv-info-sec .plpx-70 {
    padding-left: 15px!important;
  }

  .srv-info-sec .srv-info-wrap:before {
      width: 100%;
      height: 100%;
      left: 0;
  }

  .srv-info-sec .srv-info-wrap .srv-item-content {
      top: 41px;
      width: 100%;
      height: 100%;
      padding: 17%;
  }

  .srv-info-sec .srv-info-wrap .srv-item-ico {
    width: 25%;
    height: 25%;
  }

  .srv-info-sec .srv-info-wrap .ico-one {
      left: 3%;
      top: 12%;
  }

  .srv-info-sec .srv-info-wrap .ico-two {
      right: 3%;
      top: 12%;
  }

  .srv-info-sec .srv-info-wrap .ico-three {
      right: 3%;
      bottom: -4%;
  }

  .srv-info-sec .srv-info-wrap .ico-four {
      left: 0;
      bottom: -4%;
  }

  .srv-info-sec .srv-info-wrap .ico-three-alt {
    bottom: -21%;
  }

  .inner-banner {
      height: auto!important;
      padding: 106px 0 23px 0;
  }

  .inner-banner h4 {
    visibility: visible;
  }

  .inner-banner h1 {
    visibility: visible;
  }

  .inner-banner p {
    visibility: visible;
  }

  .inner-banner .primary-btn {
    visibility: visible;
  }

  .inner-banner .banner-ele+.banner-ele {
    display: none;
  }

  .inner-banner h6 {
    visibility: visible;
  }

  .inner-banner .banner-ele {
      flex: 100%;
      max-width: 100%;
  }

  .srv-info-sec {
    padding: 90px 0;
  }

  .services-pg .packages-sec {
    padding-top: 0px;
  }

  .services-pg .packages-sec .bx p br {
    display: block;
  }

  .services-pg .packages-sec .bx .info h5 {
    padding: 0 20px;
  }

  .srv-details {
    margin-bottom: 90px;
  }

  .srv-details .srv-details-list li {
    width: 50%;
  }
}


@media only screen and (min-width: 1024px) and (max-width: 1170px) { 
  .header .btn-inline .btn {
      width: 132px;
      padding: 9px;
      font-size: 14px;
      font-weight: 400;
  }

  .header .navbar .mr-auto {
      margin-left: auto!important;
        margin-right: 5px!important;
  }

  .header .navbar-nav .nav-item {
    margin: 0 12px;
  }

  .header .navbar-brand {
    margin: 0px 10px 0 0;
  }

  .main-banner {
      height: 710px;
  }

  .main-banner h1 {
      font-size: 34px;
  }

  .main-banner p {
      font-size: 15px;
  }

  .main-banner .banner-ele figure {
      top: -135px;
      left: -211px;
      transform: scale(0.7);
  }

  .main-banner:after {
      -webkit-background-size: 130% 100%;
      -moz-background-size: 130% 100%;
      -o-background-size: 130% 100%;
      background-size: 130% 100%;
      background-position-x: 64%;
  }

  .packages-sec .bx {
        padding: 30px 10px;
  }

  .packages-sec .bx .info h3 {
    font-size:  18px;
  }

  .packages-sec .bx .info h4 {
    font-size:  54px;
  }

  .packages-sec .bx .info h4 small {
      font-size: 25px;
      left: -15px;
      top: -21px;
  }

  .packages-sec .bx .info h4 sup {
      font-size: 25px;
      top: -18px;
      left: 13px;
  }

  .packages-sec .bx .detail ul li {
    padding: 23px 20px 0 20px;  
  }

  .free-consult .form label {
    width: 49%;
  }

  .footer {
      padding: 155px 0 0 0;
  }

  .footer:after {
      -webkit-background-size: 160% 100%;
        -moz-background-size: 160% 100%;
        -o-background-size: 160% 100%;
        background-size: 160% 100%;
  }

  .contact-pg .inner-banner-content:after {
    background-position: center -138px;
  }

  .contact-pg .cont {
    position: static;
    padding: 25px;
  }

  .contact-pg .contact-form .container {
      padding: 0px 15px;
  }

  .get-a-quote-pg .inner-banner-content { height: auto; }

  .get-a-quote-pg .free-consult {
      padding: 60px 0px;
  }

  .get-a-quote-pg .free-consult .cont {
    position: static;
    padding: 25px;
  }

  .get-a-quote-pg .free-consult .container {
    padding: 0px 15px;
  }

  .inner-banner.web-design-dev .banner-ele+.banner-ele {
      transform: scale(0.8);
  }

  .hidetab {
    display: none;
  }

  .company-logo li img {
    max-width: 100%;
  }

  .inner-banner.ecommerce .banner-ele+.banner-ele {
      transform: scale(0.8);
      top: -28px;
  }

  .inner-banner.motion-graphics figure {
      transform: scale(0.8);
  }

  .inner-banner.digital-marketing .banner-ele+.banner-ele {
    transform: scale(0.8);
  }

  .inner-banner.content-development .banner-ele+.banner-ele {
      transform: scale(0.8);
  }

  .inner-banner.marketing-collaterals .banner-ele+.banner-ele {
    transform: scale(0.7);
      margin-top: -54px;
  }
}

.tab-custom .tabs{display: none;}
.tab-custom .tabs.current{display: block;}
.tab-custom .tabbing-links{
    text-align: center;
}
.tab-custom .tabbing-links li{
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--dark);
  background: none;
  border: none;
  transition: all 0.1s ease-in;
  cursor: pointer;
  padding: 4px 10px;
  border-radius: 5px;
  margin: 0 2px;
  display: inline-block;
  }
.tab-custom .tabbing-links li.current{background: var(--green);
    color: var(--white);}
.tab-custom .tabbing-links li:hover{background: var(--green);
    color: var(--white);}


.tab-custom .tabs .packages-sec{padding: 30px 0 0;}

.pckpg .tab-custom{background: #f3f5fe;}
.powered-by figure{}
.powered-by figure img{
    width: 120px;
}


.landing-page .footer .footer-pre .contact-info li {display: inline-block; padding: 8px 10px 8px 30px;}
.landing-page .srv-details {margin: 0 0 0 0;}
.landing-page .services-pg .packages-sec {padding: 0 0 80px 0; }
.landing-page .srv-details {margin: 0 0 0 0; padding: 80px 0 50px 0; }
.landing-page .free-consult {padding: 80px 0 80px 0; }
.landing-page .footer:after {background-size: cover;height: 350px;}
.landing-page .footer {padding: 130px 0 0 0;}
.landing-page .footer .footer-pre .contact-info li:first-child i {top: 10px;}
.landing-page .footer .footer-pre h3 {margin: 35px 0 13px 0;}
.landing-page .portfolio-sec {    padding: 30px 0;}
.landing-page {}
.bstseller {position: relative; overflow: hidden; }
.bstseller:after{    content: "BEST SELLER"; color: #fff; font-size: 12px; font-weight: bold; vertical-align: middle; padding: 7px 10px; text-indent: -15px; display: block; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); height: 35px; width: 180px; background-color: red; position: absolute; border: 2px solid #b70000; box-shadow: 2px 1px 7px -1px #b70000; right: -55px;
  top: 30px;}
.portfolio-sec .portfolio img {width: 100%;}
.wrp {position: relative; overflow: hidden; margin: 0 0 25px 0;}

.landing-page .nopadlp{padding-bottom: 0;padding-top:20px;}
.landing-page .nopadlp .tab-custom .tabs .packages-sec{}



/*floating strips css start */
.floatbutton.active{left: -50px;z-index: 9;-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;}
.floatbutton{-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;position: fixed;left: -420px;top: 12%;font-size: 0;width: 420px;/* transform: translateY(-50%); */z-index: 9;}
.floatbutton .clickbutton{
    width: 50px;
    z-index: 99;
    left: 420px;
    height: 200px;
    cursor: pointer;
    box-shadow: 20px 0px 18px -7px rgba(71, 20, 121, 0.42);
    border-radius: 0 10px 10px 0px;
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    margin-top: 125px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    background: #320f4f;
    background: -moz-linear-gradient(left, #ea018e 0%, #9b2c92 100%);
    background: linear-gradient(to right, #461478 0%,#2d1048 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea018e', endColorstr='#9b2c92',GradientType=1 );
    font-family: 'Poppins', sans-serif;
    }
.floatbutton .clickbutton .crossplus:before{content: ""; display:none;position: absolute;width: 20px;height: 2px;right: 0;background: #fbb334;z-index: 99;top: 0;left: 0;bottom: 0;margin: auto;}
.floatbutton .clickbutton .crossplus:after{content: ""; display:none;position: absolute;width: 2px;height: 20px;right: 0;background: #fab334;z-index: 99;top: 0;left: 0;bottom: 0;margin: auto;}
.floatbutton .clickbutton .crossplus{position: absolute;
    display: block;
    transform: rotate(-90deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    left: -60px;
    white-space: pre;
    bottom: 87px;}

.floatbutton .clickbutton .crossplus i {font-size: 18px;color: #4c31ff;margin: 17px 0 0 15px;}
.banner-form{background: #fff;padding: 30px;position: relative;z-index: 9;border-radius: 0px 5px 5px 0px;margin: 0;width: 370px;display: inline-block;box-shadow: 0px 0px 30px #0000001f;}
.banform{}
.ban-form{width:100%;}
.ban-form input{width: 100%;margin: 0 0 0 0;border: 1px solid #e5e5e5;background: white;padding: 10px 15px;color:#000;font-size: 14px;border-radius: 3px;height: 50px;font-weight: 400;outline: none !important;margin: 0 0 15px 0;}
.banner-form .intl-tel-input{width: 100%;}
.banner-form h3 {color: #333;font-size: 24px;margin-bottom: 20px;}
.ban-form input[type="submit"]{color: #fff;font-weight: 600;background: #41c17b;border-radius: 3px;text-align: center;padding: 10px 15px;margin: 20px 0 0;border: transparent;}
.ban-form textarea{width: 100%;border: 1px solid #e5e5e5;background: white;padding: 10px 15px;color: gray;font-size: 14px;border-radius: 3px;font-weight: 400;height: 120px;outline: none !important;margin: 0px 0 15px 0;}
.ban-form input[type="text"], .ban-form input[type=email], .ban-form .field textarea {color: #000;}

.btns_wrap{position:fixed;right: -6px;}
.btns_wrap a:hover{text-decoration: none!important;right: 0px;}
.btns_wrap .call_wrap{width: 280px;position: absolute;right: -225px;background: #fff;top: 60px;border-radius: 50px 0px 0px 50px;overflow: hidden;box-shadow: 0px 0px 40px #00000026 !important;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}

.btns_wrap .call_wrap span{color: #333;font-size: 20px;vertical-align: middle;background: #fff;padding: 15px 20px 15px 15px;}
.btns_wrap .chat_wrap{display: block;position: absolute;right: -225px;width: 280px;background: #fff;top: 0;border-radius: 0px;overflow: hidden;box-shadow: 0px 0px 40px #00000026 !important;
-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;border-radius: 50px 0px 0px 50px;}
.btns_wrap .chat_wrap span.icoo,
.btns_wrap .call_wrap span.icoo{color: #4d34fb;background: #fff;font-size: 18px;padding: 15px 20px;border-right: 1px solid #ded9d9;vertical-align: middle;
display: inline-block;border-radius: 50px 0px 0px 50px;}
.btns_wrap .chat_wrap span{color: #333;font-size: 20px;vertical-align: middle;background: #fff;padding: 15px 30px 15px 15px;}
/*floating strips css end */

