@charset "UTF-8";

body {
    color: #151515;
    font-size: 0.9375rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    margin: 0
}

html {
    scroll-behavior: smooth;
}

@media only screen and (max-width:575.98px) {
    body {
        font-size: 1rem
    }
}

::-moz-selection {
    background: #fe0000;
    color: #FFFFFF;
    text-shadow: none
}

::selection {
    background: #fe0000;
    color: #FFFFFF;
    text-shadow: none
}

.main-color {
    color: #fe0000;
}


.no-gutters {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    overflow: visible
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    resize: vertical
}

a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    outline: none;
    text-decoration: none
}

a:active,
a:hover {
    color: inherit;
    outline: none;
    text-decoration: none
}

input:active,
input:focus,
textarea:active,
textarea:focus {
    outline: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    color: #151515;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 25px
}

@media (max-width:1200px) {

    .h1,
    h1 {
        font-size: calc(1.375rem + 1.5vw)
    }
}

.h2,
h2 {
    font-size: 2.25rem;
    font-weight: 600;
    margin-top: -5px;
    margin-bottom: 18px
}

@media (max-width:1200px) {

    .h2,
    h2 {
        font-size: calc(1.35rem + 1.2vw)
    }
}

.h3,
h3 {
    font-size: 1.875rem;
    margin-bottom: 10px
}

@media (max-width:1200px) {

    .h3,
    h3 {
        font-size: calc(1.3125rem + 0.75vw)
    }
}

.h4,
h4 {
    font-size: 1.5rem
}

@media (max-width:1200px) {

    .h4,
    h4 {
        font-size: calc(1.275rem + 0.3vw)
    }
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

p {
    margin-bottom: 15px;
}

p:last-child {
    margin-bottom: 0
}

ul {
    margin: 0;
    padding: 0
}

ul li {
    list-style: none
}

b,
strong {
    font-weight: 700
}

figure {
    margin: 0
}

img {
    max-width: 100%
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

button:active,
button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-img-popup,
[data-mfp-src] {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.parallax {
    background-repeat: no-repeat;
    background-size: cover
}

.form-message.alert {
    margin-bottom: 0;
    margin-top: 10px;
    position: absolute;
    width: 100%
}

.row:not(.g-0) {
    margin-left: -15px;
    margin-right: -15px
}

.row:not(.g-0)>* {
    position: relative;
    padding-left: 15px;
    padding-right: 15px
}

.bg-white {
    background-color: #FFFFFF
}

.bg-offwhite {
    background-color: #f8f9fc
}

.bg-brand {
    background-color: #080b1a
}

.bg-blackSoft {
    background-color: #222222
}

.text-brand {
    color: #080b1a
}

.fix {
    overflow: hidden
}

.fix-x {
    overflow-x: hidden
}

.fix-y {
    overflow-y: hidden
}

.section-title {
    margin-bottom: 55px
}

@media only screen and (max-width:767.98px) {
    .section-title {
        margin-bottom: 40px
    }
}

.section-title h6 {
    margin-bottom: 13px;
    font-weight: 400;
    text-transform: uppercase
}

@media only screen and (max-width:767.98px) {
    .section-title h2 {
        font-size: 24px
    }
}

@media only screen and (max-width:1600px) {
    .section-title--light h2 {
        font-size: 30px;
    }

}

.section-title--light {
    color: #bbbbbb
}

.section-title--light h2,
.section-title--light h6 {
    color: #FFFFFF;

}

.bg-img {
    background: no-repeat center center;
    background-size: cover
}

/* @media screen and (min-width:1400px) {
    .container {
        max-width: 1320px
    }
} */



/* @media screen and (min-width:1200px) {
    .container {
        max-width: 1170px
    }
} */

.container-fluid {
    padding: 0 100px
}

@media only screen and (min-width:992px) and (max-width:1199.98px) {
    .container-fluid {
        padding: 0 15px
    }
}

@media only screen and (max-width:767.98px),
only screen and (min-width:768px) and (max-width:991.98px) {
    .container-fluid {
        padding: 0 30px
    }
}

@media only screen and (max-width:479.98px) {
    .container-fluid {
        padding: 0 15px
    }
}

.btn-outline {
    border: 2px solid #080b1a;
    border-radius: 100px;
    color: #151515;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    padding: 18px 55px
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
    .btn-outline {
        padding: 18px 50px;
        font-size: 16px
    }
}

@media only screen and (max-width:767.98px) {
    .btn-outline {
        padding: 15px 40px;
        font-size: 15px
    }
}

.btn-outline:hover {
    background-color: #080b1a;
    color: #FFFFFF
}

.slick-list .slick-slide {
    border: 0 solid transparent !important
}

.slick-list .slick-slide>div>div {
    vertical-align: middle
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 12px
}

@media only screen and (min-width:1200px),
only screen and (min-width:992px) and (max-width:1199.98px) {
    .slick-dots {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.slick-dots li {
    margin-right: 10px
}

.slick-dots li button {
    border: 2px solid #080b1a;
    border-radius: 50%;
    text-indent: -100000px;
    height: 12px;
    width: 12px
}

.slick-dots li.slick-active button {
    background-color: #080b1a
}

.slick-dots--light li button {
    border-color: #fff
}

.slick-dots--light li.slick-active button {
    background-color: #ffffff
}

.slick-row-5 .slick-list {
    margin: 0 -2.5px
}

.slick-row-5 .slick-list .slick-slide {
    margin: 0 2.5px
}

.slick-row-10 .slick-list {
    margin: 0 -5px
}

.slick-row-10 .slick-list .slick-slide {
    margin: 0 5px
}

.slick-row-15 .slick-list {
    margin: 0 -7.5px
}

.slick-row-15 .slick-list .slick-slide {
    margin: 0 7.5px
}

.slick-row-20 .slick-list {
    margin: 0 -10px
}

.slick-row-20 .slick-list .slick-slide {
    margin: 0 10px
}

.slick-row-25 .slick-list {
    margin: 0 -12.5px
}

.slick-row-25 .slick-list .slick-slide {
    margin: 0 12.5px
}

.slick-row-30 .slick-list {
    margin: 0 -15px
}

.slick-row-30 .slick-list .slick-slide {
    margin: 0 15px
}

.btn-scroll-top {
    background-color: #000;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1.5625rem;
    display: block;
    text-align: center;
    line-height: 60px;
    position: fixed;
    bottom: -60px;
    right: 30px;
    height: 60px;
    width: 60px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

@media (max-width:1200px) {
    .btn-scroll-top {
        font-size: calc(1.28125rem + 0.375vw)
    }
}

@media only screen and (max-width:767.98px) {
    .btn-scroll-top {
        line-height: 50px;
        height: 50px;
        width: 50px
    }
}

.btn-scroll-top:hover {
    background-color: #fe0000;
}

.btn-scroll-top.show {
    bottom: 30px;
    opacity: 1;
    visibility: visible
}

.blockquote,
blockquote {
    background-color: #f8f9fc;
    color: #151515;
    font-size: 1.25rem;
    line-height: 1.4;
    padding: 42px 44px 80px;
    position: relative;
    margin-bottom: 20px
}

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

    .blockquote,
    blockquote {
        padding: 20px 22px 60px
    }
}

.blockquote:before,
blockquote:before {
    content: "\f10e";
    font-family: "FontAwesome";
    position: absolute;
    right: 40px;
    bottom: 40px
}

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

    .blockquote:before,
    blockquote:before {
        right: 30px;
        bottom: 20px
    }
}

.blockquote-title,
blockquote-title {
    color: #080b1a;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1
}




.main-menu {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.main-menu>li {
    margin-right: 50px;
    position: relative
}

.main-menu>li:last-child {
    margin-right: 0
}

.main-menu>li>a {
    color: #000000;
    display: block;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

.main-menu>li>a:hover {
    color: #fe0000;
}

@media screen and (max-width:1600px) {
    .main-menu>li {
        margin-right: 30px;
    }
}


@media only screen and (min-width:992px) and (max-width:1199.98px) {
    .main-menu>li>a {
        font-size: 14px
    }
}


.main-menu li.has-submenu {
    margin-right: 37px;
    padding-right: 10px;
    position: relative
}

.main-menu li.has-submenu .submenu-nav li.has-submenu{
    margin-right: 0px;
    padding-right: 0px;
}

.main-menu li.has-submenu .submenu-nav li.has-submenu .submenu-nav{
    margin-right: 0px;
    padding-right: 0px;
    top: 14%;
}


.main-menu li.has-submenu:after {
    color: #000000;
    content: "\f107";
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    font-family: "FontAwesome";
    position: absolute;
    right: -6px;
    top: 45px;
    transform: rotate(0);
    transition: all 0.3s ease-in-out;
}

.main-menu li.has-submenu .submenu-nav li.has-submenu:after{
    
    right: 12px;
    color: #fff;
    top: 14px;
}

/* .main-menu:hover .has-submenu:after {
    color: #fe0000;
} */

.main-menu .has-submenu:hover:after {
    color: #fe0000;
    transform: rotate(180deg);
}

.main-menu li.has-submenu .submenu-nav {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid #fe0000;
    position: absolute;
    left: 0px;
    top: 100%;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    min-width: 250px;
    margin-top: 40px;
    z-index: 99
}


@media only screen and (min-width:992px) and (max-width:1199.98px) {
    .main-menu li.has-submenu .submenu-nav {
        min-width: 220px;
        margin-top: 38px
    }
}

.main-menu li.has-submenu .submenu-nav:before {
    content: "";
    position: absolute;
    height: 40px;
    width: 100%;
    left: 0;
    bottom: 100%
}

.main-menu li.has-submenu .submenu-nav>li>a {
    color: #151515;
    display: block;
    font-size: 15px;
    letter-spacing: inherit;
    text-transform: capitalize;
    padding: 10px 20px
}

.main-menu li.has-submenu .submenu-nav>li:hover>a {
    background-color: #fe0000;
    color: #FFFFFF
}


.main-menu li.has-submenu:hover>.submenu-nav {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: visible
}


/**Mobile Menu**/
.res-mobile-menu {
    margin: 0 -10px
}

.res-mobile-menu .slicknav_btn {
    display: none
}

.res-mobile-menu .slicknav_menu {
    padding: 0
}

.res-mobile-menu .slicknav_nav {
    background-color: #080b1a;
    display: block !important;
    padding: 20px 30px
}

.res-mobile-menu .slicknav_nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative
}

.res-mobile-menu .slicknav_nav li:last-child {
    border-bottom: 0
}

.res-mobile-menu .slicknav_nav li a {
    color: #FFFFFF;
    font-size: 16px;
    padding: 12px 0;
    margin: 0;
    text-transform: capitalize;
    position: relative
}

.res-mobile-menu .slicknav_nav li a .slicknav_arrow {
    background-color: hsla(0deg, 0%, 100%, 0.1);
    color: #FFFFFF;
    font-size: 14px;
    display: block;
    text-align: center;
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 35px;
    line-height: 35px;
    width: 35px
}

.res-mobile-menu .slicknav_nav li a a {
    padding: 0
}

.res-mobile-menu .slicknav_nav li a:hover {
    color: #FFFFFF;
    background-color: transparent
}

.res-mobile-menu .slicknav_nav li img {
    display: none
}

.res-mobile-menu .slicknav_nav li ul {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    padding-left: 10px
}

.res-mobile-menu .slicknav_nav li ul li a {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7)
}

.res-mobile-menu .slicknav_nav .slicknav_open>.slicknav_item {
    position: relative
}

.res-mobile-menu .slicknav_nav .slicknav_open>.slicknav_item .slicknav_arrow {
    background-color: black
}

.sp-top {
    padding-top: 110px
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
    .sp-top {
        padding-top: 90px
    }
}

@media only screen and (max-width:767.98px) {
    .sp-top {
        padding-top: 60px
    }
}

.sp-top-wt {
    padding-top: 105px
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
    .sp-top-wt {
        padding-top: 85px
    }
}

@media only screen and (max-width:767.98px) {
    .sp-top-wt {
        padding-top: 57px
    }
}

.sp-y {
    padding: 90px 0
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
    .sp-y {
        padding: 70px 0
    }
}

@media only screen and (max-width:767.98px) {
    .sp-y {
        padding: 50px 0
    }
}

.sm-top {
    margin-top: 110px
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
    .sm-top {
        margin-top: 90px
    }
}

@media only screen and (max-width:767.98px) {
    .sm-top {
        margin-top: 60px
    }
}

.sm-top-wt {
    margin-top: 105px
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
    .sm-top-wt {
        margin-top: 85px
    }
}

@media only screen and (max-width:767.98px) {
    .sm-top-wt {
        margin-top: 57px
    }
}

.sm-y {
    margin: 110px 0
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
    .sm-y {
        margin: 90px 0
    }
}

@media only screen and (max-width:767.98px) {
    .sm-y {
        margin: 60px 0
    }
}

.header-area {
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    overflow-x: clip;
    width: 100%;
    display: block;
    position: relative;

}

.header-area.sticky {
    -webkit-animation: slideInDown 0.6s forwards;
    animation: slideInDown 0.6s forwards;
    position: fixed;
    left: 0;
    overflow-x: inherit;
    top: 0;
    width: 100%;
    z-index: 99;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}

.header-area.sticky .header-logo {
    padding: 5px 0 5px 100px;
}

.header-area.sticky .header-logo img {
    max-width: 90px;
}

.header-area.sticky .main-menu>li>a {
    font-size: 14px;
}

.header-area.sticky .menu-top {
    display: none;
}

.header-area.sticky .extra-c>li {
    padding: 3px 0;
}

.header-area.sticky .main-menu__main-menu-box .main-menu>li.has-submenu::after {
    right: -15px;
    top: 48px;
}

@media only screen and (max-width:767.98px),
only screen and (min-width:768px) and (max-width:991.98px) {
    .header-area.sticky {
        padding: 10px 0
    }

    .header-area.sticky .become-main {
        display: none;
    }
}

.header-area.sticky .logo-dark {
    display: none
}

.header-area.sticky .main-menu .submenu-nav {
    margin-top: 25px
}

.header-area.sticky .main-menu .submenu-nav:before {
    height: 25px
}

.header-area.transparent:not(.sticky) {
    background-color: transparent;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99
}

.header-area.transparent:not(.sticky) .logo-light {
    display: none
}

.header-area.transparent:not(.sticky) .main-menu>li.has-submenu:after {
    color: #080b1a;
    font-weight: 600
}

.header-area.transparent:not(.sticky) .main-menu>li>a {
    color: #080b1a;
    font-weight: 600
}

.header-area.transparent:not(.sticky) .header-action a,
.header-area.transparent:not(.sticky) .header-action button {
    color: #080b1a;
    font-weight: 600
}

.header-action {
    color: #FFFFFF;
    font-size: 22px
}

.logo-area img {
    max-width: 100px;
}

@media only screen and (max-width:767.98px),
only screen and (min-width:992px) and (max-width:1199.98px) {
    .header-action {
        font-size: 20px
    }
}

.header-action a {
    color: #FFFFFF
}

@media only screen and (max-width:575.98px) {
    .header-action a.tel-no {
        display: none
    }

    .header-area.sticky {
        display: none;
    }
}


.header-action [class*=btn-] {
    color: #000000;
    margin-left: 20px
}

.btn-menu i {
    font-size: 30px;
}

.footer-area {
    background-color: #252525;
    position: relative;
    overflow: hidden;
}


.widget-item .widget-title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin-top: -1px;
    margin-bottom: 22px
}

.about-widget p {
    color: #ffffff;
}

.list-style ul {
    display: block;

}

.list-style ul li {
    position: relative;
    display: inline-block;
    text-align: center;
    padding-right: 10px;
}

.list-style ul li a {
    position: relative;
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: transparent;
    text-align: center;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
}

.list-style ul li a:hover {
    background-color: #fe0000;
    border-color: #fe0000;
    color: #ffffff;
}

@media only screen and (max-width:767.98px) {
    .widget-item .widget-title {
        margin-bottom: 15px
    }
}


@media only screen and (min-width:992px) and (max-width:1199.98px) {
    .widget-item .widget-title {
        font-size: 17px;
    }
}

.widget-item address {
    line-height: 2;
    margin-bottom: 0;
    font-weight: 500;
    color: #ffffff;
}

.widget-list li {
    line-height: 2
}

.widget-list li a {
    color: #fff;
    font-weight: 500;
    -webkit-transition: 0.2s;
    transition: 0.2s
}

.widget-list li a:hover {
    color: #fe0000;
    padding-left: 5px
}

.about-widget img {
    max-width: 120px;
    margin-bottom: 20px
}

.footer-bottom-area {
    padding: 0 0 50px 0;
}

.copyright-txt {
    color: #fff;
    font-weight: 500
}

@media only screen and (max-width:767.98px) {
    .copyright-txt {
        margin-top: 15px
    }
}

.off-canvas-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 100vh;
    width: 100vw;
    z-index: 9999
}

.off-canvas-wrapper.active {
    opacity: 1;
    visibility: visible;
    pointer-events: visible
}

.off-canvas-wrapper.active .off-canvas-inner {
    -webkit-transform: none;
    transform: none
}

.off-canvas-wrapper.active .btn-close {
    display: block
}

.off-canvas-wrapper.active .off-canvas-overlay {
    opacity: 1;
    visibility: visible
}

.off-canvas-wrapper .close-btn {
    color: #080b1a;
    font-size: 50px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    background: #FFFFFF;
    width: 100%;
    text-align: right;
    padding-right: 15px;
    padding-top: 10px
}

.off-canvas-wrapper .close-btn .btn-close {
    margin-left: auto;
    padding-top: 50px;
    width: 10px;
    height: 10px;
}

.off-canvas-wrapper .close-btn i {
    line-height: 1;
    font-size: 26px;
}



.off-canvas-wrapper .close-btn:hover {
    color: #080b1a
}

.off-canvas-cog .off-canvas-content {
    padding-right: 30px;
    padding-left: 30px
}

@media only screen and (max-width:767.98px) {
    .off-canvas-cog .off-canvas-content {
        padding-right: 15px;
        padding-left: 15px
    }
}

.off-canvas-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    cursor: url("../img/icons/cancel-white.png"), auto;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    height: 100%;
    width: 100%;
    z-index: 2
}

.off-canvas-inner {
    background-color: #FFFFFF;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.45s;
    transition: 0.45s;
    height: 100%;
    z-index: 3;
    overflow-y: auto
}

.off-canvas-content {
    width: 380px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 100px 0 80px;
    overflow-y: auto;
    overflow-x: hidden
}

@media only screen and (max-width:767.98px) {
    .off-canvas-content {
        padding: 65px 0 30px
    }
}

@media only screen and (max-width:575.98px) {
    .off-canvas-content {
        width: 280px
    }
}

.log-in-content-wrap h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 46px;
    margin-top: -7px
}

