/**
* Template Name: Techie - v2.2.1
* Template URL: https://bootstrapmade.com/techie-free-skin-bootstrap-3/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Preloader
  --------------------------------------------------------------*/
@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg); }
    100% {
        transform: rotate(360deg); } }

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg); }
    100% {
        transform: rotate(360deg); } }

/*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
/* adds some margin below the link sets  */
/* breakpoint and up - mega dropdown styles */
/* remove the padding from the navbar so the dropdown hover state is not broken */
/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
/* makes the dropdown full width  */
/* shows the dropdown menu on hover */
/*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px); }
    100% {
        transform: translateY(-10px); } }

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

/*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  # About
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Services
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Testimonials
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Breadcrumbs
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Portfolio Details
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/

.alert-cookie-policy
{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(11, 11, 11, 0.80);
    left: 0;
    top: 0;
}
.alert-cookie-policy .wrapper
{
    position: fixed;
    top: 50%;
    left: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    max-width: 50%;
    border-radius: 3px;
    padding: 50px;

}
#btnAcceptCookiePolicy{
    cursor: pointer;
    /*box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);*/
    margin-top:0;
    display:inline-block;
    color:white;
    background-color: #0068FF;
    border-radius: 3px;
    padding: .25rem 1rem;
    text-decoration: none;
    font-family: sans-serif;
    margin-right:1rem;
    border: none;
    transition: all 0.5s;
}
#btnDeclineCookiePolicy{
    cursor: pointer;
    /*box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);*/
    margin-top:0;
    display:inline-block;
    color:black;
    background-color: #e6e6e6;
    border-radius: 3px;
    padding: .25rem 1rem;
    text-decoration: none;
    font-family: sans-serif;
    margin-right:1rem;
    border: none;
    transition: all 0.5s;
}
.wrapper.hide{
    opacity: 0;
    pointer-events: none;
}
.alert-cookie-policy.hide{
    opacity: 0;
    pointer-events: none;
}
/* .wrapper{


    max-width: 365px;
    background: #fff;
    padding: 25px 25px 30px 25px;
    border-radius: 15px;
    box-shadow: 1px 5px 15px rgba(8, 8, 8, 0.22);
    text-align: center;
    z-index: 999;
} */
@media only screen and (max-width:767px){
    .alert-cookie-policy .wrapper
    {
        max-width: 80%;
        width: 80%;
        padding:15px;
    }
    .social-links
    {
        margin-bottom: 20px;
    }
}

body {
    font-family: 'Mulish', sans-serif;
    color: #213B55; }

a {
    color: #127CF5; }
a:hover {
    color: #8577fb;
    text-decoration: none; }

@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px; } }

h1 {
    font-family: 'Mulish', sans-serif;
    font-size: 4rem; }

h2 {
    font-family: 'Mulish', sans-serif;
    font-size: 3rem; }

h3 {
    font-family: 'Mulish', sans-serif;
    font-size: 2.5rem; }

h4 {
    font-family: 'Mulish', sans-serif; }

h5 {
    font-family: 'Mulish', sans-serif;
    line-height: 1.7; }

h6 {
    font-family: 'Mulish', sans-serif; }

.f-10 {
    font-size: 10px; }

.f-12 {
    font-size: 12px; }

.f-14 {
    font-size: 14px; }

.f-16 {
    font-size: 16px; }

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

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

.f-22 {
    font-size: 22px; }

.valign-middle {
    vertical-align: middle; }

p, li {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 2; }

.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999; }
.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #127CF5;
    color: #fff;
    transition: all 0.4s; }
.back-to-top i:hover {
    background: #7b27d8;
    color: #fff; }

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff; }
#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #127CF5;
    border-top-color: #e7e4fe;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite; }

#header {
    transition: all 0.5s;
    z-index: 1000; }
#header .logo {
    font-size: 32px;
    width: 200px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase; }
#header .logo a {
    color: #fff; }
#header .logo img {
    max-height: 40px; }

.btn-success {
    background-color: #2BD29B;
    border: 1px solid #2BD29B; }
.btn-success:hover {
    background-color: #162136;
    border: 1px solid #162136; }

#header.header-scrolled {
    background: rgba(0, 0, 0, 0.9);
    padding: 0px 0; }

#header.header-inner-pages {
    background: rgba(0, 0, 0, 0.9);
    padding: 12px 0; }

.navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 1rem; }

.navbar > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s; }

.navbar .dropdown > a:after {
    /*content: "\ea99";
                  font-family: IcoFont;
                  padding-left: 5px;
                  border: none;
                  vertical-align: middle;
                  margin-left: 0;*/
    display: none; }

.navbar .navbar-brand {
    width: 150px;
    margin-right: 50px; }

.navbar .navbar-nav {
    align-items: center; }

