@charset "UTF-8";
/*
Template Name: Wekala Multipurpose Agency HTML Template
Template URI: https://themeforest.net/user/creative-wp
Author: creative-wp
Author URI: https://themeforest.net/user/creative-wp
Description: It is a Multipurpose HTML5 Portfolio Template. Which is a unique feature and user competitive feature.
Version: 1.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography 
    [ ## Heading ] 
    [ ## Others Typography ]
# Elements
    [ ## Font Size ]
    [ ## Font Weight ]
    [ ## Margin Element ]
    [ ## Padding Element ]
    [ ## Color Element ]
    [ ## Background Element ]
    [ ## Extra Background ]
    [ ## SVG Fill ]
    [ ## Social Element ]
    [ ## Overlay Element ]
    [ ## Border element ]
    [ ## Border Extra Elements ]
    [ ## Radius Element ]
    [ ## Lists ]
    [ ## Post, Page, Comments Table ]
    [ ## Others Element ]
    [ ## Grid Element ]
# Forms
	[ ## Buttons ]
	[ ## Fields ]
# Media
	[ ## Captions ]
	[ ## Galleries ]
	[ ## media ]
# Modules 
	[ ## Accessibility ]
	[ ## Alignments ]
	[ ## Clearings ]
	[ ## Infinite Scroll ]
# Header Content
	[ ## Preloader ]
	[ ## Header ]
    [ ## Sticky header ]
# Navigation
	[ ## Links ]
	[ ## Menus ]
        [ ### Hamburger Menu ]
	[ ## Pagination ]
        [ ### Post Navigation ]
	[ ## Navigation responsive ]
# layout
    [ ## Slider Block ]
    [ ## Hero Block ]
    [ ## About Us ]
        [ ### Counter Element ]
    [ ## Services ]
    [ ## Team ]
    [ ## Pricing ]
    [ ## Portfolio ]
        [ ### Innovation Block ]
        [ ### Portfolio Element ]
        [ ### Portfolio Single ]
        [ ### Portfolio Links ]
    [ ## Testimonial ]
    [ ## Sections ]
        [ ### Faqs Block ]
        [ ### Resume Block  ]
        [ ### Call To Action ]
        [ ### Work Process ]
        [ ### Facility Block ]
        [ ### Specializing ]
        [ ### Newsletter Block ]
        [ ### Call Request Block ]
        [ ### Membership Block ]
    [ ## Blog ]
# Others
	[ ## Single Posts ]
# site content
	[ ## About Page ]
	[ ## Contact Page ]
	[ ## 404 Page ]
	[ ## Posts and pages ]
	    [ ### Page Title ]
	    [ ### Breadcrumb ]
	    [ ### No results ]
	[ ## Comments ]
	[ ## Widgets ]
	[ ## Widgets Content ]
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
    font-size: 100%;
}

body {
    background-color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.45em;
    color: #727272;
}
@media only screen and (max-width: 1199px) {
    body {
        font-size: 15px;
    }
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2em;
    color: #121212;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
}

h1 {
    font-size: 2.441em;
}

h2 {
    font-size: 1.953em;
}

h3 {
    font-size: 1.563em;
}

h4 {
    font-size: 1.25em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 0.8em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    color: inherit;
    text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
    color: inherit;
    text-decoration: none;
}

.extra-lg-title {
    font-size: 7.323em;
    text-transform: uppercase;
    font-weight: bold;
    color: #eb5100;
    margin: 0;
    position: absolute;
    left: -8px;
    right: 0;
    text-align: center;
    top: -75px;
}
@media only screen and (max-width: 767px) {
    .extra-lg-title {
        font-size: 2.441em;
    }
}

.section-heading {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 0;
    position: relative;
}

.section-title {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=2)';
    position: relative;
    margin-bottom: 40px;
    margin-top: -5px;
}
@media only screen and (max-width: 1199px) {
    .section-title {
        margin-bottom: 30px;
    }
}
.section-title .title-sub {
    color: #5e6d6e;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.175em;
    display: inline-block;
    margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
    .section-title .title-sub {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .section-title .title-sub {
        font-size: 10px;
        margin-bottom: 11px;
    }
}
.section-title .title-sub img {
    margin-left: 10px;
}
.section-title .title-main {
    font-weight: 700;
    font-size: 42px;
    position: relative;
    z-index: 2;
    line-height: 1.25em;
    color: #293b5f;
}
@media only screen and (max-width: 1199px) {
    .section-title .title-main {
        font-size: 36px;
    }
}
@media only screen and (max-width: 991px) {
    .section-title .title-main {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .section-title .title-main {
        font-size: 28px;
    }
}
@media only screen and (max-width: 575px) {
    .section-title .title-main {
        font-size: 24px;
    }
}
.section-title .title-main > span {
    color: #f94f4f;
}
.section-title .title-text {
    margin-bottom: 22px;
    padding-top: 23px;
}
.section-title.white .title-main {
    color: white;
}
@media only screen and (max-width: 991px) {
    .section-title.text-right {
        text-align: left !important;
    }
}
.section-title.text-center {
    margin-bottom: 55px;
}
.section-title.text-center .title-main {
    margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
    .section-title.text-center {
        margin-bottom: 45px;
    }
    .section-title.text-center .title-main {
        margin-bottom: 15px;
    }
}
.section-title.style-two {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=2)';
    position: relative;
    padding-top: 75px;
}
.section-title.style-two.text-center .title-no {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section-title.style-two .title-no {
    font-size: 260px;
    font-weight: 800;
    opacity: 0.02;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=2)';
    line-height: 0.75em;
    position: absolute;
    left: -80px;
    top: 0px;
    margin-bottom: 0;
    z-index: 0;
    color: white;
}
.section-title.style-two .title-main {
    font-size: 60px;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 1.15em;
}
.section-title.style-two .title-main.color-yellow > span {
    color: #ff8c19;
}
.section-title.style-two .title-main.color-green > span {
    color: #7dbd00;
}
.section-title.style-two .title-main.color-turquoise > span {
    color: #21a8eb;
}
@media only screen and (max-width: 1199px) {
    .section-title.style-two {
        padding-top: 65px;
    }
    .section-title.style-two .title-no {
        font-size: 220px;
        left: -50px;
    }
    .section-title.style-two .title-main {
        font-size: 42px;
    }
}
@media only screen and (max-width: 991px) {
    .section-title.style-two {
        padding-top: 55px;
        margin-bottom: 40px;
    }
    .section-title.style-two .title-no {
        font-size: 160px;
        left: -30px;
    }
    .section-title.style-two .title-main {
        font-size: 42px;
    }
}
@media only screen and (max-width: 991px) {
    .section-title.style-two .title-main {
        font-size: 36px;
    }
}
@media only screen and (max-width: 767px) {
    .section-title.style-two {
        padding-top: 45px;
    }
    .section-title.style-two .title-no {
        font-size: 120px;
        left: -15px;
    }
    .section-title.style-two .title-main {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1199px) {
    .description.mrb-55 {
        margin-bottom: 35px;
    }
}
@media only screen and (max-width: 767px) {
    .description.mrb-55 {
        margin-bottom: 30px;
    }
}
.sm-title {
    font-family: inherit;
    color: #2d2d2d;
    font-weight: bold;
    letter-spacing: 0.015em;
}

.xl-title {
    font-weight: 700;
    font-size: 2.441em;
}
.xl-title span {
    color: #eb5100;
}

/*-------------------------------------------------
    [ ## Others Typography ]
*/
p {
    margin-bottom: 1.3em;
    line-height: 1.75em;
}
p:last-child {
    margin-bottom: 0px;
}
@media only screen and (max-width: 1199px) {
    p {
        line-height: 1.7em;
    }
}

blockquote {
    margin: 0 0 1.3em;
}

address {
    margin: 0 0 1.3em;
}

dfn,
em,
cite,
i,
code,
kbd,
tt,
var {
    font-size: 1em;
}

em,
cite,
i {
    font-style: italic;
}