.log-in-content-wrap .sign-up-notification {
    text-align: center;
    margin-top: 15px;
    font-size: 15px
}

.log-in-content-wrap .sign-up-notification a {
    color: #080b1a;
    font-weight: 500
}

.social-icons a {
    font-size: 14px;
    color: #151515;
    margin-right: 10px
}

.social-icons a:last-child {
    margin-right: 0
}

.social-icons a:hover {
    color: #080b1a
}

.copyright-content {
    margin-top: 5px;
    font-size: 14px
}

.form-input-item {
    margin-top: 20px
}

.form-input-item input {
    background-color: #f8f9fc;
    border: none;
    display: block;
    font-size: 16px;
    padding: 15px 20px;
    width: 100%
}

.form-input-item .btn-submit {
    background-color: #080b1a;
    border: 2px solid #080b1a;
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 20px;
    width: 100%
}

.form-input-item .btn-submit:hover {
    color: #080b1a;
    background-color: transparent
}

.form-input-item--outline input {
    background-color: transparent;
    border: 2px solid #080b1a
}

.form-input-item--outline .btn-submit {
    background-color: transparent
}

.icon-box-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
    .icon-box-item {
        display: block
    }
}

@media only screen and (max-width:767.98px) {
    .icon-box-item {
        margin-top: 40px
    }
}