.navbar .lang-nav .dropdown-menu {
    background-color: #FFFFFF !important; }

.navbar .lang-nav select + button {
    background-color: transparent;
    border: none;
    color: #FFFFFF;
    outline: none; }
.navbar .lang-nav select + button:focus {
    background-color: transparent;
    border: none;
    color: #FFFFFF;
    box-shadow: none !important;
    outline: none !important; }
.navbar .lang-nav select + button .filter-option {
    width: 26px; }

.navbar .lang-nav .dropdown-toggle::after {
    display: none; }

.navbar .lang-nav .dropdown-toggle::before {
    content: "";
    position: absolute;
    right: -2px;
    z-index: 11;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    top: 10px;
    transform: rotate(225deg); }

.navbar .lang-nav .flag-icon {
    vertical-align: middle; }

.navbar-dark .navbar-toggler {
    border: none;
    color: white; }

@media (max-width: 991px) {
    .navbar-collapse {
        background: rgba(0, 0, 0, 0.9);
        position: absolute;
        top: 75px;
        left: 0;
        right: 0;
        padding: 20px; }
    .navbar .navbar-nav {
        align-items: initial; } }

ul.navbar-left li a {
    color: #FFFFFF !important;
    position: relative; }

ul.navbar-left li:hover > a {
    color: #FFFFFF !important; }
ul.navbar-left li:hover > a:before {
    visibility: visible;
    width: 100%; }

/* btn-13 */
.btn-13 span.dot {
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    bottom: 10px;
    transform: translateY(50%);
    background-color: #2BD29B;
    border-radius: 50%;
    -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    opacity: 0; }

@-webkit-keyframes uparrow {
    0% {
        -webkit-transform: translateX(0);
        opacity: 0.4; }
    100% {
        -webkit-transform: translateX(-0.4em);
        opacity: 0.9; } }

@keyframes uparrow {
    0% {
        -webkit-transform: translateX(0);
        opacity: 0.4; }
    100% {
        -webkit-transform: translateX(-0.4em);
        opacity: 0.9; } }

#hero {
    width: 100%;
    height: 100vh;
    background-size: cover;
    position: relative;
}
#hero::before {
    content: "";
    background: #191919;
    background: -webkit-linear-gradient(to bottom, #C5796D, #DBE6F6);
    background: linear-gradient(to bottom, rgba(23, 23, 23, 0.73), rgba(29, 29, 29, 0));
    position: absolute;
    width: 100%;
    height: 200px;
    z-index: 9;
    top: 0; }
#hero .hero-back {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover; }
#hero video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 1; }
#hero .hero-ban {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 1; }
#hero .overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/img/dotted-bg.png");
    z-index: 2; }
#hero .container {
    z-index: 999; }
#hero .container-fluid {
    padding-top: 84px; }
#hero h1 {
    margin: 0;
    font-size: 60px;
    font-weight: 700;
    line-height: 64px;
    color: #fff; }
#hero h2 {
    color: rgba(255, 255, 255, 0.8);
    margin: 10px 0 0 0;
    font-size: 20px; }
#hero .btn-get-started {
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 5px;
    transition: 0.5s;
    margin-top: 30px;
    color: #fff;
    border: 2px solid #fff; }
#hero .btn-get-started:hover {
    background: #fff;
    color: #127CF5; }
#hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both; }
#hero .hlearn-more {
    background-color: transparent;
    color: #FFFFFF;
    padding: 7px 25px;
    border: 1px solid #FFFFFF;
    font-size: 20px; }
#hero .hlearn-more span {
    color: #2bd29b;
    vertical-align: middle; }
#hero .hlearn-more .up {
    -webkit-animation: uparrow 0.6s infinite alternate ease-in-out;
    animation: uparrow 0.6s infinite alternate ease-in-out; }
#hero .owl-dots {
    margin-top: 50px;
    text-align: center; }
#hero .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 2px;
    border-radius: 0%;
    background-color: #ddd !important;
    transition: all 0.3s ease-in-out 0s; }
#hero .owl-dot.active {
    background-color: #2BD29B !important;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out 0s; }
#hero .scrolldown {
    position: absolute;
    bottom: 30px;
    left: 90%;
    width: 20px;
    height: 20px;
    transform: translateY(-80px) translateX(-50%) rotate(45deg);
    z-index: 99; }
#hero .scrolldown span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    animation: animate 1.5s linear infinite;
    opacity: 0; }
#hero .scrolldown span:nth-child(1) {
    transform: translate(-15px, -15px);
    animation-delay: -0.4s; }
#hero .scrolldown span:nth-child(2) {
    transform: translate(0px, 0px);
    animation-delay: -0.2s; }
#hero .scrolldown span:nth-child(3) {
    transform: translate(15px, 15px);
    animation-delay: -0s; }
.blog-hero
{
    height: 50vh !important;
}