abbr,
acronym {
    border-bottom: 1px dotted #646363;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

pre {
    background: #f7f7f7;
    padding: 20px 30px;
    margin-bottom: 30px;
    max-width: 100%;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-size: 0.929em;
    overflow: auto;
}

img {
    max-width: 100%;
    height: auto;
}

.dropcap {
    display: block;
    float: left;
    margin: 15px 5px 0 0;
    font-weight: bold;
    font-size: 60px;
    color: #ccc;
}

.el-text-rotation {
    white-space: nowrap;
    position: relative;
    display: inline-block;
}
.el-text-rotation .inner-el {
    text-transform: uppercase;
    letter-spacing: 0.015em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Font Size ]
*/
.fts-13 {
    font-size: 13px;
}

.fts-15 {
    font-size: 15px;
}

.fts-18 {
    font-size: 18px;
}

.fts-20 {
    font-size: 20px;
}

.fts-25 {
    font-size: 25px;
}

.fts-30 {
    font-size: 30px;
}

.fts-35 {
    font-size: 35px;
}

.fts-40 {
    font-size: 40px;
}

.fts-45 {
    font-size: 45px;
}

.fts-50 {
    font-size: 50px;
}

.fts-60 {
    font-size: 60px;
}

.fts-65 {
    font-size: 65px;
}

.fts-70 {
    font-size: 70px;
}

.fts-75 {
    font-size: 75px;
}

/*--------------------------------------------------------------
# Font Weight
--------------------------------------------------------------*/
.w-100 {
    font-weight: 100;
}

.w-300 {
    font-weight: 300;
}

.w-400 {
    font-weight: 400;
}

.w-500 {
    font-weight: 500;
}

.w-600 {
    font-weight: 600;
}

.w-700 {
    font-weight: 700;
}

.w-800 {
    font-weight: 800;
}

.w-900 {
    font-weight: 900;
}

/*-------------------------------------------------
    [ ## Margin Element ]
*/
.mr-0 {
    margin: 0;
}

.mrt-0 {
    margin-top: 0;
}

.mrb-0 {
    margin-bottom: 0;
}

.mrl-0 {
    margin-left: 0;
}

.mrr-0 {
    margin-right: 0;
}

.mrt-5 {
    margin-top: 5px;
}

.mrb-5 {
    margin-bottom: 5px;
}

.mrl-5 {
    margin-left: 5px;
}

.mrr-5 {
    margin-right: 5px;
}

.mrt-10 {
    margin-top: 10px;
}

.mrb-10 {
    margin-bottom: 10px;
}

.mrl-10 {
    margin-left: 10px;
}

.mrr-10 {
    margin-right: 10px;
}

.mrt-15 {
    margin-top: 15px;
}

.mrb-15 {
    margin-bottom: 15px;
}

.mrl-15 {
    margin-left: 15px;
}

.mrr-15 {
    margin-right: 15px;
}

.mrt-20 {
    margin-top: 20px;
}

.mrb-20 {
    margin-bottom: 20px;
}

.mrl-20 {
    margin-left: 20px;
}

.mrr-20 {
    margin-right: 20px;
}

.mrt-25 {
    margin-top: 25px;
}

.mrb-25 {
    margin-bottom: 25px;
}

.mrl-25 {
    margin-left: 25px;
}

.mrr-25 {
    margin-right: 25px;
}

.mrt-30 {
    margin-top: 30px;
}

.mrb-30 {
    margin-bottom: 30px;
}

.mrl-30 {
    margin-left: 30px;
}

.mrr-30 {
    margin-right: 30px;
}

.mrt-35 {
    margin-top: 35px;
}

.mrb-35 {
    margin-bottom: 35px;
}

.mrl-35 {
    margin-left: 35px;
}

.mrr-35 {
    margin-right: 35px;
}

.mrt-40 {
    margin-top: 40px;
}

.mrb-40 {
    margin-bottom: 40px;
}

.mrl-40 {
    margin-left: 40px;
}

.mrr-40 {
    margin-right: 40px;
}

.mrt-45 {
    margin-top: 45px;
}

.mrb-45 {
    margin-bottom: 45px;
}

.mrl-45 {
    margin-left: 45px;
}

.mrr-45 {
    margin-right: 45px;
}

.mrt-50 {
    margin-top: 50px;
}

.mrb-50 {
    margin-bottom: 50px;
}

.mrl-50 {
    margin-left: 50px;
}

.mrr-50 {
    margin-right: 50px;
}

.mrt-55 {
    margin-top: 55px;
}

.mrb-55 {
    margin-bottom: 55px;
}

.mrl-55 {
    margin-left: 55px;
}

.mrr-55 {
    margin-right: 55px;
}

.mrt-60 {
    margin-top: 60px;
}

.mrb-60 {
    margin-bottom: 60px;
}

.mrl-60 {
    margin-left: 60px;
}

.mrr-60 {
    margin-right: 60px;
}

.mrt-75 {
    margin-top: 75px;
}

.mrt-65 {
    margin-top: 65px;
}

.mrb-65 {
    margin-bottom: 65px;
}

.mrl-65 {
    margin-left: 65px;
}

.mrr-65 {
    margin-right: 60px;
}

.mrt-70 {
    margin-top: 70px;
}

.mrb-70 {
    margin-bottom: 70px;
}

.mrl-70 {
    margin-left: 70px;
}

.mrr-70 {
    margin-right: 70px;
}

.mrt-75 {
    margin-top: 75px;
}

.mrb-75 {
    margin-bottom: 75px;
}

.mrl-75 {
    margin-left: 75px;
}

.mrr-75 {
    margin-right: 75px;
}

.mrt-80 {
    margin-top: 80px;
}

.mrb-80 {
    margin-bottom: 80px;
}

.mrb-85 {
    margin-bottom: 85px;
}

.mrl-80 {
    margin-left: 80px;
}

.mrr-80 {
    margin-right: 80px;
}

.mrt-90 {
    margin-top: 90px;
}

.mrb-90 {
    margin-bottom: 90px;
}

.mrl-90 {
    margin-left: 90px;
}

.mrr-90 {
    margin-right: 90px;
}

.mrt-100 {
    margin-top: 100px;
}

.mrb-100 {
    margin-bottom: 100px;
}

.mrl-100 {
    margin-left: 100px;
}

.mrr-100 {
    margin-right: 100px;
}

.mrt-105 {
    margin-top: 105px;
}

.mrb-105 {
    margin-bottom: 105px;
}

.mrl-105 {
    margin-left: 105px;
}

.mrr-105 {
    margin-right: 105px;
}

.mrb-145 {
    margin-bottom: 145px;
}

.mrt-150 {
    margin-top: 150px;
}

.mrt-200 {
    margin-top: 200px;
}

.mrb-150 {
    margin-bottom: 150px;
}

.mrb-155 {
    margin-bottom: 155px;
}

.mrb-170 {
    margin-bottom: 170px;
}

.mrb-175 {
    margin-bottom: 175px;
}

.mrl-150 {
    margin-left: 150px;
}

.mrr-150 {
    margin-right: 150px;
}

.mrb-185 {
    margin-bottom: 185px;
}

.mrb-190 {
    margin-bottom: 190px;
}

.mrb-195 {
    margin-bottom: 195px;
}

.mrb-200 {
    margin-bottom: 200px;
}

/* Margin Top Negative Value */
.ml-t-5 {
    margin-top: -5px;
}

.ml-t-8 {
    margin-top: -8px;
}

.ml-t-058p {
    margin-top: -0.58%;
}

.ml-t-10 {
    margin-top: -10px;
}

.ml-t-15 {
    margin-top: -15px;
}

.ml-t-20 {
    margin-top: -20px;
}

.ml-t-25 {
    margin-top: -25px;
}

.ml-t-30 {
    margin-top: -30px;
}

.ml-t-35 {
    margin-top: -35px;
}

.ml-t-40 {
    margin-top: -40px;
}

.ml-t-45 {
    margin-top: -45px;
}

.ml-t-50 {
    margin-top: -50px;
}

.ml-t-60 {
    margin-top: -60px;
}

.ml-t-75 {
    margin-top: -75px;
}

.ml-t-90 {
    margin-top: -90px;
}

.ml-t-105 {
    margin-top: -105px;
}

.ml-t-120 {
    margin-top: -120px;
}

.ml-t-135 {
    margin-top: -135px;
}

.ml-t-150 {
    margin-top: -150px;
}

.ml-t-165 {
    margin-top: -165px;
}

.ml-t-180 {
    margin-top: -180px;
}

.ml-t-195 {
    margin-top: -195px;
}

.ml-t-210 {
    margin-top: -210px;
}

.ml-t-225 {
    margin-top: -225px;
}

/* Margin bottom Negtive value */
.ml-b-5 {
    margin-bottom: -5px;
}

.ml-b-10 {
    margin-bottom: -10px;
}

.ml-b-15 {
    margin-bottom: -15px;
}

.ml-b-20 {
    margin-bottom: -20px;
}

.ml-b-25 {
    margin-bottom: -25px;
}

.ml-b-30 {
    margin-bottom: -30px;
}

.ml-b-35 {
    margin-bottom: -35px;
}

.ml-b-40 {
    margin-bottom: -40px;
}

.ml-b-45 {
    margin-bottom: -45px;
}

.ml-b-50 {
    margin-bottom: -50px;
}

.ml-b-60 {
    margin-bottom: -60px;
}

.ml-b-75 {
    margin-bottom: -75px;
}

.ml-b-90 {
    margin-bottom: -90px;
}

.ml-b-105 {
    margin-bottom: -105px;
}

.ml-b-120 {
    margin-bottom: -120px;
}

.ml-b-135 {
    margin-bottom: -135px;
}

.ml-bp-0933 {
    margin-bottom: -0.933%;
}

/* Margin for Responsive value */
@media only screen and (max-width: 1366px) {
    .mrb-185,
    .mrb-190,
    .mrb-195,
    .mrb-200 {
        margin-bottom: 150px;
    }

    .mrb-170 {
        margin-bottom: 120px;
    }

    .mrt-200 {
        margin-top: 150px;
    }
}
@media only screen and (max-width: 1199px) {
    .mrb-185,
    .mrb-185,
    .mrb-190,
    .mrb-195,
    .mrb-200 {
        margin-bottom: 100px;
    }

    .mrt-200 {
        margin-top: 100px;
    }

    .mrb-170 {
        margin-bottom: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .mrb-m-30 {
        margin-bottom: 30px;
    }

    .mrb-m-45 {
        margin-bottom: 45px;
    }

    .mrb-m-60 {
        margin-bottom: 60px;
    }

    .mr-m-0 {
        margin: 0;
    }
}
/*-------------------------------------------------
    [ ## Padding Element ]
*/
.pd-0 {
    padding: 0;
}

.pd-t-0 {
    padding-top: 0;
}

.pd-b-0 {
    padding-bottom: 0;
}

.pd-l-0 {
    padding-left: 0;
}

.pd-r-0 {
    padding-right: 0;
}

.pd-t-5 {
    padding-top: 5px;
}

.pd-b-5 {
    padding-bottom: 5px;
}

.pd-l-5 {
    padding-left: 5px;
}

.pd-r-5 {
    padding-right: 5px;
}

.pd-t-10 {
    padding-top: 10px;
}

.pd-b-10 {
    padding-bottom: 10px;
}

.pd-l-10 {
    padding-left: 10px;
}

.pd-r-10 {
    padding-right: 10px;
}

.pd-t-15 {
    padding-top: 15px;
}

.pd-b-15 {
    padding-bottom: 15px;
}

.pd-l-15 {
    padding-left: 15px;
}

.pd-r-15 {
    padding-right: 15px;
}

.pd-t-20 {
    padding-top: 20px;
}

.pd-b-20 {
    padding-bottom: 20px;
}

.pd-l-20 {
    padding-left: 20px;
}

.pd-r-20 {
    padding-right: 20px;
}

.pd-t-25 {
    padding-top: 25px;
}

.pd-b-25 {
    padding-bottom: 25px;
}

.pd-l-25 {
    padding-left: 25px;
}

.pd-r-25 {
    padding-right: 25px;
}

.pd-t-30 {
    padding-top: 30px;
}

.pd-b-30 {
    padding-bottom: 30px;
}

.pd-l-30 {
    padding-left: 30px;
}

.pd-r-30 {
    padding-right: 30px;
}

.pd-t-35 {
    padding-top: 35px;
}

.pd-b-35 {
    padding-bottom: 35px;
}

.pd-l-35 {
    padding-left: 35px;
}

.pd-r-35 {
    padding-right: 35px;
}

.pd-t-40 {
    padding-top: 40px;
}

.pd-b-40 {
    padding-bottom: 40px;
}

.pd-l-40 {
    padding-left: 40px;
}

.pd-r-40 {
    padding-right: 40px;
}

.pd-t-45 {
    padding-top: 45px;
}

.pd-b-45 {
    padding-bottom: 45px;
}

.pd-l-45 {
    padding-left: 45px;
}

.pd-r-45 {
    padding-right: 45px;
}

.pd-t-50 {
    padding-top: 50px;
}

.pd-b-50 {
    padding-bottom: 50px;
}

.pd-l-50 {
    padding-left: 50px;
}

.pd-r-50 {
    padding-right: 50px;
}

.pd-t-60 {
    padding-top: 60px;
}

.pd-b-60 {
    padding-bottom: 60px;
}

.pd-l-60 {
    padding-left: 60px;
}

.pd-r-60 {
    padding-right: 60px;
}

.pd-t-70 {
    padding-top: 70px;
}

.pd-b-70 {
    padding-bottom: 70px;
}

.pd-l-70 {
    padding-left: 70px;
}

.pd-r-70 {
    padding-right: 70px;
}

.pd-t-75 {
    padding-top: 75px;
}

.pd-b-75 {
    padding-bottom: 75px;
}

.pd-l-75 {
    padding-left: 75px;
}

.pd-r-75 {
    padding-right: 75px;
}

.pd-t-80 {
    padding-top: 80px;
}

.pd-b-80 {
    padding-bottom: 80px;
}

.pd-l-80 {
    padding-left: 80px;
}

.pd-r-80 {
    padding-right: 80px;
}

.pd-t-90 {
    padding-top: 90px;
}

.pd-b-90 {
    padding-bottom: 90px;
}

.pd-l-90 {
    padding-left: 90px;
}

.pd-r-90 {
    padding-right: 90px;
}

.pd-t-100 {
    padding-top: 100px;
}

.pd-b-100 {
    padding-bottom: 100px;
}

.pd-l-100 {
    padding-left: 100px;
}

.pd-r-100 {
    padding-right: 100px;
}

.pd-t-105 {
    padding-top: 105px;
}

.pd-b-105 {
    padding-bottom: 105px;
}

.pd-l-105 {
    padding-left: 105px;
}

.pd-r-105 {
    padding-right: 105px;
}

.pd-t-120 {
    padding-top: 120px;
}

.pd-b-120 {
    padding-bottom: 120px;
}

.pd-l-120 {
    padding-left: 120px;
}

.pd-r-120 {
    padding-right: 120px;
}

.pd-t-135 {
    padding-top: 135px;
}

.pd-b-135 {
    padding-bottom: 135px;
}

.pd-l-135 {
    padding-left: 135px;
}

.pd-r-135 {
    padding-right: 135px;
}

.pd-t-140 {
    padding-top: 140px;
}

.pd-b-140 {
    padding-bottom: 140px;
}

.pd-l-140 {
    padding-left: 140px;
}

.pd-r-140 {
    padding-right: 140px;
}

.pd-t-150 {
    padding-top: 150px;
}

.pd-b-150 {
    padding-bottom: 150px;
}

.pd-l-150 {
    padding-left: 150px;
}

.pd-r-150 {
    padding-right: 150px;
}

.pd-t-165 {
    padding-top: 165px;
}

.pd-b-165 {
    padding-bottom: 165px;
}

.pd-l-165 {
    padding-left: 165px;
}

.pd-r-165 {
    padding-right: 165px;
}

.pd-t-180 {
    padding-top: 180px;
}

.pd-b-170 {
    padding-bottom: 170px;
}

.pd-b-180 {
    padding-bottom: 180px;
}

.pd-l-180 {
    padding-left: 180px;
}

.pd-r-180 {
    padding-right: 180px;
}

.pd-t-195 {
    padding-top: 195px;
}

.pd-b-195 {
    padding-bottom: 195px;
}

.pd-l-195 {
    padding-left: 195px;
}

.pd-r-195 {
    padding-right: 195px;
}

.pd-t-200 {
    padding-top: 200px;
}

.pd-b-200 {
    padding-bottom: 200px;
}

.pd-l-200 {
    padding-left: 200px;
}

.pd-r-200 {
    padding-right: 200px;
}

.pd-t-205 {
    padding-top: 205px;
}

.pd-b-205 {
    padding-bottom: 205px;
}

.pd-l-205 {
    padding-left: 205px;
}

.pd-r-205 {
    padding-right: 205px;
}

.pd-t-210 {
    padding-top: 210px;
}

.pd-t-220 {
    padding-top: 220px;
}

.pd-b-220 {
    padding-bottom: 220px;
}

.pd-l-220 {
    padding-left: 220px;
}

.pd-r-220 {
    padding-right: 220px;
}

.pd-t-225 {
    padding-top: 225px;
}

.pd-b-225 {
    padding-bottom: 225px;
}

.pd-l-225 {
    padding-left: 225px;
}

.pd-r-225 {
    padding-right: 225px;
}

.pd-t-235 {
    padding-top: 235px;
}

.pd-b-235 {
    padding-bottom: 235px;
}

.pd-l-235 {
    padding-left: 235px;
}

.pd-r-235 {
    padding-right: 220px;
}

.pd-t-240 {
    padding-top: 240px;
}

.pd-t-255 {
    padding-top: 255px;
}

@media only screen and (max-width: 992px) {
    .pm-tb-90 {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 992px) {
    .pm-b-90 {
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 992px) {
    .pm-t-0 {
        padding-top: 0;
    }
}

@media only screen and (max-width: 992px) {
    .pdmX-60 {
        padding: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .pdms-30 {
        padding: 30px;
    }
}

/*-------------------------------------------------
    [ ## Color Element ]
*/
.color-white {
    color: white;
}

.color-white-im {
    color: white !important;
}

.color-snow {
    color: #fafafa;
}

.color-zumthor {
    color: #eaf1ff;
}

.color-white-smoke {
    color: #f7f7f7;
}

.color-gainsboro {
    color: #dddddd;
}

.color-silver {
    color: #c3c3c3;
}

.color-dim-gray {
    color: #646363;
}

.color-dim-gray-im {
    color: #646363 !important;
}

.color-gray {
    color: #767676;
}

.color-suva-grey {
    color: #919191;
}

.color-matterhorn {
    color: #4d4d4d;
}

.color-night-rider {
    color: #2d2d2d;
}

.color-eclipse {
    color: #3c3c3c;
}

.color-blue-violet {
    color: #1d1556;
}

.color-medium-slate-blue {
    color: #8655f4;
}

.color-soft-nero {
    color: #2a2a2a;
}

.color-nero {
    color: #191919;
}

.color-black {
    color: black;
}

.color-hr-dv-orange {
    color: #eb5100;
}

.color-deep-cerise {
    color: #e51681;
}

.color-zinnwaldite {
    color: #eabeab;
}

.color-silver-tree {
    color: #53b596;
}

.color-medium-purple {
    color: #9566d6;
}

.color-curious-blue {
    color: #1ca5da;
}

/*-------------------------------------------------
    [ ## Background Element ]
*/
.bg-white {
    background: white;
}

.bg-snow {
    background: #fafafa;
}

.bg-zumthor {
    background-color: #eaf1ff;
}

.bg-lavender {
    background: #eeedfd;
}

.bg-white-smoke {
    background: #f7f7f7;
}

.bg-gainsboro {
    background: #dddddd;
}

.bg-silver {
    background: #c3c3c3;
}

.bg-dim-gray {
    background: #646363;
}

.bg-gray {
    background: #767676;
}

.bg-suva-grey {
    background: #919191;
}

.bg-green {
    background-color: #7dbd00;
}

.bg-matterhorn {
    background-color: #4d4d4d;
}

.bg-golden {
    background-color: #eaad11;
}

.bg-turquoise {
    background-color: #21a8eb;
}

.bg-night-rider {
    background: #2d2d2d;
}

.bg-eclipse {
    background: #3c3c3c;
}

.bg-blue-violet {
    background-color: #1d1556;
}

.bg-medium-slate-blue {
    background: #8655f4;
}

.bg-soft-nero {
    background: #2a2a2a;
}

.bg-nero {
    background: #191919;
}

.bg-soft-black {
    background: #121212;
}

.bg-black {
    background: black;
}

.bg-hr-dv-orange {
    background-color: #eb5100;
}

.bg-deep-cerise {
    background: #e51681;
}

.bg-black-russian {
    background: #12141c;
}

.bg-black-russian-2 {
    background: #27282b;
}

.bg-black-russian-3 {
    background: #13152e;
}

.bg-midnight-express {
    background: #1b1d38;
}

.bg-zinnwaldite {
    background-color: #eabeab;
}

.bg-silver-tree {
    background-color: #53b596;
}

.bg-medium-purple {
    background-color: #9566d6;
}

.bg-curious-blue {
    background-color: #1ca5da;
}

/*-------------------------------------------------
    [ ## Extra Background ]
*/
.bar-blue-violet .swiper-scrollbar-drag {
    background: #1d1556;
}

/*-------------------------------------------------
    [ ## SVG Fill ]
*/
.svg-white path {
    fill: white;
}

.svg-snow path {
    fill: #fafafa;
}

.svg-white-smoke path {
    fill: #f7f7f7;
}

.svg-gainsboro path {
    fill: #dddddd;
}

.svg-silver path {
    fill: #c3c3c3;
}

.svg-dim-gray path {
    fill: #646363;
}

.svg-gray path {
    fill: #767676;
}

.svg-suva-grey path {
    fill: #919191;
}

.svg-matterhorn path {
    fill: #4d4d4d;
}

.svg-night-rider path {
    fill: #2d2d2d;
}

.svg-eclipse path {
    fill: #3c3c3c;
}

.svg-blue-violet path {
    fill: #1d1556;
}

.svg-soft-nero path {
    fill: #2a2a2a;
}

.svg-nero path {
    fill: #191919;
}

.svg-soft-black path {
    fill: #121212;
}

.svg-black path {
    fill: black;
}

/*-------------------------------------------------
    [ ## Social Element ]
*/
.fb-color {
    color: #3b5998;
}

.fb-bg {
    background: #3b5998;
}

.tw-color {
    color: #1da1f2;
}

.tw-bg {
    background: #1da1f2;
}

.yt-color {
    color: #ff0000;
}

.yt-bg {
    background: #ff0000;
}

.in-color {
    color: #c32aa3;
}

.in-bg {
    background: #c32aa3;
}

.pin-color {
    color: #bd081c;
}

.pin-bg {
    background: #bd081c;
}

.lid-color {
    color: #007bb5;
}

.lid-bg {
    background: #007bb5;
}

.gplus-color {
    color: #db4437;
}

.gplus-bg {
    background: #db4437;
}

.drib-color {
    color: #ea4c89;
}

.drib-bg {
    background: #ea4c89;
}

.drib-color {
    color: #ea4c89;
}

.drib-bg {
    background: #ea4c89;
}

.dbart-color {
    color: #05cc47;
}

.dbart-bg {
    background: #05cc47;
}

.bh-color {
    color: #053eff;
}

.bh-bg {
    background: #053eff;
}

/*-------------------------------------------------
    [ ## Overlay Element ]
*/
.bg-image {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.bg-image-right {
    background-repeat: no-repeat;
    background-position: top right;
    -webkit-background-size: cover;
    background-size: cover;
}

.bg-image-100 {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.hg-background {
    bottom: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: -2;
}

.hg-overlay:before {
    content: '';
    position: absolute;
    background-color: rgba(18, 20, 28, 0.75);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.hg-overlay.dark:before {
    background-color: rgba(27, 29, 56, 0.75);
}

.overlay-blue-violet-85 {
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.overlay-blue-violet-85:before {
    content: '';
    position: absolute;
    background-color: rgba(29, 21, 86, 0.85);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.overlay-blue-violet-85 > div {
    position: relative;
}

.overlay-blue-violet-45 {
    position: relative;
}
.overlay-blue-violet-45:before {
    content: '';
    position: absolute;
    background-color: rgba(29, 21, 86, 0.45);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.overlay-blue-violet-45 > div {
    position: relative;
}

.overlay-bg-snow {
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.overlay-bg-snow:before {
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.95);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.overlay-bg-snow-95 {
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.overlay-bg-snow-95:before {
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.95);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/*-------------------------------------------------
    [ ## Border Element ]
*/
.bd-t-soft-nero {
    border-top: 1px solid #2a2a2a;
}

.bd-t-white-20 {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/*-------------------------------------------------
    [ ## Border Extra Elements ]
*/
.heading-divider span {
    width: 13px;
    height: 13px;
    border: 3px solid #eb5100;
    display: inline-block;
    position: relative;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.title-border {
    position: relative;
    text-align: center;
}
.title-border .small-border {
    width: 7px;
    height: 4px;
    display: inline-block;
    margin: 0 2px;
}
.title-border .large-border {
    height: 4px;
    display: inline-block;
    width: 45px;
    margin: 0 2px;
}

.vertical-divider {
    width: 2px;
    height: 65px;
    background: #eb5100;
}

.horizontal-divider {
    width: 65px;
    height: 2px;
    background: #eb5100;
}

/*--------------------------------------------------------------
# Radius Element
--------------------------------------------------------------*/
.rd-0 {
    border-radius: 0;
}

.rd-5 {
    border-radius: 5px;
}

.rd-10 {
    border-radius: 10px;
}

.rd-15 {
    border-radius: 15px;
}

.rd-30 {
    border-radius: 30px;
}

.rd-30-im {
    border-radius: 30px !important;
}

.rd-45 {
    border-radius: 45px;
}

.rd-p-50 {
    border-radius: 50%;
}

.rd-p-100 {
    border-radius: 100%;
}

/*-------------------------------------------------
    [ ## Lists ]
*/
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1em;
}

.remove-broswer-defult {
    list-style: none;
    padding: 0;
    margin: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

/*-------------------------------------------------
    [ ## Post, Page, Comments Table ]
*/
body:not(.woocommerce-page) .article-content table,
body:not(.bbpress) .article-content table,
body:not(.buddypress) .article-content table {
    margin-bottom: 30px;
}
body:not(.woocommerce-page) .article-content table td,
body:not(.woocommerce-page) .article-content table th,
body:not(.bbpress) .article-content table td,
body:not(.bbpress) .article-content table th,
body:not(.buddypress) .article-content table td,
body:not(.buddypress) .article-content table th {
    border: 1px solid #dddddd;
    padding: 15px;
}

.comment-content table {
    margin-bottom: 30px;
}
.comment-content table td,
.comment-content table th {
    border: 1px solid #dddddd;
    padding: 15px;
}

/*-------------------------------------------------
    [ # Button Links ]
*/
.btn-links-area {
    margin: 5px -8px 0;
}
.btn-links-area .btn-links {
    background-color: transparent;
    border: 0 solid;
    margin: 0 8px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    color: #b4c0d9;
    font-size: 32px;
    padding: 0;
    position: relative;
}
.btn-links-area .btn-links:hover {
    color: #f94f4f;
}
.btn-links-area .btn-links:hover.btn-next {
    padding-left: 5px;
}
.btn-links-area.text-right .btn-links:hover.btn-prev {
    padding-right: 5px;
}
.btn-links-area.text-right .btn-links:hover.btn-next {
    padding-left: 0;
}
@media only screen and (max-width: 991px) {
    .btn-links-area.text-right {
        text-align: left !important;
        margin-bottom: 15px;
    }
    .btn-links-area.text-right .btn-links:hover.btn-prev {
        padding-right: 0px;
    }
    .btn-links-area.text-right .btn-links:hover.btn-next {
        padding-left: 5px;
    }
}
@media only screen and (max-width: 767px) {
    .btn-links-area .btn-links {
        font-size: 26px;
    }
}

/*-------------------------------------------------
    [ ## Socail Status ]
*/
.social-status a {
    border-radius: 50%;
    color: #727272;
    display: inline-block;
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px;
    -webkit-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
    margin: 0 4px;
}
.social-status a:hover,
.social-status a:focus {
    background-color: #293b5f;
    color: white !important;
}

/*-------------------------------------------------
    [ ## Scroll Top ]
*/
.topbutton {
    color: white;
    bottom: 50px;
    display: block;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 50px;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 999;
    font-size: 20px;
    border-radius: 5px;
    background-color: #5e6d6e;
}
.topbutton.btn-show {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.topbutton.btn-hide {
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
}
.topbutton:hover {
    color: white !important;
    opacity: 0.9;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
}
.topbutton:focus {
    color: white !important;
}

/*-------------------------------------------------
    [ ## Carousel Align Center ]
*/
.carousel-nav-align-center .owl-nav.disabled {
    display: block;
}
.carousel-nav-align-center .owl-nav > div {
    display: inline-block;
    color: white;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all 0.25s ease-in 0s;
    transition: all 0.25s ease-in 0s;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 0;
    letter-spacing: 0.6em;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
@media only screen and (max-width: 1199px) {
    .carousel-nav-align-center .owl-nav > div {
        letter-spacing: 0.3em;
    }
}
.carousel-nav-align-center .owl-nav > div > span {
    font-size: 32px;
}
.carousel-nav-align-center .owl-nav > div.owl-prev {
    left: 0px;
}
.carousel-nav-align-center .owl-nav > div.owl-next {
    right: 0px;
}
.carousel-nav-align-center .owl-nav > div:hover {
    color: #f94f4f;
}

/*-------------------------------------------
  -- Animations
-------------------------------------------*/
[data-animate] {
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

/* Fade In Up */
@-webkit-keyframes hg-fadeInUp {
    from {
        opacity: 0;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        -webkit-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0);
    }

    to {
        opacity: 1;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes hg-fadeInUp {
    from {
        opacity: 0;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        -webkit-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0);
    }

    to {
        opacity: 1;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.hg-fadeInUp {
    -webkit-animation-name: hg-fadeInUp;
    animation-name: hg-fadeInUp;
}

/* Fade In Up */
@-webkit-keyframes hg-fadeInUp50 {
    from {
        opacity: 0;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 1;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes hg-fadeInUp50 {
    from {
        opacity: 0;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 1;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.hg-fadeInUp50 {
    -webkit-animation-name: hg-fadeInUp50;
    animation-name: hg-fadeInUp50;
}

/* Fade In Down */
@-webkit-keyframes hg-fadeInDown {
    from {
        opacity: 0;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        -webkit-transform: translate3d(0, -1.25rem, 0);
        transform: translate3d(0, -1.25rem, 0);
    }

    to {
        opacity: 1;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes hg-fadeInDown {
    from {
        opacity: 0;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        -webkit-transform: translate3d(0, -1.25rem, 0);
        transform: translate3d(0, -1.25rem, 0);
    }

    to {
        opacity: 1;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.hg-fadeInDown {
    -webkit-animation-name: hg-fadeInDown;
    animation-name: hg-fadeInDown;
}

/* Fade In Left */
@-webkit-keyframes hg-fadeInLeft {
    from {
        opacity: 0;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

    to {
        opacity: 1;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes hg-fadeInLeft {
    from {
        opacity: 0;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

    to {
        opacity: 1;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.hg-fadeInLeft {
    -webkit-animation-name: hg-fadeInLeft;
    animation-name: hg-fadeInLeft;
}

/* Fade In Right */
@-webkit-keyframes hg-fadeInRight {
    from {
        opacity: 0;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes hg-fadeInRight {
    from {
        opacity: 0;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.hg-fadeInRight {
    -webkit-animation-name: hg-fadeInRight;
    animation-name: hg-fadeInRight;
}

/* Zoom In */
@-webkit-keyframes hg-zoomIn {
    from {
        opacity: 0;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes hg-zoomIn {
    from {
        opacity: 0;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.hg-zoomIn {
    -webkit-animation-name: hg-zoomIn;
    animation-name: hg-zoomIn;
}

/* Zoom Out In */
@-webkit-keyframes hg-zoomOutIn {
    from {
        opacity: 0;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    to {
        opacity: 1;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes hg-zoomOutIn {
    from {
        opacity: 0;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    to {
        opacity: 1;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.hg-zoomOutIn {
    -webkit-animation-name: hg-zoomOutIn;
    animation-name: hg-zoomOutIn;
}

/* Zoom In Short */
@-webkit-keyframes hg-zoomInShort {
    from {
        opacity: 0;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes hg-zoomInShort {
    from {
        opacity: 0;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.hg-zoomInShort {
    -webkit-animation-name: hg-zoomInShort;
    animation-name: hg-zoomInShort;
}

@-webkit-keyframes play-pluse {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
        opacity: 0;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    }

    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
        opacity: 1;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    }
}
@keyframes play-pluse {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
        opacity: 0;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    }

    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
        opacity: 1;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    }
}
@-webkit-keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes scale-up-two {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}
@keyframes scale-up-two {
    0% {
        -webkit-transform: scale(0.65);
        transform: scale(0.65);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.65);
        transform: scale(0.65);
    }
}
@-webkit-keyframes scale-up-three {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scale-up-three {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes top-down {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(45px);
        transform: translateY(45px);
    }

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

    50% {
        -webkit-transform: translateY(45px);
        transform: translateY(45px);
    }

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

    50% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

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

    50% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

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

    50% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

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

    50% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@-webkit-keyframes rotate360 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate360 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }

    20% {
        -webkit-transform: translate(50px, -1px) rotate(36deg);
        transform: translate(50px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(100px, -52px) rotate(72deg);
        transform: translate(100px, -52px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(62px, -92px) rotate(108deg);
        transform: translate(62px, -92px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-20px, -52px) rotate(144deg);
        transform: translate(-20px, -52px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }
}
@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }

    20% {
        -webkit-transform: translate(50px, -1px) rotate(36deg);
        transform: translate(50px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(100px, -52px) rotate(72deg);
        transform: translate(100px, -52px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(62px, -92px) rotate(108deg);
        transform: translate(62px, -92px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-20px, -52px) rotate(144deg);
        transform: translate(-20px, -52px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }
}
@keyframes animationFramesEight {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }

    20% {
        -webkit-transform: translate(-150px, -150px) rotate(36deg);
        transform: translate(-150px, -150px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(-100px, 52px) rotate(72deg);
        transform: translate(-100px, 52px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(162px, -92px) rotate(108deg);
        transform: translate(162px, -92px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-70px, -92px) rotate(144deg);
        transform: translate(-70px, -92px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }
}
@-webkit-keyframes animationFramesEight {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }

    20% {
        -webkit-transform: translate(-150px, -150px) rotate(36deg);
        transform: translate(-150px, -150px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(-100px, 52px) rotate(72deg);
        transform: translate(-100px, 52px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(162px, -92px) rotate(108deg);
        transform: translate(162px, -92px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-70px, -92px) rotate(144deg);
        transform: translate(-70px, -92px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }
}
@keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0, 0) rotate(0) scale(1);
        transform: translate(0, 0) rotate(0) scale(1);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
        transform: translate(73px, -1px) rotate(36deg) scale(0.9);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
        transform: translate(141px, 72px) rotate(72deg) scale(1);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
        transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
        transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(0) scale(1);
        transform: translate(0, 0) rotate(0) scale(1);
    }
}
@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0, 0) rotate(0) scale(1);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(0) scale(1);
    }
}
@keyframes animationFramesThree {
    0% {
        -webkit-transform: translate(5px, 20px);
        transform: translate(5px, 20px);
    }

    100% {
        -webkit-transform: translate(-165px, -150px);
        transform: translate(-165px, -150px);
    }
}
@-webkit-keyframes animationFramesThree {
    0% {
        -webkit-transform: translate(5px, 20px);
        transform: translate(5px, 20px);
    }

    100% {
        -webkit-transform: translate(-165px, -150px);
        transform: translate(-165px, -150px);
    }
}
@keyframes animationFramesFour {
    0% {
        -webkit-transform: translate(50px, -51px) rotate(0);
        transform: translate(50px, -51px) rotate(0);
    }

    100% {
        -webkit-transform: translate(-251px, -200px) rotate(360deg);
        transform: translate(-251px, -200px) rotate(360deg);
    }
}
@-webkit-keyframes animationFramesFour {
    0% {
        -webkit-transform: translate(50px, -51px) rotate(0);
        transform: translate(50px, -51px) rotate(0);
    }

    100% {
        -webkit-transform: translate(-251px, -200px) rotate(360deg);
        transform: translate(-251px, -200px) rotate(360deg);
    }
}
@keyframes animationFramesFive {
    0% {
        -webkit-transform: translate(61px, -99px) rotate(0);
        transform: translate(61px, -99px) rotate(0);
    }

    21% {
        -webkit-transform: translate(4px, -190px) rotate(38deg);
        transform: translate(4px, -190px) rotate(38deg);
    }

    41% {
        -webkit-transform: translate(-139px, -200px) rotate(74deg);
        transform: translate(-139px, -200px) rotate(74deg);
    }

    60% {
        -webkit-transform: translate(-263px, -164px) rotate(108deg);
        transform: translate(-263px, -164px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-195px, -49px) rotate(144deg);
        transform: translate(-195px, -49px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(-1px, 0) rotate(180deg);
        transform: translate(-1px, 0) rotate(180deg);
    }
}
@-webkit-keyframes animationFramesFive {
    0% {
        -webkit-transform: translate(61px, -99px) rotate(0);
    }

    21% {
        -webkit-transform: translate(4px, -190px) rotate(38deg);
    }

    41% {
        -webkit-transform: translate(-139px, -200px) rotate(74deg);
    }

    60% {
        -webkit-transform: translate(-263px, -164px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-195px, -49px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(-1px, 0) rotate(180deg);
    }
}
@keyframes animationFramesSix {
    0% {
        -webkit-transform: translate(0px, -1px);
        transform: translate(0px, -1px);
    }

    100% {
        -webkit-transform: translate(-251px, 250px);
        transform: translate(-251px, 250px);
    }
}
@-webkit-keyframes animationFramesSix {
    0% {
        -webkit-transform: translate(0px, -1px);
        transform: translate(0px, -1px);
    }

    100% {
        -webkit-transform: translate(-251px, 250px);
        transform: translate(-251px, 250px);
    }
}
@keyframes animationFramesSeven {
    0% {
        -webkit-transform: translate(0px, -1px);
        transform: translate(0px, -1px);
    }

    100% {
        -webkit-transform: translate(-301px, -300px);
        transform: translate(-301px, -300px);
    }
}
@-webkit-keyframes animationFramesSeven {
    0% {
        -webkit-transform: translate(0px, -1px);
        transform: translate(0px, -1px);
    }

    100% {
        -webkit-transform: translate(-301px, -300px);
        transform: translate(-301px, -300px);
    }
}
@-webkit-keyframes reveal-vertical {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
@keyframes reveal-vertical {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
@-webkit-keyframes reveal-link {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    10% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes reveal-link {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    10% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.reveal-left:before {
    left: 0;
}

.reveal-right:before {
    right: 0;
}

.reveal-left,
.reveal-right {
    position: relative;
    display: inline-block;
}
.reveal-left:before,
.reveal-right:before {
    width: 100%;
    height: 100%;
    background-color: #293b5f;
    position: absolute;
    top: 0;
    content: '';
    -webkit-transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    z-index: 2;
}
.reveal-left.in:before,
.reveal-right.in:before {
    width: 0;
}

/*-------------------------------------------------
    [ ## Others Element ]
*/
.block-img {
    display: block;
}

.mfp-close {
    color: white !important;
}

.full-content {
    float: none;
    margin: auto;
}

.full-width {
    width: 100%;
}

.bg-cover {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

[data-bg-image] {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%;
}

.no-border {
    border: 0 none !important;
}

.overflow-hide {
    overflow: hidden;
}

.overflow-visible {
    overflow: visible;
}

.fl-none {
    float: none !important;
}

@media only screen and (max-width: 800px) {
    .mb-fl-none {
        float: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .mb-text-center {
        text-align: center !important;
    }
}

.box-shadow {
    -webkit-box-shadow: 3px 3px 11px 0px rgba(0, 0, 0, 0.28);
    box-shadow: 3px 3px 11px 0px rgba(0, 0, 0, 0.28);
}

.box-shadow-red {
    -webkit-box-shadow: 3px 3px 11px 0px rgba(249, 79, 79, 0.14);
    box-shadow: 3px 3px 11px 0px rgba(249, 79, 79, 0.14);
}

.card-shadow {
    -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.07);
}

.mock-up-thumb {
    display: inline-block;
}

.card {
    background-color: white;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.07);
}

.site-content {
    background-color: white;
    background-image: url('../images/bg/bg-main.png');
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
.site-content.home-one {
    background-image: url('../images/bg/bg-home1.png');
}
.site-content.home-two {
    background-image: url('../images/bg/bg-home2.png');
}
.site-content.home-three {
    background-image: url('../images/bg/bg-home3.png');
}
.site-content.home-four {
    background-image: url('../images/bg/bg-home4.png');
}
.site-content.home-five {
    background-image: url('../images/bg/bg-home5.png');
    background-color: #1d1556;
}
.site-content.home-six {
    background-image: url('../images/bg/bg-home6.png');
    background-color: #352793;
}

.logo-text {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    color: #b2a1d2 !important;
    letter-spacing: 0.45em;
    display: inline-block;
}
.logo-text > a:focus,
.logo-text > a:hover,
.logo-text:focus,
.logo-text:hover {
    color: #b2a1d2 !important;
}

.bg-center {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: auto;
    background-size: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
    .container {
        max-width: 1200px;
    }
}
@media only screen and (max-width: 576px) {
    .container {
        width: 100%;
    }
}
/*-------------------------------------------------
    [ ## Grid Element ]
*/
.container-xl {
    margin: auto;
    padding: 0 15px;
    width: 100%;
}
@media only screen and (min-width: 1575px) {
    .container-xl {
        max-width: 1300px;
    }
}
@media only screen and (min-width: 1300px) and (max-width: 1574px) {
    .container-xl {
        max-width: 1200px;
    }
}

@media only screen and (min-width: 992px) {
    .row.item-4 .item:nth-child(4n + 1) {
        clear: left;
    }
}
@media only screen and (min-width: 992px) {
    .row.item-3 .item:nth-child(3n + 1) {
        clear: left;
    }
}
@media only screen and (min-width: 992px) {
    .row.item-2 .item:nth-child(2n + 1) {
        clear: left;
    }
}
@media only screen and (min-width: 992px) {
    .row.item-1 .item:nth-child(n + 1) {
        clear: left;
    }
}
@media only screen and (max-width: 992px) {
    .row .item:nth-child(2n + 1) {
        clear: left;
    }
}
@media only screen and (max-width: 520px) {
    .row .item:nth-child(n + 1) {
        clear: left;
    }
}
@media only screen and (max-width: 520px) {
    .row[class*='item-'] [class*='col-'] {
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    .item-sm [class*='col-'] {
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*-------------------------------------------------
    # Forms
*/
/*-------------------------------------------------
    [ ## Buttons ]
*/
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

input[type='submit']:hover {
    color: white;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'],
input[type='button'],
input[type='reset'],
input[type='submit'] {
    cursor: pointer;
    -webkit-appearance: button;
}
button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus {
    outline: none;
}

button::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.btn {
    -webkit-transition: all 0.3s ease 0.02s;
    transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
    border: 0px solid;
    border-radius: 0px;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
    .btn {
        font-size: 15px;
    }
}

.btn-default {
    padding: 0 30px;
    height: 60px;
    line-height: 60px;
    border-radius: 50px 0px 50px 50px;
    letter-spacing: -0.02em;
    color: white;
    background-color: #31b2de;
    -webkit-box-shadow: 3px 3px 11px rgba(198, 22, 22, 0.25);
    box-shadow: 3px 3px 11px rgba(198, 22, 22, 0.25);
}
@media only screen and (max-width: 767px) {
    .btn-default {
        height: 50px;
        line-height: 50px;
    }
}
.btn-default:focus,
.btn-default:hover {
    background-color: #5e6d6e;
    color: white;
    -webkit-box-shadow: -3px 3px 11px rgba(41, 59, 95, 0.25);
    box-shadow: -3px 3px 11px rgba(41, 59, 95, 0.25);
}

.btn-primary.active:focus:not(:disabled):not(.disabled),
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0rem rgba(38, 143, 255, 0);
    box-shadow: 0 0 0 0rem rgba(38, 143, 255, 0);
}

.btn-primary {
    background-color: #293b5f;
    -webkit-box-shadow: 3px 3px 11px rgba(41, 59, 95, 0.25);
    box-shadow: 3px 3px 11px rgba(41, 59, 95, 0.25);
}
.btn-primary:focus,
.btn-primary:hover {
    background-color: #f94f4f !important;
    color: white;
    -webkit-box-shadow: -3px 3px 11px rgba(41, 59, 95, 0.25) !important;
    box-shadow: -3px 3px 11px rgba(41, 59, 95, 0.25) !important;
}

.video-btn {
    position: relative;
    width: 64px;
    height: 64px;
    line-height: 70px;
    background-color: #f94f4f;
    text-align: center;
    font-size: 30px;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: 350ms;
    transition: 350ms;
    display: inline-block;
    z-index: 0;
}
.video-btn:after {
    display: block;
    content: '';
    width: 84px;
    height: 84px;
    line-height: 84px;
    border-radius: 50%;
    background-color: rgba(249, 79, 79, 0.2);
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}
.video-btn:before {
    display: block;
    content: '';
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    background-color: rgba(249, 79, 79, 0.2);
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-animation: play-pluse 1000ms ease-out infinite;
    animation: play-pluse 1000ms ease-out infinite;
}
.video-btn:hover,
.video-btn:focus {
    color: white;
}
@media only screen and (max-width: 767px) {
    .video-btn {
        width: 54px;
        height: 54px;
        line-height: 60px;
        font-size: 24px;
    }
    .video-btn:after {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    .video-btn:before {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
}

.app-btn-group {
    margin: 40px -13px -10px;
}
.app-btn-group > .btn-app {
    margin: 10px 13px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.app-btn-group > .btn-app .icon {
    margin-right: 20px;
}
.app-btn-group > .btn-app .btn-text {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.6em;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1px;
}
.app-btn-group > .btn-app .btn-text > span {
    display: block;
    font-size: 15px;
}
@media only screen and (max-width: 767px) {
    .app-btn-group {
        margin-top: 25px;
    }
    .app-btn-group > .btn-app .icon {
        margin-right: 10px;
    }
    .app-btn-group > .btn-app .btn-text > span {
        font-size: 13px;
    }
}

.show-more {
    text-align: center;
}
.show-more .button {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #293b5f;
}
.show-more .button > span {
    display: block;
    margin-top: 7px;
}
.show-more .button:hover {
    color: #f94f4f;
}

.more-link {
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    word-spacing: 0.02em;
    letter-spacing: 0.01em;
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.more-link:hover,
.more-link:focus,
.more-link:active:focus {
    color: white;
    text-decoration: none !important;
}

.comment-navigation .nav-links a {
    background: white;
    display: inline-block;
    padding: 0.5em 1.8em;
    letter-spacing: 0.02em;
}
.comment-navigation .nav-links a:hover {
    color: white;
}

.mfp-wrap button:hover,
.mfp-wrap input[type='button']:hover,
.mfp-wrap input[type='reset']:hover,
.mfp-wrap input[type='submit']:hover {
    background: transparent !important;
}

.btn-play {
    padding: 15px;
    display: inline-block;
    font-size: 16px;
    height: 55px;
    width: 55px;
    line-height: 25px;
}

.social-btn-lg {
    display: inline-block;
    font-size: 12px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
}

.btn-gf {
    border-style: solid;
    border-width: 5px;
    border-color: white;
    border-radius: 50%;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.14);
}

.btn-lg {
    padding: 15px 45px;
    display: inline-block;
    font-size: 16px;
}

.btn-md {
    padding: 10px 30px;
    display: inline-block;
    font-size: 15px;
}

.btn-xl {
    padding: 15px 45px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.015em;
}

.btn-slider {
    padding: 10px 45px;
    display: inline-block;
    font-size: 15px;
    border-radius: 30px;
    border-width: 3px;
}

.btn-slider-xl {
    padding: 15px 45px;
    display: inline-block;
    font-size: 15px;
    border-radius: 30px;
}

.load-more-btn {
    background: #eeedfd;
    font-size: 35px;
    display: inline-block;
    border-radius: 100%;
    width: 90px;
    height: 90px;
    line-height: 90px;
}

/*-------------------------------------------------
    [ ## Fields ]
*/
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus {
    outline: none;
}

input[type='time']::-webkit-inner-spin-button,
input[type='time']::-webkit-outer-spin-button,
input[type='date']::-webkit-inner-spin-button,
input[type='date']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type='search'] {
    -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent url('../images/angle.png') no-repeat scroll 95% 50%;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-text-fill-color: #727272 !important;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-text-fill-color: #727272 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

textarea {
    display: block;
    width: 100%;
    display: block;
}

input,
select,
textarea {
    border: none;
    vertical-align: baseline;
    font-size: 100%;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

::-webkit-input-placeholder {
    color: #b3b3b3;
}

.widget_newsletter::-webkit-input-placeholder {
    color: #808080;
}

:-moz-placeholder {
    color: #b3b3b3;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

::-moz-placeholder {
    color: #b3b3b3;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

:-ms-input-placeholder {
    color: #b3b3b3;
}

.form-controller {
    font-size: 13px;
    border: 1px solid #dddddd;
    background: white;
    width: 100%;
    padding: 0.5em 1em;
    outline: none;
}
.form-controller:focus {
    border-color: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.post-password-form input[type='password'] {
    font-size: 14px;
    border: 1px solid #f0f0f0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}
.post-password-form input[type='submit'] {
    padding: 15px 30px;
    position: relative;
    top: 0;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*-------------------------------------------------
    # Media
*/
.page-content .wp-smiley,
.entry-summary .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
    border: none;
}

.format-audio iframe {
    width: 100%;
    overflow: hidden;
}

/*-------------------------------------------------
    [ ## Captions ]
*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*='wp-image-'] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.4em 0;
    font-size: 0.9em;
    font-style: italic;
}

.wp-caption-text {
    text-align: center;
}

/*-------------------------------------------------
    [ ## Galleries ]
*/
.gallery {
    margin-bottom: 1.5em;
    margin-left: -10px;
    margin-right: -10px;
}

.gallery-item {
    float: left;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin-bottom: 30px;
    padding: 0 10px;
}
@media only screen and (max-width: 560px) {
    .gallery-item {
        max-width: 100% !important;
    }
    .gallery-item img {
        width: 100%;
    }
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    border-radius: 3px;
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 0.8em;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP tool-bar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: '';
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .never ending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Header Content
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Preloader ]
*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #293b5f;
    overflow: hidden;
}

.preloader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader-icon {
    width: 72px;
    height: 72px;
    display: inline-block;
    padding: 0px;
}

.preloader-icon span {
    position: absolute;
    display: inline-block;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    background-color: #f94f4f;
    -webkit-animation: preloader-fx 1.5s linear infinite;
    animation: preloader-fx 1.5s linear infinite;
}

.preloader-icon span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
    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-fx {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}
/*-------------------------------------------------
    [ ## Header ]
*/
.site-header {
    padding: 30px 0 20px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0px;
    z-index: 9;
}
@media only screen and (max-width: 1199px) {
    .site-header {
        padding: 10px 0;
    }
}
.site-header > .container-fluid .navigation-area {
    padding-left: 15px;
    padding-right: 15px;
}
@media only screen and (max-width: 1199px) {
    .site-header > .container-fluid .navigation-area {
        padding-left: 0px;
        padding-right: 0px;
    }
}
.site-header .navigation-area {
    -moz-box-align: center;
    -moz-box-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-height: 70px;
}
.site-header .navigation-area .site-branding a {
    display: inline-block;
}
.site-header .navigation-area .header-navigation-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.site-header .navigation-area .header-navigation-right .contact-info {
    font-size: 16px;
    font-weight: 500;
}
.site-header .navigation-area .header-navigation-right .contact-info > a:hover {
    color: #f94f4f;
}
@media only screen and (max-width: 1199px) {
    .site-header .navigation-area .header-navigation-right {
        display: none;
    }
}
.site-header.default-header-style .navigation-area .header-navigation-right,
.site-header.default-header-style .navigation-area .site-branding {
    width: 180px;
}
.site-header.default-header-style + div {
    position: relative;
}
.site-header.header-style-one .site-navigation {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.site-header.header-style-one .site-navigation .site-branding {
    margin-right: 40px;
}
@media only screen and (max-width: 1366px) {
    .site-header.header-style-one .site-navigation .site-branding {
        margin-right: 20px;
    }
}
.site-header.header-style-one .header-navigation-right .contact-info {
    color: white;
}
.site-header.header-style-one .header-navigation-right .lets-talk-area {
    margin-left: 30px;
}
.site-header.header-style-two .navigation {
    padding-right: 20px;
}
.site-header.header-style-two .navigation .mainmenu li > a > .menu-arrow {
    color: rgba(255, 255, 255, 0.6);
}
.site-header.header-style-two .navigation .mainmenu > li > a {
    color: white;
}
.site-header.header-style-two .navigation .mainmenu > li > a.active,
.site-header.header-style-two .navigation .mainmenu > li > a:hover {
    color: #f94f4f;
}
.site-header.header-style-three .navigation-area {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.site-header.header-style-three .navigation .mainmenu {
    padding-left: 50px;
    margin-top: -8px;
}
.site-header.header-style-three .navigation .mainmenu li > a > .menu-arrow {
    color: rgba(255, 255, 255, 0.6);
    right: 5px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 0;
    top: -webkit-calc(50% - 8px);
    top: calc(50% - 8px);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.site-header.header-style-three .navigation .mainmenu li > a:hover > .menu-arrow {
    right: 3px;
}
.site-header.header-style-three .navigation .mainmenu > li {
    display: block;
}
.site-header.header-style-three .navigation .mainmenu > li > a {
    padding: 8px 15px 8px 60px;
    text-align: left;
    color: white;
    font-size: 14px;
    position: relative;
}
.site-header.header-style-three .navigation .mainmenu > li > a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 52%;
    height: 2px;
    width: 0px;
    background-color: #f94f4f;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.site-header.header-style-three .navigation .mainmenu > li > a.active,
.site-header.header-style-three .navigation .mainmenu > li > a:hover {
    color: #f94f4f;
}
.site-header.header-style-three .navigation .mainmenu > li > a.active:before,
.site-header.header-style-three .navigation .mainmenu > li > a:hover:before {
    width: 35px;
}
.site-header.header-style-three .navigation .mainmenu .sub-menu {
    top: -10px;
    left: 100%;
}
.site-header.header-style-three .navigation .mainmenu .sub-menu .sub-menu {
    left: -webkit-calc(100% + 10px);
    left: calc(100% + 10px);
}
.site-header.header-style-four {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
@media only screen and (max-width: 1199px) {
    .site-header.header-style-four {
        background-color: transparent;
        position: absolute;
    }
}
.site-header.header-style-four.is-active {
    z-index: 9999;
    padding: 15px 0;
    position: fixed;
}
@media only screen and (max-width: 1199px) {
    .site-header.header-style-four.is-active {
        padding: 10px 0;
    }
}

@media only screen and (max-width: 1199px) {
    .site-header {
        z-index: 99;
    }
    .header-navigation-right {
        display: none;
    }
    .site-header.header-style-one .site-navigation {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .site-header.header-style-two {
        background-color: #1d1855;
    }
    .site-header.header-style-two .container {
        max-width: 100%;
    }
    .site-header.header-style-two .navigation {
        padding-right: 0px;
    }
    .site-header.header-style-two .header-navigation-right {
        display: block;
    }
    .site-header.header-style-two .lets-talk-area {
        display: none;
    }
    .site-header.header-style-three {
        background-color: #1d1556;
    }
    .site-header.header-style-three .navigation-area {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .site-header.header-style-three > .container {
        max-width: 100%;
    }
    .site-header.header-style-three .navigation .mainmenu {
        padding-left: 0px;
        margin-top: 0px;
    }
    .site-header.header-style-three .navigation .mainmenu > li > a {
        padding: 12px 20px;
        text-align: left;
    }
    .site-header.header-style-three .navigation .mainmenu > li > a.active,
    .site-header.header-style-three .navigation .mainmenu > li > a:hover {
        color: #f94f4f;
        padding-left: 25px;
    }
    .site-header.header-style-three .navigation .mainmenu > li > a.active:before,
    .site-header.header-style-three .navigation .mainmenu > li > a:hover:before {
        width: 0px;
    }
    .site-header.header-style-three .navigation .mainmenu > li:last-child > a {
        padding-right: 0px;
    }
}
/*-------------------------------------------------
    [ ## Sticky header ]
*/
#sticky-header {
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
#sticky-header .site-header {
    padding: 15px 0;
    background-color: white;
    -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.15);
    position: relative;
}
#sticky-header .site-header .megamenu .megamenu-main {
    top: -webkit-calc(100% + 15px);
    top: calc(100% + 15px);
}
#sticky-header .site-header .megamenu .megamenu-main:before {
    top: -20px;
    height: 20px;
}
#sticky-header .site-header.header-style-one .header-navigation-right .contact-info {
    color: #293b5f;
}
#sticky-header .site-header.header-style-two {
    background-color: #1d1855;
}
#sticky-header .site-header.header-style-three {
    background-color: #1d1556;
}
#sticky-header .site-header.header-style-three .navigation-area {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#sticky-header .site-header.header-style-three .navigation .mainmenu {
    padding-left: 0px;
    margin-top: 0px;
}
#sticky-header .site-header.header-style-three .navigation .mainmenu li > a > .menu-arrow {
    right: -1px;
    -webkit-transform: rotate(0deg) translateY(-50%);
    -ms-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
    top: 50%;
}
#sticky-header .site-header.header-style-three .navigation .mainmenu li > a:hover > .menu-arrow {
    right: -1px;
}
#sticky-header .site-header.header-style-three .navigation .mainmenu .sub-menu li > a > .menu-arrow {
    right: auto;
    left: 6px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: -webkit-calc(50% - 8px);
    top: calc(50% - 8px);
}
#sticky-header .site-header.header-style-three .navigation .mainmenu .sub-menu li > a:hover > .menu-arrow {
    left: 1px;
}
#sticky-header .site-header.header-style-three .navigation .mainmenu > li {
    display: inline-block;
}
#sticky-header .site-header.header-style-three .navigation .mainmenu > li > a {
    padding: 20px 15px;
    text-align: center;
}
#sticky-header .site-header.header-style-three .navigation .mainmenu > li > a.active,
#sticky-header .site-header.header-style-three .navigation .mainmenu > li > a:hover {
    color: #f94f4f;
}
#sticky-header .site-header.header-style-three .navigation .mainmenu > li > a.active:before,
#sticky-header .site-header.header-style-three .navigation .mainmenu > li > a:hover:before {
    width: 0px;
}
#sticky-header .site-header.header-style-three .navigation .mainmenu .sub-menu {
    top: -webkit-calc(100% + 18px);
    top: calc(100% + 18px);
    left: auto;
    right: 0;
}
#sticky-header .site-header.header-style-three .navigation .mainmenu .sub-menu:before {
    position: absolute;
    width: 100%;
    height: 20px;
    top: -20px;
    left: 0;
    content: '';
    z-index: 99;
    cursor: pointer;
}
#sticky-header .site-header.header-style-three .navigation .mainmenu .sub-menu > li > a {
    text-align: right;
}
#sticky-header .site-header.header-style-three .navigation .mainmenu .sub-menu .sub-menu {
    left: auto;
    right: -webkit-calc(100% + 10px);
    right: calc(100% + 10px);
    top: 0;
}
#sticky-header .site-header.header-style-three .navigation .mainmenu .sub-menu .sub-menu:before {
    top: 0px;
    height: 100%;
    width: 15px;
    left: auto;
    right: -12px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Links ]
*/
a {
    color: inherit;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
a:focus {
    outline: none;
}
a:hover,
a:active {
    outline: 0;
    text-decoration: none;
}

/*-------------------------------------------------
    [ ## Menus ]
*/
@media only screen and (min-width: 1199px) {
    #mobile-menu {
        display: none;
    }

    .overlapblackbg {
        display: none;
    }

    .mainmenu {
        padding: 0;
        text-align: center;
        margin-bottom: 0;
    }
    .mainmenu > li {
        display: inline-block;
        position: relative;
    }
    .mainmenu li {
        list-style: none;
    }

    .navigation .mainmenu li > a {
        position: relative;
    }
    .navigation .mainmenu li > a > .menu-arrow {
        position: absolute;
        color: rgba(41, 59, 95, 0.6);
        font-size: 13px;
        right: 5px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .navigation .mainmenu > li > a {
        display: block;
        padding: 20px;
        font-size: 15px;
        font-weight: 600;
        text-transform: capitalize;
        text-decoration: none;
        position: relative;
        color: #293b5f;
        letter-spacing: -0.015em;
        vertical-align: middle;
        -webkit-box-shadow: 0 0 1px transparent;
        box-shadow: 0 0 1px transparent;
        white-space: nowrap;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
}
@media only screen and (min-width: 1199px) and (max-width: 1366px) {
    .navigation .mainmenu > li > a {
        padding: 20px 15px;
    }
}
@media only screen and (min-width: 1199px) {
    .navigation .mainmenu > li > a span {
        font-size: 14px;
        color: #929292;
        margin-left: 5px;
    }
    .navigation .mainmenu > li.current-menu-item > a:before,
    .navigation .mainmenu > li.current-menu-ancestor > a:before {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .menu-click {
        display: none;
    }

    /* Sub Menu CSS */
    .mainmenu .sub-menu {
        min-width: 250px;
        position: absolute;
        z-index: 999;
        margin: 0;
        padding: 10px;
        background-color: #1d1855;
        opacity: 0;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        top: 100%;
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
    }
    .mainmenu .sub-menu li {
        position: relative;
    }
    .mainmenu .sub-menu li a {
        background-image: none;
        color: white;
        border-right: 0 none;
        text-align: left;
        display: block;
        line-height: 1.5em;
        padding: 7px 20px;
        text-transform: none;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0.025em;
    }
    .mainmenu .sub-menu li:last-child a {
        border-bottom: none;
    }

    .mainmenu .sub-menu li:last-child > a {
        border-bottom: 0;
    }

    .menuexpandermain {
        display: none;
    }

    .mainmenu li:hover .sub-menu,
    .mainmenu .sub-menu li:hover .sub-menu-sub {
        display: block;
    }
    .mainmenu .sub-menu .sub-menu,
    .mainmenu .sub-menu .sub-menu .sub-menu {
        min-width: 250px;
        position: absolute;
        left: -webkit-calc(100% + 20px);
        left: calc(100% + 20px);
        top: -1px;
        margin: 0;
        padding: 10px;
        opacity: 0;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
        transition: transform 0.4s, opacity 0.4s;
        z-index: 1001;
    }
    .mainmenu .sub-menu .sub-menu:before,
    .mainmenu .sub-menu .sub-menu .sub-menu:before {
        position: absolute;
        content: '';
        left: -20px;
        top: 0;
        height: 40px;
        width: 20px;
    }
    .mainmenu .sub-menu li:hover .sub-menu,
    .mainmenu .sub-menu .sub-menu li:hover .sub-menu {
        opacity: 1;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        list-style: none;
        background-color: rgba(29, 24, 85, 0.95);
    }

    .mainmenu .sub-menu li {
        position: relative;
        display: block;
    }

    /*Animation*/
    .mainmenu {
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    }
    .mainmenu li {
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    }
    .mainmenu li > .sub-menu,
    .mainmenu li > .megamenu > .sub-menu {
        -webkit-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        visibility: hidden;
    }
    .mainmenu li:hover {
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    }
    .mainmenu li:hover > .sub-menu,
    .mainmenu li:hover > .megamenu > .sub-menu {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        visibility: visible;
    }

    /* Default Color */
    .mainmenu li:hover > a,
    .mainmenu > li > a:hover,
    .mainmenu > li > a.active {
        background-color: transparent;
        text-decoration: none;
        color: #f94f4f;
    }

    .mainmenu .sub-menu > li > a:hover,
    .mainmenu .sub-menu .sub-menu > li > a:hover,
    .mainmenu .sub-menu .sub-menu .sub-menu > li > a:hover {
        background-color: rgba(0, 0, 0, 0.25);
        border-radius: 0 !important;
        text-decoration: none;
    }

    .mainmenu .sub-menu .current-menu-parent > a,
    .mainmenu .sub-menu .current-menu-item > a {
        background-color: rgba(0, 0, 0, 0.25);
    }

    .current-menu-ancestor .current-menu-ancestor > a {
        background-color: rgba(0, 0, 0, 0.25);
    }

    .megamenu .sub-menu .current-menu-item > a,
    .megamenu .current-menu-ancestor > a,
    .megamenu.current-menu-ancestor .current-menu-ancestor > a {
        background-color: transparent;
    }

    .megamenu .sub-menu .current-menu-parent > a,
    .megamenu .sub-menu .current-menu-item > a {
        background-color: transparent;
    }
}
.megamenu {
    position: static !important;
}
.megamenu .megamenu-main {
    width: 100%;
    left: 0;
    padding: 40px 30px;
    top: -webkit-calc(100% + 30px);
    top: calc(100% + 30px);
}
.megamenu .megamenu-main:before {
    content: '';
    position: absolute;
    left: 0;
    top: -50px;
    width: 100%;
    height: 50px;
    z-index: 5;
}
.megamenu .megamenu-main ul {
    padding-left: 0px;
}
.megamenu .megamenu-main .megamenu-heading {
    font-weight: 600;
    color: #f94f4f;
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px;
}
.megamenu .megamenu-main .custom-megamenu li a {
    padding: 6px 0px;
    font-size: 15px;
}
.megamenu .megamenu-main .custom-megamenu li a:hover {
    padding-left: 5px;
}

/*-------------------------------------------------
    [ ### Hamburger Menu ]
*/
.hamburger-wrapper {
    background-color: #1d1855;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
    -webkit-transition: all 0s 0.5s cubic-bezier(0.645, 0.05, 0.355, 1);
    transition: all 0s 0.5s cubic-bezier(0.645, 0.05, 0.355, 1);
    width: 100%;
    z-index: 1000;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .hamburger-wrapper {
        -ms-flex-align: self-start;
        -webkit-box-align: self-start;
        -webkit-align-items: self-start;
        align-items: self-start;
    }
}
.hamburger-wrapper .hamburger-wrapper-inner {
    margin: 0;
    width: 100%;
    height: 65vh;
    width: 750px;
    padding-right: 30px;
}
@media only screen and (max-width: 767px) {
    .hamburger-wrapper .hamburger-wrapper-inner {
        width: 300px;
        padding-right: 20px;
        height: 100vh;
    }
}
.hamburger-wrapper .hamburger-wrapper-inner .ss-content {
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.hamburger-wrapper .hamburger-wrapper-inner .ss-scroll {
    background-color: rgba(255, 255, 255, 0.2);
}
.hamburger-wrapper .hamburger-wrapper-inner .menu-inside {
    position: relative;
}
.hamburger-wrapper .hamburger-wrapper-inner .menu-inside .menu-click {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    right: 20px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.hamburger-wrapper .hamburger-wrapper-inner .menu-inside .menu-click > i {
    font-size: 30px;
}
@media only screen and (max-width: 767px) {
    .hamburger-wrapper .hamburger-wrapper-inner .menu-inside .menu-click {
        right: 10px;
    }
    .hamburger-wrapper .hamburger-wrapper-inner .menu-inside .menu-click > i {
        font-size: 20px;
        padding: 10px;
        width: 45px;
    }
}
.hamburger-wrapper .hamburger-wrapper-inner .menu-inside .menu-click:hover {
    right: 10px;
}
@media only screen and (max-width: 767px) {
    .hamburger-wrapper .hamburger-wrapper-inner .menu-inside .menu-click:hover {
        right: 5px;
    }
}
.hamburger-wrapper .hamburger-wrapper-inner .menu-inside .menu-click:hover i {
    color: #f94f4f;
}
.hamburger-wrapper .hamburger-wrapper-inner .back-menu {
    padding: 10px 20px;
    cursor: pointer;
    font-size: 30px;
}
@media only screen and (max-width: 767px) {
    .hamburger-wrapper .hamburger-wrapper-inner .back-menu {
        padding: 10px;
        font-size: 20px;
    }
}
.hamburger-wrapper .hamburger-wrapper-inner .back-menu:hover {
    color: white;
}
.hamburger-wrapper .mainmenu-hamburger {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}
@media only screen and (max-height: 320px) {
    .hamburger-wrapper .mainmenu-hamburger {
        -webkit-box-pack: normal;
        -ms-flex-pack: normal;
        -webkit-justify-content: normal;
        justify-content: normal;
        padding: 2.14rem 0 0;
    }
}
.hamburger-wrapper .mainmenu-hamburger li:nth-child(2) .nav-link span {
    -webkit-transition-delay: 0.74s;
    transition-delay: 0.74s;
}
.hamburger-wrapper .mainmenu-hamburger li:nth-child(3) .nav-link span {
    -webkit-transition-delay: 0.84s;
    transition-delay: 0.84s;
}
.hamburger-wrapper .mainmenu-hamburger li:nth-child(4) .nav-link span {
    -webkit-transition-delay: 0.94s;
    transition-delay: 0.94s;
}
.hamburger-wrapper .mainmenu-hamburger .nav-link {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    color: #fff;
    font-size: 100px;
    font-size: 6.25rem;
    font-weight: 700;
    display: inline-block;
    line-height: 1.3;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
}
@media only screen and (max-width: 1500px) {
    .hamburger-wrapper .mainmenu-hamburger .nav-link {
        font-size: 5rem;
    }
}
@media only screen and (max-width: 768px) {
    .hamburger-wrapper .mainmenu-hamburger .nav-link {
        margin-top: 0.62rem;
        font-size: 3.75rem;
    }
}
@media only screen and (max-width: 580px) {
    .hamburger-wrapper .mainmenu-hamburger .nav-link {
        font-size: 2.25rem;
    }
}
@media only screen and (max-height: 350px) {
    .hamburger-wrapper .mainmenu-hamburger .nav-link {
        margin-bottom: 1.07rem;
    }
}
.hamburger-wrapper .mainmenu-hamburger .nav-link.active {
    color: #f94f4f;
}
.hamburger-wrapper .mainmenu-hamburger .nav-link:hover {
    color: white;
}
.hamburger-wrapper .mainmenu-hamburger .nav-link > span {
    display: inline-block;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: all 0.6s 0.64s cubic-bezier(0.72, 0.16, 0.345, 0.875);
    transition: all 0.6s 0.64s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}
.hamburger-wrapper .mainmenu-hamburger li {
    display: block;
}
.hamburger-wrapper .mainmenu-hamburger li .sub-menu {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
    position: absolute;
    left: 100%;
    width: 100%;
    top: 0;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    visibility: hidden;
    z-index: 99;
}
.hamburger-wrapper .mainmenu-hamburger li .sub-menu a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff;
    display: block;
    font-weight: 500;
    line-height: 1.3;
    overflow: hidden;
    padding: 15px 20px;
    font-size: 5.5rem;
    position: relative;
    text-decoration: none;
    text-align: left;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    vertical-align: middle;
    text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
    .hamburger-wrapper .mainmenu-hamburger li .sub-menu a {
        padding: 10px;
        font-size: 20px;
    }
}
.hamburger-wrapper .mainmenu-hamburger li .sub-menu a:hover {
    padding-left: 25px;
    color: #f94f4f;
}
.hamburger-wrapper .mainmenu-hamburger.has-hovered-link .nav-link {
    opacity: 0.1;
}
.hamburger-wrapper .mainmenu-hamburger.has-hovered-link .nav-link:hover {
    opacity: 1;
}
.hamburger-wrapper.menu-show {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
}
.hamburger-wrapper.menu-show .hamburger-wrapper-inner {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.hamburger-wrapper.menu-show .nav-link span {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
}
.hamburger-wrapper.menu-show .navbar {
    background-color: transparent;
}

@media only screen and (max-width: 1500px) {
    .menu-inner {
        padding: 2rem 3.12rem 0;
    }
}
.ef-background {
    background-color: #000;
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
}
.ef-background.animated {
    display: block;
    -webkit-animation: reveal-vertical 1s cubic-bezier(0.645, 0.05, 0.355, 1) both;
    animation: reveal-vertical 1s cubic-bezier(0.645, 0.05, 0.355, 1) both;
}

/*-------------------------------------------------
    [ ## Pagination ]
*/
/* page link pagination */
.article-content .page-links span {
    border: 1px solid #dddddd;
    font-size: 1em;
    padding: 0.4em 0.8em;
    font-weight: 600;
}
.article-content .page-links > span {
    color: #fff;
}
.article-content .page-links a {
    text-decoration: none;
}

.paging-navigation {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
    z-index: 1;
    font-size: 14px;
}
@media only screen and (max-width: 1199px) {
    .paging-navigation.pd-t-70 {
        padding-top: 30px;
    }
    .paging-navigation.pd-t-40 {
        padding-top: 20px;
    }
}
.paging-navigation .nav-links {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
    list-style: none;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding-left: 0px;
}
.paging-navigation .nav-links a {
    font-weight: 500;
    display: block;
    -webkit-transition: ease-in 0.25s;
    transition: ease-in 0.25s;
    text-align: center;
}
.paging-navigation .nav-links > li {
    display: inline-block;
    margin: 0 3px;
}
.paging-navigation .nav-links > li > a {
    height: 42px;
    width: 42px;
    line-height: 42px;
    border-radius: 50%;
    color: #8f8f8f;
    font-weight: 500;
}
.paging-navigation .nav-links > li > a span {
    display: block;
}
.paging-navigation .nav-links > li.active > a,
.paging-navigation .nav-links > li > a:hover {
    background-color: #f94f4f !important;
    color: white !important;
}
.paging-navigation .nav-links li.nav-previous,
.paging-navigation .nav-links li.nav-next {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
}
.paging-navigation .nav-links li.nav-previous > a,
.paging-navigation .nav-links li.nav-next > a {
    border: 0;
    padding: 0 22px;
    display: block;
    position: relative;
    width: auto;
    border-radius: 40px;
}
.paging-navigation .nav-links li.nav-previous a:hover,
.paging-navigation .nav-links li.nav-next a:hover {
    background: transparent;
    color: inherit;
}
.paging-navigation .nav-links li.nav-previous.disabled > a,
.paging-navigation .nav-links li.nav-next.disabled > a {
    pointer-events: none;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
}
.paging-navigation.pagination-center .nav-links {
    text-align: center;
}

/*-------------------------------------------------
    [ ### Post Navigation ]
*/
.post-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.post-navigation .post-previous {
    text-align: right;
}
.post-navigation .post-next {
    text-align: left;
}
.post-navigation h3 {
    font-size: 20px;
    font-weight: 800;
    margin: 0;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.post-navigation .post-previous,
.post-navigation .post-next {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 20px 0 27px;
}
.post-navigation .post-previous a,
.post-navigation .post-next a {
    position: relative;
    display: block;
    padding: 30px;
}
.post-navigation .post-previous span.label,
.post-navigation .post-next span.label {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 30px;
    display: block;
}
.post-navigation .post-previous.active.bg-overlay:before,
.post-navigation .post-next.active.bg-overlay:before {
    background-color: transparent;
    background-image: -webkit-linear-gradient(left, rgba(43, 27, 94, 0.9), rgba(43, 66, 241, 0.9));
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(43, 27, 94, 0.9)),
        to(rgba(43, 66, 241, 0.9))
    );
    background-image: linear-gradient(to right, rgba(43, 27, 94, 0.9), rgba(43, 66, 241, 0.9));
}
.post-navigation .post-previous.active span.label,
.post-navigation .post-next.active span.label {
    color: #b0a2be;
}

@media only screen and (max-width: 767px) {
    .paging-navigation .nav-links > li > a {
        height: 25px;
        line-height: 25px;
        width: 25px;
        font-size: 13px;
    }
    .paging-navigation .nav-links > li.nav-previous > a,
    .paging-navigation .nav-links > li.nav-next > a {
        padding: 0 10px;
    }

    .post-navigation h3 {
        font-size: 18px;
    }
    .post-navigation .post-previous span.label,
    .post-navigation .post-next span.label {
        font-size: 10px;
        letter-spacing: 0.1em;
        margin-bottom: 12px;
    }
}
@media only screen and (max-width: 575px) {
    .post-navigation .post-previous,
    .post-navigation .post-next {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 15px 0;
    }
    .post-navigation .post-previous a,
    .post-navigation .post-next a {
        padding: 15px;
    }
}
/*-------------------------------------------------
    [ ## Navigation Responsive ]
*/
.hamburger-menus {
    width: 30px;
    height: 30px;
    position: relative;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    margin: 15px 0px;
    cursor: pointer;
    display: none;
}
@media only screen and (max-width: 1199px) {
    .hamburger-menus {
        display: inline-block;
    }
}
.hamburger-menus span {
    width: 5px;
    height: 5px;
    background-color: black;
    display: block;
    border-radius: 50%;
}
.hamburger-menus span:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
}
.hamburger-menus span:nth-child(2) {
    position: absolute;
    left: 12px;
    top: 0;
}
.hamburger-menus span:nth-child(3) {
    position: absolute;
    right: 0;
    top: 0;
}
.hamburger-menus span:nth-child(4) {
    position: absolute;
    left: 0;
    top: 12px;
}
.hamburger-menus span:nth-child(5) {
    position: absolute;
    left: 12px;
    top: 12px;
}
.hamburger-menus span:nth-child(6) {
    position: absolute;
    right: 0px;
    top: 12px;
}
.hamburger-menus span:nth-child(7) {
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.hamburger-menus span:nth-child(8) {
    position: absolute;
    left: 12px;
    bottom: 0px;
}
.hamburger-menus span:nth-child(9) {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.hamburger-menus:hover span {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: 350ms cubic-bezier(0.8, 0.5, 0.2, 1.4);
    transition: 350ms cubic-bezier(0.8, 0.5, 0.2, 1.4);
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
}
.hamburger-menus.click-menu {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    cursor: pointer;
    -webkit-transition: 0.2s cubic-bezier(0.8, 0.5, 0.2, 1.4);
    transition: 0.2s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.hamburger-menus.click-menu span {
    border-radius: 50%;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
    background-color: rgba(255, 255, 255, 0.767);
    -webkit-transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
    transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.hamburger-menus.click-menu span:nth-child(2) {
    position: absolute;
}
.hamburger-menus.click-menu span:nth-child(4) {
    position: absolute;
    left: 6px;
    top: 18px;
}
.hamburger-menus.click-menu span:nth-child(6) {
    position: absolute;
    right: 6px;
    top: 6px;
}
.hamburger-menus.click-menu span:nth-child(8) {
    position: absolute;
    left: 18px;
    bottom: 6px;
}

.hamburger-menus-two {
    width: 35px;
    height: 35px;
    overflow: hidden;
    margin: 10px 0px;
    cursor: pointer;
}
.hamburger-menus-two > span {
    position: relative !important;
    -webkit-transition: ease-in-out 0.25s;
    transition: ease-in-out 0.25s;
    display: block;
    background-color: white;
    height: 2px;
    border-radius: 0px;
    margin: 4px 0;
    float: right;
    left: 0;
}
.hamburger-menus-two > span:nth-child(1),
.hamburger-menus-two > span:nth-child(3) {
    width: 22px;
}
.hamburger-menus-two > span:nth-child(2) {
    width: 100%;
}
.hamburger-menus-two:hover > span:nth-child(1),
.hamburger-menus-two:hover > span:nth-child(3) {
    width: 100%;
}
.hamburger-menus-two:hover > span:nth-child(2) {
    width: 25px;
}
.hamburger-menus-two.is-active > span:nth-child(2) {
    display: none;
}
.hamburger-menus-two.is-active > span:nth-child(1),
.hamburger-menus-two.is-active > span:nth-child(3) {
    width: 100%;
    margin: 0;
    position: absolute;
}
.hamburger-menus-two.is-active > span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 17px;
}
.hamburger-menus-two.is-active > span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px;
}

@media only screen and (max-width: 1199px) {
    .navigation {
        width: 250px;
        height: 100%;
        position: fixed;
        left: -100%;
        padding: 0;
        top: 0;
        margin: 0;
        z-index: 99999;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        border: none;
    }
    .navigation .menu-content > li {
        width: 240px;
        display: block;
        float: none;
        border-right: none;
        background-color: transparent;
        position: relative;
        text-align: left;
        white-space: inherit;
    }

    .menu-wrapper {
        position: relative;
        z-index: 9999;
        height: 100%;
    }
    .menu-wrapper .mainmenu li {
        position: relative;
        display: block;
    }
    .menu-wrapper .mainmenu li .fa-angle-down {
        display: none;
    }
}
.overlaybg {
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
}

@media only screen and (max-width: 1199px) {
    .menuopen .overlaybg {
        display: block;
    }
}
.navigation.menuopen {
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #293b5f;
    overflow-y: auto;
    overflow-x: hidden;
}
.navigation.menuopen .mainmenu > li > a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff;
    display: block;
    font-weight: 600;
    line-height: 30px;
    overflow: hidden;
    padding: 12px 20px;
    position: relative;
    text-decoration: none;
    text-align: left;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    vertical-align: middle;
    letter-spacing: 0.015em;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.navigation.menuopen .mainmenu > li > a.active,
.navigation.menuopen .mainmenu > li > a:hover {
    color: #f94f4f;
    padding-left: 25px;
}
.navigation.menuopen ul.mainmenu {
    padding: 0;
    margin: 0;
    list-style: none;
}
.navigation.menuopen ul.sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    background-color: transparent;
}
.navigation.menuopen ul.sub-menu li a {
    padding: 12px 32px 12px 25px;
    letter-spacing: 0;
    border-right: solid 0px;
    background-color: transparent;
    line-height: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    color: white;
    letter-spacing: 0.015em;
    display: block;
}
.navigation.menuopen ul.sub-menu li a:hover {
    color: #f94f4f;
    padding-left: 30px;
}
.navigation.menuopen ul.sub-menu > .sub-menu > li > a {
    padding-left: 30px;
}
.navigation.menuopen ul.sub-menu > .sub-menu > li > a:hover {
    padding-left: 35px;
}
.navigation.menuopen .megamenu {
    position: relative !important;
}
.navigation.menuopen .megamenu .megamenu-main {
    padding: 0;
    position: relative;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.navigation.menuopen .megamenu .megamenu-main:before {
    display: none;
}
.navigation.menuopen .megamenu .megamenu-main .megamenu-heading {
    display: none;
}
.navigation.menuopen .megamenu .megamenu-main .custom-megamenu li a {
    font-weight: normal;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 600;
}
.navigation.menuopen .megamenu .megamenu-main .custom-megamenu li a:hover {
    padding-left: 30px;
}
.navigation.menuopen .megamenu .megamenu-wrapper .megamenu-container {
    padding: 0px;
}
.navigation.menuopen .megamenu .megamenu-wrapper .row {
    display: block;
    margin: 0px;
}
.navigation.menuopen .megamenu .megamenu-wrapper .row [class*='col-'] {
    max-width: 100%;
    padding: 0px;
}

.menu-click {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    cursor: pointer;
    z-index: 120;
}
@media only screen and (max-width: 1199px) {
    .menu-click {
        display: block;
    }
}
.menu-click i {
    display: block;
    -webkit-background-size: 25px;
    background-size: 25px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.35);
    float: right;
    padding: 21px;
    width: 54px;
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
}

.menu-extend.fa-plus::before {
    content: '\f068';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Slider ]
--------------------------------------------------------------*/
.slider-block {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    padding-top: 140px;
}
.slider-block .carousel-nav-align-center .owl-nav > div.owl-prev {
    left: -15px;
}
.slider-block .carousel-nav-align-center .owl-nav > div.owl-next {
    right: -15px;
}
@media only screen and (max-width: 1366px) {
    .slider-block .carousel-nav-align-center .owl-nav {
        opacity: 0;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    .slider-block:hover .carousel-nav-align-center .owl-nav {
        opacity: 1;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    }
}
@media only screen and (max-width: 1199px) {
    .slider-block {
        padding-top: 120px;
    }
    .slider-block .project-slider-item .slider-shape > img {
        width: 80%;
    }
    .slider-block .carousel-nav-align-center .owl-nav {
        opacity: 0;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    }
}
@media only screen and (max-width: 991px) {
    .slider-block .project-slider-item .slider-shape > img {
        width: 65%;
    }
}
@media only screen and (max-width: 767px) {
    .slider-block .project-slider-item .slider-shape {
        display: none;
    }
}

.project-slider-item {
    padding-top: 115px;
    padding-bottom: 150px;
    position: relative;
    width: 1170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media only screen and (max-width: 1199px) {
    .project-slider-item {
        width: 940px;
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media only screen and (max-width: 991px) {
    .project-slider-item {
        width: 690px;
        padding-top: 80px;
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .project-slider-item {
        width: 510px;
    }
}
@media only screen and (max-width: 575px) {
    .project-slider-item {
        width: 100%;
        padding-bottom: 0px;
    }
}
.project-slider-item .slider-shape {
    position: absolute;
    z-index: 0;
    left: -110px;
    top: 0%;
}
@media only screen and (max-width: 1366px) {
    .project-slider-item .slider-shape {
        left: -30px;
    }
}
@media only screen and (max-width: 1199px) {
    .project-slider-item .slider-shape {
        left: -10px;
    }
}

.project-slider-item-inner {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
    .project-slider-item-inner {
        display: block;
    }
}
.project-slider-item-inner > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
}
.project-slider-item-inner .slider-thumbnail-area .slider-thumb {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    z-index: 1;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    .project-slider-item-inner .slider-thumbnail-area .slider-thumb {
        margin-bottom: 35px;
    }
}
.project-slider-item-inner .slider-thumbnail-area .slider-thumb:before {
    width: 100%;
    height: 100%;
    background-color: #f94f4f;
    position: absolute;
    top: 0;
    content: '';
    -webkit-transition: ease-in-out 0.75s cubic-bezier(0.8, 0, 0.2, 1);
    transition: ease-in-out 0.75s cubic-bezier(0.8, 0, 0.2, 1);
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    z-index: 2;
}
.project-slider-item-inner .project-content-area {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    padding-left: 100px;
    color: #bcb8e2;
}
@media only screen and (max-width: 1199px) {
    .project-slider-item-inner .project-content-area {
        padding-left: 50px;
    }
}
@media only screen and (max-width: 991px) {
    .project-slider-item-inner .project-content-area {
        padding-left: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .project-slider-item-inner .project-content-area {
        padding-left: 0px;
    }
}
.project-slider-item-inner .project-content-area .project-title {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    font-size: 60px;
    font-weight: 700;
    line-height: 1.25em;
    margin-bottom: 35px;
    overflow: hidden;
}
@media only screen and (max-width: 1199px) {
    .project-slider-item-inner .project-content-area .project-title {
        font-size: 48px;
    }
}
@media only screen and (max-width: 991px) {
    .project-slider-item-inner .project-content-area .project-title {
        font-size: 36px;
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .project-slider-item-inner .project-content-area .project-title {
        font-size: 32px;
    }
}
.project-slider-item-inner .project-content-area .project-title a:hover {
    color: #f94f4f;
}
.project-slider-item-inner .project-content-area .project-title span {
    display: inline-block;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: ease-in-out 0.75s cubic-bezier(0.8, 0, 0.2, 1);
    transition: ease-in-out 0.75s cubic-bezier(0.8, 0, 0.2, 1);
    -webkit-transition-duration: 1.25s;
    transition-duration: 1.25s;
}
.project-slider-item-inner .project-content-area .project-info {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    overflow: hidden;
    position: relative;
}
.project-slider-item-inner .project-content-area .project-info > span {
    line-height: 2.75em;
    display: block;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: ease-in-out 0.75s cubic-bezier(0.8, 0, 0.2, 1);
    transition: ease-in-out 0.75s cubic-bezier(0.8, 0, 0.2, 1);
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
}
.project-slider-item-inner .project-content-area > .btn {
    margin-top: 35px;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
    -webkit-transition: ease-in-out 0.75s cubic-bezier(0.8, 0, 0.2, 1);
    transition: ease-in-out 0.75s cubic-bezier(0.8, 0, 0.2, 1);
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
}
@media only screen and (max-width: 991px) {
    .project-slider-item-inner .project-content-area > .btn {
        margin-top: 20px;
    }
}

.project-slider-area .owl-item.active {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.project-slider-area .owl-item.active .project-slider-item-inner .slider-thumbnail-area .slider-thumb:before {
    width: 0;
    right: 0;
}
.project-slider-area .owl-item.active .project-slider-item-inner .project-content-area {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.project-slider-area .owl-item.active .project-slider-item-inner .project-content-area .project-title span,
.project-slider-area .owl-item.active .project-slider-item-inner .project-content-area .project-info > span,
.project-slider-area .owl-item.active .project-slider-item-inner .project-content-area > .btn {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
}
.project-slider-area .owl-item.active .project-slider-item-inner .project-content-area .project-info > span {
    line-height: 1.75em;
}

/*--------------------------------------------------------------
# Banner Block
--------------------------------------------------------------*/
.social-item.on-banner li a {
    border-width: 3px;
    line-height: 25px;
}
.social-item.on-banner li {
    display: inline-block;
    margin-right: 5px;
}

.video-popup-block .video-popup-btn > i {
    position: absolute;
    color: #fff;
    width: 75px;
    height: 75px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 70px;
    border-radius: 50px;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    font-size: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.video-popup-block .video-popup-btn img {
    border-radius: 5px;
    width: 100%;
}

/*--------------------------------------------------------------
    [ ## Hero ]
--------------------------------------------------------------*/
.hero-block {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    position: relative;
}
@media only screen and (max-width: 1199px) {
    .hero-block {
        margin-top: 50px;
    }
}
.hero-block .hero-thumb {
    margin-bottom: 0px;
}
.hero-block .hero-desc {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.hero-block .form-group-btn {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.hero-block .hero-title {
    font-weight: 700;
    color: #293b5f;
    font-size: 2rem;
    position: relative;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
@media only screen and (max-width: 1366px) {
    .hero-block .hero-title {
        font-size: 60px;
    }
    .hero-block .hero-title.mrb-55 {
        margin-bottom: 35px;
    }
    .hero-block .hero-title.pd-b-70 {
        padding-bottom: 55px;
    }
}
@media only screen and (max-width: 1199px) {
    .hero-block .hero-title {
        font-size: 44px;
    }
    .hero-block .hero-title.pd-b-70 {
        padding-bottom: 35px;
    }
    .hero-block .hero-title.mrb-55 {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-block .hero-title {
        font-size: 36px;
    }
}
@media only screen and (max-width: 575px) {
    .hero-block .hero-title {
        font-size: 28px;
    }
}
.hero-block .hero-title > span {
    color: #f94f4f;
}
.hero-block .hero-block-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hero-block .hero-block-bottom .form-group-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hero-block .hero-block-bottom .btn-call-to {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    top: -4px;
}
.hero-block .hero-block-bottom .btn-call-to > span {
    color: #293b5f;
    display: block;
    font-size: 21px;
    font-weight: 600;
    margin-top: 4px;
}
.hero-block .hero-block-bottom .btn-call-to:hover {
    color: #f94f4f;
}
@media only screen and (max-width: 767px) {
    .hero-block .hero-block-bottom .btn-call-to {
        font-size: 13px;
        top: -2px;
    }
    .hero-block .hero-block-bottom .btn-call-to > span {
        font-size: 19px;
        margin-top: 2px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-block .hero-block-bottom {
        display: block;
    }
    .hero-block .hero-block-bottom .form-group-btn.pd-l-25 {
        padding-left: 15px;
    }
}
@media only screen and (max-width: 1366px) {
    .hero-block .social-status.mrt-90 {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 1199px) {
    .hero-block .social-status.mrt-90 {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 575px) {
    .hero-block .social-status.mrt-90 {
        margin-top: 35px;
    }
}
.hero-block.style-one {
    position: relative;
}
.hero-block.style-one .hero-title:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 70px;
    height: 2px;
    background-color: #293b5f;
}
.hero-block.style-one .hero-block-bottom .form-group-btn {
    min-height: 100px;
}
@media only screen and (max-width: 1366px) {
    .hero-block.style-one.pd-t-255 {
        padding-top: 200px;
    }
    .hero-block.style-one.mrb-175 {
        margin-bottom: 150px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-block.style-one {
        background-image: none !important;
        background-color: white;
    }
    .hero-block.style-one.pd-t-255 {
        padding-top: 140px;
    }
    .hero-block.style-one.mrb-175 {
        margin-bottom: 100px;
    }
    .hero-block.style-one .hero-shape-overlay {
        display: none;
    }
    .hero-block.style-one .hero-block-bottom .form-group-btn {
        min-height: 80px;
    }
    .hero-block.style-one .hero-block-bottom .form-group-btn .video-btn.mrr-50 {
        margin-right: 30px;
    }
    .hero-block.style-one .hero-block-bottom .social-status {
        margin-top: 25px;
    }
}
.hero-block.style-two {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.hero-block.style-two > .container {
    margin-bottom: -10px;
}
.hero-block.style-two .hero-content-area {
    padding-top: 80px;
    padding-right: 20px;
}
.hero-block.style-two .hero-title {
    line-height: 1.3em;
}
@media only screen and (max-width: 767px) {
    .hero-block.style-two .hero-title {
        line-height: 1.2em;
    }
}
.hero-block.style-two .hero-block-bottom {
    display: block;
}
@media only screen and (max-width: 1199px) {
    .hero-block.style-two .hero-block-bottom.mrt-60 {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-block.style-two .hero-block-bottom.mrt-60 {
        margin-top: 40px;
    }
}
.hero-block.style-two .social-status a {
    color: #293b5f;
    border: 1px solid rgba(41, 59, 95, 0.25);
}
.hero-block.style-two .hero-thumbnail-area {
    text-align: right;
}
.hero-block.style-two .hero-thumbnail-area > .hero-thumb {
    margin-right: -150px;
}
@media only screen and (max-width: 1366px) {
    .hero-block.style-two.pd-t-225 {
        padding-top: 200px;
    }
    .hero-block.style-two .hero-content-area {
        padding-right: 40px;
        padding-top: 50px;
    }
    .hero-block.style-two .hero-thumbnail-area > .hero-thumb {
        margin-right: -30px;
    }
}
@media only screen and (max-width: 1199px) {
    .hero-block.style-two.pd-t-225 {
        padding-top: 190px;
    }
    .hero-block.style-two.mrb-75 {
        margin-bottom: 25px;
    }
    .hero-block.style-two .hero-title.mrb-35 {
        margin-bottom: 30px;
    }
    .hero-block.style-two .hero-content-area {
        padding-right: 60px;
        padding-top: 20px;
    }
    .hero-block.style-two .hero-thumbnail-area > .hero-thumb {
        margin-right: 0px;
    }
    .hero-block.style-two .hero-block-bottom.mrt-50 {
        margin-top: 35px;
    }
}
@media only screen and (max-width: 991px) {
    .hero-block.style-two.pd-t-225 {
        padding-top: 155px;
    }
    .hero-block.style-two.mrb-75 {
        margin-bottom: 0px;
    }
    .hero-block.style-two .hero-content-area {
        padding-right: 0px;
        padding-top: 0px;
    }
    .hero-block.style-two .hero-thumbnail-area {
        text-align: center;
        margin-top: 50px;
    }
}
@media only screen and (max-width: 575px) {
    .hero-block.style-two.pd-t-225 {
        padding-top: 125px;
    }
    .hero-block.style-two.pd-b-120 {
        padding-bottom: 110px;
    }
    .hero-block.style-two .hero-title.mrb-35 {
        margin-bottom: 25px;
    }
    .hero-block.style-two .hero-block-bottom .form-group-btn .btn-default.mrr-30 {
        margin-right: 15px;
    }
    .hero-block.style-two .hero-block-bottom .form-group-btn {
        margin-bottom: -15px;
    }
    .hero-block.style-two .hero-block-bottom .form-group-btn .btn-default,
    .hero-block.style-two .hero-block-bottom .form-group-btn .btn-call-to {
        margin-bottom: 15px;
    }
}
.hero-block.style-three {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.hero-block.style-three .app-btn-group {
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -webkit-transition: 2.5s cubic-bezier(0.03, 0.18, 0.05, 1.01);
    transition: 2.5s cubic-bezier(0.03, 0.18, 0.05, 1.01);
    -webkit-transition-duration: 1s;
    transition-duration: 1.5s;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
}
.hero-block.style-three .hero-title {
    color: #1d1855;
}
.hero-block.style-three .hero-shape-overlay {
    background-position: top right;
}
.hero-block.style-three .hero-content-area {
    margin-right: 50px;
}
.hero-block.style-three .hero-thumbnail-group {
    margin-right: -280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    position: relative;
    padding-bottom: 175px;
}
.hero-block.style-three .hero-thumbnail-group .hero-thumb {
    margin: 0 15px;
    display: inline-block;
    position: relative;
}
.hero-block.style-three .hero-thumbnail-group .hero-thumb > img {
    -webkit-box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.13);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.13);
}
.hero-block.style-three .hero-thumbnail-group .hero-thumb:nth-child(1) {
    margin-top: 115px;
    -webkit-animation: down-top2 3s infinite linear;
    animation: down-top2 3s infinite linear;
}
.hero-block.style-three .hero-thumbnail-group .hero-thumb:nth-child(2) {
    -webkit-animation: top-down 4s infinite linear;
    animation: top-down 4s infinite linear;
}
.hero-block.style-three .hero-thumbnail-group .hero-thumb:nth-child(3) {
    position: absolute;
    z-index: 2;
    top: 230px;
    right: 125px;
    -webkit-animation: down-top 5s infinite linear;
    animation: down-top 5s infinite linear;
}
@media only screen and (max-width: 1620px) {
    .hero-block.style-three .hero-thumbnail-group {
        margin-right: -90px;
        margin-left: -100px;
    }
}
@media only screen and (max-width: 1366px) {
    .hero-block.style-three.pd-t-210 {
        padding-top: 190px;
    }
    .hero-block.style-three .hero-thumbnail-group {
        margin-right: -15px;
        padding-bottom: 115px;
    }
    .hero-block.style-three .hero-thumbnail-group .hero-thumb > img {
        width: 230px;
    }
}
@media only screen and (max-width: 1199px) {
    .hero-block.style-three.pd-t-210 {
        padding-top: 175px;
    }
    .hero-block.style-three .hero-thumbnail-group {
        margin-left: -80px;
    }
    .hero-block.style-three .hero-thumbnail-group .hero-thumb > img {
        width: 200px;
    }
}
@media only screen and (max-width: 991px) {
    .hero-block.style-three.pd-t-225 {
        padding-top: 155px;
    }
    .hero-block.style-three .bg-image-100 {
        height: 45%;
    }
    .hero-block.style-three .hero-thumbnail-group {
        margin-left: -15px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-top: 40px;
        padding-bottom: 160px;
    }
    .hero-block.style-three .hero-thumbnail-group .hero-thumb > img {
        width: auto;
    }
    .hero-block.style-three .hero-thumbnail-group .hero-thumb:nth-child(3) {
        right: auto;
        left: 180px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-block.style-three.pd-t-210 {
        padding-top: 135px;
    }
    .hero-block.style-three .bg-image-100 {
        display: none;
    }
    .hero-block.style-three .hero-title.mrb-35 {
        margin-bottom: 20px;
    }
    .hero-block.style-three .hero-content-area {
        margin-right: 0px;
    }
    .hero-block.style-three .hero-thumbnail-group {
        padding-bottom: 100px;
    }
    .hero-block.style-three .hero-thumbnail-group .hero-thumb > img {
        width: 230px;
    }
    .hero-block.style-three .hero-thumbnail-group .hero-thumb:nth-child(3) {
        left: 130px;
    }
}
@media only screen and (max-width: 575px) {
    .hero-block.style-three .hero-thumbnail-group {
        padding-bottom: 40px;
    }
    .hero-block.style-three .hero-thumbnail-group .hero-thumb > img {
        width: 180px;
    }
    .hero-block.style-three .hero-thumbnail-group .hero-thumb:nth-child(3) {
        left: 30%;
    }
}
@media only screen and (max-width: 420px) {
    .hero-block.style-three .hero-thumbnail-group .hero-thumb > img {
        width: 120px;
    }
    .hero-block.style-three .hero-thumbnail-group .hero-thumb:nth-child(1),
    .hero-block.style-three .hero-thumbnail-group .hero-thumb:nth-child(2),
    .hero-block.style-three .hero-thumbnail-group .hero-thumb:nth-child(3) {
        -webkit-animation: none;
        animation: none;
    }
    .hero-block.style-three .hero-thumbnail-group .hero-thumb:nth-child(1) {
        margin-top: 45px;
    }
    .hero-block.style-three .hero-thumbnail-group .hero-thumb:nth-child(3) {
        top: 100px;
    }
}
.hero-block.style-four {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    position: relative;
}
.hero-block.style-four > .svg-shape-left {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}
.hero-block.style-four .hero-title {
    font-weight: lighter;
    line-height: 1.16em;
    margin-bottom: 45px;
}
.hero-block.style-four .hero-title > span {
    font-weight: 800;
}
.hero-block.style-four .hero-block-bottom {
    display: block;
}
.hero-block.style-four .social-status {
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -webkit-transition: 3s cubic-bezier(0.03, 0.18, 0.05, 1.01);
    transition: 3s cubic-bezier(0.03, 0.18, 0.05, 1.01);
    -webkit-transition-duration: 1s;
    transition-duration: 1.5s;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
}
.hero-block.style-four .social-status a {
    color: #293b5f;
    border: 1px solid rgba(41, 59, 95, 0.25);
}
.hero-block.style-four .hero-thumbnail-area {
    text-align: right;
}
.hero-block.style-four .hero-thumbnail-area > .hero-thumb {
    margin-right: -190px;
}
@media only screen and (max-width: 1366px) {
    .hero-block.style-four .hero-thumbnail-area > .hero-thumb {
        margin-right: -50px;
    }
}
@media only screen and (max-width: 1199px) {
    .hero-block.style-four {
        padding-bottom: 40px;
    }
    .hero-block.style-four.pd-t-225 {
        padding-top: 190px;
    }
    .hero-block.style-four .align-items-end {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        -ms-grid-row-align: center !important;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .hero-block.style-four .svg-shape-left {
        display: none;
    }
    .hero-block.style-four .hero-thumbnail-area > .hero-thumb {
        margin-right: 0px;
    }
}
@media only screen and (max-width: 1199px) {
    .hero-block.style-four {
        padding-bottom: 10px;
    }
    .hero-block.style-four.pd-t-225 {
        padding-top: 155px;
    }
    .hero-block.style-four .hero-thumbnail-area {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 575px) {
    .hero-block.style-four {
        padding-bottom: 0px;
    }
    .hero-block.style-four.pd-t-225 {
        padding-top: 120px;
    }
    .hero-block.style-four .hero-title {
        margin-bottom: 30px;
    }
}
.hero-block.hero-personal {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    background-color: #461892;
}
.hero-block.hero-personal .hero-shape-overlay {
    background-position: bottom center;
}
.hero-block.hero-personal .hero-subheading {
    font-size: 20px;
    font-weight: 500;
    color: #9c89c1;
    margin-bottom: 30px;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -webkit-transition: 1.5s cubic-bezier(0.03, 0.18, 0.05, 1.01);
    transition: 1.5s cubic-bezier(0.03, 0.18, 0.05, 1.01);
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
}
.hero-block.hero-personal .hero-title {
    font-size: 165px;
    letter-spacing: 0;
    line-height: 1em;
    color: white;
    margin-bottom: 30px;
}
.hero-block.hero-personal .hero-title > span {
    color: #9c89c1;
}
.hero-block.hero-personal .hero-designation {
    font-size: 60px;
    color: white;
    font-weight: 700;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -webkit-transition: 2s cubic-bezier(0.03, 0.18, 0.05, 1.01);
    transition: 2s cubic-bezier(0.03, 0.18, 0.05, 1.01);
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}
.hero-block.hero-personal .social-status {
    margin-top: 85px;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -webkit-transition: 3s cubic-bezier(0.03, 0.18, 0.05, 1.01);
    transition: 3s cubic-bezier(0.03, 0.18, 0.05, 1.01);
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
}
.hero-block.hero-personal .social-status > a {
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.25);
}
.hero-block.hero-personal .social-status > a:focus,
.hero-block.hero-personal .social-status > a:hover {
    background-color: #f94f4f;
}
.hero-block.hero-personal .hero-content-area {
    margin-top: 120px;
}
.hero-block.hero-personal .hero-thumbnail-area {
    margin-right: -195px;
    margin-left: -105px;
}
@media only screen and (max-width: 1620px) {
    .hero-block.hero-personal .hero-thumbnail-area {
        margin-right: -105px;
        margin-left: -150px;
    }
    .hero-block.hero-personal .hero-title {
        font-size: 190px;
    }
}
@media only screen and (max-width: 1366px) {
    .hero-block.hero-personal .hero-thumbnail-area {
        margin-right: -30px;
        margin-left: -185px;
    }
    .hero-block.hero-personal .hero-title {
        font-size: 160px;
    }
    .hero-block.hero-personal .hero-designation {
        font-size: 48px;
    }
    .hero-block.hero-personal .social-status {
        margin-top: 65px;
    }
}
@media only screen and (max-width: 1199px) {
    .hero-block.hero-personal .container {
        padding-top: 50px;
    }
    .hero-block.hero-personal .hero-thumbnail-area {
        margin-right: -50px;
        margin-left: -170px;
    }
    .hero-block.hero-personal .hero-content-area {
        margin-top: 50px;
    }
    .hero-block.hero-personal .hero-title {
        font-size: 120px;
    }
    .hero-block.hero-personal .hero-designation {
        font-size: 36px;
    }
    .hero-block.hero-personal .social-status {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 991px) {
    .hero-block.hero-personal .container {
        max-width: 100%;
    }
    .hero-block.hero-personal .hero-thumbnail-area {
        margin-right: 0px;
        margin-left: -50px;
    }
    .hero-block.hero-personal .hero-designation {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-block.hero-personal .hero-thumbnail-area {
        margin-left: 0px;
    }
    .hero-block.hero-personal .hero-title {
        font-size: 90px;
    }
    .hero-block.hero-personal .hero-designation {
        font-size: 28px;
    }
    .hero-block.hero-personal .social-status {
        margin-top: 40px;
    }
    .hero-block.hero-personal .hero-subheading {
        font-size: 18px;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 575px) {
    .hero-block.hero-personal .hero-thumbnail-area {
        margin-top: 50px;
    }
    .hero-block.hero-personal .hero-title {
        font-size: 60px;
    }
    .hero-block.hero-personal .hero-designation {
        font-size: 24px;
    }
    .hero-block.hero-personal .hero-subheading {
        font-size: 18px;
        margin-bottom: 40px;
    }
}

.animation-element > img {
    position: absolute;
}
.animation-element > img.shape-zero {
    top: 41%;
    left: 2.5%;
    -webkit-animation: animationFramesOne 20s alternate infinite linear;
    animation: animationFramesOne 20s alternate infinite linear;
}
.animation-element > img.shape-one {
    top: 67.5%;
    left: 1.75%;
    -webkit-animation: animationFramesTwo 17s alternate infinite linear;
    animation: animationFramesTwo 17s alternate infinite linear;
}
.animation-element > img.shape-two {
    bottom: -5px;
    left: -webkit-calc(50% + 100px);
    left: calc(50% + 100px);
    -webkit-animation: animationFramesThree 12s alternate infinite linear;
    animation: animationFramesThree 12s alternate infinite linear;
}
.animation-element > img.shape-three {
    bottom: 310px;
    left: 52%;
    -webkit-animation: animationFramesFour 18s alternate infinite linear;
    animation: animationFramesFour 18s alternate infinite linear;
}
.animation-element > img.shape-four {
    top: 71%;
    left: 16%;
    -webkit-animation: animationFramesFive 15s alternate infinite linear;
    animation: animationFramesFive 15s alternate infinite linear;
}
.animation-element > img.shape-five {
    bottom: 115px;
    left: 50%;
    -webkit-animation: animationFramesEight 20s alternate infinite linear;
    animation: animationFramesEight 20s alternate infinite linear;
}
.animation-element > img.shape-six {
    bottom: 255px;
    left: -webkit-calc(50% + 450px);
    left: calc(50% + 450px);
    -webkit-animation: animationFramesSix 20s alternate infinite linear;
    animation: animationFramesSix 20s alternate infinite linear;
}
.animation-element > img.shape-seven {
    bottom: 130px;
    left: -webkit-calc(50% + 230px);
    left: calc(50% + 230px);
    -webkit-animation: animationFramesSeven 20s alternate infinite linear;
    animation: animationFramesSeven 20s alternate infinite linear;
}

.loading-done .hero-block {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.loading-done .hero-block .hero-desc,
.loading-done .hero-block .form-group-btn,
.loading-done .hero-block.style-three .app-btn-group,
.loading-done .hero-block.style-four .social-status,
.loading-done .hero-block.hero-personal .hero-designation,
.loading-done .hero-block.hero-personal .social-status {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.loading-done .hero-block .hero-title,
.loading-done .hero-block.hero-personal .hero-subheading {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.loading-done .hero-block.style-two .hero-thumbnail-area,
.loading-done .hero-block.style-four .hero-thumbnail-area,
.loading-done .hero-block.hero-personal .hero-thumbnail-area {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -webkit-transform: translateX(0) scale(1);
    -ms-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
}

/*--------------------------------------------------------------
    [ ## About us ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### Counter Element ]
*/
.counter-item {
    padding: 0 30px;
}
.counter-item .count-element {
    width: 77px;
    height: 77px;
    margin: auto;
}
.counter-item .count-element > * {
    margin: 0;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-weight: 600;
}
.counter-item .counter-title {
    margin-top: 10px;
}
.counter-item.ver-two .count-element {
    width: auto;
    height: auto;
}
.counter-item.ver-two .count-element > * {
    color: #4d4d4d;
    line-height: 1.4em;
    text-align: left;
    font-size: 30px;
    font-weight: 800;
}

.col-md-auto:first-of-type .counter-item {
    padding-left: 0;
}

.tg-promo-number {
    margin-top: 40px;
}
.tg-promo-number .odometer {
    font-size: 50px;
    line-height: 1;
    font-weight: 600;
    color: #5e6d6e;
    margin-bottom: 13px;
}
.tg-promo-number .promo-title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: #293b5f;
}
@media only screen and (max-width: 767px) {
    .tg-promo-number .odometer {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .tg-promo-number .promo-title {
        font-size: 12px;
    }
}

/*--------------------------------------------------------------
    [ ## Services ]
--------------------------------------------------------------*/
.service-block.service-block-style-two .service-content-area {
    width: 585px;
}
.service-block.service-block-style-two .service-content-area.left {
    float: right;
}
.service-block.service-block-style-two .service-content-area.right {
    float: left;
}
.service-block.service-block-style-two .service-card-list {
    padding-top: 10px;
}
.service-block.service-block-style-two .section-title + p {
    margin-bottom: 50px;
}
.service-block.service-block-style-two .service-thumb {
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
}
.service-block.service-block-style-two .service-thumb .shape-arrow {
    position: absolute;
}
.service-block.service-block-style-two .service-thumb.left {
    float: left;
}
.service-block.service-block-style-two .service-thumb.left .shape-arrow {
    top: 80px;
    right: 0px;
}
.service-block.service-block-style-two .service-thumb.right {
    float: right;
}
.service-block.service-block-style-two .service-thumb.right .shape-arrow {
    top: 35px;
    left: 110px;
}
@media only screen and (max-width: 1199px) {
    .service-block.service-block-style-two .service-content-area {
        width: 450px;
    }
    .service-block.service-block-style-two .service-thumb.left .shape-arrow {
        top: 50px;
        right: -20px;
    }
    .service-block.service-block-style-two .service-thumb.right .shape-arrow {
        top: 0;
        left: 55px;
    }
}
@media only screen and (max-width: 991px) {
    .service-block.service-block-style-two .container-fluid > .row > div.thumb {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .service-block.service-block-style-two .container-fluid > .row > div.content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .service-block.service-block-style-two .service-content-area {
        width: 690px;
        margin: 0 auto;
    }
    .service-block.service-block-style-two .service-content-area.left,
    .service-block.service-block-style-two .service-content-area.right {
        float: none;
    }
    .service-block.service-block-style-two .service-content-area .service-card-list {
        margin-top: 0px;
        padding-top: 0px;
    }
    .service-block.service-block-style-two .thumb.ml-b-75 .service-thumb {
        margin-bottom: 0px;
    }
    .service-block.service-block-style-two .service-thumb {
        margin-bottom: 50px;
    }
    .service-block.service-block-style-two .service-thumb.left {
        margin-right: 15px;
    }
    .service-block.service-block-style-two .service-thumb.right {
        margin-left: 15px;
    }
    .service-block.service-block-style-two .service-thumb.right .shape-arrow {
        top: 35px;
        left: 120px;
    }
}
@media only screen and (max-width: 767px) {
    .service-block.service-block-style-two .service-content-area {
        width: 510px;
    }
    .service-block.service-block-style-two .service-thumb.right .shape-arrow {
        top: 10px;
        left: 115px;
    }
}
@media only screen and (max-width: 575px) {
    .service-block.service-block-style-two .thumb.ml-b-75 {
        margin-bottom: -30px;
    }
    .service-block.service-block-style-two .service-content-area {
        width: auto;
        padding: 0 15px;
    }
    .service-block.service-block-style-two .service-thumb .shape-arrow {
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .service-block .service-card-list {
        margin-top: 50px;
    }
    .service-block .service-card-list .col-lg-6.pd-t-70 {
        padding-top: 0px;
    }
}

.service-card-list > div:last-child {
    margin-bottom: 0px;
}

.service-card {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    text-align: center;
    margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
    .service-card {
        padding: 0 15px;
    }
}
@media only screen and (max-width: 767px) {
    .service-card {
        padding: 0;
    }
}
.service-card .service-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 50%;
    -webkit-box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.17);
    box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.17);
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 42px;
    height: 90px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto 25px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 90px;
}
.service-card .service-title {
    color: #293b5f;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 18px;
}
@media only screen and (max-width: 1199px) {
    .service-card .service-title {
        font-size: 20px;
    }
}
.service-card-two {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 40px;
    margin-bottom: 30px;
    background-color: white;
    border: 1px solid #e9e9e9;
    -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.07);
    position: relative;
    min-height: 200px;
}
.service-card-two:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    background: -webkit-linear-gradient(left, #5e6d6e, #31b2de);
    background: -webkit-gradient(linear, left top, right top, from(#5e6d6e), to(#31b2de));
    background: linear-gradient(to right, #5e6d6e, #31b2de);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    z-index: 0;
}
.service-card-two > div {
    position: relative;
    z-index: 2;
}
.service-card-two .service-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    -webkit-flex: 0 0 80px;
    flex: 0 0 80px;
    float: left;
    font-size: 50px;
    max-width: 80px;
    height: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.service-card-two .service-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% - 80px);
    -webkit-flex: 1 1 -webkit-calc(100% - 80px);
    flex: 1 1 calc(100% - 80px);
    max-width: -webkit-calc(100% - 80px);
    max-width: calc(100% - 80px);
}
.service-card-two .service-info .service-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #293b5f;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.service-card-two .service-info p {
    line-height: 1.85em;
    font-size: 15px;
}
.service-card-two:hover {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    color: white;
}
.service-card-two:hover:before {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.service-card-two:hover .service-info .service-title,
.service-card-two:hover .service-icon {
    color: white;
}
@media only screen and (max-width: 575px) {
    .service-card-two.service-card-two {
        display: block;
        padding: 30px 20px;
    }
    .service-card-two.service-card-two .service-icon,
    .service-card-two.service-card-two .service-info {
        max-width: 100%;
    }
    .service-card-two.service-card-two .service-icon {
        float: none;
        margin-bottom: 15px;
    }
}
.service-card-three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 53px;
}
.service-card-three .service-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    -webkit-flex: 0 0 80px;
    flex: 0 0 80px;
    float: left;
    max-width: 80px;
    height: auto;
    font-size: 50px;
}
.service-card-three .service-icon > span {
    display: block;
    margin-top: -5px;
}
.service-card-three .service-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% - 80px);
    -webkit-flex: 1 1 -webkit-calc(100% - 80px);
    flex: 1 1 calc(100% - 80px);
    max-width: -webkit-calc(100% - 80px);
    max-width: calc(100% - 80px);
    margin-top: -5px;
}
.service-card-three .service-info .service-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #293b5f;
}
@media only screen and (max-width: 1199px) {
    .service-card-three .service-info .service-title {
        font-size: 20px;
    }
}
.service-card-three .service-info p {
    line-height: 1.65em;
}
@media only screen and (max-width: 991px) {
    .service-card-three {
        margin-bottom: 40px;
    }
    .service-card-three .service-info .service-title {
        margin-bottom: 15px;
    }
}

.service-carousel .owl-item.center .service-card {
    background: #12141c;
}
.service-carousel .owl-item.center .service-card.dark {
    background: #252c48;
}
.service-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}
.service-carousel .owl-dots .owl-dot {
    width: 16px;
    height: 5px;
    display: inline-block;
    background: #cbcaca;
    margin: 0 3px;
}
.service-carousel .owl-dots .owl-dot.active {
    width: 30px;
    background: #e51681;
}

/*--------------------------------------------------------------
    [ ## Team ]
--------------------------------------------------------------*/
.team-item {
    margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
    .team-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
}
@media only screen and (max-width: 768px) {
    .team-item {
        margin-bottom: 30px;
    }
}
.team-item .team-description {
    position: relative;
    padding-left: 75px;
    margin-left: 35px;
}
@media only screen and (max-width: 992px) {
    .team-item .team-description {
        padding-left: 50px;
        margin-left: 30px;
    }
}
.team-item .team-description:before {
    content: '';
    width: 45px;
    height: 4px;
    background: #eb5100;
    position: absolute;
    left: 0;
    top: 17px;
}
.team-item .team-description .team-title {
    font-weight: 700;
    margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
    .team-item .team-thumb {
        min-width: 100%;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .team-item .team-thumb img {
        width: 100%;
    }
}
.team-item .team-content {
    color: #767676;
}

.team-member-thumb-area {
    display: inline-block;
}
.team-member-thumb-area > .team-mockup-shape {
    position: relative;
}
.team-member-thumb-area .team-member-list > .team-member {
    display: inline-block;
    position: absolute;
}
.team-member-thumb-area .team-member-list > .team-member img {
    border-radius: 50%;
    width: 100%;
    -webkit-box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.15);
}
.team-member-thumb-area.style-one {
    padding-top: 50px;
    padding-bottom: 30px;
}
.team-member-thumb-area.style-one > .team-mockup-shape {
    -webkit-animation: rotate360 80s infinite linear;
    animation: rotate360 80s infinite linear;
}
@media only screen and (max-width: 991px) {
    .team-member-thumb-area.style-one > .team-mockup-shape {
        margin-bottom: 60px;
    }
}
.team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(1) {
    left: 238px;
    text-align: center;
    top: 52%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}
.team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(1) img {
    height: 150px;
    width: 150px;
    -webkit-animation: scale-up-one 10s infinite linear;
    animation: scale-up-one 10s infinite linear;
}
.team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(2) {
    bottom: 160px;
    right: 45px;
}
.team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(2) img {
    height: 65px;
    width: 65px;
    -webkit-animation: scale-up-two 8s infinite linear;
    animation: scale-up-two 8s infinite linear;
}
.team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(3) {
    left: 260px;
    top: -5px;
}
.team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(3) img {
    height: 105px;
    width: 105px;
    -webkit-animation: scale-up-three 7s infinite linear;
    animation: scale-up-three 7s infinite linear;
}
.team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(4) {
    bottom: 65px;
    left: 90px;
}
.team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(4) img {
    height: 65px;
    width: 65px;
    -webkit-animation: scale-up-one 8s infinite linear;
    animation: scale-up-one 8s infinite linear;
}
.team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(5) {
    bottom: 0px;
    right: 220px;
}
.team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(5) img {
    height: 90px;
    width: 90px;
    -webkit-animation: scale-up-two 10s infinite linear;
    animation: scale-up-two 10s infinite linear;
}
.team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(6) {
    right: 70px;
    top: 195px;
}
.team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(6) img {
    height: 70px;
    width: 70px;
    -webkit-animation: scale-up-three 7s infinite linear;
    animation: scale-up-three 7s infinite linear;
}
.team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(7) {
    left: 0;
    top: 70px;
}
.team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(7) img {
    height: 65px;
    width: 65px;
    -webkit-animation: scale-up-three 8s infinite linear;
    animation: scale-up-three 8s infinite linear;
}
@media only screen and (max-width: 1199px) {
    .team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(1) {
        left: 207px;
        top: 52%;
    }
    .team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(2) {
        right: 10px;
    }
    .team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(3) {
        left: 260px;
        top: -5px;
    }
    .team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(4) {
        bottom: 50px;
    }
    .team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(5) {
        right: 120px;
    }
    .team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(6) {
        right: 0px;
        top: 175px;
    }
    .team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(7) {
        left: 0;
        top: 70px;
    }
}
@media only screen and (max-width: 991px) {
    .team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(1) {
        left: 240px;
        top: 48%;
    }
    .team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(2) {
        right: 95px;
        bottom: 250px;
    }
    .team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(3) {
        left: 260px;
    }
    .team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(4) {
        bottom: 110px;
    }
    .team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(5) {
        bottom: 75px;
        right: 180px;
    }
    .team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(6) {
        right: 110px;
    }
    .team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(7) {
        left: 0;
    }
}
@media only screen and (max-width: 767px) {
    .team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(1) {
        left: 195px;
        top: 47%;
    }
    .team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(2) {
        right: 0px;
    }
    .team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(3) {
        left: 220px;
    }
    .team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(4) {
        bottom: 110px;
    }
    .team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(5) {
        right: 100px;
    }
    .team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(6) {
        right: 10px;
    }
    .team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(7) {
        left: 0;
    }
}
@media only screen and (max-width: 575px) {
    .team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(1) {
        left: 50%;
        top: -webkit-calc(50% - 18px);
        top: calc(50% - 18px);
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
    }
    .team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(1) img {
        height: 80px;
        width: 80px;
    }
    .team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(2) {
        bottom: 170px;
        right: 10px;
    }
    .team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(2) img {
        height: 55px;
        width: 55px;
    }
    .team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(3) {
        left: 50%;
        top: 15px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(3) img {
        height: 60px;
        width: 60px;
    }
    .team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(4) {
        bottom: 85px;
        left: 40px;
    }
    .team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(4) img {
        height: 55px;
        width: 55px;
    }
    .team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(5) {
        bottom: 65px;
        right: 15px;
    }
    .team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(5) img {
        height: 70px;
        width: 70px;
    }
    .team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(6) {
        right: 10px;
        top: 110px;
    }
    .team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(6) img {
        height: 60px;
        width: 60px;
    }
    .team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(7) {
        left: 15px;
        top: 60px;
    }
    .team-member-thumb-area.style-one .team-member-list > .team-member:nth-child(7) img {
        height: 55px;
        width: 55px;
    }
}
.team-member-thumb-area.style-two {
    display: block;
    text-align: right;
}
.team-member-thumb-area.style-two .team-member-main {
    display: inline-block;
}
.team-member-thumb-area.style-two .team-member-main > .team-member {
    position: relative;
}
.team-member-thumb-area.style-two .team-member-main > .team-member:before {
    position: absolute;
    left: 70px;
    top: 70px;
    height: -webkit-calc(100% - 140px);
    height: calc(100% - 140px);
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
    content: '';
    border: 1px dashed white;
    border-radius: 50%;
    -webkit-animation: rotate360 80s infinite linear;
    animation: rotate360 80s infinite linear;
}
.team-member-thumb-area.style-two .team-member-main > .team-member > img {
    border: 34px solid white;
    border-radius: 50%;
}
.team-member-thumb-area.style-two .team-member-list .team-member > img {
    border: 10px solid rgba(255, 255, 255, 0.17);
}
.team-member-thumb-area.style-two .team-member-list > .team-member:nth-child(1) {
    bottom: -60px;
    right: 55px;
}
.team-member-thumb-area.style-two .team-member-list > .team-member:nth-child(1) img {
    height: 305px;
    width: 305px;
    -webkit-animation: scale-up-two 6s infinite linear;
    animation: scale-up-two 6s infinite linear;
}
.team-member-thumb-area.style-two .team-member-list > .team-member:nth-child(2) {
    bottom: 90px;
    left: 55px;
}
.team-member-thumb-area.style-two .team-member-list > .team-member:nth-child(2) img {
    height: 140px;
    width: 140px;
    -webkit-animation: scale-up-one 6s infinite linear;
    animation: scale-up-one 6s infinite linear;
}
.team-member-thumb-area.style-two .team-member-list > .team-member:nth-child(3) {
    top: 150px;
    left: 30px;
}
.team-member-thumb-area.style-two .team-member-list > .team-member:nth-child(3) img {
    height: 105px;
    width: 105px;
    -webkit-animation: scale-up-two 8s infinite linear;
    animation: scale-up-two 8s infinite linear;
}
@media only screen and (max-width: 1199px) {
    .team-member-thumb-area.style-two .team-member-list > .team-member:nth-child(1) {
        bottom: -35px;
        right: 40px;
    }
    .team-member-thumb-area.style-two .team-member-list > .team-member:nth-child(1) img {
        height: 200px;
        width: 200px;
    }
    .team-member-thumb-area.style-two .team-member-list > .team-member:nth-child(2) {
        bottom: 65px;
        left: 20px;
    }
    .team-member-thumb-area.style-two .team-member-list > .team-member:nth-child(3) {
        top: 100px;
        left: 25px;
    }
}
@media only screen and (max-width: 991px) {
    .team-member-thumb-area.style-two .team-member-list > .team-member:nth-child(1) {
        bottom: -5px;
        right: 50px;
    }
    .team-member-thumb-area.style-two .team-member-list > .team-member:nth-child(2) {
        bottom: 90px;
        left: 40px;
    }
    .team-member-thumb-area.style-two .team-member-list > .team-member:nth-child(3) {
        top: 150px;
        left: 35px;
    }
}
@media only screen and (max-width: 767px) {
    .team-member-thumb-area.style-two .team-member-list > .team-member:nth-child(3) {
        top: 100px;
        left: 25px;
    }
}
@media only screen and (max-width: 575px) {
    .team-member-thumb-area.style-two .team-member-list > .team-member > img {
        border-width: 5px;
    }
    .team-member-thumb-area.style-two .team-member-list > .team-member:nth-child(1) {
        bottom: -30px;
        right: 20px;
    }
    .team-member-thumb-area.style-two .team-member-list > .team-member:nth-child(1) img {
        height: 120px;
        width: 120px;
    }
    .team-member-thumb-area.style-two .team-member-list > .team-member:nth-child(2) {
        bottom: 40px;
        left: 10px;
    }
    .team-member-thumb-area.style-two .team-member-list > .team-member:nth-child(2) img {
        height: 100px;
        width: 100px;
    }
    .team-member-thumb-area.style-two .team-member-list > .team-member:nth-child(3) {
        top: 40px;
    }
    .team-member-thumb-area.style-two .team-member-list > .team-member:nth-child(3) img {
        height: 85px;
        width: 85px;
    }
}
@media only screen and (max-width: 1199px) {
    .team-member-thumb-area.style-two.ml-b-60 {
        margin-bottom: -40px;
    }
    .team-member-thumb-area.style-two .team-member-main.pd-b-60 {
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 991px) {
    .team-member-thumb-area.style-two {
        text-align: left;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .team-member-thumb-area.style-two {
        margin-top: 60px;
    }
    .team-member-thumb-area.style-two .team-member-main > .team-member:before {
        left: 15px;
        top: 15px;
        height: -webkit-calc(100% - 30px);
        height: calc(100% - 30px);
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
    }
    .team-member-thumb-area.style-two .team-member-main > .team-member > img {
        border: 0px solid white;
        width: 100%;
    }
}

#team-member-carousel .team-member-card {
    margin-bottom: 0px;
}

.team-member-card {
    margin-bottom: 90px;
    text-align: center;
}
.team-member-card .member-thumb {
    margin-bottom: 30px;
}
.team-member-card .member-thumb > img {
    display: inline-block;
}
.team-member-card .member-name {
    font-weight: 600;
    font-size: 22px;
    color: #293b5f;
    margin-bottom: 6px;
}
@media only screen and (max-width: 1199px) {
    .team-member-card {
        margin-bottom: 60px;
    }
    .team-member-card .member-name {
        font-size: 20px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 1366px) {
    .team-block-page.mrb-100 {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 1199px) {
    .team-block-page.mrb-100 {
        margin-bottom: 40px;
    }

    .team-block.pd-b-60 {
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 991px) {
    .team-block.pd-b-60 {
        padding-bottom: 0px;
    }
}
/*--------------------------------------------------------------
    [ ## Pricing ]
--------------------------------------------------------------*/
.pricing-table-list {
    margin: 0;
}
.pricing-table-list [class*='col-'] {
    padding: 0px;
}
.pricing-table-list [class*='col-']:first-child .pricing-box {
    border-left: 1px solid #dddddd;
}
.pricing-table-list .pricing-box {
    background-color: #fcfcfc;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}
.pricing-table-list .pricing-box .pricing-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 30px;
    color: black;
    background-color: gray;
}
.pricing-table-list .pricing-box .pricing-header .package-type {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}
.pricing-table-list .pricing-box .pricing-header .package-price {
    font-size: 36px;
    font-weight: 800;
}
.pricing-table-list .pricing-box .pricing-header .package-price > sup {
    top: -8px;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    left: -3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing-table-list .pricing-box .pricing-header {
        padding: 25px 20px;
        display: block;
    }
    .pricing-table-list .pricing-box .pricing-header .package-type {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .pricing-table-list .pricing-box .pricing-header .package-price {
        font-size: 30px;
    }
}
.pricing-table-list .pricing-box .pricing-content {
    text-align: center;
    font-size: 14px;
}
.pricing-table-list .pricing-box .pricing-content > ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.pricing-table-list .pricing-box .pricing-content > ul > li {
    padding: 14px 15px;
}
.pricing-table-list .pricing-box .pricing-content > ul > li:nth-child(2n) {
    background-color: #f7f7f7;
}
.pricing-table-list .pricing-box .pricing-content > ul > li:first-child {
    padding-top: 35px;
}
.pricing-table-list .pricing-box .pricing-content > ul > li:last-child {
    padding-bottom: 40px;
}
.pricing-table-list .pricing-box.student .pricing-header {
    background-color: #ffebe2;
    color: #d8a997;
}
.pricing-table-list .pricing-box.free .pricing-header {
    background-color: #cff2ff;
    color: #29a6d8;
}
.pricing-table-list .pricing-box.premium .pricing-header {
    background-color: #9566d6;
    color: white;
}
.pricing-table-list .pricing-box.expert .pricing-header {
    background-color: #dbfcf2;
    color: #57b497;
}
.pricing-table-list .pricing-box.active {
    -webkit-box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.1);
    background-color: white;
    position: relative;
    top: -2px;
    border: 0px solid;
    z-index: 2;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
@media only screen and (max-width: 991px) {
    .pricing-table-list {
        margin-left: -15px;
        margin-right: -15px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-bottom: -30px;
    }
    .pricing-table-list [class*='col-'] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pricing-table-list .pricing-box {
        border-left: 1px solid #dddddd;
        margin-bottom: 30px;
    }
    .pricing-table-list .pricing-box .pricing-header {
        padding: 30px 20px;
    }
    .pricing-table-list .pricing-box.active {
        -webkit-box-shadow: 0px 0px 0px transparent;
        box-shadow: 0px 0px 0px transparent;
        background-color: transparent;
        position: relative;
        top: 0px;
        border: 1px solid #dddddd;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.pricing-block .filter-pricing-tab {
    text-align: right;
    margin-top: 30px;
}
.pricing-block .filter-pricing-tab .nav-tabs {
    border: 0px solid;
    display: inline-block;
}
.pricing-block .filter-pricing-tab .nav-tabs > li {
    border-right: 0px solid;
    display: inline-block;
}
.pricing-block .filter-pricing-tab .nav-tabs > li > a {
    border-radius: 40px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin-right: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    text-align: center;
    letter-spacing: 0.15em;
    height: 43px;
    padding: 0 30px;
    line-height: 45px;
}
.pricing-block .filter-pricing-tab .nav-tabs > li > a.active,
.pricing-block .filter-pricing-tab .nav-tabs > li > a:focus,
.pricing-block .filter-pricing-tab .nav-tabs > li > a:hover {
    background-color: #31b2de;
    color: white;
    -webkit-box-shadow: 3px 2px 11px rgba(34, 35, 141, 0.25);
    box-shadow: 3px 2px 11px rgba(34, 35, 141, 0.25);
}
.pricing-block .filter-pricing-tab-content {
    margin-top: 22px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
    .pricing-block .filter-pricing-tab-content {
        margin-bottom: 0;
    }
}
.pricing-block.pricing-style-one .filter-pricing-tab-content {
    padding-top: 10px;
}
@media only screen and (max-width: 1199px) {
    .pricing-block.pricing-style-one .filter-pricing-tab-content {
        padding-top: 25px;
    }
    .pricing-block.pricing-style-one .filter-pricing-tab {
        text-align: left;
        margin-top: 15px;
    }
}
.pricing-block.pricing-style-two .filter-pricing-tab {
    text-align: left;
    margin-top: 45px;
}
.pricing-block.pricing-style-two .section-title {
    padding-right: 20px;
}
@media only screen and (max-width: 991px) {
    .pricing-block.pricing-style-two .filter-pricing-tab {
        margin-top: 35px;
        margin-bottom: 25px;
    }
    .pricing-block.pricing-style-two .section-title {
        padding-right: 0px;
    }
}

/*--------------------------------------------------------------
    [ ## Portfolio ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### Innovation Block ]
*/
.innovation-block {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=25)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.innovation-block.innovation-block-one .innovation-contant-area {
    float: right;
    width: 455px;
}
.innovation-block.innovation-block-one .innovation-contant-area .btn-links-area {
    padding-top: 10px;
}
.innovation-block.innovation-block-one .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% + 135px);
    -webkit-flex: 0 0 -webkit-calc(50% + 135px);
    flex: 0 0 calc(50% + 135px);
    max-width: -webkit-calc(50% + 135px);
    max-width: calc(50% + 135px);
}
.innovation-block.innovation-block-one .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 135px);
    -webkit-flex: 0 0 -webkit-calc(50% - 135px);
    flex: 0 0 calc(50% - 135px);
    max-width: -webkit-calc(50% - 135px);
    max-width: calc(50% - 135px);
}
@media only screen and (max-width: 1199px) {
    .innovation-block.innovation-block-one .col-lg-7,
    .innovation-block.innovation-block-one .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media only screen and (max-width: 991px) {
    .innovation-block.innovation-block-one .container-fluid.pd-r-0 {
        padding-right: 15px;
    }
    .innovation-block.innovation-block-one .col-lg-7,
    .innovation-block.innovation-block-one .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .innovation-block.innovation-block-one .innovation-contant-area {
        float: none;
        width: 690px;
        margin: 0 auto;
    }
    .innovation-block.innovation-block-one #innovation-carousel {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 991px) {
    .innovation-block.innovation-block-one .innovation-contant-area {
        width: 510px;
    }
}
@media only screen and (max-width: 575px) {
    .innovation-block.innovation-block-one .innovation-contant-area {
        width: 100%;
    }
}
.innovation-block.innovation-block-two .btn-links-area {
    margin-top: 50px;
}
.innovation-block.innovation-block-three {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.innovation-block.innovation-block-three .section-title {
    padding-bottom: 0;
}
.innovation-block.innovation-block-three .btn-links-area {
    position: relative;
    top: -50px;
}
@media only screen and (max-width: 1199px) {
    .innovation-block.innovation-block-three .btn-links-area {
        top: -15px;
    }
}
.innovation-block.innovation-block-three .portfolio-item {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -webkit-box-shadow: 3px 3px 40px rgba(0, 0, 0, 0.14);
    box-shadow: 3px 3px 40px rgba(0, 0, 0, 0.14);
    display: block;
    margin-top: 35px;
    margin-bottom: 35px;
}
.innovation-block.innovation-block-three .portfolio-item .portfolio-thumb {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    position: relative;
}
.innovation-block.innovation-block-three .portfolio-item .portfolio-thumb .portfolio-overlay {
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background-color: rgba(29, 24, 85, 0.85);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.innovation-block.innovation-block-three .portfolio-item .portfolio-thumb .portfolio-overlay .view-details {
    padding-top: 100px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.innovation-block.innovation-block-three .portfolio-item .portfolio-thumb .portfolio-overlay .view-details > span {
    display: inline-block;
    padding-left: 5px;
    font-size: 20px;
    margin-top: 1px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.innovation-block.innovation-block-three .portfolio-item .portfolio-thumb .portfolio-overlay .view-details:hover {
    color: #f94f4f;
}
.innovation-block.innovation-block-three
    .portfolio-item
    .portfolio-thumb
    .portfolio-overlay
    .view-details:hover
    > span {
    padding-left: 10px;
}
.innovation-block.innovation-block-three .portfolio-item:hover {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.innovation-block.innovation-block-three .portfolio-item:hover .portfolio-thumb {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.innovation-block.innovation-block-three .portfolio-item:hover .portfolio-thumb img {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    visibility: visible;
}
.innovation-block.innovation-block-three .portfolio-item:hover .portfolio-thumb .portfolio-overlay {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.innovation-block.innovation-block-three .portfolio-item:hover .portfolio-thumb .portfolio-overlay .view-details {
    padding-top: 0px;
}
.innovation-block.innovation-block-three .innovation-carousel-container {
    margin-bottom: -40px;
}
@media only screen and (min-width: 1200px) {
    .innovation-block.innovation-block-three .innovation-carousel-container {
        width: 1575px;
    }
}
.innovation-block #innovation-carousel {
    margin-bottom: -40px;
}
.innovation-block #innovation-carousel .portfolio-item.portfolio-one {
    margin-bottom: 40px;
}
.innovation-block.innovation-block-two #innovation-carousel .portfolio-item.portfolio-one {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=25)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.innovation-block.innovation-block-two #innovation-carousel .portfolio-item.portfolio-one:before {
    background-color: #293b5f;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.innovation-block.innovation-block-two #innovation-carousel .portfolio-item.portfolio-one:hover:before {
    opacity: 0.25;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=25)';
}
.innovation-block.innovation-block-four .btn-default.mrt-30 {
    margin-top: 20px;
}

/*-------------------------------------------------
    [ ### Portfolio Element ]
*/
.portfolio-filter {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
    .portfolio-filter {
        margin-bottom: 30px;
    }
}
.portfolio-filter li {
    display: inline-block;
    margin: 0 0px 10px;
}
.portfolio-filter li a {
    padding: 18px 40px;
    border-radius: 50px 0px 50px 50px;
    letter-spacing: -0.02em;
    font-weight: 500;
    font-size: 16px;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #727272;
}
.portfolio-filter li a.active,
.portfolio-filter li a:focus,
.portfolio-filter li a:hover {
    color: white;
    background-color: #f94f4f;
    -webkit-box-shadow: 3px 3px 11px rgba(198, 22, 22, 0.25);
    box-shadow: 3px 3px 11px rgba(198, 22, 22, 0.25);
}
@media only screen and (max-width: 1199px) {
    .portfolio-filter li a {
        padding: 13px 25px;
        font-size: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .portfolio-filter li a {
        padding: 12px 15px;
        font-size: 14px;
    }
}

.portfolio-item {
    position: relative;
    min-height: 70px;
    margin-bottom: 30px;
}
.portfolio-item .portfolio-thumb {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
    .portfolio-item .portfolio-thumb {
        margin-bottom: 30px;
    }
}
.portfolio-item .portfolio-thumb img {
    width: 100%;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    visibility: visible;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.portfolio-item .portfolio-thumb .overlay-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transform-style: flat;
    transform-style: flat;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0.999);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0.999);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.portfolio-item .portfolio-thumb .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(249, 79, 79, 0.75);
    visibility: hidden;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0.99917);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0.99917);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.portfolio-item .portfolio-thumb .overlay:before,
.portfolio-item .portfolio-thumb .overlay:after {
    content: '';
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px);
    left: 30px;
    position: absolute;
    top: 30px;
    -webkit-transition: -webkit-transform 0.7s ease 0s;
    transition: -webkit-transform 0.7s ease 0s;
    transition: transform 0.7s ease 0s;
    -webkit-transition: -webkit-transform 0.7s ease 0s, -webkit-transform 0.7s ease 0s;
    transition: transform 0.7s ease 0s, -webkit-transform 0.7s ease 0s;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    z-index: 1;
}
@media only screen and (max-width: 767px) {
    .portfolio-item .portfolio-thumb .overlay:before,
    .portfolio-item .portfolio-thumb .overlay:after {
        height: -webkit-calc(100% - 40px);
        height: calc(100% - 40px);
        left: 20px;
        top: 20px;
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
    }
}
.portfolio-item .portfolio-thumb .overlay:before {
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}
.portfolio-item .portfolio-thumb .overlay:after {
    border-left: 1px solid white;
    border-right: 1px solid white;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
}
.portfolio-item .popup {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    display: block;
    position: absolute;
    font-size: 20px;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    vertical-align: middle;
}
.portfolio-item .popup .popup-inner {
    display: inline-block;
    margin: 0;
    position: relative;
    visibility: hidden;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -webkit-transform: translate(0, -50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(0, -50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.portfolio-item .popup .popup-inner a {
    font-size: 20px;
    line-height: 22px;
    color: white;
    font-weight: 400;
    padding: 15px;
    display: block;
}
.portfolio-item .content {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
    font-size: 20px;
    text-align: center;
    z-index: 2;
}
.portfolio-item .content h3 {
    margin: 0 0 7px;
    -webkit-transform: translate(0, 50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(0, 50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    display: block;
    position: relative;
    visibility: hidden;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    font-size: 20px;
    color: white;
    font-weight: 600;
}
@media only screen and (max-width: 1199px) {
    .portfolio-item .content h3 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 575px) {
    .portfolio-item .content h3 {
        font-size: 16px;
    }
}
.portfolio-item .content .cate {
    margin: 0 0 60px;
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transform: translate(0, 50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(0, 50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    font-size: 16px;
    line-height: 20px;
    color: #fafafa;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    font-weight: 400;
    display: block;
    position: relative;
    visibility: hidden;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
@media only screen and (max-width: 767px) {
    .portfolio-item .content .cate {
        font-size: 14px;
        margin-bottom: 40px;
    }
}
.portfolio-item .content .cate a:hover {
    color: white;
}
.portfolio-item:hover .overlay-wrapper {
    visibility: visible;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.portfolio-item:hover .content .cate,
.portfolio-item:hover .content h3 {
    visibility: visible;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.portfolio-item:hover .overlay-wrapper .overlay {
    visibility: visible;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.portfolio-item:hover .overlay-wrapper .overlay:before,
.portfolio-item:hover .overlay-wrapper .overlay:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.portfolio-item:hover .popup .popup-inner {
    visibility: visible;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.portfolio-item:hover .portfolio-thumb {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.portfolio-item:hover .portfolio-thumb img {
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    visibility: hidden;
    -webkit-transform: matrix3d(1.5, 0, 0, 0, 0, 1.5, 0, 0, 0, 0, 1, 0, 0, 0, 0.001, 1);
    transform: matrix3d(1.5, 0, 0, 0, 0, 1.5, 0, 0, 0, 0, 1, 0, 0, 0, 0.001, 1);
}
.portfolio-item.portfolio-one {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.portfolio-item.portfolio-one .content {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    text-align: left;
    background-color: white;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center 0;
    -ms-transform-origin: bottom center 0;
    transform-origin: bottom center 0;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-property: -webkit-transform, -webkit-transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.portfolio-item.portfolio-one .content h3 {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    visibility: visible;
}
.portfolio-item.portfolio-one .content .portfolio-title {
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
}
.portfolio-item.portfolio-one .content .portfolio-title > h3 {
    color: #293b5f;
    margin-bottom: 0;
    padding: 28px 30px;
}
.portfolio-item.portfolio-one .content .icon {
    position: absolute;
    background-color: #f94f4f;
    color: white;
    font-size: 30px;
    width: 70px;
    top: 0;
    right: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.portfolio-item.portfolio-one .content .icon a {
    display: block;
}
@media only screen and (max-width: 1199px) {
    .portfolio-item.portfolio-one .content .portfolio-title > h3 {
        padding: 25px 15px;
    }
}
@media only screen and (max-width: 575px) {
    .portfolio-item.portfolio-one .content .portfolio-title > h3 {
        padding: 20px 15px;
    }
}
.portfolio-item.portfolio-one:hover {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -webkit-box-shadow: 6px 10px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 6px 10px 40px rgba(0, 0, 0, 0.15);
}
.portfolio-item.portfolio-one:hover .portfolio-thumb img {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    visibility: visible;
}
.portfolio-item.portfolio-one:hover .content {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top center 0;
    -ms-transform-origin: top center 0;
    transform-origin: top center 0;
}
.portfolio-item.portfolio-one:hover .content .portfolio-title > h3 a:hover {
    color: #f94f4f;
}
.portfolio-item.portfolio-one:hover .content .icon a:hover {
    color: inherit;
    padding-left: 20px;
}

.portfolio-grid.no-gaps {
    margin-left: 0;
    margin-right: 0;
}
.portfolio-grid.no-gaps [class*='col-'] {
    padding-left: 0px;
    padding-right: 0px;
}
.portfolio-grid.no-gaps .portfolio-item {
    margin-bottom: 0px;
}

/*-------------------------------------------------
    [ ### Portfolio Single ]
*/
.portfolio-page-block .popup-image {
    display: inline-block;
}
.portfolio-page-block figure {
    margin-bottom: 30px;
}
.portfolio-page-block figure a {
    display: inline-block;
}
.portfolio-page-block figure:last-child {
    margin-bottom: 0;
}
.portfolio-page-block .portfolio-grid {
    margin-bottom: -30px;
}
.portfolio-page-block .portfolio-grid .item {
    margin-bottom: 30px;
}
.portfolio-page-block .call-to-action .call-to-title {
    line-height: 1.12em;
}
.portfolio-page-block .action-btn-group {
    margin: 0 -13px -15px;
}
.portfolio-page-block .action-btn-group > .btn {
    margin: 0 13px 15px;
}
.portfolio-page-block.portfolio-page-style-two figure {
    text-align: center;
}
.portfolio-page-block.portfolio-page-style-two .portfolio-details {
    text-align: center;
    padding: 0 25px;
}
.portfolio-page-block.portfolio-page-style-two .portfolio-details .portfolio-title {
    font-size: 42px;
    margin-bottom: 40px;
}
.portfolio-page-block.portfolio-page-style-two .portfolio-meta > .meta-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    text-align: center;
}
.portfolio-page-block.portfolio-page-style-two .portfolio-meta > .meta-item .social-status > a {
    text-align: center;
}
@media only screen and (max-width: 1199px) {
    .portfolio-page-block.portfolio-page-style-two .portfolio-details .portfolio-title {
        font-size: 36px;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 991px) {
    .portfolio-page-block.portfolio-page-style-two .mrt-90 {
        margin-top: 60px;
    }
    .portfolio-page-block.portfolio-page-style-two .portfolio-details {
        margin-top: 0px;
    }
    .portfolio-page-block.portfolio-page-style-two .portfolio-meta {
        padding-bottom: 25px;
    }
    .portfolio-page-block.portfolio-page-style-two .portfolio-meta > .meta-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .portfolio-page-block.portfolio-page-style-two .portfolio-details .portfolio-title {
        font-size: 32px;
    }
}
@media only screen and (max-width: 575px) {
    .portfolio-page-block.portfolio-page-style-two .mrt-90 {
        margin-top: 50px;
    }
    .portfolio-page-block.portfolio-page-style-two .portfolio-details .portfolio-title {
        font-size: 26px;
    }
    .portfolio-page-block.portfolio-page-style-two .portfolio-meta {
        padding-bottom: 15px;
    }
    .portfolio-page-block.portfolio-page-style-two .portfolio-meta > .meta-item {
        max-width: 100%;
    }
}
.portfolio-page-block.portfolio-page-style-three .container-fluid {
    padding: 0 60px;
}
.portfolio-page-block.portfolio-page-style-three .portfolio-details .portfolio-title {
    font-size: 42px;
    margin-bottom: 40px;
}
.portfolio-page-block.portfolio-page-style-three .portfolio-details .portfolio-content {
    margin-bottom: 55px;
}
.portfolio-page-block.portfolio-page-style-three .portfolio-details .site-link {
    padding-top: 0;
}
.portfolio-page-block.portfolio-page-style-three .portfolio-meta {
    display: block;
}
.portfolio-page-block.portfolio-page-style-three .portfolio-meta > .meta-item {
    max-width: 100%;
    margin-bottom: 45px;
}
.portfolio-page-block.portfolio-page-style-three .portfolio-meta > .meta-item:last-child {
    margin-bottom: 0px;
}
@media only screen and (max-width: 1366px) {
    .portfolio-page-block.portfolio-page-style-three .portfolio-grid.pd-b-90 {
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 1199px) {
    .portfolio-page-block.portfolio-page-style-three .row.mrt-90 {
        margin-top: 60px;
    }
    .portfolio-page-block.portfolio-page-style-three .row.mrb-80 {
        margin-bottom: 50px;
    }
    .portfolio-page-block.portfolio-page-style-three .portfolio-grid.pd-b-90 {
        padding-bottom: 0px;
    }
    .portfolio-page-block.portfolio-page-style-three .portfolio-details .portfolio-title {
        font-size: 36px;
        margin-bottom: 30px;
    }
    .portfolio-page-block.portfolio-page-style-three .portfolio-details .portfolio-content {
        margin-bottom: 45px;
    }
    .portfolio-page-block.portfolio-page-style-three .portfolio-meta > .meta-item {
        margin-bottom: 35px;
    }
    .portfolio-page-block.portfolio-page-style-three .call-to-action.pd-b-150 {
        padding-bottom: 100px;
    }
}
@media only screen and (max-width: 991px) {
    .portfolio-page-block.portfolio-page-style-three .row.mrb-80 {
        margin-bottom: 40px;
    }
    .portfolio-page-block.portfolio-page-style-three .container-fluid {
        padding: 0 15px;
    }
    .portfolio-page-block.portfolio-page-style-three .portfolio-details {
        margin-top: 0px;
    }
    .portfolio-page-block.portfolio-page-style-three .portfolio-meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin-top: 50px;
    }
    .portfolio-page-block.portfolio-page-style-three .portfolio-meta > .meta-item {
        max-width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .portfolio-page-block.portfolio-page-style-three .portfolio-details .portfolio-title {
        font-size: 32px;
    }
}
@media only screen and (max-width: 575px) {
    .portfolio-page-block.portfolio-page-style-three .row.mrb-60 {
        margin-bottom: 40px;
    }
    .portfolio-page-block.portfolio-page-style-three .portfolio-details .portfolio-title {
        font-size: 26px;
        margin-bottom: 25px;
    }
    .portfolio-page-block.portfolio-page-style-three .portfolio-details .portfolio-content {
        margin-bottom: 40px;
    }
    .portfolio-page-block.portfolio-page-style-three .portfolio-meta {
        display: block;
        margin-top: 50px;
    }
    .portfolio-page-block.portfolio-page-style-three .portfolio-meta > .meta-item {
        max-width: 100%;
    }
}

.portfolio-details .portfolio-title {
    font-weight: 700;
    margin-bottom: 45px;
    font-size: 32px;
    color: #293b5f;
}
.portfolio-details .portfolio-content {
    margin-bottom: 85px;
}
.portfolio-details .site-link {
    padding-top: 40px;
}
@media only screen and (max-width: 1199px) {
    .portfolio-details .portfolio-title {
        margin-bottom: 30px;
        font-size: 28px;
    }
    .portfolio-details .portfolio-content {
        margin-bottom: 40px;
    }
    .portfolio-details .site-link {
        padding-top: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .portfolio-details {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 575px) {
    .portfolio-details {
        margin-top: 40px;
    }
    .portfolio-details .portfolio-title {
        margin-bottom: 25px;
        font-size: 24px;
    }
    .portfolio-details .portfolio-content {
        margin-bottom: 30px;
    }
    .portfolio-details .site-link {
        padding-top: 10px;
    }
}

.project-block {
    margin-top: -215px;
}
.project-block .container {
    position: relative;
}
.project-block .section-title.style-two {
    top: 220px;
}
.project-block .view-all-btn {
    position: absolute;
    right: 265px;
    bottom: 120px;
}
.project-block .view-all-btn > a {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: lighter;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: white;
}
.project-block .view-all-btn > a > b {
    font-weight: 700;
    display: inline-block;
    padding-left: 5px;
}
.project-block .view-all-btn > a > span {
    display: inline-block;
    padding-left: 15px;
    position: relative;
}
.project-block .view-all-btn > a:hover {
    color: #f94f4f;
}
@media only screen and (max-width: 1199px) {
    .project-block {
        margin-top: -130px;
    }
    .project-block .section-title.style-two {
        top: 140px;
    }
    .project-block .view-all-btn {
        right: 185px;
        bottom: 100px;
    }
    .project-block .view-all-btn > a {
        font-size: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .project-block {
        margin-top: 0px;
    }
    .project-block .section-title.style-two {
        top: 0px;
    }
    .project-block .view-all-btn {
        right: 0;
        bottom: 0;
        position: relative;
        padding-top: 40px;
    }
}

.project-list {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
    margin: 0;
}
.project-list [class*='col-'] {
    padding: 0;
}
@media only screen and (max-width: 991px) {
    .project-list {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: -30px;
    }
    .project-list [class*='col-'] {
        padding: 0 15px;
    }
}
.project-list .single-project {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
    position: relative;
    min-height: 100px;
}
@media only screen and (max-width: 991px) {
    .project-list .single-project {
        margin-bottom: 30px;
    }
    .project-list .single-project .project-thumb > img {
        width: 100%;
    }
}
.project-list .single-project .project-thumb {
    margin-bottom: 0;
}
.project-list .single-project .project-thumb > img {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
@media only screen and (max-width: 991px) {
    .project-list .single-project .project-thumb > img {
        width: 100%;
    }
}
.project-list .single-project .project-content {
    position: absolute;
    bottom: 55px;
    padding: 0 60px;
    left: 0;
    width: 100%;
}
.project-list .single-project .project-content .project-title {
    font-size: 48px;
    margin-bottom: 3px;
    font-weight: 800;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    color: white;
    position: relative;
}
.project-list .single-project .project-content .project-title:before {
    position: absolute;
    content: '';
    left: 0;
    top: 52%;
    height: 2px;
    width: 0px;
    background-color: #f94f4f;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.project-list .single-project .project-content .project-title a {
    display: block;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.project-list .single-project .project-content .project-title:hover {
    padding-left: 40px;
}
.project-list .single-project .project-content .project-title:hover:before {
    width: 30px;
}
.project-list .single-project .project-content .project-title:hover a {
    color: #f94f4f;
}
.project-list .single-project .project-content .cate {
    font-size: 24px;
    font-weight: 500;
    color: white;
}
.project-list .single-project .project-content .cate a:hover {
    color: #f94f4f;
}
@media only screen and (max-width: 1199px) {
    .project-list .single-project .project-content {
        bottom: 30px;
        padding: 0 30px;
    }
    .project-list .single-project .project-content .project-title {
        font-size: 36px;
    }
    .project-list .single-project .project-content .cate {
        font-size: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .project-list .single-project .project-content {
        bottom: 15px;
        padding: 0 15px;
    }
    .project-list .single-project .project-content .project-title {
        font-size: 26px;
    }
    .project-list .single-project .project-content .cate {
        font-size: 18px;
    }
}
.project-list .single-project:hover {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
}
.project-list .single-project:hover .project-thumb > img {
    opacity: 0.9;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
}

.portfolio-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.portfolio-meta > .meta-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.015em;
    margin-bottom: 42px;
    text-transform: uppercase;
}
.portfolio-meta > .meta-item > span {
    display: block;
    font-size: 16px;
    text-transform: none;
    color: #293b5f;
    margin-top: 5px;
}
.portfolio-meta > .meta-item .social-status {
    margin-top: 3px;
}
.portfolio-meta > .meta-item .social-status > a {
    text-align: left;
    color: #293b5f;
}
.portfolio-meta > .meta-item .social-status > a:hover,
.portfolio-meta > .meta-item .social-status > a:focus {
    background-color: transparent;
    color: #f94f4f !important;
}
@media only screen and (max-width: 1199px) {
    .portfolio-meta > .meta-item {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .portfolio-meta {
        display: block;
    }
}

.portfolio-carousel-gallery .item {
    border-style: solid;
    border-width: 1px;
    border-color: #efefef;
}
.portfolio-carousel-gallery .owl-dots {
    text-align: center;
    margin-top: 30px;
}
.portfolio-carousel-gallery .owl-dots .owl-dot {
    display: inline-block;
    padding: 0 5px;
}
.portfolio-carousel-gallery .owl-dots .owl-dot span {
    background-color: #c1c1c1;
    width: 20px;
    height: 5px;
    display: block;
}
.portfolio-carousel-gallery .owl-dots .owl-dot.active span {
    background: #1d1556;
}

/*-------------------------------------------------
    [ ### Portfolio Links ]
*/
.portfolio-links {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
}
.portfolio-links.mrt-50 {
    margin-top: 0px;
}
.portfolio-links .prev-link,
.portfolio-links .next-link {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 50%;
    padding: 0 15px;
}
.portfolio-links .prev-link .link-thumb,
.portfolio-links .next-link .link-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    -webkit-flex: 0 0 170px;
    flex: 0 0 170px;
    max-width: 170px;
}
.portfolio-links .prev-link .link-thumb > img,
.portfolio-links .next-link .link-thumb > img {
    width: 100%;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.portfolio-links .prev-link .link-text,
.portfolio-links .next-link .link-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 170px);
    -webkit-flex: 0 0 -webkit-calc(100% - 170px);
    flex: 0 0 calc(100% - 170px);
    max-width: -webkit-calc(100% - 170px);
    max-width: calc(100% - 170px);
    padding-left: 30px;
}
.portfolio-links .prev-link .link-text > span,
.portfolio-links .next-link .link-text > span {
    display: block;
}
.portfolio-links .prev-link .link-text .prev,
.portfolio-links .prev-link .link-text .next,
.portfolio-links .next-link .link-text .prev,
.portfolio-links .next-link .link-text .next {
    color: #f94f4f;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.portfolio-links .prev-link .link-text .portfolio-title,
.portfolio-links .next-link .link-text .portfolio-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
    color: #293b5f;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
@media only screen and (max-width: 1199px) {
    .portfolio-links .prev-link .link-text .portfolio-title,
    .portfolio-links .next-link .link-text .portfolio-title {
        font-size: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .portfolio-links .prev-link .link-thumb,
    .portfolio-links .next-link .link-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        -webkit-flex: 0 0 80px;
        flex: 0 0 80px;
        max-width: 80px;
    }
    .portfolio-links .prev-link .link-text,
    .portfolio-links .next-link .link-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 80px);
        -webkit-flex: 0 0 -webkit-calc(100% - 80px);
        flex: 0 0 calc(100% - 80px);
        max-width: -webkit-calc(100% - 80px);
        max-width: calc(100% - 80px);
        padding-left: 15px;
    }
    .portfolio-links .prev-link .link-text .portfolio-title,
    .portfolio-links .next-link .link-text .portfolio-title {
        font-size: 18px;
    }
    .portfolio-links .prev-link .link-text .prev,
    .portfolio-links .prev-link .link-text .next,
    .portfolio-links .next-link .link-text .prev,
    .portfolio-links .next-link .link-text .next {
        font-size: 10px;
        margin-bottom: 7px;
    }
}
@media only screen and (max-width: 1199px) {
    .portfolio-links .prev-link .link-text .portfolio-title,
    .portfolio-links .next-link .link-text .portfolio-title {
        font-size: 16px;
    }
}
.portfolio-links .prev-link:hover,
.portfolio-links .next-link:hover {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
}
.portfolio-links .prev-link:hover .link-thumb > img,
.portfolio-links .next-link:hover .link-thumb > img {
    opacity: 0.9;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
}
.portfolio-links .prev-link:hover .link-text .portfolio-title,
.portfolio-links .next-link:hover .link-text .portfolio-title {
    color: #f94f4f;
}
.portfolio-links .prev-link .link-text {
    padding-left: 0;
    padding-right: 30px;
    text-align: right;
}
@media only screen and (max-width: 991px) {
    .portfolio-links .prev-link .link-text {
        padding-right: 15px;
    }
}
@media only screen and (max-width: 575px) {
    .portfolio-links {
        display: block;
    }
    .portfolio-links .prev-link,
    .portfolio-links .next-link {
        max-width: 100%;
    }
    .portfolio-links .prev-link {
        margin-bottom: 25px;
    }
}

/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Testimonial ]
*/
@media only screen and (max-width: 1199px) {
    .testimonial-block .container.ml-t-10 {
        margin-top: -30px;
    }
}
@media only screen and (max-width: 991px) {
    .testimonial-block .container.ml-t-10 {
        margin-top: 0px;
    }
    .testimonial-block .container.ml-b-30 {
        margin-bottom: -20px;
    }
}
.testimonial-block.testimonial-right .container > .row > div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
.testimonial-block.testimonial-right .container > .row > div:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
@media only screen and (max-width: 991px) {
    .testimonial-block.testimonial-right .container > .row > div:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .testimonial-block.testimonial-right .container > .row > div:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
}
.testimonial-block.testimonial-right .btn-links-area {
    margin-bottom: 0px;
}

.testimonial-slide-area {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
    height: 500px;
    overflow: hidden;
    margin-right: -30px;
    margin-left: -30px;
}
.testimonial-slide-area .testimonial-slick-wrapper {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
    margin-top: -175px;
}
.testimonial-slide-area .testimonial-slick-wrapper .slick-active .testimonial-item {
    -webkit-transform: translateY(60%) translateZ(0px) scale(0.75);
    transform: translateY(60%) translateZ(0px) scale(0.75);
    opacity: 0.5;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
}
.testimonial-slide-area .testimonial-slick-wrapper .slick-center .testimonial-item {
    -webkit-transform: translateZ(50px) scale(0.9);
    transform: translateZ(50px) scale(0.9);
    position: relative;
    z-index: 2;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.testimonial-slide-area .testimonial-slick-wrapper .slick-center + .slick-active .testimonial-item {
    -webkit-transform: translateY(-60%) translateZ(0px) scale(0.75);
    transform: translateY(-60%) translateZ(0px) scale(0.75);
}
@media only screen and (max-width: 1199px) {
    .testimonial-slide-area {
        height: 440px;
    }
    .testimonial-slide-area .testimonial-slick-wrapper {
        margin-top: -155px;
    }
}
@media only screen and (max-width: 991px) {
    .testimonial-slide-area {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .testimonial-slide-area {
        height: 480px;
        margin-top: 30px;
    }
    .testimonial-slide-area .testimonial-slick-wrapper {
        margin-top: -177px;
    }
}
@media only screen and (max-width: 575px) {
    .testimonial-slide-area {
        height: 570px;
        margin-right: 0px;
        margin-left: 0px;
    }
    .testimonial-slide-area .testimonial-slick-wrapper {
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        margin-top: 0px;
    }
    .testimonial-slide-area .testimonial-slick-wrapper .slick-active .testimonial-item,
    .testimonial-slide-area .testimonial-slick-wrapper .slick-center .testimonial-item,
    .testimonial-slide-area .testimonial-slick-wrapper .slick-center + .slick-active .testimonial-item {
        -webkit-transform: translateY(0%) translateZ(0px) scale(0.9) !important;
        transform: translateY(0%) translateZ(0px) scale(0.9) !important;
        opacity: 1 !important;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    }
}

.testimonial-item {
    position: relative;
    border-radius: 10px;
    -webkit-box-shadow: 5px 8px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 8px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    background-color: white;
    -webkit-transition: 1s;
    transition: 1s;
}
.testimonial-item .testimonial-item-inner {
    padding: 60px 60px 55px;
}
.testimonial-item .quote-icon {
    bottom: -20px;
    position: absolute;
    right: -25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-item .testimonial-item-inner {
        padding: 45px 35px 40px;
    }
}
@media only screen and (max-width: 575px) {
    .testimonial-item {
        -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.15);
        box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.15);
    }
    .testimonial-item .testimonial-item-inner {
        padding: 30px 15px 25px;
    }
}

.client-testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.client-testimonial .client-thumb {
    width: 100px;
    height: 100px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    -webkit-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    margin-top: 5px;
}
.client-testimonial .client-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.client-testimonial .testimonial-details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 100px);
    -webkit-flex: 0 0 -webkit-calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    max-width: -webkit-calc(100% - 100px);
    max-width: calc(100% - 100px);
    padding-left: 60px;
}
.client-testimonial .testimonial-details .details {
    margin-bottom: 20px;
}
.client-testimonial .testimonial-details .client-area .client-name {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}
.client-testimonial .testimonial-details .client-area .client-designation {
    font-size: 12px;
    line-height: 1.5em;
}
@media only screen and (max-width: 1199px) {
    .client-testimonial .testimonial-details {
        padding-left: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .client-testimonial {
        display: block;
    }
    .client-testimonial .client-thumb {
        width: 60px;
        height: 60px;
        max-width: 100%;
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .client-testimonial .client-thumb img {
        width: 100%;
        height: 100%;
    }
    .client-testimonial .testimonial-details {
        padding-left: 0px;
        max-width: 100%;
    }
    .client-testimonial .testimonial-details p {
        line-height: 1.5em;
    }
}

/*-------------------------------------------------
    [ ## Work Brand ]
*/
.work-brand-block .owl-carousel .owl-item {
    display: table;
    height: 110px;
}
.work-brand-block .brands-link {
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.work-brand-block .brands-link img {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    margin: 0 auto;
}
.work-brand-block .brands-link:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### Faqs Block ]
*/
.faq-card {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 38px 40px 33px;
    margin-bottom: 30px;
    background-color: white;
    border: 1px solid #e9e9e9;
    -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.07);
    position: relative;
}
.faq-card:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    background: -webkit-linear-gradient(left, #fd7f83, #f2a78f);
    background: -webkit-gradient(linear, left top, right top, from(#fd7f83), to(#f2a78f));
    background: linear-gradient(to right, #fd7f83, #f2a78f);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    z-index: 0;
}
.faq-card > div {
    position: relative;
    z-index: 2;
}
.faq-card .faq-no {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    -webkit-flex: 0 0 80px;
    flex: 0 0 80px;
    float: left;
    font-size: 90px;
    font-weight: 700;
    line-height: 0.88em;
    color: #f3f3f3;
    max-width: 80px;
    height: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.faq-card .faq-no > span {
    line-height: inherit;
}
.faq-card .faq-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% - 80px);
    -webkit-flex: 1 1 -webkit-calc(100% - 80px);
    flex: 1 1 calc(100% - 80px);
    max-width: -webkit-calc(100% - 80px);
    max-width: calc(100% - 80px);
}
.faq-card .faq-info .faq-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #293b5f;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media only screen and (max-width: 1199px) {
    .faq-card .faq-info .faq-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
}
.faq-card .faq-info p {
    line-height: 1.65em;
}
@media only screen and (max-width: 575px) {
    .faq-card {
        padding: 30px 20px 27px;
    }
    .faq-card .faq-no {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        -webkit-flex: 0 0 60px;
        flex: 0 0 60px;
        font-size: 72px;
        max-width: 60px;
    }
    .faq-card .faq-info {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 60px);
        -webkit-flex: 1 1 -webkit-calc(100% - 60px);
        flex: 1 1 calc(100% - 60px);
        max-width: -webkit-calc(100% - 60px);
        max-width: calc(100% - 60px);
    }
}
.faq-card:hover {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    color: white;
}
.faq-card:hover:before {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.faq-card:hover .faq-info .faq-title,
.faq-card:hover .faq-icon {
    color: white;
}

@media only screen and (max-width: 991px) {
    .download-thumb-area.ml-b-30 {
        margin-bottom: 30px;
    }
}
/*-------------------------------------------------
    [ ### Resume Block ]
*/
.resume-block {
    text-align: center;
    color: #bcb8e2;
    position: relative;
}
.resume-block .resume-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    z-index: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -145px;
}
@media only screen and (max-width: 1199px) {
    .resume-block .resume-shape {
        margin-top: -100px;
    }
    .resume-block .resume-shape > img {
        width: 580px;
    }
}
@media only screen and (max-width: 991px) {
    .resume-block .resume-shape {
        margin-top: -70px;
    }
    .resume-block .resume-shape > img {
        width: 500px;
    }
}
@media only screen and (max-width: 575px) {
    .resume-block .resume-shape {
        margin-top: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .resume-block .resume-shape > img {
        width: 320px;
    }
}
.resume-block > container {
    position: relative;
    z-index: 1;
}
.resume-block .resume-title {
    font-size: 60px;
    line-height: 1.22em;
    color: white;
    font-weight: 700;
    margin-bottom: 40px;
}
.resume-block .resume-title > span {
    color: #f94f4f;
}
@media only screen and (max-width: 1199px) {
    .resume-block .resume-title {
        font-size: 42px;
    }
}
@media only screen and (max-width: 767px) {
    .resume-block .resume-title {
        font-size: 36px;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .resume-block .resume-title {
        font-size: 28px;
    }
}

/*-------------------------------------------------
    [ ### Call To Action ]
*/
.call-to-action {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 140px;
    margin-top: -110px;
    margin-bottom: 60px;
}
.call-to-action.style-two .call-to-title {
    font-size: 60px;
    line-height: 1.22em;
}
@media only screen and (max-width: 1199px) {
    .call-to-action.style-two .call-to-title {
        font-size: 42px;
    }
}
@media only screen and (max-width: 767px) {
    .call-to-action.style-two .call-to-title {
        font-size: 36px;
    }
}
@media only screen and (max-width: 575px) {
    .call-to-action.style-two .call-to-title {
        font-size: 28px;
    }
}
.call-to-action .call-to-title {
    font-size: 42px;
    font-weight: 700;
    color: #293b5f;
    line-height: 1.4em;
}
@media only screen and (max-width: 1199px) {
    .call-to-action .call-to-title {
        font-size: 36px;
    }
}
@media only screen and (max-width: 767px) {
    .call-to-action .call-to-title {
        font-size: 32px;
    }
}
@media only screen and (max-width: 575px) {
    .call-to-action .call-to-title {
        font-size: 28px;
    }
}
.call-to-action .call-to-title > span {
    color: #f94f4f;
}
.call-to-action .action-btn-group {
    margin: 0 -13px -15px;
}
@media only screen and (max-width: 1199px) {
    .call-to-action .action-btn-group {
        padding-top: 35px;
    }
}
.call-to-action .action-btn-group > .btn {
    margin: 0 13px 15px;
}
@media only screen and (max-width: 1366px) {
    .call-to-action {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 1199px) {
    .call-to-action {
        margin-bottom: 10px;
        padding-bottom: 90px;
        padding-top: 60px;
        margin-top: -65px;
    }
}

/*-------------------------------------------------
    [ ### Work Process ]
*/
@media only screen and (max-width: 1366px) {
    .work-process-block.mrb-145 {
        margin-bottom: 80px;
    }
}
.work-process-block.proces-style-two .process-list {
    position: relative;
    margin-top: -20px;
}
.work-process-block.proces-style-two .process-list .bg-line {
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    height: 250px;
    left: 0;
    position: absolute;
    top: 40px;
    width: 100%;
}
@media only screen and (max-width: 991px) {
    .work-process-block.proces-style-two .process-list {
        margin-top: 0px;
    }
    .work-process-block.proces-style-two .process-list .bg-line {
        display: none;
    }
}
.work-process-block.proces-style-two .process-list > div:nth-child(2) {
    margin-top: 60px;
}
.work-process-block.proces-style-two .process-list > div:nth-child(3) {
    margin-top: 18px;
}
.work-process-block.proces-style-two .process-list > div:nth-child(4) {
    margin-top: 130px;
}
.work-process-block.proces-style-two .process-list > div:nth-child(5) {
    margin-top: 100px;
}
@media only screen and (max-width: 1199px) {
    .work-process-block.proces-style-two .process-list > div:nth-child(2) {
        margin-top: 45px;
    }
    .work-process-block.proces-style-two .process-list > div:nth-child(3) {
        margin-top: 15px;
    }
    .work-process-block.proces-style-two .process-list > div:nth-child(4) {
        margin-top: 105px;
    }
    .work-process-block.proces-style-two .process-list > div:nth-child(5) {
        margin-top: 85px;
    }
}
@media only screen and (max-width: 991px) {
    .work-process-block.proces-style-two .process-list > div:nth-child(2),
    .work-process-block.proces-style-two .process-list > div:nth-child(3),
    .work-process-block.proces-style-two .process-list > div:nth-child(4),
    .work-process-block.proces-style-two .process-list > div:nth-child(5) {
        margin-top: 0px;
    }
}

.process-list {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=13)';
}
.process-list .single-process {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=13)';
    margin-bottom: 40px;
    text-align: center;
}
.process-list .single-process .icon {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=13)';
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 50%;
    -webkit-box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.17);
    box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.17);
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 40px;
    height: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto 15px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100px;
}
.process-list .single-process .icon > span:before {
    color: white !important;
}
.process-list .single-process .icon > .process-no {
    color: white;
    font-size: 86px;
    line-height: 1em;
    margin-bottom: 0;
    opacity: 0.13;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=13)';
    position: absolute;
    right: -4px;
    top: 5px;
    z-index: 5;
}
.process-list .single-process .process-step {
    color: #293b5f;
    font-size: 22px;
    font-weight: 600;
}
@media only screen and (max-width: 1199px) {
    .process-list .single-process .process-step {
        font-size: 20px;
    }
}
.process-list > div:nth-child(2n) {
    margin-top: 60px;
}
@media only screen and (max-width: 991px) {
    .process-list > div:nth-child(2n) {
        margin-top: 0px;
    }
}

/*-------------------------------------------------
    [ ### Facility Block ]
*/
.facility-block .row > [class*='col-'] {
    padding: 0 25px;
}
.facility-block .row > [class*='col-']:nth-child(2) .facility-card {
    margin-top: 50px;
}
.facility-block .row > [class*='col-']:nth-child(3) .facility-card {
    margin-top: 100px;
}
.facility-block .row > [class*='col-']:nth-child(4) .facility-card {
    margin-top: 150px;
}
@media only screen and (max-width: 991px) {
    .facility-block {
        margin-top: 100px;
    }
    .facility-block .row > [class*='col-']:nth-child(3) .facility-card {
        margin-top: 0px;
    }
    .facility-block .row > [class*='col-']:nth-child(4) .facility-card {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .facility-block .row > [class*='col-']:nth-child(3) .facility-card {
        margin-top: 50px;
    }
}

.facility-card {
    text-align: center;
}
.facility-card .facility-icon {
    height: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    min-height: 90px;
    margin-bottom: 20px;
}
.facility-card .facility-icon > .icon {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 42px;
    line-height: 90px;
}
.facility-card .facility-info .facility-title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1d1855;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media only screen and (max-width: 1199px) {
    .facility-card .facility-info .facility-title {
        font-size: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .facility-card .facility-info .facility-title {
        margin-bottom: 12px;
    }
}
.facility-card .facility-info p {
    font-size: 15px;
}

/*-------------------------------------------------
    [ ### Specializing ]
*/
.specializing-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
}
.specializing-list .specializing-card {
    width: 270px;
    height: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 15px;
    padding: 15px;
    border-radius: 50px;
}
.specializing-list .specializing-card:nth-child(4) {
    margin-right: 100px;
}
.specializing-list .specializing-card .specializing-title {
    font-size: 35px;
    text-align: center;
    font-weight: 700;
    color: white;
    margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
    .specializing-list .specializing-card {
        width: 200px;
        height: 200px;
    }
    .specializing-list .specializing-card:nth-child(4) {
        margin-right: 50px;
    }
    .specializing-list .specializing-card .specializing-title {
        font-size: 30px;
        line-height: 1.1em;
    }
}
@media only screen and (max-width: 991px) {
    .specializing-list .specializing-card {
        width: auto;
        height: 250px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
        -webkit-flex: 0 0 -webkit-calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
    }
    .specializing-list .specializing-card:nth-child(4) {
        margin-right: 15px;
    }
}
@media only screen and (max-width: 991px) {
    .specializing-list .specializing-card {
        height: 220px;
    }
    .specializing-list .specializing-card:nth-child(4) {
        margin-right: 15px;
    }
    .specializing-list .specializing-card .specializing-title {
        font-size: 28px;
    }
}
@media only screen and (max-width: 767px) {
    .specializing-list .specializing-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
        -webkit-flex: 0 0 -webkit-calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
    }
    .specializing-list .specializing-card .specializing-title {
        font-size: 26px;
    }
}
@media only screen and (max-width: 575px) {
    .specializing-list .specializing-card {
        height: 180px;
    }
    .specializing-list .specializing-card .specializing-title {
        font-size: 24px;
    }
}

/*-------------------------------------------------
    [ ### Newsletter Block ]
*/
.newsletter-block .subscribe-form {
    font-size: 14px;
    margin-top: -5px;
    margin-left: -15px;
}
.newsletter-block .subscribe-form > #mc-form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    .newsletter-block .subscribe-form > #mc-form {
        display: block;
        text-align: center;
    }
}
.newsletter-block .subscribe-form .form-group {
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 40px);
    -webkit-flex: 0 0 -webkit-calc(50% - 40px);
    flex: 0 0 calc(50% - 40px);
    padding: 0 15px;
}
@media only screen and (max-width: 767px) {
    .newsletter-block .subscribe-form .form-group {
        margin-bottom: 20px;
    }
}
.newsletter-block .subscribe-form .form-group label {
    display: block;
    line-height: 1.2em;
    margin-bottom: 0;
    text-align: left;
}
.newsletter-block .subscribe-form .form-group input {
    color: #293b5f;
    font-size: 16px;
    position: relative;
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid #dddddd;
    padding: 0 0 15px !important;
}
@media only screen and (max-width: 767px) {
    .newsletter-block .subscribe-form .form-group input {
        font-size: 15px;
    }
}
.newsletter-block .subscribe-form .form-group input:focus {
    color: #293b5f;
    border-bottom-color: #f94f4f !important;
}
.newsletter-block .subscribe-form .btn-default {
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 rgba(198, 22, 22, 0);
    box-shadow: 0 0 0 rgba(198, 22, 22, 0);
    height: 60px;
    padding: 0;
    width: 60px;
    font-size: 18px;
    margin-left: 20px;
}
@media only screen and (max-width: 767px) {
    .newsletter-block .subscribe-form .btn-default {
        margin: 0px auto;
        border-radius: 40px 0 40px 40px;
        width: 120px;
    }
}

/*-------------------------------------------------
    [ ### Call Request Block ]
*/
.call-request-block .call-request-form .form-group {
    margin-bottom: 35px;
}
.call-request-block .call-request-form .form-group label {
    display: block;
    line-height: 1.2em;
    margin-bottom: 0;
    text-align: left;
    font-size: 14px;
}
.call-request-block .call-request-form .form-group input {
    color: #293b5f;
    font-size: 16px;
    position: relative;
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid #dddddd;
    padding: 0 0 15px !important;
}
@media only screen and (max-width: 767px) {
    .call-request-block .call-request-form .form-group input {
        font-size: 15px;
    }
}
.call-request-block .call-request-form .form-group input:focus {
    color: #293b5f;
    border-bottom-color: #f94f4f !important;
}
@media only screen and (max-width: 991px) {
    .call-request-block .call-request-form-area {
        padding-top: 30px;
    }
}

/*-------------------------------------------------
    [ ### Membership Block ]
*/
.membership-block {
    padding-top: 60px;
    padding-bottom: 140px;
    margin-top: -65px;
    margin-bottom: 60px;
}
.membership-block .section-title {
    padding: 0 30px;
    margin-bottom: 45px;
}
.membership-block .section-title .title-main {
    line-height: 1.35em;
}
@media only screen and (max-width: 991px) {
    .membership-block .section-title {
        padding: 0;
        margin-bottom: 35px;
    }
}
.membership-block .membership-content .input-group {
    background-color: white;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #dddddd;
    border-radius: 50px 0 50px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.membership-block .membership-content .input-group > input.form-controllar {
    border-bottom: 0 solid;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 160px);
    -webkit-flex: 0 0 -webkit-calc(100% - 160px);
    flex: 0 0 calc(100% - 160px);
    max-width: -webkit-calc(100% - 160px);
    max-width: calc(100% - 160px);
    height: 64px;
    padding: 5px 30px !important;
    border-radius: 50px;
    color: #1d1855;
}
.membership-block .membership-content .input-group .input-group-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 158px;
    -webkit-flex: 0 0 158px;
    flex: 0 0 158px;
    max-width: 158px;
    text-align: right;
    margin-right: 2px;
}
.membership-block .membership-content .input-group .input-group-btn .btn-default {
    height: 60px;
    line-height: 60px;
    width: 100%;
    padding: 0;
    -webkit-box-shadow: 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px transparent;
}
@media only screen and (max-width: 575px) {
    .membership-block .membership-content .input-group {
        display: block;
        background-color: transparent;
        border-width: 0px;
        border-radius: 0px;
        -webkit-box-shadow: 0px 0px 0px 0px transparent;
        box-shadow: 0px 0px 0px 0px transparent;
        text-align: center;
    }
    .membership-block .membership-content .input-group > input.form-controllar {
        border: 1px solid #dddddd;
        height: 55px;
        padding: 5px 15px !important;
        margin-bottom: 15px;
        width: 90%;
    }
    .membership-block .membership-content .input-group > input.form-controllar,
    .membership-block .membership-content .input-group .input-group-btn {
        max-width: 100%;
    }
    .membership-block .membership-content .input-group .input-group-btn {
        text-align: center;
        display: block;
        margin-right: 0px;
    }
    .membership-block .membership-content .input-group .input-group-btn .btn-default {
        height: 50px;
        line-height: 50px;
        width: auto;
        padding: 0 30px;
    }
}
@media only screen and (max-width: 1366px) {
    .membership-block {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 1199px) {
    .membership-block {
        margin-bottom: 10px;
        padding-bottom: 90px;
    }
}

/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
.post {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
    margin-bottom: 60px;
    -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.07);
    background-color: white;
    text-align: center;
}
.post .post-thumb > a {
    display: block;
}
.post .post-thumb > a > img {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.post:hover .post-thumb > a > img {
    opacity: 0.9;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
}
.post .entry-title {
    font-size: 32px;
    margin-bottom: 18px;
    font-weight: 700;
    line-height: 1.22em;
    color: #293b5f;
}
.post .entry-title a:hover,
.post .entry-title a:focus {
    color: #f94f4f;
}
.post .entry-meta-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 1.4em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.post .entry-meta-content > div {
    margin-right: 10px;
    position: relative;
}
.post .entry-meta-content > div:last-child {
    margin-right: 0px;
}
.post .entry-meta-content > div a {
    color: #f94f4f;
}
.post .entry-meta-content > div a:hover,
.post .entry-meta-content > div a:focus {
    color: #1d1855;
}
.post .post-details {
    padding: 35px 60px 55px;
}
@media only screen and (max-width: 1199px) {
    .post {
        margin-bottom: 40px;
    }
    .post .entry-title {
        font-size: 28px;
        line-height: 1.15em;
    }
    .post .post-details {
        padding: 25px 30px 45px;
    }
}
@media only screen and (max-width: 575px) {
    .post .entry-title {
        font-size: 24px;
    }
    .post .post-details {
        padding: 20px 15px 35px;
    }
}
.post.post-type-video {
    position: relative;
    margin-bottom: 30px;
}
.post.post-type-video figure {
    margin-bottom: 0px;
}
.post.post-type-video .post-details-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: -webkit-linear-gradient(bottom, rgba(251, 128, 133, 0.9), rgba(241, 167, 146, 0.9));
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(251, 128, 133, 0.9)),
        to(rgba(241, 167, 146, 0.9))
    );
    background: linear-gradient(to top, rgba(251, 128, 133, 0.9), rgba(241, 167, 146, 0.9));
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 15px;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
.post.post-type-video .post-details-overlay .post-details .post-video-btn {
    margin-bottom: 40px;
    margin-top: 30px;
}
.post.post-type-video .post-details-overlay .post-details .post-video-btn > a {
    display: block;
    font-size: 90px;
    color: white;
}
.post.post-type-video .post-details-overlay .post-details .entry-title {
    color: white;
    margin-bottom: 35px;
}
.post.post-type-video .post-details-overlay .post-details .entry-title > a:hover {
    color: black;
}
.post.post-type-video .post-details-overlay .post-details .more-link {
    color: white;
    font-size: 32px;
}
.post.post-type-video .post-details-overlay .post-details .more-link:hover {
    color: black;
    padding-left: 10px;
}
@media only screen and (max-width: 575px) {
    .post.post-type-video .post-details-overlay .post-details .post-video-btn {
        margin-bottom: 20px;
    }
    .post.post-type-video .post-details-overlay .post-details .post-video-btn > a {
        font-size: 70px;
    }
    .post.post-type-video .post-details-overlay .post-details .entry-title {
        margin-bottom: 25px;
    }
}
.post.post-type-video:hover .post-details-overlay {
    background: -webkit-linear-gradient(bottom, rgba(241, 167, 146, 0.9), rgba(251, 128, 133, 0.9));
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(241, 167, 146, 0.9)),
        to(rgba(251, 128, 133, 0.9))
    );
    background: linear-gradient(to top, rgba(241, 167, 146, 0.9), rgba(251, 128, 133, 0.9));
}
.post.post-gird {
    margin-bottom: 30px;
}
.post.post-gird .entry-title {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
}
.post.post-gird .entry-meta-content {
    margin-bottom: 0px;
}
.post.post-gird .post-details {
    padding: 10px 45px 32px;
}
@media only screen and (max-width: 1199px) {
    .post.post-gird .post-details {
        padding: 10px 15px 30px;
    }
    .post.post-gird .entry-title {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .post.post-gird .post-thumb a {
        display: block;
    }
    .post.post-gird .post-thumb img {
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Others
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blog Single
--------------------------------------------------------------*/
/*-------------------------------------------------------------------
    [ ## Single Posts ]
*/
@media only screen and (min-width: 1200px) {
    .blog-single-page {
        padding-right: 30px;
    }
}

.post.single-post {
    margin-bottom: 60px;
    background-color: transparent;
    -webkit-box-shadow: 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px transparent;
    text-align: left;
}
.post.single-post .entry-title {
    font-size: 42px;
    line-height: 1em;
    margin-bottom: 22px;
    padding-top: 18px;
}
.post.single-post .entry-meta-content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px;
}
.post.single-post ul li,
.post.single-post ol li {
    margin-top: 10px;
    line-height: 1.6em;
}
.post.single-post > ul,
.post.single-post > ol {
    padding-left: 20px;
}
.post.single-post table {
    margin-bottom: 30px;
}
.post.single-post p {
    text-align: justify;
    margin-bottom: 35px;
}
.post.single-post p:last-child {
    margin-bottom: 0;
}
.post.single-post .image-group {
    padding-top: 20px;
}
.post.single-post iframe {
    border: 0px solid;
}
.post.single-post figure {
    margin-bottom: 30px;
}
.post.single-post figure span {
    color: #979797;
    font-size: 12px;
    display: block;
    padding: 13px 0 25px;
}
.post.single-post .post-details {
    padding: 0;
}
.post.single-post .responsive-video {
    margin-bottom: 50px;
    margin-top: 40px;
}
.post.single-post .responsive-video .fluid-width-video-wrapper {
    position: absolute;
    top: 0;
}
.post.single-post blockquote {
    padding: 20px 70px 20px;
    color: #293b5f;
    text-align: center;
}
.post.single-post blockquote img {
    margin-bottom: 25px;
    border-radius: 0px;
}
.post.single-post blockquote p {
    text-align: center !important;
    margin-bottom: 10px;
    position: relative;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2em;
}
.post.single-post blockquote p:last-child {
    margin-bottom: 0;
}
.post.single-post blockquote p cite {
    margin-left: 0;
    padding-left: 0;
}
.post.single-post blockquote cite,
.post.single-post blockquote a,
.post.single-post blockquote span {
    padding: 0 1.2em;
    font-size: 0.8em;
    font-weight: 500;
    font-style: normal;
    position: relative;
}
.post.single-post blockquote cite {
    display: block;
}
.post.single-post blockquote cite:before {
    content: '--';
    padding-right: 5px;
}
@media only screen and (max-width: 1199px) {
    .post.single-post blockquote p {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .post.single-post blockquote p {
        font-size: 20px;
    }
}
.post.single-post .entry-footer {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 20px 0;
}

.entry-tag > a {
    border: 1px solid #dddddd;
    border-radius: 40px;
    color: black;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    height: 35px;
    line-height: 31px;
    margin: 5px 3px;
    padding: 0 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.entry-tag > a:hover,
.entry-tag > a:focus {
    background-color: black;
    color: white;
}

@media only screen and (max-width: 1199px) {
    .post.single-post {
        margin-bottom: 50px;
    }
    .post.single-post .entry-title {
        font-size: 36px;
        padding-top: 10px;
    }
    .post.single-post p {
        margin-bottom: 20px;
    }
    .post.single-post figure span {
        padding: 10px 0 15px;
    }
    .post.single-post .alignleft {
        margin-bottom: 10px;
    }
    .post.single-post .responsive-video {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .post.single-post blockquote {
        padding: 25px 30px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .post.single-post .entry-title {
        font-size: 32px;
        padding-top: 0px;
    }
    .post.single-post blockquote {
        padding: 15px 0;
    }
    .post.single-post .alignleft {
        margin-bottom: 25px;
        width: 100%;
    }
    .post.single-post .entry-footer.mt-60 {
        margin-top: 40px;
    }

    .entry-tag > a {
        border-width: 1px;
        font-size: 11px;
        height: 32px;
        line-height: 30px;
        padding: 0 15px;
    }
}
@media only screen and (max-width: 575px) {
    .post.single-post .entry-title {
        font-size: 26px;
    }
}
.post-share-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 45px;
}
.post-share-area h3 {
    font-size: 48px;
    line-height: 40px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 700;
    color: #293b5f;
}
.post-share-area h3 span {
    display: block;
    font-size: 12px;
    line-height: 1em;
    font-weight: normal;
    color: #727272;
}
.post-share-area .share {
    margin-bottom: -4px;
    padding-left: 30px;
}
.post-share-area .share > a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #f94f4f;
    color: white;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    height: 40px;
    margin-bottom: 10px;
    margin-right: 7px;
}
.post-share-area .share > a span {
    display: inline-block;
    text-align: center;
}
.post-share-area .share > a span.fa {
    width: 50px;
    height: 100%;
    line-height: 40px;
}
.post-share-area .share > a .text {
    font-size: 11px;
    font-weight: 500;
    padding: 0 30px;
}
.post-share-area .share > a.facebook {
    background-color: #3b5998;
}
.post-share-area .share > a.facebook span.fa {
    background-color: #36508a;
}
.post-share-area .share > a.twitter {
    background-color: #01acee;
}
.post-share-area .share > a.twitter span.fa {
    background-color: #009bd6;
}
.post-share-area .share > a.google {
    background-color: #ea4335;
}
.post-share-area .share > a.google span.fa {
    background-color: #d33c30;
}

@media only screen and (max-width: 1199px) {
    .post-share-area {
        margin-bottom: 25px;
    }
    .post-share-area .share > a span.fa {
        width: 40px;
    }
    .post-share-area .share > a .text {
        padding: 0 25px;
    }
}
/* [ ## Post Author ] */
.author-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 60px 0;
}
.author-info #author-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    -webkit-flex: 0 0 120px;
    flex: 0 0 120px;
    width: 120px;
}
.author-info .at-img > img {
    border-radius: 50%;
    height: 120px;
    width: 120px;
}
.author-info #author-details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 120px);
    -webkit-flex: 0 0 -webkit-calc(100% - 120px);
    flex: 0 0 calc(100% - 120px);
    padding-left: 30px;
    text-align: justify;
}
.author-info #author-details .author-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #293b5f;
}

@media only screen and (max-width: 575px) {
    .author-info {
        padding: 50px 0;
        display: block;
    }
    .author-info #author-img {
        margin-bottom: 25px;
        width: auto;
    }
    .author-info #author-details {
        padding-left: 0;
    }
    .author-info #author-details .author-name {
        margin-bottom: 20px;
    }
}
/*--------------------------------------------------------------
# Site Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## About Page
--------------------------------------------------------------*/
.text-content h1 {
    margin-top: 0;
    margin-bottom: 20px;
}
.text-content h1 strong {
    font-weight: 900;
}
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
    margin: 0 0 15px;
}
.text-content p {
    font-size: 15px;
}

.about-content {
    position: relative;
    z-index: 1;
}
.about-content .quote-icon {
    bottom: 50px;
    position: absolute;
    z-index: -1;
}
.about-content .author-name {
    color: #293b5f;
    font-size: 16px;
    padding-left: 80px;
    position: relative;
}
.about-content .author-name:before {
    background-color: #f94f4f;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 60px;
}
.about-content .author-name > span {
    color: #727272;
}
@media only screen and (max-width: 1199px) {
    .about-content .author-name {
        font-size: 15px;
        padding-left: 60px;
    }
    .about-content .author-name:before {
        width: 45px;
    }
    .about-content .author-name.mrb-40 {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 757px) {
    .about-content .author-name {
        padding-left: 40px;
    }
    .about-content .author-name:before {
        width: 25px;
    }
    .about-content .author-name.mrb-40 {
        margin-bottom: 25px;
    }
}

.about-style-two {
    position: relative;
}
.about-style-two .mock-up-thumb-back {
    width: -webkit-calc(50% - 385px);
    width: calc(50% - 385px);
}
@media only screen and (max-width: 1199px) {
    .about-style-two .mock-up-thumb-back {
        width: -webkit-calc(50% - 270px);
        width: calc(50% - 270px);
    }
}
@media only screen and (max-width: 991px) {
    .about-style-two .mock-up-thumb-back {
        display: none;
    }
}
.about-style-two .mock-up-thumb {
    border: 20px solid white;
    position: relative;
    -webkit-box-shadow: 13px 0 35px rgba(0, 0, 0, 0.09);
    box-shadow: 13px 0 35px rgba(0, 0, 0, 0.09);
}
.about-style-two .mock-up-thumb .video-btn-area {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.about-style-two .video-btn {
    background-color: white;
    color: #f94f4f;
}
.about-style-two .video-btn:before,
.about-style-two .video-btn:after {
    background-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 991px) {
    .about-style-two {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.about-style-three .mock-up-thumb-area {
    position: relative;
}
.about-style-three .mock-up-thumb-area .mock-up-thumb-back {
    margin-left: -385px;
}
@media only screen and (max-width: 1199px) {
    .about-style-three .mock-up-thumb-area .mock-up-thumb-back {
        margin-left: -250px;
    }
}
.about-style-three .mock-up-thumb-area .mock-up-thumb {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.about-style-three .mock-up-thumb-area .mock-up-thumb .video-btn-area {
    position: absolute;
    top: -15px;
    right: 140px;
}
@media only screen and (max-width: 991px) {
    .about-style-three .mock-up-thumb-area .mock-up-thumb-back {
        display: none;
    }
    .about-style-three .mock-up-thumb-area .mock-up-thumb {
        position: relative;
        top: 0%;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .about-style-three .mock-up-thumb-area .mock-up-thumb .video-btn-area {
        top: -10px;
        right: 170px;
    }
}
.about-style-three .mock-up-thumb-area .about-author-area {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.about-style-three .mock-up-thumb-area .about-author-area .about-author {
    text-align: center;
    padding: 0 85px;
    color: white;
}
.about-style-three .mock-up-thumb-area .about-author-area .about-author h3 {
    font-size: 24px;
    color: white;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 55px;
}
.about-style-three .mock-up-thumb-area .about-author-area .about-author .author-name {
    font-size: 18px;
    color: white;
    font-weight: 600;
    margin-bottom: 0;
}
.about-style-three .mock-up-thumb-area .about-author-area .about-author .author-designation {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
    .about-style-three .mock-up-thumb-area .about-author-area .about-author {
        padding: 30px 60px 0;
    }
    .about-style-three .mock-up-thumb-area .about-author-area .about-author h3 {
        font-size: 20px;
        margin-bottom: 35px;
    }
    .about-style-three .mock-up-thumb-area .about-author-area .about-author .author-name {
        font-size: 16px;
    }
}
@media only screen and (max-width: 575px) {
    .about-style-three .mock-up-thumb-area .about-author-area .about-author {
        padding: 30px 40px 0;
    }
}
.about-style-three .hg-promo-numbers {
    position: relative;
    margin-top: 50px;
    padding-top: 10px;
}
@media only screen and (max-width: 1199px) {
    .about-style-three .hg-promo-numbers {
        margin-top: 35px;
        padding-top: 0px;
    }
}
.about-style-three .hg-promo-numbers:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 70px;
    background-color: #293b5f;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 1199px) {
    .mock-up-thumb {
        margin-bottom: 50px;
    }
}
/*--------------------------------------------------------------
## Contact Page
--------------------------------------------------------------*/
.contact-info-block {
    position: relative;
}
.contact-info-block .mock-up-thumb-back {
    width: -webkit-calc(50% - 385px);
    width: calc(50% - 385px);
}
@media only screen and (max-width: 1199px) {
    .contact-info-block .mock-up-thumb-back {
        width: -webkit-calc(50% - 270px);
        width: calc(50% - 270px);
    }
}
@media only screen and (max-width: 991px) {
    .contact-info-block .mock-up-thumb-back {
        display: none;
    }
}
.contact-info-block .mock-up-thumb {
    border: 20px solid white;
    position: relative;
    -webkit-box-shadow: 13px 0 35px rgba(0, 0, 0, 0.09);
    box-shadow: 13px 0 35px rgba(0, 0, 0, 0.09);
}
.contact-info-block .contant-info-content {
    padding-top: 20px;
}
.contact-info-block .contant-info-content > div {
    margin-bottom: 25px;
}
.contact-info-block .contant-info-content .info-address {
    font-size: 21px;
}
.contact-info-block .contant-info-content .info-address > span {
    display: block;
    font-weight: 600;
    color: #f94f4f;
    margin-bottom: 20px;
}
.contact-info-block .contant-info-content .info-phone {
    font-weight: lighter;
    font-size: 42px;
    color: #293b5f;
    line-height: 1.2em;
}
.contact-info-block .contant-info-content .info-email {
    font-size: 18px;
}
.contact-info-block .contant-info-content .info-email > a:hover {
    color: #f94f4f;
}
.contact-info-block .social-status {
    padding-top: 20px;
}
.contact-info-block .social-status > a {
    border: 1px solid rgba(114, 114, 114, 0.25);
}
.contact-info-block .social-status > a:hover {
    background-color: #f94f4f;
}
@media only screen and (max-width: 991px) {
    .contact-info-block {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .contact-info-block .contant-info-content {
        padding-top: 10px;
    }
    .contact-info-block .contant-info-content .info-address {
        font-size: 18px;
    }
    .contact-info-block .contant-info-content .info-address > span {
        margin-bottom: 10px;
    }
    .contact-info-block .contant-info-content .info-phone {
        font-size: 32px;
    }
    .contact-info-block .social-status {
        padding-top: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .contact-info-block .contant-info-content {
        padding-top: 0px;
    }
    .contact-info-block .contant-info-content > div {
        margin-bottom: 15px;
    }
    .contact-info-block .contant-info-content .info-address {
        font-size: 16px;
    }
    .contact-info-block .contant-info-content .info-address > span {
        margin-bottom: 5px;
    }
    .contact-info-block .contant-info-content .info-phone {
        font-size: 22px;
    }
    .contact-info-block .contant-info-content .info-email {
        font-size: 16px;
    }
    .contact-info-block .social-status {
        padding-top: 15px;
    }
}
.contact-info-block.style-two {
    position: relative;
    padding-top: 200px;
    padding-bottom: 70px;
}
.contact-info-block.style-two .shape-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 520px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 40% center;
}
.contact-info-block.style-two .section-title .title-main {
    color: white;
}
.contact-info-block.style-two .contant-info-content {
    color: white;
    padding-top: 10px;
}
.contact-info-block.style-two .contant-info-content > div {
    margin-bottom: 25px;
}
.contact-info-block.style-two .contant-info-content .info-address > span,
.contact-info-block.style-two .contant-info-content .info-phone {
    color: white;
}
@media only screen and (max-width: 1366px) {
    .contact-info-block.style-two {
        padding-top: 155px;
    }
    .contact-info-block.style-two .shape-effect {
        height: 380px;
    }
}
@media only screen and (max-width: 1199px) {
    .contact-info-block.style-two .shape-effect {
        height: 260px;
    }
    .contact-info-block.style-two .contant-info-content {
        padding-top: 0px;
    }
}
@media only screen and (max-width: 767px) {
    .contact-info-block.style-two {
        padding-top: 120px;
        padding-bottom: 50px;
    }
    .contact-info-block.style-two .shape-effect {
        height: 230px;
    }
}
@media only screen and (max-width: 575px) {
    .contact-info-block.style-two {
        padding-top: 100px;
    }
    .contact-info-block.style-two .shape-effect {
        height: 170px;
    }
}

.contact-block-area {
    position: relative;
    padding-top: 180px;
}
.contact-block-area #contact_map {
    height: 690px;
}
@media only screen and (max-width: 1199px) {
    .contact-block-area #contact_map {
        height: 500px;
    }
}
.contact-block-area > .container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.contact-block-area ::-webkit-input-placeholder {
    color: #293b5f;
}
.contact-block-area :-moz-placeholder {
    color: #293b5f;
    opacity: 0.75;
}
.contact-block-area ::-moz-placeholder {
    color: #293b5f;
    opacity: 0.75;
}
.contact-block-area :-ms-input-placeholder {
    color: #293b5f;
}
.contact-block-area .contact-form-area {
    position: relative;
    padding: 70px;
}
@media only screen and (max-width: 1199px) {
    .contact-block-area .contact-form-area {
        padding: 40px;
    }
}
@media only screen and (max-width: 575px) {
    .contact-block-area .contact-form-area {
        padding: 15px;
    }
}
.contact-block-area .contact-form-area:before {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 180px;
    background-color: #f94f4f;
    content: '';
}
.contact-block-area .contact-form-area .contact-form {
    background-color: white;
    position: relative;
    z-index: 1;
    padding: 50px 50px 60px;
}
.contact-block-area .contact-form-area .contact-form:before {
    position: absolute;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    content: '';
    border: 10px solid rgba(255, 255, 255, 0.05);
    left: -10px;
    top: -10px;
}
.contact-block-area .contact-form-area .contact-form .form-group {
    margin-bottom: 55px;
}
.contact-block-area .contact-form-area .contact-form .form-group label {
    display: block;
    line-height: 1.2em;
    margin-bottom: 5px;
    text-align: left;
    font-size: 14px;
}
.contact-block-area .contact-form-area .contact-form .form-group input,
.contact-block-area .contact-form-area .contact-form .form-group textarea {
    color: #293b5f;
    font-size: 16px;
    position: relative;
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid #dddddd;
    padding: 0 0 10px !important;
}
@media only screen and (max-width: 767px) {
    .contact-block-area .contact-form-area .contact-form .form-group input,
    .contact-block-area .contact-form-area .contact-form .form-group textarea {
        font-size: 15px;
    }
}
.contact-block-area .contact-form-area .contact-form .form-group input:focus,
.contact-block-area .contact-form-area .contact-form .form-group textarea:focus {
    color: #293b5f;
    border-bottom-color: #f94f4f !important;
}
.contact-block-area .contact-form-area .contact-form .form-group textarea {
    min-height: 120px;
    max-width: 100%;
}
@media only screen and (max-width: 1199px) {
    .contact-block-area .contact-form-area .contact-form {
        padding: 40px 30px 45px;
    }
    .contact-block-area .contact-form-area .contact-form .form-group {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .contact-block-area .contact-form-area .contact-form {
        padding: 30px 15px 35px;
    }
    .contact-block-area .contact-form-area .contact-form .form-group {
        margin-bottom: 20px;
    }
    .contact-block-area .contact-form-area .contact-form .form-group label {
        margin-bottom: 0px;
        font-size: 12px;
    }
}
.contact-block-area .contact-form-area .contact-form .btn-contact .status {
    bottom: 0;
    height: 1.375rem;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 1.5rem;
}
.contact-block-area .contact-form-area .contact-form .btn-contact span {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.contact-block-area .contact-form-area .contact-form .btn-contact .status .spinner {
    left: 0.3125rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    top: 0.1875rem;
    position: absolute;
    opacity: 0;
}
.contact-block-area .contact-form-area .contact-form .btn-contact .status .status-icon {
    border-radius: 50%;
    left: 0;
    opacity: 0;
    font-size: 0.625rem;
    padding: 0.25rem 0.4375rem;
    position: relative;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    z-index: 1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.contact-block-area .contact-form-area .contact-form .btn-contact .status .status-icon.valid {
    background-color: var(--green);
}
.contact-block-area .contact-form-area .contact-form .btn-contact .status .status-icon.invalid {
    background-color: var(--red);
}
.contact-block-area .contact-form-area .contact-form .btn-contact.processing span {
    opacity: 0.2;
}
.contact-block-area .contact-form-area .contact-form .btn-contact.processing .spinner {
    opacity: 1;
}
.contact-block-area .contact-form-area .contact-form .btn-contact.done .ts-spinner {
    opacity: 0;
}
.contact-block-area .contact-form-area .contact-form .btn-contact.done .status-icon {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.contact-block.style-two .contact-block-area {
    padding-top: 0px;
}
.contact-block.style-two .contact-block-area > .container {
    position: relative;
    left: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.contact-block.style-two .contact-block-area .contact-form-area {
    padding-bottom: 0px !important;
}
.contact-block.style-two .contact-block-area .contact-form-area:before {
    background-color: #eaad11;
}
.contact-block.style-two .contact-block-area .contact-form-area ::-webkit-input-placeholder {
    color: #7149c0;
}
.contact-block.style-two .contact-block-area .contact-form-area :-moz-placeholder {
    color: #7149c0;
    opacity: 1;
}
.contact-block.style-two .contact-block-area .contact-form-area ::-moz-placeholder {
    color: #7149c0;
    opacity: 1;
}
.contact-block.style-two .contact-block-area .contact-form-area :-ms-input-placeholder {
    color: #7149c0;
}
.contact-block.style-two .contact-block-area .contact-form-area .contact-form {
    background-color: #461892;
}
.contact-block.style-two .contact-block-area .contact-form-area .contact-form .form-group label {
    color: #9c89c1;
}
.contact-block.style-two .contact-block-area .contact-form-area .contact-form .form-group input,
.contact-block.style-two .contact-block-area .contact-form-area .contact-form .form-group textarea {
    border-color: #5d2ead;
}
.contact-block.style-two .contact-block-area .contact-form-area .contact-form .form-group input:focus,
.contact-block.style-two .contact-block-area .contact-form-area .contact-form .form-group textarea:focus {
    color: white;
}

.contact-form .input-success,
.contact-form .input-error {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 15px;
    margin-bottom: 0;
    padding: 5px 15px;
    display: none;
}

/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.error-page-content .error-title {
    color: #293b5f;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 18px;
}
.error-page-content > p {
    font-size: 15px;
    line-height: 1.55em;
}
.error-page-content > p > a {
    color: #f94f4f;
}
.error-page-content > p > a:hover,
.error-page-content > p > a:focus {
    color: black;
}
@media only screen and (max-width: 1199px) {
    .error-page-content .error-title {
        font-size: 36px;
    }
}
@media only screen and (max-width: 575px) {
    .error-page-content .error-title {
        font-size: 28px;
    }
}

.search-form-area {
    padding-top: 35px;
}
@media only screen and (max-width: 1199px) {
    .search-form-area {
        padding-top: 25px;
    }
}
.search-form-area .search-form .input-group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #dddddd;
    border-radius: 50px 0 50px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.search-form-area .search-form .input-group > input.form-controllar {
    border-bottom: 0 solid;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 120px);
    -webkit-flex: 0 0 -webkit-calc(100% - 120px);
    flex: 0 0 calc(100% - 120px);
    max-width: -webkit-calc(100% - 120px);
    max-width: calc(100% - 120px);
    height: 64px;
    padding: 5px 30px !important;
    border-radius: 50px;
    color: #1d1855;
}
.search-form-area .search-form .input-group .input-group-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 118px;
    -webkit-flex: 0 0 118px;
    flex: 0 0 118px;
    max-width: 118px;
    text-align: right;
    margin-right: 2px;
}
.search-form-area .search-form .input-group .input-group-btn .btn-default {
    height: 60px;
    line-height: 60px;
    width: 100%;
    padding: 0;
    -webkit-box-shadow: 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px transparent;
}
@media only screen and (max-width: 575px) {
    .search-form-area .search-form .input-group {
        display: block;
        background-color: transparent;
        border-width: 0px;
        border-radius: 0px;
        -webkit-box-shadow: 0px 0px 0px 0px transparent;
        box-shadow: 0px 0px 0px 0px transparent;
        text-align: center;
    }
    .search-form-area .search-form .input-group > input.form-controllar {
        border: 1px solid #dddddd;
        height: 55px;
        padding: 5px 15px !important;
        margin-bottom: 15px;
        width: 100%;
    }
    .search-form-area .search-form .input-group > input.form-controllar,
    .search-form-area .search-form .input-group .input-group-btn {
        max-width: 100%;
    }
    .search-form-area .search-form .input-group .input-group-btn {
        text-align: center;
        display: block;
        margin-right: 0px;
    }
    .search-form-area .search-form .input-group .input-group-btn .btn-default {
        height: 50px;
        line-height: 50px;
        width: auto;
        padding: 0 30px;
    }
}

@media only screen and (max-width: 991px) {
    .error-page-block .error-thumbnail {
        margin-bottom: 50px;
    }
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 75px;
}

.page-content,
.entry-summary {
    margin: 1.4em 0;
}

.page-links {
    clear: both;
    margin: 0 0 2.1em;
}

@media only screen and (max-width: 991px) {
    .sidebar-items {
        margin-top: 60px;
    }
}
/*-------------------------------------------------
    [ ### Page Title ]
*/
.page-title-area {
    position: relative;
}
.page-title-area > .svg-shape-left {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}
.page-title-area .page-header-thumb {
    margin-right: -105px;
    text-align: right;
}
.page-title-area .page-title {
    margin-bottom: 15px;
    font-size: 60px;
    font-weight: lighter;
    text-transform: capitalize;
    line-height: 1.2em;
    color: #293b5f;
}
.page-title-area .page-title > span {
    color: #f94f4f;
    font-weight: 800;
}
@media only screen and (max-width: 1366px) {
    .page-title-area > .svg-shape-left > img {
        width: 75%;
    }
    .page-title-area .page-header-content.pd-t-225 {
        padding-top: 150px;
    }
    .page-title-area .page-header-thumb {
        margin-right: -50px;
    }
}
@media only screen and (max-width: 1199px) {
    .page-title-area {
        padding-top: 120px;
    }
    .page-title-area > .svg-shape-left {
        display: none;
    }
    .page-title-area .page-header-content.pd-t-225 {
        padding-top: 0px;
    }
    .page-title-area .page-title {
        font-size: 48px;
    }
    .page-title-area .page-header-thumb {
        margin-right: 0px;
    }
}
@media only screen and (max-width: 991px) {
    .page-title-area {
        padding-top: 180px;
    }
    .page-title-area .page-title {
        margin-bottom: 10px;
        font-size: 36px;
    }
    .page-title-area .page-header-thumb {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .page-title-area .page-title {
        font-size: 32px;
    }
}

/*-------------------------------------------------
    [ ### Breadcrumb ]
*/
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
}
.breadcrumb .breadcrumb-item {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #727272;
}
@media only screen and (max-width: 1199px) {
    .breadcrumb .breadcrumb-item {
        font-size: 13px;
    }
}
.breadcrumb .breadcrumb-item > a {
    color: #f94f4f;
}
.breadcrumb .breadcrumb-item > a:hover,
.breadcrumb .breadcrumb-item > a:focus {
    color: #f94f4f;
}
.breadcrumb .breadcrumb-item:before {
    content: '';
    font-family: 'FontAwesome';
    padding: 0 10px 0 20px;
    color: #f94f4f;
}
@media only screen and (max-width: 575px) {
    .breadcrumb .breadcrumb-item:before {
        padding: 0 5px 0 15px;
    }
}
.breadcrumb .breadcrumb-item:first-child:before {
    content: '';
    padding: 0 10px 0 0px;
}
@media only screen and (max-width: 575px) {
    .breadcrumb .breadcrumb-item:first-child:before {
        padding: 0 5px 0 0px;
    }
}
.breadcrumb .breadcrumb-item.active:before {
    color: #cccccc;
}

/*-------------------------------------------------
    [ ### No results ]
*/
.no-results.not-found {
    overflow: hidden;
    background: #ffffff;
    text-align: center;
}
.no-results.not-found .page-header {
    margin-top: 0;
    padding-top: 0;
}
.no-results.not-found .page-title {
    font-family: inherit !important;
    font-size: 45px;
    font-weight: bold;
    margin-top: 0;
    position: relative;
}
.no-results.not-found .page-title:after {
    content: '';
    background: #1d1d1f;
    height: 3px;
    width: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -25px;
}
.no-results.not-found .page-not-found-icon {
    margin-top: 5px;
}
.no-results.not-found .page-not-found-icon i {
    color: #a94442;
    font-size: 60px;
}
.no-results.not-found .form-controller {
    border-top: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    height: 34px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 4px 0 4px 15px;
    margin-bottom: 0;
}
@media only screen and (max-width: 540px) {
    .no-results.not-found .form-controller {
        padding: 4px 0 4px 15px;
    }
}
.no-results.not-found .btn-default {
    border: 1px solid #e1e1e1;
}
@media only screen and (max-width: 540px) {
    .no-results.not-found .btn-default {
        padding: 13px 30px;
    }
}
@media only screen and (min-width: 992px) {
    .no-results.not-found .page-content,
    .no-results.not-found .entry-summary {
        max-width: 540px;
        margin: auto;
    }
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-content a {
    word-wrap: break-word;
}

.comment-content {
    font-size: 16px;
}
@media only screen and (max-width: 767px) {
    .comment-content {
        font-size: 15px;
        margin-bottom: 10px;
    }
}
.comment-content ul li,
.comment-content ol li {
    margin-top: 10px;
    line-height: 1.6em;
}
.comment-content > ul,
.comment-content > ol {
    padding-left: 20px;
}
.comment-content a:hover {
    text-decoration: underline;
}

.bypostauthor {
    display: block;
}

.cancel-comment-reply-link {
    bottom: -2px;
    display: inline-block;
    left: 0.6em;
    position: relative;
}

.logged-in-as {
    margin-bottom: 0.7em !important;
    padding: 0 15px;
}

.comments-area {
    overflow: hidden;
    margin-top: 60px;
    border-bottom: 1px solid #dddddd;
}
.comments-area .comment-list,
.comments-area .children {
    list-style: none;
    padding: 0;
}
.comments-area .comments-title {
    color: #f94f4f;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.175em;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.comments-area .comments-title img {
    margin-left: 5px;
}
.comments-area .comment-list {
    margin-bottom: 45px;
    border-top: none;
}
.comments-area .comment-list .comment .comment-respond {
    margin-bottom: 75px;
}
.comments-area .comment-body {
    overflow: hidden;
    margin-bottom: 75px;
}
.comments-area .comment-author {
    float: left;
    margin-right: 15px;
    width: 60px;
}
.comments-area .date {
    display: block;
    font-size: 13px;
    color: #a0a0a0;
    margin-top: 0;
}
.comments-area .comment-details {
    position: relative;
    display: table-cell;
    vertical-align: top;
}
.comments-area .comment-metadata {
    margin-bottom: 0.5em;
    color: #293b5f;
}
.comments-area .comment-metadata .author {
    font-size: 18px;
    font-weight: 600;
}
.comments-area .comment-metadata .says,
.comments-area .comment-metadata .comment-edit-link {
    color: #777;
}
.comments-area .children {
    margin-left: 108px;
}
@media only screen and (max-width: 1199px) {
    .comments-area .children {
        margin-left: 90px;
    }
}
@media only screen and (max-width: 992px) {
    .comments-area .children {
        margin-left: 75px;
    }
}
@media only screen and (max-width: 767px) {
    .comments-area .children {
        margin-left: 50px;
    }
}
@media only screen and (max-width: 450px) {
    .comments-area .children {
        margin-left: 30px;
    }
}
@media only screen and (max-width: 400px) {
    .comments-area .children {
        margin-left: 25px;
    }
}
.comments-area .comment-navigation {
    margin-bottom: 3.5em;
}
.comments-area .comment-navigation .nav-links .nav-previous {
    float: left;
}
.comments-area .comment-navigation .nav-links .nav-next {
    float: right;
}
.comments-area .comment-navigation .nav-links span {
    font-size: 18px;
}
.comments-area .comment-navigation .nav-links a {
    background-color: #232c3b;
    color: white;
    border-radius: 5px;
}

.comment-respond label {
    font-weight: 500;
}
.comment-respond .comment-reply-title {
    color: #f94f4f;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.175em;
    margin-bottom: 45px;
    text-transform: uppercase;
}
.comment-respond .comment-reply-title img {
    margin-left: 5px;
}

.comment-respond {
    margin-top: 60px;
}
.comment-respond p {
    margin-bottom: 1em;
}
.comment-respond [class*='col-'] {
    margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
    .comment-respond [class*='col-'] {
        margin-bottom: 30px;
    }
}
.comment-respond label {
    display: block;
    line-height: 1.2em;
    margin-bottom: 5px;
    text-align: left;
    font-size: 14px;
}
.comment-respond .form-control {
    color: #293b5f;
    font-size: 16px;
    position: relative;
    border-radius: 0px;
    width: 100%;
    background-color: transparent;
    border-top: 0px solid #dddddd;
    border-left: 0px solid #dddddd;
    border-right: 0px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 0 0 10px !important;
    -webkit-box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0);
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0);
}
@media only screen and (max-width: 767px) {
    .comment-respond .form-control {
        font-size: 15px;
    }
}
.comment-respond .form-control:focus {
    color: #293b5f;
    border-bottom-color: #f94f4f !important;
}
.comment-respond textarea {
    min-height: 120px;
    max-width: 100%;
}
.comment-respond .form-submit {
    margin-bottom: 0;
    padding: 0 15px;
}
.comment-respond .comment-subscription-form {
    display: none;
}
.comment-respond .comment-form-rating {
    margin-bottom: 1em;
}
.comment-respond .form-submit {
    text-align: center;
    width: 100%;
}
.comment-respond #submit,
.comment-respond .submit {
    border-color: #e51681;
    border-radius: 0;
    background: #e51681;
    color: white;
    padding: 15px 45px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

#review_form .form-submit {
    padding: 0;
}

.no-comments {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.comment-reply-link {
    padding: 8px 22px;
    font-size: 13px;
    border: 1px solid #dddddd;
    line-height: normal;
    font-weight: bold;
    display: inline-block;
    background-color: transparent;
    border-radius: 30px;
    color: #f94f4f;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.comment-reply-link:hover {
    background: #f94f4f;
    color: white;
    border-color: #f94f4f;
}
@media only screen and (min-width: 600px) {
    .comment-reply-link {
        position: absolute;
        right: 0;
        top: -50px;
    }
}

input[type='checkbox']::-ms-check {
    color: transparent;
}

@media only screen and (max-width: 767px) {
    .comments-area .comment-author {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
        width: 60px;
        height: 60px;
    }
}
.dark .comments-area {
    background: #1b1d38;
}
.dark .comments-area .comment-metadata .author {
    color: white;
}
.dark .comments-area p {
    color: #e1e1e1;
}
.dark .comments-area h1,
.dark .comments-area h2,
.dark .comments-area h3,
.dark .comments-area h4,
.dark .comments-area h5,
.dark .comments-area h6 {
    color: white;
}
.dark .comments-area .comment-reply-link {
    border-color: #25284a;
}
.dark .comment-respond label {
    color: white;
}
.dark .comment-respond .form-control {
    background: #1b1d38;
    border-color: #25284a;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin-bottom: 60px;
}
.widget select {
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 0.4em 0.8em;
    outline: none;
}
.widget ul,
.widget ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget .widget-title-area {
    position: relative;
}
.widget .widget-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: capitalize;
    color: #293b5f;
}
.widget pre {
    padding: 0.5em;
}
.widget label {
    margin-bottom: 0;
}
.widget option {
    padding: 0.2em 1em;
}
.widget input[type='text'],
.widget input[type='email'],
.widget input[type='url'],
.widget input[type='password'],
.widget input[type='search'],
.widget textarea {
    padding: 0.5em 1em;
}
.widget input[type='text']:focus,
.widget input[type='email']:focus,
.widget input[type='url']:focus,
.widget input[type='password']:focus,
.widget input[type='search']:focus,
.widget textarea:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.sidebar-items .widget {
    margin-bottom: 60px;
}
.sidebar-items .widget.bt-instafeed-widget #instafeed-sidebar {
    margin: -4px;
}
.sidebar-items .widget.bt-instafeed-widget #instafeed-sidebar > .feed-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 4px;
}
.sidebar-items .widget-title {
    color: #f94f4f;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.175em;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.sidebar-items .widget-title img {
    margin-left: 5px;
}
.sidebar-items > .widget:last-of-type {
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .widget-title + div,
    .widget-title + ul,
    .widget-title + select,
    .widget-title + ol {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .widget-title + div,
    .widget-title + ul,
    .widget-title + select,
    .widget-title + ol {
        margin-top: 25px;
    }
}

.widget .expand-margin.widget-title {
    cursor: pointer;
}

.widget .expand-margin.widget-title:after {
    content: '\f067';
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    width: 23px;
    height: 23px;
    border: 2px solid;
    text-align: center;
    font-size: 13px;
    border-radius: 50px;
    line-height: 22px;
}

.widget .expand-margin.expand.widget-title:after {
    content: '\f068';
}

/*--------------------------------------------------------------
# Widgets Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Popular, Latest Post, Recent Comment widget
--------------------------------------------------------------*/
.widget-post-list .post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    background-color: transparent;
    -webkit-box-shadow: 0 0 0px 0 transparent;
    box-shadow: 0 0 0px 0 transparent;
}
.widget-post-list .post > .thumb-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    overflow: hidden;
    position: relative;
}
.widget-post-list .post .content-entry-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% - 100px);
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    max-width: -webkit-calc(100% - 100px);
    max-width: calc(100% - 100px);
    padding-left: 15px;
    text-align: left;
}
.widget-post-list .post .content-entry-wrap .entry-meta-content {
    display: block;
    margin-bottom: 0px;
}
.widget-post-list .post .entry-title {
    font-size: 16px;
    line-height: 1.25em;
    margin-bottom: 18px;
}
.widget-post-list li {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #2a2a2a;
    padding-left: 20px;
    margin-top: 15px;
}
.widget-post-list li:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #1d1556;
    position: absolute;
    top: 5px;
    left: 0;
}

.widget-content img {
    display: block;
}

/*--------------------------------------------------------------
# Categories And Archive Widget
--------------------------------------------------------------*/
.widget_categories ul li,
.widget_archive ul li,
.widget_layered_nav ul li {
    font-size: 16px;
    text-transform: capitalize;
    display: block;
    color: #293b5f;
    line-height: 1em;
    font-weight: 500;
    padding-top: 25px;
    -webkit-transition: all 0.25s ease-in 0s;
    transition: all 0.25s ease-in 0s;
    position: relative;
    overflow: hidden;
}
.widget_categories ul li ul,
.widget_archive ul li ul,
.widget_layered_nav ul li ul {
    padding-left: 15px;
}
.widget_categories ul li .count,
.widget_archive ul li .count,
.widget_layered_nav ul li .count {
    float: right;
    color: #727272;
}
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_layered_nav ul li a:hover {
    color: #f94f4f;
}
.widget_categories ul li a:hover .count,
.widget_archive ul li a:hover .count,
.widget_layered_nav ul li a:hover .count {
    color: #f94f4f;
}
.widget_categories ul > li:first-child,
.widget_archive ul > li:first-child,
.widget_layered_nav ul > li:first-child {
    border: 0 none;
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.widget_categories .bsm-select-wrapper li,
.widget_archive .bsm-select-wrapper li,
.widget_layered_nav .bsm-select-wrapper li {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.widget_categories .bsm-select-wrapper input.select-dropdown,
.widget_archive .bsm-select-wrapper input.select-dropdown,
.widget_layered_nav .bsm-select-wrapper input.select-dropdown {
    margin-bottom: 0;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
}
.widget_categories .bsm-select-wrapper span.caret,
.widget_archive .bsm-select-wrapper span.caret,
.widget_layered_nav .bsm-select-wrapper span.caret {
    right: 15px;
}
.widget_categories .bsm-select-wrapper .bsm-dropdown-content li > a,
.widget_categories .bsm-select-wrapper .bsm-dropdown-content li > span,
.widget_archive .bsm-select-wrapper .bsm-dropdown-content li > a,
.widget_archive .bsm-select-wrapper .bsm-dropdown-content li > span,
.widget_layered_nav .bsm-select-wrapper .bsm-dropdown-content li > a,
.widget_layered_nav .bsm-select-wrapper .bsm-dropdown-content li > span {
    font-size: 14px;
    color: inherit;
    display: block;
    line-height: 30px;
    padding: 10px 16px;
}

.widget_categorie li .count:after {
    content: ')';
    position: relative;
    left: 0;
}

.widget_text .bsm-select-wrapper li {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.widget_text .bsm-select-wrapper input.select-dropdown {
    margin-bottom: 0;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
}
.widget_text .bsm-select-wrapper span.caret {
    right: 15px;
}
.widget_text .bsm-select-wrapper .bsm-dropdown-content li > a,
.widget_text .bsm-select-wrapper .bsm-dropdown-content li > span {
    font-size: 14px;
    color: inherit;
    display: block;
    line-height: 30px;
    padding: 10px 16px;
}

/*------------------------------------------------------------------------
# Links, Meta, NavMenu, Pages, Recent Comment, Recent Entries  Widget
-------------------------------------------------------------------------*/
.widget_links a,
.widget_meta a,
.widget_nav_menu .menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a,
.widget_product_categories a {
    border: 0;
}

.widget_nav_menu .menu a .fa {
    display: none;
}

.widget_links,
.widget_meta,
.widget_nav_menu,
.widget_pages,
.widget_recent_comments,
.widget_recent_entries,
.widget_product_categories {
    font-size: 15px;
}
@media only screen and (max-width: 767px) {
    .widget_links,
    .widget_meta,
    .widget_nav_menu,
    .widget_pages,
    .widget_recent_comments,
    .widget_recent_entries,
    .widget_product_categories {
        font-size: 14px;
    }
}
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a,
.widget_product_categories a {
    border: 0;
    text-decoration: none;
}
.widget_links a:hover,
.widget_links a:focus,
.widget_meta a:hover,
.widget_meta a:focus,
.widget_nav_menu a:hover,
.widget_nav_menu a:focus,
.widget_pages a:hover,
.widget_pages a:focus,
.widget_recent_comments a:hover,
.widget_recent_comments a:focus,
.widget_recent_entries a:hover,
.widget_recent_entries a:focus,
.widget_product_categories a:hover,
.widget_product_categories a:focus {
    color: #f94f4f;
}
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_product_categories ul {
    list-style: none;
    margin: 0;
}
.widget_links ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_product_categories ul li {
    padding: 8px 0;
    border-bottom: 0 none;
    line-height: 1.25em;
}
.widget_links > ul,
.widget_meta > ul,
.widget_nav_menu > ul,
.widget_pages > ul,
.widget_recent_comments > ul,
.widget_recent_entries > ul,
.widget_product_categories > ul {
    position: relative;
}
.widget_links ul > li:first-child,
.widget_meta ul > li:first-child,
.widget_nav_menu ul > li:first-child,
.widget_pages ul > li:first-child,
.widget_recent_comments ul > li:first-child,
.widget_recent_entries ul > li:first-child,
.widget_product_categories ul > li:first-child {
    margin-top: 0;
    padding-top: 3px;
    border-top: 0 none;
}
.widget_links ul > li:last-child,
.widget_meta ul > li:last-child,
.widget_nav_menu ul > li:last-child,
.widget_pages ul > li:last-child,
.widget_recent_comments ul > li:last-child,
.widget_recent_entries ul > li:last-child,
.widget_product_categories ul > li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.widget .menu {
    position: relative;
}
.widget .menu > li:first-child {
    border-top: 0 none;
    padding-top: 0;
}
.widget .menu .sub-menu {
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}

.widget_nav_menu .sub-menu,
.widget_pages .children {
    border: 0;
    margin: 0 0 0 1em;
}

.widget_recent_entries .post-date {
    display: block;
}

/*--------------------------------------------------------------
# Instafeed Widget
--------------------------------------------------------------*/
.bt-socail-widget {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
}
.bt-socail-widget .widget-content {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bt-socail-widget .widget-content > .bt-socail-profile {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
    padding: 0.5px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.bt-socail-widget .widget-content > .bt-socail-profile > .icon {
    display: block;
    color: white;
    min-height: 80px;
    padding: 13px 5px;
}
.bt-socail-widget .widget-content > .bt-socail-profile > .icon.bt-facebook-icon {
    background-color: #39579a;
}
.bt-socail-widget .widget-content > .bt-socail-profile > .icon.bt-google-plus-icon {
    background-color: #d94830;
}
.bt-socail-widget .widget-content > .bt-socail-profile > .icon.bt-twitter-icon {
    background-color: #0c9ef5;
}
.bt-socail-widget .widget-content > .bt-socail-profile > .icon.bt-youtube-icon {
    background-color: #e21c00;
}
.bt-socail-widget .widget-content > .bt-socail-profile > .icon.bt-instagram-icon {
    background-color: #4e54d3;
}
.bt-socail-widget .widget-content > .bt-socail-profile > .icon.bt-vimeo-icon {
    background-color: #1ab1f0;
}
.bt-socail-widget .widget-content > .bt-socail-profile > .icon.bt-pinterest-icon {
    background-color: #b00000;
}
.bt-socail-widget .widget-content > .bt-socail-profile > .icon.bt-soundcloud-icon {
    background-color: #ff8800;
}
.bt-socail-widget .widget-content > .bt-socail-profile > .icon > span {
    display: block;
    line-height: 15px;
}
.bt-socail-widget .widget-content > .bt-socail-profile > .icon .social-icon {
    line-height: 15px;
    margin-bottom: 8px;
}
.bt-socail-widget .widget-content > .bt-socail-profile > .icon .bt-count {
    font-weight: 600;
    font-size: 12px;
}
.bt-socail-widget .widget-content > .bt-socail-profile > .icon .bt-media-type {
    font-size: 11px;
}
.bt-socail-widget .widget-content > .bt-socail-profile:hover {
    opacity: 0.8;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
}

/*--------------------------------------------------------------
# Instafeed Widget
--------------------------------------------------------------*/
.bt-instafeed-widget {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
    position: relative;
}
.bt-instafeed-widget .instafeed-heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.bt-instafeed-widget .instafeed-heading .heading {
    background-color: #283a60;
    text-align: center;
    padding: 13px 30px 17px;
    border-radius: 15px;
}
.bt-instafeed-widget .instafeed-heading .heading h4 {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.9em;
    color: white;
}
.bt-instafeed-widget .instafeed-heading .heading h4 span {
    display: block;
    font-size: 24px;
    text-transform: none;
    text-transform: capitalize;
}
.bt-instafeed-widget #instafeed-sidebar,
.bt-instafeed-widget #instafeed {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
    overflow: hidden;
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bt-instafeed-widget #instafeed-sidebar > .feed-item,
.bt-instafeed-widget #instafeed > .feed-item {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    -webkit-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}
@media only screen and (max-width: 991px) {
    .bt-instafeed-widget #instafeed-sidebar > .feed-item,
    .bt-instafeed-widget #instafeed > .feed-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
.bt-instafeed-widget #instafeed-sidebar > .feed-item a,
.bt-instafeed-widget #instafeed > .feed-item a {
    display: block;
}
.bt-instafeed-widget #instafeed-sidebar > .feed-item img,
.bt-instafeed-widget #instafeed > .feed-item img {
    width: 100%;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.bt-instafeed-widget #instafeed-sidebar > .feed-item:hover img,
.bt-instafeed-widget #instafeed > .feed-item:hover img {
    opacity: 0.9;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
}

/*--------------------------------------------------------------
# About Widget
--------------------------------------------------------------*/
.bt-about-footer-widget {
    font-size: 15px;
    padding-right: 20px;
}
@media only screen and (max-width: 767px) {
    .bt-about-footer-widget {
        font-size: 14px;
    }
}
.bt-about-footer-widget .about-logo {
    margin-bottom: 20px;
}
.bt-about-footer-widget .about-logo a {
    display: block;
}
.bt-about-footer-widget .about-logo img {
    display: inline-block;
}
.bt-about-footer-widget p {
    line-height: 1.7em;
}
@media only screen and (max-width: 991px) {
    .bt-about-footer-widget p {
        text-align: center;
    }
}

/*--------------------------------------------------------------
# Business Hours Widget
--------------------------------------------------------------*/
.widget-business-hours .widget-content > h4 {
    color: #293b5f;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}
.widget-business-hours .widget-content > ul {
    font-size: 15px;
    margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
    .widget-business-hours .widget-content > ul {
        font-size: 14px;
    }
}
.widget-business-hours .widget-content > ul li {
    margin: 15px 0;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .widget-business-hours .widget-content > ul li {
        margin: 10px 0;
    }
}
.widget-business-hours .widget-content > ul li > span {
    float: right;
    display: inline-block;
    padding-left: 15px;
}

/*--------------------------------------------------------------
# Subscribe Widget
--------------------------------------------------------------*/
.social-share-widget .footer-social li a:hover {
    background-color: #293b5f !important;
    -webkit-box-shadow: 3px 3px 11px rgba(34, 35, 141, 0.25);
    box-shadow: 3px 3px 11px rgba(34, 35, 141, 0.25);
}

/*--------------------------------------------------------------
# Subscribe Widget
--------------------------------------------------------------*/
.tb-subscribe-widget .subscribe-form {
    font-size: 15px;
}
@media only screen and (max-width: 767px) {
    .tb-subscribe-widget .subscribe-form {
        font-size: 14px;
    }
}
.tb-subscribe-widget .subscribe-form .form-group {
    margin-bottom: 30px;
}
.tb-subscribe-widget .subscribe-form .form-group label {
    display: block;
}
.tb-subscribe-widget .subscribe-form .form-group input[type='email'] {
    background-color: transparent;
    border-bottom: 1px solid #dddddd;
    padding: 0 0 14px !important;
    width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tb-subscribe-widget .subscribe-form .form-group input[type='email'] {
        width: 70%;
    }
}
.tb-subscribe-widget .subscribe-form .form-group input[type='email']:focus {
    color: #293b5f;
}

/*--------------------------------------------------------------
# RSS Widget
--------------------------------------------------------------*/
.widget_rss {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}
.widget_rss ul {
    list-style: none;
    margin: 0;
}
.widget_rss ul:last-child {
    margin-bottom: 0;
}
.widget_rss li {
    margin-bottom: 1.6em;
    padding-bottom: 25px;
}
.widget_rss li:last-child {
    margin-bottom: 0;
}
.widget_rss li .rssSummary {
    margin: 5px 0;
    line-height: 1.75em;
}
.widget_rss .rsswidget {
    border: 0;
    font-weight: 700;
}
.widget_rss .rsswidget img {
    margin-top: -4px;
}
.widget_rss .rss-date,
.widget_rss cite {
    font-size: 0.8em;
    font-style: normal;
    display: block;
    line-height: 2;
    opacity: 0.8;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}
.widget_rss > p {
    position: relative;
}

#wp-calendar caption {
    font-weight: 600;
}

#wp-calendar td,
#wp-calendar th {
    padding: 8px;
    text-align: center;
    border: 1px solid #ddd;
}

/*--------------------------------------------------------------
# Search Widget
--------------------------------------------------------------*/
.widget_search .input-group .form-controller,
.widget_product_search .input-group .form-controller {
    display: table-cell;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    padding: 5px 15px;
    height: 32px;
    margin-bottom: 0;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom-color: #e1e1e1;
}
.widget_search button,
.widget_search input[type='button'],
.widget_search input[type='reset'],
.widget_search input[type='submit'],
.widget_product_search button,
.widget_product_search input[type='button'],
.widget_product_search input[type='reset'],
.widget_product_search input[type='submit'] {
    border-radius: 0;
    padding: 0.75em 1em;
}
.widget_search .btn-search i,
.widget_product_search .btn-search i {
    position: relative;
    top: -1px;
    vertical-align: middle;
}
.widget_search .btn.btn-default,
.widget_product_search .btn.btn-default {
    border: 1px solid #e1e1e1;
}

.tagcloud a {
    font-size: inherit !important;
    background: #e51681;
    padding: 10px 20px;
    font-size: 15px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    font-weight: 500;
    color: white;
}

.widget_gallery .gallery-content img {
    width: 100%;
    margin-bottom: 30px;
}

.dark .widget_categories ul li,
.dark .widget_archive ul li,
.dark .widget_layered_nav ul li {
    color: #e1e1e1;
}

/*--------------------------------------------------------------
# Footer Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.site-footer .footer-menu {
    list-style: none;
    padding: 0;
    margin-bottom: 0px;
}
.site-footer .footer-menu > li {
    display: inline-block;
}
.site-footer .footer-menu > li > a {
    font-size: 14px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    padding: 0 30px;
    display: block;
}
@media only screen and (max-width: 1199px) {
    .site-footer .footer-menu > li > a {
        padding: 0 15px;
    }
}
.site-footer .footer-menu > li > a:hover {
    color: #f94f4f;
}
.site-footer .footer-menu > li:last-child > a {
    padding-right: 0px;
}
@media only screen and (max-width: 991px) {
    .site-footer .footer-menu.text-right {
        text-align: center !important;
        padding-top: 15px;
    }
    .site-footer .footer-menu > li > a {
        font-size: 12px;
        padding: 0 10px;
    }
    .site-footer .footer-menu > li:last-child > a {
        padding-right: 10px;
    }
}
.site-footer .footer-social {
    list-style: none;
    padding: 0;
    margin-bottom: 0px;
    margin-left: -10px;
}
@media only screen and (max-width: 991px) {
    .site-footer .footer-social {
        margin-left: 0px;
    }
}
.site-footer .footer-social li {
    display: inline-block;
    margin-right: 5px;
}
.site-footer .footer-social li a {
    font-size: 15px;
    display: block;
    color: #727272;
    border-radius: 50%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}
.site-footer .footer-social li a:hover {
    background-color: #5e6d6e;
    color: white;
}
.site-footer .footer-social.color-white {
    padding-bottom: 30px;
}
.site-footer .footer-social.color-white li > a {
    color: white;
}
.site-footer.bg-blue-violet .footer-social li a {
    color: white;
}
.site-footer.footer-style-one {
    position: relative;
}
@media only screen and (max-width: 1366px) {
    .site-footer.footer-style-one.pd-t-240 {
        padding-top: 210px;
    }
    .site-footer.footer-style-one.pd-b-195 {
        padding-bottom: 150px;
    }
}
@media only screen and (max-width: 1199px) {
    .site-footer.footer-style-one.pd-t-240 {
        padding-top: 180px;
    }
    .site-footer.footer-style-one.pd-b-195 {
        padding-bottom: 90px;
    }
    .site-footer.footer-style-one .newsletter-block.mrb-90 {
        margin-bottom: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .site-footer.footer-style-one.pd-t-240 {
        padding-top: 130px;
    }
    .site-footer.footer-style-one.pd-b-195 {
        padding-bottom: 60px;
    }
}
.site-footer.footer-style-one .copyright-text {
    text-align: center;
    padding-top: 28px;
}
@media only screen and (max-width: 767px) {
    .site-footer.footer-style-one .copyright-text {
        padding-top: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .site-footer .footer-bottom-area.pd-t-40 {
        padding-top: 20px;
    }
    .site-footer .widget {
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .site-footer.pd-b-70 {
        padding-bottom: 40px;
    }
    .site-footer .footer-bottom-area .footer-social.text-right,
    .site-footer .footer-bottom-area .footer-logo {
        text-align: center !important;
    }
    .site-footer .footer-bottom-area .footer-logo {
        margin-bottom: 25px;
    }
}

.copyright-text {
    margin-bottom: 0;
    font-size: 15px;
    text-align: right;
}
@media only screen and (max-width: 767px) {
    .copyright-text {
        font-size: 14px;
    }
}
.copyright-text > p,
.copyright-text > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.copyright-text a {
    display: inline-block;
    padding-left: 5px;
    color: #f94f4f;
}
.copyright-text a:hover {
    color: #eaad11;
}
@media only screen and (max-width: 991px) {
    .copyright-text > p,
    .copyright-text > a {
        display: block;
    }
    .copyright-text.text-left {
        text-align: center !important;
    }
}

.waves-effect {
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
}
.waves-effect.top {
    top: -1px;
    height: 185px;
}
.waves-effect.bottom {
    bottom: -1px;
    height: 175px;
}

.footer-bottom-block {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .site-footer.footer-default-style .instagram-widget-area {
        padding: 0px;
    }
    .site-footer.footer-default-style .footer-widget-area .row > [class*='col-'] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        -webkit-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}
@media only screen and (max-width: 1199px) {
    .site-footer.footer-default-style .instagram-widget-area {
        padding: 0px;
    }
}
@media only screen and (max-width: 991px) {
    .site-footer.footer-default-style .widget-business-hours .widget-content > ul li > span {
        float: none;
    }
}
@media only screen and (max-width: 767px) {
    .site-footer .footer-social {
        margin-bottom: 10px;
    }
    .site-footer .footer-social,
    .site-footer .copyright-text {
        text-align: center;
    }
}

.lang-link img {
    width: 20px;
}

.navigation-area {
    width: 100%;
}
.innovation-block {
    overflow: hidden;
}
.team-block {
    overflow: hidden;
}

.dv-medya-projeler-container {
    width: 100%;
    padding: 50px 0;
    background: linear-gradient(135deg, #5e6d6e 0%, #31b2de 100%);
}

.dv-medya-projeler-slider {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.dv-medya-projeler-item {
    margin: 0 15px;
}

.dv-medya-projeler-image {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.dv-medya-projeler-image img {
    height: 400px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.dv-medya-projeler-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    padding: 30px 20px 20px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.4s ease;
}

.dv-medya-projeler-image:hover .dv-medya-projeler-overlay {
    transform: translateY(0);
    opacity: 1;
}

.dv-medya-projeler-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #fff;
}

.dv-medya-projeler-description {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #e0e0e0;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.owl-prev,
.owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9) !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px !important;
    color: #333 !important;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.owl-prev {
    left: -25px;
}

.owl-next {
    right: -25px;
}

.owl-prev:hover,
.owl-next:hover {
    background: #fff !important;
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.owl-dots {
    text-align: center;
    margin-top: 40px;
}

.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    display: inline-block;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.owl-dot.active,
.owl-dot:hover {
    background: #fff;
    transform: scale(1.3);
}

/* Responsive */
@media (max-width: 768px) {
    .dv-medya-projeler-image {
        margin: 0 10px;
    }

    .dv-medya-projeler-image img {
        height: 160px;
    }

    .owl-prev,
    .owl-next {
        display: none;
    }

    .dv-medya-projeler-title {
        font-size: 1.2rem;
    }

    .dv-medya-projeler-description {
        font-size: 0.9rem;
    }
    .projeler-aciklama {
        margin: 0 !important;
    }
}

@media (max-width: 480px) {
    .dv-medya-projeler-image img {
        height: 200px;
    }
}

.projeler-title {
    color: #5e6d6e;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.175em;
    display: inline-block;
    margin-bottom: 20px;
}

.dv-medya-projeler-container {
    padding: 40px 20px;
    background: #f8fafc;
    border-radius: 20px;
    max-width: 1920px;
    margin: 0 auto;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.projeler-aciklama {
    color: #4b5563;
    font-size: 1.2rem;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto 25px;
    font-weight: 300;
}

.divider {
    margin: 25px 0;
}

.divider img {
    opacity: 0.6;
    max-width: 80px;
}

/* Slider Stiller */
.dv-medya-projeler-slider {
    padding: 30px 0;
}

.owl-stage-outer {
    padding: 20px 0 40px 0;
}

.dv-medya-projeler-item {
    padding: 15px;
    transition: all 0.3s ease;
}

.dv-medya-projeler-item:hover {
    transform: translateY(-8px);
}

.dv-medya-projeler-image {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    cursor: pointer;
}

.dv-medya-projeler-image:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    transform: scale(1.02);
}

.dv-medya-projeler-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.dv-medya-projeler-image:hover img {
    transform: scale(1.05);
}

.dv-medya-projeler-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, #5e6d6e, #31b2de);
    color: white;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 20px;
    backdrop-filter: blur(5px);
}

.dv-medya-projeler-image:hover .dv-medya-projeler-overlay {
    opacity: 1;
}

.dv-medya-projeler-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transform: translateY(20px);
    transition: transform 0.4s ease 0.1s;
}

.dv-medya-projeler-image:hover .dv-medya-projeler-title {
    transform: translateY(0);
}

.dv-medya-projeler-description {
    font-size: 0.95rem;
    line-height: 1.6;
    opacity: 0.95;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    transform: translateY(20px);
    transition: transform 0.4s ease 0.2s;
}

.dv-medya-projeler-image:hover .dv-medya-projeler-description {
    transform: translateY(0);
}

/* Owl Carousel Özel Stiller */
.owl-carousel .owl-item {
    display: flex;
    align-items: stretch;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.owl-carousel .owl-nav button {
    background: rgba(255, 255, 255, 0.9) !important;
    color: #6366f1 !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.5rem !important;
    font-weight: bold !important;
    pointer-events: all;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border: none;
}

.owl-carousel .owl-nav button:hover {
    background: #6366f1 !important;
    color: white !important;
    transform: scale(1.1);
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.owl-carousel .owl-dot {
    display: inline-block;
    margin: 0 8px;
}

.owl-carousel .owl-dot span {
    width: 12px;
    height: 12px;
    background: #d1d5db;
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease;
}

.owl-carousel .owl-dot.active span,
.owl-carousel .owl-dot:hover span {
    background: #6366f1;
    transform: scale(1.3);
}

/* Responsive */
@media (max-width: 768px) {
    .dv-medya-projeler-container {
        padding: 30px 15px;
        border-radius: 15px;
    }

    .dv-medya-projeler-image img {
        height: 160px;
    }

    .dv-medya-projeler-overlay {
        padding: 20px;
    }

    .dv-medya-projeler-description {
        font-size: 0.85rem;
    }

    .owl-carousel .owl-nav button {
        width: 40px !important;
        height: 40px !important;
        font-size: 1.2rem !important;
    }
}

/* Hero Image Slider CSS - Navigation tam genişlikte, sadece görsel değişiyor */
.hero-block {
    position: relative;
    padding-bottom: 80px !important;
}

@media (max-width: 768px) {
    .hero-block {
        padding-bottom: 70px !important;
    }
}

.hero-image-slider {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.hero-image-slider .hero-thumb {
    margin: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

.hero-image-slider .hero-thumb:hover {
    transform: translateY(-5px);
}

.hero-image-slider .hero-thumb img {
    width: 100%;
    height: auto;
    transition: all 0.4s ease;
}

/* Navigation - Container genişliğinde konumlandırma */
.hero-block .hero-image-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    max-width: 1200px;
    z-index: 100;
    pointer-events: none;
}

.hero-block .hero-image-slider .owl-nav button {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95) !important;
    border: none;
    font-size: 20px;
    color: #333 !important;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    pointer-events: all;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.hero-block .hero-image-slider .owl-nav button:hover {
    color: white !important;
    transform: scale(1.1);
}

.hero-block .hero-image-slider .owl-prev {
    left: 20px;
}

.hero-block .hero-image-slider .owl-next {
    right: 20px;
}

/* Dots - Container altında ortalanmış */
.hero-block .hero-image-slider .owl-dots {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    z-index: 100;
}

.hero-block .hero-image-slider .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(102, 126, 234, 0.3);
    margin: 0 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-block .hero-image-slider .owl-dot.active,
.hero-block .hero-image-slider .owl-dot:hover {
    background: linear-gradient(45deg, #667eea, #764ba2);
    transform: scale(1.3);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

/* Responsive */
@media (max-width: 1199px) {
    .hero-block .hero-image-slider .owl-nav {
        max-width: 100%;
    }

    .hero-block .hero-image-slider .owl-prev {
        left: 15px;
    }

    .hero-block .hero-image-slider .owl-next {
        right: 15px;
    }
}

@media (max-width: 768px) {
    .hero-block .hero-image-slider .owl-nav button {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .hero-block .hero-image-slider .owl-prev {
        left: 10px;
    }

    .hero-block .hero-image-slider .owl-next {
        right: 10px;
    }

    .hero-block .hero-image-slider .owl-dots {
        bottom: -50px;
    }
}