.icon-box-item .icon-box__icon {
    text-align: center;
    margin-right: 20px;
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
    width: 50px
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
    .icon-box-item .icon-box__icon {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.icon-box-item .icon-box__info {
    -ms-flex-preferred-size: calc(100% - 50px);
    flex-basis: calc(100% - 50px);
    width: calc(100% - 50px)
}

@media only screen and (min-width:1200px) {
    .icon-box-item .icon-box__info {
        -ms-flex-preferred-size: 215px;
        flex-basis: 215px;
        width: 215px
    }
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
    .icon-box-item .icon-box__info {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%
    }
}

.icon-box-item .icon-box__info h5 {
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px
}

.brand-accordion .card {
    border: 1px solid #eee !important;
    border-radius: 0;
    margin-bottom: 15px;
    padding: 20px
}

.brand-accordion .card:last-child {
    margin-bottom: 0
}

.brand-accordion .card .card-header {
    background-color: transparent;
    padding: 0;
    border: none
}

.brand-accordion .card .card-header button {
    font-weight: 600;
    padding: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    width: 100%;
    text-align: left
}

.brand-accordion .card .card-header button:after {
    content: "+";
    position: absolute;
    right: 0;
    font-size: 20px;
    color: #080b1a;
    line-height: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.brand-accordion .card .card-header button[aria-expanded=true] {
    color: #080b1a;
    margin-bottom: 10px
}

.brand-accordion .card .card-header button[aria-expanded=true]:after {
    content: "-"
}

.brand-accordion .card .card-body {
    padding: 0;
    font-size: 13px;
    line-height: 2
}

.brand-accordion .card .card-body p {
    margin-bottom: 0
}

.single-skill-bar {
    margin-top: 30px
}

.single-skill-bar .skills-info {
    margin-bottom: 20px
}

.single-skill-bar .skills-info .skill-percent,
.single-skill-bar .skills-info .skill-title {
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    margin: 0
}

.single-skill-bar .skills-info .skill-percent {
    font-weight: 600
}

.single-skill-bar .progress {
    background-color: #f8f9fc;
    border-radius: 0;
    height: 10px
}

.single-skill-bar .progress .progress-bar {
    background-color: #080b1a
}

.cd-timeline-wrap {
    margin-top: 70px;
    position: relative
}

.cd-timeline-wrap:before {
    border: 2px solid #080b1a;
    border-radius: 50%;
    color: #080b1a;
    content: "\f19d";
    font-family: "FontAwesome";
    font-size: 25px;
    height: 70px;
    left: 50%;
    line-height: 65px;
    position: absolute;
    text-align: center;
    top: -70px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 70px
}

@media only screen and (max-width:767.98px),
only screen and (min-width:768px) and (max-width:991.98px) {
    .cd-timeline-wrap:before {
        top: -50px;
        left: -5px;
        -webkit-transform: none;
        transform: none;
        line-height: 45px;
        height: 50px;
        width: 50px
    }
}

.cd-timeline-wrap .cd-timeline {
    margin: 0;
    padding: 90px 0 100px
}

@media only screen and (max-width:767.98px) {
    .cd-timeline-wrap .cd-timeline {
        padding: 60px 0 70px
    }
}

.cd-timeline-wrap .cd-timeline:before {
    background-color: #080b1a
}

.cd-timeline-wrap .cd-timeline:after {
    background-color: #080b1a;
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 20px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 20px
}

@media only screen and (max-width:767.98px),
only screen and (min-width:768px) and (max-width:991.98px) {
    .cd-timeline-wrap .cd-timeline:after {
        left: 0;
        margin-left: 10px
    }
}

.cd-timeline-wrap .cd-timeline-block {
    margin: 0 0 100px
}

@media only screen and (max-width:767.98px) {
    .cd-timeline-wrap .cd-timeline-block {
        margin: 0 0 30px
    }
}

.cd-timeline-wrap .cd-timeline-block:last-child {
    margin: 0
}

.cd-timeline-wrap .cd-timeline-block:nth-child(2n) .cd-timeline-content {
    text-align: left
}

.cd-timeline-wrap .cd-timeline-img {
    background-color: #f8f9fc;
    border: 2px solid #080b1a;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 35px;
    margin-left: -17.5px;
    top: 25px;
    width: 35px;
    z-index: 1
}

@media only screen and (max-width:767.98px),
only screen and (min-width:768px) and (max-width:991.98px) {
    .cd-timeline-wrap .cd-timeline-img {
        margin-left: 3px
    }
}

.cd-timeline-wrap .cd-timeline-img .dot {
    background-color: #080b1a;
    border-radius: 50%;
    display: block;
    height: 10px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px
}

.cd-timeline-wrap .cd-timeline-content {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 0 0;
    text-align: right
}

@media only screen and (max-width:767.98px),
only screen and (min-width:768px) and (max-width:991.98px) {
    .cd-timeline-wrap .cd-timeline-content {
        text-align: left
    }
}

.cd-timeline-wrap .cd-timeline-content:before {
    display: none
}

.cd-timeline-wrap .cd-timeline-content h5 {
    color: #080b1a;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase
}

@media only screen and (max-width:767.98px) {
    .cd-timeline-wrap .cd-timeline-content h5 {
        font-size: 16px
    }
}

.cd-timeline-wrap .cd-timeline-content p {
    margin: 0
}

.cd-timeline-wrap .cd-timeline-content p span {
    font-weight: 600
}

.cd-timeline-wrap .cd-timeline-content .cd-description {
    color: #151515;
    font-size: 15px !important;
    opacity: 1 !important;
    padding: 0;
    text-align: left
}

@media only screen and (max-width:767.98px),
only screen and (min-width:768px) and (max-width:991.98px) {
    .cd-timeline-wrap .cd-heading {
        margin-bottom: 10px
    }
}

.single-subject-by-faq-wrap {
    margin-top: 50px
}

.single-subject-by-faq-wrap h2 {
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 38px
}

@media (max-width:1200px) {
    .single-subject-by-faq-wrap h2 {
        font-size: calc(1.325rem + 0.9vw)
    }
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
    .single-subject-by-faq-wrap h2 {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:767.98px) {
    .single-subject-by-faq-wrap h2 {
        margin-bottom: 25px
    }
}

.service-details-thumb .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.service-details-info {
    margin-top: 35px
}

@media only screen and (max-width:767.98px) {
    .service-details-info {
        margin-top: 30px
    }
}

.service-details-info h3 {
    font-weight: 600;
    margin-bottom: 15px
}

.service-details-info h4 {
    font-weight: 500;
    margin-bottom: 20px
}

.service-details-info .service-feature li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px
}

.service-details-info .service-feature li:last-child {
    margin-bottom: 0
}

.service-details-info .service-feature li:before {
    content: "ﰮ";
    font-family: "Material Design Icons";
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 4px;
    left: 0
}

.how-we-works-content {
    margin-top: -15px
}

.how-we-works-content .icon-box-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 40px
}

.how-we-works-content .icon-box-item .icon-box__info {
    width: 100%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.pagination-wrap {
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 55px
}

@media only screen and (max-width:767.98px) {
    .pagination-wrap {
        margin-top: 40px
    }
}

.pagination-wrap .pagination li.prev {
    margin-right: auto
}

.pagination-wrap .pagination li.next {
    margin-left: auto
}

.pagination-wrap .pagination li a {
    color: #080b1a;
    font-weight: 600;
    margin: 0 10px
}

.sidebar-single {
    background-color: #f8f9fc;
    padding: 30px;
    margin-top: 40px
}

@media only screen and (max-width:767.98px),
only screen and (min-width:768px) and (max-width:991.98px) {
    .sidebar-single {
        margin-top: 30px
    }
}

.sidebar-heading {
    font-size: 26px;
    margin-bottom: 23px;
    font-weight: 500
}

@media only screen and (max-width:575.98px) {
    .sidebar-heading {
        font-size: 22px
    }
}

.service-list li {
    border-bottom: 1px solid #eee;
    padding: 13px 0
}

.service-list li:first-child {
    padding-top: 0
}

.service-list li:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.service-list li a {
    color: #151515;
    font-weight: 600;
    vertical-align: middle
}

.service-list li a i,
.service-list li a img {
    margin-right: 15px;
    vertical-align: middle;
    font-size: 25px;
    height: 25px;
    width: 25px
}

.service-list li a:hover {
    color: #151515;
    padding-left: 10px
}

@media only screen and (min-width:1200px) {
    .service-details-wrapper .service-details-content {
        padding-right: 70px
    }
}

@media only screen and (min-width:1200px) {
    .service-details-wrapper .sidebar-wrap {
        margin-left: -30px
    }
}

.member-desc h2 {
    font-size: 2rem;
    margin-bottom: 8px
}

@media (max-width:1200px) {
    .member-desc h2 {
        font-size: calc(1.325rem + 0.9vw)
    }
}

.member-desc h5 {
    opacity: 0.8;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 25px
}

.member-social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.member-social-icons a {
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 50px
}

.member-social-icons a.facebook {
    background-color: #3B5999
}

.member-social-icons a.twitter {
    background-color: #1DA1F2
}

.member-social-icons a.linkedin {
    background-color: #0077B5
}

.member-social-icons a.reddit {
    background-color: #FF4500
}

.member-social-icons a.pinterest {
    background-color: #CB2028
}

.contact-info p {
    position: relative;
    padding-left: 85px
}

.contact-info p strong {
    position: absolute;
    width: 75px;
    left: 0;
    top: 0
}

.contact-info p strong:after {
    content: ":";
    right: 0;
    position: absolute;
    top: 0
}

.mem-achieve-item {
    margin-top: 50px
}

.mem-achieve-item h4 {
    font-weight: 600
}

@media only screen and (min-width:1200px) {

    .mem-achieve-item .history-content-wrap,
    .mem-achieve-item .skill-bar-wrap {
        max-width: 75%
    }
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
    .mem-achieve-item .history-content-wrap .icon-box-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.mem-achieve-item .history-content-wrap .icon-box-item .icon-box__icon {
    margin-right: 20px;
    margin-bottom: 0;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    width: 100px
}

.mem-achieve-item.member-education {
    margin-bottom: 55px
}

@media only screen and (max-width:767.98px) {
    .mem-achieve-item.member-education {
        margin-bottom: 40px
    }
}



.blog-content-wrapper .blog-item .blog-content {
    padding-top: 35px;
    padding-bottom: 30px
}

.blog-content-wrapper.blog-list .blog-item .blog-content {
    padding-top: 25px;
    padding-bottom: 20px
}

.blog-item .blog-content p {
    text-transform: capitalize;
}

.blog-item .blog-content img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

@media only screen and (min-width:1200px),
only screen and (min-width:768px) and (max-width:991.98px),
only screen and (min-width:992px) and (max-width:1199.98px) {
    .blog-content-wrapper.blog-list .blog-item .blog-content {
        padding-left: 0
    }
}



.single-sidebar-item-wrap {
    margin-bottom: 50px
}

.single-sidebar-item-wrap:last-child {
    margin-bottom: 0
}

.single-sidebar-item-wrap .sidebar-title {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: -3px
}

.single-sidebar-item-wrap .sidebar-title:before {
    background-color: #080b1a;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 30px
}

.sidebar-list li a {
    border: 1px solid #eee;
    border-bottom: 0;
    color: #222222;
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    padding: 20px
}

.sidebar-list li a:hover {
    color: #080b1a
}

.sidebar-list li:last-child a {
    border-bottom: 1px solid #eee
}

.sidebar-body .latest-blog-widget .single-blog-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.sidebar-body .latest-blog-widget .single-blog-item:last-child {
    margin-bottom: 0
}

.sidebar-body .latest-blog-widget .single-blog-item .post-info {
    -ms-flex-preferred-size: calc(100% - 75px);
    flex-basis: calc(100% - 75px)
}

.sidebar-body .latest-blog-widget .single-blog-item .post-info h6 {
    font-weight: 600;
    font-size: 14px
}

.sidebar-body .latest-blog-widget .single-blog-item .post-info h6 a {
    color: #222222
}

.sidebar-body .latest-blog-widget .single-blog-item .post-info h6 a:hover {
    padding-left: 0
}

.sidebar-body .latest-blog-widget .single-blog-item .post-info h6 a:before {
    display: none
}

.sidebar-body .latest-blog-widget .single-blog-item .post-thumb {
    max-width: 65px;
    -ms-flex-preferred-size: 65px;
    flex-basis: 65px;
    max-height: 65px;
    overflow: hidden;
    margin-right: 10px
}

.sidebar-newsletter {
    background-color: #f8f9fc;
    padding: 56px 30px 60px
}

@media only screen and (min-width:992px) and (max-width:1199.98px) {
    .sidebar-newsletter {
        padding: 56px 10px 60px
    }
}

.sidebar-newsletter h3 {
    color: #080b1a;
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 26px
}

.sidebar-newsletter form input {
    background-color: #eeeeee;
    font-weight: 500;
    border: none;
    display: block;
    outline: none;
    padding: 15px;
    width: 100%
}

@media only screen and (min-width:992px) and (max-width:1199.98px) {
    .sidebar-newsletter form input {
        padding: 15px 10px
    }
}

.sidebar-newsletter form button {
    border-color: #080b1a;
    font-weight: 600;
    width: 100%;
    padding: 10px 15px;
    margin-top: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.sidebar-newsletter form button:hover {
    background-color: #080b1a;
    color: #FFFFFF
}

.sidebar-body .instagram-feed .instagram-gallery {
    margin: -5px -2.5px 0
}

.sidebar-body .instagram-feed .instagram-gallery .instagram-item {
    max-width: calc(33.333% - 5px);
    display: inline-block;
    margin: 5px 2.5px 0
}

.sidebar-body .instagram-feed .insta-follow {
    color: #151515;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    margin-top: 29px;
    margin-bottom: 0
}

.sidebar-body .instagram-feed .insta-follow a {
    color: #000000;
    font-weight: 600
}

.sidebar-body .instagram-feed .insta-follow i {
    margin-right: 5px
}

.blog-post-details .blog-post-thumb {
    margin-bottom: 50px
}

@media only screen and (max-width:767.98px) {
    .blog-post-details .blog-post-thumb {
        margin-bottom: 40px
    }
}

.blog-post-details .blog-post-txt h2 {
    font-weight: 600;
    margin-bottom: 18px
}

.blog-post-details .blog-post-txt img {
    margin-bottom: 15px
}

.blog-post-details .share-article {
    margin-top: 50px
}

.blog-post-details .share-article h6 {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase
}

.blog-post-details .share-article .member-social-icons {
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 20px
}

.blog-post-details .comment-area-wrapper .btn-outline {
    border-radius: 0;
    border-width: 1px
}

.author-info {
    border-top: 8px solid #f8f9fc;
    border-bottom: 1px solid #eee;
    padding: 20px 0
}

.author-info .author-thumb {
    border-radius: 50%;
    overflow: hidden;
    height: 100px;
    width: 100px;
    margin: 0 auto 15px
}

.author-info .author-txt {
    text-align: center
}

.author-info .author-txt h5 {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0
}

.author-info .author-txt h5 .designation {
    display: block;
    font-weight: 400;
    margin-top: 5px
}

.author-info .author-txt .member-social-icons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px
}

.author-info .author-txt .member-social-icons a {
    color: #151515;
    display: inline-block;
    height: auto;
    width: auto;
    margin-right: 15px;
    line-height: 1
}

.author-info .author-txt .member-social-icons a:last-child {
    margin-right: 0
}


.comment-area-wrapper {
    margin-top: 55px
}

.comment-area-wrapper h3 {
    font-size: 26px;
    margin-bottom: 30px
}

@media only screen and (max-width:767.98px) {
    .comment-area-wrapper h3 {
        margin-bottom: 25px
    }
}

.single-comment-wrap {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 35px
}

.single-comment-wrap:last-child {
    margin-bottom: 0
}

.single-comment-wrap.comment-reply {
    margin-left: 50px
}

@media only screen and (max-width:767.98px) {
    .single-comment-wrap.comment-reply {
        margin-left: 20px
    }
}

.single-comment-wrap .author-thumb {
    border-radius: 3px;
    margin-right: 15px;
    height: 70px;
    max-width: 70px;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
    overflow: hidden
}

.single-comment-wrap .comments-info {
    margin-top: -4px;
    -ms-flex-preferred-size: calc(100% - 70px);
    flex-basis: calc(100% - 70px)
}

.single-comment-wrap .comment-footer {
    margin-top: 8px
}

.single-comment-wrap .comment-footer a {
    font-size: 14px;
    color: #151515
}

.single-comment-wrap .comment-footer a strong {
    color: #222222
}

.single-comment-wrap .comment-footer a.btn-reply {
    color: #222222
}

.single-comment-wrap .comment-footer a.btn-reply:hover {
    color: #080b1a
}

.single-input-item {
    color: #151515;
    margin-bottom: 30px
}

.single-input-item .custom-control-label,
.single-input-item label {
    color: #151515;
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    position: relative
}

.single-input-item .custom-control-label.required:after,
.single-input-item label.required:after {
    content: "*";
    color: red;
    margin-left: 2px
}

.single-input-item input,
.single-input-item textarea {
    border: 1px solid #eee;
    color: #151515;
    font-weight: 500;
    display: block;
    outline: none;
    padding: 15px 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%
}

.single-input-item input:focus,
.single-input-item textarea:focus {
    border-color: #080b1a
}

.single-input-item .nice-select {
    line-height: 30px;
    height: 50px;
    width: 100%
}

.single-input-item .nice-select .current {
    color: #8d8d8d;
    font-weight: 400
}

.single-input-item .nice-select .list {
    font-size: 14px
}


.contact-method h3 {
    font-weight: 600;
    margin-bottom: 43px
}

.contact-method.contact-form-area {
    padding: 45px 0 45px 30px
}

@media only screen and (max-width:767.98px),
only screen and (min-width:768px) and (max-width:991.98px) {
    .contact-method.contact-form-area {
        padding: 45px 30px 45px 30px
    }
}

.contact-method.contact-information {
    background-color: #080b1a;
    height: 100%;
    color: #FFFFFF;
    padding: 45px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:1200px),
only screen and (min-width:992px) and (max-width:1199.98px) {
    .contact-method.contact-information {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

}

.contact-method.contact-information h3 {
    color: #FFFFFF;
    font-size: 24px;
    margin-bottom: 15px;
}

.contact-method.contact-information a {
    color: #fff;
    display: block;
    font-size: 16px;
}

/* .contact-method.contact-information .member-social-icons a {
    height: auto;
    width: auto;
    margin-right: 15px;
    opacity: 0.9
}

.contact-method.contact-information .member-social-icons a:last-child {
    margin-right: 0
} */

.contact-content-wrap {
    -webkit-box-shadow: 0 10px 60px 0 rgba(71, 74, 182, 0.12);
    box-shadow: 0 10px 60px 0 rgba(71, 74, 182, 0.12)
}

@media screen and (min-width:992px) and (max-width:1199.98px) {
    .contact-method.contact-information h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .widget-item address {
        font-size: 14px;
    }

    .contact-method.contact-information a {
        font-size: 14px;
    }
}

.Button-Outline-Secondary,
.tp-caption.Button-Outline-Secondary {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 51px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    background-color: #080b1a;
    border-color: #080b1a;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-radius: 30px 30px 30px 30px
}

.Button-Outline-Secondary:hover,
.tp-caption.Button-Outline-Secondary:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #080b1a;
    border-color: #080b1a;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-radius: 30px 30px 30px 30px;
    cursor: pointer
}

#rev_slider_11_1 .uranus.tparrows,
#rev_slider_11_2 .uranus.tparrows {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0);
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    left: 30px !important;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

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

    #rev_slider_11_1 .uranus.tparrows,
    #rev_slider_11_2 .uranus.tparrows {
        left: 5px !important
    }
}

#rev_slider_11_1 .uranus.tparrows.tp-rightarrow,
#rev_slider_11_2 .uranus.tparrows.tp-rightarrow {
    left: auto !important;
    right: 30px
}

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

    #rev_slider_11_1 .uranus.tparrows.tp-rightarrow,
    #rev_slider_11_2 .uranus.tparrows.tp-rightarrow {
        right: 5px
    }
}

