:root {
    --white: #fff;
    --green: #41c17b;
    --orange: #252d5d;
    --gray: #f4f6fd;
    --dark: #252525;
    --light: #7f7f7f;
    --blue: #0f176f;
    --d-blue: #0f1770;
    --heading-size-h1: 39px;
    --heading-size-h2: 36px;
    --font-size-base: 18px;
}

.spacer {
    padding: 30px;
}

@font-face {
    font-family: 'ico-get-set-go';
    src: url('../fonts/fonts-ico-get-set-go.html');
    src: url('../fonts/fonts-ico-get-set-go.html#iefix') format('embedded-opentype'), url('../fonts/fonts-ico-get-set-go-2.html') format('truetype'), url('../fonts/fonts-ico-get-set-go-3.html') format('woff'), url('../fonts/fonts-ico-get-set-go-4.html') 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;
}

.digital-marketing1 {
    background: var(--white);
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 360px !important;
    top: 0;
    z-index: 8;
    padding-top: 160px;
}

.inner-banner .digital-marketing1:after {
    background: url(../images/new-banners-digital-marketing-banner-bg.png);
    background-repeat: no-repeat !important;
    height: 350px;
    top: 0;
    position: absolute;
}

.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";
}

.icon-w-mbldev-1:before {
    content: " ";
    display: block;
    height: 45px;
    width: 45px;
    background-image: url(../images/images-app-development.png);
}

.icon-w-mbldev-2:before {
    content: " ";
    display: block;
    height: 45px;
    width: 45px;
    background-image: url(../images/images-ui-ux-design.png);
}

.icon-w-mbldev-3:before {
    content: " ";
    display: block;
    height: 45px;
    width: 45px;
    background-image: url(../images/images-testing.png);
}

.icon-w-mbldev-4:before {
    content: " ";
    display: block;
    height: 45px;
    width: 45px;
    background-image: url(../images/images-strategy.png);
}

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: #c82030;
    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: #c82030;
    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;
}
.bark {
    width: 60px !important;
    height: 66px !important;
    margin-top: 0px !important;
    margin-bottom: -20px !important;
    padding-left: -40 !important;
    margin-left: -44px !important;
}
.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: linear-gradient(180deg, #262e60, #151b3d);
    color: #ffffff;
    /* -webkit-box-shadow: 0px 0px 27px 1px rgb(65 193 123 / 55%); */
    -moz-box-shadow: 0px 0px 27px 1px rgba(65, 193, 123, 0.55);
    /* box-shadow: 0px 0px 27px 1px rgb(255 255 255 / 55%); */
}

.primary-btn.orange-btn {
    background: #c82030;
    -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: #fff;
    font-weight: 700;
    margin-left: 30px;
}

.btn-text:hover {
    color: #fff;
}

/* Header */
.header {
    position: fixed;
    z-index: 10;
    padding: 15px 0 15px;
    width: 100%;
    top: 0;
    transition: all 0.3s ease;
    /*background-color: #fff;*/
}

.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;
}

/*test*/
.header.fixed1 {
    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.fixed1 .navbar-brand img {
    display: none;
}

.header.fixed1 .navbar-brand img+img {
    display: block;
    width: 80px !important;
    /* padding-top: 10px; */
}

.header.fixed1 .navbar-nav .nav-item .nav-link {
    color: var(--dark);
}

/*test*/
.header .navbar-brand img {
    /*display: none;*/
    padding-top: 10px !important;
}

.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: -20px 0px 10px 0;
    padding-right: 0;
}

.navbar-brand img {
    width: 100%;
    max-width: 149px;
}

.header .navbar-nav .nav-item:first-child {
    margin-left: 0px;
}

.header .navbar-nav .nav-item {
    margin: 0 12px;
    position: relative;
}

.header .navbar-nav .nav-item .nav-link {
    padding: 15px 0;
    font-size: 15px;
    /*color: var(--dark);*/
    font-weight: 700;
    color: #fff;
}

.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: #c82030;
}

.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: #c82030;
}

.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: #c82030;
}

.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: #c82030;
}

.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);*/
    background: #fff;
    color: #262e60;
}

.header .btn-inline .orange-btn {
    /*background: #c82030;*/
    margin-left: 10px;
    background: linear-gradient(180deg, #ffc83e, #ef9b2d);
    color: #252f67;
}

.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: #c82030;
    color: var(--white);
}

