/*TABLE OF CONTENTS*/
/*=====================
01. RESET CSS
02. BASE TYPOGRAPHY
03. PRE DEFINE CLASS CSS
04. HEADER CSS
05. HERO SECTION CSS
06. CEO MESSAGE SECTION CSS
07. FEATURE SECTION CSS
08. PROGRESSBAR CSS
09. CORE IDEA CSS
10. MAIN SERVICES CSS
11. PORTFOLIO CSS
12. BLOG SECTION CSS
13. WORK PROCESS CSS
14. COUNTER SECTION CSS
15. TABS SECTION CSS
16. TEAM SECTION CSS
17. VIDEO PROMO CSS
18. PROMO BLOCK WITH HOVER BG IMAGE
19. TESTIMONIAL CSS
20. SUBSCRIBE FORM CSS
21. ACCORDION FAQ CSS
22. CONTENT BOX CSS
23. PRICING CSS
24. SINGLE PAGE HEADER CSS
25. CONTACT US CSS
26. FOOTER CSS
27. PRELOADER CSS
28. BLOG PAGE CSSope
29. BACK TO TOP CSS
=======================*/

/* -----------------------------------------
			   01. RESET CSS
-------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*    font: inherit;*/
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    overflow-y: scroll;
    font-size: 15px;
}

p {
    font-size: 17px; text-align: justify;
}


/* -----------------------------------------
           02. BASE TYPOGRAPHY
-------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

/**/

body,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.navbar,
.brand,
.btn,
.btn-simple,
a,
.td-name,
td {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: #ffffff;
    /* */
    font-family: Arial, Helvetica, sans-serif;

    font-size: 1rem;
    color: #1a1a1a;
    font-weight: 400;
    line-height: 1.75;
}

body.arialnarrow {
    font-family: "Arial Narrow", Arial, sans-serif !important;
}



p:not(:last-child) {
    margin-bottom: 1.25em;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0 0 1rem;

    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 600;
    line-height: 1.21;
    color: initial;
}

h1 {
    margin-top: 0;
    font-size: 3.052em;
}

h2 {
    font-size: 2.441em;
}

h3 {
    font-size: 1.953em;
}

h4 {
    font-size: 1.563em;
}

h5 {
    font-size: 1.25em;
}

small,
.text_small {
    font-size: 0.8em;
}

strong,
b {
    font-weight: 600 !important;
    /* font-family: 'Montserrat', sans-serif; */
}

.badge {
    display: inline;
    padding: 0.20rem .5rem;
    line-height: inherit;
    font-weight: 600;
    font-size: 77%;
}

.badge-pill {
    padding-right: .875em;
    padding-left: .875em;
    border-radius: 50rem;
}

.badge-pill.badge-danger {
    background-color: #0fbeff !important;
}

.custom-radius {
    border-radius: 15px;
}

/*========================================
        03. PRE DEFINE CLASS CSS
==========================================*/
.ptb-60 {
    padding: 60px 0;
}

.ptb-80 {
    padding: 80px 0;
}

.ptb-100 {
    padding: 100px 0;
}

.pt-100 {
    padding-top: 100px;
}

.pt-165 {
    padding-top: 165px;
}

.pb-100 {
    padding-bottom: 100px;
}

.mt--165 {
    margin-top: -165px !important;
}

.gray-light-bg {
    background: #f4f4f4;
}

.primary-bg {
    background: #1351a8;
    ;
}

.secondary-bg {
    background: #162e66;
}

.accent-bg {
    background: #ff6492;
}

.color-primary {
    color: #1351a8;
}

.color-secondary {
    color: #162e66;
}

.accent-color {
    color: #ff6492;
}