#rev_slider_11_1 .uranus.tparrows:before,
#rev_slider_11_2 .uranus.tparrows:before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #666;
}

#rev_slider_11_1 .uranus.tparrows:hover:before,
#rev_slider_11_2 .uranus.tparrows:hover:before {
    opacity: 0.75
}

#slide-27-layer-7,
#slide-28-layer-3 {
    color: #080b1a
}

#slide-28-layer-1,
#slide-28-layer-2,
#slide-29-layer-7 {
    color: #FFFFFF
}

#rev_slider_11_1:hover .uranus.tparrows,
#rev_slider_11_2:hover .uranus.tparrows {
    opacity: 1
}

#rev_slider_11_1 .rev-btn,
#rev_slider_11_2 .rev-btn {
    text-transform: uppercase
}

.rev-btn a {
    color: #fff;
}


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

    .Button-Outline-Secondary,
    .tp-caption.Button-Outline-Secondary {
        line-height: 40px;
    }
}




/* @media only screen and (min-width:1200px) {
    .about-content {
        margin-left: 55px;
        padding-right: 80px
    }
} */

.about-content h6 {
    margin-bottom: 13px;
    color: #fe0000;
}

.about-content .about-since {
    color: #484848;
    display: inline-block;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    position: relative;
    padding-right: 20px;
    margin-bottom: 22px
}

@media only screen and (max-width:767.98px) {
    .about-content .about-since {
        margin-bottom: 20px
    }
}

.about-content .about-since:after {
    background-color: #b4b4b4;
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2px;
    width: 110px
}

/* .about-content .btn-about {
    color: #151515;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-top: 15px
}

.btn-about:hover {
    color: #fe0000;
} */

.about-content .hv-btn {
    margin-top: 15px;
}

.about-content .hv-btn {
    padding: 10px 24px;
    border-radius: 50px;
}

@media only screen and (max-width:767.98px) {
    .about-content .hv-btn {
        margin-top: 5px
    }
}