/* Banner */
.Breadcrumbs.about {
    padding-top: 100px;
    position: relative;
    background-image: linear-gradient(to right, #0f176f, #0f176f);
}

.Breadcrumbs.portfolio {
    background-image: linear-gradient(to right, #0f176f, #0f176f);
}

.Breadcrumbs.testimonial {
    background-image: linear-gradient(to right, #0f176f, #0f176f);
}

.Breadcrumbs.contactus {
    background-image: linear-gradient(to right, #0f176f, #0f176f);
}

.Breadcrumbs.graphicdesign {
    background-image: linear-gradient(to right, #6413ae, #6413ae);
}

.Breadcrumbs.webdesign {
    background-image: linear-gradient(to right, #2d1046, #3e106a);
}

.Breadcrumbs.eecommerce {
    background-image: linear-gradient(to right, #0b2190, #0b2190);
}

.Breadcrumbs.motions {
    background-image: linear-gradient(to right, #331f9a, #ac4d55);
}

.Breadcrumbs.digital {
    background-image: linear-gradient(to right, #0a208f, #0a208f);
}

.Breadcrumbs.contents {
    background-image: linear-gradient(to right, #2f2f49, #41405f);
}

.Breadcrumbs {
    padding-top: 100px;
    position: relative;
    background-image: linear-gradient(to right, #004393, #004fae);
}

.Breadcrumbs ul {
    padding: 0px;
}

.Breadcrumbs li {
    list-style: none;
    color: #262e60;
    display: inline-block;
}

.Breadcrumbs a {
    color: #fff;
}

.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: #c82030;
    font-size: 18px;
    font-weight: 700;
    /*text-transform: uppercase;*/
    margin-bottom: 6px;
    /* visibility: hidden; */
    z-index: 9999;
    text-align: center;
}

.main-banner h4 a {
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
}

/*.main-banner h1 {
  color: var(--white);
  font-size: var(--heading-size-h1);
  font-weight: 700;
  margin-bottom: 8px;
  visibility: hidden;
}*/
.main-banner h1 {
    color: #ffffff;
    font-size: var(--heading-size-h1);
    /* visibility: hidden; */
    text-align: center;
    font-weight: 900;
    font-size: 70px;
    /* background: -webkit-linear-gradient(
45deg
,#290a62 , #681e79); */
    /* -webkit-background-clip: text; */
    font-family: 'Nunito Sans';
    margin-bottom: 20px;
    /* -webkit-text-fill-color: transparent; */
}

/*.main-banner p {
  color: var(--white);
  font-size: var(--font-size-base);
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 25px;
  visibility: hidden;
  text-align: center;
}*/
.main-banner p {
    color: var(--white);
    font-size: var(--font-size-base);
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 25px;
    visibility: hidden;
    text-align: center;
    font-size: 21px;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 30px;
    margin-top: 24px;
}

/*.main-banner .primary-btn{
  visibility: hidden;
}*/
.main-banner .primary-btn {
    visibility: hidden;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 40%;
}

/*.main-banner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 83px;
  width: 100%;
  background: url(../images/new-banners-home-banner-bg.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;
}*/
.main-banner:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 83px;
    width: 100%;
    background: url(../images/ROUND.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;
}

/*home banner*/
section.banner h1 {
    font-size: 45px;
    font-weight: 600;
    margin: 35px 0 20px 0
}

section.banner ul.yel-list li {
    font-size: 18px;
    margin-bottom: 7px;
    font-weight: 600;
    width: 41%;
    display: inline-block
}

section.banner ul.yel-list {
    margin-top: 20px;
    margin-bottom: 30px
}

.banner-form form {
    width: 92%;
    background: #fff;
    color: #000;
    position: relative;
    box-shadow: #0000003b 0 11px 92px;
    float: right;
    border-radius: 15px;
    z-index: 4;
    margin-top: 43px;
    text-align: left;
    padding: 20px 20px 20px
}

.banner-form h2 {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 77px;
    position: relative;
    background: #1d38c6;
    width: 128%;
    margin-left: -40px;
    margin-top: -30px;
    text-align: center;
    margin-bottom: 20px
}

.banner-form h2 sup {
    display: inline-block;
    top: -6px;
    left: 4px
}

.banner-form h2 sub {
    display: inline-block;
    font-size: 17px;
    position: absolute;
    left: 193px;
    top: inherit;
    bottom: 44px
}

.banner-form h2 span {
    display: inline-block;
    color: #f6cf0b;
    font-size: 17px;
    font-style: italic;
    width: 100px;
    padding-left: 54px;
    text-align: left;
    margin-top: -6px
}

.banner-form input,
.banner-form select {
    width: 97%;
    padding: 7px 17px;
    margin-bottom: 10px;
    outline: 0;
    background: #f4f4f4;
    font-size: 12px;
    color: #464646;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    height: 43px;
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid #ebe5e5;
    color: #a79e9e
}

.banner-form textarea {
    min-height: 80px;
    width: 100%;
    padding: 10px 17px;
    margin-bottom: 10px;
    outline: 0;
    font-size: 13px;
    line-height: normal;
    color: #000;
    font-weight: 500;
    border-radius: 10px;
    border: 1px solid #ebe5e5;
    font-family: Poppins, sans-serif;
    background: #f4f4f4
}

.banner-form input[type=submit] {
    border: none;
    box-shadow: none;
    padding: 10px 40px;
    margin-top: 0;
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0;
    outline: 0;
    letter-spacing: 1px;
    font-size: 14px;
    width: auto;
    margin: 0 auto !important;
    display: block !important;
    color: #fff;
    font-weight: 500;
    background: #000;
    border-radius: 100px;
    float: left
}

section.banner {
    text-align: center;
    background: url(../images/banner-img.webp);
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    background-size: cover;
    text-align: left;
    font-family: Poppins, sans-serif !important;
    padding-top: 110px;
    padding-bottom: 90px;
    background-size: cover;
    background-position: center top
}

section.banner a+a span {
    color: #f6cb3a;
    font-weight: 700;
    padding-right: 4px
}

section.sponsor-slider {
    margin-top: -120px
}

section.newserv {
    padding: 27px 0
}

section.newserv li {
    padding: 28px 30px;
    background: #3d59e8;
    padding-left: 100px;
    position: relative;
    font-size: 13px;
    color: #fff;
    width: 25%;
    margin: -2px 0 0 0;
    padding-right: 20px;
    float: left;
    text-transform: uppercase;
    font-size: 12px;
    min-height: 110px
}

section.newserv li+li {
    background: #fab04d
}

section.newserv li+li+li {
    background: #fe7e00
}

section.newserv li+li+li+li {
    background: #08c482
}

section.newserv li i img {
    display: inline-block;
    width: auto;
    position: absolute;
    left: 20px;
    vertical-align: middle;
    max-width: 50px !important;
    top: 27px
}

section.newserv li+li+li i img {
    top: 17px;
    max-width: 43px !important
}

section.newserv li+li i img {
    top: `
}

section.newserv li+li+li+li i img {
    top: 30px;
    max-width: 47px !important
}

section.newserv ul {
    width: 100%
}

section.exp {
    padding: 30px 0;
    font-family: Poppins, sans-serif;
    box-shadow: #adaaaa33 0 0 8px
}

section.exp h2 {
    font-size: 16px;
    color: #343434;
    font-weight: 600;
    margin: 0;
    margin-top: 10px
}

section.exp h2 span {
    font-size: 18px;
    display: block;
    font-weight: 300
}

section.exp ul li {
    display: inline-block;
    padding: 0 30px;
    text-align: center;
    font-size: 11px;
    color: #555;
    font-weight: 400;
    font-size: 14px
}

section.exp ul li b {
    display: block;
    font-size: 21px;
    color: #17629b
}

section.exp ul {
    margin: 0
}

section.exp ul li+li b {
    color: #5e258b
}

section.exp ul li+li+li b {
    color: #468c13
}

section.exp ul li+li+li+li b {
    color: #135e9b
}

section.exp ul li+li+li+li+li b {
    color: #d02e64
}

.time_circles {
    position: relative;
    width: 100%;
    height: 100%
}

.time_circles>div {
    position: absolute;
    text-align: center
}

.time_circles>div>h4 {
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Century Gothic', Arial
}

.time_circles>div>span {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Century Gothic', Arial;
    font-size: 300%;
    margin-top: .4em;
    font-weight: 700
}

div#CountDownTimer {
    width: 300px;
    text-shadow: #000 1px 1px 2px;
    color: #fff;
    margin-top: 0
}

section.banner h3 span {
    display: block;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: uppercase
}

.banner-form:before {
    content: "" position: absolute;
    top: 30px;
    left: 40px;
    width: 394px;
    height: 467px;
    background: #ffae01;
    border-radius: 15px;
    z-index: 0
}

.banner-form {
    position: relative;
    width: 92%;
    float: left
}

section.barstats {
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 24px 0;
    margin-top: -20px;
    width: 98%;
    margin: -30px auto
}

section.barstats ul {
    position: relative;
    vertical-align: middle
}

section.barstats ul li {
    display: inline-block;
    position: relative;
    padding-left: 70px;
    vertical-align: middle;
    margin: 0 25px
}

section.barstats ul li i {
    position: absolute;
    left: 0;
    top: -6px;
    vertical-align: middle
}

a.btnpink {
    display: inline-block;
    margin: 30px 0 0;
    border-radius: 100px;
    border: 1px solid #252f67;
    margin-right: 20px;
    display: inline-block;
    color: #fff;
    position: relative;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    padding: 11px 40px;
    font-size: 18px;
    background: #000
}

section.packages h3 {
    text-align: center;
    margin: 10px 0 20px;
    font-size: 21px;
    color: #636363;
    font-weight: 400
}

section.packages h2:before {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 48%;
    width: 128px;
    height: 7px;
    background: #fec84a;
    margin-left: -59px;
    z-index: -1;
    display: none
}

.titlebox {
    color: #fff;
    background: #252222;
    padding: 20px 20px 50px;
    border-radius: 14px;
    position: relative;
    top: -10px;
    background: #000
}

.titlebox h4 {
    display: inline-block;
    width: 51%;
    float: left;
    margin-right: 20px;
    margin: 7px 11px 0 0;
    font-size: 18px;
    font-weight: 600;
    text-align: left
}

section.packages .titlebox h4+p {
    width: auto;
    text-align: left;
    margin-left: 20px;
    margin: inherit;
    color: #fff;
    font-size: 12px;
    line-height: 16px
}

section.packages [class^=col-md-4]>div.pkgbox ul li:before {
    content: "\f00c";
    color: #20d829;
    font-size: 15px;
    top: 1px
}

a.vm-btn {
    display: inline-block;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-left: -20px;
    width: 100%;
    position: relative;
    padding-top: 30px
}

a.vm-btn:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 1px;
    background: #ddd
}

.clear {
    clear: both
}

section.helpingbrand {
    padding: 50px 0;
    text-align: center;
    font-family: Poppins, sans-serif;
    color: #232323
}

section.helpingbrand h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px
}

section.helpingbrand p {
    font-size: 14px;
    color: #232323;
    padding: 0 100px;
    font-weight: 400;
    line-height: 23px
}

section.helpingbrand ul li {
    display: inline-block;
    padding: 0 20px;
    width: 19.3%;
    font-size: 15px;
    font-weight: 700
}

section.helpingbrand ul li i {
    display: block;
    margin-bottom: 20px
}

section.helpingbrand ul {
    margin-top: 30px
}

section.numbers {
    padding: 50px 0;
    font-family: Poppins, sans-serif;
    color: #6e6e6e;
    background: #fff;
    text-align: left;
    font-size: 14px
}

section.numbers h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left;
    color: #190e2e
}

section.numbers h2+p {
    font-size: 14px;
    color: #232323;
    padding: 0 100px;
    font-weight: 400;
    line-height: 23px
}

section.numbers ul li {
    display: inline-block;
    background: #fff;
    width: 357px;
    padding: 30px;
    margin: 0 10px;
    position: relative;
    font-size: 14px;
    line-height: 23px;
    color: #848484;
    border-radius: 10px;
    padding-bottom: 40px;
    box-shadow: #9c9c9c85 0 0 20px
}

section.numbers ul {
    margin: 30px 0 0
}

section.numbers ul li h3 {
    font-size: 18px;
    color: #190e2e;
    font-weight: 700;
    margin: 0;
    text-align: left
}

section.numbers ul li h4 {
    color: #9b9b9b;
    font-size: 12px;
    margin: 0;
    display: none
}

section.numbers ul li p {
    min-height: auto;
    font-size: 13px;
    color: #848484;
    font-style: italic;
    line-height: 25px;
    margin-bottom: 30px
}

section.numbers ul li+li img.aut-img {
    bottom: 22px
}

section.numbers ul li+li+li img.aut-img {
    bottom: -30px
}

section.sponsorcta {
    padding: 30px 0
}

section.cform-section {
    background: #180545;
    background-size: cover;
    padding: 65px 0 52px;
    color: #fff;
    text-align: center
}

section.cform-section form ul li {
    display: inline-block;
    width: 31.3%;
    margin: 0 4px
}

section.cform-section form {
    width: 80%;
    margin: 0 auto;
    font-family: Poppins, sans-serif
}

section.cform-section form ul li input {
    padding: 10px 20px;
    width: 100%;
    border-radius: 50px;
    border: none;
    background: 0 0;
    border: 2px solid #5d6183;
    outline: 0
}

section.cform-section form ul li.full-li {
    width: 100%
}

section.cform-section form ul li textarea {
    padding: 10px 12px;
    width: 96%;
    border-radius: 20px;
    border: none;
    background: 0 0;
    border: 2px solid #5d6183;
    min-height: 130px;
    margin-top: 17px;
    outline: 0
}

section.cform-section form ul li input[type=submit] {
    border: none;
    box-shadow: none;
    color: #fff !important;
    padding: 10px 40px;
    margin-top: 20px;
    border-radius: 5px;
    font-weight: 700;
    color: #0b0f33;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 17px;
    background: #d22a43;
    background: -moz-linear-gradient(left, #d22a43 0, #f0760a 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #d22a43), color-stop(100%, #f0760a));
    background: -webkit-linear-gradient(left, #d22a43 0, #f0760a 100%);
    background: -o-linear-gradient(left, #d22a43 0, #f0760a 100%);
    background: -ms-linear-gradient(left, #d22a43 0, #f0760a 100%);
    background: linear-gradient(to right, #d22a43 0, #f0760a 100%)
}

::placeholder {
    color: #a79e9e
}

section.cform-section form ul li input::-webkit-input-placeholder,
section.cform-section form ul li textarea::-webkit-input-placeholder {
    color: #fff;
    font-size: 11px;
    font-weight: 500
}

section.cform-section h2 {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    z-index: 1;
    margin: 0;
    margin-bottom: 30px
}

section.cform-section h2+p {
    padding: 0 130px;
    margin-bottom: 20px
}

section.banner h1 strong {
    color: #fec84a;
    top: -4px;
    position: relative
}

/* Content */
.content {
    padding: 90px 0;
}

.info-sec {
    padding: 50px 0 50px 0;
    overflow: hidden;
    /* background: #a80722; */
    color: #333;
}

.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;
    height: 450px;
}

.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: #c82030;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.srv-sec .bx:hover {
    background: url(../images/bg1.png);
    transition: all 0.5s;
    color: #fff !important;
    box-shadow: 10px 10px 10px #262e6075;
    transform: scale(1.05);
    background-repeat: no-repeat;
    background-size: cover;
}

.srv-sec .bx:hover h4,
.srv-sec .bx:hover p,
.srv-sec .bx:hover a {
    color: #fff;
    transition: all 1s;
}

.srv-sec .bx:hover a {
    background: #000;
    padding: 8px 20px;
}

.srv-sec .icon-wrapper {
    position: relative;
    z-index: 1;
    width: 130px;
    height: 130px;
    font-size: 35px;
    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/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: #c82030;
    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.5s;
}

.packages-sec .bx:hover {
    transform: scale(1.05) !important;
}

.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 #c82030;
    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);*/
    color: #133f50;
    font-weight: 800;
    position: relative;
}

.packages-sec .bx .info h4 sup {
    font-weight: 700;
    font-size: 34px;
    top: -23px;
    left: 13px;
    color: #133f50;
}

.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: -6px 0px 20px 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;
    overflow-y: scroll !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 ul li.heading {
    font-weight: 700;
}

.packages-sec .bx .detail .slimScrollBar {
    /*background: transparent !important;*/
    background: #133f50 !important;
}

.packages-sec .bx .detail ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.packages-sec .bx .detail ul::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.packages-sec .bx .detail ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #72217c;
}

.packages-sec .bx .primary-btn {
    padding: 13px 15px;
}

.packages-sec .bx .primary-btn:hover {
    transform: translateY(0);
}

.packages-sec .bx .see-all {
    color: #c82030;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.packages-sec .bx .detail ul.noscroll {
    height: 300px !important;
}

.packages-sec .bx .detail ul.noscroll li {
    width: 30%;
    float: left;
    padding: 0;
    line-height: 20px;
    position: relative;
    margin-left: 33px;
    padding-bottom: 15px;
}

.packages-sec .bx .detail ul.noscroll li:before {
    color: #6c1f7a;
    position: absolute;
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    left: -25px;
}

.tabs {
    display: none;
}

.tabs.current {
    display: flex;
}

.motion-packages {
    width: 100%;
}

.tbslist {}

.tbslist li {
    display: inline-block;
}

.tbslist li a {
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--dark);
    border: none;
    transition: all 0.1s ease-in;
    cursor: pointer;
    padding: 4px 10px;
    border-radius: 5px;
    margin: 0 2px;
}

.tbslist li a.current {
    background: var(--green);
    color: var(--white);
}

.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: #26306a;
}

.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/images-suitable-package-vectorpond.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/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="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;
}

.packages-sec.main-packages-sec {
    padding: 0px 0 0px 0;
}

.packages-sec.main-packages-sec .bx .info h5 {
    font-size: 20px;
    border: 0px;
    padding: 0px;
    font-weight: 700;
    color: #c82030;
    text-transform: capitalize;
}

.packages-sec.main-packages-sec .bx {
    margin: 20px 0;
}

.grid.main-packages-sec-wrapper {
    height: auto;
    overflow: unset;
    margin: 0px 0 80px 0;
}

.portfolio-sec.main-packages-sec-wrapper .portfolio .portfolio-button-group {
    margin: 34px 0 0px 0;
}

.packages-sec.main-packages-sec .bx p {
    font-size: 14px;
    color: var(--dark);
    font-weight: 400;
    margin-bottom: 0px;
}

/*================EXIT-POPUP-START===================*/
.intl-tel-input.separate-dial-code .selected-dial-code {
    font-size: 14px;
}

.main-heading {
    font-weight: bold;
    color: #141515;
    font-size: 38px;
    margin: 0;
}

.ys-layer {
    display: none;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.ys-container {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .75);
    z-index: 9999;
}

.ys-container.visible,
.ys-layer.visible {
    display: block;
}

.ys-box {
    background-color: #f5f5f5;
    width: 0;
    height: 0;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px 10px 20px 20px;
    transition: height .2s ease-in-out;
}

.ys-popup-close {
    position: absolute;
    color: #000;
    text-align: center;
    font-size: 17px;
    text-decoration: none;
    display: block;
    right: 20px;
    top: 20px;
    font-weight: 700;
}

.ys-container.finished .ys-popup-close {
    width: 40px;
    height: 40px;
    text-indent: 0;
}

.ys-popup-content {
    display: none;
}

.ys-container.finished .ys-popup-content {
    display: block;
}

.ys-popup-close:hover {
    text-decoration: none;
    color: #f00;
}

.ys-box {
    height: 425px;
    width: 1000px !important;
    padding: 32px 50px;
    background: #fff;
    border-radius: 10px 10px 10px 10px;
    position: relative;
}

.ys-box:before {
    content: "";
    position: absolute;
    background-image: url(../images/popup_images-left_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 25%;
    height: 425px;
    left: 0;
    top: 0;
    border-radius: 10px 0px 0px 10px;
}

.ys-box .mainbann {
    border-radius: 20px 20px 0 0;
    width: 100%;
}

.popupform h4 {
    color: #566060;
    font-size: 20px;
    padding: 0px 0 15px 0;
    margin: 0;
    font-weight: bold;
}

.popupform h4 span {
    color: #41c17b;
}

.popupform p {
    color: #727272;
    font-size: 15px;
    padding: 0px;
}

.popupform form p {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}

.popupform form p span {
    color: #0c71f4;
}

p.small {
    font-size: 14px;
    color: #000;
    text-align: center;
    display: block;
}

.popupform form {
    font-size: 0;
}

.popupform form .fldst {
    margin: 0px;
    display: block;
    width: 100%;
}

.popupform form .fldst .intl-tel-input {
    width: 100%;
    margin-bottom: 15px;
}

.popupform form .fldst.btnattach button {
    outline: none;
    position: relative;
    bottom: 0;
    border: 0;
    display: block;
    right: 0;
    background-color: #41c17b;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
}

.number_text {
    padding: 80px 0 0 0;
}

.number_text .lst-p {
    padding: 15px 0px 0 0;
    margin: 0;
    font-weight: bold;
    color: #566060;
    font-size: 13px;
}

.number_text p a {
    color: #fc5230;
    font-weight: bolder;
    display: block;
    font-size: 26px;
}

.number_text p a:hover {
    text-decoration: none;
}

.popupform form input,
.popupform form textarea {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #cbcbcb;
    background: white;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 5px;
    height: 50px;
    font-weight: 400;
    outline: none !important;
    margin: 0 0 15px 0;
    color: #535353;
}

.intl-tel-input .country-list .country,
.intl-tel-input .country-list .country-name {
    font-size: 14px;
}

.popupform .btn::after {
    border-radius: 10px !important;
}

.fldst.popup_textarea_field textarea {
    height: 80px;
    resize: none;
}

/*================EXIT-POPUP-END===================*/
.portfolio-sec {
    padding: 120px 0;
    overflow: hidden;
    height: 600px;
}

.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: 18px;
    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: #f4a832;
    color: #252f67;
}

.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;
    /*display: block !important;*/
}

.portfolio-sec .portfolio .grid .element-item figure {
    margin: 0px;
}

.portfolio-sec .portfolio .grid .element-item figure img {
    max-width: 100%;
    border-radius: 8px;
    transition: all 0.3s ease;
    max-height: 172px;
    width: 268px;
}

.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 .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;
    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: #262e60;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.heading-new {
    text-align: center !important;
    font-size: 13px;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

.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: #26306a;
}

.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/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="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(../images/tick.png) 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;
}

/*=========================================popup======================================================*/
.mypopup-wrap.active {
    position: fixed;
    top: 0px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.mypopup-wrap {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 800px;
    height: 600px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    right: 0px;
    top: -20000px;
    bottom: 0px;
    margin: auto;
    z-index: 99999;
    overflow: hidden;
}

.mypopup-wrap .mypopup {
    border-radius: 10px;
    font-size: 0px;
    background: #fff;
}

.mypopup-wrap .mypopup .left {
    width: 50%;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    background: #386163;
    vertical-align: middle;
}

.mypopup-wrap .mypopup .left figure {
    border-radius: 10px 0px 0px 10px;
    overflow: hidden;
}

.mypopup-wrap .mypopup .left figure img {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
}

.mypopup-wrap .mypopup .right {
    width: 50%;
    padding: 19px 20px;
    vertical-align: top;
    display: inline-block;
    vertical-align: middle;
}

.mypopup-wrap .mypopup .right .closebutton {
    position: absolute;
    width: 20px;
    height: 20px;
    /*float: right;*/
    cursor: pointer;
    transform: rotate(45deg);
    right: 20px;
    top: 20px;
}

.mypopup-wrap .mypopup .right .closebutton:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 1px;
    top: 0;
    background: #000;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
}

.mypopup-wrap .mypopup .right .closebutton:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 20px;
    top: 0;
    left: 0;
    background: #000;
    display: block;
    bottom: 0;
    margin: auto;
}

.mypopup-wrap .mypopup .right .mypopup-innerwrap {
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

.mypopup-wrap .mypopup .right .mypopup-innerwrap h3 {
    font-size: 26px;
    line-height: 1;
}

.mypopup-wrap .mypopup .right .mypopup-innerwrap h3 span {
    font-size: 38px;
    display: block;
    font-weight: 900;
    color: #edad0d;
    margin-top: 5px;
    margin-bottom: 10px;
}

.mypopup-innerwrap .form_wrap {
    padding: 20px 15px;
}

.mypopup-innerwrap .form_wrap .hero_form {}

.mypopup-innerwrap .form_wrap .hero_form form {}

.mypopup-innerwrap .form_wrap .hero_form .form-control {
    border-radius: 10px;
    border: 1px solid #b9b8b8;
}

.mypopup-innerwrap .form_wrap .hero_form .form-control:focus {
    border: 1px solid #5d03db;
}

.mypopup-innerwrap .form_wrap .hero_form textarea.form-control {
    color: #000;
}

.mypopup-innerwrap .form_wrap #quoteForm textarea.form-control {
    min-height: 85px;
}

.mypopup-innerwrap .form_wrap .hero_form #quoteSubmit {
    border-radius: 10px;
    min-width: 100%;
}

.mypopup-innerwrap .form_wrap .hero_form .col-md-6 {
    width: 100%;
}

.mypopup-innerwrap .form_wrap .hero_form .col-sm-6 {
    width: 100%;
}

.hero_form .field-mergedleft {
    padding-left: 15px;
}

.hero_form .field-mergedright {
    padding-right: 15px;
}

.mypopup-innerwrap .form_wrap .hero_form .margin-bottom-20 {
    margin-bottom: 10px;
}

.submit:hover {
    background-color: #1f1f1f;
}

.form_wrap .analyzeform form input[type="submit"] {
    width: 100%;
    margin: 0px;
    text-align: center;
    margin-top: 10px;
    border-radius: 4px;
}

.submit {
    border: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 2;
    padding: 5px 51px;
    outline: none;
    cursor: pointer;
    transition: background-color .3s;
    border-radius: 5px;
    background: #000000;
}

/*=========================================popup======================================================*/
/*=========================================egg-popup======================================================*/
.eggoffer.show {
    position: fixed;
    bottom: 8px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.eggoffer {
    width: 150px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    bottom: 10px;
    left: 8px;
    z-index: 999;
    overflow: hidden;
}

.eggoffer .top {
    position: relative;
    z-index: -1;
}

.eggoffer .top figure {
    text-align: center;
}

.eggoffer .top figure img {
    opacity: 1;
}

.eggoffer .bottom {
    cursor: pointer;
    padding: 16px 5px;
    border-radius: 5px;
    background: #16a07d;
}

.mypopup-wrap .mypopup .right .mypopup-innerwrap h3:before,
.eggoffer .bottom h3:before {
    display: none;
}

.eggoffer .bottom h3 {
    font-size: 14px;
    margin: 0;
    color: #fff;
}

.eggoffer .bottom span {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    width: 100%;
    padding-top: 6px;
    line-height: 1;
    display: inline-block;
    text-align: center;
    text-shadow: 0 2px 2px #666;
}

.form_wrap .analyzeform form .dtf {
    width: 100%;
}

.form_wrap .analyzeform form input[type="submit"] {
    width: 100%;
    margin: 0px;
    text-align: center;
    margin-top: 10px;
    border-radius: 4px;
}

.form_wrap .analyzeform form .wrap {
    padding-left: 0px;
}

.form_wrap .analyzeform {
    margin: 0px;
}

.eggoffer .broken {
    display: none;
}

.eggoffer .unbroken {
    display: block;
}

.mypopup-wrap .easter {
    display: none !important;
}

.overlay-bg.vis {
    display: block !important;
}

.analyzeform form input[type="text"],
.analyzeform form input[type="email"],
.analyzeform form input[type="number"],
.analyzeform form input[type="tel"],
.analyzeform form textarea {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 13px 15px;
    color: gray;
    font-size: 13px;
    /* border-radius: 5px; */
    height: 50px;
    font-weight: 400;
    outline: none !important;
    margin-bottom: 10px;
}

/*=========================================egg-popup======================================================*/
/*data upload*/
/*==============floating strips css start============== */
.floatbutton.active {
    right: 0;
    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;
    right: -370px;
    top: 18%;
    font-size: 0;
    width: 420px;
    /* transform: translateY(-50%); */
    z-index: 999;
}

.floatbutton .clickbutton {
    width: 50px;
    z-index: 999;
    height: 200px;
    cursor: pointer;
    box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, 0.09);
    border-radius: 3px 0px 0px 3px;
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    margin-top: 125px;
    color: #252f67;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0px 0px 40px #00000026;
    -webkit-box-shadow: 0px 0px 40px #00000026;
    -ms-box-shadow: 0px 0px 40px #00000026;
    -o-box-shadow: 0px 0px 40px #00000026;
    background: linear-gradient(180deg, #ffc83e, #ef9b2d);
}

.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: -54px;
    white-space: pre;
    bottom: 87px;
}

.floatbutton .clickbutton .crossplus.rotate {
    transform: rotate(45deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floatbutton .clickbutton .crossplus i {
    font-size: 18px;
    color: #ffffff;
    margin: 17px 0 0 15px;
}

.banner-form {
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 99999 !important;
    border-radius: 5px;
    margin: 0;
    width: 370px;
    display: inline-block;
    box-shadow: 0px 0px 30px #0000001f;
}

.ban-form input {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 10px 15px;
    color: gray;
    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: #141315;
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 700;
}

.banner-form h3 strong {
    font: 24px/24px "Poppins", sans-serif;
    font-weight: 600;
}

.ban-form input[type="submit"] {
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    text-align: center;
    padding: 10px 15px;
    margin: 20px 0 0;
    border: transparent;
    cursor: pointer;
    background: #262e60;
}

.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 0px 0;
    resize: none;
}

.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;
    top: 63px;
    border-radius: 3px 0px 0px 3px;
    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;
    z-index: 9999;
    background: linear-gradient(180deg, #ffc83e, #ef9b2d);
}

.btns_wrap .call_wrap span {
    color: #252f67;
    font-size: 20px;
    vertical-align: middle;
    /* background: #000; */
    padding: 15px 20px 15px 15px;
}

.btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -225px;
    width: 280px;
    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: 3px 0px 0px 3px;
    z-index: 9999;
    background: linear-gradient(180deg, #ffc83e, #ef9b2d);
}

.btns_wrap .chat_wrap span.icoo,
.btns_wrap .call_wrap span.icoo {
    color: #252f67;
    font-size: 18px;
    padding: 15px 20px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 10px 0px 0px 10px;
}

.btns_wrap .chat_wrap span {
    color: #252f67;
    font-size: 20px;
    vertical-align: middle;
    /* background: #000; */
    padding: 15px 30px 15px 15px;
}

.ban-form .fldset.inpchecbx label {
    display: inline-block;
    margin: 0;
    line-height: 1.4;
    color: #676767;
    font-size: 13px;
}

.ban-form .fldset.inpchecbx input {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
}

.fldset.inpchecbx {
    margin: 10px 0 0 0;
}

.fldset p {
    font-size: 13px;
    color: #676767;
    padding: 0;
    margin: 10px 0 0 0;
}

.fldset p a {
    display: block;
    padding: 5px 0px 0 0;
    color: #141315;
    font-weight: 500;
    font-size: 14px;
}

.main-services-banner-sec .ban-form .fldset textarea {
    height: 60px;
}

.main-services-banner-sec .ban-form input {
    height: 40px
}

/*===================floating strips css end =================*/
.whatsapp {
    width: 50px;
    height: 51px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 24px;
    position: fixed;
    bottom: 100px;
    left: 20px;
    z-index: 9999;
    box-shadow: 6px 9px 30px 1px rgba(37, 0, 22, 0.71);
    padding: 10px 0;
    animation: scrollDownAnimation .5s ease infinite alternate;
    -webkit-animation: scrollDownAnimation .5s ease infinite alternate;
    background: #00e676;
    background: -moz-linear-gradient(left, #ea018e 0%, #9b2c92 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea018e', endColorstr='#9b2c92', GradientType=1);
}

.callusnow {
    width: 50px;
    height: 50px;
    color: #ffffff;
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 20px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    box-shadow: 6px 9px 30px 1px rgba(37, 0, 22, 0.71);
    padding: 10px 0px 10px 0;
    animation: scrollDownAnimation .5s ease infinite alternate;
    -webkit-animation: scrollDownAnimation .5s ease infinite alternate;
    background: #262e60;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59bad3', endColorstr='#9b2c92', GradientType=1);
    border: solid 3px #ffffff;
}

.callusnow:hover,
.whatsapp:hover {
    color: #ffffff;
}

@keyframes scrollDownAnimation {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-10px);
    }
}

@-webkit-keyframes scrollDownAnimation {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-10px);
    }
}

@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(1, 201, 226, 0.3), 0 0 0 10px rgba(1, 201, 226, 0.3), 0 0 0 20px rgba(1, 201, 226, 0.3), 0 0 0 30px rgba(1, 201, 226, 0.3);
    }

    100% {
        box-shadow: 0 0 0 1em rgba(1, 201, 226, 0.3), 0 0 0 20px rgba(1, 201, 226, 0.3), 0 0 0 30px rgba(1, 201, 226, 0.3), 0 0 0 50px rgba(1, 201, 226, 0);
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(201, 205, 206, 0.3), 0 0 0 10px rgba(232, 238, 239, 0.3), 0 0 0 20px rgba(219, 224, 224, 0.3), 0 0 0 30px rgba(197, 199, 199, 0.3);
    }

    100% {
        box-shadow: 0 0 0 1em rgba(207, 219, 220, 0.3), 0 0 0 20px rgba(167, 174, 175, 0.3), 0 0 0 30px rgba(187, 194, 195, 0.3), 0 0 0 50px rgba(1, 201, 226, 0);
    }
}

.footer {
    padding: 226px 0 0 0;
    position: relative;
}

.footer .col-md-4 a img {
    width: 230px;
    height: 220px;
    margin-bottom: 30px;
    margin-top: -150px;
}

.footer:after {
    content: '';
    position: absolute;
    bottom: 0;
    background: url('../images/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;
    /* margin-top: -12px; */
}

.footer .footer-pre .contact-info li {
    padding: 8px 0 8px 30px;
    font-size: 16px;
    line-height: 1.4;
    position: relative;
    display: inline-block;
}

.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: #fff;
    position: absolute;
    left: 0;
    font-size: 20px;
    top: 11px;
}

.footer .footer-pre .contact-info li a {
    color: var(--white);
}

.footer .footer-pre h3 {
    color: #fff;
    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: #c82030;
}

.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: #c82030;
}

.footer .footer-pre .social li a:hover i {
    color: var(--white);
}

.footer .footer-pre .social li a i {
    color: #26306a;
}

.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: #fff;
    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: 765px;
    top: 0;
    z-index: 8;
    padding-top: 160px;
}

.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: #ffffff;
    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: #181f44;
    margin: 70px 0 0 0;
    visibility: hidden;
}

.inner-banner h6 a {
    color: #000000;
    text-decoration: underline;
}

.inner-banner:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: url(../images/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: 1;
}

.inner-banner.logodesign:after {
    background: url(../images/new-banners-logo-design-banner-bg.png);
    background-repeat: no-repeat !important;
}

.inner-banner.branding:after {
    background: url(../images/new-banners-graphics-design-banner-bg.png);
    background-repeat: no-repeat !important;
}

.inner-banner.web-design-dev:after {
    background: url(../images/new-banners-website-design-development-banner-bg.png);
    background-repeat: no-repeat !important;
}

.inner-banner.mobile-app-dev:after {
    background: url(../images/images-mobile-app-banner-bg.png);
    background-repeat: no-repeat !important;
}

.inner-banner.web-design-dev .banner-ele {
    padding-top: 0px;
}

.inner-banner.ecommerce:after {
    background: url(../images/new-banners-ecommerce-development-banner-bg.png);
    background-repeat: no-repeat !important;
}

.inner-banner.ecommerce figure {
    top: -75px;
    left: 96px;
}

.inner-banner.motion-graphics:after {
    background: url(../images/new-banners-motion-graphics-banner-bg.png);
    background-repeat: no-repeat !important;
}

.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/new-banners-digital-marketing-banner-bg.png);
    background-repeat: no-repeat !important;
}

.inner-banner.digital-marketing figure {
    top: -47px;
    left: 12px;
}

.inner-banner.marketing-collaterals:after {
    background: url(../images/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/new-banners-content-development-banner-bg.png);
    background-repeat: no-repeat !important;
}

.inner-banner.content-development .banner-ele {
    padding-top: 0px;
}

.inner-banner-content {
    background: #26306a;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    z-index: 8;
    padding-top: 150px;
    padding-bottom: 50px;
}

.inner-banner-content .banner-ele {
    z-index: 7;
    overflow: hidden;
}

.inner-banner-content h4 {
    color: #c82030;
    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/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.icon-w-mbldev-1 {
    opacity: 1;
}

.srv-info-sec .srv-info-wrap .srv-item-ico:hover .icon-w-mbldev-1:before {
    background-image: url(../images/images-app-development-white.png);
}

.srv-info-sec .srv-info-wrap .srv-item-ico.active i.icon-w-mbldev-2 {
    opacity: 1;
}

.srv-info-sec .srv-info-wrap .srv-item-ico:hover .icon-w-mbldev-2:before {
    background-image: url(../images/images-ui-ux-design-white.png);
}

.srv-info-sec .srv-info-wrap .srv-item-ico.active i.icon-w-mbldev-3 {
    opacity: 1;
}

.srv-info-sec .srv-info-wrap .srv-item-ico:hover .icon-w-mbldev-3:before {
    background-image: url(../images/images-testing-white.png);
}

.srv-info-sec .srv-info-wrap .srv-item-ico.active i.icon-w-mbldev-4 {
    opacity: 1;
}

.srv-info-sec .srv-info-wrap .srv-item-ico:hover .icon-w-mbldev-4:before {
    background-image: url(../images/images-strategy-white.png);
}

.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: #c82030;
    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;
    font-size: 37px;
    margin: 0 auto;
    width: 70%;
    padding-top: 20px;
}

.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: #c82030;
    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: #c82030;
    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: 340px;
}

.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/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/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;
}

form#contact-form input {
    width: 100% !important;
    padding: 10px 10px;
    margin-bottom: 8px;
    border: 1px solid #eee;
    border-radius: 10px;
}

form#contact-form textarea {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px 10px;
    margin-bottom: 11px;
}

form#contact-form input[type="submit"] {
    padding: 18px !important;
}

ul.contact-info li {
    list-style: none;
    line-height: 24px;
    padding-bottom: 11px;
    display: inherit;
    font-size: 16px;
}

ul.contact-info {
    /* margin: 0; */
    padding: 0;
    margin-top: 20px;
}

ul.contact-info li i {
    left: -10px;
    font-size: 16px;
    color: #262e60;
    padding-right: 10px;
}

.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%;
}

.banner-ele h5 {
    color: #fff;
}

.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: #c82030;
}

.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;
}

.aboutpage div#main-nav,
.portfoliopage div#main-nav,
.packagespage div#main-nav,
.contactpage div#main-nav,
.logopage div#main-nav,
.webpage div#main-nav,
.ecommpage div#main-nav,
.brandpage div#main-nav,
.motionpage div#main-nav {
    left: 100%;
}

.header.active {
    transform: translateX(-79%);
}

.mobile-nav {
    height: 100%;
    background: #26306a;
    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: #c82030;
    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;
    right: 0;
    top: -43px;
    color: var(--green);
    font-size: 32px;
    z-index: 99999;
    cursor: pointer;
}

.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;
}

.lets-talk-sec {
    padding: 80px 0;
}

.lets-talk-sec h5 {
    font-size: 40px;
    color: #f3702d;
    font-weight: 700;
}

.lets-talk-sec p {
    color: #000;
    font-family: inherit;
    font-size: 19px;
}

.lets-talk-sec form#payment-form {}

.lets-talk-sec form#payment-form .pay-field {
    margin-bottom: 15px;
}

.lets-talk-sec form#payment-form .pay-field input {
    padding: 22px 17px !important;
}

.lets-talk-sec form#payment-form .pay-field select {
    height: 45px;
    color: #6c77a3;
}

.lets-talk-sec form#payment-form button.btn-form.btn-orders {
    border: 0;
    background: #f26423;
    color: #fff;
    padding: 12px 50px;
    font-size: 20px !important;
    border-radius: 10px;
    transition: all 0.5s;
}

.lets-talk-sec form#payment-form button.btn-form.btn-orders:hover {
    background: linear-gradient(45deg, #220860, #72217c);
    box-shadow: 1px 4px 10px #2d0c64;
}

@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: #26306a;
        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.main-packages-sec .bx {
        margin: 20px 15px;
    }

    .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: 30px 0;
        height: auto;
    }

    .free-consult .form label {
        width: 49%;
    }

    .footer {
        padding: 140px 0 30px 0;
        background: #26306a !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: 20px 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: #26306a;
        height: inherit;
        padding-top: 60px;
        padding-bottom: 50px;
        margin-bottom: 30px;
    }

    .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.motion-graphics .banner-ele {
        padding-top: 60px;
    }

    .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: #26306a;
        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: #26306a !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%;
    }

    .heading-new {
        text-align: center !important;
        font-size: 13px;
        color: #000;
        font-style: italic;
        font-weight: bold;
    }

    .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;
    }
}

.footer-pre figure {}

.footer-pre figure img {
    width: 160px;
    display: none;
}

.inner-banner ul.bnrli {
    padding: 0;
    margin: 0 0 20px 0;
}

.inner-banner ul.bnrli li {
    list-style: none;
    position: relative;
    font-size: 18px;
    color: #fff;
    padding: 0 0 2px 0px;
    font-weight: 500;
}

.inner-banner ul.bnrli li i {
    padding: 0 10px 0 0;
    color: #ff8212;
}

.contact-info.new-icon {}

.contact-info.new-icon li {
    display: inline-block;
}

.contact-info.new-icon a {}

@media(max-width: 736px) {
    .floatbutton {
        display: none;
    }
}

@media(max-width: 600px) {
    .inner-banner-content .banner-ele {
        z-index: 7;
        overflow: hidden;
        padding-top: 80px;
    }

    .ys-box:before
}

@media screen and (max-width: 768px) {

    .ys-container.visible,
    .ys-layer.visible {
        display: none !important;
    }

    .ys-box:before {
        display: none;
    }

    .ys-box {
        width: 750px !important;
    }

    .number_text {
        padding: 55px 0 0 0;
    }

    .main-heading {
        font-size: 34px;
    }
}

@media screen and (max-width: 480px) {
    .ys-box {
        width: 400px !important;
        height: auto;
        padding: 20px 30px;
        top: 54%;
    }

    .number_text {
        padding: 0px 0 0 0;
    }

    .main-heading {
        font-size: 26px;
    }
}

.dmca {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 320px) {
    .ys-box {
        width: 340px !important;
    }

    .popupform h4 {
        font-size: 18px;
    }

    .main-heading {
        font-size: 18px;
    }

    .ys-box {
        padding: 20px 15px;
    }

    .popupform form input,
    .popupform form textarea {
        width: 94%;
    }

    .number_text p a {
        font-size: 16px !important;
    }

    .number_text .lst-p {
        padding: 0px 0px 0 0;
    }
}

@media screen and (max-width: 360px) {
    .ys-box {
        width: 380px !important;
        padding: 20px 40px;
    }
}

/*test*/
img.oky-img {
    width: 450px;
    position: relative;
    left: -70px;
}

.banner-form {
    /* display: none; */
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: fixed;
    right: -410px;
    width: 400px;
    /* font-size: 0px; */
    background: #ffffff;
    overflow: hidden;
}

.floatbutton.active .banner-form {
    display: block;
    float: right;
    position: fixed;
    right: 0;
    width: 370px;
    top: 130px;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}