@keyframes animate {
    0% {
        top: -5px;
        left: -5px;
        opacity: 0; }
    25% {
        top: 0px;
        left: 0px;
        opacity: 1; }
    50%, 100% {
        top: 5px;
        left: 5px;
        opacity: 0; } }

[class^="hvr-"] {
    margin: .4em;
    padding: 1em;
    cursor: pointer;
    background: #e1e1e1;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }

.hvr-shutter-out-horizontal:before {
    content: "";
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }

.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
    color: white; }

.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

.navbar .dropdown-menu {
    border: none;
    background: url("/img/nav.svg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover; }
.navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 1rem; }

@media screen and (min-width: 992px) {
    .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
        z-index: 9; }
    .navbar .nav-item {
        padding: .5rem .5rem;
        margin: 0 .25rem; }
    .navbar .navbar-left .dropdown {
        position: static; }
    .navbar .navbar-left .dropdown:hover .dropdown-menu {
        display: block;
        visibility: visible;
        opacity: 1;
        transition: visibility 0s, opacity 0.3s linear; }
    .navbar .navbar-left .dropdown .dropdown-menu:hover {
        display: block;
        visibility: visible;
        opacity: 1;
        transition: visibility 0s, opacity 0.3s linear; }
    .navbar .navbar-left .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        padding-top: 100px;
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.3s linear;
        z-index: -1;
        border: 1px solid rgba(0, 0, 0, 0.15); }
    .navbar .navbar-left .dropdown-menu li::before {
        display: none; }
    .navbar .navbar-left .dropdown-menu li a::before {
        display: none; }
    .navbar .navbar-left .dropdown-menu li a:hover {
        color: #2BD29B !important; } }

.text-primary {
    color: #127CF5; }

section {
    padding: 100px 0;
    overflow: hidden; }
section .page-heading {
    color: #127CF5;
    font-weight: 600; }

@media only screen and (max-width: 767px) {
    section {
        padding: 40px 0; } }

.section-bg {
    background-color: #f9f8ff; }

.section-title {
    text-align: center;
    padding-bottom: 30px; }
.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative; }
.section-title p {
    margin-bottom: 0; }

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

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

.dark-link {
    color: #ffffff !important; }

/* social section*/
.social-section .social-item {
    box-sizing: content-box; }
.social-section .social-item p {
    line-height: 2; }

.social-section .social-label {
    position: absolute;
    z-index: 9;
    padding: 10px 35px;
    background: #ffffffb3;
    /* left: -20px;
    top: 24px; */
    font-size: 20px;
    color: #213B55;
    font-weight: 500;
    box-shadow: -1px 2px 4px rgba(132, 132, 132, 0.6); 
    margin-top: 25px;
    margin-left: -35px }

.social-section .social-carousel {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    height: 100%;
    width: 100%; }
.social-section .social-carousel .owl-nav {
    margin-top: 5px;
    text-align: center; }
.social-section .social-carousel .owl-dots {
    margin-top: 5px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 20%; }
.social-section .social-carousel .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important; }
.social-section .social-carousel .owl-dot.active {
    background-color: #127CF5 !important; }
.social-section .social-carousel .social-image {
    width: 100%;
    height: 400px; }
.social-section .social-carousel .social-details {
    padding: 40px;
    min-height: 300px; }
.social-section .social-carousel .social-details::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-right: 35px solid white;
    position: absolute;
    margin-left: -65px; }

.social-section .facebook-box {
    background-color: #2b435f;
    width: 100%;
    height: 100%;
    padding: 40px; }

.social-section .facebook-carousel .facebook-item a {
    color: #FFFFFF; }
.social-section .facebook-carousel .facebook-item a p {
    border-left: 2px solid #FFBA00;
    line-height: 2; }

.social-section .facebook-carousel .owl-nav {
    margin-top: 5px;
    text-align: center; }

.social-section .facebook-carousel .owl-dots {
    margin-top: 5px;
    text-align: center;
    position: relative; }

.social-section .facebook-carousel .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important; }

.social-section .facebook-carousel .owl-dot.active {
    background-color: #127CF5 !important; }

.social-section .twitter-box {
    background-color: #7186B2;
    width: 100%;
    height: 100%;
    padding: 40px;
    min-height: 350px; }
.social-section .twitter-box a {
    color: #FFFFFF; }
.social-section .twitter-box a p {
    border-left: 2px solid #FFBA00;
    line-height: 2; }

.social-section .social-banner {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 40px; }
.social-section .social-banner .social-icon {
    position: relative;
    z-index: 1; }
.social-section .social-banner a {
    width: 100%;
    height: 100%;
    display: block;
    color: #FFFFFF; }
.social-section .social-banner a p {
    width: 50%;
    line-height: 2; }
.social-section .social-banner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover; }

.social-section .news-bg {
    text-align: center;
    position: relative;
    width: 100%;
    height: 360px;
    background-color: #213B55;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 200px; }

.social-section .story-bg {
    position: relative;
    width: 100%;
    background-color: #141414;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
    padding-top: 50px; }

@media only screen and (max-width: 991px) {
    .social-section .twitter-box {
        min-height: auto; } }

@media only screen and (max-width: 767px) {
    .social-section .social-banner a p {
        width: 90%; }
    .social-section .news-bg {
        padding: 0px 30px; }
    .social-section .story-bg {
        padding: 20px; }
    h2 {
        font-size: 2.3rem; } }

/* career section*/
.career-section .career-column img {
    width: 100%;
    height: 26rem;
    object-fit: cover; }

.career-section .career-column a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999; }

.career-section .career-column .career-column-content {
    background-color: #fff;
    padding: 40px;
    height: 28rem;
    box-shadow: -1px 2px 13px rgba(221, 221, 221, 0.6); }
.career-section .career-column .career-column-content::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 35px solid white;
    position: absolute;
    top: -30px; }

.career-section .career-position {
    width: 100%;
    height: 26rem;
    background: #fff;
    padding: 50px 30px;
    margin-bottom: 20px;
    box-shadow: -1px 2px 7px rgba(221, 221, 221, 0.6); }
.career-section .career-position h3 {
    font-weight: 600; }

.career-section .career-banner {
    width: 100%;
    height: 26rem;
    position: relative; }
/* .career-section .career-banner a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999; } */
.career-section .career-banner img {
    width: 100%;
    height: 100%;
    position: absolute; }
.career-section .career-banner .career-msg {
    position: absolute;
    z-index: 9;
    color: #fff;
    width: 40%;
    bottom: 60px;
    left: 40px;
    background: #192851b0;
    padding: 25px 15px; }
.career-section .career-banner .career-msg h4 {
    font-weight: 600; }
.career-section .career-banner .career-msg p {
    line-height: 1.7;
    font-size: 1rem; }
.career-section .career-label {
    position: absolute;
    z-index: 9;
    padding: 10px 35px;
    background: #ffffffb3;
    /* left: -20px;
    top: 24px; */
    font-size: 20px;
    color: #213B55;
    font-weight: 500;
    box-shadow: -1px 2px 4px rgba(132, 132, 132, 0.60);
    margin-top: 30px;
    margin-left: -20px; }



@media (max-width: 991px) {
    .career-section .career-column .career-column-content {
        height: auto;
        margin-bottom: 25px; } }

@media (max-width: 767px) {
    .career-section .career-banner .career-msg {
        width: 70%; } }

/* why choose section*/
.why-choose .choose-ul {
    padding: 0;
    list-style-type: none; }
.why-choose .choose-ul li {
    line-height: 2.1; }
.why-choose .choose-ul li span {
    margin-right: 10px;
    font-size: 26px;
    display: inline-block;
    vertical-align: middle; }

.why-choose .choose-thumbnail-box .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#127cf5 50%, rgba(101, 111, 150, 0.15) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: calc(50% - 47px);
    transform: translateY(-50%); }
.why-choose .choose-thumbnail-box .play-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.why-choose .choose-thumbnail-box .play-btn::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 2px solid rgba(163, 163, 163, 0.4);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0); }
.why-choose .choose-thumbnail-box .play-btn:hover::after {
    border-left: 15px solid #127cf5;
    transform: scale(20); }