.about-content .btn-about i {
    font-size: 20px;
    line-height: 3px;
    vertical-align: middle;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.about-content .btn-about:hover i {
    padding-left: 5px
}

@media only screen and (min-width:1200px) {
    .about-content--2 {
        margin-left: 0;
        padding-right: 40px
    }
    .about-thumb{
        margin-right: 40px;
    }
}

.about-thumb {
    overflow: hidden
}

@media only screen and (max-width:991px) {
    .about-thumb {
        margin-top: 55px;
        margin-bottom: 10px;
    }
}


.home-two-about-area .about-content {
    padding-top: 100px;
    padding-bottom: 110px
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
    .home-two-about-area .about-content {
        padding-top: 40px;
        padding-bottom: 90px
    }
}

@media only screen and (max-width:767.98px) {
    .home-two-about-area .about-content {
        padding-bottom: 60px;
        padding-top: 0
    }
}

@media only screen and (max-width:991px) {
    .about-content .about-since {
        margin-bottom: 20px;
    }

}

/***Mission Css****/

.mission-content {
    width: 100%;
    display: block;
    position: relative;
    background-color: #131d3b;
    padding: 60px 60px 51px;
    margin: 100px 0;
    overflow: hidden;
    z-index: 1;
}

.mission-shape-1 {
    position: absolute;
    top: 0;
    right: -30px;
    mix-blend-mode: multiply;
    opacity: .25;
    z-index: -1;
}

.mission-text {
    width: 100%;
    display: inline-block;
    color: #fff;

}


.mission-text h3 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0.25rem;
}

.mission-text p {
    text-align: justify;
}

@media screen and (max-width:1400px) {
    .mission-content {
        height: 550px;
    }
}

@media screen and (max-width:1200px) {
    .mission-text h3 {
        font-size: 38px;
    }

    .mission-content {
        height: 520px;
    }

    /* .breadcrumb__inner{
        left: 0% !important;
    } */
}

@media screen and (max-width:991px) {
    .mission-content{
        margin: 40px 0;
        padding: 30px ;
    }
}

/***Mission End***/

.video-button-thumb {
    position: relative
}

.video-button-thumb:after {
    content: "";
    background-color: #080b1a;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.video-button-thumb .btn-play {
    border-radius: 50%;
    background-color: #FFFFFF;
    color: #080b1a;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    height: 60px;
    width: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

.video-button-thumb .btn-play:hover {
    background-color: #080b1a;
    color: #FFFFFF
}

.video-button-thumb .btn-play i {
    padding-left: 5px
}

.service-area-top {
    position: relative;
    z-index: 1
}

.service-area-top .section-title h2 {
    font-size: 50px;
    color: #000;
}

.service-area-top .section-title h2 span {
    color: #fe0000;
}

/* @media only screen and (min-width:768px) and (max-width:991.98px) {
    .service-area-top {
        padding: 90px 0 135px
    }
}

@media only screen and (max-width:767.98px) {
    .service-area-top {
        padding: 60px 0 135px
    }
} */

/* .service-area-top:before {
    background-color: #080b1ae6;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1
} */

.service-content-area {
    position: relative;
    z-index: 1;
    margin-bottom: 100px;
}

.service-item {
    margin-top: 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    text-align: center;
    overflow: hidden
}

.service-item .service-txt {
    background-color: #f8f9fc;
    padding: 25px 0
}

.service-item .service-txt h5 {
    font-weight: 600;
    margin-bottom: 0
}

@media only screen and (max-width:767.98px) {
    .service-item .service-txt h5 {
        font-size: 16px
    }
}

.service-item .service-content {
    background-color: rgba(8, 11, 26, 0.95);
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 30px;
    position: absolute;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    left: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none
}

@media only screen and (max-width:767.98px) {
    .service-item .service-content {
        padding: 15px
    }
}

.service-item .service-content h5 {
    color: #FFFFFF;
    font-weight: 500;
    margin-bottom: 18px
}

.service-item .service-content h5 a {
    color: #FFFFFF
}

.service-item:hover {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.26)
}

.service-item:hover .service-content {
    left: 0
}

.non-opacity:after,
.non-opacity:before {
    display: none
}

.testimonial-item {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.11);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px;
    outline: none
}

@media only screen and (min-width:992px) and (max-width:1199.98px) {
    .testimonial-item {
        padding: 30px 20px
    }
}

@media only screen and (max-width:575.98px) {
    .testimonial-item {
        display: inline-block !important;
        padding: 30px 20px
    }
}

.testimonial-item .testimonial-txt {
    -ms-flex-preferred-size: calc(100% - 140px);
    flex-basis: calc(100% - 140px);
    max-width: calc(100% - 140px);
    font-weight: 400
}

@media only screen and (max-width:575.98px) {
    .testimonial-item .testimonial-txt {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        text-align: center
    }
}

.testimonial-item .testimonial-txt img {
    margin-bottom: 20px
}

@media only screen and (max-width:575.98px) {
    .testimonial-item .testimonial-txt img {
        margin-left: auto;
        margin-right: auto
    }
}

.testimonial-item .testimonial-txt .client-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0
}

.testimonial-item .testimonial-txt .client-name .designation {
    font-size: 15px;
    font-weight: 400;
    color: #6a6a6a
}

