/*******************************************************
    Template Name    : Axiom - SEO Agency & Digital Marketing Landing Page Template
    Author           : Cute Themes
    Version          : 1.0
    Created          : 2021
    File Description : Main css file of the template
*******************************************************/

/**************************************
    -- Css Table of Content
    01.Generale Style
    02.Preloader Area Style
    03.Navber Area Style
    04.All Home Section Style
    05.Partner Logo Section Style
    06.Services Section Style
    07.About Section Style
    08.Why Choose Us Section Style
    09.Portfolio Section Style
    10.Video Section Style
    11.Team Section Style
    12.Pricing Section Style
    13.Counter Section Style
    14.Testimonials Section Style
    15.Blog Section Style
    16.Contact Section Style
    17.Footer Section Style
 *************************************/

/**************************************
 * 01.Generale Style
 *************************************/

body {
    background: #ffffff;
    color: #333;
    font-family: 'Baloo Chettan 2', cursive;
    font-size: 15px;
    font-weight: normal;
    line-height: 26px;
    overflow-x: hidden;
    margin: 0 auto;
    padding: 0;
    letter-spacing: 0.2px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Baloo Chettan 2', cursive;
    font-weight: normal;
    color: #333;
    line-height: 1.5;
}

a {
    color: #C32328;
    text-decoration: none !important;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

img {
    max-width: 100%;
}

a:hover {
    color: #C32328;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

a:hover,
a:focus {
    color: #C32328;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #555;
    font-weight: normal;
    line-height: 26px;
    letter-spacing: 0.2px;
    font-family: 'Baloo Chettan 2', cursive;
}

.z-index {
    z-index: 9;
}

.position-relative {
    position: relative !important;
}

.form-control:focus {
    box-shadow: none;
    outline: 0 none;
    border-bottom: 1px solid #C32328;
}

.btn:focus {
    outline: none !important;
    box-shadow: none;
}

button:focus {
    outline: 0 none;
    box-shadow: none;
}

.button:focus {
    outline: none;
    box-shadow: none;
}

.button {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 9px 30px;
    text-align: center;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-weight: 600;
    border: 2px solid #C32328;
    border-radius: 30px;
    border-top-left-radius: 0px;
    color: #fff;
    background: #C32328;
    cursor: pointer;
    margin-top: 25px;
    overflow: hidden;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.button:hover {
    color: #C32328;
    background: transparent;
}

.bg-gray {
    background-color: #fbfbfb;
}

.bg-none {
    background: none !important;
}

.color-text {
    color: #C32328;
}

dl,
ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pt-30 {
    padding-top: 30px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-150 {
    padding-top: 150px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-100 {
    padding-bottom: 100px;
}

.mr-15 {
    margin-right: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.section-padding {
    padding: 100px 0;
}

.term-title {
    font-weight: bold;
}

#home {
    padding-top: 70px !important;
    padding-bottom: 50px !important;
}

.section-title {
    text-align: center;
    margin-bottom: 75px;
}

.section-title h5 {
    color: #C32328;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
}

.section-title h2 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 38px;
    line-height: 1.3;
    color: #333;
}

.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.mr-0 {
    margin: 0;
}

.mr-top-50 {
    margin-top: 50px;
}

.back-to-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 15px;
    color: #ffffff;
    background: #C32328;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
}

.back-to-top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #f35416;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.back-to-top:hover:before,
.back-to-top:focus:before {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover,
.back-to-top:focus {
    color: #ffffff;
}

.back-to-top.active {
    top: 97%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
}

.back-to-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.back-to-top:hover i:first-child,
.back-to-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.back-to-top:hover i:last-child,
.back-to-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.back-to-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
}

.v-middle {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* [ Start Overlay ] */

[data-overlay-dark],
[data-overlay-light] {
    position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
    position: relative;
    z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-overlay-dark]:before {
    background: #02050b;
}

[data-overlay-light]:before {
    background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
    color: #fff;
}

[data-overlay-dark] p,
.bg-dark p,
.bg-color p {
    color: #dad6d6;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
    opacity: .1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
    opacity: .2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
    opacity: .3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
    opacity: .4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
    opacity: .5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
    opacity: .6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
    opacity: .7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
    opacity: .8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
    opacity: .9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
    opacity: 1;
}

/* [ End Overlay ] */

/* owl theme */

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 5px 5px;
    background-color: rgba(0, 0, 0, 0.1);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 3px;
    transition: .3s;
    border: 2px solid transparent;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #C32328 !important;
    width: 7px;
    height: 7px;
    transition: .3s;
    -webkit-box-shadow: 0 1px 5px #C32328;
    box-shadow: 0 1px 5px #C32328;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background-color: transparent;
    border: 2px solid #C32328;
    transition: .3s;
}

/**************************************
 * Overlay Effect Bg image
 *************************************/

[data-overlay-dark],
[data-overlay-light] {
    position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
    position: relative;
    z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-overlay-dark]:before {
    background: #101010;
}

[data-overlay-light]:before {
    background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #fff;
}

[data-overlay-dark] p {
    color: #bbb;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
    opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
    opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
    opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
    opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
    opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
    opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
    opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
    opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before {
    opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
    opacity: 1;
}

/**************************************
 * 02.Preloader Area Style
 *************************************/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 999999;
}

.preloader .preloader-inner {
    width: 100px;
    height: 100px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader .preloader-inner span {
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #C32328 !important;
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite;
}

.preloader .preloader-inner span:last-child {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}

/**************************************
 * 03.Navber Area Style
 *************************************/

.navbar-b {
    transition: all .5s ease-in-out;
    background-color: transparent;
    padding-top: 1.563rem;
    padding-bottom: 1.563rem;
}

.navbar-b.navbar-reduce {
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
    position: relative;
    padding-right: 10px;
    padding-left: 0;
}

.main-index-nav.navbar-b.navbar-trans .nav-link,
.main-index-nav.navbar-b.navbar-reduce .nav-link {
    color: #333;
}

.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-family: 'Baloo Chettan 2', cursive;
}

.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
    color: #1B1B1B;
}

.main-index-nav.navbar-b.navbar-trans .nav-link:hover {
    color: #333;
}

.navbar-b.navbar-trans .nav-link:hover {
    color: #fff;
}

.main-index-nav.navbar-b.navbar-trans .show > .nav-link,
.main-index-nav.navbar-b.navbar-trans .active > .nav-link,
.main-index-nav.navbar-b.navbar-trans .nav-link.show,
.main-index-nav.navbar-b.navbar-trans .nav-link.active {
    color: #333;
}

.navbar-b.navbar-trans .show > .nav-link,
.navbar-b.navbar-trans .active > .nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
    color: #fff;
}

.navbar-b.navbar-reduce {
    transition: all .5s ease-in-out;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
    animation: 500ms ease-in-out 0s normal fadeInDown;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.navbar-b.navbar-reduce .nav-link {
    color: #555;
}

.navbar-b.navbar-reduce .nav-link:hover {
    color: #505050;
}

.main-index-nav.navbar-b.navbar-reduce .show > .nav-link,
.main-index-nav.navbar-b.navbar-reduce .active > .nav-link,
.main-index-nav.navbar-b.navbar-reduce .nav-link.show,
.main-index-nav.navbar-b.navbar-reduce .nav-link.active {
    color: #333;
}

.navbar-b.navbar-reduce .show > .nav-link,
.navbar-b.navbar-reduce .active > .nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
    color: #555;
}

.navbar-b.navbar-reduce .navbar-brand {
    color: #333;
}

.navbar-b.navbar-reduce .navbar-toggler span {
    background-color: #1B1B1B;
}

.navbar-b .navbar-brand {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    visibility: visible !important;
}

.navbar-b .dropdown-menu {
    margin: 1.12rem 0 0;
    border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
    padding: .7rem 1.7rem;
    transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
    background-color: #C32328;
    color: #fff;
    transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
    background-color: #C32328;
}

.navbar-toggler {
    position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
    display: block;
    background-color: #fff;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 0;
    opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    transition: -webkit-transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

.navbar-b .black-logo {
    display: none;
}

.navbar-b.navbar-reduce .navbar-brand .white-logo {
    display: none;
}

.navbar-b.navbar-reduce .navbar-brand .black-logo {
    display: block;
}

/**************************************
 * 04.Home Section Style
 *************************************/

.home-area {
    height: 100vh;
    position: relative;
    z-index: 1;
    padding-top: 150px;
    padding-bottom: 30px;
}

.svg-shape-bottom .bottom-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
}

.hero-equal-height {
    position: relative;
    min-height: 660px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.home-area .home-content {
    text-align: center;
    margin-bottom: 50px;
}

.home-area .home-content h1 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.5;
}

.home-area .home-content p {
    font-size: 16px;
    color: #fff;
}

.button.home-btn-1 {
    color: #333;
    background: #fff;
    border: 2px solid #ffffff;
    margin-right: 15px;
}

.button.home-btn-1:hover {
    color: #ffffff;
    background: transparent;
    border: 2px solid #ffffff;
}

.button.home-btn-2:hover {
    color: #ffffff;
    background: transparent;
    border: 2px solid #ffffff;
}


/**************************************
 * 04-01. Home Shape Animation Style
 *************************************/

.home-animation .home-content {
    text-align: left;
    margin-bottom: 50px;
}

.home-animation .home-content h1 {
    font-size: 40px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.5;
}

.home-animation .home-content p {
    font-size: 15px;
    color: #000;
}

.home-animation .button.home-btn-1 {
    color: #C32328;
    background: transparent;
    border: 2px solid #C32328;
    margin-right: 15px;
}

.home-animation .button.home-btn-1:hover {
    color: #fff;
    background: #C32328;
    border: 2px solid #C32328;
}

.home-animation .button.home-btn-2:hover {
    color: #C32328;
    background: transparent;
    border: 2px solid #C32328;
}


.home-shape-animation .shape-1 {
    position: absolute;
    right: 13%;
    top: 16%;
    z-index: -1;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}

.home-shape-animation .shape-2 {
    position: absolute;
    left: 8%;
    top: 30%;
    z-index: -1;
}

.home-shape-animation .shape-2 img {
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.home-shape-animation .shape-3 {
    position: absolute;
    left: 5%;
    bottom: 25%;
    z-index: -1;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}

.home-shape-animation .shape-4 {
    position: absolute;
    right: 10%;
    bottom: 25%;
    z-index: -1;
    -webkit-animation: animationFramesTwo 20s infinite linear;
    animation: animationFramesTwo 20s infinite linear;
}

.home-shape-animation .shape-5 {
    position: absolute;
    left: 35%;
    top: 35%;
    z-index: -1;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite;
}

.home-shape-animation .shape-6 {
    position: absolute;
    left: 50%;
    bottom: 15%;
    z-index: -1;
    -webkit-animation: rotate3d 4s linear infinite;
    animation: rotate3d 4s linear infinite;
}

.home-shape-animation .shape-7 {
    position: absolute;
    left: 50%;
    top: 15%;
    z-index: -1;
    -webkit-animation: moveScale 3s linear infinite;
    animation: moveScale 3s linear infinite;
}

@-webkit-keyframes rotateMe {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotateMe {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg)
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg)
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg)
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg)
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg)
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg)
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg)
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg)
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg)
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg)
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg)
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg)
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg)
    }
    20% {
        -webkit-transform: translate(-73px, 1px) rotate(-36deg);
        transform: translate(-73px, 1px) rotate(-36deg)
    }
    40% {
        -webkit-transform: translate(-141px, -72px) rotate(-72deg);
        transform: translate(-141px, -72px) rotate(-72deg)
    }
    60% {
        -webkit-transform: translate(-83px, -122px) rotate(-108deg);
        transform: translate(-83px, -122px) rotate(-108deg)
    }
    80% {
        -webkit-transform: translate(40px, -72px) rotate(-144deg);
        transform: translate(40px, -72px) rotate(-144deg)
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg)
    }
}

@keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg)
    }
    20% {
        -webkit-transform: translate(-73px, 1px) rotate(-36deg);
        transform: translate(-73px, 1px) rotate(-36deg)
    }
    40% {
        -webkit-transform: translate(-141px, -72px) rotate(-72deg);
        transform: translate(-141px, -72px) rotate(-72deg)
    }
    60% {
        -webkit-transform: translate(-83px, -122px) rotate(-108deg);
        transform: translate(-83px, -122px) rotate(-108deg)
    }
    80% {
        -webkit-transform: translate(40px, -72px) rotate(-144deg);
        transform: translate(40px, -72px) rotate(-144deg)
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg)
    }
}

@-webkit-keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@-webkit-keyframes moveScale {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    100% {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }
}

@keyframes moveScale {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    100% {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }
}

@-webkit-keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@-webkit-keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

/**************************************
 * 04-02. Animated Headline Home Style
 *************************************/

.animated-area {
    height: 100vh;
    position: relative;
    color: #fff;
    text-align: center;
    background: url(../img/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    padding-top: 150px;
    padding-bottom: 40px;
}

.animated-area::after {
    position: absolute;
    top: 0;
    content: "";
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .8;
    z-index: -1;
    background: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(2, 45, 98, 0)), to(#022d62)), -webkit-gradient(linear, right top, left top, color-stop(0, rgba(2, 45, 98, 0)), to(#022d62));
    background: linear-gradient(to left, rgba(2, 45, 98, 0) 0, #022d62 100%), linear-gradient(to left, rgba(2, 45, 98, 0) 0, #022d62 100%);
}

.animated-area .home-content h1 {
    font-size: 60px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 900;
    line-height: 1.5;
}

.animated-area .home-content p {
    font-size: 16px;
    color: #fff;
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}

.cd-words-wrapper b.is-visible {
    position: relative;
}

.cd-headline.clip span {
    display: inline-block;
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
    color: #ffffff;
    font-weight: 900;
    letter-spacing: 0px;
}

.cd-headline.clip .cd-words-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #fff;
}

.cd-headline.clip b {
    opacity: 0;
}

.cd-headline.clip b.is-visible {
    opacity: 1;
}

/**************************************
 * 04-03. Particle Home Style
 *************************************/
.particles-area {
    height: 100vh;
    position: relative;
    color: #fff;
    text-align: center;
    background: url(../img/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    padding-top: 150px;
    padding-bottom: 40px;
}

.particles-area::after {
    position: absolute;
    top: 0;
    content: "";
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .8;
    z-index: -1;
    background: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(2, 45, 98, 0)), to(#022d62)), -webkit-gradient(linear, right top, left top, color-stop(0, rgba(2, 45, 98, 0)), to(#022d62));
    background: linear-gradient(to left, rgba(2, 45, 98, 0) 0, #022d62 100%), linear-gradient(to left, rgba(2, 45, 98, 0) 0, #022d62 100%);
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 5;
}

/**************************************
 * 04-04. Home Slider Style
 *************************************/

.home-slider-area {
    min-height: 660px;
    position: relative;
    z-index: 1;
}

.home-slider,
.home-slider-single-item {
    height: 660px;
    overflow: hidden;
    display: block;
}

.home-slider-single-item {
    display: flex;
    align-items: center;
    padding: 70px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    width: 100%;
}

.home-slider-single-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: 0.6;
    z-index: -1;
    background: #000;
}

.home-slider-single-item .container {
    position: relative;
    z-index: 3;
}

.home-slider-single-item::after {
    content: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .7);
}

.home-slider-content {
    width: 100%;
    max-width: 510px;
    padding-top: 50px;
    text-align: left;
}

.home-slider-title {
    color: #fff;
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 20px;
}

.home-slider-description {
    max-width: 500px;
}

.home-slider-description p {
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
}

.home-slider-btn-box {
    margin-top: 0px;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flickity-page-dots {
    position: relative;
    bottom: inherit;
    margin-top: 33px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.flickity-page-dots .dot {
    position: relative;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    background: 0 0;
    opacity: 1;
    margin: 0 1.125rem .625rem 0;
}

.flickity-page-dots .dot:last-child {
    margin-right: 0;
}

.flickity-page-dots .dot.is-selected::after {
    background-color: #fff;
    width: 100%;
    height: 100%;
}

.flickity-page-dots .dot:hover::after {
    background-color: #fff;
}

.flickity-page-dots .dot::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid #fff;
    margin: 0;
    border-radius: 50%;
    outline: 0;
    transition: all .25s;
}

.flickity-dots-white .flickity-page-dots .dot::after {
    background-color: #fff;
}

.flickity-dots-white .flickity-page-dots .dot.is-selected::after {
    background-color: #C32328;
}

.flickity-prev-next-button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    border: 0;
    display: flex;
}

.flickity-prev-next-button .flickity-button-icon {
    position: relative;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    margin: auto;
    fill: #C32328;
}

.ios .flickity-prev-next-button .flickity-button-icon {
    width: 15px;
    height: 15px;
}

.carusel-col {
    padding: 0;
    margin-right: 30px;
}

.carusel-col:last-child {
    margin-right: 0;
}

.flickity-dots-absolute .flickity-page-dots {
    position: absolute;
    bottom: 25px;
}

/**************************************
 * 04-05. Home Birds Style
 *************************************/
.home-birds {
    background: #07192f;
}

#birds-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}

/**************************************
 * 04-06. Home Cells Style
 *************************************/
.home-cells {
    background: #07192f;
}

#cells-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}

/**************************************
 * 05.Partner Logo Section Style
 *************************************/

.partner-area .section-title {
    margin-bottom: 50px;
}

.partner-item {
    padding: 5px 20px;
    margin: 5px 15px;
}

.partner-area .partner-carousel img {
    opacity: .6;
    max-width: 100%;
    width: inherit !important;
    margin: 0 auto;
}

.partner-area .partner-carousel img:hover {
    opacity: 1;
    cursor: pointer;
}

/**************************************
 * 06.Service Section Style
 *************************************/

.services-area .section-title {
    margin-bottom: 45px;
}

.single-services-box {
    padding: 10px 0px;
    padding-right: 30px;
    text-align: left;
    background-color: #ffffff;
    margin-top: 30px;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

.single-services-box .services-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 20px;
    border-bottom-left-radius: 0px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.single-services-box .services-icon i {
    color: #fff;
    font-size: 25px;
    line-height: 60px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-services-box h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.single-services-box h3 a {
    display: inline-block;
}

.single-services-box p {
    text-align: justify;
}

.single-services-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.single-services-box .color-icon-default {
    background-color: #C32328;
    box-shadow: 0 5px 25px 0px rgb(161, 22, 26);
}

/**************************************
 * 07.About Section Style
 *************************************/

.about-area {
    position: relative;
    z-index: 1;
}

.about-area .bg-shape {
    background-image: url(../img/bg-shape-1.png);
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    width: 700px;
    height: 705px;
    background-size: 80%;
    top: 15px;
    right: 0;
    z-index: -1;
}

.about-content h5 {
    color: #C32328;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
}

.about-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.about-content h3 {
    color: #C32328;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.about-content-text p {
    margin-bottom: 15px;
}

.about-image-wrapper {
    text-align: center;
}

.about-seo-feature {
    padding: 5px 0;
}

.about-seo-feature p {
    position: relative;
    margin: 0;
    font-weight: 500;
    padding-left: 15px;
}

.about-seo-feature p::before {
    background: #C32328;
    height: 10px;
    width: 6px;
    content: '';
    left: 0;
    top: 9px;
    position: absolute;
    border-radius: 25px;
    border-right-style: inset;
}

/**************************************
 * 08.Choose Us Section Style
 *************************************/
.choose-content-info h5 {
    color: #ff678c;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.choose-content-info h6 {
    color: #C32328;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
}

.choose-content-info h2 {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 15px;
}

.choose-content-info h3 {
    color: #555;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.choose-feature-box {
    margin-top: 25px;
}

.choose-content-2 .choose-feature-box {
    margin-top: 0px;
}

.choose-content .choose-single-feature {
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 30px;
}

.choose-content-2 .choose-single-feature {
    margin-bottom: 45px;
}

.choose-single-feature:last-child {
    margin-bottom: 0px;
}

.choose-features-icon {
    position: absolute;
    z-index: 1;
    padding: 15px 12px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
}

.choose-features-info {
    padding-left: 90px;
}

.choose-features-icon i {
    color: #C32328;
    font-size: 40px;
    vertical-align: middle;
}

.choose-features-info p {
    margin: 0;
}

.choose-features-info h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

/**************************************
 * 09.Portfolio Section Style
 *************************************/

.portfolio-area {
}

.portfolio-area .section-title {
    text-align: center;
    margin-bottom: 45px;
}

.single-portfolio {
    position: relative;
    margin-top: 30px;
}

.single-portfolio::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.portfolio-image img {
    border-radius: 3px;
}

.single-portfolio .works-overly-info {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    text-align: left;
    color: #ffffff;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-portfolio .works-overly-info:hover {
    text-decoration: none;
}

.single-portfolio .works-overly-info .text {
    background: #ffffff;
    padding: 15px 20px;
    text-align: center;
    border-radius: 3px;
}

.single-portfolio .works-overly-info .text h3 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-portfolio .works-overly-info .text h3 a {
    color: #333;
    font-size: 18px;
    margin: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-portfolio .works-overly-info .text h3 a:hover {
    color: #C32328;
    text-decoration: underline;
}

.single-portfolio .works-overly-info .text .works-category {
    font-size: 15px;
    color: #C32328;
    font-weight: 500;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-portfolio:hover::before, .single-portfolio:focus::before {
    opacity: 0.7;
    visibility: visible;
}

.single-portfolio:hover .works-overly-info, .single-portfolio:focus .works-overly-info {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: .6s;
    transition: .6s;
}

.portfolio-more-btn {
    margin-top: 20px;
}

/**************************************
 * 10.Video Section Style
 *************************************/
.video-area {
    position: relative;
    color: #fff;
    background: url(../img/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1;
    padding: 150px 0;
}

.video-area::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .7;
    z-index: -1;
    background: #000000;
}

.video-info {
    text-align: center;
    margin-top: 60px;
}

.video-info h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 10px;
}

.video-info p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

.video-feature-item {
    text-align: center;
}

.video-feature-icon span {
    color: #fff;
    font-size: 25px;
}

.video-feature-item h6 {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}

.video-content-popup {
    text-align: center;
}

.video-content-popup .video-icon {
    margin: auto;
}


.video-content-popup .video-icon i {
    height: 75px;
    width: 75px;
    line-height: 75px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 80px;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: .5s;
}

@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}

/**************************************
 * 11.Team Section Style
 *************************************/

.team-area {
}

.team-area .section-title {
    margin-bottom: 45px;
}

.single-team-box {
    margin-top: 30px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.team-image {
    position: relative;
    z-index: 1;
    border-radius: 3px;
    overflow: hidden;
}

.team-image::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background: #000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-team-box:hover .team-image::before {
    opacity: .8;
    visibility: visible;
}

.single-team-box .team-image img {
    width: 100%;
    height: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-team-box:hover .team-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.team-social-icon {
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.team-social-icon a {
    padding: 15px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    will-change: transform;
}

.single-team-box:hover .team-social-icon a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.team-info {
    padding: 20px 15px 0px;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.team-info h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.team-info span {
    color: #C32328;
    font-size: 15px;
    font-weight: 500;
    display: block;
}

/**************************************
 * 12.Pricing Section Style
 *************************************/

.price-area .section-title {
    text-align: center;
    margin-bottom: 45px;
}

.pricing-content {
    padding: 45px 40px;
    background: #ffffff;
    text-align: left;
    border-radius: 3px;
    margin-top: 30px;
    box-shadow: -1px 3px 20px 0px rgba(75, 81, 91, 0.1);
    transition: all 0.4s ease 0s;
}

.price-heading {
    margin-bottom: 30px;
    text-align: center;
}

.price-heading .price-name h3 {
    font-size: 24px;
    color: #333;
    font-weight: 700;
    margin-bottom: 15px;
}

.price-heading .price-name h2 {
    font-size: 45px;
    font-weight: 700;
    color: #C32328;
    display: inline-block;
}

.price-heading .price-name .price-small-text {
    font-size: 15px;
    font-weight: 600;
    color: #3e3e3e;
}

.price-body {
    padding-left: 40px;
    padding-right: 30px;
    text-align: center;
}

.price-body ul li {
    display: block;
    padding: 5px 0;
}

.price-body ul li:last-child {
    padding-bottom: 0;
}

.price-body ul li i {
    color: #6f64e7;
    padding-right: 5px;
}

.price-body .offer-list-none {
    color: #b7b7b7;
}

.price-body .offer-list-none i {
    color: #ff9aa0;
}

.price-btn {
    text-align: center;
    margin-bottom: 30px;
}

.price-btn .button {
    display: block;
    margin: 0;
}

/**************************************
 * 13.Counter Section Style
 *************************************/

.counter-area {
    text-align: center;
    background-color: #f9f9fa;
    position: relative;
    color: #fff;
    text-align: center;
    background: url(../img/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 1;
}

.counter-area::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .8;
    z-index: -1;
    background: #000;
}

.counter-area .section-title h5 {
    color: #ffffff;
}

.counter-area .section-title h2 {
    color: #fff;
}

.counter-contents h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 5px;
    word-spacing: -10px;
}

.counter-contents h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

/**************************************
 * 14.Testimonial Section Style
 *************************************/

.testimonial-area {
    text-align: center;
}

.single-testimonial {
    position: relative;
    background-color: #ffffff;
    padding: 40px 40px;
    border-radius: 3px;
    margin: 15px;
    margin-bottom: 20px;
    text-align: left;
    transition: all .4s;
    -webkit-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
    -moz-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
    box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
}

.single-testimonial .testimonial-avatar-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: row;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.single-testimonial .testimonial-avatar-img img {
    border-radius: 50%;
    width: 90px;
    margin-right: 15px;
}

.single-testimonial .testimonial-bio-info {
    text-align: left;
    margin-top: 5px;
}

.single-testimonial .testimonial-bio-info .name {
    font-size: 18px;
    font-weight: 600;
    margin-top: 2px;
}

.single-testimonial .testimonial-bio-info span {
    font-size: 15px;
    color: #555;
}

.rating-box ul li {
    display: inline-block;
    margin-top: 1px;
}

.rating-box ul li i {
    color: #ffce39;
    font-size: 15px;
}

.single-testimonial .testimonial-content {
    padding-top: 40px;
}

.single-testimonial .testimonial-avatar-img .quote {
    position: absolute;
    z-index: -1;
    right: 0px;
    top: 10px;
    width: 75px;
    border-radius: 0;
    margin: 0;
    opacity: .1;
}

.single-testimonial .testimonial-content p {
    color: #666;
    font-size: 15px;
}

.testimonial-area .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
}

.testimonial-area .owl-theme .owl-dots .owl-dot.active span, .testimonial-area .owl-theme .owl-dots .owl-dot:hover span {
    background: #C32328;
}

/**************************************
 * 15.Blog Section Style
 *************************************/

.blog-area .section-title {
    text-align: center;
    margin-bottom: 45px;
}

.blog-area .single-blog {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 15px -5px rgba(68, 107, 138, 0.3);
    box-shadow: 0 3px 15px -5px rgba(68, 107, 138, 0.3);
    border-radius: 3px;
    margin-top: 35px;
    overflow: hidden;
}

.blog-area .post-img {
    position: relative;
    overflow: hidden;
}

.blog-area .single-blog img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.blog-area .single-blog:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.blog-area .single-blog .blog-content {
    padding: 25px 25px;
    text-align: left;
}

.blog-content .blog-date {
    margin-bottom: 15px;
}

.blog-content .blog-date .blog-list li {
    display: inline-block;
}

.blog-content .blog-date .blog-list li h6 {
    font-size: 13px;
    color: #777;
    display: inline-block;
}

.blog-content .blog-date .blog-list li .blog-inline-sep {
    padding: 0 5px;
    font-size: 12px;
    color: #333;
}

.blog-content .blog-date .blog-list li a {
    font-size: 13px;
    color: #C32328;
    font-weight: 600;
    display: inline-block;
}

.blog-area .single-blog .blog-content h3 a {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 1.5;
    margin-bottom: 10px;
    display: block;
}

.blog-area .single-blog .blog-content h3 a:hover {
    color: #C32328;
    text-decoration: underline !important;
}

.blog-bottom-text-link {
    margin-top: 10px;
}

.single-blog .blog-content .blog-bottom-text-link a {
    color: #5f5f5f;
    display: inline-block;
    font-size: 16px;
    margin-top: 15px;
    display: block;
    font-weight: 700;
    letter-spacing: 0.7px;
}

.single-blog .blog-content .blog-bottom-text-link a:hover {
    color: #C32328;
    text-decoration: underline !important;
}

/**************************************
 * 16.Contact Section Style
 *************************************/

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 15px !important;
    margin-left: 0;
}

.contact-area .form input[type='email'],
.contact-area .form input[type='text'],
.contact-area .form textarea {
    width: 100%;
    padding: 12px 20px;
    border: 0;
    background-color: #f5f5fa;
    font-weight: 500;
    border-radius: 3px;
    border-left: 3px solid #C32328;
}

.contact-area .form textarea {
    max-height: 120px;
    max-width: 100%;
}

#contact-form .button {
    margin: 0;
}

.form-group {
    margin-bottom: 25px;
}

button,
input,
textarea {
    color: #505050;
}

button,
input,
textarea:focus {
    border: none;
    outline: none;
}

.contact-area .form-message.success {
    background: #03b103;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
}

.contact-area .form-message.error {
    background: #ff4d15;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
}

/**************************************
 * 16-1. Google Map Section Style
 *************************************/

.map-area {
    margin-top: 25px;
    display: block;
}

.map-area #contact-map {
    position: relative;
    width: 100%;
    height: 450px;
    border: 0;
    border-radius: 3px;
}

/**************************************
 * 17.Footer Section Style
 *************************************/

.footer-area {
    background-color: #2a2c2f;
}

.footer-area svg {
    display: block;
    width: 100%;
}

.footer-top-area {
    padding: 70px 0;
}

.footer-bottom-area {
    padding: 30px 0;
    background-color: #1e1f21;
}

.footer-content.mid-content {
    padding-left: 130px;
}

.footer-content img {
    margin-bottom: 30px;
}

.footer-content h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
}