.why-choose .choose-thumbnail-box .play-btn:hover::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0; }

/* brand section */
.brand-section {
    position: relative; }
.brand-section .brand-list {
    display: inline-block; }
.brand-section .brand-list span {
    display: inline-flex;
    background: #fff;
    width: 200px;
    height: 110px;
    vertical-align: middle;
    justify-content: center;
    padding: 20px;
    text-align: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: -1px 2px 3px rgba(221, 221, 221, 0.6); }
.brand-section .brand-list span img {
    vertical-align: middle;
    display: inline-block; }

.gray-bg {
    background-color: #F8F9FB; }

.form-subscribe {
    max-width: 600px;
    margin: 0 auto; }
.form-subscribe .form-control {
    background-color: rgba(255, 255, 255, 0.8);
    padding-left: 24px;
    padding-right: 24px;
    letter-spacing: 1px;
    border: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 2px solid #213B55;
    height: 46.5px; }
.form-subscribe .form-control:focus {
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8); }
.form-subscribe .form-control.focus {
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8); }
.form-subscribe .btn {
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #213b55;
    border-color: #213b55;
    height: 46.5px; }

/* customer newsletter section*/
.customer-news-section {
    position: relative;
    display: flex; }
.customer-news-section .cn-column {
    width: 50%;
    position: relative;
    padding: 100px;
    min-height: 600px; }