.testimonial-item .testimonial-thumb {
    border-radius: 50%;
    height: 110px;
    margin-left: 30px;
    -ms-flex-preferred-size: 110px;
    flex-basis: 110px;
    max-width: 110px;
    overflow: hidden;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media only screen and (max-width:575.98px) {
    .testimonial-item .testimonial-thumb {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto
    }
}

.testimonial-item--2 {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    display: block !important
}

.testimonial-item--2 .testimonial-txt {
    font-size: 24px;
    font-weight: 300;
    max-width: 100%
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
    .testimonial-item--2 .testimonial-txt {
        font-size: 20px
    }
}

@media only screen and (max-width:767.98px) {
    .testimonial-item--2 .testimonial-txt {
        font-size: 18px
    }
}

.testimonial-item--2 .testimonial-txt .client-name {
    margin-top: 25px
}

.testimonial-item--3 {
    -webkit-box-shadow: none;
    box-shadow: none
}

.testimonial-thumbnail-item {
    position: relative;
    z-index: 1
}

.testimonial-thumbnail-item:after {
    border: 15px solid #f3f4f6;
    border-bottom: 0;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 85%;
    width: 100%;
    z-index: -1
}

.testimonial-thumbnail-item:before {
    background-image: url("../img/testimonial/bg-dot.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 85%;
    width: 100%;
    z-index: -1
}

.testimonial-arrows-2 {
    text-align: right;
    margin-top: 20px
}

@media only screen and (max-width:767.98px) {
    .testimonial-arrows-2 {
        text-align: center
    }
}

.testimonial-arrows-2 button {
    margin-left: 15px;
    color: #9f9f9f;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 18px;
    line-height: 1
}

.testimonial-arrows-2 button:first-child {
    margin-left: 0
}

.testimonial-arrows-2 button:hover {
    color: #080b1a
}

@media only screen and (min-width:1200px) {
    .testimonial-area .section-title {
        padding-right: 50px
    }
}

.testimonial-area .testimonial-content-wrap {
    margin-right: -5px
}

@media only screen and (min-width:1200px) {
    .testimonial-area .testimonial-content-wrap {
        padding-left: 40px
    }
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
    .testimonial-area .testimonial-content-wrap {
        margin-top: 50px
    }
}

@media only screen and (max-width:767.98px) {
    .testimonial-area .testimonial-content-wrap {
        margin-top: 35px
    }
}

@media only screen and (min-width:1200px) {
    .testimonial-area .testimonial-area-right {
        padding-left: 60px
    }
}

.testimonial-area--2 {
    padding-top: 90px
}

@media only screen and (max-width:767.98px) {
    .testimonial-area--2 {
        padding: 60px 0
    }
}

.testimonial-content .slick-list {
    margin: -15px 0;
    padding-left: 5px;
    padding-right: 5px
}

.testimonial-content .slick-list .slick-slide {
    margin: 15px 0
}

.tagline {
    font-size: 18px;
    line-height: 1
}

.tagline strong {
    font-weight: 500
}

.tagline .tag-no {
    font-weight: 600;
    position: relative
}

.tagline .tag-no:after {
    background-color: #a2a2a4;
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 100%
}

.testimonial-grid .slick-list {
    margin: 0 -10px
}

.testimonial-grid .slick-list .slick-slide {
    padding: 0 10px
}

.testimonial-content--3 .slick-dots {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.team-mem-item {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.team-mem-item .member-info {
    text-align: center;
    background-color: #FFFFFF;
    padding: 10px 5px
}

.team-mem-item .member-info h5 {
    font-weight: 600;
    line-height: 1
}

.team-mem-item .member-info h5 a {
    color: #151515;
    font-size: 15px;
}

.team-mem-item .member-info h5 a:hover {
    color: #182141
}

.team-mem-item .member-info .designation {
    font-weight: 400;
    color: #fe0000
}

.team-mem-item .member-pic img {
    width: 100%
}

.team-mem-item--2 {
    position: relative;
    margin-top: 40px
}

.team-mem-item--2 .member-info {
    background-color: transparent;
    padding: 0;
    position: absolute;
    top: -15px;
    left: -110px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

@media only screen and (max-width:767.98px) {
    .team-mem-item--2 .member-info {
        left: -80px
    }
}

.team-mem-item--2 .member-info:after {
    background-image: url("../img/team/team-arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    position: absolute;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    top: 100%;
    right: -15px;
    height: 40px;
    width: 100%
}

.team-mem-item--2 .member-pic {
    text-align: center
}

.team-mem-item--2 .member-pic img {
    max-height: 400px;
    width: auto;
    margin: auto
}

.team-mem-item--2:hover .member-info {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none
}

.team-mem-item--2:hover .member-info:after {
    -webkit-transform: none;
    transform: none
}

.team-area-wrapper .section-title h2 {
    font-size: 50px;
}

.team-area-wrapper .section-title span {
    color: #fe0000;
}



@media screen and (min-width:1500px) {
    .team-area-wrapper .section-title {
        padding-right: 50px
    }
}

@media screen and (min-width:1500px) {
    .team-area-wrapper .team-content-wrap {
        padding-left: 45px
    }
}

.team-area-wrapper .team-content-wrap .slick-dots {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.team-area-wrapper .team-content-wrap .slick-list {
    margin: 0 -15px
}

@media only screen and (max-width:767.98px) {
    .team-area-wrapper .team-content-wrap .slick-list {
        margin: 0 -10px
    }
}

.team-area-wrapper .team-content-wrap .slick-list .slick-slide {
    margin: 0 15px
}

@media only screen and (max-width:767.98px) {
    .team-area-wrapper .team-content-wrap .slick-list .slick-slide {
        margin: 0 10px
    }
}

.team-area-left {
    background-color: #080b1a;
    padding: 110px 100px 105px;
    height: 100%
}

@media only screen and (min-width:1200px) and (max-width:1599.98px) {
    .team-area-left {
        padding: 90px 25px
    }
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
    .team-area-left {
        padding: 90px
    }

    .team-area-wrapper .section-title--light h2 {
        text-align: center;
    }
}

@media only screen and (max-width:767.98px) {
    .team-area-left {
        padding: 60px 30px 50px
    }
}

@media only screen and (max-width:575.98px) {
    .team-area-left {
        padding: 60px 15px 50px
    }
}

.team-area-right {
    position: relative;
    padding: 110px 100px 0
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
    .team-area-right {
        padding: 80px 100px 0
    }
}

@media only screen and (max-width:767.98px) {
    .team-area-right {
        padding: 50px 30px 0
    }
}

.team-area-right--2:before {
    background-color: rgba(255, 255, 255, 0.85);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.team-page-area-wrapper .team-mem-item {
    margin-top: 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.team-page-area-wrapper .team-mem-item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.blog-item {
    background-color: #f8f9fc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-top: 30px
}

.blog-item .blog-content {
    padding: 20px 15px 30px
}


@media only screen and (max-width:767.98px) {
    .blog-item .blog-content {
        padding: 30px 15px 25px
    }
}

@media only screen and (max-width:1200px) {
    .blog-item {
        margin-top: 0;
    }

    .blog-item .blog-content h2 {
        font-size: 18px;
    }
}

.blog-item .blog-content h2 {
    font-weight: 600;
    margin: 15px 0;
}

.blog-item .blog-content h2 a {
    color: #151515;
}

.blog-item .blog-content h2 a span {
    color: #fe0000;
}


.blog-item .blog-content h2 a:hover {
    color: #182141
}

.blog-item .blog-content .blog-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px
}

.blog-item .blog-content .blog-meta a {
    color: #fe0000;
    font-weight: 400;
}

.blog-item .blog-content .blog-meta a i {
    margin-right: 10px;
}


@media only screen and (max-width:575.98px) {
    .blog-item .blog-content .blog-meta a {
        font-size: 14px
    }
}

.blog-item:hover {
    -webkit-box-shadow: 0 10px 60px 0 rgba(71, 74, 182, 0.16);
    box-shadow: 0 10px 60px 0 rgba(71, 74, 182, 0.16);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}


.blog-area-wrapper .section-title h6 {
    color: #fe0000;
}

.brand-logo-area .container-fluid {
    padding: 0;
    margin: 0;
}


.brand-logo-area {
    overflow: hidden;
}

.brand-logo-item img {
    margin: auto
}

.counter-item {
    margin-top: 40px
}

.counter-item img {
    width: 100%;
    max-width: 50px;
    margin-bottom: 20px;
}

.counter-number {
    color: #f8f9fc;
    margin-bottom: 10px;
    position: relative;
    font-size: 24px;
    font-weight: 600
}

@media only screen and (max-width:767.98px) {
    .counter-number {
        font-size: 20px;
        color: #000;
    }
}

.counter-number.plus:after {
    content: "+";
    position: absolute;
    padding-left: 5px
}

.counter-txt {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0
}

.counter-number {
    color: #fe0000;
}


@media only screen and (min-width:768px) and (max-width:991.98px) {
    .counter-txt {
        font-size: 20px
    }
}

@media only screen and (max-width:767.98px) {
    .counter-txt {
        font-size: 16px
    }
  
}

.fun-fact-area {
    padding: 80px 0 75px;
    position: relative
}

/* .fun-fact-area:before {
    background-color: rgba(8, 11, 26, 0.92);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
} */

/**bradcrumb**/

.page-header-area {
    width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.page-header-area::before {
    background-color: #080b1a;
    opacity: 0.8;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}


.breadcrumb__inner {
    position: absolute;
    bottom: 0%;
    left: 1%;
}

.thm-breadcrumb {
    position: relative;
    display: block;
    background-color: #ffffff10;
    border: 1px solid #ffffff10;
    padding: 8px 30px 11px;
}

.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    color: #fff;
}

.thm-breadcrumb li+li {
    margin-left: 7px;
}

.thm-breadcrumb li span {
    font-size: 14px;
}

.thm-breadcrumb li a {
    color: #fff;
}


.page-header__shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: lighten;
    overflow: hidden;
}

.float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}


@-webkit-keyframes float-bob-x {
    0% {
        transform: translateX(-30px);
    }

    50% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(-30px);
    }
}

@keyframes float-bob-x {
    0% {
        transform: translateX(-30px);
    }

    50% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(-30px);
    }
}


.page-header__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .21;
    overflow: hidden;
}


.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}


@keyframes float-bob-y {
    0% {
        transform: translateY(-20px);
    }

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

    100% {
        transform: translateY(-20px);
    }
}

@-webkit-keyframes float-bob-y {
    0% {
        transform: translateY(-20px);
    }

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

    100% {
        transform: translateY(-20px);
    }
}

.page-header__shape-3 {
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: darken;
    overflow: hidden;
}





.page-header-area .page-header-content-inner {
    height: 460px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFFFFF
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
    .page-header-area .page-header-content-inner {
        height: 400px
    }
}

@media only screen and (max-width:767.98px) {
    .page-header-area .page-header-content-inner {
        height: 350px
    }
}

.page-header-area .page-header-content-inner h2 {
    color: #FFFFFF;
    font-size: 3.4375rem
}

@media (max-width:1200px) {
    .page-header-area .page-header-content-inner h2 {
        font-size: calc(1.46875rem + 2.625vw)
    }
}

@media only screen and (max-width:575.98px) {
    .page-header-area .page-header-content-inner h2 {
        font-size: 25px
    }
}

@media only screen and (min-width:1200px) {
    .page-header-area .page-header-content-inner p {
        max-width: 60%;
        margin: auto
    }
}

.breadcrumb-wrap {
    margin-top: 25px
}

@media only screen and (max-width:767.98px) {
    .breadcrumb-wrap {
        margin-top: 15px
    }
}

.breadcrumb-wrap .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0
}

.breadcrumb-wrap .breadcrumb li:last-child a:after {
    display: none
}

.breadcrumb-wrap .breadcrumb li a {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    position: relative
}

.breadcrumb-wrap .breadcrumb li a:after {
    content: "-";
    margin: 0 20px;
    pointer-events: none
}

@media only screen and (max-width:767.98px) {
    .breadcrumb-wrap .breadcrumb li a:after {
        margin: 0 10px
    }
}

.breadcrumb-wrap .breadcrumb li a.current {
    pointer-events: none;
    opacity: 0.8
}

.history-item {
    margin-top: 40px
}

@media only screen and (min-width:1200px) {
    .history-item {
        padding-right: 20px
    }
}

.history-item h6 {
    font-weight: 700;
    color: #080b1a
}

.history-item h3 {
    font-size: 22px;
    font-weight: 500
}

.pricing-plan-buttons ul li a {
    background-color: transparent;
    border: 2px solid #080b1a;
    color: #151515;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 40px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 1
}

@media only screen and (max-width:767.98px) {
    .pricing-plan-buttons ul li a {
        padding: 10px 20px
    }
}

.pricing-plan-buttons ul li a:before {
    background-color: #080b1a;
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

.pricing-plan-buttons ul li a.active {
    color: #FFFFFF
}

.pricing-plan-buttons ul li a.active:before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    left: 0
}

.pricing-plan-item {
    text-align: center;
    background-color: #f8f9fc;
    padding: 60px 25px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: 30px
}

.pricing-plan-item .plan-name {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1
}

.pricing-plan-item .plan-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0
}

@media only screen and (max-width:767.98px) {
    .pricing-plan-item .plan-price {
        margin: 15px 0
    }
}

.pricing-plan-item .plan-price .dollar {
    font-weight: 600;
    font-size: 24px;
    line-height: 1
}

.pricing-plan-item .plan-price .price {
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
    padding-right: 3px
}

.pricing-plan-item .plan-price .price-type {
    font-weight: 500
}

.pricing-plan-item .plan-price .dollar,
.pricing-plan-item .plan-price .price-type {
    margin-bottom: 8px;
    display: block
}

.pricing-plan-item .price-list li {
    margin-bottom: 10px;
    font-weight: 500
}

.pricing-plan-item .price-list li:last-child {
    margin-bottom: 0
}

.pricing-plan-item .price-list li:before {
    content: "\f5e1";
    font-family: "Material Design Icons";
    margin-right: 5px
}

.pricing-plan-item .pricing-plan-footer {
    margin-top: 50px
}

@media only screen and (max-width:767.98px) {
    .pricing-plan-item .pricing-plan-footer {
        margin-top: 30px
    }
}

.pricing-plan-item .pricing-plan-footer .btn-outline {
    border-radius: 6px;
    font-size: 14px;
    text-transform: uppercase
}

@media only screen and (min-width:1200px),
only screen and (min-width:992px) and (max-width:1199.98px) {
    .pricing-plan-item .pricing-plan-footer .btn-outline {
        padding-left: 40px;
        padding-right: 40px
    }
}

.pricing-plan-item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}


/** custom**/


.banner-area{
    width: 100%;
    overflow: hidden !important;
}

.banner-area .slide-heading span {
    color: #fe0000;
}

.site-footer__shape-1 {
    position: absolute;
    top: -100px;
    right: 0px;
    opacity: .10;
    mix-blend-mode: luminosity;
    overflow: hidden;
}

.slide-heading {
    visibility: visible;
}

/** cochlear area start **/

.cochlear-area {
    width: 100%;
    display: inline-block;
}

.cochlear-content {
    width: 100%;
    display: inline-block;
}


.cochlear-content h2 {
    font-weight: 600;
    font-size: 36px;
}

.cochlear-content h3 {
    font-size: 18px;
    font-weight: 700;
    padding: 20px 0;
}

.cochlear-content span i {
    padding-right: 5px;
}

.cochlear-content p {
    text-align: justify;
}

.cochlear-area .gallery-area {
    padding: 50px 0;
}

/* .cochlear-accordian{
    margin-bottom: 50px;
} */

.accordion-a {
    padding: 60px;
}

.accordion-a .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

.accordion-a .accordion-item button[aria-expanded=true] {
    border-bottom: 1px solid #fe0000;
}

.accordion-a button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0.2em;
    color: #383838;
    font-size: 1.15rem;
    font-weight: 400;
    border: none !important;
    background: none;
    outline: none;
}

.accordion-a button:hover,
.accordion-a button:focus {
    cursor: pointer;
    color: #fe0000;
}