.gradient-bg {
    background: linear-gradient(75deg, #1351a8 10%, #162e66) !important;
}

.white-bg {
    background: #ffffff;
}

a {
    color: #0a749f;
}

a:hover {
    color: #000;
    text-decoration: none;
}

.color-1 {
    color: #ff164e;
}

.color-1-bg {
    background: rgba(255, 22, 78, 0.15);
}

.color-2 {
    color: #1351a8;
}

.color-2-bg {
    background: rgba(145, 35, 255, 0.15);
}

.color-3 {
    color: #162e66;
}

.color-3-bg {
    background: rgba(0, 115, 236, 0.15);
}

.color-4,
.ratting-color {
    color: #ff7c3f;
}

.color-4-bg {
    background: rgba(255, 124, 63, 0.15);
}

.color-5,
.success-color {
    color: #2ebf6d;
}

.color-5-bg {
    background: rgba(46, 191, 109, 0.15);
}

.color-6 {
    color: #f25c7f;
}

.color-6-bg {
    background: rgba(242, 92, 127, 0.15);
}

.animated-btn {
    transition: all .25s ease-in-out;
}

.animated-btn:hover {
    transform: translate(0, -3px);
    -webkit-transform: translate(0, -3px);
}

.outline-btn,
.secondary-solid-btn,
.primary-solid-btn,
.solid-white-btn,
.outline-white-btn,
.secondary-outline-btn,
.accent-solid-btn,
.accent-outline-btn {
    padding: 12px 30px;
    font-weight: bold;
    font-size: 15px;
    transition: all .25s ease-in-out;
}

.primary-solid-btn {
    border: 1px solid #162e66;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .15);
    background-image: linear-gradient(to bottom, #1A2C79, #0e206d);
    color: #ffffff;
}

.accent-solid-btn {
    background: #008dc1;
    color: #ffffff;
}

.accent-solid-btn:hover {
    background: #000;
    color: #fff;
}

.accent-outline-btn {
    color: #fb3972;
    border: 1px solid #fb3972;
}

.accent-outline-btn:hover {
    background: #fb3972;
    color: #ffffff;
}

.primary-solid-btn:hover {
    background: transparent;
    color: #162e66;
}

.secondary-solid-btn {
    color: #fff;
    background: #097ba9;
    border: 1px solid #097ba9;
}

.secondary-solid-btn:hover {
    background: transparent;
    color: #008dc1;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.secondary-outline-btn {
    color: #008dc1;
    display: inline-block;
    border: 1px solid #008dc1;
}

.secondary-outline-btn:hover {
    background: #1351a8;
    color: #ffffff;
}

.outline-btn {
    position: relative;
    display: inline-block;
    color: #162e66;
    border: 1px solid #162e66;
}

.outline-btn:after {
    content: " ";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    z-index: -1;
    border-radius: 4px;
    opacity: 0;
    transition: 400ms;
    text-shadow: 0 0.5px 0.3px rgba(0, 0, 0, .1);
    background-image: linear-gradient(75deg, rgba(19, 81, 168, 0.85) 10%, rgb(9 123 169));
}

.outline-btn:hover:after {
    opacity: 1;
}

.outline-btn:hover {
    color: #ffffff;
    background-image: linear-gradient(75deg, rgba(19, 81, 168, 0.85) 10%, rgb(9 123 169));
}

.primary-bg h1,
.primary-bg p {
    color: #fff;
}

.solid-white-btn {
    background: #ffffff;
    border-color: #ffffff;
    color: #162e66;
}

.solid-white-btn:hover {
    background: transparent;
    color: #ffffff;
}

.outline-white-btn {
    color: #ffffff;
    border-color: #ffffff;
}

.outline-white-btn:hover {
    background: #ffffff;
    color: #162e66;
}

/*icon size*/
.icon-sm {
    font-size: 25px;
    line-height: 25px;
}

.icon-md {
    font-size: 40px;
    line-height: 40px;
}

.icon-lg {
    font-size: 50px;
    line-height: 50px;
}

.icon-25 {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-weight: 600;
}

/*form field css*/
.form-control {
    border-color: #c8eeff;
    padding: .75rem 0.85rem;
    height: calc(2.56em + .75rem + 2px);
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
select.form-control.has-value {
    color: #000 !important;
    font-size: 13px;
}

input[type]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
select.form-control.has-value {
    /* Firefox 18- */
    color: #000;
    font-size: 13px;
}

input[type]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
select.form-control.has-value {
    /* Firefox 19+ */
    color: #000;
    font-size: 13px;
}

input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
select.form-control.has-value {
    color: #000;
    font-size: 13px;
}

select.form-control.has-value {
    height: 52px;
}

.section-heading h2 span {
    font-weight: 400;
    font-size: 2rem;
}

.lead {
    font-size: 1.08rem !important;
    line-height: 2;
}



.z-index {
    z-index: 9;
}

.height-lg-100vh {
    min-height: 100vh;
}

@media (max-width: 576px) {
    .height-lg-100vh {
        height: auto;
    }
}

.custom-badge {
    top: 5%;
    right: 8%;
}

.image-wrap img {
    display: block;
}

@media (min-width: 1300px) and (max-width: 1920px) {
    .custom-width {
        min-width: 630px;
    }
}

@media (min-width: 300px) and (max-width: 991px) {

    .hero-shape,
    .shape-four {
        display: none;
    }
}

/*app download btn*/

@media (min-width: 300px) and (max-width: 767px) {
    .app-download-list li {
        margin: 10px 0;
    }
}

.app-download-list li a {
    padding: 10px 22px;
    color: inherit;
    font-size: 13px;
    line-height: 15px;
}

.download-text span {
    font-size: 13px;
}

.download-text h5 {
    font-size: 15px;
    color: inherit;
}

.app-download-list li a:hover {
    background: #162e66;
    color: #FFFFFF;
    border-color: #162e66 !important;
}

/*=========================================
            04. HEADER CSS
============================================*/
.affix {
    background-color: #ffffff;
    -webkit-transition: padding 0.4s ease-out;
    -moz-transition: padding 0.4s ease-out;
    -o-transition: padding 0.4s ease-out;
    transition: padding 0.4s ease-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

/*header topbar*/
.topbar-text ul li {
    font-size: 13px;
    font-weight: 500;
    /* font-family: 'Montserrat', sans-serif; */
}

.topbar-text ul li:not(:last-child) {
    margin-right: 20px;
}

.topbar-text ul li strong {
    font-size: 14px;
    vertical-align: middle;
}

.topbar-text ul li a {
    display: inline-flex;
    align-items: center;
    color: inherit;
}

.topbar-text ul li a:hover {
    color: #1351a8;
}

.gradient-bg .topbar-text ul li,
.gradient-bg .topbar-text ul li a {
    color: #ffffff;
    opacity: 0.8;
}

.gradient-bg .topbar-text ul li a:hover {
    opacity: 1;
}

.topbar-text ul li span {
    vertical-align: middle;
}


.white-bg.affix,
.custom-nav.affix {
    background: #ffffff;
    border-bottom: 1px solid #ebebeb;
}




.fixed-top {
    top: auto;
}

.fixed-top.affix {
    top: 0;
}

.white-bg.custom-nav ul li a:hover {
    opacity: 1;
}

.bg-transparent ul li a {
    color: #ffffff;
}

.bg-transparent ul li a:hover,
.white-bg.affix ul li a:hover {
    opacity: 1;
}

.bg-transparent.affix {
    background: linear-gradient(75deg, #1351a8 5%, #162e66) !important;
}

.navbar-toggler {
    color: #162e66!important;
}

/*main menu new style*/
.header nav.navbar {
    padding: 0.3rem 0;
    transition: all .3s ease-in-out;
}

.navbar-brand {
    font-size: inherit;
    height: auto;
    margin-bottom: -8px;
    transition: all .3s ease-in-out;
}

.menu {
    display: block;
}

.menu li {
    display: inline-block;
    position: relative;
}

.menu li:first-child {
    margin-left: 0;
}

.menu li a {
    font-size: 16px;
    font-weight: normal !important;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 4px;
    display: block;
    transition: all 0.3s ease-in-out 0s;
    color: #353535;
}

@media (min-width: 769px) {
    .affix .menu>li a {
        padding: 0px 15px;
    }

    .custom-nav.affix ul li a {
        color: #162e66;
    }

    .custom-nav.affix ul li a.active {
        color: #fff;
    }

    .custom-nav.affix ul li a:hover,
    .affix .menu li:hover>a {
        color: #fff;
    }
}

.white-bg>.menu li a {
    color: #162e66 !important;
}

.menu li a.active,
.menu li a:hover,
.menu li:hover>a {
    opacity: 1;
    background: #097ba9;
    color: #fff !important;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 200px;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 9;
    border-radius: 4px;
    transform: translate(0, 20px);
    transition: all 0.3s ease-out;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
}

.menu ul:after {
    bottom: 100%;
    left: 35px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border: solid transparent;
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}

.menu li a.dropdown-toggle::after {
    position: relative;
    left: 2px;
    vertical-align: middle;
}


.menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}

.menu ul li a {
    text-transform: inherit;
    font-weight: normal;
    display: block;
    color: #000;
    padding: 8px 15px;
    font-size: 16px;
    border-radius: 0;
}

.menu ul li a:hover,
.menu ul li:hover>a {
    color: #ffffff;
    background: #0084b9;
}

.lastmenu {
    background: #101010;
    padding: 5px 16px !important;
    border-radius: 4px;
}

.lastmenu:hover {
    background: #000;
}



.menu ul.sub-menu li:first-child a:hover,
.menu ul.sub-menu li:last-child ul li:first-child a:hover {
    border-radius: 4px 4px 0 0;
}

.menu ul.sub-menu li:last-child a:hover,
.menu ul.sub-menu li:last-child ul li:last-child a:hover {
    border-radius: 0 0 4px 4px;
}

.menu ul.sub-menu li:last-child ul li a:hover {
    border-radius: 0;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}

.menu ul ul {
    left: 200px;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px, 20px);
    transition: all 0.2s ease-out;
}

@media (min-width: 769px) {
    .menu ul.sub-menu ul:after {
        left: -8px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border: solid transparent;
        border-right-color: #fff;
        border-width: 8px;
    }
}

.menu li>ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}

.responsive-menu {
    display: none;
    width: 100%;
    padding: 20px 15px;
    background: #374147;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.responsive-menu:hover {
    background: #374147;
    color: #fff;
    text-decoration: none;
}

@media (min-width: 320px) and (max-width: 992px) {
    .navbar.bg-transparent {
        background: linear-gradient(75deg, #1351a8 5%, #162e66) !important;
        padding: .45rem 1rem !important;
    }

    .navbar.custom-nav {
        background: #ffffff;
    }

    .navbar.custom-nav .navbar-toggler {
        color: #162e66 !important;
    }

    .navbar.custom-nav .navbar-toggler:focus {
        outline: none;
    }

    .menu li {
        display: block;
    }

    .white-bg.affix,
    .custom-nav.affix,
    .navbar.white-bg {
        background: #ffffff !important;
        border-bottom: 1px solid #ebebeb;
    }

    .white-bg.custom-nav ul li a,
    .custom-nav ul li a {
        color: #162e66 !important;
    }

    .white-bg.custom-nav ul li ul.sub-menu li a:hover,
    .custom-nav ul li ul.sub-menu li a:hover {
        color: #ffffff !important;
    }

    .white-bg.navbar .navbar-toggler span {
        color: #162e66;
    }

    .ptb-100 {
        padding: 55px 0;
    }

    .pt-100 {
        padding-top: 55px;
    }

    .pb-100 {
        padding-bottom: 55px;
    }

    .pt-165 {
        padding-top: 100px;
    }

    .mt--165 {
        margin-top: 0 !important;
    }

    .hero-equal-height {
        min-height: auto !important;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .mainWrap {
        width: 768px;
    }

    .menu ul {
        top: 37px;
    }

    .menu li a {
        padding: 8px 15px;
    }

    a.homer {
        background: #374147;
    }
}

@media (max-width: 821px) {
    .menu ul {
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transform: initial;
    }

    .menu li:hover>ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: initial;
    }

    .menu ul ul {
        left: 0;
        transform: initial;
    }

    .menu li>ul ul:hover {
        transform: initial;
    }
}


@media (max-width: 769px) {
    .responsive-menu {
        display: block;
    }

    .header nav.navbar {
        padding: 0.5rem 0;
    }

    .mainWrap {
        width: auto;
        padding: 50px 20px;
    }

    nav {
        margin: 0;
        background: none;
    }

    .menu li {
        display: block;
        margin: 0;
    }

    .menu li a {
        padding: 8px 15px;
    }

    .menu li a:hover,
    .menu li:hover>a {
        background: #162e66;
        color: #fff !important;
    }

    



}


/*=========================================
            05. HERO SECTION CSS
============================================*/

.mover {
    animation: mover 1s infinite alternate;
}

@keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        transform: translateY(35px);
    }
}

.shape-image {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 76px;
    z-index: 0;
    left: 268px;
    overflow: hidden;
    background-size: cover;
    right: 0;
}

.hero-shape {
    position: absolute;
    left: auto;
    top: -76%;
    right: -44%;
    bottom: auto;
    width: 100%;
    height: 115%;
    border-radius: 100px;
    /* background-color: #0279b2;*/
    background: rgb(2, 121, 178);
    background: linear-gradient(137deg, #dcf4ff 0%, #baebff 100%);

    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

@media (min-width: 320px) and (max-width: 991px) {}

.right-shape {
    position: absolute;
    left: 50%;
    top: 6%;
    width: 100%;
    height: 50%;
    border-radius: 100px;
    z-index: -3;
    background-color: #fff5e8;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.shape-four {
    position: absolute;
    z-index: -1;
    top: -60%;
    right: 60%;
    width: 70%;
    height: 100%;
    border-radius: 100px;
    background-color: #fafbff;
    -webkit-transform: rotate(-33deg);
    -ms-transform: rotate(-33deg);
    transform: rotate(-33deg);
}

.hero-shape-img {
    position: absolute;
    left: auto;
    top: -70%;
    right: -44%;
    bottom: auto;
    width: 100%;
    height: 115%;
    border-radius: 100px;
    background: url("../img/hero-bg-shape.svg")no-repeat;
}

.hero-dot-shape {
    position: relative;
    text-align: center;
    padding: 100px 0 80px 0;
    width: 100%;
    z-index: 2;
    background-size: 3px;
    background-repeat: repeat;
}

.hero-bottom-shape,
.hero-bottom-shape-two {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}


.video-box {
    max-width: 550px;
    margin: 0 auto;
    position: relative;
    bottom: -75px;
}

.video-box img {
    z-index: 0;
}



.shape-img-2 {
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 269px;
    height: auto;
    max-height: 100%;
    max-width: 20.7vw;
}


.shape-wrap {
    position: relative;
    width: 100%;
}

.circle-shape-1,
.circle-shape-2,
.circle-shape-3 {
    position: absolute;
    max-height: 100%;
}

.circle-shape-1 {
    left: auto;
    top: 399px;
    right: 0;
    bottom: auto;
    max-width: 13vw;
}

.circle-shape-2 {
    top: 756px;
    z-index: -2;
    max-width: 11vw;
}

.circle-shape-3 {
    left: auto;
    top: 1296px;
    right: 0;
    bottom: auto;
    max-width: 13vw;
}


/*group shape*/
.group-shape-1,
.group-shape-2,
.group-shape-3 {
    position: absolute;
    max-height: 100%;
    right: auto;
    animation-name: angry-animation;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

.group-shape-1 {
    left: 0;
    top: 0;
    bottom: auto;
    margin-top: 161px;
    margin-left: 42vw;
}

.group-shape-2 {
    left: 9.2vw;
    top: auto;
    bottom: 15px;
}

@keyframes angry-animation {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}


.hero-equal-height {
    position: relative;
    min-height: 700px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background: rgb(190, 237, 255);
    background: linear-gradient(0deg, rgb(236 250 255) 0%, rgba(230, 248, 255, 1) 66%, rgba(245, 252, 255, 1) 100%);
}

.hero-equal-height:before {
    content: '';
    background: url(../img/logo-shape.png) left top no-repeat;
    width: 378px;
    height: 560px;
    position: absolute;
    left: 0;
    bottom: 5%;
}

.hero-equal-height.hero-tab-slider {
    min-height: 700px !important;
}

.shape-bottom img.bottom-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
}


.hero-bg-1,
.hero-bg-2 {
    position: relative;
    display: block;
    width: 100%;
}

.hero-bg-1:before {
    position: absolute;
    content: '';
    background: url("../img/slider-bg-2.svg")no-repeat center bottom / cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.hero-bg-2:before {
    position: absolute;
    content: '';
    background: url("../img/slider-bg-1.svg")no-repeat center bottom / cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.hero-slider-content span {
    font-size: 22px;
    font-weight: 700;
    color: #00adef;
    margin-bottom: 21px;
    display: inline-block;
    background: #fff;
    padding: 0px 40px 0px 0px;
    position: relative;
    line-height: 55px;
}

.hero-slider-content span:before {
    content: '';
    position: absolute;
    display: inline-block;
    background: #fff;
    width: 50%;
    height: 55px;
    left: -50%;
    top: 0;
}

.hero-slider-content span:after {
    content: '';
    position: absolute;
    display: inline-block;
    background: #fff;
    width: 54px;
    height: 55px;
    right: -30px;
    top: 0;
    transform: skewX(36deg);
}

.hero-slider-content h1 {
    font-size: 40px;
    line-height: initial;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 35px;
}

.hero-slider-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
}



.slider-bg-image,
.gradient-overlay {
    position: relative;
    width: 100%;
    display: block;
}

.slider-bg-image:before {
    position: absolute;
    content: '';
    background: #162e66;
    opacity: 0.60;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.gradient-overlay:before {
    position: absolute;
    content: '';
    background-image: linear-gradient(75deg, rgb(8 85 116 / 91%) 10%, rgb(9 123 169));
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

}

.video-section-wrap .background-video-overly {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: linear-gradient(75deg, rgba(19, 81, 168, 0.85) 10%, rgba(22, 46, 102, 0.85)) !important;
}




.gradient-overly-right-light,
.gradient-overly-right-color,
.gradient-overly-left,
.gradient-overly-bottom,
.gradient-overly-top {
    z-index: 1;
    width: 100%;
    min-width: 100%;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.gradient-overly-right-light:before,
.gradient-overly-right-color:before,
.gradient-overly-left:before,
.gradient-overly-bottom:before,
.gradient-overly-top:before {
    content: "";
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.gradient-overly-right-light:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #1351a8), to(transparent));
    background: linear-gradient(to right, #fff4f4 30%, rgba(26, 44, 121, 0.18) 100%);

}

.gradient-overly-right-color:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #1351a8), to(transparent));
    background: linear-gradient(to right, #1351a8 30%, rgba(26, 44, 121, 0.18) 100%);

}

.gradient-overly-left:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #1351a8), to(transparent));
    background: linear-gradient(to left, #1351a8 30%, rgba(26, 44, 121, 0.18) 100%);
}

.gradient-overly-bottom:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #1351a8), to(transparent));
    background: linear-gradient(to bottom, #1351a8 45%, rgba(26, 44, 121, 0.18) 100%);
}

.gradient-overly-top:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #1351a8), to(transparent));
    background: linear-gradient(to top, #1351a8 35%, rgba(26, 44, 121, 0.18) 100%);
}



/*dot indicator css*/
.dot-indicator-center .owl-dots {
    position: absolute;
    width: 100%;
    margin-top: 0 !important;
    bottom: 15px;
}

.dot-indicator-center.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 5px;
}

.dot-indicator-center.owl-theme .owl-dots .owl-dot.active span,
.dot-indicator-center.owl-theme .owl-dots .owl-dot:hover span {
    background: #162e66;
}

.dot-indicator-center.owl-theme .owl-dots button.owl-dot:focus {
    outline: none !important;
}

/*custom dot style*/

.custom-dot.owl-theme .owl-dots,
.custom-arrow.owl-theme .owl-nav {
    position: absolute;

}

.custom-dot.owl-theme .owl-dots {
    right: 0;
    bottom: 35px;
}

.custom-dot.dot-right-center.owl-theme .owl-dots {
    margin: 0 !important;
    top: 40%;
    right: 10%;
}

.custom-dot.dot-bottom-center.owl-theme .owl-dots {
    width: 100%;
    margin: 10px auto;
}

.custom-dot.dot-bottom-center.owl-theme .owl-dots button {
    margin: 0 4px;
    border: 1px dashed #162e66;
}

.custom-dot.dot-right-center.owl-theme .owl-dots button {
    display: block;
    border: 1px dashed #ebebeb;
    margin: 6px 0;
}

.custom-dot.custom-dot-2.owl-theme .owl-dots button {
    margin: 0 4px;
    border: 1px dashed #ebebeb;
}

.custom-dot.custom-dot-2.owl-theme .owl-dots {
    right: 15px;
    top: auto;
    bottom: -10%;
}

.custom-dot.owl-theme .owl-dots button {
    border-radius: 100%;
    border: 1px dashed #162e66;
    margin: 0 4px;
}

.custom-dot.owl-theme .owl-dots button:focus,
.custom-arrow.owl-theme .owl-nav button:focus {
    outline: none;
}

.custom-dot.owl-theme .owl-dots button.owl-dot.active,
.custom-dot.owl-theme .owl-dots button.owl-dot span {
    background: #ffffff;
}

.custom-dot.owl-theme .owl-dots button.owl-dot span:hover {
    background: #1351a8;
}

.custom-dot.owl-theme .owl-dots button.owl-dot.active span {
    background: #1351a8;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}

.custom-dot.owl-theme .owl-dots .owl-dot span {
    margin: 2px;
}

/*custom arrow*/
.custom-arrow.owl-theme .owl-nav button {
    width: 30px;
    background: transparent;
    border: 1px dashed #ebebeb;
    line-height: 26px;
}

.custom-arrow.owl-theme .owl-nav button:hover {
    background: #1351a8;
    border-color: #1351a8;
}

.custom-arrow.owl-theme .owl-nav button:hover span {
    color: #ffffff;
}

.custom-arrow.owl-theme .owl-nav button span {
    font-size: 25px;
    color: #1351a8;
}

.custom-arrow-bottom-center.owl-theme .owl-nav {
    width: 100%;
    margin: auto;
    margin-top: 8px;
}

.custom-arrow-left-right.owl-theme .owl-nav {
    width: 100%;
    top: 25%;
}

.custom-arrow-left-right.owl-theme .owl-nav button.owl-prev,
.custom-arrow-left-right.owl-theme .owl-nav button.owl-next {
    position: absolute;
}

.custom-arrow-left-right.owl-theme .owl-nav button.owl-prev {
    left: -35px;
}

.custom-arrow-left-right.owl-theme .owl-nav button.owl-next {
    right: -35px;
}

/*heighlight feature list*/

.highlight-list li {
    border: 1px dashed #ebebeb;
    border-radius: 4px;
    text-align: center;
    padding: 0.75rem;
    margin-bottom: 0.75rem;
    min-width: 130px;
}

.highlight-list li h5 {
    font-size: 32px;
    font-weight: 700;
}

.highlight-list li h6 {
    font-size: 13px;
}

/*slider */
.custom-indicators {
    position: absolute;
    bottom: 0;
    z-index: 5;
    width: 100%;
}

.custom-indicators li {
    min-width: 200px;
    transition: all 0.3s ease-in;
}

.custom-indicators li button {
    border: none;
    display: block;
    width: 100%;
    padding: 1.5rem;
    justify-content: center;
    border-radius: 4px 4px 0 0;
    transition: all 0.3s ease-in;
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 600;
}

.custom-indicators li.active button {
    background: #1351a8;
    color: #ffffff;
}

.custom-indicators li.active button span {
    color: #ffffff;
}

.custom-indicators li button:focus {
    outline: none;
}

@media (min-width: 320px) and (max-width: 575px) {
    .hero-equal-height.hero-tab-slider {
        min-height: 500px !important;
    }

    .custom-indicators li {
        min-width: auto;
    }

    .custom-indicators li button {
        padding: 6px 8px;
    }
}


/*hero animation css*/

@media (min-width: 992px) {
    .hero-animation-img {
        position: relative;
        display: block;
        width: 100%;
    }

    .animation-one {
        -webkit-animation: move-one 7s ease-in-out infinite;
        animation: move-one 7s ease-in-out infinite;
    }

    /*@keyframes move-one {
        0% {
            -webkit-transform: translateX(0) translateY(5px);
            transform: translateX(0) translateY(5px)
        }
        50% {
            -webkit-transform: translateX(0) translateY(-5px);
            transform: translateX(0) translateY(-5px)
        }
        100% {
            -webkit-transform: translateX(0) translateY(5px);
            transform: translateX(0) translateY(5px)
        }
    }
    @-webkit-keyframes move-one {
        0% {
            -webkit-transform: translateX(0) translateY(5px);
            transform: translateX(0) translateY(5px)
        }
        50% {
            -webkit-transform: translateX(0) translateY(-5px);
            transform: translateX(0) translateY(-5px)
        }
        100% {
            -webkit-transform: translateX(0) translateY(5px);
            transform: translateX(0) translateY(5px)
        }
    }*/

    .animation-two {
        position: absolute;
        top: 40px;
        -webkit-animation: move-two 8s ease-in-out infinite;
        animation: move-two 8s ease-in-out infinite;
        left: -40px;
    }

    /*@-webkit-keyframes move-two {
        0% {
            -webkit-transform: translateX(-25px) translateY(-225px);
            transform: translateX(-25px) translateY(-225px)
        }
        50% {
            -webkit-transform: translateX(-25px) translateY(-205px);
            transform: translateX(-25px) translateY(-205px)
        }
        100% {
            -webkit-transform: translateX(-25px) translateY(-225px);
            transform: translateX(-25px) translateY(-225px)
        }
    }
    @keyframes move-two {
        0% {
            -webkit-transform: translateX(-25px) translateY(-225px);
            transform: translateX(-25px) translateY(-225px)
        }
        50% {
            -webkit-transform: translateX(-25px) translateY(-205px);
            transform: translateX(-25px) translateY(-205px)
        }
        100% {
            -webkit-transform: translateX(-25px) translateY(-225px);
            transform: translateX(-25px) translateY(-225px)
        }
    }*/

    .animation-three {
        position: absolute;
        -webkit-animation: move-three 9s ease-in-out infinite;
        animation: move-three 9s ease-in-out infinite
    }

    /*@-webkit-keyframes move-three {
        0% {
            -webkit-transform: translateX(-45px) translateY(-225px);
            transform: translateX(-45px) translateY(-225px)
        }
        50% {
            -webkit-transform: translateX(-45px) translateY(-205px);
            transform: translateX(-45px) translateY(-205px)
        }
        100% {
            -webkit-transform: translateX(-45px) translateY(-225px);
            transform: translateX(-45px) translateY(-225px)
        }
    }
    @keyframes move-three {
        0% {
            -webkit-transform: translateX(-45px) translateY(-225px);
            transform: translateX(-45px) translateY(-225px)
        }
        50% {
            -webkit-transform: translateX(-45px) translateY(-205px);
            transform: translateX(-45px) translateY(-205px)
        }
        100% {
            -webkit-transform: translateX(-45px) translateY(-225px);
            transform: translateX(-45px) translateY(-225px)
        }
    }*/
    .animation-four {
        position: absolute;
        right: 0;
        bottom: 0;
        -webkit-animation: move-four 6s ease-in-out infinite;
        animation: move-four 6s ease-in-out infinite
    }

    .animation-new {
        position: absolute;
        bottom: 10px;
    }

    /*@-webkit-keyframes move-four {
        0% {
            -webkit-transform: translateX(330px) translateY(-215px);
            transform: translateX(330px) translateY(-215px)
        }
        50% {
            -webkit-transform: translateX(330px) translateY(-240px);
            transform: translateX(330px) translateY(-240px)
        }
        100% {
            -webkit-transform: translateX(330px) translateY(-215px);
            transform: translateX(330px) translateY(-215px)
        }
    }
    @keyframes move-four {
        0% {
            -webkit-transform: translateX(330px) translateY(-215px);
            transform: translateX(330px) translateY(-215px)
        }
        50% {
            -webkit-transform: translateX(330px) translateY(-240px);
            transform: translateX(330px) translateY(-240px)
        }
        100% {
            -webkit-transform: translateX(330px) translateY(-215px);
            transform: translateX(330px) translateY(-215px)
        }
    }*/

}

@media (min-width: 992px) and (max-width: 1199px) {

    .animation-four,
    .animation-new {
        display: none !important;
    }
}



/*=========================================
        06. CEO MESSAGE SECTION CSS
============================================*/

/*core services css*/
.core-services-single {
    position: relative;
    display: block;
    transition: all 0.3s ease-in;
}

.core-services-single a {
    text-decoration: none;
    position: absolute;
    right: 15px;
    bottom: -15px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.12);
}

.core-services-single:hover {
    background: linear-gradient(75deg, #1351a8 10%, #162e66);
    color: #fff;
}

.core-services-single:hover h5,
.core-services-single:hover span {
    color: #ffffff !important;
}

.core-services-single:hover a,
.core-services-single:hover a>span {
    color: #162e66 !important;
    background: #ffffff;
}

/*our services style two*/


.services-block-three>a {
    display: block;
    position: relative;
}

.services-block-three>a:before {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    bottom: -2px;
    right: -2px;
    border-bottom: 1px solid #162e66;
    border-right: 1px solid #162e66;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.services-block-three>a:after {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    top: -2px;
    left: -2px;
    border-top: 1px solid #162e66;
    border-left: 1px solid #162e66;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.services-block-three a,
.services-block-three p {
    color: #757575;
    text-decoration: none;
}

.services-block-three p {
    margin-bottom: 0;
}

.services-block-three>a:hover {
    opacity: 1;
    border-color: #ebebeb;
}

.services-block-three>a:hover:before,
.services-block-three>a:hover:after {
    width: 95%;
    height: 90%;
}


/*=========================================
        07. FEATURE SECTION CSS
============================================*/
.icon-box-left {
    position: relative;
    padding-left: 60px;
    text-align: left;
}

.icon-box-left .icon-box-icon {
    position: absolute;
    height: 38px;
    width: 38px;
    left: 0;
    text-align: center !important;
    line-height: 3.375rem;
    font-size: 2.1875rem;
}

.icon-box .icon-box-icon {
    font-size: 2.375rem;
    margin: 0 0 10px;
    transition: all .3s ease-in-out;
}

.icon-box:hover .icon-box-icon {
    transform: translateY(-5px);
}

/*feature box css*/
.features-box {
    position: relative;
    display: block;
}

.features-box-icon {
    display: table-cell;
    vertical-align: top;
}

.features-box-icon i {
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
    color: #162e66;
    font-size: 50px;
    padding: 10px;
    border-radius: 50%;
}

.features-box-content {
    display: table-cell;
    padding-left: 20px;
}

/*=========================================
        08. PROGRESSBAR CSS
============================================*/
.progress {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: .45rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #ebebeb;
    border-radius: 30px;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #162e66;
    transition: width .6s ease;
}

.progress-item+.progress-item {
    margin-top: 24px;
}

.progress-item {
    margin-bottom: 20px;
}

.progress-title>h6 {
    font-size: .95375rem;
    margin-bottom: 8px;
    font-weight: 500;
}

/*progressbar animation*/


.progress span {
    display: block;
    height: 100%;
}

.progress-line {
    background-color: #162e66;
    -webkit-animation: progressBar 3s ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation: progressBar 3s ease-in-out;
    -moz-animation-fill-mode: both;
}

@-webkit-keyframes progressBar {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@-moz-keyframes progressBar {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}


/*=========================================
        09. CORE IDEA CSS
============================================*/

.switchable {
    position: relative;
}

.imageblock-section {
    position: relative;
    display: block;
    width: 100%;
}

.imageblock-section .imageblock-section-img {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 2;
    padding: 0;
}

.switchable.switchable-content div[class*='col-']:first-child {
    float: right;
    right: 0;
    left: auto;
}

.switchable>div[class*='col-'] {
    padding: 0;
}

.background-image-holder {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: 0;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    opacity: 0;
    background: #252525;
}

.background-image-holder:not([class*='col-']) {
    width: 100%;
}

.switchable div[class*='col-']:first-child {
    float: left;
    right: auto;
}

@media (max-width: 767px) {
    .switchable .imageblock-section-img[class*='col-'] {
        float: none !important;
    }
}

.switchable>div[class*='col-'] {
    padding: 0;
}

@media (max-width: 767px) {
    .imageblock-section .imageblock-section-img {
        position: relative;
        min-height: 18.57142857em;
    }
}

@media (min-width: 768px) {
    .switchable .container>.row {
        flex-flow: row-reverse;
    }

    .switchable.switchable-content .container>.row {
        flex-flow: row;
    }
}

/*=========================================
            10. MAIN SERVICES CSS
============================================*/

.services-single {
    transition: all 0.3s ease-in;
}

.services-single a {
    color: #ffffff;
    opacity: 0.8;
}


/*=========================================
            11. PORTFOLIO CSS
============================================*/

.filter-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 6px 20px;
    border-radius: 4px;
    background: transparent;
    margin-right: 5px;
    border: 1px dashed #1351a8;
    transition: all 0.3s ease-in;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;

}

.filter-btn:hover {
    background: #1351a8;
    color: #ffffff;
}

button.filter-btn:focus {
    outline: none;
    box-shadow: none !important;
}

.mixitup-control-active {
    background: #1351a8;
    color: #ffffff;
}

.mixitup-control-active[data-filter]:after {
    background: transparent;
}

.control[data-filter]+.control[data-sort] {
    margin-left: .85rem;
}

/*portfolio container*/

.portfolio-container {
    text-align: justify;
}

/*portfolio grid*/

.portfolio-item,
.gap {
    display: inline-block;
    vertical-align: top;
}

.portfolio-item {
    background: #ebebeb;
    margin-top: 1rem;
    position: relative;
}

/*portfolio hover*/
.portfolio-wrapper {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.portfolio-wrapper .content-overlay {
    background: #1351a8;
    background: -webkit-linear-gradient(left, #1351a8 2%, #162477 82%);
    background: linear-gradient(to right, #1351a8 2%, #162477 82%);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.portfolio-wrapper:hover .content-overlay {
    opacity: 0.8;
}

.portfolio-wrapper a img {
    display: block;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.portfolio-wrapper:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}

/*portfolio grid brack point*/

/* 2 Columns */

.portfolio-item,
.gap {
    width: calc(100% / 2 - (((2 - 1) * 1rem) / 1));
}

/* 3 Columns */

@media screen and (min-width: 541px) {

    .portfolio-item,
    .gap {
        width: calc(100% / 3 - (((3 - 1) * 1rem) / 3));
    }
}

/* 4 Columns */

@media screen and (min-width: 961px) {

    .portfolio-item,
    .gap {
        width: calc(100% / 3 - (((3 - 1) * 1rem) / 3));
    }
}

/* 5 Columns */

@media screen and (min-width: 1281px) {

    .portfolio-item,
    .gap {
        width: calc(100% / 3 - (((3 - 1) * 1rem) / 3));
    }
}

/*=========================================
            12. BLOG SECTION CSS
============================================*/
.single-blog-card {
    margin-bottom: 25px;
}

.single-blog-card span.category {
    z-index: 2;
    top: 10px;
    right: 10px;
}

.single-blog-card .card-body {
    padding: 1.75rem;
    background: #ebf9ff;
}

.meta-list {
    opacity: 0.8;
    font-size: 95%;
}

.meta-list li.list-inline-item:not(:last-child) {
    margin-right: 0.7rem;
}

.single-blog-card a {
    font-weight: 600;
    /* font-family: 'Montserrat', sans-serif; */
}

.single-blog-card a,
.single-blog-card a:hover {
    text-decoration: none;
}

a.detail-link {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
    /* font-family: 'Montserrat', sans-serif; */
    background: #097ba9;
    padding: 5px 20px;
    border-radius: 5px;
}


a.detail-link span {
    font-size: 12px;
    vertical-align: middle;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    color: #fff;
}


a.detail-link:hover {
    background: #000;
}

a.detail-link:hover span {
    transform: translateX(3px);
    margin-left: 8px;
}



/*=========================================
            13. WORK PROCESS CSS
============================================*/
.work-process-list {
    width: 100%;
    display: block;
    position: relative;
}

.work-process-list li {
    width: 18%;
    display: inline-block;
    text-align: center;
    margin-right: 0;
}

.work-process-list li span:before {
    position: absolute;
    content: '';
    height: 4px;
    background: #000;
    width: 100%;
    top: 20%;
    z-index: -1;
    left: 0;
    right: 0;
    border: 3px solid #1351a8;
}

.work-process-list li span:after {
    position: absolute;
    content: '';
    height: 4px;
    background: #000;
    width: 100%;
    top: 20%;
    z-index: -1;
    left: 0;
    right: 0;
    border: 3px solid #1351a8;
}

.work-process-list li span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #ebebeb;
    display: block;
    margin: auto;
    border-radius: 50%;
    z-index: 2;
}


/*work process scrolling style css*/
.step {
    position: relative;
    padding: 5.625rem 20% 20% 0;

}

.step.step-highlight::before {
    background: #fff;
    border-color: #fff;
    color: #000;
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    counter-increment: owlItem;
}

.step-title {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: 0.025em;
}

.text-white .step::before {
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.step:hover::before,
.step.step-highlight::before {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    transform: scale(1.25);
    background: #ffffff;
    border-color: transparent;
    color: #1351a8;
}

.step::before {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    content: counter(owlItem, decimal);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 3.75rem;
    height: 3.75rem;
    line-height: calc(3.75rem - .25rem);
    text-align: center;
    border: 2px solid #e5e5e5;
    z-index: 20;
    border-radius: 50%;
    font-size: 1.5rem;
}

.owl-item:not(:last-child) .step::after {
    content: "";
    display: block;
    position: absolute;
    top: 29px;
    left: 3.75rem;
    width: calc(100% - 40px);
    height: 2px;
    background: #e5e5e5;
    z-index: 10;
}

.owl-carousel.visible .owl-stage-outer {
    overflow: visible;
}

.text-white .step::after {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.work-process-carousel {
    position: relative;
    display: block;
}

.work-process-carousel .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
}

.work-process-carousel .owl-nav button.owl-next,
.work-process-carousel .owl-nav button.owl-prev {

    font-size: 40px;
    line-height: 45px;
    padding: 10px !important;
}

/*work process new style*/
.work-process-wrap {
    margin: 20px -15px -60px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.single-work-process {
    position: relative;
    margin: 0 15px 60px;
    width: calc(25% - 30px);
}


.work-process-icon-wrap {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
}

@media screen and (max-width: 991px) {
    .single-work-process {
        width: calc(50% - 30px);
    }

    .work-process-divider {
        width: calc(100% - 145px);
    }

    .single-work-process:nth-child(2n) .work-process-divider {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .single-work-process {
        width: 100%;
        margin: 0 0 50px;
        text-align: center;
        padding: 0 30px;
    }

    .work-process-divider {
        display: none;
    }
}

.work-process-divider {
    background-image: linear-gradient(90deg, #73778c, #73778c 40%, transparent 40%, transparent 100%);
}

.single-work-process .work-process-divider {
    position: absolute;
    left: auto;
    top: 40px;
    width: calc(100% - 130px);
    height: 1px;
    background-image: linear-gradient(90deg, #73778C, #73778C 40%, transparent 40%, transparent 100%);
    background-size: 12px 1px;
}

.single-work-process .work-process-divider:after {
    content: '\e628';
    font-family: 'themify';
    position: absolute;
    right: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
}


.work-process-icon-wrap i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.work-process-icon-wrap .process-step {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: -20px;
    top: -20px;
    font-size: 20px;
    font-weight: 700;
    /* font-family: 'Montserrat', sans-serif; */
}

.single-work-process:last-child .work-process-divider {
    display: none !important;
}



/*=========================================
            14. COUNTER SECTION CSS
============================================*/
.counter-wrap {
    width: 100%;
    display: block;
    position: relative;
}

.counter-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-flow: dense;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.counter-wrap li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    text-align: center;
    padding: 30px;
}

.counter-wrap li:last-child {
    border-right: none;
    margin-right: 0 !important;
}

.counter-wrap .single-counter {
    margin: 0;
}

.single-counter {
    margin: 14px 0;
    border: 1px dashed;
    min-width: 175px;
}


.single-counter span {
    font-size: 35px;
    line-height: 38px;
}

@media (min-width: 320px) and (max-width: 575px) {
    .single-counter {
        margin: 0;
    }
}


/*=========================================
            15. TAB SECTION CSS
============================================*/
.feature-tabs-wrap {
    margin-top: 0px;
}

.feature-tabs-center {
    margin-bottom: 25px;
}

.feature-tabs li {
    position: relative;
    margin: 0 30px;
}

.feature-tabs li:first-child {
    margin-left: 0;
}

.feature-tabs li a {
    border: none !important;
    padding: 0 0 15px 0;
}

.feature-tabs li a,
.feature-tabs li a.active {
    background: transparent !important;
}

.feature-tabs li a h6,
.visionouter h6 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
    color: #00719f;
}



.feature-tabs li a:before {
    position: absolute;
    content: "";
    width: 50%;
    background: rgba(0, 0, 0, .2);
    -webkit-transition: all .7s cubic-bezier(.19, 1, .22, 1) 0s;
    transition: all .7s cubic-bezier(.19, 1, .22, 1) 0s;
    height: 2px;
    bottom: 0;
}

.feature-tabs li a.active:before {
    width: 100%;
    background: #1351a8;
}

.feature-tabs li a.active {
    color: #1351a8;
    !important;
}

@media (min-width: 320px) and (max-width: 414px) {
    .feature-tabs-wrap ul li {
        margin-bottom: 10px !important;
    }
}

.feature-tab-content {
    padding-top: 15px;
}

.feature-tab-content p,
.visionouter p {
    line-height: 1.7;
    margin-top: 10px;
    font-size: 17px;
    text-align: justify;
    color: #000;
}


/*=========================================
            16. TEAM SECTION CSS
============================================*/
.team-1-wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
}

.team-style-2 {
    border: 1px solid #ececec;
    border-radius: 4px;
    background: #fff;
}

.team-img {
    position: relative;
    overflow: hidden;
}

.team-img:before {
    content: "";
    background-image: linear-gradient(to left, rgba(41, 103, 230, 0.75), rgba(48, 91, 228, 0.75), rgba(59, 79, 226, 0.80), rgba(71, 64, 222, 0.85), rgba(84, 45, 216, 0.95));
    position: absolute;
    opacity: 0.8;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 0;
    height: 0;
    padding: 25%;
    border-radius: 50%;
    transition: opacity .3s ease-out, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease-out;
    transition: transform .3s ease, opacity .3s ease-out, -webkit-transform .3s ease;
    will-change: opacity, transform;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);

}


.team-overly-content {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    opacity: 0;
    will-change: opacity;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.team-1-wrap:hover .team-overly-content {
    opacity: 1;
    height: 100%;
    transition: opacity 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9) 0.2s;
}

.team-1-wrap:hover .team-img:before {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
    transition-duration: .6s;
}

.team-img img {
    display: block;
    transition: all 0.3s ease-in;
}

.team-1-wrap:hover .team-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.team-overly-content ul li a {
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    line-height: 25px;
    padding: 5px;
    background-color: #fff;
    border-radius: 100%;
    margin: 4px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #757575;
}

.team-overly-content ul li a:hover {
    color: #1351a8;
}

.team-info {
    display: block;
    text-align: center;
    width: 100%;
    padding: 15px;
}

/*team two style css*/
.staff-member {
    position: relative;
    display: block;
}

.staff-member img {
    width: 100%;
}

.staff-member h5,
.staff-member p,
.staff-member span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

.staff-member h5,
.staff-member p,
.staff-member span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

.staff-member span {
    font-size: 0.9rem;
    font-weight: 400;
    color: #757575;
    display: inline-block;
}


.staff-member .overlay {
    background: #1351a8;
    background: -moz-linear-gradient(left, #1351a8 2%, #162477 82%);
    background: -webkit-linear-gradient(left, #1351a8 2%, #162477 82%);
    background: linear-gradient(to right, #1351a8 2%, #162477 82%);
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px 30px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 4px;
}

.staff-member .overlay .teacher-quote {
    font-size: 0.9rem;
    font-weight: 300;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.staff-member .overlay .teacher-name {
    color: #fff;
    text-decoration: none !important;
    display: block;
    margin-top: 15px;
}

.staff-member .overlay h5 {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    opacity: 0;
}

.staff-member .overlay .teacher-field {
    font-size: 0.9rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 0;
}

.staff-member .overlay ul.social {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
}

.staff-member .overlay ul.social li {
    margin: 0;
}

.staff-member .overlay ul.social a {
    margin: 0 5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    display: block;
}

.staff-member .overlay ul.social li a:hover span {
    color: #1351a8;
}

.staff-member .overlay ul.social {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
}

.staff-member:hover .social {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.staff-member .overlay .teacher-see-profile {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.staff-member:hover .overlay {
    opacity: 0.90;
}

.staff-member:hover .overlay h5,
.staff-member:hover .overlay p,
.staff-member:hover .overlay span,
.staff-member:hover .overlay ul.social {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.team-social-list li a {
    padding: 5px;
}

.team-social-list li span {
    font-size: 18px;
    line-height: inherit;
    vertical-align: middle;
}


/*=========================================
            17. VIDEO PROMO CSS
============================================*/

.video-play-icon {
    position: relative;
    display: block;
    width: 100%;
    top: 40%;
    left: -10%;
}

.video-play-icon span {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    background: #ffffff;
    -webkit-transition: .5s;
    padding-left: 5px;
}

.color-bip span {
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
}

.white-bip span {
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
}

a.video-play-icon-without-bip:hover span {
    color: #ffffff;
}

a.video-play-icon {
    border-radius: 50%;
    display: block;
}

a.video-play-icon-without-bip {
    animation: none;
}

a.video-play-icon-without-bip:hover {
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: .5s;
    background-color: #1351a8;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(50, 100, 245, .15), 0 0 0 20px rgba(50, 100, 245, .15), 0 0 0 40px rgba(50, 100, 245, .15);
        box-shadow: 0 0 0 0 rgba(50, 100, 245, .15), 0 0 0 20px rgba(50, 100, 245, .15), 0 0 0 40px rgba(50, 100, 245, .15)
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(50, 100, 245, .15), 0 0 0 40px rgba(50, 100, 245, .15), 0 0 0 60px rgba(50, 100, 245, 0);
        box-shadow: 0 0 0 20px rgba(50, 100, 245, .15), 0 0 0 40px rgba(50, 100, 245, .15), 0 0 0 60px rgba(50, 100, 245, 0)
    }
}

@keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(50, 100, 245, .15), 0 0 0 20px rgba(50, 100, 245, .15), 0 0 0 40px rgba(50, 100, 245, .15);
        box-shadow: 0 0 0 0 rgba(50, 100, 245, .15), 0 0 0 20px rgba(50, 100, 245, .15), 0 0 0 40px rgba(50, 100, 245, .15)
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(50, 100, 245, .15), 0 0 0 40px rgba(50, 100, 245, .15), 0 0 0 60px rgba(50, 100, 245, 0);
        box-shadow: 0 0 0 20px rgba(50, 100, 245, .15), 0 0 0 40px rgba(50, 100, 245, .15), 0 0 0 60px rgba(50, 100, 245, 0)
    }
}

@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

.about-img-wrap {
    position: relative;
    display: block;
    overflow: hidden;
}

.about-img-wrap img {
    display: block;
}


/*promo new*/
.box-1 {
    background: #fff;
    box-shadow: 0 20px 50px rgba(111, 118, 217, 0.15);
}

.box-2 {
    background: linear-gradient(148.65deg, #f6f8fe 26.76%, #fdfeff 100.53%);
    box-shadow: 0 20px 50px rgba(111, 118, 217, 0.15);
}

/*======================================
      18. PROMO BLOCK WITH HOVER BG IMAGE
=========================================*/
.single-promo-block {
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.animated-hover:hover {
    transform: translateY(-10px);
}

.promo-hover-bg-1:before {
    background-image: url("../img/blog/1.jpg");
}

.promo-hover-bg-2:before {
    background-image: url("../img/blog/2.jpg");
}

.promo-hover-bg-3:before {
    background-image: url("../img/blog/3.jpg");
}

.promo-hover-bg-4:before {
    background-image: url("../img/blog/4.jpg");
}

.promo-hover-bg-5:before {
    background-image: url("../img/blog/5.jpg");
}

.promo-hover-bg-6:before {
    background-image: url("../img/blog/6.jpg");
}

.single-promo-block:before {
    top: 80%;
    opacity: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-filter: brightness(40%);
    filter: brightness(40%);
}

.single-promo-block:before,
.single-promo-block:after {
    content: '';
    height: 100%;
    right: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single-promo-block:after {
    z-index: 1;
    top: 100%;
    background-image: linear-gradient(75deg, rgba(93, 78, 230, 0.85) 10%, rgba(19, 13, 65, 0.85));
}

.single-promo-block>* {
    position: relative;
    z-index: 3;
}

@media screen and (min-width: 1367px),
screen and (any-hover: hover) and (min-width: 1200px),
not all,
not all,
not all {
    .single-promo-block.hover-image:hover:before {
        opacity: 1;
        -webkit-transition: all 0.17s ease-out 0.18s;
        transition: all 0.17s ease-out 0.18s;
    }

    .single-promo-block.hover-image:hover:before,
    .single-promo-block.hover-image:hover:after {
        top: 0;
    }

    .single-promo-block.hover-image:hover .promo-block-content h5,
    .single-promo-block.hover-image:hover .promo-block-icon span {
        color: #ffffff;
    }

    .single-promo-block.hover-image:hover .promo-block-content p {
        color: rgba(255, 255, 255, 0.75);
    }
}

.overlay-top-img {
    position: absolute;
    bottom: -27px;
}

.project-info-list li {
    border-left: 4px solid #1351a8;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
}

.project-info-list li a {
    color: #707070;
}

/*promo counter*/
.dot-bg-shape {
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url('../img/dot.svg');
    background-size: 125px;
    background-repeat: no-repeat;
}

@media (max-width: 575px) and (min-width: 320px) {
    div.dot-bg-shape[class*='col-']:not(:last-of-type) {
        margin-bottom: 0 !important;
    }
}

.dot-bg-1 {
    background-position: 0 100%;
}

.dot-bg-2 {
    background-position: 50% 0;
}

.dot-bg-3 {
    background-position: 100% 100%;
}

.promo-counter {
    border-radius: 4px;
    box-shadow: 0 11px 43px 0 rgba(84, 93, 120, .1);
}

/*=========================================
      19. TESTIMONIAL CSS
============================================*/

.testimonial-single {
    display: block;
    position: relative;
}

.testimonial-single:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 30px solid #f7f7f7;
    border-right: 30px solid transparent;
    position: absolute;
    bottom: -30px;
}

/*owl carousel slider*/
.owl-carousel .owl-item .client-img img {
    width: 60px;
    display: initial;
}

.client-ratting-list li:not(:last-child) {
    margin-right: 0;
    line-height: 14px;
}

.client-ratting-list li span {
    font-size: 12px;
}


/*testimonial old*/

.bg-left-shape {
    position: relative;
}

.bg-left-shape:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 50%;
    height: 80%;
    left: 15%;
    top: 22%;
    background-image: url(../img/globe-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.testimonial-wrap {
    padding: 30px;
}

.testimonial-wrap span.icon {
    font-size: 35px;
    color: #1351a8;
}

.testimonial-wrap blockquote {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 127px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}


.client-say {
    position: relative;
    display: inline-block;
}

.client-say p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 110px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    float: left;
}

.client-say p span {
    font-size: 32px;
    color: #162e66;
}

.client-say img {
    position: relative;
    width: 6% !important;
    display: initial !important;
    top: 5px;
    margin-right: 10px;
}

.author-img {
    width: 4.425rem;
    height: 4.425rem;
    line-height: 4.425rem;
    border-radius: 50%;
    border: 2px solid #ffffff;
}

.dot-indicator.owl-theme button.owl-dot span {
    display: inline-block;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background: #d8d8d8;
    border-radius: 50%;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    transition: 0.3s;
}

.dot-indicator.owl-theme button.owl-dot:focus {
    border: none;
    outline: none;
}

.dot-indicator.owl-theme button.owl-dot.active span {
    background: #7202bb;
    border: 2px solid transparent;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.screen-carousel.dot-indicator.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}

.arrow-indicator.owl-theme .owl-nav {
    position: absolute;
    left: 0;
    margin-top: 4px;
}

.arrow-indicator.owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    margin: 2px;
    box-shadow: 0 2px 4px rgba(12, 12, 12, 0.12);
    background: #ffffff;
    border-radius: 50%;
}

.arrow-indicator.owl-theme .owl-nav [class*=owl-]:focus {
    outline: none;
}

.arrow-indicator.owl-theme .owl-nav [class*=owl-] span {
    font-size: 20px;
    line-height: 20px;
    color: #162e66;
}

.arrow-indicator.owl-theme .owl-nav [class*=owl-]:hover {
    background: #162e66 !important;
}

.arrow-indicator.owl-theme .owl-nav [class*=owl-]:hover span {
    color: #ffffff !important;
}


/*client section css*/
.client-section-wrap ul {
    display: block;
}

.client-section-wrap ul li {
    padding-right: 50px;
    margin: 5px 0;
}

.client-section-wrap ul li img {
    transition: all 0.3s ease-in;
}

.client-section-wrap ul li img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    filter: none;
    -webkit-filter: grayscale(0%);
}

.client-section-wrap ul li:last-child {
    padding-right: 0;
}

.single-client {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column-align: center;
    justify-items: center;
    width: 60%;
    height: auto;
    -webkit-transition: -webkit-transform .5s ease-in;
    transition: -webkit-transform .5s ease-in;
    transition: transform .5s ease-in;
    transition: transform .5s ease-in, -webkit-transform .5s ease-in;
    margin: 8px auto;
}

.single-client img {
    max-width: 100%;
    max-height: 100%;
    -webkit-filter: opacity(50%);
    filter: opacity(90%);
    width: 100%;
}

.single-client:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.single-client:hover .client-img {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}

.shape-img {
    position: relative;
    z-index: 2;
    width: 100%;

}

.shape-img img {
    width: 100%;
    position: absolute;
    max-width: none;
    height: auto;
}

.client-img-list li.client-thumb img {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
    border: 4px solid #ffffff;
    border-radius: 50%;
}

.client-img-list li.client-thumb {
    display: inline-block;
}

.client-img-list li.client-1 {
    position: absolute;
    top: 0;
    left: 15%;
    width: 120px;
    height: 120px;
    -webkit-animation: thumb-scale-up-one 7s infinite linear;
    animation: thumb-scale-up-one 7s infinite linear;
}

.client-img-list li.client-2 {
    position: absolute;
    width: 120px;
    height: 120px;
    right: 35%;
    top: 0;
    -webkit-animation: thumb-scale-up-two 6s infinite linear;
    animation: thumb-scale-up-two 6s infinite linear;
}

.client-img-list li.client-3 {
    position: absolute;
    width: 130px;
    height: 130px;
    top: 0;
    right: 50px;
    -webkit-animation: thumb-scale-up-three 8s infinite linear;
    animation: thumb-scale-up-three 8s infinite linear;
}

.client-img-list li.client-4 {
    position: absolute;
    width: 110px;
    height: 110px;
    top: 125px;
    left: 90px;
    -webkit-animation: thumb-scale-up-one 7s infinite linear;
    animation: thumb-scale-up-one 7s infinite linear;
}

.client-img-list li.client-5 {
    position: absolute;
    width: 160px;
    height: 160px;
    left: 37%;
    top: 70px;
    -webkit-animation: thumb-scale-up-three 8s infinite linear;
    animation: thumb-scale-up-three 8s infinite linear;
}

.client-img-list li.client-6 {
    position: absolute;
    width: 120px;
    height: 120px;
    left: 180px;
    top: 200px;
    -webkit-animation: thumb-scale-up-two 6s infinite linear;
    animation: thumb-scale-up-two 6s infinite linear;
}

.client-img-list li.client-7 {
    position: absolute;
    top: 130px;
    right: 110px;
    width: 100px;
    height: 100px;
    -webkit-animation: thumb-scale-up-one 7s infinite linear;
    animation: thumb-scale-up-one 7s infinite linear;
}


@-webkit-keyframes thumb-thumb-scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes thumb-scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes thumb-scale-up-two {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }

    40% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }

    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }
}

@keyframes thumb-scale-up-two {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }

    40% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }

    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }
}

@-webkit-keyframes thumb-scale-up-three {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
    }

    40% {
        -webkit-transform: scale(.4);
        transform: scale(.5);
    }

    100% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
    }
}

@keyframes thumb-scale-up-three {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
    }

    40% {
        -webkit-transform: scale(.4);
        transform: scale(.5);
    }

    100% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
    }
}


/*=========================================
        20. SUBSCRIBE FORM CSS
============================================*/

.subscribe-form #email {
    background: #FDFCFB;
    font-family: inherit;
    color: #737373;
    letter-spacing: 1px;
    text-indent: 5%;
    border-radius: 30px;
}

.subscribe-form input.button {
    position: absolute;
    right: 8px;
    border-radius: 30px;
    padding: initial;
    top: 8px;
    bottom: 8px;
    width: 30%;
}

.subscribe-form-footer {
    position: absolute;
    top: -40px;
    width: 100%;
}

.subscribe-form-footer input.form-control {
    padding: 2.0175rem 1.15rem;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.22);
}

.subscribe-form-footer input.button {
    border-radius: 50px;
}

/*=========================================
        21. ACCORDION FAQ CSS
============================================*/

.accordion-faq.accordion>.card {
    overflow: hidden;
}

.accordion-faq.accordion .card-header {
    position: relative;
    cursor: pointer;
    background: #ffffff;
}

.accordion-faq.accordion .card-header:first-child {
    border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0;
}

.accordion-faq.accordion .card-header {
    border-bottom: 1px solid #EFF2F7;
}

.accordion-faq.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.accordion-faq.accordion>.card .card-header {
    margin-bottom: -1px;
}

.accordion-faq.accordion>.card .card-header h6 {
    font-weight: 600;
    /* font-family: 'Montserrat', sans-serif; */
}

.accordion-faq.accordion .card-header[aria-expanded=false]:after {
    content: "+";
}

.accordion-faq.accordion .card-header[aria-expanded=true]:after {
    content: "-";
}

.accordion-faq.accordion .card-header:after {
    content: "+";
    position: absolute;
    right: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 700;
}

/*=========================================
           22. CONTENT BOX CSS
============================================*/

.service-block-one .inner-box {
    position: relative;
    display: block;
}

.service-block-one .inner-box .image-box {
    position: absolute;
    left: 0;
    top: 0;
    background: #162e66;
    overflow: hidden;
}

.service-block-one .inner-box .image-box a {
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.service-block-one .inner-box .image-box img {
    width: 100%;
    opacity: 1;
    transition: all 500ms ease;
    display: block;
}

figure {
    margin: 0;
}

.service-block-one .inner-box .content-box {
    position: relative;
    padding: 28px 30px 30px 240px;
    min-height: 300px;
}

.service-block-one .inner-box:hover .image-box img {
    opacity: 0.5;
    transform: scale(1.05);
}

.service-block-one .inner-box .content-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 55px;
    line-height: 55px;
    color: #000;
    font-weight: 500;
    margin-bottom: 17px;
}

.service-block-one .inner-box .content-box .link-btn a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.service-block-one .inner-box .content-box .link-btn i {
    position: relative;
    font-size: 12px;
    transition: all 500ms ease;
}

.service-block-one .inner-box .content-box .link-btn a:hover i {
    transform: rotate(360deg);
}

@media only screen and (max-width: 599px) {
    .service-block-one .inner-box .image-box {
        position: relative;
    }

    .service-block-one .inner-box .image-box a {
        display: block;
    }

    .service-section .service-block-one .inner-box .content-box {
        padding-top: 40px !important;
    }

    .service-block-one .inner-box .content-box {
        padding-left: 30px;
    }
}


/*=========================================
            23. PRICING CSS
============================================*/
.card.single-pricing-pack {
    transition: all 0.2s ease 0s;
    box-shadow: 0 0 0 1px #ebebeb;
    border: none;
    border-top: 4px solid transparent;
}

.card.single-pricing-pack:hover {
    z-index: 2;
    border-radius: 1rem !important;
}

.single-pricing-pack:hover {
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125) !important;
    transform: translate(0, -5px);
    border-top: 4px solid #162e66;
    ;
}

.single-pricing-pack .card-body {
    color: rgb(132, 146, 166);
    flex: 1 1 auto;
    padding: 1.5rem;
}

.pricing-header {
    position: relative;
    background: transparent;
}

.pricing-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    line-height: 120px;
    margin: 0 auto;
}

.font-weight-bolder {
    font-weight: 700;
    /* font-family: 'Montserrat', sans-serif; */
}

.pricing-header::after {
    content: "";
    display: block;
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40%;
    height: 1px;
    background: radial-gradient(at center center, rgb(222, 228, 239) 0px, rgba(255, 255, 255, 0) 75%);
}

.pricing-feature-list li {
    font-size: 14px;
    line-height: 28px;
}

/*price new style*/

.popular-price {
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125) !important;
    transform: translate(0, -5px);
    border-top: 4px solid #162e66 !important;
}