.customer-news-section .cn-column P {
    margin-right: 100px;
    font-weight: 400; }
.customer-news-section .cn-column img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover; }
.customer-news-section .cn-column .img-overlay {
    position: absolute;
    background: rgba(255, 255, 255, 0);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
.customer-news-section .cn-column .link-box {
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 30px;
    width: 270px;
    height: 160px;
    z-index: 1;
    padding: 30px; }

@media (max-width: 991px) {
    .customer-news-section {
        display: block; }
    .customer-news-section .cn-column {
        width: 100%;
        padding: 25px; }
    .customer-news-section .cn-column p {
        margin-right: auto; } }

/*search */
.showBtn {
    border: none;
    color: white;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
    opacity: 0.8; }
.showBtn:hover {
    opacity: 1; }

.showSearch {
    display: none;
    border: none;
    color: white;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
    opacity: 0.8; }
.showSearch:hover {
    opacity: 1; }

.overlaySearch {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: rgba(27, 27, 27, 0.95); }
.overlaySearch .hideBtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
    opacity: 0.8; }
.overlaySearch .hideBtn:hover {
    opacity: 1; }
.overlaySearch input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 90%;
    background: transparent;
    border-bottom: 2px solid #FFFFFF;
    color: #fff; }
.overlaySearch input[type=text]::placeholder {
    color: #fff; }
.overlaySearch input[type=text]:hover {
    background: transparent; }
.overlaySearch input[type=text]:focus {
    outline: none; }
.overlaySearch button {
    float: left;
    width: auto;
    padding: 15px;
    background: transparent;
    font-size: 17px;
    border: none;
    color: white;
    cursor: pointer;
    opacity: 0.8;
    border-bottom: 2px solid #FFFFFF; }
.overlaySearch button:hover {
    opacity: 1; }

.searchBar {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto; }
.searchBar form {
    display: block;
    margin: auto;
    width: 60%; }

@media only screen and (max-width: 991px) {
    .showBtn {
        display: none; }
    .showSearch {
        display: block; }
    .searchBar form {
        width: 100%; }
    .overlaySearch input[type=text] {
        width: 80%; } }

/*=================
about page css
==================*/
.about-hero {
    background: url("/img/about-bg.png") no-repeat center !important;
    background-size: cover !important;}
.about-hero::after {
    content: "";
    position: absolute;
    width: 102%;
    height: 120px;
    background: #fff;
    bottom: -72px;
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    z-index: 999; }

.mission-section {
    position: relative;
    display: flex; }
.mission-section .mission-column {
    width: 50%;
    position: relative; }
.mission-section .mission-column img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.mission-section .mission-column-details {
    width: 50%;
    padding: 100px;
    background-color: #192851;
    color: #FFFFFF; }

.card-horizontal {
    display: flex;
    flex: 1 1 auto; }

.history-nav {
    border-bottom: none; }
.history-nav a {
    color: #ababab; }
.history-nav a.active {
    background-color: transparent !important;
    border: none;
    border-bottom: 2px solid #213b55;
    border-color: #213b55 !important; }

/*leadership section*/
.leadership-section .grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 100%;
    list-style: none;
    text-align: center;
    box-sizing: border-box;
    display: flex; }
.leadership-section .grid figure {
    position: relative;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 320px;
    max-width: 480px;
    max-height: 415px;
    width: 33%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    display: inline-block; }
.leadership-section .grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8; }
.leadership-section .grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.leadership-section .grid figure figcaption::before {
    pointer-events: none; }
.leadership-section .grid figure figcaption::after {
    pointer-events: none; }
.leadership-section .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0; }
.leadership-section .grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    margin: 0;
    font-size: 1.5em; }
.leadership-section .grid figure h2 span {
    font-weight: 800; }
.leadership-section .grid figure p {
    margin: 0;
    letter-spacing: 1px;
    font-size: 60%;
    text-transform: capitalize;
    text-align: left;
    font-style: italic; }

.leadership-section figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 0.3em;
    height: 3.75em;
    background: #fff;
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

.leadership-section figure.effect-zoe h2 {
    float: left;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    display: inline-block; }

.leadership-section figure.effect-zoe p.icon-links a {
    float: right;
    color: #3c4a50;
    font-size: 1.4em;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0); }

.leadership-section figure.effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
.leadership-section figure.effect-zoe:hover p.icon-links a:hover {
    color: #252d31; }
.leadership-section figure.effect-zoe:hover p.icon-links a:focus {
    color: #252d31; }
.leadership-section figure.effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s; }
.leadership-section figure.effect-zoe:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s; }
.leadership-section figure.effect-zoe:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }

.leadership-section figure.effect-zoe:hover p.description {
    opacity: 1; }

.leadership-section figure.effect-zoe:hover figcaption {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.leadership-section figure.effect-zoe:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s; }