.footer-content p {
    color: #e8e8e8;
}

.footer-link li {
    color: #e8e8e8;
    line-height: 35px;
}

.footer-link li a {
    color: #e8e8e8;
}

.footer-link li a:hover {
    color: #C32328;
    text-decoration: underline;
}

.footer-link li i {
    margin-right: 10px;
    color: #fff;
}

.footer-social {
    margin-top: 20px;
}

.footer-social li {
    display: inline-block;
}

.footer-social li a {
    display: inline-block;
    background-color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    color: #333;
    font-size: 15px;
    margin-right: 7px;
}

.footer-social li a:hover {
    background-color: #C32328;
    color: #fff;
}

/* Subscribe Section Style */

.subscribe-form-wrap {
    margin-top: 15px;
}

.subscribe-form {
    position: relative;
}

.subscribe-form .form-input {
    border: 0;
    width: 100%;
    height: 50px;
    border-radius: 3px;
    padding: 5px 0 5px 15px;
    color: #333;
}

.form-input:focus {
    outline: 0;
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0;
}

.subscribe-form .submit-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    color: #fff;
    background-color: #C32328;
    text-transform: capitalize;
    color: #fff;
    font-size: 15px;
    border-radius: 3px;
    line-height: 40px;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    letter-spacing: .5px;
    padding: 0 25px;
    box-shadow: none;
    border: 0;
}

.footer-copyright p {
    color: #fff;
}

.grecaptcha-badge {
    display: none !important;
}

.hidden {
    display: none !important;
}