.pricing-value {
    position: relative;
    display: block;
}

.pricing-value.card-footer {
    border-color: #ebebeb;
    background: transparent;
}

.pricing-value.card-footer::after {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 2.875rem;
    display: block;
    content: "\e628";
    font-size: 1.375rem;
    font-family: "themify";
}

.pricing-value.card-footer:hover {
    background: #162e66;
    color: #ffffff;
}

.pricing-value.card-footer:hover::after {
    right: 1.875rem;
    color: inherit;
}

.pricing-value .card-price {
    font-size: 2.5rem;
    font-weight: 500;
}

a.pricing-value {
    text-decoration: none;
    color: #757575;
}

/*=========================================
           24. SINGLE PAGE HEADER CSS
============================================*/
@media (min-width: 320px) and (max-width: 576px) {
    .page-header-content {
        padding-top: 3rem !important;
    }

}

.custom-breadcrumb ol {
    margin-bottom: 0;
}

.custom-breadcrumb ol li a,
.custom-breadcrumb ol li.breadcrumb-item.active {
    color: #ffffff;
    opacity: 0.7;
}

.custom-breadcrumb ol li a:hover {
    opacity: 1;
}

.custom-breadcrumb ol li.breadcrumb-item {
    padding-left: 0;
}

.custom-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    font-family: themify;
    content: "\e649";
    font-size: 10px;
    color: #ffffff;
    opacity: 0.7;
}