.leadership-section figure.effect-zoe p.description {
    position: absolute;
    bottom: 5em;
    padding: 2em;
    color: #fff;
    text-transform: none;
    font-size: 60%;
    line-height: 1.3;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden; }
@media(max-width:767px){
    .social-section .social-carousel .owl-dots{
        left: 50%;
        transform: translateX(-50%);
    }
}
@media (max-width: 991px) {
    .mission-section {
        display: block; }
    .mission-section .mission-column {
        width: 100%; }
    .mission-section .mission-column-details {
        width: 100%;
        padding: 30px 15px; }
    .leadership-section .grid {
        display: inline-block; } }

li {
    list-style: none; }
li::marker {
    display: none; }

/*===================
Career page css
===================*/
.job-box a {
    color: #213B55; }

.job-box p {
    line-height: 1.7; }

/*=================================
solutions page css
===================================*/
.solutions-section .sol-heading {
    min-height: 55px; }

.solutions-section .sol-image {
    width: 100%;
    height: 200px;
    display: block;
    object-fit: cover; }

.solutions-section p {
    line-height: 1.7; }

.solutions-section .advice-link {
    position: absolute;
    /* bottom: 0;  */
    margin-top: 350px; }
.solutions-section .solutions-carousel .owl-dots {
    text-align: center; }
.solutions-section .solutions-carousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: #FFFFFF;
    border-radius: 50%;
    margin: 0 5px; }
.solutions-section .solutions-carousel .owl-dots .owl-dot.active {
    background-color: #127CF5; }

.dark-bg {
    background-color: #162136;
    color: #FFFFFF; }

.feature-mob {
    min-height: 240px;
    margin-bottom: 40px; }

.theme-bg {
    background: url("/img/agpaytech-bg.png"); }

.social-image {
    width: 100%;
    height: 400px; }

.white-label-box {
    width: 100%;
    height: 400px;
    position: relative; }
.white-label-box img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.white-label-box .white-label-content {
    position: absolute;
    bottom: 0;
    color: #FFFFFF;
    padding: 15px;
    background: #191919;
    background: -webkit-linear-gradient(to top, rgba(23, 23, 23, 0.87), rgba(29, 29, 29, 0.1));
    background: linear-gradient(to top, rgba(23, 23, 23, 0.87), rgba(29, 29, 29, 0.1)); }
.white-label-box .white-label-content p {
    line-height: 1.7; }

/*--------------------------------------------------------------
# Apply section
--------------------------------------------------------------*/
.apply .icon-box {
    border: 1px solid #fff;
    padding: 80px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    border-top: 3px solid #1d222d;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.4); }
.apply .icon-box .icon {
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    transition: ease-in-out 0.3s; }
.apply .icon-box .icon i {
    color: #007bff;
    font-size: 60px;
    transition: 0.3s; }
.apply .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px; }
.apply .icon-box h4 a {
    color: #121826;
    transition: ease-in-out 0.3s; }
.apply .icon-box p {
    line-height: 32px;
    font-size: 20px;
    margin-bottom: 0; }
.apply .icon-box:hover {
    border-top: 3px solid #007bff; }
.apply .icon-box:hover h4 a {
    color: #007bff; }

/*--------------------------------------------------------------
# Career
--------------------------------------------------------------*/
.career-header {
    padding: 10px 0; }

.career-header.header-scrolled {
    background: #FFFFFF !important;
    padding: 10px 0 !important;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); }

.apply-form .form-control {
    height: 45px;
    border-radius: 0; }

.apply-form .custom-file-label::after {
    background-color: #162136;
    color: #FFFFFF; }

.apply-form .iti {
    width: 100%; }

@media (max-width: 767px) {
    .apply-form {
        padding: 100px 0; } }

/* case studies section css */
.case-img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

/*=========================================
contact page css
==========================================*/
.contact-hero {
    height: 70vh !important; }
.contact-hero::after {
    content: "";
    position: absolute;
    width: 102%;
    height: 120px;
    background: #fff;
    bottom: -72px;
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    z-index: 999; }

.contact-form .form-control {
    height: 50px;
    border-radius: 0; }
.contact-form .iti {
    width: 100%;
}
.contact-form textarea.form-control {
    height: auto; }

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

/*Frequently Asked Questions*/
.faq .faq-list {
    padding: 60px 30px;
    list-style: none;
    padding-left: 10px; }
.faq .faq-list li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d4e5fc; }
.faq .faq-list a {
    display: block;
    position: relative;
    font-family: #106eea;
    font-size: 18px;
    font-weight: 500; }
.faq .faq-list i {
    font-size: 18px;
    position: absolute;
    right: -25px;
    top: 6px; }
.faq .faq-list p {
    margin-bottom: 20px;
    font-size: 15px; }
.faq .faq-list a.collapse {
    color: #106eea; }
.faq .faq-list a.collapsed {
    color: #343a40; }
.faq .faq-list a.collapsed:hover {
    color: #106eea; }
.faq .faq-list a.collapsed i::before {
    content: "\eab2" !important; }

/* footer section */
#footer {
    color: #fff;
    font-size: 14px;
    background: #192851;
    background-size: cover; }
#footer .footer-top {
    padding: 60px 0 30px 0;
    position: relative; }
#footer .footer-top .footer-contact {
    margin-bottom: 30px; }
#footer .footer-top .footer-contact h3 {
    font-size: 28px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase; }
#footer .footer-top .footer-contact h3 img {
    width: 200px; }
#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: 'Mulish', sans-serif; }
#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px; }
#footer .footer-top .footer-links {
    margin-bottom: 30px; }