.accordion-a button:hover::after,
.accordion-a button:focus::after {
    cursor: pointer;
    color: #fe0000;
    border: 1px solid #fe0000;
}

.accordion-a button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordion-a button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.accordion-a button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion-a button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion-a button[aria-expanded=true] {
    color: #fe0000;
}

.accordion-a button[aria-expanded=true] .icon::after {
    width: 0;
}

.accordion-a button[aria-expanded=true]+.accordion-content {
    opacity: 1;
    max-height: 1180px;
    transition: all 600ms linear;
    will-change: opacity, max-height;
}

.accordion-a .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion-a button[aria-expanded=true]+.faq {
    opacity: 1;
    max-height: 300px;
    transition: all 300ms linear;
    will-change: opacity, max-height;
}



.accordion-a .accordion-content ul {
    padding-left: 30px;
}

.accordion-a .accordion-content ul li {
    position: relative;
    padding-bottom: 15px;

}

.accordion-a .accordion-content ul li::before {
    font-family: 'FontAwesome';
    content: '\f192';
    left: 0;
    margin: 0 13px 0 -25px;
    color: #fe0000;
}

.accordion-a .accordion-content p {
    margin-bottom: 15px;
}

.accordion-a .faq p {
    padding: 0 15px;
}


@media screen and (max-width:991px) {
    .accordion-a button[aria-expanded=true]+.accordion-content {
        max-height: 1340px;
    }
}

@media screen and (max-width:767px) {
    .accordion-a button[aria-expanded=true]+.accordion-content {
        max-height: 1540px;
    }
}

@media screen and (max-width:576px) {
    .accordion-a button[aria-expanded=true]+.accordion-content {
        max-height: 2000px;
    }
}

@media screen and (max-width:420px) {
    .accordion-a button[aria-expanded=true]+.accordion-content {
        max-height: 2500px;
    }
}


/** cochlear area end **/



/** Team Area **/

.team-area {
    width: 100%;
    display: inline-block;
    padding: 100px 0;
}

.team-area .team-heading {
    padding: 50px 0;
}

.team-area .team-heading h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
}

.team-one-single {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.team-img-box {
    position: relative;
    display: block;
}

.team-img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

/* .team-img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(15, 33, 60, .40);
    visibility: hidden;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
    z-index: 1;
}

.team-one-single:hover .team-img:before {
    visibility: visible;
    -webkit-transform: scaleY(1) translateZ(0px);
    transform: scaleY(1) translateZ(0px);
} */


.team-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    transition: all 500ms ease;
    transform: scale(1);
}

.team-one-single:hover .team-img img {
    transform: scale(1.05);
}


.team-img-hover {
    position: absolute;
    left: 0;
    right: 0px;
    bottom: -64px;
    padding: 25px 40px 30px;
    background-color: rgb(15, 33, 60);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    background-position: center bottom;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 2;
}

.team-one-single:hover .team-img-hover {
    transform: scaleY(1.0);
}

.team-one__hover-arrow-box {
    position: absolute;
    bottom: 32px;
    right: 40px;
}

.team-one__hover-arrow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 34px;
    font-size: 13px;
    color: #fff;
    background-color: #fe0000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-one__hover-arrow:hover {
    color: #000;
}

.team-one__social {
    position: absolute;
    right: 0;
    bottom: 50px;
    background-color: #fff;
    padding: 11px 12px 10px;
    transform: scaleY(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transform-origin: right center;
}

.team-one-single:hover .team-one__social {
    transform: scaleY(1.0);
    transform-origin: bottom center;
    transition-delay: 500ms;
}


.team-one__social::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    transform: translateX(-50%);
}

/* .list-unstyled {
    padding-left: 0;
    list-style: none;
} */
.team-one__social li {
    position: relative;
    display: block;
    line-height: 29px;
}

.team-one__social li a {
    position: relative;
    display: block;
    font-size: 13px;
    color: #000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}


.team-one__social li a:hover {
    color: #fe0000;
}

.team-one__hover-title {
    font-size: 19px;
    font-weight: 600;
    line-height: 30px;
}

.team-one__hover-title a {
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-one__hover-sub-title {
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #fe0000;
    text-transform: uppercase;
    margin-top: 1px;
}

.team-one__hover-text {
    font-size: 15px;
    font-weight: 300;
    color: #7e8a9b;
    margin-top: 13px;
    padding-bottom: 0px;
    border-bottom: 2px solid #fe0000;
}


.team-content-box {
    position: relative;
    display: block;
    margin-top: -69px;
    margin-right: 0px;
    padding: 25px 40px 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    background-position: center top;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(1);
    z-index: 2;
}

.team-one-single:hover .team-content-box {
    transform: scaleY(0.0);
}


.team-one__arrow-box {
    position: absolute;
    bottom: 32px;
    right: 40px;
}

.team-one__arrow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 34px;
    font-size: 13px;
    color: #000;
    background-color: #eef3f8;
}

.team-one__title {
    font-size: 19px;
    font-weight: 600;
    line-height: 30px;
}

.team-one__title a {
    color: #000;
}

.team-one__sub-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #fe0000;
    text-transform: uppercase;
    margin-top: 1px;
    padding-bottom: 12px;
    border-bottom: 2px solid #eef3f8;
}


@media screen and (max-width:991px){
    .team-area{
        padding: 50px 0;
    }
}

/** Team Area End ***/


/** Gallery Area CSS **/


.gallery-area {
    width: 100%;
    display: inline-block;
    padding: 100px 0;
}

.gallery-area .snip1573 {
    background-color: #000;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    vertical-align: bottom;
}

.gallery-area .snip1573 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.gallery-area .snip1573:before,
.gallery-area .snip1573:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background-color: #000000;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    opacity: 0.9;
    z-index: 1;
}

.gallery-area .snip1573:before {
    -webkit-transform: skew(45deg) translateX(-155%);
    transform: skew(45deg) translateX(-155%);
}

.gallery-area .snip1573:after {
    -webkit-transform: skew(45deg) translateX(155%);
    transform: skew(45deg) translateX(155%);
}

.gallery-area .snip1573 img {
    backface-visibility: hidden;
    max-width: 100%;
    vertical-align: top;
    height: 310px;
    object-fit: cover;
}

.gallery-area .snip1573 figcaption {
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    -webkit-box-shadow: 0 0 10px #000000;
    box-shadow: 0 0 10px #000000;
}

.gallery-area .snip1573 h3 {
    background-color: #000000;
    border: 2px solid #fff;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    padding: 5px 10px;
    text-transform: uppercase;
}

.gallery-area .snip1573 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}

.gallery-area .snip1573:hover>img,
.gallery-area .snip1573.hover>img {
    opacity: 0.5;
}

.gallery-area .snip1573:hover:before,
.gallery-area .snip1573.hover:before {
    -webkit-transform: skew(45deg) translateX(-55%);
    transform: skew(45deg) translateX(-55%);
}

.gallery-area .snip1573:hover:after,
.gallery-area .snip1573.hover:after {
    -webkit-transform: skew(45deg) translateX(55%);
    transform: skew(45deg) translateX(55%);
}

.gallery-area .snip1573:hover figcaption,
.gallery-area .snip1573.hover figcaption {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.gallery-area .gallery-text {
    position: relative;
    display: block;
    text-align: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 19px 20px 23px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 30px;
}

.gallery-area .gallery-text:hover {
    background-color: rgb(15, 33, 60);
}

.gallery-area .gallery-heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0;
}

.gallery-heading a {
    color: #000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gallery-text:hover .gallery-heading a {
    color: #fff;
}



/** Gallery Area CSS End **/

.hv-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    background-color: #fe0000;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 30px 14px;
    overflow: hidden;
    transition: all 0.5s linear;
    z-index: 1;
}

.hv-btn:hover {
    color: #fff;
}

.hv-btn::before {
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 260%;
    content: "";
    top: 126%;
    left: 50%;
    background-color: #131d3b;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%) rotate(-8deg);
    border-radius: 80%;
    z-index: -1;
}

.hv-btn:hover::before {
    top: -40%;
}







.header-logo {
    padding: 14px 0 14px 80px;
}

.header-logo img {
    width: 100%;
    max-width: 110px;
}


.main-menu-top {
    width: 100%;
    display: inline-block;
}

.menu-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #0f213c;
    padding: 0px 40px;
    padding-right: 0px;
    z-index: 1;
}

.menu-top-left {
    display: flex;
    align-items: center;
    z-index: 1;
}

.contact-list {
    display: flex;
    align-items: center;
}

.contact-list li {
    padding-right: 30px;
}


.contact-list li a {
    font-size: 13px;
    color: #bdc3cb;
}

.contact-list li a i {
    margin-right: 10px;
    font-size: 14px;
    color: #fe0000;
}


.menu-top-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.menu-style-top {
    display: flex;
    align-items: center;
}

.menu-style-top li a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: #bdc3cb;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.menu-style-top li a::before {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 8px;
    left: -17px;
    width: 1px;
    height: 12px;
    background-color: #7e8a9b;
    transform: rotate(10deg);
}

.menu-style-top li:first-child a:before {
    display: none;
}

.menu-style-top li+li {
    margin-left: 35px;
}


.menu-social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 30px;
}


.menu-social-icon a {
    position: relative;
    height: 26px;
    width: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #000;
    background-color: #fff;
    font-size: 11px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.menu-social-icon a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #fe0000;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.menu-social-icon a+a {
    margin-left: 10px;
}

.menu-social-icon a:hover {
    color: #fff;
}

.menu-social-icon a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}



.main-menu-bottom {
    display: block;
    padding-right: 0;
    z-index: 1;
}


.main-menu-bottom__inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}


.main-menu__main-menu-box {
    position: relative;
    /*display: flex;*/
    /*align-items: center;*/
    /*flex-wrap: wrap;*/
    padding-left: 40px;
    padding-right: 35px;
    border-left: 3px solid #0f213c;
    background-image: -moz-linear-gradient(90deg, rgb(235, 241, 247) 0%, rgba(254, 253, 253, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(235, 241, 247) 0%, rgba(254, 253, 253, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(235, 241, 247) 0%, rgba(254, 253, 253, 0) 100%);
    z-index: 1;
    width: 100%;
    margin: auto;
    /*text-align: center;*/
}

.extra-c>li a {
    padding: 45px 0;
}

.main-menu__main-menu-box .main-menu>li>a {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
}


.main-menu__main-menu-box .main-menu>li.has-submenu .submenu-nav {
    top: 60%;
}

.main-menu-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-right: 40px;
}

.main-menu__btn-box {
    position: relative;
    display: block;
}

.main-menu-call {
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-left: 30px;
    z-index: 2;
}

.main-menu__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: #edf2f8;
    border-radius: 50%;
    font-size: 18px;
    color: #fe0000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__call-content {
    margin-left: 10px;
}