/*=========================================
            25. CONTACT US CSS
============================================*/
.single-promo-card {
    transition: all .2s ease;
}

.card.single-promo-card {
    border: 1px solid #eff2f7;
    border-radius: 1rem;
    background-color: #D9AFD9;
    background-image: linear-gradient(0deg, #ffffff 0%, #e0f6ff 50%, #ffffff 100%);
}

.single-promo-card .card-body {
    padding: 1.5rem;
}

.single-promo-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125) !important;
}

.link-color {
    color: #707070;
}

.google-map {
    height: 100%;
    margin-bottom: -8px;
}

/*.google-map iframe {
    width: 100%;
    border: 0;
    -webkit-filter: grayscale(99%);
    -webkit-backface-visibility: hidden;
}*/

/*=========================================
           26. FOOTER CSS
============================================*/
.footer-top {
    padding: 40px 0 30px 0;
    background: #005979 url(../img/footer-bg.png) center bottom no-repeat;
    background-size: cover;
}

.security-icon-list li {
    margin: 0 15px 12px 0;
}

@media (min-width: 320px) and (max-width: 567px) {
    .footer-top {
        padding: 50px 0;
    }
}

.footer-nav-wrap h4 {
    font-size: 22px;
    margin-bottom: 1.4rem
}

.footer-nav-wrap ul li a {
    font-size: 16px;
    line-height: 24px;
    padding: 3px 0;
    color: inherit;
    opacity: 0.8;
}