#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0; }
#footer .footer-top .footer-links ul i {
    padding-right: 10px;
    color: #fff;
    /* font-size: 18px; */
    line-height: 1; }
#footer .footer-top .footer-links ul li {
    padding: 8px 0;
    display: flex;
    align-items: center;
    font-size: 1rem; }
#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0; }
#footer .footer-top .footer-links ul a {
    color: rgba(255, 255, 255, 0.8);
    transition: 0.3s;
    display: inline-block;
    line-height: 1.2; }
#footer .footer-top .footer-links ul a:hover {
    text-decoration: underline;
    color: #fff; }
#footer .footer-newsletter {
    font-size: 15px; }
#footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px; }
#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 5px;
    text-align: left;
    border: 1px solid white; }
#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px); }
#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: -1px;
    right: -2px;
    bottom: -1px;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #2BD29B;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 5px 5px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); }
#footer .footer-newsletter form input[type="submit"]:hover {
    background: #127CF5; }
#footer .copyright-wrap {
    border-top: 1px solid rgba(212, 209, 230, 0.26); }
#footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #fff; }
#footer .credits a {
    color: #fff; }
#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s; }
#footer .social-links a:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    text-decoration: none; }

.arrow_anchor{
    text-decoration: none;
    color: black;
    font-size: 18px;
}
.arrow_anchor span{
    font-weight: 400;
    margin-left: 5px;
    transition: all 0.5s;
    color: #2251ff;
    font-size: 22px;
    vertical-align: middle;
}
.arrow_anchor:hover{
    color: #2251ff;
}
.arrow_anchor:hover span{
    margin-left: 20px;
}
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important; }
    #footer .footer-top .footer-links {
        text-align: center; }
    #footer .footer-top .footer-links ul li {
        justify-content: center; } }

@media (max-width: 992px) {
    #header {
        padding: 12px 0; }
    #header .logo {
        font-size: 28px; } }

@media (min-width: 1200px) {
    #hero {
        background-attachment: fixed; } }

@media (max-width: 991px) {
    #hero {
        text-align: center; }
    #hero .container {
        padding-top: 68px; }
    #hero .container-fluid {
        padding-top: 68px; }
    #hero .animated {
        -webkit-animation: none;
        animation: none; }
    #hero .hero-img {
        text-align: center; }
    #hero .hero-img img {
        width: 50%; } }

@media (max-width: 768px) {
    #hero h1 {
        font-size: 26px;
        line-height: 36px; }
    #hero h2 {
        font-size: 18px;
        line-height: 24px; }
    #hero .hero-img img {
        width: 60%; }
    .breadcrumbs .d-flex {
        display: block !important; }
    .breadcrumbs ol {
        display: block; }
    .breadcrumbs ol li {
        display: inline-block; }
    .portfolio-details .portfolio-info {
        position: static;
        margin-top: 30px; } }

@media (max-width: 575px) {
    #hero .hero-img img {
        width: 80%; } }

@media (max-width: 767px) {
    .testimonials {
        margin: 30px 10px; } }

@media (min-width: 768px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%; }
    .row-cols-sm-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .row-cols-sm-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
    .row-cols-sm-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%; }
    .row-cols-sm-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
    .row-cols-sm-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%; }
    .row-cols-sm-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%; }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%; }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%; }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%; }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%; }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%; }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%; }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%; }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%; }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%; }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%; }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1; }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13; }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0; }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1; }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2; }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3; }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4; }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5; }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6; }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7; }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8; }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9; }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10; }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11; }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12; }
    .offset-sm-0 {
        margin-left: 0; }
    .offset-sm-1 {
        margin-left: 8.333333%; }
    .offset-sm-2 {
        margin-left: 16.666667%; }
    .offset-sm-3 {
        margin-left: 25%; }
    .offset-sm-4 {
        margin-left: 33.333333%; }
    .offset-sm-5 {
        margin-left: 41.666667%; }
    .offset-sm-6 {
        margin-left: 50%; }
    .offset-sm-7 {
        margin-left: 58.333333%; }
    .offset-sm-8 {
        margin-left: 66.666667%; }
    .offset-sm-9 {
        margin-left: 75%; }
    .offset-sm-10 {
        margin-left: 83.333333%; }
    .offset-sm-11 {
        margin-left: 91.666667%; } }

