/*=== MEDIA QUERY ===*/


/* @import url("https://fonts.googleapis.com/css?family=Anaheim|Quattrocento+Sans:400,700"); */

/* @import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:300,400,600"); */

html {
    background-color: #353b43;
    color: #737f8a;
    background-color: #ffffff;
    font-size: 17px;
}

body {
    background-color: #353b43;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: #737f8a;
    color: #000000;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #afbac4;
    color: #000000;
}

nav .dropdown .dropdown-menu {
    display: block;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 10px;
    overflow: hidden;
    transition: all .5s;
}

nav .dropdown:hover .dropdown-menu {
    border-top-width: 1px;
    border-bottom-width: 1px;
    padding-top: 15px;
    padding-bottom: 15px;
    max-height: 300px;
    overflow: auto;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.font-normal {
    font-weight: normal !important;
}

.font-bold {
    font-weight: 600 !important;
}

.max-500 {
    max-width: 500px !important;
}

.max-700 {
    max-width: 700px !important;
}

.d-flex {
    display: flex !important;
}

.row-reverse {
    flex-direction: row-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.border-radius-1 {
    border-radius: 5px !important;
}

.img-radius {
    border-radius: 5px !important;
}

.img-radius-shadow {
    border-radius: 5px !important;
    box-shadow: 0 15px 40px 0 rgba(8, 18, 109, .25) !important;
}

.d-inline-block {
    display: inline-block !important;
}

.p-2 {
    padding: .5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-75 {
    padding-top: 75px !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.pl-5 {
    padding-left: 3rem!important;
}

.pl-8 {
    padding-left: 8%!important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.m-auto {
    margin: auto !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-75 {
    margin-top: 75px !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}


/*=================================================================
  Basic Setup
==================================================================*/

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #3847A4;
}

::selection {
    color: #fff;
    background: #3847A4;
}

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

figure {
    margin: 0;
}

a {
    /* color: #fff; */
    transition: all .3s ease-in 0s;
}

iframe {
    border: 0;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus,
a:hover {
    color: #6CB670;
}

.kill-margin-bottom {
    margin-bottom: 0 !important;
}

.padding-0 {
    padding: 0 !important;
}

.btn {
    background-color: transparent;
    color: #fff;
    padding: 10px 30px;
    border-radius: 0;
    transition: all .3s ease-in 0s;
}

.btn:focus {
    color: #ddd;
}

.btn-transparent {
    border: 1px solid #4e595f;
}

.btn-transparent:hover,
.btn-transparent:focus {
    background-color: #3847A4;
    border: 1px solid transparent;
    color: #fff;
}

.modal.reseller-modal.in {
    display: flex!important;
    justify-content: center;
    align-items: center;
    z-index: 9999999999;
}

.modal-backdrop {
    z-index: 99999999;
}

.form-control {
    height: 40px;
    line-height: 40px;
}

.form-control:focus {
    box-shadow: 0 0 0;
}

.form-control::-webkit-input-placeholder {
    /*  Chrome, Safari, Opera  */
    color: #ddd;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #ddd;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #ddd;
}

.form-control:-ms-input-placeholder {
    /*  Internet Explorer  */
    color: #ddd;
}

#loading-mask {
    background: #333439;
    height: 100%;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999999999;
}

.loading-img {
    height: 100%;
    left: 0;
    position: fixed;
    top: 50%;
    width: 100%;
}

.border {
    border-top: 2px solid rgba(236, 239, 241, 0.07);
    height: 1px;
    margin: 15px auto 0;
    position: relative;
    width: 30%;
}

.border:before {
    background-color: #fff;
    content: '';
    height: 6px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: -4px;
    width: 50px;
    background-color: #3847A4;
}

.color {
    color: #6CB670;
}

.sub-title {
    padding-bottom: 40px;
}

.sub-title>h3 {
    border-left: 3px solid #ddd;
    border-right: 3px solid #ddd;
    display: inline-block;
    padding: 5px 25px;
    text-transform: uppercase;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
}

.bg-one {
    background-color: #353b43;
    background-color: #dedede;
    background-color: #ffffff;
    background-color: #f7f9ff;
    background-color: #0b1033;
    background-color: #434972;
}

.bg-dark {
    background: #242930;
    /* background-color: #423131; */
    background-color: #f7f9ff;
}

.parallax-section {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.no-padding {
    padding: 0 !important;
}

.inline-block {
    display: inline-block;
}

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

figure {
    margin: 0;
}

a {
    transition: all .2s ease-in 0s;
}

iframe {
    border: 0;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus,
a:hover {
    color: #3847A4;
}

.btn-main {
    background: #3847A4;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px 35px;
    text-transform: uppercase;
}

.btn-main:hover {
    background: #0e297e;
    color: #fff;
}

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

.section {
    padding: 80px 0;
}

.section-sm {
    padding: 70px 0;
}

.section-xs {
    padding: 50px 0;
}

.btn:focus {
    color: #ddd;
}

#home {
    position: relative;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
}

.parallax-section {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#preloader {
    background: #fff;
    height: 100%;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999999999;
}

.preloader {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    position: absolute;
}

.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 100px auto;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #3847A4;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

.title {
    padding-bottom: 50px;
}

.title h2 {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 38px;
    color: #fff;
    color: #000000;
    margin: 0;
}

.theme-color,
.title h2 span {
    color: #3847A4;
}

.title p {
    color: #666;
}

.title.title-#ffffff h2 {
    color: #fff;
}

.bg-gray {
    background: #f9f9f9;
}

.section-bg {
    background: #292F36;
}

.overly {
    position: relative;
}

.overly:before {
    content: '';
    background: rgba(0, 0, 0, 0.096);
    background: rgba(0, 38, 158, 0.2);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

.header-bradcrumb {
    background: transparent;
}

.header-bradcrumb a,
.header-bradcrumb .active {
    color: #cfcfcf;
    font-weight: 200;
    font-family: ;
}

.header-bradcrumb a:hover {
    color: #3847A4;
}

.slick-slide {
    outline: none;
}

.slick-slide img {
    width: 100%;
}

/* CSS mfp-with-zoom class */

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.logo {
    margin-top: 10px;
    display: inline-block;
}

.single-page-header {
    background-image: url("../images/about/about-header.jpg");
    background-size: cover;
    padding: 140px 0 70px;
    text-align: center;
    color: #fff;
    position: relative;
}

.single-page-header:before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.product-box {
    background: #fefefe;
    border-radius: 10px;
    /* padding: 30px 20px; */
    position: relative;
    transition: all .5s;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    transition: all .5s;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.product-box:hover {
    box-shadow: 0 15px 40px 0 rgba(8, 18, 109, .1);
    transform: translateY(-5px);
}

.product-box:before {
    content: "";
    background-image: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
    background-image: linear-gradient(80deg, #0030cc 0%, #00a4db 100%);
    /* background-color: #0030cc; */
    position: absolute;
    z-index: -1;
    width: 200px;
    height: 200px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    transition: all .5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.product-box:hover {
    color: #ffffff;
}

.product-box:hover:before {
    transform: translate(-50%, -50%) scale(4);
}

.product-box:hover .product-title {
    color: #ffffff;
}

.product-box:hover .btn-product {
    color: #ffffff;
    border-color: #ffffff;
}

.product-box .product-content {
    padding: 30px 20px;
}

.product-box .product-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.product-box .product-image-1 {
    object-position: right;
}

.product-box .product-image-3 {
    object-position: left;
}

.product-box .product-title {
    margin-top: 0;
    /* padding-top: 20px; */
    padding-bottom: 20px;
    transition: all .5s;
}

.product-box p {
    font-size: 1rem;
    margin-bottom: 30px;
}

.btn-contact,
.product-box .btn-product {
    border-radius: 40px;
    border: 2px solid #0e297e;
    color: #0e297e;
    text-transform: capitalize;
    font-size: 1rem;
    transition: all .3s;
}

.product-box .btn-product:hover {
    background-color: #ffffff;
    color: #3847A4;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}

.list-items {
    padding-left: 30px;
    color: inherit;
}

.list-items li {
    list-style: disc;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.list-items.small li {
    font-size: 1rem;
    margin-bottom: 10px;
    /* font-weight: bold; */
}

.btn-content {
    text-transform: uppercase;
}


/*=================================================================
  Navigation
==================================================================*/

.top-header {
    background: #fdfdfd;
    background: #3847A4;
    color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.096);
}

.top-header ul li {
    display: inline-block;
    font-size: 1rem;
}

.top-header ul li:first-child a {
    padding-left: 0;
}

.top-header .contact-details ul li+li a:before {
    content: "|";
    padding-right: 25px;
}

.top-header ul li a {
    display: inline-block;
    padding: 15px 10px;
    color: #4e595f;
    color: #ffffff;
}

.navigation {
    background-color: rgba(255, 255, 255, 0.95);
    width: 100%;
    z-index: 99999999;
    margin-bottom: 0;
    padding: 10px;
    border-radius: 0;
    transition: all .5s;
    top: 0;
}

.navigation.affix {
    background-color: rgba(255, 255, 255, 0.95);
}

.navigation .logo {
    padding: 0;
    height: auto;
    margin-top: 0;
    line-height: 0;
}

.navigation .logo img {
    height: auto;
    width: 70px;
}

.navigation .navigation-menu li.active a {
    color: #3847A4;
}

.navigation .navigation-menu li a {
    font-size: 18px;
    color: #ffffff;
    color: #737f8a;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
}

.navigation.affix .navigation-menu li a {
    color: #737f8a;
    color: #1d1d1d;
}

.navigation .navigation-menu li a:hover,
.navigation .navigation-menu li a:focus,
.navigation .navigation-menu li.active a {
    background: transparent;
    color: #3847A4;
    font-weight: bolder;
}

.navbar-toggle {
    border: 1px solid #4e595f;
    border-radius: 0;
}

.navbar-toggle span {
    background: #4e595f;
}

.bg-1 {
    background-image: url("../images/backgrounds/bg-1.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.bg-2 {
    background-image: url("../images/backgrounds/bg-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: bottom;
    background-color: rgba(0, 38, 158, 0.2);
    background-blend-mode: overlay;
}

.hero-area {
    /* background-image: url("../images/slider/hero-area.jpg"); */
    /* background-attachment: fixed; */
    background-size: cover;
    background-position: 60%;
    min-height: 90vh;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    /* -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
}

.hero-area.slider1 {
    background-image: url("../images/slider/slider1.jpg");
}

.hero-area.slider2 {
    background-image: url("../images/slider/slider2.jpg");
}

.hero-area.slider2 .block h1 {
    /* font-size: 35px; */
}

.hero-area.slider-blumfi {
    background-image: url("../images/backgrounds/blumfi.jpg");
    background-color: rgba(0, 0, 0, .2);
    background-blend-mode: overlay;
}

.hero-area.slider-blu-wallet {
    background-image: url("../images/backgrounds/blu-wallet.jpg");
    background-color: rgba(0, 0, 0, .2);
    background-blend-mode: overlay;
}

.hero-area.slider-tontine {
    background-image: url("../images/backgrounds/tontine.jpg");
    background-color: rgba(0, 0, 0, .2);
    background-blend-mode: overlay;
}

.hero-area:before {
    display: none;
}

.hero-area .block h1.banners-slider-typings {
    min-height: 40px;
    font-size: 30px;
    color: #ceb865;
    color: #FF9800;
    color: #fcc067;
}

.hero-area .block h2.banners-slider-typings {
    min-height: 44px;
    color: white;
    font-size: 30px;
}

.feature-slick .slick-prev,
.feature-slick .slick-next,
.benefits-slick .slick-prev,
.benefits-slick .slick-next,
.team-member-slick .slick-prev,
.team-member-slick .slick-next,
.banner-slick .slick-prev,
.banner-slick .slick-next {
    z-index: 111;
    width: 50px;
    height: 50px;
    mix-blend-mode: exclusion;
}

.feature-slick .slick-prev:before,
.feature-slick .slick-next:before,
.benefits-slick .slick-prev:before,
.benefits-slick .slick-next:before,
.team-member-slick .slick-prev:before,
.team-member-slick .slick-next:before {
    font-size: 40px;
}

.banner-slick .slick-prev:before,
.banner-slick .slick-next:before {
    font-size: 50px;
}

.feature-slick .slick-next,
.benefits-slick .slick-next,
.team-member-slick .slick-next {
    right: 0;
}

.banner-slick .slick-next {
    right: 20px;
}

.feature-slick .slick-prev,
.benefits-slick .slick-prev,
.team-member-slick .slick-prev {
    left: 0;
}

.banner-slick .slick-prev {
    left: 20px;
}

.hero-area video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-area:before {
    content: '';
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.hero-area .block {
    z-index: 99;
}

.hero-area .block .video-button {
    background: #fff;
    color: #3847A4;
    display: inline-block;
    height: 60px;
    width: 60px;
    border-radius: 50px;
}

.hero-area .block .video-button i {
    line-height: 60px;
    font-size: 20px;
    margin-left: 3px;
}

.hero-area .block {
    margin-bottom: 100px;
}

.hero-area .block h1 {
    max-width: 650px;
    /* margin: auto; */
    text-align: left;
    font-size: 50px;
    font-size: 40px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-area .block p {
    color: #fff;
    font-size: 20px;
    max-width: 700px;
    margin: 0 auto;
}

.hero-area .block .btn-transparent {
    margin-top: 40px;
    border-color: #fff;
    border-radius: 5px;
    padding: 14px 50px;
    font-size: 18px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

.hero-area-video {
    height: 100vh;
    position: inherit !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-area-video .block {
    color: #fff;
    text-align: center;
}

.hero-area-video .block h1 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-area-video .block p {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.hero-area-video .block .btn-main {
    margin-top: 20px;
}

.dark-bg {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
}


/*=================================================================
  why-inclusion us section
==================================================================*/
.why-inclusion {
    clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
}

.consider-section .block,
.benefits-section .block,
.why-inclusion .block {
    background: #242930;
    background: #2d4949;
    background: #07143c;
    background: #f7f9ff;
    background: #ffffff;
    color: #ffffff;
    color: #000000;
    color: #000;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 5px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    height: 100%;
    transition: .5s all;
    /* margin-bottom: 20px; */
}

.consider-section .block:hover,
.benefits-section .block:hover,
.why-inclusion .block:hover {
    border-bottom-color: #3847A4;
    border-bottom-color: #9ba0c0;
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.consider-section .block:hover .icon-box,
.benefits-section .block:hover .icon-box,
.why-inclusion .block:hover .icon-box {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.benefits-section .block .icon-round img {
    width: 150px;
    border-radius: 50%;
    margin: 0 auto 20px;
}

.why-inclusion .block .icon-box .counter {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #2c2c2c;
    color: #0b1033;
    color: #434972;
    color: #3545a5;
    text-shadow: 2px 2px 2px #2c2c2c;
    z-index: 111;
}

.consider-section .map-image,
.benefits-section .map-image,
.why-inclusion .map-image {
    width: 80px;
    margin: auto;
    animation-duration: 1.75s !important;
}

.consider-section .block p,
.benefits-section .block p,
.why-inclusion .block p {
    margin-bottom: 0;
}

.why-inclusion .block h3 {
    /* color: #ffffff; */
    color: #000000;
}

.consider-section .block .icon-box,
.benefits-section .block .icon-box,
.why-inclusion .block .icon-box {
    position: relative;
    width: 160px;
    /* height: 90px; */
    line-height: 1;
    background-color: white;
    margin: 46.19px auto 60px;
    padding: 10px 0;
    border-left: 2px solid rgba(236, 239, 241, 0.07);
    border-right: 2px solid rgba(236, 239, 241, 0.07);
    border-color: rgba(0, 0, 0, .3);
    border-color: #0030cc;
    border-color: #0b1033;
    border-color: #434972;
    border-color: #3545a5;
    font-size: 50px;
    font-weight: bold;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.consider-section .block .icon-box:before,
.consider-section .block .icon-box:after,
.benefits-section .block .icon-box:before,
.benefits-section .block .icon-box:after,
.why-inclusion .block .icon-box:after,
.why-inclusion .block .icon-box:before {
    content: "";
    position: absolute;
    background-color: inherit;
    width: 113.14px;
    height: 113.14px;
    background-color: inherit;
    left: 20.4315px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    z-index: -1;
}

.consider-section .block .icon-box:before,
.benefits-section .block .icon-box:before,
.why-inclusion .block .icon-box:before {
    top: -56.5685px;
    border-top: 3px solid rgba(236, 239, 241, 0.07);
    border-right: 3px solid rgba(236, 239, 241, 0.07);
    border-color: rgba(0, 0, 0, 0.3);
    border-color: #0030cc;
    border-color: #0b1033;
    border-color: #434972;
    border-color: #3545a5;
}

.consider-section .block .icon-box:after,
.benefits-section .block .icon-box:after,
.why-inclusion .block .icon-box:after {
    bottom: -56.5685px;
    border-bottom: 3px solid rgba(236, 239, 241, 0.07);
    border-left: 3px solid rgba(236, 239, 241, 0.07);
    border-color: rgba(0, 0, 0, 0.3);
    border-color: #0030cc;
    border-color: #0b1033;
    border-color: #434972;
    border-color: #3545a5;
}

.why-inclusion .block .icon-box h3 {
    color: #afbac4;
    color: #ffffff;
}

.benefits-section .icon-title {
    font-weight: bold;
    color: #0030cc;
}

/*=================================================================
  What do we do section
==================================================================*/

.what-do-we-do-content {
    /* max-width: 540px; */
    float: right;
}

.what-do-we-do-content h6 {
    font-size: 1rem;
    text-transform: uppercase;
}

.what-do-we-do-content h2 {
    font-size: 40px;
    color: #0b1033;
    color: #434972;
    font-weight: 600;
}

.what-do-we-do-content li {
    font-size: 1rem;
}

.what-do-we-do-content ul li a {
    padding-left: 18px;
    /* color: #7c8d93; */
    color: #000000;
    font-size: 17px;
    font-weight: bold;
    line-height: 28px;
    font-weight: 500;
    position: relative;
    transition: all .4s;
}

.what-do-we-do-content ul li a:before {
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #a6d7ff;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.what-do-we-do-images .grid-view [class*=col] {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.why-consider .image-container,
.what-do-we-do-images .image-container {
    overflow: hidden;
    border-radius: 5px;
}

.what-do-we-do-images .image-container img {
    transition: all .5s;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.why-consider .image-container:hover img,
.what-do-we-do-images .image-container:hover img {
    transform: scale(1.2);
}

.why-consider .image-container img {
    transition: all .5s;
}

/*=================================================================
  About us section
==================================================================*/

.about .block {
    background: #242930;
    padding: 30px;
    border-bottom: 2px solid transparent;
    transition: .5s all;
    margin-bottom: 20px;
}

.about .block:hover {
    border-bottom: 2px solid #3847A4;
}

.about .block:hover .icon-box {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.about .block .icon-box {
    position: relative;
    width: 160px;
    height: 92.38px;
    background-color: transparent;
    margin: 46.19px auto 60px;
    padding: 20px 0;
    border-left: 2px solid rgba(236, 239, 241, 0.07);
    border-right: 2px solid rgba(236, 239, 241, 0.07);
    font-size: 50px;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.about .block .icon-box:after,
.about .block .icon-box:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 113.14px;
    height: 113.14px;
    background-color: inherit;
    left: 20.4315px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
}

.about .block .icon-box:before {
    top: -56.5685px;
    border-top: 2px solid rgba(236, 239, 241, 0.07);
    border-right: 2px solid rgba(236, 239, 241, 0.07);
}

.about .block .icon-box:after {
    bottom: -56.5685px;
    border-bottom: 2px solid rgba(236, 239, 241, 0.07);
    border-left: 2px solid rgba(236, 239, 241, 0.07);
}

.about .block .icon-box h3 {
    color: #afbac4;
}


/*=================================================================
  About us 2 section
==================================================================*/

.about-2 .content-block {
    padding: 40px;
}

.about-2 .content-block .media {
    margin-top: 25px;
}

.about-2 .content-block .media .pull-left {
    padding-right: 15px;
}

.about-2 .content-block .media i {
    font-size: 30px;
    color: #3847A4;
}

.about-2 .content-block .media h4 {
    font-size: 16px;
    font-weight: 600;
}


/*=================================================================
 Call To Action 1
==================================================================*/

.call-to-action {
    background-color: rgba(0, 0, 0, 0.7);
    background-color: #0f0f11;
    background-color: #1e1f24;
    background-blend-mode: overlay;
    /* background-attachment: fixed; */
}

.call-to-action .btn-contact {
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.call-to-action h2 {
    font-weight: 700;
    color: #444;
    color: #ffffff;
}

.call-to-action p {
    font-size: 20px;
    color: #666;
    color: #ffffff;
}

.call-to-action .btn-main {
    margin-top: 20px;
}


/*=================================================================
 Call To Action 2
==================================================================*/

.call-to-action-2 {
    padding: 100px 0;
    background-image: url("../images/call-to-action/call-to-action-bg.jpg");
    background-size: cover;
    color: #fff;
}

.call-to-action-2 h2 {
    line-height: 1.5;
}

.call-to-action-2 p {
    color: #fff;
}

.call-to-action-2 .btn-main {
    margin-top: 20px;
}

.world-map-inner {
    position: relative;
    text-align: center;
}

.world-map-inner img {
    margin: auto;
}

.contact-us {
    /* padding-top: 100px; */
    background-image: url(../images/world-map.webp);
    background-position: right;
    background-repeat: no-repeat;
}

#contact-form {
    /* margin-bottom: 60px; */
    /* padding-right: 50px; */
    padding-bottom: 30px;
    max-width: 450px;
    margin: auto;
}

.text-danger {
    color: #d52525!important;
}

#contact-form .has-error input:focus {
    box-shadow: none;
}

#contact-form .has-error input {
    border-bottom-color: #d52525!important;
}

.help-block {
    font-size: 80%;
    color: #d52525!important;
    margin-bottom: 0;
}

.has-error .form-control {
    border-color: #d52525!important;
}

#contact-form .help-block {
    position: absolute;
    right: 15px;
}

.contact-form .form-control {
    background-color: transparent;
    height: 45px;
    height: 50px;
    border: none;
    border-bottom: 2px solid #000000;
    border-radius: 0px;
    padding: 0px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    color: #a5bbd0;
    color: #000000;
}

.contact-form .form-control::placeholder {
    color: #000000;
}

.contact-form textarea.form-control {
    padding: 10px 10px 10px 0;
    height: 120px;
}

.contact-form input:hover,
.contact-form textarea:hover,
#contact-submit:hover {
    border-color: #3847A4;
}

.btn-submit {
    background-image: -webkit-linear-gradient(left, #70bafe 0%, #998dff 51%, #70bafe 100%);
    background-image: -o-linear-gradient(left, #70bafe 0%, #998dff 51%, #70bafe 100%);
    background-image: linear-gradient(to right, #70bafe 0%, #998dff 51%, #70bafe 100%);
    background-size: 200% auto;
    background: #0030cc;
    z-index: 2;
    /* width: 176px; */
    padding: 5px 30px;
    display: inline-block;
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    text-align: center;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    line-height: 40px;
    border: 6px solid rgba(204, 241, 255, 0.5) !important;
    border-radius: 33px;
}

.btn-submit:hover {
    background-position: right center;
}


/* #contact-submit {
  border: 1px solid rgba(236, 239, 241, 0.07);
  background: #3847A4;
  padding: 12px 0;
  width: 100%;
  margin: 0;
} */

.scroll-up {
    position: fixed;
    background-image: linear-gradient(0deg, #36d1dc 0, #5b86e5 100%);
    border-radius: 4px;
    bottom: 60px;
    bottom: 50px;
    color: #fff !important;
    height: 48px;
    width: 48px;
    right: 20px;
    text-align: center;
    opacity: 0;
    padding-top: 11px;
    transition: all .5s;
    z-index: 999999;
}

.scroll-up.affix {
    opacity: 1;
}

.google-map #map-canvas {
    height: 400px;
}

.card-callout {
    text-align: left;
    /* position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); */
    max-width: 550px;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 46px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 46px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 46px 15px rgba(0, 0, 0, 0.15);
    border-left: 8px;
    border-style: solid;
    border-image: -moz-linear-gradient(top, #9b8aff 0%, #6ebcfe 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #9b8aff 0%, #6ebcfe 100%);
    border-image: -webkit-linear-gradient(top, #9b8aff 0%, #6ebcfe 100%);
    -o-border-image: -o-linear-gradient(top, #9b8aff 0%, #6ebcfe 100%);
    border-image: linear-gradient(to bottom, #9b8aff 0%, #6ebcfe 100%);
    border-image-slice: 1;
    border-top: 0px;
    border-bottom: 0px;
    border-radius: 5px;
    border-right: 20px;
    padding-left: 50px;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-bottom: 50px;
}

.card-callout a {
    display: inline-block;
    font-weight: normal;
}

.contact-info p {
    margin-bottom: 25px;
}

.contact-info {
    padding-left: 60px;
}

.contact-info h2 {
    font-size: 40px;
    color: #26292e;
    margin-bottom: 50px;
}

.con-info {
    margin-bottom: 20px;
}

.con-info i,
.con-info span {
    float: left;
}

.con-info i {
    font-size: 20px;
}

.con-info span {
    margin: 0px 0 0 15px;
}

.error {
    display: none;
    padding: 10px;
    color: #D8000C;
    border-radius: 4px;
    font-size: 13px;
    background-color: #FFBABA;
}

.success {
    background-color: #6cb670;
    border-radius: 4px;
    color: #fff;
    display: none;
    font-size: 13px;
    padding: 10px;
}

#map {
    height: 370px;
    width: 100%;
}


/*=================================================================
  Item counter section
==================================================================*/
.why-inclusion h2,
#counter h2 {
    color: #ffffff;
    margin: 0;
}

.text-white,
.why-inclusion h2 span,
#counter h2 span {
    color: #ffffff!important;
}

.why-inclusion .border:before,
#counter .border:before {
    background-color: #ffffff;
}

.consider-item,
.counters-item {
    padding: 25px 0;
    background: #fdfdfd;
    color: #3847A4;
    border-radius: 5px;
    height: 100%;
}

.counters-item i {
    margin-bottom: 10px;
    font-size: 40px;
    display: inline-block;
}

.counters-item span {
    display: block;
    font-weight: bold;
    font-size: 35px;
    line-height: 50px;
}

.counters-item h3 {
    color: #737f8a;
    color: #3847A4;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.consider-item img {
    width: 100px;
    margin: 0 auto 20px;
}

.subscription {
    position: relative;
    margin-top: -200px;
}

.subscription-wrapper {
    /* border-radius: 0% 5% 10% 3%/10% 20% 0% 17%; */
    /* transform: perspective(1800px) rotateY(20deg) skewY(1deg) translateX(30px); */
    /* clip-path: polygon(0 0, 100% 28%, 100% 100%, 0% 100%);
  clip-path: polygon(95% 0, 100% 15%, 100% 100%, 15% 99%, 0 95%, 0 0);
  clip-path: polygon(10% 0%, 90% 0%, 100% 0%, 100% 90%, 90% 100%,0% 100%, 0% 90%, 0% 10%); */
    border-radius: 0 50px;
    padding: 70px 50px;
    z-index: 1;
    width: 100%;
    background: linear-gradient(80deg, #0030cc 0%, #00a4db 100%);
    /* position: absolute; */
}

.subscription-content {
    /* transform: skewY(-1deg); */
}

.subscription-wrapper .subscription-form {
    /* transform: scaleX(1.2) translateX(-30px); */
}

.subscription-wrapper .form-control {
    height: 60px;
    background: rgba(255, 255, 255, .1);
    border-radius: 50px 0 0 50px;
    padding: 10px 40px;
    font-size: 1rem;
}

.subscription-content .btn-primary-gradient {
    position: relative;
    border-radius: 0 50px 50px 0;
    font-size: 1rem;
    z-index: 1;
}

.subscription-content .btn-primary-gradient {
    color: white;
}

.subscription-content .btn-primary-gradient:hover {
    color: white;
}

.subscription-content .btn-primary-gradient:after {
    left: 0 !important;
    color: white;
    border-radius: 0 50px 50px 0;
}

.btn-primary-gradient {
    padding: 10px 20px;
    border-radius: 30px;
}

.btn-primary-gradient:hover:after {
    left: 0;
    color: #ffffff;
}

.btn-primary-gradient:after {
    content: '';
    position: absolute;
    top: 0;
    left: -102%;
    width: 102%;
    height: 100%;
    background: linear-gradient(45deg, #00a8f4 0%, #02d1a1 100%);
    background: linear-gradient(80deg, #0030cc 0%, #4d37c5 100%);
    z-index: -1;
    transition: ease .3s;
}


/*=================================================================
  Pricing section
==================================================================*/

.price-item {
    border: 1px solid rgba(236, 239, 241, 0.07);
    padding-bottom: 30px;
    margin-bottom: 15px;
}

.price-title {
    background-color: #292F36;
    padding: 30px 0 20px;
}

.price-title h3 {
    color: #3847A4;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.price-title p {
    font-size: 18px;
    font-weight: 400;
}

.price-title .value {
    color: #3847A4;
    font-size: 30px;
}

.pricing li {
    padding: 10px 0;
}

.pricing li:last-child {
    border-bottom: 1px solid rgba(236, 239, 241, 0.07);
    margin-bottom: 20px;
}

.pricing li:nth-child(2n) {
    background-color: #292F36;
}

.pricing li .btn {
    text-transform: uppercase;
    margin: 20px 0;
}


/*=================================================================
  Portfolio section
==================================================================*/

.portfolio-filter {
    margin-bottom: 40px;
    text-align: center;
}

.portfolio-filter button {
    border: none;
    outline: none;
    border: 1px solid rgba(236, 239, 241, 0.07);
    background: transparent;
    display: inline-block;
    font-size: 16px;
    padding: 6px 20px;
    font-weight: 700;
    color: #737f8a;
    transition: .3s all;
}

.portfolio-filter button.mixitup-control-active {
    border: 1px solid #3847A4;
    color: #3847A4;
}

.portfolio-items-wrapper .mix {
    padding: 5px;
}

.portfolio-block {
    position: relative;
}

.portfolio-block:before {
    transition: all 0.3s ease-in-out;
    background: #ffffff;
    opacity: 0;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    position: absolute;
    content: '';
}

.portfolio-block img {
    width: 100%;
    height: auto;
}

.portfolio-block:hover:before {
    opacity: 1;
}

.portfolio-block:hover .caption h4 {
    top: 45%;
}

.portfolio-block:hover .caption {
    opacity: 1;
    top: 55%;
}

.portfolio-block .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    transition: all 0.2s ease-in-out;
    text-align: center;
}

.portfolio-block .caption h4 {
    font-size: 16px;
    font-weight: 600;
}

.portfolio-block .caption h4 a {
    color: #555;
}

.portfolio-block .caption .search-icon {
    background: #3847A4;
    width: 50px;
    height: 50px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    border-radius: 30px;
}

.portfolio-block .caption .search-icon i {
    line-height: 50px;
}


/*=================================================================
  Services section
==================================================================*/

.service-block {
    padding: 60px 20px;
    border-left: 1px solid rgba(236, 239, 241, 0.07);
    border-top: 1px solid rgba(236, 239, 241, 0.07);
    margin-bottom: 40px;
    box-shadow: 2px 2px 5px rgba(44, 44, 44, 0.3), 13px 13px 0 rgba(255, 255, 255, 0.7);
}

.service-block .service-icon {
    margin-bottom: 10px;
    font-size: 50px;
}


/*=================================================================
  Services section 2
==================================================================*/

.service-2 .service-item {
    border: 1px solid #eee;
    margin-bottom: 30px;
    padding: 50px 20px;
    transition: all 0.3s ease 0s;
}

.service-2 .service-item:hover {
    box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
}

.service-2 .service-item:hover i {
    background: #fff;
    color: #3847A4;
}

.service-2 .service-item i {
    font-size: 30px;
    display: inline-block;
    background: #3847A4 none repeat scroll 0 0;
    border-radius: 30px;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    height: 55px;
    line-height: 55px;
    margin-bottom: 20px;
    width: 55px;
    transition: all 0.3s ease 0s;
}


/*=================================================================
  Our skills
==================================================================*/

.skill-bar p {
    font-size: 18px;
    margin-bottom: 0;
}

.skill-bar p span {
    font-style: italic;
    font-size: 30px;
    color: rgba(187, 187, 187, 0.34);
    display: inline-block;
    vertical-align: middle;
}

.skill-bar .progress {
    height: 6px;
    border-radius: 0;
}

.skill-bar .progress .progress-bar {
    background: #3847A4;
}


/*=================================================================
  Our Team
==================================================================*/

.team-member {
    background-color: #292F36;
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: all .5s;
}

.team-member:hover {
    box-shadow: 0 15px 29px 0 rgba(8, 18, 109, .1);
}

.team-member-slick .team-member-section {
    padding: 20px;
}

.team-member:hover .mask {
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
}

.member-photo {
    overflow: hidden;
    position: relative;
}

.address li i {
    margin-right: 5px;
    font-size: 16px;
}

.member-photo:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.member-photo img {
    transition: all 0.4s ease 0s;
}

.member-photo .mask {
    background-color: rgba(87, 203, 204, 0.7);
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .5s ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
    transform: rotateY(180deg) scale(0.5, 0.5);
}

.member-photo .mask ul {
    text-align: center;
    position: relative;
    top: 125px;
}

.member-photo .mask ul li a {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

.member-photo .mask ul li a:hover {
    background-color: #fff;
    color: #3847A4;
    border: 1px solid transparent;
}

.member-meta {
    padding: 15px;
}

.member-meta h4 {
    margin: 0 0 5px;
}

.member-meta span {
    font-size: 12px;
}

.team-block-one {
    position: relative;
    padding: 20px;
}

.team-block-one .inner-box {
    position: relative;
    padding: 40px 30px 40px;
    text-align: center;
    border: 1px solid #dadaf7;
    background-color: #f0ebff;
    background-color: #f3f7fa;
    border-radius: 5px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.team-block-one .inner-box:hover {
    box-shadow: 0 5px 29px 0 rgba(8, 18, 109, .25);
    /* box-shadow: 0 15px 40px 0 rgba(8, 18, 109, .1); */
    transform: translateY(-4px);
}

.team-block-one .inner-box .image-box {
    position: relative;
    width: 154px;
    height: 154px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 25px;
}

.team-block-one .outer-box {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 15px;
    background: #0b1033;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    border-radius: 5px;
    overflow: auto;
    opacity: 0;
    transform: scale(0);
    transition: all .5s;
}

.team-block-one:hover .outer-box {
    opacity: 1;
    transform: scale(1);
}

.services-block-three .inner-box .lower-box ul,
.team-block-one .inner-box ul:not(.social-icons) {
    position: relative;
    text-align: left;
    list-style-type: disc;
    padding-left: 20px;
}

.services-block-three .inner-box .lower-box ul li,
.team-block-one .inner-box ul:not(.social-icons) li {
    list-style-type: disc;
    margin-bottom: 5px;
}

.team-block-one .inner-box h3 {
    position: relative;
    font-size: 20px;
    font-weight: 800;
    color: #333333;
    text-transform: uppercase;
}

.team-block-one .inner-box h3 a {
    color: #333333;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.team-block-one .inner-box h3 a:hover {
    color: #20acea;
}

.team-block-one .inner-box .designation {
    position: relative;
    color: #00b7f1;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 8px;
}

.team-block-one .inner-box .text {
    position: relative;
    color: #777777;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 10px;
}

.team-block-one .inner-box:before {
    display: none;
    position: absolute;
    content: '';
    background: #fff;
    left: 1px;
    bottom: 1px;
    right: 1px;
    top: 100%;
    transition: .5s ease;
}

.team-block-one .inner-box:hover:before {
    top: 1px;
    transition: .5s ease;
}


/*=================================================================
  Testimonial section
==================================================================*/

.testimonial:before {
    background: rgba(42, 48, 55, 0.7);
}

.client-info {
    margin: 0 auto;
    width: 45%;
}

.client-comment p {
    color: #afbac4;
    color: #ffffff;
    font-size: 18px;
}

.client-thumb img {
    border-radius: 50%;
    margin: 0 auto;
    max-width: 115px;
    width: 100%;
}

.client-meta {
    margin: 0 0 10px;
}

.client-meta h3 {
    color: #ffffff;
    margin: 15px 0 5px .0;
}

.client-meta span {
    color: #ffffff;
    font-size: 12px;
}

.owl-pagination,
.owl-buttons {
    text-align: center;
}

.owl-controls .owl-page {
    display: inline-block;
}

.owl-controls .owl-page span {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50px;
    display: block;
    height: 13px;
    margin: 0 4px;
    width: 13px;
    opacity: 1;
    /* filter: alpha(opacity=100); */
}

.owl-controls .owl-page.active span,
.owl-controls .owl-page:hover span {
    background-color: #3847A4;
    border: 2px solid transparent;
}

.our-clients {
    margin: 30px 0 0;
}

#our-clietns .item img {
    max-width: 150px;
    width: 100%;
}

#our-clietns .owl-next,
#our-clietns .owl-prev {
    border: 1px solid #ddd;
    border-radius: 50px;
    display: inline-block;
    margin: 45px 0 0;
    padding: 3px 15px;
    position: relative;
    text-align: center;
}

#our-clietns .owl-next i,
#our-clietns .owl-prev i {
    line-height: 34px;
}

#our-clietns .owl-prev {
    margin-right: 15px;
}

#our-clients .item {
    margin: 10px;
}


/*=================================================================
  Latest Posts
==================================================================*/

.note {
    background-color: #292F36;
    border: 1px solid #4e595f;
}

.post-block {
    background-color: #292F36;
    margin-bottom: 10px;
}

.post-block .content {
    padding: 20px;
}

.post-block .content h3 {
    margin: 0 0 6px;
    font-size: 20px;
    line-height: 1.5;
    text-transform: capitalize;
}

.note .media-wrapper {
    border-bottom: 1px solid #4e595f;
}

.note .excerpt h3 {
    font-size: 20px;
    line-height: 1.5;
    text-transform: capitalize;
}

.all-post {
    margin-top: 50px;
}


/*=================================================================
  Single Blog Page
==================================================================*/

#blog-banner {
    padding-bottom: 100px;
    padding-top: 150px;
}

#blog-page {
    margin: 0 0 40px;
}

.post-meta {
    font-size: 13px;
    margin: 20px 0 0;
    padding: 0 20px 10px;
}

.post-meta a {
    color: #3847A4;
}

.post-meta>span {
    color: #666;
    border-right: 1px solid #dedede;
    display: inline-block;
    font-size: 13px;
    margin: 10px 10px 0 0;
    padding-right: 10px;
}

.post-meta>span:last-child {
    border-right: 0;
}

.post-meta>span i {
    margin-right: 5px;
}

.post-excerpt {
    padding: 0 20px;
    margin-bottom: 60px;
}

.post-excerpt h3 a {
    color: #000;
}

.post-excerpt blockquote {
    line-height: 22px;
    margin: 20px 0;
    font-size: 16px;
}

.single-blog {
    background-color: #fff;
    margin-bottom: 50px;
    padding: 20px;
}

.blog-subtitle {
    font-size: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.next-prev {
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    margin: 20px 0;
    padding: 25px 0;
}

.next-prev a {
    color: #000;
}

.next-prev a:hover {
    color: #3847A4;
}

.next-prev .prev-post i {
    margin-right: 10px;
}

.next-prev .next-post i {
    margin-left: 10px;
}

.social-profile ul li {
    margin: 0 10px 0 0;
    display: inline-block;
}

.social-profile ul li a {
    color: #4e595f;
    display: block;
    font-size: 16px;
}

.social-profile ul li a i:hover {
    color: #3847A4;
}

.comments-section {
    margin-top: 35px;
}

.author-about {
    margin-top: 40px;
}

.post-author {
    margin-right: 20px;
}

.post-author>img {
    border: 1px solid #dedede;
    max-width: 120px;
    padding: 5px;
    width: 100%;
}

.comment-list ul {
    margin-top: 20px;
}

.comment-list ul li {
    margin-bottom: 20px;
}

.comment-wrap {
    border: 1px solid #dedede;
    border-radius: 1px;
    margin-left: 20px;
    padding: 10px;
    position: relative;
}

.comment-wrap .author-avatar {
    margin-right: 10px;
}

.comment-wrap .media .media-heading {
    font-size: 14px;
    margin-bottom: 8px;
}

.comment-wrap .media .media-heading a {
    color: #3847A4;
    font-size: 13px;
}

.comment-wrap .media .comment-meta {
    font-size: 12px;
    color: #888;
}

.comment-wrap .media p {
    margin-top: 15px;
}

.comment-reply-form {
    margin-top: 80px;
}

.comment-reply-form input,
.comment-reply-form textarea {
    height: 35px;
    border-radius: 0;
    box-shadow: none;
}

.comment-reply-form input:focus,
.comment-reply-form textarea:focus {
    box-shadow: none;
    border: 1px solid #3847A4;
}

.comment-reply-form textarea,
.comment-reply-form .btn-main {
    height: auto;
}


/*=================================================================
  Footer section
==================================================================*/

footer {
    background: #15192b;
    /* padding-top: 100px; */
    color: #ffffff;
    font-size: 1rem;
}

footer .list-styled li {
    position: relative;
    padding-left: 20px;
}

footer .list-styled li.text-light::before {
    color: #d4dae3;
}

footer .list-styled li::before {
    position: absolute;
    content: "\f105";
    font-family: fontawesome;
    font-size: 1rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #007ac7;
    transition: .3s ease;
}

footer ul li a {
    color: #ffffff;
}

footer ul li a:hover {
    color: #ddd;
}

footer h4 {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
}

.social-icon {
    padding: 60px 0 35px;
}

.social-icon ul {
    text-align: center;
}

.social-icon ul li {
    margin-bottom: 4px;
}

.social-icon ul li:hover a {
    background-color: #3847A4;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.social-icon ul li:hover a i {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.social-icon ul li a {
    background-color: #26292e;
    border: 1px solid transparent;
    display: block;
    height: 70px;
    width: 70px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    transition: all 400ms ease-out 0s;
}

.social-icon ul li a i {
    color: #55606a;
    display: inline-block;
    font-size: 32px;
    line-height: 70px;
    margin: 0;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    transition: all 400ms ease-out 0s;
}

.copyright {
    padding: 20px 0;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.copyright img {
    margin-bottom: 15px;
}

.copyright p {
    margin-top: 10px;
    margin: 0;
}

#scrollUp {
    border: 1px solid #4e595f;
    bottom: 15px;
    color: #fff;
    display: none;
    padding: 8px 12px;
    position: fixed;
    right: 20px;
    z-index: 600;
}

#scrollUp:hover {
    background-color: #3847A4;
    border: 1px solid #3847A4;
}


/*=================================================================
	Twitter Feed
==================================================================*/

#twitter-feed {
    background-image: url("../images/parallax/twitter.jpg");
    padding-bottom: 100px;
    padding-top: 80px;
}

.twitter-bird span {
    border: 2px solid #6cb670;
    border-radius: 50px;
    color: #6cb670;
    display: inline-block;
    margin-bottom: 50px;
    height: 90px;
    width: 90px;
}

.twitter-bird span i {
    line-height: 90px;
}

.tweet {
    margin-bottom: 10px;
}

.tweet a {
    color: #6cb670;
}


/*=================================================================
	Blog Page
==================================================================*/

#blog-banner {
    padding-bottom: 100px;
    padding-top: 150px;
}

.blog-icon {
    border: 1px solid #6CB670;
    border-radius: 50%;
    color: #6CB670;
    display: inline-block;
    padding: 16px 20px;
}

.blog-title h1 {
    text-transform: uppercase;
}

#blog-page {
    margin: 0 0 40px;
}

.post-item .entry {
    border: 1px solid #4e595f;
    margin-bottom: 30px;
}

.entry .post-excerpt {
    padding: 0 20px;
}

#gallery-post .owl-prev,
#post-thumb .owl-prev,
#gallery-post .owl-next,
#post-thumb .owl-next {
    padding: 5px 17px;
    position: absolute;
    top: 45%;
    transition: all .5s ease-in 0s;
}

#gallery-post .owl-prev,
#post-thumb .owl-prev {
    left: -45px;
}

#gallery-post .owl-next,
#post-thumb .owl-next {
    right: -45px;
}

#gallery-post:hover .owl-prev,
#post-thumb:hover .owl-prev {
    left: 0;
}

#gallery-post:hover .owl-next,
#post-thumb:hover .owl-next {
    right: 0;
}

#gallery-post,
#post-thumb {
    overflow-x: hidden;
}

#post-thumb .owl-buttons {
    color: #fff;
}

.post-meta {
    background-color: #3d444a;
    border-top: 1px solid #4e595f;
    font-size: 13px;
    margin: 20px 0 0;
    padding: 0 20px 10px;
}

.post-meta>span {
    border-right: 1px solid #4e595f;
    display: inline-block;
    font-size: 12px;
    margin: 10px 10px 0 0;
    padding-right: 10px;
}

.post-meta>span:last-child {
    border-right: 0;
}

.post-meta>span>i {
    margin-right: 5px;
}

.post-meta a:hover {
    color: #6CB670;
}

.post-excerpt .more {
    margin-top: 20px;
}

.post-excerpt .more a {
    display: inline-block;
    font-size: 13px;
    padding: 10px 25px;
}

.post-excerpt .more a:hover {
    background-color: #6CB670;
    color: #fff;
}

.widget-title>h3 {
    color: #fff;
    margin-bottom: 15px;
    margin-top: 0;
    position: relative;
}

#search-form {
    position: relative;
}

#search-submit {
    background: none;
    border: 0;
    color: #C8C8CA;
    display: block;
    font-size: 16px;
    height: 32px;
    outline: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 32px;
}

.widget-content .tab-content {
    background-color: #2f383d;
    padding: 20px;
}

.tab-post-nav {
    background-color: #4A535A;
}

.tab-post-nav li {
    float: left;
}

.tab-post-nav li.active a {
    border-top: 3px solid #6cb670;
    background-color: #2F383D;
    color: #6CB670;
}

.tab-pane.active .clearfix:first-child {
    margin-bottom: 25px;
}

.tab-excerpt>span {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}

.tab-excerpt h4 a {
    color: #fff;
}

.tab-excerpt h4 a:hover {
    color: #6cb670;
}

.tab-post-nav li a {
    border-top: 3px solid transparent;
    color: #fff;
    display: block;
    padding: 13px 18px;
    text-align: center;
}

.categories li {
    margin-bottom: 10px;
    transition: all .5s ease-in 0s;
}

.categories>li:hover a {
    padding-left: 10px;
    color: #6CB670;
}

.categories>li:last-child {
    border-bottom: 0;
}

.categories li a {
    padding-left: 5px;
}

.widget-content .tag {
    background-color: #2F383D;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 5px 13px;
}

.widget-content .tag:hover {
    background-color: #6CB670;
    color: #fff;
}

.post-pagination {
    display: inline-block;
    margin-bottom: 20px;
}

.post-pagination ul li {
    margin-right: 5px;
    float: left;
}

.post-pagination ul li:last-child {
    margin-right: 0;
}

.post-pagination ul li.disabled a {
    cursor: not-allowed;
}

.post-pagination ul li.disabled a:hover {
    background-color: #2E373C;
    color: #9aa8b3;
}

.post-pagination ul li a {
    background-color: #30393e;
    color: #9aa8b3;
    display: block;
    padding: 8px 18px;
}

.post-pagination ul li a:hover,
.post-pagination ul li.active a {
    background-color: #6CB670;
    color: #fff;
}

.sidebar-page-container {
    position: relative;
    padding: 30px 0 0
}

.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side {
    margin-bottom: 30px !important
}

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

.sidebar-title h2 {
    font-size: 22px;
    color: #333;
    font-weight: 500;
    line-height: 1.2em;
    padding-bottom: 18px;
    text-transform: capitalize
}

.sidebar-title h2:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: #00b7f1
}

.sidebar-widget {
    position: relative;
}

.sidebar .sidebar-category .list {
    position: relative
}

.sidebar .sidebar-category .list li {
    position: relative;
    line-height: 24px;
    margin-bottom: 9px
}

.sidebar .sidebar-category .list li a {
    position: relative;
    display: block;
    color: #111;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    line-height: 24px;
    background: #f8f8f8;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    padding: 15px 25px;
}

.sidebar .sidebar-category .list li a.active {
    color: #ffffff;
    background: #00b7f1 !important;
}

.sidebar .sidebar-category .list li a:hover:before {
    color: #fff
}

.sidebar .sidebar-category .list li a:hover {
    color: #fff;
    border-color: #00b7f1;
    background-color: #00b7f1
}

.sidebar .list li a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 14px;
    left: 0;
    width: 20px;
    line-height: 24px;
    color: #777;
    padding: 0 20px 0 10px;
    transition: all .5s;
}

.sidebar .sidebar-category .list li a.active:before {
    color: #fff;
}


/*=================================================================
	Single Blog Page
==================================================================*/

.single-blog {
    background-color: #fff;
    margin-bottom: 50px;
    padding: 20px;
}

blockquote {
    border-left: 5px solid #6cb670;
    font-style: italic;
    line-height: 22px;
    margin: 20px 0;
}

.next-prev {
    border-bottom: 1px solid #4e595f;
    border-top: 1px solid #4e595f;
    margin: 20px 0;
    padding: 15px 0 10px;
}

.next-prev a:hover {
    color: #6CB670;
}

.prev-post i {
    float: left;
    margin-right: 10px;
    margin-top: -4px;
}

.next-post i {
    float: right;
    margin-left: 10px;
    margin-top: -3px;
}

.post-author {
    margin-right: 20px;
}

.post-author>img {
    border: 1px solid #4e595f;
    max-width: 120px;
    padding: 5px;
    width: 100%;
}

.comment-reply-form>h3,
.author-about>h4,
.comments>h4 {
    border-bottom: 1px solid #4e595f;
    margin-bottom: 15px;
    margin-top: 0;
    padding-bottom: 10px;
    position: relative;
}

.author-bio h5 {
    display: inline-block;
}

.post-item .comments-section {
    margin-top: 35px;
}

.comment-list ul {
    margin-top: 20px;
}

.comment-list li {
    margin-bottom: 20px;
}

.comment-wrap {
    border: 1px solid #4e595f;
    border-radius: 1px;
    margin-left: 20px;
    padding: 10px;
    position: relative;
}

.comment-wrap .author-avatar {
    margin-left: -25px;
    margin-right: 20px;
}

.author-comment {
    margin-bottom: 15px;
    overflow: hidden;
}

.author-comment cite a:hover,
.replay:hover {
    color: #6CB670;
    text-decoration: underline;
}

.author-comment cite {
    margin-bottom: 2px;
    padding-top: 4px;
}

.comment-content {
    margin-left: 45px;
}

.comment-list ul li {
    padding-left: 25px;
}

.comment-reply-form {
    margin-top: 80px;
}

#comment-form {
    margin-top: 35px;
}

#comment-form .form-control:hover {
    border-color: #6CB670;
}

.form-group:last-child,
.form-group:last-child input {
    margin: 0;
}

/*=================================================================
	Single Blog Page
==================================================================*/

.feature-section .phoneImage {
    width: 300px;
    position: relative;
    z-index: 2
}

.feature-section .feature-left {
    text-align: right;
}

.feature-content li {
    margin-bottom: 4rem;
    position: relative;
}

.feature-section .feature-left {
    text-align: right;
}

.feature-content li .product-image {
    padding: 10px;
    width: 70px;
}

.feature-content.feature-left li .product-image {
    margin-left: auto;
}

.feature-content li:last-child {
    margin-bottom: 0;
}

.feature-content li h3 {
    color: #0030cc;
    color: #222222;
    font-size: 1rem;
    font-weight: normal;
    margin: 0;
}

.feature-content li:before,
.circleStyle {
    background-color: #00a4db;
    content: '';
    width: 13px;
    height: 13px;
    border: 4px solid #0030cc;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    display: none;
}

.feature-content li:after {
    background-color: #0030cc;
    height: 2px;
    width: 150px;
    content: '';
    position: absolute;
    top: 17px;
    display: none;
}

.feature-content.feature-left li:before {
    right: -30px;
}

.feature-content.feature-left li:after {
    right: -180px;
}

.feature-content.feature-right li:before {
    left: -30px;
}

.feature-content.feature-right li:after {
    left: -180px;
}

.product-container {
    z-index: 111;
    max-width: 295px;
    margin: auto;
}

.product-slider {
    padding: 4rem 1rem;
    background-image: url(../images/phone.png);
    background-size: cover;
    position: relative;
    z-index: 111;
    min-height: 350px;
    background-position: center;
}

.product-slider .logo-img {
    position: absolute;
    top: 4.5rem;
    left: 30px;
    /* transform: translateX(-50%); */
    z-index: 11;
}

.product-slider .slick-next,
.product-slider .slick-prev {
    bottom: -85px;
    top: unset;
    width: 50px;
    height: 50px;
}

.product-slider .slick-next:before,
.product-slider .slick-prev:before {
    font-size: 35px;
    mix-blend-mode: overlay;
}

.product-slider .slick-next {
    right: 0px;
}

.product-slider .slick-prev {
    left: 0px;
}

.hero-area.product-slick-slider {
    min-height: 350px;
    background-position: left;
    background-attachment: scroll;
}

@media (max-width: 992px) {
    .navigation .navigation-menu li {
        float: none;
        display: block;
        clear: both;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .menu-container {
        flex-wrap: wrap;
    }

    .navbar-collapse {
        width: 100%;
    }

    .top-header {
        display: none;
    }

    .subscription-content {
        justify-content: center;
    }

    .subscription-wrapper .subscription-form {
        transform: unset;
    }

    .feature-content li:before,
    .feature-content li:after {
        display: none;
    }

    .feature-content li .product-image {
        margin: auto;
    }

    .benefits-slick .d-flex {
        justify-content: center;
    } 
}

@media (max-width: 768px) {

    html {
        font-size: 16px;
    }

    .title h1 {
        font-size: 35px;
    }

    .title h2 {
        font-size: 30px;
    }

    .hero-area .block {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .hero-area,
    .why-inclusion {
        clip-path: polygon(100% 0, 100% 97%, 50% 100%, 0 97%, 0 0);
        position: relative;
        z-index: 11;
    }

    nav .dropdown .dropdown-menu {
        position: relative;
        width: 100%;
    }

    .client-info {
        width: 90%;
    }

    .hero-area {
        min-height: 70vh;
        background-position: 70%;
    }

    .hero-area.slider1 {
        background-color: rgba(0, 0, 0, .3);
        background-blend-mode: overlay;
        background-attachment: scroll;
    }
    
    .hero-area .block h1.banners-slider-typings {
        min-height: 80px;
    }

    .banner-slick .slick-next,
    .banner-slick .slick-prev {
        display: none !important;
        bottom: 40px;
        top: unset;
    }

    .member-photo img {
        display: inline-block;
    }

    .section {
        padding: 50px 0;
    }

    .member-photo {
        text-align: center;
    }

    .social-icon ul li a {
        width: 55px;
        height: 55px;
    }

    .social-icon ul li a i {
        line-height: 55px;
        font-size: 25px;
    }

    .feature-section .feature-left,
    .feature-section .feature-right {
        text-align: center;
    }

    .contact-us {
        background-size: contain;
        background-position: bottom;
    }
}

@media (max-width: 520px) {
    .hero-area .block h1 {
        font-size: 30px;
    }

    .hero-area .block h1.banners-slider-typings {
        min-height: 66px;
    }

    .contact-form {
        padding-right: 15px;
        width: 100%;
    }

    .card-callout {
        left: 0 !important;
        padding: 30px;
    }
}