.footer-nav-wrap ul li a:hover,
.copyright-text a:hover,
.social-list li a:hover {
    opacity: 1;
    text-decoration: none;
}

.payment-method ul {
    display: inline-flex;
    align-items: center;
}

.payment-method ul li img {
    max-width: 60px;
}

.payment-method ul li:last-child img {
    margin-right: 0;
}

.copyright-text {
    font-size: 13px;
}

.social-list li a {
    padding: 6px 10px;
}

.footer-nav-list li a span {
    font-size: 12px;
    vertical-align: middle;
}

.bottom-sticky-footer {
    position: absolute;
    bottom: 1px;
    width: 100%;
    height: 55px;
}

.social-nav ul li a {
    font-size: 20px;
    opacity: 0.8;
    transition: all 0.3s ease-in;
}


.tooltip-hover {
    position: relative;
}

.tooltip-hover a {
    display: block;
}

.tooltip-item {
    position: absolute;
    background-color: rgb(255, 255, 255);
    pointer-events: none;
    color: rgb(51, 51, 51);
    font-size: 13px;
    bottom: 90%;
    left: 50%;
    opacity: 0;
    white-space: nowrap;
    visibility: hidden;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.2) 0 4px 15px;
    transform: translate3d(-50%, 0px, 0px);
    padding: 0.4rem 0.8rem;
    border-radius: 3px;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.tooltip-item:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 6px solid rgb(255, 255, 255);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.tooltip-hover:hover .tooltip-item {
    opacity: 1;
    visibility: visible;
    bottom: calc(100% + 5px);
}