@media (min-width: 992px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%; }
    .row-cols-md-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .row-cols-md-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
    .row-cols-md-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%; }
    .row-cols-md-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
    .row-cols-md-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%; }
    .row-cols-md-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%; }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%; }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%; }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%; }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%; }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%; }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%; }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%; }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%; }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%; }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%; }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1; }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13; }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0; }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1; }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2; }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3; }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4; }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5; }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6; }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7; }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8; }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9; }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10; }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11; }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12; }
    .offset-md-0 {
        margin-left: 0; }
    .offset-md-1 {
        margin-left: 8.333333%; }
    .offset-md-2 {
        margin-left: 16.666667%; }
    .offset-md-3 {
        margin-left: 25%; }
    .offset-md-4 {
        margin-left: 33.333333%; }
    .offset-md-5 {
        margin-left: 41.666667%; }
    .offset-md-6 {
        margin-left: 50%; }
    .offset-md-7 {
        margin-left: 58.333333%; }
    .offset-md-8 {
        margin-left: 66.666667%; }
    .offset-md-9 {
        margin-left: 75%; }
    .offset-md-10 {
        margin-left: 83.333333%; }
    .offset-md-11 {
        margin-left: 91.666667%; } }
.insight-sec {
    padding: 30px 0;
}

@media only screen and (max-width: 767px){
    /*.about-hero*/
    /* {*/
    /*    background-position-x: -100px !important;*/
    /*}*/
    .solutions-section .advice-link {
        position: relative;
        margin-top: 30px;
        margin-bottom: 30px;
    }

}






.smd {
    width: 200px;
    font-size: small;
    text-align: center;
}
.smd i{
    font-size: 2rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
}
.ur {
    border: none;
    background-color: #e6e2e2;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    padding-left: 7px;
}
.ur .text
{
    background-color: transparent;
    border: none;
}
.ur .text:focus
{
    border: none;
    box-shadow: none;
    outline: 0;
}
.cpy {
    border: none;
    background-color: #3862e0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
    color: #fff;
    padding: 5px 10px;
}

.social-section .social-carousel .social-image {
    min-height: 465px;
}

.color-black {
    color: #213B55;
}

.text-underline {
    text-decoration: underline;
}

.bloghover-box {
    transition: box-shadow .3s;
    padding: 20px;
}

.bloghover-box:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
    background-color: #fff;
}

.facebook-box {
    /*background: url('/img/social-banner.jpg');*/
    background-position-x: center;
    background-size: cover;
}

.bloghover-box img {
    height: 180px;
    object-fit: cover;
    width: 100%;
}

.career_hover_effect {
    transition: all 0.5s;
}

.career_hover_effect:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.career_hover_effect:hover .career-msg {
    background-color: rgb(240, 240, 240)
}
.blog-card .card-image
{
    position: relative;
    height: 350px;
}
.blog-card .card-image img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-card .card-body h3{
    position: relative;
    color: #333;
    font-size: 2rem;
    font-weight: 700;
}
.blog-card .card-body .blog-date
{
    position: relative;

    color: #333;
    font-size: 0.8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.blog-card .card-image .blog-date span
{
    width: 25px;
    height: 4px;
    background: #5BBEFF;
    margin-right: 8px;
}
.blog-card .card-body ul
{
    padding-left: 0;
    display: flex;
    gap: 5px;
}
.blog-card .card-body ul li a{
    color: #666666;
    font-size: 15px;
    line-height: 24px;
    background-color: #F4F4F4;
    border-bottom: 1px solid #666666;
    padding: 8px;
}
.blog-card .card-body .blog-ico
{
    font-size: 1.5rem;
    color: #127cf5;
}
.color-black
{
    color: #213B55;
}
.text-underline
{
    text-decoration: underline;
}
.bloghover-box
{
    transition: box-shadow .3s;
    padding: 15px;
}
.bloghover-box:hover
{
    box-shadow: 0 0 11px rgba(33,33,33,.2);
    background-color: #fff;
}
.bloghover-box img
{
    height: 180px;
    object-fit: cover;
    width:100%;
}

.download-column{
    padding: 120px 200px;
}
.bloghover-box a{
    font-size: 1.3rem;
}

.bloghover-box p{
    font-size: 1rem;
    line-height: 1.7;
}
@media only screen and (max-width: 767px){
    .f-none-xs
    {
        float: none !important;
    }
}

.blog-down-block
{
    position: absolute;
    width: 95%;
    bottom: 15px;
    left: 15px;
    right: 15px;
}
