﻿body {
    font-family: "Proxima Nova Regular", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #676769
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

img {
    max-width: 100%
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none
}

a:focus,
a:hover {
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #282B30;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #2D4B67;
    outline: 0;
    box-shadow: 0 0 0 0
}

a {
    text-decoration: none !important;
    color: #020306;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

a.logo {
    display: block
}

i,
span,
a {
    display: inline-block
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Proxima Nova Regular", sans-serif;
    font-weight: 600;
    color: #020306;
    margin: 0px;
}

h1 {
    font-size: 2.5rem; /* 40px */
}

h2 {
    font-size: 2rem; /* 32px */
}

h3 {
    font-size: 1.75rem; /* 28px */
}

h4 {
    font-size: 1.5rem; /* 24px */
}

h5 {
    font-size: 1.25rem; /* 20px */
}

h6 {
    font-size: 1rem; /* 16px */
}

ul, ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 1rem; /* 16px */
    font-weight: 400;
    line-height: 1.5; /* 24px */
    color: #676769;
    margin: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    p {
        font-size: 16px
    }
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%
}

.gray {
    background: #707070
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0
}

.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: 0
}

.btn:focus {
    outline: none !important
}

.btn:focus {
    box-shadow: none
}

.header_area .button {
    display: inline-block;
    margin-left: 45px
}