.get-in-touch-list li {
    font-size: 16px;
}

.get-in-touch-list li span {
    font-size: 18px;
    display: inline-block;
    margin-top: 7px;
}

/*=========================================
            27. PRELOADER CSS
============================================*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
}

.loader1 {
    display: block;
    position: relative;
    left: 45%;
    top: 50%;
}

.loader1 span {
    vertical-align: middle;
    border-radius: 100%;

    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 3px 2px;
    -webkit-animation: loader1 0.8s linear infinite alternate;
    animation: loader1 0.8s linear infinite alternate;
}

.loader1 span:nth-child(1) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    background: rgba(41, 103, 230, 0.6);
}

.loader1 span:nth-child(2) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    background: rgba(41, 103, 230, 0.8);
}

.loader1 span:nth-child(3) {
    -webkit-animation-delay: -0.26666s;
    animation-delay: -0.26666s;
    background: rgba(41, 103, 230, 1);
}

.loader1 span:nth-child(4) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    background: rgba(41, 103, 230, 0.8);

}

.loader1 span:nth-child(5) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    background: rgba(41, 103, 230, 0.4);
}

@keyframes loader1 {
    from {
        transform: scale(0, 0);
    }

    to {
        transform: scale(1, 1);
    }
}

@-webkit-keyframes loader1 {
    from {
        -webkit-transform: scale(0, 0);
    }

    to {
        -webkit-transform: scale(1, 1);
    }
}


/*=========================================
            28. BLOG PAGE CSS
============================================*/
.row-post-thumbnail .post {
    border: 0;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.post {
    border-bottom: 1px solid #f0f0f0;
    padding: 0 0 35px;
    margin: 0 0 45px;
}

.post-preview {
    padding-bottom: 5px;
    border-radius: .1875rem;
    transition: all .3s ease-in-out;
}

.post-preview img {
    border-radius: .1875rem;
    width: 100%;
    display: block;
}

.post-header {
    margin: 15px 0 20px;
}

.post-header .post-title {
    font-size: 1.5625rem;
    margin-bottom: 0;
    color: #333333;
}

.post-header .post-title a {
    color: #5d5d5d;
}

.post-header .post-title a:hover {
    color: #1351a8;
}

.post-meta {
    list-style: none;
    font-size: .8125rem;
    padding: 0;
    margin: 0;
}

.post-meta a,
.post-meta li {
    color: #495057;
    opacity: 0.8;
}

.post-meta a:hover {
    color: #1351a8;
    opacity: 1;
}

.post-meta>li {
    position: relative;
    display: inline-block;
    padding: 0 14px 0 0;
    margin: 0 14px 0 0;
}

.post-meta>li:not(:last-child):after {
    position: absolute;
    content: '/';
    right: -5px;
    top: 0;
}

.post-content p {
    margin-bottom: 5px;
}

.post-more a span {
    vertical-align: middle;
}

.post-footer {
    margin-top: 15px;
}

/*blog single css*/
.post-content blockquote {
    border-left: 2px solid #eaeaea;
    padding: 10px 0 10px 40px;
    margin: 40px 0;
    transition: all .3s ease-in-out;
}

.post-content blockquote:hover {
    border-color: #1351a8;
}

.blockquote {
    font-weight: 500;
    color: #222;
}

.post-content ol {
    list-style-type: decimal;
}

.post-content ul,
.post-content ol {
    margin: 15px 0 15px 40px;
}

/*comments css*/
.comment,
.comment-shop {
    border-bottom: 1px solid #f0f0f0;
    padding: 30px 0 0;
}

.comment-author,
.comment-author-shop {
    margin: 5px 0 0;
    height: 64px;
    width: 64px;
    float: left;
}

.comment-body,
.comment-body-shop {
    position: relative;
    padding: 0 0 30px;
    margin: 0 0 0 85px;
}

.comment-meta,
.comment-meta-shop {
    margin: 0 0 15px;
}

.comment-meta-date {
    font-size: 13px;
}

.children>.comment,
.children>.comment-shop {
    border: 0;
    border-top: 1px solid #f0f0f0;
    margin-left: 85px;
}

.comment-meta-author a,
.comment-meta-author-shop a {
    font-weight: 500;
    color: #222;
}

.comment-meta-date a,
.comment-meta-date-shop a {
    color: #788487;
    opacity: .6;
}

.comment-meta-date a:hover,
.comment-meta-date a:focus,
.comment-meta-date-shop a:hover,
.comment-meta-date-shop a:focus {
    color: #162e66;
    opacity: 1;
}

.comment-reply,
.comment-reply-shop {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
}

.comment-reply>a,
.comment-reply-shop>a {
    background: #f4f4f4;
    border-radius: .1875rem;
    padding: 5px 15px;
    display: block;
    color: #222;
}

.comment-reply>a:hover,
.comment-reply>a:focus,
.comment-reply-shop>a:hover,
.comment-reply-shop>a:focus {
    background: #1351a8;
    color: #fff;
}

.comment-list+.comment-respond,
.comment-list-shop+.comment-respond {
    margin-top: 30px;
}


/*pagination*/
.custom-pagination-nav ul li {
    text-align: center;
    margin-right: 10px;
}

.custom-pagination-nav ul li:focus,
.custom-pagination-nav ul li a:focus {
    outline: none;
    box-shadow: none;
}

.custom-pagination-nav ul li a.page-link {
    width: 35px;
    height: 35px;
    line-height: 33px;
    border-radius: 100%;
    padding: inherit;
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 600;
    color: #162e66;
}

.custom-pagination-nav ul li a.page-link:hover {
    background: #1351a8;
    color: #FFFFFF;
}

.custom-pagination-nav ul li.page-item:first-child .page-link,
.custom-pagination-nav ul li.page-item:last-child .page-link {
    border: none;
    background: transparent;

}

.custom-pagination-nav ul li.page-item:first-child .page-link:hover,
.custom-pagination-nav ul li.page-item:last-child .page-link:hover {
    color: #1351a8;
}

.custom-pagination-nav ul li.page-item.active .page-link {
    background-color: #1351a8;
    border-color: #1351a8;
}

/*blog sidebar*/

.widget-search {
    padding: 0;
    border: 0;
}

.widget {
    margin-bottom: 50px;
}

.widget-search form {
    position: relative;
}

.widget-search .search-button {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 50%;
    height: 100%;
    right: .875rem;
    transform: translateY(-50%);
    transition: all .3s ease-out;
    color: #ddd;
}

.widget-search .search-button span {
    font-size: 20px;
    line-height: 32px;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

.widget .widget-title {
    margin-bottom: 24px;
}

.widget .widget-title>h6 {
    text-transform: uppercase;
    /* font-family: 'Montserrat', sans-serif; */
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 12px;
    margin: 0;
    color: #788487;
}

.widget ul {
    margin-bottom: 0;
}

.widget-categories ul li:first-child,
.widget-recent-entries ul li:first-child,
.widget-recent-entries-custom ul li:first-child {
    padding-top: 0;
}

.widget-categories ul li,
.widget-recent-entries ul li,
.widget-recent-entries-custom ul li {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0;
    margin: 0;
}

.widget a {
    color: #788487;
    display: block;
    font-size: 14px;
}

.widget a:hover {
    color: #1351a8;
}

.widget-recent-entries-custom .wi {
    float: left;
    width: 80px;
}

.widget-recent-entries-custom .wb {
    padding-left: 16px;
    width: 100%;
}

.widget-recent-entries-custom .wi,
.widget-recent-entries-custom .wb {
    vertical-align: middle;
    display: table-cell;
}

.post-date {
    font-size: 13px;
    color: #a3a6a8;
    display: block;
    margin: 0;
}

.tag-cloud>a,
.post-tags>a {
    background: #f4f4f4;
    border-radius: .1875rem;
    position: relative;
    display: inline-block;
    padding: 6px 15px;
    margin: 5px 8px 5px 0;
    text-transform: uppercase;
    font-size: 10px !important;
    color: #222;
    font-weight: 500;
    /* font-family: 'Montserrat', sans-serif; */
}

.tag-cloud>a:hover,
.post-tags>a:hover {
    background: #162e66;
    color: #fff;
    opacity: 1;
}


/*=========================================
            29. BACK TO TOP CSS
============================================*/
button.scroll-top:focus {
    outline: none;
}

.scroll-top.open {
    bottom: 30px;
}

.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 16px;
    border-radius: 50%;
    z-index: 99;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background: #162e66;
    transition: 1s ease;
    border: none;
}

.scroll-top span {
    color: #fff;
}

.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}