.main-menu__call-sub-title {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    margin-bottom: 0;
}

.main-menu__call-number {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 4px;
}

.main-menu__call-number a {
    color: #2f213c;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__call-icon:hover {
    background-color: #fe0000;
    color: #fff;
}

/*.become-btn {*/
/*    display: none;*/
/*}*/

.become-main {
    width: 100%;
    display: inline-block;
    background-color: #fe0000;
    text-align: center;
    padding: 10px 0;
}

.become-main a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}



@media screen and (max-width:1680px) {
    .main-menu-call {
        display: none;
    }
}


@media screen and (max-width:1480px) {
    .main-menu__main-menu-box {
        padding-left: 23px;
        padding-right: 25px;
    }

    .menu-top {
        padding: 0px 0px;
    }

    .main-menu-right {
        padding-right: 25px;
    }

    .extra-c>li a {
        padding: 45px 0;
    }

    .header-logo {
        padding: 6px 0 6px 68px;
    }

    .main-menu__main-menu-box .main-menu>li.has-submenu:after {
        top: 45px;
    }

    .main-menu__btn-box .hv-btn {
        padding: 8px 15px;
    }
}

@media screen and (max-width:1380px) {
    .menu-style-top {
        display: none;
    }

    .main-menu-right {
        display: none;
    }

    .become-btn {
        display: unset;
        margin-left: 20px;
    }

    .main-menu-bottom__inner {
        display: block;
    }

    .header-logo {
        display: flex;
        justify-content: center;
        padding: 6px 0 6px 35px;
    }

    .header-area.sticky .header-logo {
        padding: 5px 0 5px 40px;
    }
}

@media screen and (max-width:1200px) {
    .main-menu__main-menu-box .main-menu {
        justify-content: flex-start;
    }


    .main-menu__main-menu-box .main-menu>li>a {
        font-size: 14px;
    }

    .main-menu__main-menu-box .main-menu>li.has-submenu:after {
        font-size: 14px;
        right: 0;
    }

}

@media screen and (max-width:1140px) {
    .main-menu__main-menu-box {
        padding-right: 0;
    }

    .header-area.sticky .main-menu__main-menu-box .main-menu>li.has-submenu::after {
        right: -10px;
    }
}

@media screen and (max-width:1060px) {
    .main-menu__main-menu-box .main-menu>li {
        margin-right: 22px;
    }

}

@media screen and (max-width:992px) {
    .header-logo {
        display: block;
        padding: 6px 0 6px 15px;
    }

    .header-action {
        padding: 49px 15px 49px 0;
        font-size: 30px;
    }


    .header-area.sticky .header-action {
        padding: 30px 40px 30px 0;
    }
}

@media screen and (max-width:767px) {
    .header-area.sticky .header-logo {
        padding: 6px 0 6px 15px;
    }

    .header-area.sticky .header-action {
        padding: 30px 15px 30px 0;
    }
}


/**cigi members table css**/


.section-table {
    width: 100%;
    display: inline-block;
    margin: 100px 0;
}

.styled-table {
    border-collapse: collapse;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 600px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: #f10000;
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 18px 15px;
}

.styled-table th {
    font-size: 16px;
    letter-spacing: 1px;
}

.styled-table td {
    border-right: 2px solid #ebebeb;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

/* .styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #f10000;
} */


.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #f10000;
}

.table-btn {
    padding: 8px 10px;
    background-color: #f10000;
    color: #fff;
    border-radius: 4px;
}

.dataTables_wrapper .dataTables_filter {
    margin-bottom: 15px;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 10px;
}

.dataTables_wrapper .dataTables_paginate {
    padding-top: 10px;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #ffffff !important;
    background-color: #fe0000;
    border-color: #fe0000;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

.dataTables_scrollHeadInner .styled-table {
    width: 100% !important;
}

.dataTables_scrollBody {
    width: 100% !important;
}

.dataTables_scrollBody .styled-table {
    width: 100% !important;
}

@media screen and (max-width:991px) {
    .section-table {
        margin: 70px 0;
    }

}


@media screen and (max-width:767px) {
    .styled-table {
        min-width: unset;
    }

    .section-table {
        margin: 50px 0;
    }

    table.dataTable thead>tr>th.sorting,
    table.dataTable thead>tr>th.sorting_asc,
    table.dataTable thead>tr>th.sorting_desc,
    table.dataTable thead>tr>th.sorting_asc_disabled,
    table.dataTable thead>tr>th.sorting_desc_disabled,
    table.dataTable thead>tr>td.sorting,
    table.dataTable thead>tr>td.sorting_asc,
    table.dataTable thead>tr>td.sorting_desc,
    table.dataTable thead>tr>td.sorting_asc_disabled,
    table.dataTable thead>tr>td.sorting_desc_disabled {
        padding-right: 90px;
    }
}

/** Data Table **/

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

.portfolio-menu ul li {
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-transition: all 05s ease;
    -moz-transition: all 05s ease;
    -ms-transition: all 05s ease;
    -o-transition: all 05s ease;
    transition: all .5s ease;
}

.portfolio-item {
    /*width:100%;*/
}

.portfolio-item .item {
    /*width:303px;*/
    float: left;
    margin-bottom: 10px;
}

.portfolio-item .item img {
    min-height: 250px;
    object-fit: cover;
}



.item a {
    width: 100%;
    display: inline-block;
    position: relative;
    outline: 5px solid transparent;
}



.item a:before {
    transition: all .5s ease;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333;
    transform: scale(0);
}

.item a:hover:before {
    opacity: .5;
    transform: scale(1);
}

.item a:after {
    transition: all .6s ease .2s;
    content: "+";
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 1px solid #aaa;
    background: #000;
    opacity: 0;
    transform: scale(0);
    z-index: 9;
    font-size: 50px;
    color: #fff;
    text-align: center;
    line-height: 230px;

}

.item a:hover:after {
    opacity: .35;
    transform: scale(1);
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    background-color: #fe0000;
    right: -1px;
    top: 40px;
    text-align: right;
    padding-right: 10px;
    width: 100%;
    opacity: 1;
    max-width: 41px;

}

.mfp-close {
    font-size: 37px;
    cursor: pointer !important;
}

.mfp-arrow-left:before {
    border-right: 27px solid #fe0000;
}

.mfp-arrow-left:after {
    border-right: 17px solid #fe0000;
    margin-left: 31px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #fe0000;
}

.mfp-arrow-right:after {
    border-left: 17px solid #fe0000;
    margin-left: 39px;
}


.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.modal-header {
    border-bottom: none;
    justify-content: center;
}

@media screen and (max-width:567px) {
    .modal-header {
        justify-content: flex-start;
    }

    .become-title {
        font-size: 22px !important;
    }
}

/* .flex-direction{
    flex-direction: unset;
} */
.modal-body {
    padding: 10px 35px 25px 35px;
}

.modal-body ul {
    padding-left: 30px;
}

.modal-body ul li {
    position: relative;
    padding-bottom: 10px;
}

.modal-body ul li:before {
    font-family: 'FontAwesome';
    content: '\f192';
    left: 0;
    margin: 0 13px 0 -25px;
    color: #fe0000;
}

.modal-title {
    padding: 20px 35px;
    font-size: 24px;
    font-weight: 500;
    color: #000;
}


.become-title {
    font-size: 28px;
    color: #000;
    font-weight: 700;
}


.bt-close {
    background: transparent url(../images/close.png) center/3em auto no-repeat;
    opacity: 1;
    border-radius: 0;
    width: 2em;
    height: 2em;
    position: absolute;
    top: 20px;
    right: 35px;
    padding: 0;
    margin: 0;
    z-index: 99;
    filter: contrast(100);
}

.bt-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(254, 0, 0, 0.251);
    opacity: 1;
}

.modal-dialog {
    max-width: 1200px;
}

.modal-header {
    padding: 0;
}

.modal-body .header-form {
    width: 100%;
    display: inline-block;
}

.modal-body .header-form input[type="text"],
.modal-body .header-form input[type="number"],
.modal-body .header-form input[type="date"],
.modal-body .header-form input[type="tel"],
.modal-body .header-form input[type="email"],
.modal-body .header-form input[type="password"] {
    width: 100%;
    display: block;
    padding: 13px;
}

.modal-body .header-form select {
    padding: 15px 14px;
    width: 100%;
    display: block;
}

.modal-body .header-form label {
    margin: 10px 0 2px 0;
    color: #000;
}

.modal-footer {
    justify-content: center;
}

.modal-footer .hv-btn {
    padding: 10px 40px;
    font-size: 16px
}

.modal-body h5 {
    padding-top: 10px;
}

.modal-body h6 b {
    font-size: 16px;
    font-weight: 500;
    padding-top: 6px;
}

.modal-body span {
    font-size: 16px;
    line-height: 24px;
}


.banner-img {
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    transform: translate(62%, 13%);
}

.banner-img img {
    width: 100%;
    max-width: 550px !important;
    object-fit: cover;
}


/****/

.page-header-area.thank {
    vertical-align: bottom;
}


/****/



/** alert box **/

.alert-box {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 999;
}

.alert-box .hv-btn {
    padding: 10px 45px;
    font-size: 18px;
    letter-spacing: 1px;
}

.alert .become-title {
    font-size: 36px;
    color: #444;
}

.alert .modal-dialog {
    max-width: 500px;
}

.alert .modal-body {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.alert .modal-body a {
    width: 100%;
    display: inline-block;
}

.alert .modal-body a.hv-btn {
    width: 100%;
    max-width: 150px;
    display: block;
    text-align: center;
    margin-top: 20px;
}

.alert .modal-body a img {
    border-radius: 22px;
}


.alert .bt-close {
    top: 33px;
}

@media screen and (max-width:576px) {
    .alert .bt-close {
        top: 22px;
    }

    .alert .become-title {
        font-size: 28px !important;
    }
}




#main {
    width: 100%;
    height: 100vh;
    background: #0008;
    position: absolute;
    top: 0;
    left: 0;
    display: none;



}

#pop-up {
    text-align: center;
    width: 400px;
    height: 300px;
    background: #03a9f4;
    box-sizing: border-box;
    padding: 20px;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}




.events-area {
    padding: 30px 0 0;
    width: 100%;
}

.events-area .section-title h2 {
    font-size: 50px;
    color: #252525;
}

.events-area .section-title span {
    color: #fe0000;
}


.events {
    width: 100%;
    display: flex;
    justify-content: center;
}

.event-img {
    width: 100%;
    background: #eff5fb;
    /* max-width: 450px; */
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.event-img img {
    width: 100%;
}
/* 
.event-img span{
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    margin: 25px 0 0;
} */