textarea,
input {
    width: 100%;
    height: 55px;
    border: 1px solid #252948;
    border-radius: 5px;
    padding: 0 25px;
    color: #676769;
    font-size: 16px;
    background: #fff;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

textarea {
    height: 150px;
    padding-top: 15px;
    resize: none;
    border-radius: 5px;
    background: #fff;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

input:focus {
    border: 1px solid #282B30;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

textarea:focus {
    border: 1px solid #282B30;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.button {
    max-width: 190px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .button {
        max-width: 150px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .button {
        max-width: 140px
    }
}

.button i {
    position: relative
}

.button i::before {
    position: absolute;
    right: -25px;
    top: -13px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .button i::before {
        right: -20px;
        top: -13px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .button i::before {
        right: -20px;
        top: -13px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .button .main-btn {
        max-width: 145px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .button .main-btn {
        max-width: 140px
    }
}

.main-btn {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 60px;
    max-width: 225px;
    text-transform: capitalize;
    border: 1px solid #2D4B67;
    font-size: 17px;
    font-weight: 600;
    padding: 16px 10px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-btn {
        width: 225px
    }
}

.main-btn i {
    position: relative
}

.main-btn i::before {
    position: absolute;
    right: -25px;
    top: -13px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-btn i::before {
        right: -20px;
        top: -13px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-btn i::before {
        right: -20px;
        top: -13px
    }
}

.main-btn-blue {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 60px;
    max-width: 225px;
    text-transform: capitalize;
    border: 1px solid #282B30;
    font-size: 17px;
    font-weight: 600;
    padding: 16px 10px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-btn-blue {
        width: 210px
    }
}

.main-btn-blue i {
    position: relative
}

.main-btn-blue i::before {
    position: absolute;
    right: -25px;
    top: -13px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-btn-blue i::before {
        right: -20px;
        top: -13px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-btn-blue i::before {
        right: -20px;
        top: -13px
    }
}

.main-btn {
    color: #fff;
    background-color: #2D4B67;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.main-btn-blue {
    color: #fff;
    background-color: #2455E6;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.main-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #F4F7F8;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
    color: #020306;
    border-color: #F4F7F8
}

.main-btn-blue span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #F4F7F8;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
    color: #020306;
    border-color: #F4F7F8
}

.main-btn:hover {
    color: #020306
}

.main-btn-blue:hover {
    color: #020306
}

.main-btn:hover span {
    width: 225%;
    height: 562.5px;
    color: #020306;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    background-color: #F4F7F8
}

.main-btn-blue:hover span {
    width: 225%;
    height: 562.5px;
    color: #020306;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    background-color: #F4F7F8
}

.main-btn:active {
    background-color: #2D4B67;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.main-btn-blue:active {
    background-color: #282B30;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.mouse-hover {
    overflow: hidden;
    position: relative;
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
    z-index: 1
}

p.form-message.success,
p.form-message.error {
    font-size: 16px;
    color: #38424d;
    background: #f7f7fd;
    padding: 10px 15px;
    margin-top: 30px;
    margin-left: 15px
}

p.form-message.success.form-message.error,
p.form-message.error.form-message.error {
    color: #2D4B67
}

.error-content h2 {
    font-size: 100px;
    font-weight: 700;
    color: #282B30
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .error-content h2 {
        font-size: 80px;
        padding-bottom: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .error-content h2 {
        font-size: 60px;
        padding-bottom: 20px
    }
}

@media (max-width: 767px) {
    .error-content h2 {
        font-size: 50px;
        padding-bottom: 20px
    }
}

.error-content span {
    font-size: 50px;
    font-weight: 600;
    color: #2455E6;
    text-transform: uppercase
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .error-content span {
        font-size: 35px;
        padding-bottom: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .error-content span {
        font-size: 35px;
        padding-bottom: 20px
    }
}

@media (max-width: 767px) {
    .error-content span {
        font-size: 30px;
        padding-bottom: 20px
    }
}

.back_btn .btn {
    width: 100%;
    margin: 0px auto
}

.section-title {
    position: relative;
    margin-bottom: 30px
}

.section-title .title {
    font-size: 35px;
    text-transform: capitalize;
    padding-bottom: 30px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title .title {
        font-size: 35px;
        padding-bottom: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title .title {
        font-size: 35px;
        padding-bottom: 20px
    }
}

@media (max-width: 767px) {
    .section-title .title {
        font-size: 30px;
        padding-bottom: 20px
    }
}

@media (max-width: 767px) {
    .section-title p {
        font-size: 15px
    }
}

@media (max-width: 767px) {
    .section-title {
        margin-bottom: 20px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pt-120 {
        padding-top: 100px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-120 {
        padding-top: 100px
    }
}

@media (max-width: 767px) {
    .pt-120 {
        padding-top: 80px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pb-130 {
        padding-bottom: 100px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-130 {
        padding-bottom: 100px
    }
}

@media (max-width: 767px) {
    .pb-130 {
        padding-bottom: 80px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pt-130 {
        padding-top: 100px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-130 {
        padding-top: 100px
    }
}

@media (max-width: 767px) {
    .pt-130 {
        padding-top: 80px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-100 {
        padding-bottom: 80px
    }
}

@media (max-width: 767px) {
    .pb-100 {
        padding-bottom: 60px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-100 {
        padding-top: 80px
    }
}

@media (max-width: 767px) {
    .pt-100 {
        padding-top: 60px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mt-80 {
        margin-top: 40px
    }
}

@media (max-width: 767px) {
    .mt-80 {
        margin-top: 30px
    }
}

.single-form {
    margin-top: 28px
}

.single-form label {
    display: inline-block;
    color: #020306;
    font-size: 14px;
    font-weight: 700
}

.single-form .required {
    display: inline-block;
    color: #020306;
    font-size: 14px;
    float: right;
}

.single-form textarea,
.single-form input {
    width: 100%;
    background-color: #fff;
    border: 1px solid #020306;
    border-radius: 2px;
    color: #020306;
    display: block;
    height: 48px;
    box-shadow: none;
    padding: 0 15px;
    font-size: 14px
}

.single-form textarea:focus,
.single-form input:focus {
    border-color: #2D4B67
}

.single-form textarea {
    padding-top: 10px;
    height: 200px;
    resize: none
}

.single-form .nice-select {
    float: none;
    border: 1px solid #020306;
    width: 100%;
    border-radius: 0;
    height: 48px;
    padding: 0 15px
}

.single-form .nice-select::after {
    width: 8px;
    height: 8px;
    border-color: #020306;
    right: 15px
}

.single-form .nice-select .current {
    line-height: 48px
}

.single-form .nice-select .list {
    width: 100%;
    border-radius: 0
}

.single-form .nice-select .list .option {
    min-height: 28px;
    line-height: 28px
}

.slick-slide {
    outline: 0
}

.gridtemplate-loader {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999
}

.preloader {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

img.preload-logo {
    width: 50%;
    border-radius: 500px;
    margin: 0px auto;
    text-align: center;
    display: inline-block;
    right: 5px;
    position: absolute;
    left: -18px;
    top: 0px
}

.spinner {
    position: absolute;
    top: -20px;
    left: -12px;
    width: 80px;
    height: 80px;
    border: 2px solid #282B30;
    border-top: 2px solid #2D4B67;
    border-right: 2px solid #2D4B67;
    border-radius: 100%;
    animation: spin 0.75s infinite linear;
    z-index: -1;
    background: #fff
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.sticky-block {
    display: none
}

.navbar-menu ul li {
    display: inline-block;
    margin-left: 45px;
    padding: 13px 0;
    position: relative
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-menu ul li {
        margin-left: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-menu ul li {
        margin-left: 15px
    }
}

@media (max-width: 767px) {
    .navbar-menu ul li {
        margin-left: 10px
    }
}

.navbar-menu ul li:first-child {
    margin-left: 0
}

.navbar-menu ul li a {
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 500;
    color: #252948;
    position: relative;
    padding-bottom: 3px;
    font-family: "Proxima Nova Regular", sans-serif
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-menu ul li a {
        font-size: 15px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-menu ul li a {
        font-size: 15px
    }
}

.navbar-menu ul li a::before {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.navbar-menu ul li a i {
    position: relative;
    font-size: 13px
}

.navbar-menu ul li a i::before {
    position: absolute;
    right: -22px;
    top: -10px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-menu ul li a i::before {
        right: -15px;
        top: -10px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-menu ul li a i::before {
        right: -15px;
        top: -10px
    }
}

.navbar-menu ul li a.active::before {
    width: 100%
}

.navbar-menu ul li .sub-menu {
    position: absolute;
    top: 115%;
    left: 0;
    width: 215px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
    z-index: 99
}

.navbar-menu ul li .sub-menu li {
    display: block;
    padding: 0;
    margin: 0
}

.navbar-menu ul li .sub-menu li a {
    font-size: 17px;
    color: #020306;
    display: block;
    padding: 8px 15px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    font-weight: 500
}

.navbar-menu ul li .sub-menu li a::before {
    display: none
}

.navbar-menu ul li .sub-menu li a.active {
    background: #2D4B67;
    color: #fff;
    padding-left: 20px
}

.navbar-menu ul li .sub-menu li::before {
    position: absolute;
    content: "";
    top: 0;
    right: auto;
    left: 0;
    width: 0;
    height: 100%;
    background: #2D4B67;
    color: #fff;
    z-index: -1;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.navbar-menu ul li .sub-menu li:hover::before {
    width: 100%;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    background: #2D4B67;
    color: #fff
}

.navbar-menu ul li .sub-menu li:focus:before {
    width: 100%;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    background: #2D4B67;
    color: #fff
}

.navbar-menu ul li .sub-menu li:active:before {
    width: 100%;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    background: #2D4B67;
    color: #fff
}

.navbar-menu ul li .sub-menu li:hover>a {
    color: #fff;
    padding-left: 20px
}

.navbar-menu ul li .mega-menu {
    position: absolute;
    top: 115%;
    left: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    width: 685px;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    z-index: 99
}

.navbar-menu ul li .mega-menu li {
    display: block;
    padding: 0;
    margin: 0;
    width: 215px;
    float: left;
    border-left: 1px solid #020306
}

.navbar-menu ul li .mega-menu li:first-child {
    border-left: 0
}

.navbar-menu ul li .mega-menu li .menu-title {
    font-size: 16px;
    font-weight: 500;
    padding: 0 15px 15px
}

.navbar-menu ul li .mega-menu li ul li {
    display: block;
    padding: 0;
    margin: 0;
    border-left: 0
}

.navbar-menu ul li .mega-menu li ul li a {
    font-size: 14px;
    color: #020306;
    display: block;
    padding: 8px 15px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    font-weight: 400
}

.navbar-menu ul li .mega-menu li ul li a::before {
    display: none
}

.navbar-menu ul li .mega-menu li ul li:hover>a {
    color: #2D4B67;
    padding-left: 20px
}

.navbar-menu ul li.active>a::before,
.navbar-menu ul li:hover>a::before {
    width: 100%
}

.navbar-menu ul li.active .sub-menu,
.navbar-menu ul li.active .mega-menu,
.navbar-menu ul li:hover .sub-menu,
.navbar-menu ul li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.toolbar-area {
    background: #2D4B67;
    padding: 7px 0
}

.toolbar-area .toolbar-contact p {
    display: inline-block;
    margin-right: 25px !important;
    margin-top: 2px;
    margin: 0;
    text-align: center;
    line-height: 0;
    font-size: 17px;
    color: #fff;
    position: relative;
    padding-left: 30px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .toolbar-area .toolbar-contact p {
        margin-right: 15px !important
    }
}

@media (max-width: 767px) {
    .toolbar-area .toolbar-contact p {
        margin-right: 8px !important
    }
}

.toolbar-area .toolbar-contact p i {
    display: inline-block;
    margin-right: 6px;
    color: #fff;
    font-size: 17px;
    position: absolute;
    top: -8px;
    left: 0
}

.toolbar-area .toolbar-contact p a {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    margin-right: 7px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.toolbar-area .toolbar-contact p a:hover {
    color: #2D4B67;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.toolbar-area .toolbar-sl-share ul {
    float: right
}

.toolbar-area .toolbar-sl-share ul li {
    margin: 0;
    text-align: center;
    display: inline-block;
    margin-right: 5px
}

.toolbar-area .toolbar-sl-share ul li a {
    color: #fff;
    height: 35px;
    width: 35px;
    text-align: center;
    display: block;
    border: 1px solid #eee;
    line-height: 36px;
    text-align: center;
    border-radius: 3px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.toolbar-area .toolbar-sl-share ul li a i {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.toolbar-area .toolbar-sl-share ul li a i:hover {
    color: #2D4B67;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.toolbar-area .toolbar-sl-share ul li a:hover i {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.toolbar-area .toolbar-sl-share ul li a:hover i:hover {
    color: #2D4B67;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.header-menu-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: 0 0
}

.header-menu-area .header-main-menu {
    padding-top: 20px;
    background:white;
    
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-menu-area .header-main-menu .col-lg-8 {
        width: 62%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-menu-area .header-main-menu .col-lg-2 {
        width: 18.5%
    }
}

.header-menu-area a.logo .white-logo {
    z-index: 2
}

.header-menu-area .logo {
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.header-menu-area a.logo img.light-logo {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
    visibility: hidden
}

.header-menu-area a.logo img {
    width: 162px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-menu-area .button {
        margin-left: 10px
    }

    .header-menu-area .button .main-btn {
        width: 150px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-menu-area .button {
        display: none
    }
}

@media (max-width: 767px) {
    .header-menu-area .button {
        display: none
    }
}

.header-menu-area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    padding: 7px 0;
    -webkit-animation: sticky 1s;
    -moz-animation: sticky 1s;
    -o-animation: sticky 1s;
    animation: sticky 1s;
    z-index: 9999
}

.header-menu-area.sticky .header-main-menu {
    padding-top: 0px
}

.header-menu-area.sticky a.logo img.white-logo {
    opacity: 0;
    visibility: hidden
}

.header-menu-area.sticky a.logo img {
    width: 120px;
    top: 15px;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.header-menu-area.sticky a.logo img.light-logo {
    opacity: 1;
    visibility: visible
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-menu-area.sticky a.logo img {
        width: 80px
    }
}

@media (max-width: 767px) {
    .header-menu-area.sticky a.logo img {
        width: 80px
    }
}

.header-menu-area.sticky .sticky-block {
    display: block
}

.header-menu-area.sticky .navbar-menu ul li a {
    color: #020306
}

.header-menu-area.sticky .navbar-menu ul li a.active {
    color: #2D4B67
}

.header-menu-area.sticky .navbar-menu ul li a.active::before {
    display: none
}

.header-menu-area.sticky .navbar-menu ul li .sub-menu li a.active {
    color: #fff
}

.header-menu-area.sticky .navbar-menu ul li .sub-menu li:hover>a {
    color: #fff;
    padding-left: 20px
}

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

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

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

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

.header-mobile-menu {
    padding: 10px 0
}

.header-mobile-menu.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    padding: 7px 0;
    -webkit-animation: sticky 1s;
    -moz-animation: sticky 1s;
    -o-animation: sticky 1s;
    animation: sticky 1s;
    z-index: 999
}

.mobile-menu .menu-bar a i {
    font-size: 30px;
    color: #020306
}

.mobile-menu .mobile-logo img {
    width: 150px
}

@media (max-width: 767px) {
    .mobile-menu .mobile-logo img {
        width: 150px
    }
}

.offcanvas-menu {
    position: fixed;
    top: 0;
    left: -350px;
    width: 350px;
    height: 100%;
    background-color: #fff;
    z-index: 999;
    padding: 100px 30px 30px;
    overflow-y: auto;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media (max-width: 767px) {
    .offcanvas-menu {
        width: 280px
    }
}

.offcanvas-menu.open {
    left: 0
}

.offcanvas-menu .close-mobile-menu {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 20px;
    color: #020306
}

.offcanvas-menu .mobile-menu {
    padding-bottom: 30px
}

.offcanvas-menu .mobile-menu ul li {
    position: relative;
    border-bottom: 1px solid rgba(32, 31, 31, 0.4)
}

.offcanvas-menu .mobile-menu ul li a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #020306;
    padding: 8px 0
}

.offcanvas-menu .mobile-menu ul li a.active {
    color: #2D4B67
}

.offcanvas-menu .mobile-menu ul li .sub-menu {
    padding-left: 20px
}

.offcanvas-menu .mobile-menu ul li .sub-menu li {
    border-bottom: 0
}

.offcanvas-menu .mobile-menu ul li .sub-menu li a.active {
    color: #2D4B67
}

.offcanvas-menu .mobile-menu ul li .sub-menu .mega-title .menu-title {
    font-weight: 700;
    padding: 8px 0 11px;
    font-size: 18px
}

.offcanvas-menu .mobile-menu ul li .menu-expand {
    position: absolute;
    right: 10px;
    top: 11px;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.offcanvas-menu .mobile-menu ul li .menu-expand::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #020306;
    top: 10px
}

.offcanvas-menu .mobile-menu ul li .menu-expand::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #020306;
    left: 10px;
    bottom: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.offcanvas-menu .mobile-menu ul li.active>.menu-expand::after {
    height: 0
}

.mobile-menu-style2 {
    position: fixed;
    top: 0;
    left: -350px;
    width: 350px;
    height: 100%;
    background-color: #fff;
    z-index: 999;
    padding: 100px 30px 30px;
    overflow-y: auto;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media (max-width: 767px) {
    .mobile-menu-style2 {
        width: 280px
    }
}

.mobile-menu-style2.open {
    left: 0
}

.mobile-menu-style2 .close-mobile-menu {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 20px;
    color: #252948
}

.mobile-menu-style2 .mobile-menu {
    padding-bottom: 30px
}

.mobile-menu-style2 .mobile-menu ul li {
    position: relative;
    border-bottom: 1px solid rgba(32, 31, 31, 0.4)
}

.mobile-menu-style2 .mobile-menu ul li a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #252948;
    padding: 8px 0
}

.mobile-menu-style2 .mobile-menu ul li a.active {
    color: #282B30
}

.mobile-menu-style2 .mobile-menu ul li .sub-menu {
    padding-left: 20px
}

.mobile-menu-style2 .mobile-menu ul li .sub-menu li {
    border-bottom: 0
}

.mobile-menu-style2 .mobile-menu ul li .sub-menu li a.active {
    color: #282B30
}

.mobile-menu-style2 .mobile-menu ul li .sub-menu .mega-title .menu-title {
    font-weight: 700;
    padding: 8px 0 11px;
    font-size: 18px
}

.mobile-menu-style2 .mobile-menu ul li .menu-expand {
    position: absolute;
    right: 10px;
    top: 11px;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.mobile-menu-style2 .mobile-menu ul li .menu-expand::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #252948;
    top: 10px
}

.mobile-menu-style2 .mobile-menu ul li .menu-expand::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #252948;
    left: 10px;
    bottom: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.mobile-menu-style2 .mobile-menu ul li.active>.menu-expand::after {
    height: 0
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99;
    opacity: 0;
    visibility: hidden
}

.overlay.open {
    opacity: 1;
    visibility: visible
}

.header_style_2 .navbar-menu ul li {
    display: inline-block;
    margin-left: 45px;
    padding: 13px 0;
    position: relative
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header_style_2 .navbar-menu ul li {
        margin-left: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_style_2 .navbar-menu ul li {
        margin-left: 15px
    }
}

@media (max-width: 767px) {
    .header_style_2 .navbar-menu ul li {
        margin-left: 10px
    }
}

.header_style_2 .navbar-menu ul li:first-child {
    margin-left: 0
}

.header_style_2 .navbar-menu ul li a {
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 500;
    color: #252948;
    position: relative;
    padding-bottom: 3px;
    font-family: "Proxima Nova Regular", sans-serif
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header_style_2 .navbar-menu ul li a {
        font-size: 15px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_style_2 .navbar-menu ul li a {
        font-size: 15px
    }
}

.header_style_2 .navbar-menu ul li a::before {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.header_style_2 .navbar-menu ul li a i {
    position: relative;
    font-size: 13px
}

.header_style_2 .navbar-menu ul li a i::before {
    position: absolute;
    right: -22px;
    top: -10px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header_style_2 .navbar-menu ul li a i::before {
        right: -15px;
        top: -10px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_style_2 .navbar-menu ul li a i::before {
        right: -15px;
        top: -10px
    }
}

.header_style_2 .navbar-menu ul li a.active {
    color: #2455E6
}

.header_style_2 .navbar-menu ul li a.active::before {
    width: 100%
}

.header_style_2 .navbar-menu ul li .sub-menu {
    position: absolute;
    top: 115%;
    left: 0;
    width: 215px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
    z-index: 99
}

.header_style_2 .navbar-menu ul li .sub-menu li {
    display: block;
    padding: 0;
    margin: 0
}

.header_style_2 .navbar-menu ul li .sub-menu li a {
    font-size: 17px;
    color: #252948;
    display: block;
    padding: 8px 15px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    font-weight: 500
}

.header_style_2 .navbar-menu ul li .sub-menu li a::before {
    display: none
}

.header_style_2 .navbar-menu ul li .sub-menu li a.active {
    background: #282B30;
    color: #fff;
    padding-left: 20px
}

.header_style_2 .navbar-menu ul li .sub-menu li::before {
    position: absolute;
    content: "";
    top: 0;
    right: auto;
    left: 0;
    width: 0;
    height: 100%;
    background: #282B30;
    color: #fff;
    z-index: -1;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.header_style_2 .navbar-menu ul li .sub-menu li:hover::before {
    width: 100%;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    background: #282B30;
    color: #fff
}

.header_style_2 .navbar-menu ul li .sub-menu li:focus:before {
    width: 100%;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    background: #282B30;
    color: #fff
}

.header_style_2 .navbar-menu ul li .sub-menu li:active:before {
    width: 100%;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    background: #282B30;
    color: #fff
}

.header_style_2 .navbar-menu ul li .sub-menu li:hover>a {
    color: #fff;
    padding-left: 20px
}

.header_style_2 .navbar-menu ul li .mega-menu {
    position: absolute;
    top: 115%;
    left: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    width: 685px;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    z-index: 99
}

.header_style_2 .navbar-menu ul li .mega-menu li {
    display: block;
    padding: 0;
    margin: 0;
    width: 215px;
    float: left;
    border-left: 1px solid #252948
}

.header_style_2 .navbar-menu ul li .mega-menu li:first-child {
    border-left: 0
}

.header_style_2 .navbar-menu ul li .mega-menu li .menu-title {
    font-size: 16px;
    font-weight: 500;
    padding: 0 15px 15px
}

.header_style_2 .navbar-menu ul li .mega-menu li ul li {
    display: block;
    padding: 0;
    margin: 0;
    border-left: 0
}

.header_style_2 .navbar-menu ul li .mega-menu li ul li a {
    font-size: 14px;
    color: #252948;
    display: block;
    padding: 8px 15px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    font-weight: 400
}

.header_style_2 .navbar-menu ul li .mega-menu li ul li a::before {
    display: none
}

.header_style_2 .navbar-menu ul li .mega-menu li ul li:hover>a {
    color: #282B30;
    padding-left: 20px
}

.header_style_2 .navbar-menu ul li.active>a::before,
.header_style_2 .navbar-menu ul li:hover>a::before {
    width: 100%
}

.header_style_2 .navbar-menu ul li.active .sub-menu,
.header_style_2 .navbar-menu ul li.active .mega-menu,
.header_style_2 .navbar-menu ul li:hover .sub-menu,
.header_style_2 .navbar-menu ul li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.header_style_2 .toolbar-area {
    background: #2D4B67;
    padding: 22px 0
}

.header_style_2 .toolbar-area .toolbar-contact p {
    display: inline-block;
    margin-right: 25px !important;
    margin-top: 2px;
    margin: 0;
    text-align: center;
    line-height: 0;
    font-size: 17px;
    color: #fff;
    position: relative;
    padding-left: 30px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_style_2 .toolbar-area .toolbar-contact p {
        margin-right: 15px !important
    }
}

@media (max-width: 767px) {
    .header_style_2 .toolbar-area .toolbar-contact p {
        margin-right: 8px !important
    }
}

.header_style_2 .toolbar-area .toolbar-contact p i {
    display: inline-block;
    margin-right: 6px;
    color: #fff;
    font-size: 17px;
    position: absolute;
    top: -8px;
    left: 0
}

.header_style_2 .toolbar-area .toolbar-contact p a {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    margin-right: 7px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.header_style_2 .toolbar-area .toolbar-contact p a:hover {
    color: #ccc;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.header_style_2 .toolbar-area .toolbar-sl-share ul {
    float: right
}

.header_style_2 .toolbar-area .toolbar-sl-share ul li {
    margin: 0;
    text-align: center;
    display: inline-block;
    margin-right: 5px
}

.header_style_2 .toolbar-area .toolbar-sl-share ul li a {
    color: #fff;
    height: 35px;
    width: 35px;
    text-align: center;
    display: block;
    border: 1px solid #eee;
    line-height: 36px;
    text-align: center;
    border-radius: 3px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.header_style_2 .toolbar-area .toolbar-sl-share ul li a i {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.header_style_2 .toolbar-area .toolbar-sl-share ul li a i:hover {
    color: #ccc;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.header_style_2 .toolbar-area .toolbar-sl-share ul li a:hover i {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.header_style_2 .toolbar-area .toolbar-sl-share ul li a:hover i:hover {
    color: #ccc;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header_style_2 .button .main-btn-blue {
        width: 150px;
        padding-left: 0px
    }
}

.header_style_2 .header-menu-area {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: 0 0
}

.header_style_2 .header-menu-area .header-main-menu {
    padding-top: 15px;
    padding-bottom: 15px
}

.header_style_2 .header-menu-area a.logo .white-logo {
    z-index: 2
}

.header_style_2 .header-menu-area .logo {
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.header_style_2 .header-menu-area a.logo img.light-logo {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
    visibility: hidden
}

.header_style_2 .header-menu-area a.logo img {
    width: 162px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header_style_2 .header-menu-area .button {
        margin-left: 10px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_style_2 .header-menu-area .button {
        display: none
    }
}

@media (max-width: 767px) {
    .header_style_2 .header-menu-area .button {
        display: none
    }
}

.header_style_2 .header-menu-area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    padding: 7px 0;
    -webkit-animation: sticky 1s;
    -moz-animation: sticky 1s;
    -o-animation: sticky 1s;
    animation: sticky 1s;
    z-index: 999
}

.header_style_2 .header-menu-area.sticky .header-main-menu {
    padding-top: 0px;
    padding-bottom: 0px
}

.header_style_2 .header-menu-area.sticky a.logo img.white-logo {
    opacity: 0;
    visibility: hidden
}

.header_style_2 .header-menu-area.sticky a.logo img {
    width: 120px;
    top: 3px;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.header_style_2 .header-menu-area.sticky a.logo img.light-logo {
    opacity: 1;
    visibility: visible
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_style_2 .header-menu-area.sticky a.logo img {
        width: 80px
    }
}

@media (max-width: 767px) {
    .header_style_2 .header-menu-area.sticky a.logo img {
        width: 80px
    }
}

.header_style_2 .header-menu-area.sticky .sticky-block {
    display: block
}

.header_style_2 .header-menu-area.sticky .navbar-menu ul li a {
    color: #252948
}

.header_style_2 .header-menu-area.sticky .navbar-menu ul li a.active {
    color: #282B30
}

.header_style_2 .header-menu-area.sticky .navbar-menu ul li a.active::before {
    display: none
}

.header_style_2 .header-menu-area.sticky .navbar-menu ul li .sub-menu li a.active {
    color: #fff
}

.header_style_2 .header-menu-area.sticky .navbar-menu ul li .sub-menu li:hover>a {
    color: #fff;
    padding-left: 20px
}

.slider-content {
    padding-top: 145px;
    padding-bottom: 150px;
    position: relative;
    z-index: 12
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content {
        padding-left: 20px;
        padding-top: 200px;
        padding-bottom: 120px
    }
}

.slider-content .sub-title {
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
    font-family: "Proxima Nova Regular", sans-serif;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content .sub-title {
        font-size: 45px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content .sub-title {
        font-size: 35px
    }
}

@media (max-width: 767px) {
    .slider-content .sub-title {
        font-size: 25px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-content .sub-title {
        font-size: 25px
    }
}

.slider-content .slider-title {
    font-size: 70px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    font-family: "Proxima Nova Regular", sans-serif;
    padding: 12px ​0px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content .slider-title {
        font-size: 55px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content .slider-title {
        font-size: 40px
    }
}

@media (max-width: 767px) {
    .slider-content .slider-title {
        font-size: 35px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-content .slider-title {
        font-size: 25px
    }
}

.slider-content .text {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff
}

.slider-content .m-auto {
    margin: 0px auto
}

.slider-content.content-2 .sub-title,
.slider-content.content-2 .slider-title,
.slider-content.content-2 .text {
    color: #fff
}

.home-slider .single-slider {
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 994px;
    display: flex;
    align-items: center
}

@media only screen and (min-width: 1400px) {
    .home-slider .single-slider {
        height: 994px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home-slider .single-slider {
        height: 700px;
        background-position: 70% 50% !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-slider .single-slider {
        height: auto;
        background-position: 70% 50% !important
    }
}

@media (max-width: 767px) {
    .home-slider .single-slider {
        height: auto;
        background-position: 70% 50% !important
    }
}

.home-slider .single-slider::before {

    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5
}

.home-slider .slick-dots {
    z-index: 9;
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.home-slider .slick-dots li {
    display: inline-block;
    margin: 0 5px
}

.home-slider .slick-dots li.slick-active button {
    background-color: #2D4B67;
    border-color: #e0e0e0
}

.home-slider .slick-dots li button {
    width: 13px;
    height: 13px;
    background: none;
    background-color: #DFDFDF;
    border-radius: 50px;
    font-size: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border: 0
}

.home-slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    height: 110px;
    width: 35px;
    text-align: center;
    line-height: 110px;
    background-color: rgba(2, 2, 2, 0.2);
    color: #fff;
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    cursor: pointer;
    background-color: transparent
}

@media only screen and (min-width: 1500px) and (max-width: 1920px) {
    .home-slider .slick-arrow {
        left: 8%
    }
}

@media only screen and (min-width: 1400px) {
    .home-slider .slick-arrow {
        left: 2%
    }
}

.home-slider .slick-arrow i {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    font-size: 30px
}

.home-slider .slick-arrow i:hover {
    color: #2D4B67;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.home-slider .slick-arrow.next {
    left: auto;
    right: 0
}

@media only screen and (min-width: 1500px) and (max-width: 1920px) {
    .home-slider .next {
        right: 8% !important
    }
}

@media only screen and (min-width: 1400px) {
    .home-slider .next {
        right: 2% !important
    }
}

.home-slider:hover .slick-arrow {
    opacity: 1;
    visibility: visible
}
.why-choosing-area {
    position: relative;
    background-color: #f9f9f9;
}

.why-choosing-area::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -30px;
    height: 100%;
    width: 100%;
    background: url(../images/normal/circle_chooing.svg) no-repeat left bottom;
    z-index: -1;
}

.why-choosing-area .single_choosing {
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 0 50px 0 rgba(158, 158, 158, 0.16);
    background-color: #fff;
    transition: all 0.3s ease-out;
    margin-bottom: 30px;
}

.why-choosing-area .single_choosing:hover {
    box-shadow: 0 0 50px 0 rgba(255, 229, 222, 0.8);
    transform: translateY(-10px);
}

.why-choosing-area .coosing-icon img {
    max-width: 80px;
    margin-bottom: 20px;
}

.why-choosing-area .coosing-content h5 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #2D4B67;
}

.why-choosing-area .coosing-content p {
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
}

.why-choosing-area .coosing-content a {
    color: #2D4B67;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.why-choosing-area .coosing-content a:hover {
    color: #ff6f61;
}

.why-choosing-area .coosing-content a i {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.why-choosing-area .coosing-content a:hover i {
    transform: translateX(5px);
}

/* Responsive Adjustments */
@media (max-width: 1199px) {
    .why-choosing-area .single_choosing {
        padding: 30px 20px;
    }

    .why-choosing-area .coosing-content h5 {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .why-choosing-area .single_choosing {
        margin-bottom: 20px;
    }

    .why-choosing-area .coosing-content h5 {
        font-size: 20px;
    }

    .why-choosing-area .coosing-content p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .why-choosing-area .single_choosing {
        text-align: center;
    }

    .why-choosing-area .coosing-content h5 {
        font-size: 18px;
    }

    .why-choosing-area .coosing-content p {
        font-size: 14px;
    }
}

.build_business {
    position: relative
}

.build_business .section-title {
    margin-bottom: 0px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .build_business .section-title {
        margin-top: 30px
    }
}

@media (max-width: 767px) {
    .build_business .section-title {
        margin-top: 30px
    }
}

.build_business .business_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 46%;
    height: 100%
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .build_business .business_image {
        position: relative;
        width: 720px;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 767px) {
    .build_business .business_image {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .build_business .business_image {
        width: 540px
    }
}

.build_business .build_info p {
    padding-bottom: 30px
}

.build_business .build_info .build_list {
    padding-left: 20px
}

.build_business .build_info .build_list h5 {
    font-size: 17px;
    font-family: "Proxima Nova Regular", sans-serif;
    font-weight: 400;
    color: #020306;
    padding-bottom: 20px;
    position: relative
}

.build_business .build_info .build_list h5 i {
    position: absolute;
    top: 2px;
    left: -30px;
    color: #2D4B67
}

.build_business .build_info .build_list p {
    padding-bottom: 20px
}

.build_your_business_style2 {
    background: #F9F6F6;
    padding-top: 200px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .build_your_business_style2 {
        padding-top: 50px
    }

    .build_your_business_style2 .pb-none {
        padding-bottom: 0px
    }
}

@media (max-width: 767px) {
    .build_your_business_style2 {
        padding-top: 50px
    }
}

.build_your_business_style2 .section-title {
    margin-bottom: 0px
}

.build_your_business_style2 .build-item h5 {
    font-size: 70px;
    font-weight: 700;
    color: #252948
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .build_your_business_style2 .build-item h5 {
        font-size: 60px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .build_your_business_style2 .build-item h5 {
        font-size: 60px
    }
}

@media (max-width: 767px) {
    .build_your_business_style2 .build-item h5 {
        font-size: 50px
    }
}

.custom_services_business {
    background: #fff
}

@media (max-width: 767px) {
    .custom_services_business .pt-100 {
        padding-top: 50px
    }
}

.custom_services_business .single_business {
    padding: 115px 48px 50px 48px;
    border-radius: 10px;
    box-shadow: 0 0 50px 0 rgba(158, 158, 158, 0.16);
    position: relative;
    width: 100%
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .custom_services_business .single_business {
        padding: 115px 30px 30px 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom_services_business .single_business {
        padding: 115px 30px 30px 30px;
        margin-bottom: 80px
    }
}

@media (max-width: 767px) {
    .custom_services_business .single_business {
        padding: 115px 30px 30px 30px;
        margin-bottom: 80px
    }
}

.custom_services_business .single_business .business_icon {
    position: absolute;
    left: 50px;
    top: -60px
}

.custom_services_business .single_business .business_single_info h5 {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 25px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .custom_services_business .single_business .business_single_info h5 {
        font-size: 22px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom_services_business .single_business .business_single_info h5 {
        font-size: 22px
    }
}

@media (max-width: 767px) {
    .custom_services_business .single_business .business_single_info h5 {
        font-size: 22px
    }
}

.custom_services_business .single_business .read_more {
    padding-top: 40px
}

.custom_services_business .single_business .read_more a {
    position: relative
}

.custom_services_business .single_business .read_more a:hover {
    color: #282B30
}

.custom_services_business .single_business .read_more a i {
    position: absolute;
    top: 3px;
    right: -35px
}

.custom_services_business .single_business::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 4px;
    width: 0%;
    background: #2D4B67;
    background: #282B30;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 123;
    border-radius: 10px
}

.custom_services_business .single_business:hover::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    background: #2D4B67;
    background: #282B30;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border-radius: 10px;
    z-index: 123
}

.customer_services_area {
    background: #fff url(../images/normal/service_bg.jpg) no-repeat center top;
    background-size: 100%
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .customer_services_area {
        background-size: 100% 100%
    }
}

@media (max-width: 767px) {
    .customer_services_area {
        background-size: 100% 100%
    }
}

.customer_services_area .section-title h3.title {
    font-size: 45px;
    color: #fff
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .customer_services_area .section-title h3.title {
        font-size: 35px;
        padding-bottom: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .customer_services_area .section-title h3.title {
        font-size: 35px;
        padding-bottom: 20px
    }
}

@media (max-width: 767px) {
    .customer_services_area .section-title h3.title {
        font-size: 30px;
        padding-bottom: 20px
    }
}

.customer_services_area .section-title p {
    color: #fff
}

.customer_services_area .single-customer {
    padding: 50px 45px 100px;
    border-radius: 10px;
    box-shadow: 0 0 50px 0 rgba(158, 158, 158, 0.16);
    position: relative;
    margin: 0 0 60px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .customer_services_area .single-customer {
        padding: 30px 15px 80px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .customer_services_area .single-customer {
        padding: 30px 20px 80px
    }
}

@media (max-width: 767px) {
    .customer_services_area .single-customer {
        padding: 30px 20px 80px
    }
}

.customer_services_area .single-customer h5 {
    font-size: 30px;
    padding: 40px 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .customer_services_area .single-customer h5 {
        font-size: 25px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .customer_services_area .single-customer h5 {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .customer_services_area .single-customer h5 {
        font-size: 20px
    }
}

.customer_services_area .single-customer .customer-single-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -26px
}

.customer_services_area .single-customer .customer-single-btn .main-btn {
    margin: 0px auto
}

.customer_services_area .single-customer:hover {
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.customer_services_area .single-customer:hover .main-btn {
    color: #020306
}

.customer_services_area .single-customer:hover .main-btn span {
    width: 225%;
    height: 562.5px;
    color: #020306;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.customer_services_area .single-customer:hover .main-btn {
    background-color: #2D4B67;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.customer_services_area .single-customer:hover .mouse-hover {
    overflow: hidden;
    position: relative;
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
    z-index: 1
}

.customer_services_area .customer-info1 {
    margin-top: 130px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .customer_services_area .customer-info1 {
        margin-top: 0px
    }
}

@media (max-width: 767px) {
    .customer_services_area .customer-info1 {
        margin-top: 0px
    }
}

.customer_services_area .customer-info2 {
    margin-top: 180px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .customer_services_area .customer-info2 {
        margin-top: 0px
    }
}

@media (max-width: 767px) {
    .customer_services_area .customer-info2 {
        margin-top: 0px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .our_consultant_area {
        padding-top: 60px
    }
}

@media (max-width: 767px) {
    .our_consultant_area {
        padding-top: 40px
    }
}

.our_consultant_area .single-consultant {
    padding: 30px;
    border-radius: 5px;
    background-color: #F4F7F8;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .our_consultant_area .single-consultant {
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .our_consultant_area .single-consultant {
        margin-bottom: 30px
    }
}

.our_consultant_area .single-consultant .consultant-thumb img {
    width: 100%;
    border-radius: 5px
}

.our_consultant_area .single-consultant .consultant-content {
    padding: 50px 0px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .our_consultant_area .single-consultant .consultant-content {
        padding: 40px 0px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .our_consultant_area .single-consultant .consultant-content {
        padding: 30px 0px
    }
}

@media (max-width: 767px) {
    .our_consultant_area .single-consultant .consultant-content {
        padding: 20px 0px
    }
}

.our_consultant_area .single-consultant .consultant-content h5 {
    font-size: 30px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .our_consultant_area .single-consultant .consultant-content h5 {
        font-size: 25px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .our_consultant_area .single-consultant .consultant-content h5 {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .our_consultant_area .single-consultant .consultant-content h5 {
        font-size: 20px
    }
}

.our_consultant_area .single-consultant .consultant-content span {
    font-size: 17px;
    text-transform: uppercase;
    font-family: "Proxima Nova Regular", sans-serif;
    padding-top: 15px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.our_consultant_area .single-consultant .consultant-single-btn .main-btn {
    margin: 0px auto
}

.our_consultant_area .single-consultant:hover {
    box-shadow: 0 0 50px 0 #ffe5de;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    background-color: #2D4B67
}

.our_consultant_area .single-consultant:hover .consultant-content h5 {
    color: #fff
}

.our_consultant_area .single-consultant:hover .consultant-content span {
    color: #fff
}

.our_consultant_area .single-consultant:hover .main-btn {
    color: #020306
}

.our_consultant_area .single-consultant:hover .main-btn span {
    width: 225%;
    height: 562.5px;
    color: #020306;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.our_consultant_area .single-consultant:hover .main-btn {
    background-color: #2D4B67;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.our_consultant_area .single-consultant:hover .mouse-hover {
    overflow: hidden;
    position: relative;
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
    z-index: 1
}

.recent_case_area .single-case-studies {
    overflow: hidden;
    position: relative;
    clear: both
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .recent_case_area .single-case-studies {
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .recent_case_area .single-case-studies {
        margin-bottom: 30px
    }
}

.recent_case_area .single-case-studies figure {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin: 0 0 0;
    height: auto;
    background: #2D4B67;
    text-align: center;
    cursor: pointer
}

.recent_case_area .single-case-studies figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%
}

.recent_case_area .single-case-studies figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.recent_case_area .single-case-studies figure figcaption::before,
.recent_case_area .single-case-studies figure figcaption::after {
    pointer-events: none
}

.recent_case_area .single-case-studies figure figcaption,
.recent_case_area .single-case-studies figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.recent_case_area .single-case-studies figure h5 {
    word-spacing: -0.15em;
    font-weight: 300
}

.recent_case_area .single-case-studies figure h5 {
    font-size: 30px;
    font-weight: 600;
    color: #fff
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .recent_case_area .single-case-studies figure h5 {
        margin-top: 25px
    }
}

@media (max-width: 767px) {
    .recent_case_area .single-case-studies figure h5 {
        margin-top: 25px
    }
}

.recent_case_area .single-case-studies figure h5,
.recent_case_area .single-case-studies figure span {
    margin: 0
}

.recent_case_area .single-case-studies figure span {
    letter-spacing: 1px;
    font-size: 17px;
    font-family: "Proxima Nova Regular", sans-serif;
    text-transform: uppercase
}

.recent_case_area .single-case-studies figure {
    background: #2D4B67
}

.recent_case_area .single-case-studies figure img,
.recent_case_area .single-case-studies figure .hover-info {
    -webkit-transition: opacity 0.60s, -webkit-transform 0.60s;
    transition: opacity 0.60s, transform 0.60s
}

.recent_case_area .single-case-studies figure:hover img {
    opacity: 0.3;
    -webkit-transform: scale3d(2, 2, 1);
    transform: scale3d(2, 2, 1)
}

.recent_case_area .single-case-studies figure .hover-icon {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: scale3d(8.8, 0.8, 0);
    transform: scale3d(8.8, 0.8, 0);
    -webkit-transform-origin: 500%;
    transform-origin: 500%
}

.recent_case_area .single-case-studies figure .hover-info {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 20px;
    padding: 30px;
    border: 2px solid #fff;
    text-transform: none;
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
    width: 90%
}

.recent_case_area .single-case-studies figure:hover .hover-icon,
.recent_case_area .single-case-studies figure:hover .hover-info {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.counter-area {
    position: relative
}

.counter-area::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    height: 600px;
    width: 100%;
    background: #D1EEFE url(../images/normal/counter.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%)
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .counter-area::before {
        height: 100%;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@media (max-width: 767px) {
    .counter-area::before {
        height: 100%;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%)
    }
}

.counter-area .counter-item {
    display: flex;
    align-items: center;
    padding: 30px 30px 30px 30px;
    border-radius: 5px;
    background-color: #e1e1e1
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .counter-area .counter-item {
        padding: 20px 20px 20px 0px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .counter-area .counter-item {
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .counter-area .counter-item {
        margin-bottom: 30px
    }
}

.counter-area .counter-item .counter-icon i {
    font-size: 45px;
    margin-top: 18px;
    color: #020306
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .counter-area .counter-item .counter-icon i {
        font-size: 25px
    }
}

.counter-area .counter-item .counter_count h5 {
    font-size: 40px;
    font-weight: 700;
    color: #020306
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .counter-area .counter-item .counter_count h5 {
        font-size: 25px
    }
}

.counter-area .counter-item .counter_count span {
    padding-top: 5px
}

.contact-info .contact-icon i {
    font-size: 42px;
    border-radius: 50%;
    color: #282B30;
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 1px solid #282B30
}

.contact-info .contact-box {
    background: #F9F6F6;
    padding-top: 30px
}

.contact-info .contact-box .contact-content2 {
    margin-top: 25px;
    padding-bottom: 30px;
    transition: .3s;
    padding-left: 30px;
    padding-right: 30px
}

.contact-info .contact-box .contact-content2 p {
    margin-bottom: 0
}

.contact-info .contact-content2 h5 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600
}

.contact-area {
    background-color: #F9F6F6
}

.contact-bg02 {
    padding: 30px;
    border-color: #eff5ff;
    background-color: #f9fbfe;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05)
}

.contact-bg02 .section-title {
    background: #282B30;
    margin: -30px -30px 0;
    text-align: center;
    padding: 10px
}

.contact-bg02 .section-title h2 {
    color: #fff;
    font-size: 36px
}

.contact-area {
    background-repeat: no-repeat;
    background-position: center center
}

.contact-area .map {
    position: absolute;
    right: 0;
    top: 0
}

.contact-wrapper textarea {
    border: 0;
    color: #000;
    font-size: 15px;
    height: 200px;
    width: 100%;
    text-transform: capitalize;
    transition: .3s;
    background: #f4f4fe;
    padding: 30px 40px
}

.contact-wrapper textarea::-moz-placeholder {
    color: #b3bdcd;
    font-size: 14px
}

.contact-wrapper textarea::placeholder {
    color: #8990b0;
    font-size: 14px
}

.c-icon i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    color: #8990b0;
    font-size: 14px
}

.contact-message.c-icon i {
    top: 30px;
    transform: unset
}

.contact-wrapper input {
    border: 0;
    color: #000;
    font-size: 15px;
    height: 80px;
    text-transform: capitalize;
    width: 100%;
    padding: 0 40px;
    transition: .3s;
    background: #f4f4fe
}

.contact-wrapper input::-moz-placeholder {
    color: #8990b0;
    font-size: 14px
}

.contact-wrapper input::placeholder {
    color: #8990b0;
    font-size: 14px
}

.contact-name {
    position: relative
}

.contact-field label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #181E23;
    margin-bottom: 20px;
    cursor: unset
}

.contact-field {
    padding-right: 0
}

.contact-field input {
    width: 100%;
    border: none;
    background-color: #fff;
    padding: 15px 15px;
    transition: .3s;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.contact-field input::placeholder {
    color: #9e9e9e
}

.contact-field textarea {
    width: 100%;
    padding: 15px;
    transition: .3s;
    background-color: #fff;
    height: 100px;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.contact-bg {
    background-size: cover;
    background-position: center;
    z-index: 1
}

.contact-img {
    position: absolute;
    bottom: 0;
    right: 170px;
    z-index: -1
}

.contact-field select {
    width: 100%;
    border: none;
    background-color: #fff;
    padding: 15px 15px;
    transition: .3s;
    border: 1px solid #d4dfff
}

.single-post-details .comment-form input:focus {
    border: 1px solid #282B30;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.contact-field textarea:focus,
.contact-field input:focus,
.contact-field select:focus {
    border: 1px solid #282B30;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.request_call_back_area {
    background-color: #fff
}

.request_call_back_area p.form-message.success,
.request_call_back_area p.form-message.error {
    font-size: 16px;
    color: #333;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.request_call_back_area p.form-message.success.form-message.error,
.request_call_back_area p.form-message.error.form-message.error {
    color: #2D4B67
}

.request_call_back_area .question_accordion .accordion .accordion-item {
    margin-bottom: 20px
}

.request_call_back_area .question_accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #2D4B67
}

.request_call_back_area .question_accordion .accordion .accordion-item .accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0
}

.request_call_back_area .request_callback .form_row {
    background-color: #2D4B67;
    padding: 20px
}

.request_call_back_area .request_callback .form_row .single_title h5 {
    color: #020306;
    font-size: 30px;
    font-weight: 500;
    color: #fff
}

.request_call_back_area .request_callback .request_row {
    background-color: #F4F7F8;
    padding: 30px 20px
}

.request_call_back_area .request_callback .single_form textarea,
.request_call_back_area .request_callback .single_form input {
    width: 100%;
    height: 55px;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 0 25px;
    color: #020306;
    font-size: 16px;
    background: #fff;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.request_call_back_area .request_callback .single_form textarea {
    height: 180px;
    padding-top: 15px;
    resize: none;
    border-radius: 5px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.request_call_back_area .request_callback .single_form input:focus,
.request_call_back_area .request_callback .single_form textarea:focus {
    border: 1px solid #2D4B67;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.blog-post-area {
    background: #F6F9F9
}

.blog-post-area .blog-card {
    background: #fff;
    padding: 0 0 30px;
    border-radius: 5px;
    box-shadow: 0 0 50px 0 #dddddd;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.blog-post-area .blog-card .post-meta {
    padding: 30px
}

.blog-post-area .blog-card .post-meta ul.list-unstyled {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.blog-post-area .blog-card .post-meta ul.list-unstyled li {
    display: inline-block;
    margin-left: 35px
}

.blog-post-area .blog-card .post-meta ul.list-unstyled li a {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    position: relative
}

.blog-post-area .blog-card .post-meta ul.list-unstyled li a i {
    color: #2D4B67;
    position: absolute;
    top: 2px;
    left: -35px
}

.blog-post-area .blog-card .post-meta ul.list-unstyled li a i.ml-0 {
    margin-left: 0px !important
}

.blog-post-area .blog-card .post-meta ul.list-unstyled li a:hover {
    color: #2D4B67;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.blog-post-area .blog-card .blog-image {
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 4px
}

.blog-post-area .blog-card .blog-image img {
    width: 100%;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-bottom: 4px solid #2D4B67
}

.blog-post-area .blog-card .blog-image .post-date {
    position: absolute;
    left: 10%;
    top: 10%;
    background: #2D4B67;
    width: 82px;
    text-align: center;
    border-radius: 200px;
    padding: 12px;
    height: 82px;
    color: #fff;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    font-size: 20px;
    z-index: 12
}

.blog-post-area .blog-card .blog-image::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    z-index: 9
}

.blog-post-area .blog-card .blog-content {
    padding: 20px 30px;
    padding-bottom: 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-post-area .blog-card .blog-content {
        padding: 15px 15px
    }
}

.blog-post-area .blog-card .blog-content h5.blog-title {
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    color: #020306;
    padding-bottom: 20px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-post-area .blog-card .blog-content h5.blog-title {
        font-size: 20px
    }
}

.blog-post-area .blog-card .blog-content h5.blog-title a {
    color: #020306
}

@media (max-width: 767px) {
    .blog-post-area .blog-card .blog-content h5.blog-title {
        font-size: 20px
    }
}

.blog-post-area .blog-card .blog-content p {
    padding-bottom: 30px
}

.blog-post-area .blog-card .blog-content .main-btn {
    width: 180px
}

.blog-post-area .blog-card:hover {
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.blog-post-area .blog-card:hover .blog-image img {
    -webkit-transform: scale(1.2) rotate(-7deg);
    -moz-transform: scale(1.2) rotate(-7deg);
    -ms-transform: scale(1.2) rotate(-7deg);
    -o-transform: scale(1.2) rotate(-7deg);
    transform: scale(1.2) rotate(-7deg);
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.blog-post-area .blog-card:hover .blog-image::before {
    opacity: 1
}

.blog-post-area .blog-card:hover .main-btn {
    color: #020306
}

.blog-post-area .blog-card:hover .main-btn span {
    width: 225%;
    height: 562.5px;
    color: #020306;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.blog-post-area .blog-card:hover .main-btn {
    background-color: #2D4B67;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.blog-post-area .blog-card:hover .mouse-hover {
    overflow: hidden;
    position: relative;
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
    z-index: 1
}

.blog_style2 {
    background: #F9F6F6
}

.blog_style2 .blog-card {
    background: #fff;
    padding: 0 0 30px;
    border-radius: 5px;
    box-shadow: 0 0 50px 0 #dddddd;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.blog_style2 .blog-card .post-meta {
    padding: 30px
}

.blog_style2 .blog-card .post-meta ul.list-unstyled {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.blog_style2 .blog-card .post-meta ul.list-unstyled li {
    display: inline-block;
    margin-left: 35px
}

.blog_style2 .blog-card .post-meta ul.list-unstyled li a {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    position: relative
}

.blog_style2 .blog-card .post-meta ul.list-unstyled li a:hover {
    color: #282B30;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.blog_style2 .blog-card .post-meta ul.list-unstyled li a i {
    color: #282B30;
    position: absolute;
    top: 2px;
    left: -35px
}

.blog_style2 .blog-card .post-meta ul.list-unstyled li a i.ml-0 {
    margin-left: 0px !important
}

.blog_style2 .blog-card .blog-image {
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 4px
}

.blog_style2 .blog-card .blog-image img {
    width: 100%;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-bottom: 4px solid #282B30
}

.blog_style2 .blog-card .blog-image .post-date {
    position: absolute;
    left: 10%;
    top: 10%;
    background: #282B30;
    width: 82px;
    text-align: center;
    border-radius: 200px;
    padding: 12px;
    height: 82px;
    color: #fff;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    font-size: 20px;
    z-index: 12
}

.blog_style2 .blog-card .blog-image::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    z-index: 9
}

.blog_style2 .blog-card .blog-content {
    padding: 20px 30px;
    padding-bottom: 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog_style2 .blog-card .blog-content {
        padding: 15px 15px
    }
}

.blog_style2 .blog-card .blog-content h5.blog-title {
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    color: #020306;
    padding-bottom: 20px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog_style2 .blog-card .blog-content h5.blog-title {
        font-size: 20px
    }
}

.blog_style2 .blog-card .blog-content h5.blog-title a {
    color: #020306
}

@media (max-width: 767px) {
    .blog_style2 .blog-card .blog-content h5.blog-title {
        font-size: 20px
    }
}

.blog_style2 .blog-card .blog-content p {
    padding-bottom: 30px
}

.blog_style2 .blog-card .blog-content .main-btn {
    width: 180px
}

.blog_style2 .blog-card:hover {
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.blog_style2 .blog-card:hover .blog-image img {
    -webkit-transform: scale(1.2) rotate(-7deg);
    -moz-transform: scale(1.2) rotate(-7deg);
    -ms-transform: scale(1.2) rotate(-7deg);
    -o-transform: scale(1.2) rotate(-7deg);
    transform: scale(1.2) rotate(-7deg);
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.blog_style2 .blog-card:hover .blog-image::before {
    opacity: 1
}

.blog_style2 .blog-card:hover .main-btn-blue {
    color: #020306
}

.blog_style2 .blog-card:hover .main-btn-blue span {
    width: 225%;
    height: 562.5px;
    color: #020306;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.blog_style2 .blog-card:hover .main-btn-blue {
    background-color: #282B30;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.blog_style2 .blog-card:hover .mouse-hover {
    overflow: hidden;
    position: relative;
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
    z-index: 1
}

.blog_pagination nav ul.pagination li.page-item.active a.page-link {
    background: #282B30;
    border-color: #282B30;
    color: #fff
}

.blog_pagination nav ul.pagination li.page-item {
    border-color: #020306
}

.blog_pagination nav ul.pagination li.page-item a.page-link {
    border-color: #020306;
    color: #020306;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 36px;
    font-weight: 600;
    font-size: 18px;
    margin: 0px 5px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.blog_pagination nav ul.pagination li.page-item a.page-link i {
    margin-top: 3px;
    position: relative
}

.blog_pagination nav ul.pagination li.page-item a.page-link i.left-icon {
    transform: rotate(179deg);
    margin-top: 0px;
    position: absolute;
    left: 0;
    right: 0;
    top: 3px
}

.blog_pagination nav ul.pagination li.page-item a.page-link:hover {
    color: #fff;
    background: #020306;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    border-color: #020306
}

.col-sponsor {
    flex: 0 0 auto;
    width: 20%
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .col-sponsor {
        flex: 0 0 auto;
        width: 20%
    }
}

@media (max-width: 767px) {
    .col-sponsor {
        flex: 0 0 auto;
        width: 50%;
        margin: 10px 0px
    }
}

.footer-area {
    background: #282B30;
    color: #A9AAAC;
    font-size: 16px;
}

.footer-area .footer-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.footer-area .footer-widget {
    padding: 80px 0;
}

.footer-area .footer-logo img {
    max-width: 100%;
    height: auto;
}

.footer-area .footer-text p {
    color: #A9AAAC;
    line-height: 1.8;
}

.footer-area .certification-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.footer-area .certification-logo {
    max-width: 65px;
    height: auto;
    transition: transform 0.3s ease;
}

.footer-area .certification-logo:hover {
    transform: scale(1.1);
}

.footer-area .footer-link ul {
    list-style: none;
    padding: 0;
}

.footer-area .footer-link ul li {
    margin-bottom: 10px;
}

.footer-area .footer-link ul li a {
    color: #A9AAAC;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.footer-area .footer-link ul li a:hover {
    color: #12A79D;
    padding-left: 10px;
}

.footer-area .footer-link ul li a i {
    margin-right: 10px;
}

.footer-area .footer-copyright {
    background-color: #2D4B67;
    padding: 20px 0;
}

.footer-area .copyright .text {
    color: #fff;
    font-size: 14px;
}

.footer-area .copyright .text a {
    color: #12A79D;
    text-decoration: none;
}

.footer-area .social-icons ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

.footer-area .social-icons ul li {
    margin: 0 10px;
}

.footer-area .social-icons ul li a {
    color: #fff;
    font-size: 20px;
    transition: all 0.3s ease;
}

.footer-area .social-icons ul li a:hover {
    color: #12A79D;
}

@media (max-width: 767px) {
    .footer-area .footer-widget {
        padding: 50px 0;
    }

    .footer-area .footer-title {
        font-size: 20px;
    }

    .footer-area .certification-logos {
        flex-direction: column;
        gap: 15px;
    }

    .footer-area .certification-logo {
        max-width: 70px;
    }
}

.back-to-top {
    font-size: 15px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #2D4B67;
    text-align: center;
    z-index: 99;
    border-radius: 2px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    display: none
}

.back-to-top:hover {
    color: #fff;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    background-color: #2D4B67;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.back-blue {
    font-size: 15px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #282B30;
    text-align: center;
    z-index: 99;
    border-radius: 2px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    display: none
}

.back-blue:hover {
    color: #fff;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    background-color: #282B30;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.project_count_area {
    position: relative;
    z-index: 12
}

.project_count_area .project_row {
    padding: 30px 30px 30px;
    box-shadow: 0 30px 50px 0 rgba(255, 255, 255, 0.16);
    background-color: #fff;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    left: 0;
    width: 67.5%;
    margin: 0px auto
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .project_count_area .project_row {
        width: 86%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project_count_area .project_row {
        -webkit-transform: translateY(-10%);
        -moz-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
        transform: translateY(-10%);
        box-shadow: 0 5px 50px 0 rgba(60, 59, 59, 0.16);
        position: static;
        width: 80%
    }
}

@media (max-width: 767px) {
    .project_count_area .project_row {
        -webkit-transform: translateY(-10%);
        -moz-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
        transform: translateY(-10%);
        position: static;
        width: 80%;
        box-shadow: 0 5px 50px 0 rgba(60, 59, 59, 0.16)
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project_count_area .project_row .single_project {
        padding: 25px 10px
    }
}

@media (max-width: 767px) {
    .project_count_area .project_row .single_project {
        padding: 25px 10px
    }
}

.project_count_area .project_row .single_project span.icon {
    padding: 10px 12px;
    border-radius: 3px;
    background-color: #282B30;
    width: 70px;
    height: 70px
}

.project_count_area .project_row .single_project span.icon i {
    font-size: 35px;
    color: #fff;
    margin-top: 5px
}

.project_count_area .project_row .single_project h5.title {
    font-size: 40px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.52;
    text-align: center;
    color: #252948
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .project_count_area .project_row .single_project h5.title {
        font-size: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project_count_area .project_row .single_project h5.title {
        margin: 20px 0px 10px;
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .project_count_area .project_row .single_project h5.title {
        margin: 20px 0px 10px;
        font-size: 18px
    }
}

.project_count_area .project_row .line {
    position: relative
}

.project_count_area .project_row .line::before {
    position: absolute;
    right: -22px;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #DDDDDF
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project_count_area .project_row .line::before {
        position: absolute;
        bottom: 0;
        content: "";
        width: 100%;
        height: 1px;
        background-color: #DDDDDF;
        right: 0;
        left: 0
    }
}

@media (max-width: 767px) {
    .project_count_area .project_row .line::before {
        position: absolute;
        bottom: 0;
        content: "";
        width: 100%;
        height: 1px;
        background-color: #DDDDDF;
        right: 0;
        left: 0
    }
}

.build_business {
    position: relative
}

.build_business .section-title {
    margin-bottom: 0px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .build_business .section-title {
        margin-top: 30px
    }
}

@media (max-width: 767px) {
    .build_business .section-title {
        margin-top: 30px
    }
}

.build_business .business_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 46%;
    height: 100%
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .build_business .business_image {
        position: relative;
        width: 720px;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 767px) {
    .build_business .business_image {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .build_business .business_image {
        width: 540px
    }
}

.build_business .build_info p {
    padding-bottom: 30px
}

.build_business .build_info .build_list {
    padding-left: 20px
}

.build_business .build_info .build_list h5 {
    font-size: 17px;
    font-family: "Proxima Nova Regular", sans-serif;
    font-weight: 400;
    color: #020306;
    padding-bottom: 20px;
    position: relative
}

.build_business .build_info .build_list h5 i {
    position: absolute;
    top: 2px;
    left: -30px;
    color: #2D4B67
}

.build_business .build_info .build_list p {
    padding-bottom: 20px
}

.build_your_business_style2 {
    background: #F9F6F6;
    padding-top: 200px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .build_your_business_style2 {
        padding-top: 50px
    }

    .build_your_business_style2 .pb-none {
        padding-bottom: 0px
    }
}

@media (max-width: 767px) {
    .build_your_business_style2 {
        padding-top: 50px
    }
}

.build_your_business_style2 .section-title {
    margin-bottom: 0px
}

.build_your_business_style2 .build-item h5 {
    font-size: 70px;
    font-weight: 700;
    color: #252948
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .build_your_business_style2 .build-item h5 {
        font-size: 60px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .build_your_business_style2 .build-item h5 {
        font-size: 60px
    }
}

@media (max-width: 767px) {
    .build_your_business_style2 .build-item h5 {
        font-size: 50px
    }
}

.custom_services_business {
    background: #fff
}

@media (max-width: 767px) {
    .custom_services_business .pt-100 {
        padding-top: 50px
    }
}

.custom_services_business .single_business {
    padding: 115px 48px 50px 48px;
    border-radius: 10px;
    box-shadow: 0 0 50px 0 rgba(158, 158, 158, 0.16);
    position: relative;
    width: 100%
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .custom_services_business .single_business {
        padding: 115px 30px 30px 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom_services_business .single_business {
        padding: 115px 30px 30px 30px;
        margin-bottom: 80px
    }
}

@media (max-width: 767px) {
    .custom_services_business .single_business {
        padding: 115px 30px 30px 30px;
        margin-bottom: 80px
    }
}

.custom_services_business .single_business .business_icon {
    position: absolute;
    left: 50px;
    top: -60px
}

.custom_services_business .single_business .business_single_info h5 {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 25px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .custom_services_business .single_business .business_single_info h5 {
        font-size: 22px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom_services_business .single_business .business_single_info h5 {
        font-size: 22px
    }
}

@media (max-width: 767px) {
    .custom_services_business .single_business .business_single_info h5 {
        font-size: 22px
    }
}

.custom_services_business .single_business .read_more {
    padding-top: 40px
}

.custom_services_business .single_business .read_more a {
    position: relative
}

.custom_services_business .single_business .read_more a:hover {
    color: #282B30
}

.custom_services_business .single_business .read_more a i {
    position: absolute;
    top: 3px;
    right: -35px
}

.custom_services_business .single_business::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 4px;
    width: 0%;
    background: #0096d6;
    background: #282B30;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 123;
    border-radius: 10px
}

.custom_services_business .single_business:hover::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    background: #0096d6;
    background: #282B30;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border-radius: 10px;
    z-index: 123
}

.video_section_area {
    background: url("../images/normal/video_bg.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 850px;
    position: relative
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .video_section_area {
        height: 650px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video_section_area {
        height: auto;
        margin-top: 0px
    }
}

@media (max-width: 767px) {
    .video_section_area {
        height: auto;
        margin-top: 0px
    }
}

.video_section_area::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #282B30;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6
}

.video_section_area .mission_row {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video_section_area .mission_row {
        -webkit-transform: translateY(-10%);
        -moz-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
        transform: translateY(-10%)
    }
}

@media (max-width: 767px) {
    .video_section_area .mission_row {
        -webkit-transform: translateY(-10%);
        -moz-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
        transform: translateY(-10%)
    }
}

.video_section_area .mission_row .vission-item {
    position: relative;
    z-index: 12;
    display: flex;
    padding: 60px 60px 60px 40px;
    border-radius: 5px;
    box-shadow: 0 -17px 50px 0 rgba(151, 151, 151, 0.16);
    background-color: #fff
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .video_section_area .mission_row .vission-item {
        padding: 20px 20px 20px 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video_section_area .mission_row .vission-item {
        margin-bottom: 30px;
        display: inherit
    }
}

@media (max-width: 767px) {
    .video_section_area .mission_row .vission-item {
        margin-bottom: 30px;
        display: inherit
    }
}

.video_section_area .mission_row .vission-item .vission-icon {
    padding-left: 0px !important
}

.video_section_area .mission_row .vission-item .vission-icon i {
    font-size: 60px;
    color: #252948
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .video_section_area .mission_row .vission-item .vission-icon i {
        font-size: 40px
    }
}

.video_section_area .mission_row .vission-item .vission_info h5 {
    font-size: 30px;
    font-weight: 600;
    color: #252948;
    padding-bottom: 30px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .video_section_area .mission_row .vission-item .vission_info h5 {
        font-size: 25px
    }
}

.video_section_area .mission_row .color2 {
    background: #282B30
}

.video_section_area .mission_row .color2 .vission-icon {
    padding-left: 0px !important
}

.video_section_area .mission_row .color2 .vission-icon i {
    font-size: 60px;
    color: #fff
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .video_section_area .mission_row .color2 .vission-icon i {
        font-size: 40px
    }
}

.video_section_area .mission_row .color2 .vission_info h5 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 30px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .video_section_area .mission_row .color2 .vission_info h5 {
        font-size: 25px
    }
}

.video_section_area .mission_row .color2 .vission_info p {
    color: #fff
}

.video_section_area .video_item {
    position: relative;
    z-index: 12
}

.video_section_area .video_item .main_video_icon {
    position: relative;
    position: relative;
    width: 122px;
    margin: 0px auto
}

.video_section_area .video_item .main_video_icon .video__icon .circle--outer {
    border: 2px solid #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 5px 2px 2px 10px;
    position: relative;
    -webkit-animation: circle 2s ease-in-out infinite;
    animation: circle 2s ease-in-out infinite
}

.video_section_area .video_item .main_video_icon .video__icon .circle--inner {
    background: #fff;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    left: 15px;
    top: 5px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute
}

.video_section_area .video_item .main_video_icon .video__icon .circle--inner :hover i {
    color: #C5CCFF;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.video_section_area .video_item .main_video_icon .video__icon .circle--inner a {
    position: relative;
    z-index: 13;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.video_section_area .video_item .main_video_icon .video__icon .circle--inner a i {
    color: #2455E6;
    font-size: 50px;
    position: absolute;
    top: -3px;
    right: -30px
}

.video_section_area .video_item .main_video_icon .video__icon .circle--inner:after {
    content: '';
    display: block;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    top: -10px;
    left: -10px;
    position: absolute;
    -webkit-animation: circle 2s ease-in-out .2s infinite;
    animation: circle 2s ease-in-out .2s infinite
}

.video_section_area .video_item .main_video_icon .video__icon p {
    color: #000;
    text-align: center
}

@-webkit-keyframes circle {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes circle {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

.video_section_area .video_item .video_title {
    padding-top: 160px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .video_section_area .video_item .video_title {
        padding-top: 100px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video_section_area .video_item .video_title {
        padding-top: 80px
    }
}

@media (max-width: 767px) {
    .video_section_area .video_item .video_title {
        padding-top: 80px
    }
}

.video_section_area .video_item .video_title h5 {
    font-weight: 600;
    color: #fff;
    font-size: 50px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .video_section_area .video_item .video_title h5 {
        font-size: 40px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video_section_area .video_item .video_title h5 {
        font-size: 30px
    }
}

@media (max-width: 767px) {
    .video_section_area .video_item .video_title h5 {
        font-size: 25px
    }
}

.our_professional_team .single_team_member {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .our_professional_team .single_team_member {
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .our_professional_team .single_team_member {
        margin-bottom: 20px
    }
}

.our_professional_team .single_team_member .team_social_icons {
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    position: absolute;
    left: 0;
    z-index: 1;
    width: 80px;
    padding: 25px 20px 19px;
    background-color: #25294899;
    border-radius: 5px
}

.our_professional_team .single_team_member .team_social_icons ul li {
    margin: 5px 0px;
    padding: 8px;
    background-color: #282B30;
    border-radius: 3px
}

.our_professional_team .single_team_member .team_social_icons ul li a {
    position: relative;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.our_professional_team .single_team_member .team_social_icons ul li a:hover {
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    background-color: #282B30
}

.our_professional_team .single_team_member .team_social_icons ul li a i {
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: -15px;
    left: 3px;
    right: 0px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.our_professional_team .single_team_member .team_social_icons ul li a i:hover {
    color: #ddd;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.our_professional_team .single_team_member .team_avatar {
    border-radius: 5px
}

.our_professional_team .single_team_member .team_avatar img {
    width: 100%
}

.our_professional_team .single_team_member .team_overlay {
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    flex-direction: column;
    background-color: #282B30;
    border-radius: 5px;
    transition: bottom 0.5s;
    transition-delay: 0.65s
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .our_professional_team .single_team_member .team_overlay {
        bottom: -100%
    }
}

@media (max-width: 767px) {
    .our_professional_team .single_team_member .team_overlay {
        bottom: -100%
    }
}

.our_professional_team .single_team_member .overlay_content {
    border: 8px solid #fff;
    margin: 10px;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    padding: 50px;
    border-radius: 3px;
    height: 100%;
    padding-top: 45%
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .our_professional_team .single_team_member .overlay_content {
        padding: 30px 20px;
        padding-top: 35%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .our_professional_team .single_team_member .overlay_content {
        padding: 25px 40px;
        padding-top: 35%
    }
}

@media (max-width: 767px) {
    .our_professional_team .single_team_member .overlay_content {
        padding: 10px 30px;
        border: 0px solid #fff;
        margin: 0px;
        padding-top: 35%
    }
}

.our_professional_team .single_team_member .team_overlay .contentBx {
    margin-bottom: 20px;
    display: block
}

.our_professional_team .single_team_member .team_overlay .contentBx h5 {
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase !important;
    line-height: 40px;
    transition: 0.5s;
    transition-delay: 0.6s;
    opacity: 0;
    transform: translateY(-20px)
}

.our_professional_team .single_team_member:hover .team_overlay .contentBx h5 {
    opacity: 1;
    transform: translateY(0)
}

.our_professional_team .single_team_member .team_overlay .contentBx span {
    line-height: 1.1em;
    transition: 0.5s;
    transition-delay: 0.6s;
    opacity: 0;
    transform: translateY(-25px)
}

.our_professional_team .single_team_member:hover .team_overlay .contentBx span {
    opacity: 1;
    transform: translateY(0)
}

.our_professional_team .single_team_member .team_overlay .contentBx span {
    margin-bottom: 20px;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    display: block
}

.our_professional_team .single_team_member .team_overlay .contentBx h5 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    text-transform: initial;
    color: #fff
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .our_professional_team .single_team_member .team_overlay .contentBx h5 {
        font-size: 22px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .our_professional_team .single_team_member .team_overlay .contentBx h5 {
        font-size: 22px
    }
}

.our_professional_team .single_team_member .team_overlay .sci {
    position: relative;
    bottom: 0px;
    top: 10px
}

.our_professional_team .single_team_member .team_overlay .sci li {
    list-style: none;
    margin: 0 10px;
    transform: translateY(40px);
    transition: 0.5s;
    opacity: 0;
    transition-delay: calc(0.2s * var(--i));
    display: inline-block
}

.our_professional_team .single_team_member:hover .team_overlay {
    bottom: 0;
    transition-delay: 0s
}

.our_professional_team .single_team_member:hover .team_overlay .sci li {
    transform: translateY(0);
    opacity: 1
}

.our_professional_team .single_team_member .team_overlay .sci li a {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.our_professional_team .single_team_member .team_overlay .sci li a:hover {
    color: #ddd;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.our_professional_team .single_team_member .team_overlay .sci li a {
    color: #fff;
    font-size: 24px
}

.our_professional_team .single_team_member:hover {
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.our_professional_team .single_team_member:hover .team_social_icons {
    transform: translateX(-40px);
    transition: 0.5s;
    opacity: 0;
    transition-delay: calc(0.2s * var(--i));
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.our_call_to_action {
    background: url("../images/normal/video_bg.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 554px;
    position: relative
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .our_call_to_action {
        height: 450px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .our_call_to_action {
        height: auto;
        margin-top: 0px
    }
}

@media (max-width: 767px) {
    .our_call_to_action {
        height: auto;
        margin-top: 0px
    }
}

.our_call_to_action::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #282B30;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6
}

.our_call_to_action .call_row {
    position: relative;
    z-index: 12
}

.our_call_to_action .call_row .section-title h3.title {
    color: #fff
}

.our_call_to_action .call_row .section-title p {
    color: #fff
}

.our_call_to_action .call_row .call-btn i {
    margin-left: 10px
}

.our_call_to_action .call_row .call-btn .btn {
    text-align: center;
    margin: 0px auto;
    width: 200px
}

.requset_call_back {
    background: url("../images/normal/breadcrumbs-bg.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 100px 0px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .requset_call_back {
        padding: 80px 0px
    }
}

@media (max-width: 767px) {
    .requset_call_back {
        padding: 60px 0px
    }
}

.requset_call_back::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #2D4B67;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8
}

.requset_call_back .call_back {
    position: relative;
    z-index: 12
}

.requset_call_back .call_back .form-submit .btn {
    margin: 0px auto
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .requset_call_back .call_back .form-submit {
        margin-top: 20px
    }
}

@media (max-width: 767px) {
    .requset_call_back .call_back .form-submit {
        margin-top: 20px
    }
}

.requset_call_back .call-back-content h2 {
    color: #fff;
    font-size: 40px;
    padding-bottom: 20px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .requset_call_back .call-back-content h2 {
        font-size: 30px;
        padding-bottom: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .requset_call_back .call-back-content h2 {
        font-size: 25px;
        padding-bottom: 20px
    }
}

@media (max-width: 767px) {
    .requset_call_back .call-back-content h2 {
        font-size: 22px;
        padding-bottom: 20px
    }
}

.requset_call_back .call-back-content p {
    color: #fff
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .requset_call_back .call-back-content {
        padding-bottom: 20px
    }
}

@media (max-width: 767px) {
    .requset_call_back .call-back-content {
        padding-bottom: 20px
    }
}

.breadcrumbs_section {
    background: url("../images/banner.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 150px 0px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumbs_section {
        padding: 100px 0px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumbs_section {
        padding: 80px 0px
    }
}

@media (max-width: 767px) {
    .breadcrumbs_section {
        padding: 60px 0px
    }
}

.breadcrumbs_section::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #11111277;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.9
}

.breadcrumbs_section .breadcrumbs {
    position: relative;
    z-index: 12
}

.breadcrumbs_section .breadcrumbs .breadcrumbs-content {
    color: #fff
}

.breadcrumbs_section .breadcrumbs .breadcrumbs-content h1.page-title {
    color: #fff;
    padding-bottom: 20px;
    font-size: 65px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumbs_section .breadcrumbs .breadcrumbs-content h1.page-title {
        font-size: 50px;
        padding-bottom: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumbs_section .breadcrumbs .breadcrumbs-content h1.page-title {
        font-size: 45px;
        padding-bottom: 20px
    }
}

@media (max-width: 767px) {
    .breadcrumbs_section .breadcrumbs .breadcrumbs-content h1.page-title {
        font-size: 35px;
        padding-bottom: 20px
    }
}

.breadcrumbs_section .breadcrumbs .breadcrumbs-content p {
    color: #fff
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumbs_section .breadcrumbs .breadcrumbs-content {
        padding-bottom: 20px
    }
}

@media (max-width: 767px) {
    .breadcrumbs_section .breadcrumbs .breadcrumbs-content {
        padding-bottom: 20px
    }
}

.breadcrumbs_section .breadcrumbs nav ol.breadcrumb {
    color: #fff
}

.breadcrumbs_section .breadcrumbs nav ol.breadcrumb li.breadcrumb-item {
    color: #fff
}

.breadcrumbs_section .breadcrumbs nav ol.breadcrumb li.breadcrumb-item a {
    color: #fff
}

.breadcrumbs_section .breadcrumbs nav ol.breadcrumb li.active {
    color: #ddd
}

.breadcrumbs_section .breadcrumbs nav .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #fff;
    content: var(--bs-breadcrumb-divider, "/")
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about_inner_info {
        margin-top: 0px;
        margin-bottom: 0px
    }
}

@media (max-width: 767px) {
    .about_inner_info {
        margin-top: 0px;
        margin-bottom: 0px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about_inner_info {
        margin-top: 0px;
        margin-bottom: 0px
    }
}

.about_inner_info .build_info .build_list h5 i {
    color: #282B30
}

.about_inner {
    background: #F9F6F6
}

.services_details_area .services__sidebar .services__widget {
    background: #F9F6F6;
    padding: 43px 40px;
    padding-bottom: 45px
}

.services_details_area .services__sidebar .services__widget .services__widget-title h4 {
    font-size: 24px;
    margin-bottom: 20px
}

.services_details_area .services__sidebar .services__widget .services__widget-content .services__link ul li {
    margin-bottom: 15px
}

.services_details_area .services__sidebar .services__widget .services__widget-content .services__link ul li a {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    position: relative
}

.services_details_area .services__sidebar .services__widget .services__widget-content .services__link ul li a:hover {
    color: #282B30;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    padding-left: 10px
}

.services_details_area .services__sidebar .services__widget .services__widget-content .services__link ul li a i {
    font-size: 12px;
    margin-right: 5px
}

.services_details_area .services__text h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 30px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services_details_area .services__text h3 {
        font-size: 30px;
        padding-bottom: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services_details_area .services__text h3 {
        font-size: 25px;
        padding-bottom: 20px
    }
}

@media (max-width: 767px) {
    .services_details_area .services__text h3 {
        font-size: 25px;
        padding-bottom: 20px
    }
}

.services_details_area .services__text .single-service-list p {
    line-height: 35px;
    position: relative;
    padding-left: 30px
}

.services_details_area .services__text .single-service-list p i {
    position: absolute;
    top: 5px;
    left: 0px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services_details_area .services__text {
        margin-top: 20px
    }
}

@media (max-width: 767px) {
    .services_details_area .services__text {
        margin-top: 20px
    }
}

.services_details_area .sub-section-title h3.title {
    font-size: 36px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 30px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services_details_area .sub-section-title h3.title {
        font-size: 30px;
        padding-bottom: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services_details_area .sub-section-title h3.title {
        font-size: 25px;
        padding-bottom: 20px
    }
}

@media (max-width: 767px) {
    .services_details_area .sub-section-title h3.title {
        font-size: 25px;
        padding-bottom: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services_details_area .sub-section-title {
        margin-top: 20px
    }
}

@media (max-width: 767px) {
    .services_details_area .sub-section-title {
        margin-top: 20px
    }
}

.services_details_area .question_area .question-title h3.title {
    font-size: 36px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 30px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services_details_area .question_area .question-title h3.title {
        font-size: 30px;
        padding-bottom: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services_details_area .question_area .question-title h3.title {
        font-size: 25px;
        padding-bottom: 20px
    }
}

@media (max-width: 767px) {
    .services_details_area .question_area .question-title h3.title {
        font-size: 25px;
        padding-bottom: 20px
    }
}



.footer-newsletter {
    padding: 50px 0;
    background: #fef8f5;
    text-align: center;
    font-size: 15px;
  }
  
  .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    color: #4e4039;
  }
  
  .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
  }
  
  .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 4px;
    width: calc(100% - 100px);
  }
  
  .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #eb5d1e;
    color: #fff;
    transition: 0.3s;
    border-radius: 4px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }
  
  .footer-newsletter form input[type=submit]:hover {
    background: #c54811;
  }



  .features {
    padding: 80px 0;
    background-color: #f9f9f9;
  }
  
  .features .section-title h2 {
    font-size: 36px;
    font-weight: 600;
    color: #2D4B67;
    margin-bottom: 50px;
    text-align: center;
  }
  
  .features .nav-tabs {
    border: 0;
  }
  
  .features .nav-link {
    border: 0;
    padding: 12px 15px;
    transition: 0.3s;
    color: #556270;
    border-radius: 0;
    border-right: 2px solid transparent;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
  }
  
  .features .nav-link:hover {
    color: #d9232d;
    background-color: #f8f9fa;
  }
  
  .features .nav-link.active {
    color: #d9232d;
    border-color: #d9232d;
    background-color: #f8f9fa;
  }
  
  .features .tab-content {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
  
  .features .details h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #556270;
  }
  
  .features .details p {
    color: #777777;
    line-height: 1.8;
  }
  
  .features .details p:last-child {
    margin-bottom: 0;
  }
  
  /* Responsive Adjustments */
  @media (max-width: 991px) {
    .features .nav-tabs {
      flex-direction: row;
      overflow-x: auto;
      white-space: nowrap;
    }
  
    .features .nav-link {
      border-right: 0;
      border-bottom: 2px solid transparent;
    }
  
    .features .nav-link.active {
      border-bottom-color: #d9232d;
    }
  
    .features .col-lg-3 {
      width: 100%;
      margin-bottom: 20px;
    }
  
    .features .col-lg-9 {
      width: 100%;
    }
  }
  
  @media (max-width: 767px) {
    .features .section-title h2 {
      font-size: 28px;
    }
  
    .features .details h3 {
      font-size: 22px;
    }
  
    .features .details p {
      font-size: 14px;
    }
  }


  .video-container {
  width: 50%;
  padding: 10px;
  background: white;
  display: inline-block;
}

.responsive-video {  
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.responsive-video iframe, .responsive-video video {
  position: absolute;
  width: 100%;
  height: 100%;  
}




/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
  }
  
  .portfolio #portfolio-flters {
    padding: 0;
    margin: 0 0 35px 0;
    list-style: none;
    text-align: center;
  }
  
  .portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 0 15px 15px 0;
    display: inline-block;
    padding: 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #212529;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
  }
  
  .portfolio #portfolio-flters li:hover,
  .portfolio #portfolio-flters li.filter-active {
    color: #eb5d1e;
  }
  
  .portfolio #portfolio-flters li:last-child {
    margin-right: 0;
  }
  
  .portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    z-index: 1;
  }
  
  .portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(122, 105, 96, 0.6);
    position: absolute;
    left: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
  }
  
  .portfolio .portfolio-wrap img {
    transition: 0.3s;
    position: relative;
    z-index: 1;
  }
  
  .portfolio .portfolio-wrap .portfolio-links {
    opacity: 0;
    left: 0;
    right: 0;
    top: calc(50% - 32px);
    text-align: center;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s;
  }
  
  .portfolio .portfolio-wrap .portfolio-links a {
    color: #eb5d1e;
    margin: 0 4px;
    line-height: 0;
    background-color: #fff;
    padding-top: 6px;
    padding-right: 1px;
    border-radius: 50px;
    text-align: center;
    width: 32px;
    height: 32px;
    display: inline-block;
    transition: 0.3s;
  }
  
  .portfolio .portfolio-wrap .portfolio-links a i {
    line-height: 0;
    font-size: 20px;
  }
  
  .portfolio .portfolio-wrap .portfolio-links a:hover {
    background: #eb5d1e;
    color: #fff;
  }
  
  .portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
  }
  
  .portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
  }
  
  .portfolio .portfolio-wrap .portfolio-info p {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
  }
  
  .portfolio .portfolio-wrap:hover::before {
    left: 0;
  }
  
  .portfolio .portfolio-wrap:hover .portfolio-links {
    opacity: 1;
    top: calc(50% - 16px);
  }
  
  .portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
    bottom: 0;
  }
  
  /*--------------------------------------------------------------
  # Portfolio Details
  --------------------------------------------------------------*/
  .portfolio-details {
    padding-top: 40px;
  }
  
  .portfolio-details .portfolio-details-slider img {
    width: 100%;
  }
  
  .portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
  }
  
  .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #eb5d1e;
  }
  
  .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #eb5d1e;
  }
  
  .portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(122, 105, 96, 0.08);
  }
  
  .portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
  }
  
  .portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
  }
  
  .portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
  }
  
  .portfolio-details .portfolio-description {
    padding-top: 30px;
  }
  
  .portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .portfolio-details .portfolio-description p {
    padding: 0;
  }

 /*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#hero .carousel-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#hero .carousel-item::before {
    content: "";
    background-color: rgba(30, 35, 40, 0.6); /* Slightly darker overlay for better text visibility */
}

#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 50px; /* Add padding for better spacing */
}

#hero .container {
    text-align: center;
    max-width: 800px; /* Limit container width for better readability */
}

#hero h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 700;
}

#hero p {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: #fff;
    font-size: 18px;
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 30px;
    line-height: 0;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: 0.6;
    transition: 0.3s;
}

#hero .carousel-indicators li.active {
    opacity: 1;
    background: #d9232d;
}

#hero .btn-get-started {
    font-family: "Proxima Nova Regular", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: #d9232d;
}

#hero .btn-get-started:hover {
    background: #df3740;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    #hero {
        height: 100vh;
    }

    #hero .carousel-container {
        padding: 0 20px; /* Reduce padding for smaller screens */
    }

    #hero h2 {
        font-size: 36px; /* Slightly smaller font size */
    }

    #hero p {
        font-size: 16px; /* Slightly smaller font size */
    }
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 28px; /* Smaller font size for mobile */
    }

    #hero p {
        font-size: 14px; /* Smaller font size for mobile */
    }

    #hero .btn-get-started {
        font-size: 12px; /* Smaller button font size */
        padding: 10px 20px; /* Smaller button padding */
    }
}

@media (max-height: 500px) {
    #hero {
        height: 120vh; /* Adjust height for very short screens */
    }
}


.products {
    padding: 100px 0;
    background-color: #f9f9f9;
}

.products .section-title .title {
    font-size: 36px;
    font-weight: 600;
    color: #2D4B67;
    margin-bottom: 50px;
}

.products .product-item {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.products .product-item figure {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #2D4B67;
    text-align: center;
    cursor: pointer;
}

.products .product-item figure img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
}

.products .product-item figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.products .product-item figure .hover-info {
    text-align: center;
}

.products .product-item figure .hover-info h5 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    color: #fff;
}

.products .product-item:hover figure img {
    opacity: 0.3;
    transform: scale(1.1);
}

.products .product-item:hover figure figcaption {
    opacity: 1;
}

/* Responsive Adjustments */
@media (max-width: 1199px) {
    .products .section-title .title {
        font-size: 32px;
    }

    .products .product-item figure .hover-info h5 {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .products .section-title .title {
        font-size: 28px;
    }

    .products .product-item figure .hover-info h5 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .products .section-title .title {
        font-size: 24px;
    }

    .products .product-item figure .hover-info h5 {
        font-size: 18px;
    }

    .products .product-item {
        margin-bottom: 20px;
    }
}

.about {
    padding: 80px 0;
    background-color: #f9f9f9;
  }
  
  .about .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
  }
  
  .about .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  
  .about .video-wrapper {
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
  
  .about video {
    width: 100%;
    border-radius: 10px;
  }
  
  .about .content-wrapper {
    padding: 20px;
  }
  
  .about h3 {
    font-size: 28px;
    font-weight: 600;
    color: #2D4B67;
    margin-bottom: 20px;
  }
  
  .about p.fst-italic {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
  }
  
  /* Responsive Adjustments */
  @media (max-width: 1199px) {
    .about h3 {
      font-size: 24px;
    }
  
    .about p.fst-italic {
      font-size: 15px;
    }
  }
  
  @media (max-width: 991px) {
    .about .row {
      flex-direction: column;
    }
  
    .about .col-lg-6 {
      width: 100%;
      max-width: 100%;
      order: initial !important;
    }
  
    .about .video-wrapper,
    .about .content-wrapper {
      padding: 15px;
    }
  
    .about h3 {
      font-size: 22px;
    }
  
    .about p.fst-italic {
      font-size: 14px;
    }
  }
  
  @media (max-width: 767px) {
    .about {
      padding: 60px 0;
    }
  
    .about h3 {
      font-size: 20px;
    }
  
    .about p.fst-italic {
      font-size: 14px;
    }
  }

  /* Blog Card */
.blog-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
  }
  
  .blog-card:hover {
    transform: translateY(-5px);
  }
  
  .blog-image img {
    width: 100%;
    height: 200px; /* Fixed height for images */
    object-fit: cover; /* Ensures the image covers the area without distortion */
  }
  
  .post-meta {
    padding: 10px 15px;
    background-color: #f8f9fa;
  }
  
  .post-meta ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .post-meta ul li {
    display: inline;
    margin-right: 10px;
  }
  
  .post-meta ul li a {
    text-decoration: none;
    color: #333;
  }
  
  .blog-content {
    padding: 15px;
  }
  
  .blog-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .blog-content p {
    font-size: 0.9rem;
    color: #555;
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
  
    .blog-image img {
        height: 150px; /* Adjust height for smaller screens */
    }
  }