/*new css new update*/
.full-screen {
    min-height: 100vh;
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.countdown-wrap h2,
.countdown-wrap h5 {
    color: #fff !important;
}


/*404 page*/
.error-content .notfound-404 {
    position: relative;
    height: 280px;
    z-index: 2;
    margin-bottom: 30px;
}

.error-content .notfound-404 h1 {
    font-size: 230px;
    font-weight: 700;
    margin: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-size: cover;
    background-position: center;
}


@media (min-width: 320px) and (max-width: 767px) {
    .error-content .notfound-404 {
        height: auto;
        display: block;
        position: relative;
    }

    .error-content .notfound-404 h1 {
        font-size: 80px;
        position: relative;
    }

}

/*login css*/
.login-signup-content {
    height: 100%;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-signup-wrap h1 {
    font-size: 35px;
}

.vh-100 {
    height: 100vh !important;
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.ml-n3,
.mx-n3 {
    margin-left: -.98rem !important;
}

.small,
small {
    font-size: 90%;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #95aac9;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #d2ddec;
    border-radius: .375rem;
}

.form-control:focus {
    border-color: #162e66;
}

.btn.border-radius {
    border-radius: 4px;
}

.login-signup-form .form-group {
    position: relative;
}

.login-signup-form .form-group label {
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 500;
    font-size: 90%;
}

.login-signup-form .form-group .input-group.input-group-merge>.form-control {
    text-indent: 35px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: calc(2.65em + .75rem + 2px);
}

.login-signup-form .form-group .input-group.input-group-merge>.form-control:focus {
    z-index: inherit;
}

.input-icon {
    height: calc(3.4rem + 2px);
    position: absolute;
    z-index: 2;
    display: block;
    width: 40px;
    top: 0;
    bottom: 0;
    left: 0;
}

.input-icon span {
    padding: 18px 15px;
    border-left: 2px solid #162e66;
    position: absolute;
    font-size: 18px;
    height: calc(3.4rem + 2px);
    border-radius: 4px;
    color: #afafaf;
}


/*login signup new style*/
.login-signup-card {
    position: relative;
    z-index: 2;
}

.custom-control-label {
    line-height: 1.5;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}


/*testimonial author*/
.author-info {
    display: flex;
    align-items: center;
}

/*subscribe form two*/
.subscribe-form-footer.subscribe-form-two {
    top: 0;
}

/*harpreet start*/

.topnav {
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.top-contact {
    float: right;
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    display: inline-block;
    position: relative;
    line-height: 30px;
    vertical-align: top;
    background: #0000004f;
    border-radius: 0px 0px 5px 5px;
}

.top-contact li {
    display: inline-block;
    padding-left: 0px;
    padding-right: 10px;
    z-index: 1;
    font-weight: 600;
}

.top-contact i {
    margin-right: 5px;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #00aecc;
}

.top-contact li:first-child {
    padding-left: 10px;
}

.affix .topnav {
    display: none !important
}

.affix .navbar-brand {
    max-width: 185px;
    padding: 0;
}

.affix .lastmenu {
    background: transparent;
    padding: 5px 16px !important;
    border-radius: 0;
}

.container-fluid {
    padding-left: 50px !important;
    padding-right: 50px !important;
    max-width: 1600px;
}

.afterbnr {
    position: relative;
    margin: 0px 0px 0px 0px;
    z-index: 1;
}

.well-services {
    background: #fff;
    text-align: center;
    position: relative;
    /*    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);*/
    z-index: 1;
    padding: 40px 20px;
    overflow: hidden;
    border-radius: 3px;
    transition: 0.4s;
    z-index: 1;
}

.well-services::before {
    position: absolute;
    /*    content:"";*/
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/data-icon-bg.png) center center no-repeat;
    background-size: auto 100%;
    transition: 0.4s;
    opacity: 1;
    z-index: -1;
}

.well-services::after {
    position: absolute;
    content: "";
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 65%;
    background: rgb(2 121 178);
    transition: 0.4s;
    opacity: 0.2;
    z-index: 0;
}

.beforenone:before,
.afternone:after {
    display: none;
}

.well-services2 {
    position: relative;
}

.well-services2::after {
    background: rgb(0 77 112);
}

.big-icon {
    font-size: 60px;
    /*display: inline-block;
    line-height: 66px;*/
    color: #097ba9;
}

.main-wel {
    padding: 0px;
}

.wel-content p {
    margin-bottom: 0px;
}

.wel-content h4 {
    display: inline-block;
    font-size: 21px;
    margin-bottom: 0;
    padding: 0;
    font-weight: bold;
    color: #000;
}

.well-services:hover .big-icon {
    transition: 0.4s;
    color: #0c54ad;
}

.well-services:hover::before {
    transition: 0.4s;
    opacity: 0.05;
}

.well-services:hover::after {
    transition: 0.4s;
    opacity: 0;
}

.well-services:hover .wel-content h4,
.well-services:hover .wel-content p {
    color: #097ba9;
}

.experiencebox-out {
    padding: 25px 20px 15px;
    margin: 0px 0px 50px 0px;
    background-color: #f1fbff;
    /*box-shadow: 0px 10px 30px 0px rgba(58, 65, 111, 0.1);*/
    transition: all .3s;
}

.experience-box {
    /*display: flex;
    align-items: center;*/
}

.experience-box .year {
    background: url(../img/year-bg.png) left top no-repeat;
    display: inline-block;
    float: left;
    margin-right: 20px;
    width: 264px;
    min-height: 264px;
    text-align: center;
    padding: 10px 0 0 0;
    position: relative;
}

.experience-box .year h2 {
    font-weight: bold;
    font-size: 221px;
    line-height: 1.1;
}

.experience-box .year span {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    color: #000;
    position: absolute;
    width: 100%;
    letter-spacing: 10px;
    bottom: 113px;
    left: 0px;
    background: #e7f8ff;
    border-bottom: 4px solid #000;
}



.experience-box .text {
    font-size: 28px;
}

.experience-box h4 {
    font-weight: bold;
    font-size: 29px;
    line-height: 1.3;
    float: left;
    margin: 45px 24px 24px 24px;
}

.experience-cont {
    margin: 80px 0 0 0px;
}

@media (min-width: 1166px) {
    .experience-cont {
        width: 110%;
        margin-left: -10%;
    }
}


.experience-cont p {
    position: relative;
    font-size: 17px;
    color: #000;
    text-align: justify;
}

.experience-cont p:after {
    left: auto;
    top: auto;
    right: -2%;
    bottom: -35px;
    transform: rotate(180deg);
}

.feature-feature-list {
    min-height: 400px;
    border-color: #91d8f7 !important;
    background: rgb(190, 237, 255);
    background: linear-gradient(0deg, rgba(190, 237, 255, 1) 0%, rgba(219, 245, 255, 1) 66%, rgba(245, 252, 255, 1) 100%);
}

.visionouter {
    background: #F0F4FF url(../img/img-bgr1.png) center left no-repeat;
    background-attachment: fixed;
    overflow-x: hidden;
    position: relative;
}

.visionouter img {
    margin-right: 15px;
    max-width: 211px;
}

/* animation: animationFramesFive 11s infinite linear alternate;*/




/*hanging animation*/
@keyframes animationFramesFive {
    0% {
        transform: translateY(0)
    }

    25% {
        transform: translateY(40px)
    }

    50% {
        transform: translateY(0)
    }

    75% {
        transform: translateY(-40px)
    }

    100% {
        transform: translateY(0)
    }
}

/*hanging animation*/

.zindex2 {
    position: relative;
    z-index: 2
}

.visioncont {
    background: #fff;
    position: relative;
    padding: 0px 0px 30px;
}

.visioncont h6 {
    font-size: 35px;
    font-weight: 600;
    color: #0686c1;
    margin-bottom: 15px;
    line-height: 0.8;
}

.visioncont .icon-box {
    position: relative;
    margin-bottom: 15px;
}

.visioncont .icon-box span.icon {
    position: relative;
    display: inline-block;
}

.visioncont .icon-box span.icon img {
    position: relative;
    z-index: 1;
    max-width: 100%;
}

.visioncont .icon-box span.icon:before {
    position: absolute;
    /*    content: '';*/
    right: 9px;
    top: 8px;
    width: 150px;
    height: 150px;
    /*    opacity: 0;*/
    display: inline-block;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background: url(../img/icon-3.png);
    background-size: 100% 100%;
    z-index: 0;
    opacity: 0.1;

    /* animation: animationFramesFive 11s infinite linear alternate; */
}

.visioncont:hover .icon-box .icon:before {
    right: -5px;
    opacity: 0.2;
}

.visioncont h5 {
    margin: 10px 0px 20px 20px;
    line-height: 1.7;
    font-size: 16px;
}

.visioncont p {
    color: #000; text-align: justify;
}


.footer-bottom {
    background: #000;
}

.footer-nav-wrap .nav-item i {
    font-size: 7px;
    margin-right: 5px;
    vertical-align: middle;
}

.header2 nav.navbar {
    background: #fff;
}

.header2 .custom-nav ul li a {
    color: #000;
}

.header2 .menu li a.active,
.header2 .menu li a:hover,
.header2 .menu li:hover>a {
    opacity: 1;
    background: #097ba9;
    color: #fff;
}

.header2 nav.navbar {
    padding: 0px;
}

.pt-130 {
    padding-top: 130px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.bnrhd {
    font-size: 25px;
    margin: 0px 0px 12px 0px;
    color: #8adfff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.bnrimg {
    position: relative;
}

.bnrimg:before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 100%;
    display: block;
    opacity: 0.7;
    /* background: #000; */
    background: rgb(131, 58, 180);
    background: linear-gradient(90deg, rgb(2 46 63) 0%, rgb(0 123 189) 50%, rgb(9 59 119) 100%);
}

.dataicon {
    font-size: 80px;
}

body.arialnarrow .hero-slider-content h1 {
    font-size: 3.052em !important;
    font-weight: normal;
}

.inrhdr.header nav.navbar2 {
    background: transparent;
}

.inrbnr {
    padding: 150px 0 50px 0;
    background: #f1f6fd;
}

.inrbnr2 {
    background: rgb(241, 246, 253);
    background: linear-gradient(180deg, rgba(241, 246, 253, 1) 0%, rgb(221 236 254 / 47%) 66%, rgba(205, 228, 255, 0) 100%);
}

@media screen and (min-width: 769px) {
    .inrbnr {
        min-height: 600px;
    }

    .inrbnr2 {
        min-height: 286px;
        padding: 90px 0px 10px 0px;
    }
}

.leftpanle-hd {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.leftpanle-hd h5 {
    background-image: linear-gradient(75deg, rgba(19, 81, 168, 0.85) 10%, rgb(9 123 169));
    color: #fff;
    padding: 15px;
    margin: 0px;
    border-radius: 8px 8px 0px 0px;
}

.inrhd {
    font-size: 35px;
    font-weight: 600;
    color: #0686c1;
    margin-bottom: 15px;
    line-height: 1.0;
}
.dataimg { margin-top: 5px; }
/*------------------------product_listing_page_accordian_css_open--------------------*/


.leftmenu-outer {
    background: #f8f8f8;
    border-radius: 5px;
    padding-bottom: 5px !important;
}

.mainNav {

    width: 100%;
}

/* First Level */
.mainNav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    /*border-bottom: 1px solid #444*/
}

.mainNav ul li {
    /* border-top: 1px solid #444;*/
}

.mainNav ul li a {
    color: #000;
    display: block;
    font-size: 15px;
    line-height: 2;
    padding: 9px 15px;
    text-decoration: none;
}

.mainNav ul li a:hover {
    background-color: #0086c3;
    color: #fff;
}

.mainNav ul li:hover span {
    background-color: #0086c3;
    color: #fff;
}

.mainNav ul li.active>a,
.mainNav ul li.active span {
    background-color: #0086c3;
    color: #fff;
}


/* Second Level */
.mainNav ul ul {
    border-bottom: none;
    margin: 0px 13px;
}

.mainNav ul ul li {
    /*border-top: 1px solid #222;*/

}

.mainNav ul ul li a {
    color: #000000;
    display: block;
    font-size: 13px;
    line-height: normal;
    padding: 0.5em 1em 0.5em 1em;
    background: #fff;
}

.mainNav ul ul li a:hover {
    color: #fff;
}

/* Third Level */
.mainNav ul ul ul {
    /*border-top:1px solid #222;*/
}

.mainNav ul ul ul li {
    border: none;
}

.mainNav ul ul ul li a {
    padding-left: 3.5em;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
}

/* Accordion Button */
ul li.has-subnav .accordion-btn {
    color: #212121;
    font-size: 11px;
}

@media screen and (max-width: 1024px) {
    .mainNav {
        width: 40%;
    }
}

@media screen and (max-width: 700px) {
    .mainNav {
        width: 100%;
    }
}

.selected2 {
    color: #093 !important;
}

.accordion-btn-wrap {
    max-width: 50px;
}

.services-detail-content img {
    max-width: 100%;
    margin: 0px 20px 20px 0px;
    float: left;
}

/*------------------------product_listing_page_accordian_css_end--------------------*/

.contact-us-form {
    background-image: linear-gradient(75deg, #baebff 10%, #eaf9ff);
    position: relative;
    overflow-x: hidden;
}

.contact-us-form:before {
    content: '';
    width: 600px;
    height: 550px;
    background: rgb(255 255 255 / 42%);
    position: absolute;
    left: -250px;
    top: -100px;
    display: block;
    border-radius: 100%;
    z-index: 0;
}

.contact-us-form .form-row,
.contact-us-form h4 {
    position: relative;
    z-index: 1
}

.careerform input[type]::-webkit-input-placeholder,
.careerform textarea::-webkit-input-placeholder,
.careerform select::-webkit-input-placeholder,
.careerform select.form-control.has-value {
    color: #000 !important;
    font-size: 13px;
}

.careerform input[type]:-moz-placeholder,
.careerform textarea:-moz-placeholder,
.careerform select:-moz-placeholder,
.careerform select.form-control.has-value {
    /* Firefox 18- */
    color: #000;
    font-size: 13px;
}

.careerform input[type]::-moz-placeholder,
.careerform textarea::-moz-placeholder,
.careerform select::-moz-placeholder,
.careerform select.form-control.has-value {
    /* Firefox 19+ */
    color: #000;
    font-size: 13px;
}

.careerform input[type]:-ms-input-placeholder,
.careerform textarea:-ms-input-placeholder,
.careerform select:-ms-input-placeholder,
.careerform select.form-control.has-value {
    color: #000;
    font-size: 13px;
}

.opening-outer {
    position: relative;
}

/*.opening-outer:before { content:''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgb(2 43 58 / 87%); z-index: 0; }*/
.z-index1 {
    z-index: 1;
    position: relative;
}

.opening-box {
    position: relative;
    min-height: 150px;
    margin: 20px 0px 10px 0px;
    padding: 0px;
}

.opening-box:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border: 2px dashed rgba(255, 255, 255, .1);

    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease;
}

.opening-box:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: 0;
    background: rgb(5 44 60 / 39%);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.55s, transform 0.55s;
    border: 2px dashed #097ba9;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.opening-box h5 { font-size: 1.05em; }
.opening-box h5 i { color: #007daa }


.opening-box a {
    padding: 5px 21px;
    font-size: 13px;
}

.opening-box2 {
    min-height: 15px;
    color: #000;
    margin-bottom: 0px;
}

.opening-box2:before {
   // border: 2px dashed rgba(0, 0, 0, .1);
}

.opening-box2:after {
    background: transparent;
}

.opening-box ul {
    list-style: disc;
    margin: 15px 0px 30px 0px;
    padding: 0px 0px 0px 30px;
}

.industry-box {
    /*    border: 2px solid #efefef;*/
    margin: 20px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    transition: all 0.3s ease-in-out;
}

.industry-box h3 {
    margin-top: 20px;
}

.directormsg h4 {
    margin-bottom: 5px;
}

.directormsg h4 span {
    background: #0f62a2;
    color: #fff;
    padding: 7px 32px;
}

.d-msgcont {
    padding: 10px 0px;
    position: relative;
}

.boldlist li {
    color: #000;
}

.page-header-content h2 {
    font-size: 2.2em;
    line-height: 1.4;
}


/*.d-msgcont:before { content:'"'; position: absolute; left: -100px; top: -190px; font-size: 350px; color: #bee8ff;
 font-family: 'themify'; }*/


.d-msgcont h5 {
    margin: 0px 0px 7px 0px;
    color: #097ba9;
    text-transform: uppercase;
    font-size: 21px;
}

.d-msgcont h6 {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
    color: #303030;
    font-weight: bold;
}

.savingbox {
    min-height: 300px;
    padding: 0px 50px 50px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.savingbox img {
    margin-bottom: 15px;
}

.savingbox:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 280px;
    right: -20px;
    top: 30px;
    bottom: 0px;
    border-right: 1px dashed #000;
    opacity: 0.2
}

.afternone:after {
    display: none;
}

.usp-outer {
    background-color: #f1fbff;
}

.usp-outer h4 {
    line-height: 2
}

.fontwe-400 {
    font-weight: 400;
}

.usp-outer ul,
ul.boldlist {
    margin: 0px;
    padding: 5px 0px 0px 0px;
    list-style: none;
}

.usp-outer ul li,
ul.boldlist li {
    margin: 10px 0 10px 0;
    padding-left: 40px;
    font-size: 17px;
    line-height: 1.5;
    position: relative;
    /*    background: url(../img/tick.png) left top 5px no-repeat;*/
}

.usp-outer ul li span,
ul.boldlist li span {
    position: absolute;
    left: 15px;
    font-size: 0px;
    background: #097ba9;
    color: #fff;
    width: 10px;
    height: 10px;
    top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.redcolor {
    color: #ff0000;
}

.contact-us-form .form-control {
    border: 2px solid #bde9ff !important;
    padding: 0.25rem 0.85rem !important;
    height: calc(1.56em + 0.75rem + 1px) !important;
}

.contact-us-form textarea.form-control {
    height: 50px !important;
}

.contact-us-form .btn {
    padding: 6px 30px !important;
}

.whtwedo {
    padding: 60px 0px 0px 0px;
    position: relative;
}

.inrbnr2 img {
    max-width: 100%;
    height: auto!important;
}


/* harpreet css end */

@media (max-width: 580px) {
.hero-animation-img img,
    .promo-section img {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .experience-box {
        flex-direction: column;
    }

    .experience-box .text,
    .experience-box .text h4 {
        font-size: 33px;
    }

    .navbar-brand {
        width: 63%;
    }

    .bannerouter {
        padding-top: 100px;
    }

    .hero-slider-content span {
        padding: 0;
        line-height: 1.3;
        background: transparent;
    }

    .hero-slider-content span:before,
    .hero-slider-content span:after {
        display: none;
    }    

    .well-services {
        margin-bottom: 15px;
    }

    

    .feature-tabs li {
        margin: 0 10px;
    }

    .feature-tabs li a h6 img {
        display: none;
    }

    .visionouter {
        background: #F0F4FF;
    }

    .visionouter img {
        max-width: 100%;
    }

    .feature-tabs li a h6 {
        font-size: 19px;
    }

    .feature-tab-content {
        padding-top: 0;
    }

    .header nav.navbar {
        padding: 0.5rem 0;
    }
    
.big-icon { font-size: auto }



}

/* new css added by farman */


#mainCaptcha{
    background: url(../img/capcha-bg.jpg);
    margin-top: 5px;
    position: relative;
    border-radius: 4px;
}

#btnrefresh{
    background: url(../img/refresh-icon.png) center;
    background-repeat: no-repeat;
    margin-top: 28px;
    position: absolute;
    margin-left: -34px;
    background-color: #097ba9;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    outline: none !important;
    border: 2px !important;
}



.ms-3{
    padding-left: 40px !important;
}

.pt-60{
    padding-top: 60px !important;
}

.parsley-custom-error-message{
list-style:none;
}
.cookies-eu-banner {
    background-color: rgba(25, 150, 190, 0.7);
    font-size: 13px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
    color: #fff;
    padding:6px 0;
  }

 
  
  .cookies-eu-banner button {
    text-decoration: none;
    background: #222;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    padding: 4px 30px;
    margin: 2px 0;
    font-size: 13px;
    font-weight: 700;
    transition: ease-in-out 0.7s;
  }
  
  .cookies-eu-banner button:hover {
    background: #fff;
    color: #222;
  }  

  .ms-3{
    padding-left: 40px !important;
}
ul.jobpositionlist { padding-top:0; }
ul.jobpositionlist li { display: flex; width: 100%; justify-content: space-between; }
ul.jobpositionlist li a { background: #0a749f; color: #fff; font-size: 12px; padding: 2px 10px; line-height: 2; border-radius: 5px; font-weight: 600; display: inline-block; margin-left: 30px; border:0;}
ul.jobpositionlist li a:hover { background: #00acef; }

ul.jobpositionlist li a:last-child { background: #00acef; margin-left: 0px; }
ul.jobpositionlist li a:last-child:hover { background: #0a749f; }
    .cookies_para {
        display: block;
        line-height: 2;
        font-size: 14px;
        margin-top: 5px;
    }
    .cross_btn{
        padding: 0px 8px !important;
         border-radius: 100px;
         margin-bottom: -50px;
         float: right;
          margin-right: -5px!important; 
          
          background: transparent!important; 
          color: #000!important;
          border: 0!important; 
          margin-top: -4px;
          right: -33px!important;
          position: relative; 
         
    }

    .cross{
        font-size: 14px !important;
    }

   .cookiesbutn { display: flex; justify-content: end; align-items: flex-start; }
   .cookies-eu-banner button { margin-left: 5px; }

   .pt-15{
    padding-top: 15px;
   }




.techStack {
    /* background: linear-gradient(180deg, #f1fbffbd, #f1fbffb5), url(../img/bg-1.jpg); */
    /* background: linear-gradient(75deg, #baebff 10%, #eaf9ff); */
    background: #f1fbff;

}
.techstackImg {
    width: 100%;
}
.techstackImg img {
    width: 100%;
}
.inrhd.secMainTitle {

}

.techstackSerSec .visioncont {
    padding: 20px 0px;
}

.howitwork {
    position: relative;
}

.howitwork {
      /* background: linear-gradient(180deg, #f1fbffbd, #f1fbffb5), url(../img/bg-2.jpg); */
      /* background: linear-gradient(75deg, #baebff 10%, #eaf9ff); */
      background: #f1fbff;
      /* background: #fff; */
}
.howitworkImg {
    width: 70%;
    margin: auto;
}
.howitworkImg img {
    width: 100%;
}

.howitwork.pb-50 {
    padding: 50px 0px;
}


.aiSolutionsSec {
    /* padding: 50px 0px; */
    padding: 10px 0px;
    background-color: #f1fbff;
    /* background: linear-gradient(180deg, #f1fbffbd, #f1fbffb5), url(../img/bg-2.jpg); */
}
.aiSolutionCard {
    position: relative;
    box-shadow: none;
    padding: 25px 18px;
    transition: all 0.3s ease-in-out;
    min-height: 240px;
    background: transparent;
}
.aiSolutionImg {
    width: 70%;
    margin: auto;
}
.aiSolutionImg img {
    width: 100%;
}
.aiSolutionText {
    text-align: center;
}
.aiSolutionText h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 21px;
    color: #0599d1;
}
.aiSolutionCard:hover {
    background: #005979;
    transform: translateY(-5px) ;
}
.aiSolutionCard:hover .aiSolutionText h4 {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.aiSoluctionWrapper {
    margin-top: 40px;
}
.aiSoluctionWrapper .row {
    gap: 30px 0px;
}


.CTASection {
    margin-bottom: 50px;
}
.ctaWrapper {
    border: 1px solid #d5f2fe;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    /* background: linear-gradient(75deg, #baebfff7 10%, #eaf9ffdb), url(../img/cta-bg-img.jpg); */
    /* background: linear-gradient(75deg, #baebff 10%, #eaf9ff); */
    background: #f1fbff;
    background-size: cover;
    background-position: center center;
    padding: 50px;
    border-radius: 20px;
    background-blend-mode: hard-light;
}

.ctaWrapper h4 {
    margin-bottom: 20px;
}
.ctaWrapper h5 {

}
.ctaWrapper ul li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 17px;
}
.ctaWrapper ul li span {
     font-size: 0px;
    background: #097ba9;
    color: #fff;
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.ctaImg {
    width: 100%;
}
.ctaImg img {
    width: 100%;
}
.ctaWrapper p {
    margin-top: 9px;
}

.modal-title {
     font-size: 30px;
    font-weight: 600;
    color: #0686c1;
    margin-bottom: 0;
    line-height: 0.8;
    padding: 12px 10px;
}

.visioncont p {
    margin-bottom: 4px;
}


.ptb-50 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ckeditorcontent img {
    float: none;
    margin: 12px 0px;
}

.ckeditorcontent ul  {
    margin: 0px;
    padding: 5px 0px 0px 0px;
    list-style: none;
}
.ckeditorcontent ul li span  {
    position: absolute;
    left: 15px;
    font-size: 0px;
    background: #097ba9;
    color: #fff;
    width: 10px;
    height: 10px;
    top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.ckeditorcontent ul li::before {
    content: '';
    position: absolute;
    left: 15px;
    font-size: 0px;
    background: #097ba9;
    color: #fff;
    width: 10px;
    height: 10px;
    top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.ckeditorcontent ul li {
    margin: 3px 0 3px 0;
    padding-left: 40px;
    font-size: 17px;
    line-height: 1.5;
    position: relative;
    /* background: url(../img/tick.png) left top 5px no-repeat; */
}

.ckeditorcontent p:not(:last-child) {
    margin-bottom: 4px;
}
.ckeditorcontent {
    max-height: 300px;
    overflow: auto;
    padding: 6px 22px 6px 6px;
}


.industry-box:hover {
    background: #005979;
    transform: translateY(-5px) ;
}
.industry-box:hover h3 {
    color: #fff;
}
.industry-box h3 {
    color: #0599d1;
}

.industry-box img {
    width: 40%;
}

@media screen and (max-width:1366px) {
    .aiSolutionText h4 {
        font-size: 17px;
    }
    .menu li a {
        padding: 5px 10px;
        font-size: 15px;
    }
}
@media screen and (max-width: 1024px) {
    .navbar-brand img {
        width: 80%;
    }
    .hero-slider-content span {
        font-size: 16px;
    }
    .menu li a {
        padding: 5px 8px;
        font-size: 12px;
    }
    .aiSolutionText h4 {
        font-size: 14px;
    }
    .aiSolutionCard {
        min-height: 210px;
    }
    .modal-title {
        font-size: 22px;
    }
    .visioncont  img {
        width: 100%;
    }
    .aiSoluctionWrapper .row {
        gap: 00px 0px;
    }
    .industry-box img {
        width: 60%;
    }
}

@media screen and (max-width: 768px) {
    .howitworkImg {
        width: 100%;
    }
    .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
        max-width: 1600px;
    }
    .modal-title {
        line-height: normal;
        font-size: 20px;
    }
    .get-in-touch-list li {
        font-size: 16px;
        display: flex !important;
    }
     .ctaWrapper {
        padding: 20px;
    }
    .ctaWrapper h4 {
        margin-bottom: 20px;
        font-size: 18px;
    }
}

@media screen and (max-width: 480px) {
    .modal-content .service-details-section img {
        width: 100%;
        margin-bottom: 22px;
    }
    .visioncont h6 {
        font-size: 22px;
        line-height: normal;
    }
    .usp-outer ul li, ul.boldlist li {
        margin: 0px 0 10px 0;
    }
    .ctaWrapper {
        padding: 14px;
    }
    .ctaWrapper h4 {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .ctaImg {
        margin-bottom: 12px;
        text-align: center;
    }
    .ctaWrapper h5 {
        font-size: 15px;
    }
    .ctaImg img {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .ctaWrapper .row {
        flex-direction: column-reverse;
    }
    .navbar-brand img {
        width: 100%;
    }
    .techstackImg img {
        margin : 12px 0px
    }
    .aiSolutionsSec {
        padding: 20px 0px;
    }
    .aiSolutionText h4 {
        font-size: 17px;
    }
    .industry-box h3 {
        font-size: 18px;
    }
   .ckeditorcontent h3, .ckeditorcontent h4, .ckeditorcontent h5, .ckeditorcontent h6 {
        font-size: 18px;
    }
}
