/*===========================
    1. COMMON css 
===========================*/
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;300;400;500;700;900&display=swap');


body,
html {
    font-family: "IBM Plex Sans", serif;
    font-weight: normal;
    font-style: normal;
    color: #8a8fa3;
    overflow-x: hidden !important;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

btn:focus,
a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

a {
    color: #1b6097;
}

i,
span,
a {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "IBM Plex Sans", serif;
    font-weight: 600;
    color: #1b6097;
    margin: 0px;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #8a8fa3;
    margin: 0px;
}

@media (max-width: 767px) {
    p {
        font-size: 15px;
    }
}



.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

/*===== All Button Style =====*/
.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #ed222b;
    padding: 0 40px;
    font-size: 15px;
    line-height: 48px;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-box-shadow: 0px 5px 8px 0px rgb(27 96 151 / 37%);
    -moz-box-shadow: 0px 5px 8px 0px rgb(27 96 151 / 37%);
    box-shadow: 0px 5px 8px 0px rgb(27 96 151 / 37%);
    background-color: #ed222b;
}

.main-btn:hover {
    background-color: #fff;
    color: #1B6097;
    border-color: #1B6097;
}

.main-btn.main-btn-2 {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.main-btn.main-btn-2:hover {
    background-color: #1B6097;
    color: #fff;
    border-color: #1B6097;
}

/*===== All Section Title Style =====*/
.section-title .title {
    font-weight: 700;
    font-size: 45px;
    color: #1b6097;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .section-title .title {
        font-size: 30px;
    }
}

/*===== All Preloader Style =====*/
.preloader {
    /* Body Overlay */
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    height: 100%;
    width: 100%;
    /* Change Background Color */
    background: #fff;
    z-index: 99999;
}

.preloader .loader_34 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.preloader .loader_34 .ytp-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    margin-left: -32px;
    z-index: 18;
    pointer-events: none;
    background: url(../images/banner/shape/shape-1.png);
    background-size: 30px 38px;
    height: 55px;
    background-repeat: no-repeat;
    background-position: center;
}

.preloader .loader_34 .ytp-spinner .ytp-spinner-container {
    pointer-events: none;
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    top: 50%;
    left: 50%;
    margin-top: -50%;
    margin-left: -50%;
    -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}

.preloader .loader_34 .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader_34 .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    right: 50%;
}

.preloader .loader_34 .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    left: 50%;
}

.preloader .loader_34 .ytp-spinner-circle {
    box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 100%;
    border-style: solid;
    /* Spinner Color */
    border-color: #1B6097 #1B6097 #ddd;
    border-radius: 50%;
    border-width: 6px;
}

.preloader .loader_34 .ytp-spinner-left .ytp-spinner-circle {
    left: 0;
    right: -100%;
    border-right-color: #ddd;
    -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader_34 .ytp-spinner-right .ytp-spinner-circle {
    left: -100%;
    right: 0;
    border-left-color: #ddd;
    -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg);
    }

    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg);
    }

    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@-webkit-keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@-webkit-keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

@keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

/*===========================
    2.HEADER css 
===========================*/
.navigation {
    /*
  -webkit-box-shadow: 0px 0px 29px 0px rgba(134, 134, 134, 0.25);
  -moz-box-shadow: 0px 0px 29px 0px rgba(134, 134, 134, 0.25);
  box-shadow: 0px 0px 29px 0px rgba(134, 134, 134, 0.25);
*/
    padding: 10px 0;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navigation.sticky {
    padding: 20px 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navigation .navbar {
    padding: 0;
    position: relative;
}

.navigation .navbar .navbar-brand {
    padding-top: 0;
    padding-bottom: 5px;
}

.navigation .navbar .navbar-toggler {
    padding: 2px 6px;
}

.navigation .navbar .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #32333c;
    margin: 5px 0;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}

.navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation .navbar .navbar-collapse {
        position: absolute;
        top: 158%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 99;
        -webkit-box-shadow: 0px 10px 15px 0px rgba(134, 134, 134, 0.15);
        -moz-box-shadow: 0px 10px 15px 0px rgba(134, 134, 134, 0.15);
        box-shadow: 0px 10px 15px 0px rgba(134, 134, 134, 0.15);
        padding: 3px 12px;
    }
}

@media (max-width: 767px) {
    .navigation .navbar .navbar-collapse {
        position: absolute;
        top: 158%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 99;
        -webkit-box-shadow: 0px 10px 15px 0px rgba(134, 134, 134, 0.15);
        -moz-box-shadow: 0px 10px 15px 0px rgba(134, 134, 134, 0.15);
        box-shadow: 0px 10px 15px 0px rgba(134, 134, 134, 0.15);
        padding: 3px 12px;
    }
}

.navigation .navbar .navbar-nav .nav-item {
    margin-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation .navbar .navbar-nav .nav-item {
        margin: 4px 0;
    }
}

@media (max-width: 767px) {
    .navigation .navbar .navbar-nav .nav-item {
        margin: 4px 0;
    }
}

.navigation .navbar .navbar-nav .nav-item:first-child {
    margin-left: 0;
}

.navigation .navbar .navbar-nav .nav-item a {
    text-transform: uppercase;
    font-size: 16px;
    color: #8a8fa3;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navigation .navbar .navbar-nav .nav-item a::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 0;
    background-color: #1B6097;
    left: 50%;
    top: -50px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation .navbar .navbar-nav .nav-item a::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .navigation .navbar .navbar-nav .nav-item a::before {
        display: none;
    }
}

.navigation .navbar .navbar-nav .nav-item.active a,
.navigation .navbar .navbar-nav .nav-item:hover a {
    color: #1B6097;
}

.navigation .navbar .navbar-nav .nav-item.active a::before,
.navigation .navbar .navbar-nav .nav-item:hover a::before {
    height: 45px;
}

.header-content {
    height: 530px;
    width: 100%;
    margin-top: 90px;
    position: relative;
    overflow: hidden;
    background-color: #fbfbfb;
}



.header-content .header-shape {
    position: absolute !important;
}

.header-content .header-shape.shape-one {
    top: 0 !important;
    left: 0 !important;
}

@media (max-width: 767px) {
    .header-content .header-shape.shape-one img {
        width: 40px;
    }
}

.header-content .header-shape.shape-tow {
    top: -18px !important;
    left: 20% !important;
}

@media (max-width: 767px) {
    .header-content .header-shape.shape-tow img {
        width: 40px;
    }
}

.header-content .header-shape.shape-three {
    top: 0 !important;
    left: 40% !important;
}

@media (max-width: 767px) {
    .header-content .header-shape.shape-three img {
        width: 100px;
    }
}

.header-content .header-shape.shape-fore {
    top: 28px !important;
    right: 7.6% !important;
    left: auto !important;
}

@media (max-width: 767px) {
    .header-content .header-shape.shape-fore img {
        width: 40px;
    }
}

.header-content .header-shape.shape-five {
    right: 30px !important;
    bottom: 35% !important;
    left: auto !important;
    top: auto !important;
}

@media (max-width: 767px) {
    .header-content .header-shape.shape-five {
        right: 20px !important;
        bottom: 48% !important;
    }
}

@media (max-width: 767px) {
    .header-content .header-shape.shape-five img {
        width: 40px;
    }
}

.header-content .header-shape.shape-six {
    top: 44% !important;
    left: 13% !important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .header-content .header-shape.shape-six img {
        width: 40px;
    }
}

.header-content .header-shape.shape-seven {
    left: 30px !important;
    bottom: 50px !important;
    top: auto !important;
}

@media (max-width: 767px) {
    .header-content .header-shape.shape-seven {
        left: 15px !important;
        bottom: 25px !important;
    }
}

@media (max-width: 767px) {
    .header-content .header-shape.shape-seven img {
        width: 100px;
    }
}

.header-content .header-shape.shape-eight {
    left: 90px !important;
    bottom: 140px !important;
    top: auto !important;
}

@media (max-width: 767px) {
    .header-content .header-shape.shape-eight {
        left: 50px !important;
        bottom: 70px !important;
    }
}

@media (max-width: 767px) {
    .header-content .header-shape.shape-eight img {
        width: 100px;
    }
}

.header-content .header-shape.shape-nine {
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 28px !important;
    top: auto !important;
}

@media (max-width: 767px) {
    .header-content .header-shape.shape-nine {
        left: 65% !important;
        bottom: 20px !important;
    }
}

@media (max-width: 767px) {
    .header-content .header-shape.shape-nine img {
        width: 100px;
    }
}

.header-content .header-shape.shape-ten {
    right: 30px !important;
    bottom: 5px !important;
    left: auto !important;
    top: auto !important;
}

@media (max-width: 767px) {
    .header-content .header-shape.shape-ten {
        right: 0px !important;
        bottom: 140px !important;
    }
}

@media (max-width: 767px) {
    .header-content .header-shape.shape-ten img {
        width: 100px;
    }
}

.header-content-right {
    position: relative;
}

.header-content-right .sub-title {
    font-size: 30px;
    color: #1B6097;
    text-transform: uppercase;
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    .header-content-right .sub-title {
        font-size: 24px;
    }
}

.header-content-right .title {
    font-size: 60px;
    text-transform: uppercase;
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    .header-content-right .title {
        font-size: 38px;
    }
}

.header-content-right p {
    padding-bottom: 40px;
}

.header-image {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.header-image::before {
    position: absolute;
    content: '';
    display: none;
    width: 100%;
    height: 82%;
    border: 20px solid #1B6097;
    border-bottom: 0;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-image::after {
    position: absolute;
    content: '';
    display: none;
    width: 100%;
    height: 20px;
    background-color: #1B6097;
    left: 0;
    bottom: 58px;
    z-index: 11;
}

.header-image img {
    position: relative;
    z-index: 5;
}

.header-social {
    position: absolute;
    bottom: 30px;
    left: 15px;
    width: 100%;
}

.header-social .header-social-icon {
    position: relative;
}

.header-social .header-social-icon::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #1B6097;
    left: -102.5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-social .header-social-icon ul li {
    display: inline-block;
    margin-left: 13px;
}

.header-social .header-social-icon ul li:first-child {
    margin-left: 0;
}

.header-social .header-social-icon ul li a {
    color: #ccc;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-align: center;
}

.header-social .header-social-icon ul li a:hover {
    color: #fff;
    background-color: #1B6097;
    border-color: #1B6097;
}

/*===========================
        3.ABOUT css 
===========================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-area {
        padding-top: 90px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .about-area {
        padding-top: 70px;
        padding-bottom: 80px;
    }
}

.about-content .about-title {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 15px;
}

.about-content ul {
    padding-top: 15px;
}

.about-content ul li {
    width: 50%;
    float: left;
    margin-top: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-content ul li {
        width: 100%;
        float: none;
    }
}

@media (max-width: 767px) {
    .about-content ul li {
        width: 100%;
        float: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-content ul li {
        width: 50%;
        float: left;
    }
}

.about-content .single-info .info-icon i {
    font-size: 16px;
    color: #1B6097;
}

.about-content .single-info .info-text {
    padding-left: 13px;
}

.about-content .single-info .info-text p span {
    color: #32333c;
}

.about-skills .skill-item .skill-header {
    position: relative;
}

.about-skills .skill-item .skill-header .skill-title {
    font-size: 16px;
    font-weight: 400;
}

.about-skills .skill-item .skill-header .skill-percentage {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #32333c;
    font-weight: 400;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.about-skills .skill-item .skill-header .skill-percentage .count-box {
    font-size: 16px;
    color: #32333c;
}

.about-skills .skill-item .skill-bar {
    margin-top: 15px;
}

.about-skills .skill-item .skill-bar .bar-inner {
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background-color: #d9d9d9;
    position: relative;
}

.about-skills .skill-item .skill-bar .bar-inner .progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    border-radius: 5px;
    background-color: #1B6097;
    -webkit-transition: all 2s ease-out 0s;
    -moz-transition: all 2s ease-out 0s;
    -ms-transition: all 2s ease-out 0s;
    -o-transition: all 2s ease-out 0s;
    transition: all 2s ease-out 0s;
    width: 0;
}

/*===========================
        4.SERVICES css 
===========================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-area {
        padding-top: 90px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .services-area {
        padding-top: 70px;
        padding-bottom: 80px;
    }
}

.single-service {
    background-color: #fff;
    border: 1px solid #eceff8;
    border-radius: 5px;
    padding: 25px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .single-service {
        padding: 15px;
    }
}

.single-service .service-icon i {
    font-size: 60px;
    color: #1B6097;
    line-height: 56px;
}

.single-service .service-content {
    margin-top: 11px;
}

.single-service .service-content .service-title a {
    font-size: 22px;
    font-weight: 600;
    color: #32333c;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-service .service-content .service-title a:hover {
    color: #1B6097;
}

.single-service:hover {
    -webkit-box-shadow: 0px 0px 21px 0px rgba(152, 152, 152, 0.23);
    -moz-box-shadow: 0px 0px 21px 0px rgba(152, 152, 152, 0.23);
    box-shadow: 0px 0px 21px 0px rgba(152, 152, 152, 0.23);
}

/*===========================
    4.CALL TO ACTION css 
===========================*/
.call-to-action {
    position: relative;
    z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-to-action {
        padding-top: 90px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .call-to-action {
        padding-top: 70px;
        padding-bottom: 80px;
    }
}

.call-to-action::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(27 96 151 / 63%);
    z-index: -1;
}

.call-action-content .action-title {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .call-action-content .action-title {
        font-size: 30px;
    }
}

.call-action-content p {
    color: #fff;
    padding-bottom: 25px;
}

.call-action-content ul li {
    display: inline-block;
    margin: 10px 15px 0;
}

.call-action-content ul li .main-btn {
    width: 180px;
    padding: 0;
}

.call-action-content ul li .main-btn.custom {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    color: #1B6097;
    border-color: #fff;
}

.call-action-content ul li .main-btn.custom:hover {
    background-color: #1B6097;
    color: #fff;
    border-color: #1B6097;
}

.call-action-content ul li .main-btn.custom-2 {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.call-action-content ul li .main-btn.custom-2:hover {
    background-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    border-color: #fff;
}

/*===========================
        5.WORK css 
===========================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work-area {
        padding-top: 90px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .work-area {
        padding-top: 70px;
        padding-bottom: 80px;
    }
}

.single-work {
    position: relative;
}

.single-work .work-image img {
    width: 100%;
}

.single-work .work-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(117, 78, 249, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-work .work-overlay .work-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-work .work-overlay .work-content .work-title {
    font-size: 22px;
    color: #fff;
    font-weight: 60;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
}

.single-work .work-overlay .work-content ul {
    position: relative;
    padding-top: 20px;
}

.single-work .work-overlay .work-content ul::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 2px;
    background-color: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
}

.single-work .work-overlay .work-content ul li {
    display: inline-block;
    margin: 0 15px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
}

.single-work .work-overlay .work-content ul li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-work .work-overlay .work-content ul li a:hover {
    background-color: #fff;
    color: #1B6097;
}

.single-work .work-overlay .work-content ul li:nth-of-type(1) {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.single-work .work-overlay .work-content ul li:nth-of-type(2) {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.single-work:hover .work-overlay {
    opacity: 1;
    visibility: visible;
}

.single-work:hover .work-overlay .work-content .work-title {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.single-work:hover .work-overlay .work-content ul li {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

/*===========================
       6.PRICING css 
===========================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing-area {
        padding-top: 90px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .pricing-area {
        padding-top: 70px;
        padding-bottom: 80px;
    }
}

.single-pricing .pricing-package {
    background-color: #1B6097;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.single-pricing .pricing-package .package-title {
    font-size: 22px;
    color: #fff;
    padding: 25px;
}

.single-pricing .pricing-body {
    border: 1px solid #ddd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.single-pricing .pricing-body .pricing-text {
    border-bottom: 1px solid #ddd;
    padding: 20px 25px;
}

.single-pricing .pricing-body .pricing-text .price {
    font-size: 30px;
    font-weight: 600;
    color: #1B6097;
    padding-top: 15px;
}

.single-pricing .pricing-body .pricing-list {
    padding-top: 30px;
}

.single-pricing .pricing-body .pricing-list ul li {
    line-height: 36px;
    color: #32333c;
    font-size: 16px;
}

.single-pricing .pricing-body .pricing-btn {
    padding-top: 25px;
    padding-bottom: 40px;
}

.single-pricing .pricing-body .pricing-btn .main-btn {
    background-color: #fff;
    color: #1B6097;
}

.single-pricing .pricing-body .pricing-btn .main-btn:hover {
    background-color: #1B6097;
    color: #fff;
}

.single-pricing.active {
    -webkit-box-shadow: 0px 0px 21px 0px rgba(152, 152, 152, 0.23);
    -moz-box-shadow: 0px 0px 21px 0px rgba(152, 152, 152, 0.23);
    box-shadow: 0px 0px 21px 0px rgba(152, 152, 152, 0.23);
}

.single-pricing.active .pricing-body .pricing-btn .main-btn {
    background-color: #1B6097;
    color: #fff;
}

.single-pricing.active .pricing-body .pricing-btn .main-btn:hover {
    background-color: #fff;
    color: #1B6097;
}

/*===========================
       7.BLOG css 
===========================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-area {
        padding-top: 90px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .blog-area {
        padding-top: 70px;
        padding-bottom: 80px;
    }
}

.single-blog {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(152, 152, 152, 0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(152, 152, 152, 0.25);
    box-shadow: 0px 0px 15px 0px rgba(152, 152, 152, 0.25);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.single-blog .blog-image {
    overflow: hidden;
}

.single-blog .blog-image img {
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-blog .blog-content {
    width: 75%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 25px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .single-blog .blog-content {
        padding: 20px;
    }
}

.single-blog .blog-content .blog-title a {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #32333c;
}

@media (max-width: 767px) {
    .single-blog .blog-content .blog-title a {
        font-size: 18px;
    }
}

.single-blog .blog-content span {
    font-size: 16px;
    color: #8a8fa3;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-blog:hover .blog-image img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.single-blog:hover .blog-content {
    background-color: #1B6097;
}

.single-blog:hover .blog-content .blog-title a {
    color: #fff;
}

.single-blog:hover .blog-content span {
    color: #fff;
}

/*===========================
       8.CONTACT css 
===========================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-area {
        padding-top: 90px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .contact-area {
        padding-top: 70px;
        padding-bottom: 80px;
    }
}

.contact-box {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 30px 35px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .contact-box {
        padding: 30px 25px;
    }
}

@media (max-width: 767px) {
    .contact-box {
        padding: 30px 25px;
    }
}

.contact-box .contact-icon i {
    font-size: 48px;
    color: #1B6097;
}

.contact-box .contact-content {
    margin-top: 15px;
}

.contact-box .contact-content .contact-title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
}

.contact-box:hover {
    -webkit-box-shadow: 0px 0px 21px 0px rgba(152, 152, 152, 0.23);
    -moz-box-shadow: 0px 0px 21px 0px rgba(152, 152, 152, 0.23);
    box-shadow: 0px 0px 21px 0px rgba(152, 152, 152, 0.23);
}

p.form-message.success,
p.form-message.error {
    font-size: 16px;
    color: #333;
    background: #ddd;
    padding: 10px 15px;
    margin-top: 15px;
}

p.form-message.success.form-message.error,
p.form-message.error.form-message.error {
    color: #f00;
}

.single-form {
    margin-top: 30px;
}

.single-form input,
.single-form textarea {
    width: 100%;
    height: 55px;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 0 25px;
    font-size: 16px;
    color: #8a8fa3;
}

.single-form input.placeholder,
.single-form textarea.placeholder {
    opacity: 1;
    color: #8a8fa3;
}

.single-form input:-moz-placeholder,
.single-form textarea:-moz-placeholder {
    opacity: 1;
    color: #8a8fa3;
}

.single-form input::-moz-placeholder,
.single-form textarea::-moz-placeholder {
    opacity: 1;
    color: #8a8fa3;
}

.single-form input::-webkit-input-placeholder,
.single-form textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #8a8fa3;
}

.single-form input:focus,
.single-form textarea:focus {
    border-color: #1B6097;
}

.single-form textarea {
    height: 135px;
    padding-top: 10px;
    resize: none;
}

.contact-map .gmap_canvas iframe {
    width: 100%;
    height: 335px;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(152, 152, 152, 0.46);
    -moz-box-shadow: 0px 0px 12px 0px rgba(152, 152, 152, 0.46);
    box-shadow: 0px 0px 12px 0px rgba(152, 152, 152, 0.46);
}

/*===========================
       9.FOOTER css 
===========================*/
.footer-widget {
    background-color: #152136;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .footer-widget {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.footer-content p {
    color: #fff;
    margin-top: 35px;
}

.footer-content ul {
    margin-top: 35px;
}

.footer-content ul li {
    display: inline-block;
    margin: 0 14px;
}

@media (max-width: 767px) {
    .footer-content ul li {
        margin: 0 7px;
    }
}

.footer-content ul li a {
    font-size: 30px;
    width: 74px;
    height: 70px;
    line-height: 74px;
    text-align: center;
    border-radius: 50%;
    color: #bebebe;
    background-color: #1c2940;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .footer-content ul li a {
        width: 52px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }
}

.footer-content ul li a:hover {
    background-color: #1B6097;
    color: #fff;
}

.footer-copyright {
    background-color: #fff;
}

.footer-copyright a{
   color: #000
}

.footer-copyright .copyright-text p {
    color: #000
}

.back-to-top {
    font-size: 20px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    line-height: 46px;
    border-radius: 50%;
    border: 2px solid #586376;
    background-color: #152136;
    text-align: center;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: none;
}

.back-to-top:hover {
    color: #fff;
    background-color: #1B6097;
    border-color: #1B6097;
}

/*===========================
      10.PAGE BANNER css 
===========================*/
.page-banner {
    margin-top: 95px;
    padding-top: 118px;
    padding-bottom: 122px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-banner {
        padding-top: 88px;
        padding-bottom: 92px;
    }
}

@media (max-width: 767px) {
    .page-banner {
        padding-top: 73px;
        padding-bottom: 72px;
    }
}

.page-banner-content {
    position: relative;
    z-index: 9;
}

.page-banner-content .page-title {
    font-size: 48px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .page-banner-content .page-title {
        font-size: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-banner-content .page-title {
        font-size: 38px;
    }
}

.page-banner-content .breadcrumb {
    background: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
}

.page-banner-content .breadcrumb .breadcrumb-item {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding-left: 26px;
}

.page-banner-content .breadcrumb .breadcrumb-item a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.page-banner-content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    background-color: #fff;
    left: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*===========================
   10.SINGLE BLOG PAGE css 
===========================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog-page {
        padding-top: 70px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .single-blog-page {
        padding-top: 30px;
        padding-bottom: 80px;
    }
}

.single-blog-post .blog-content {
    padding-top: 32px;
    padding-bottom: 45px;
    border-bottom: 1px solid #ddd;
}

.single-blog-post .blog-content .blog-title {
    font-size: 24px;
    color: #32333c;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .single-blog-post .blog-content .blog-title {
        font-size: 18px;
    }
}

.single-blog-post .blog-content .meta li {
    display: inline-block;
    margin-right: 40px;
}

@media (max-width: 767px) {
    .single-blog-post .blog-content .meta li {
        margin-right: 20px;
    }
}

.single-blog-post .blog-content .meta li:last-child {
    margin-right: 0;
}

.single-blog-post .blog-content .meta li a {
    font-size: 16px;
    color: #8a8fa3;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .single-blog-post .blog-content .meta li a {
        font-size: 14px;
    }
}

.single-blog-post .blog-content .meta li a:hover {
    color: #1B6097;
}

.single-blog-post .blog-content .meta li a i {
    color: #1B6097;
    margin-right: 5px;
}

.single-blog-post .blog-content .blockquote {
    margin-bottom: 0;
    padding: 20px 80px;
}

@media (max-width: 767px) {
    .single-blog-post .blog-content .blockquote {
        padding: 20px 25px;
    }
}

.single-blog-post .blog-content .blockquote p {
    color: #32333c;
    font-weight: 500;
    position: relative;
}

.single-blog-post .blog-content .blockquote p .quote-left {
    position: absolute;
    top: 5px;
    left: -30px;
}

.single-blog-post .blog-content .blockquote p .quote-right {
    margin-left: 10px;
}

.single-blog-post .blog-tag-share .blog-tag span {
    text-transform: uppercase;
    color: #32333c;
    font-size: 16px;
    font-weight: 600;
}

.single-blog-post .blog-tag-share .blog-tag .tag li {
    display: inline-block;
    margin-left: 10px;
}

.single-blog-post .blog-tag-share .blog-tag .tag li a {
    text-transform: uppercase;
    color: #8a8fa3;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-size: 16px;
}

@media (max-width: 767px) {
    .single-blog-post .blog-tag-share .blog-tag .tag li a {
        font-size: 14px;
    }
}

.single-blog-post .blog-tag-share .blog-tag .tag li a:hover {
    color: #1B6097;
}

.single-blog-post .blog-tag-share .blgo-share span {
    text-transform: uppercase;
    color: #32333c;
    font-size: 16px;
    font-weight: 600;
}

.single-blog-post .blog-tag-share .blgo-share .share li {
    display: inline-block;
    margin-left: 10px;
}

.single-blog-post .blog-tag-share .blgo-share .share li a {
    font-size: 16px;
}

.single-blog-post .blog-tag-share .blgo-share .share li a.color-1 {
    color: #3b5998;
}

.single-blog-post .blog-tag-share .blgo-share .share li a.color-2 {
    color: #55acee;
}

.single-blog-post .blog-tag-share .blgo-share .share li a.color-3 {
    color: #dc4e41;
}

.single-blog-post .blog-tag-share .blgo-share .share li a.color-4 {
    color: #517fa4;
}

.single-blog-post .blog-comment .title {
    font-size: 22px;
    font-weight: 600;
}

.single-blog-post .blog-comment .author-comment ul li {
    margin-top: 25px;
}

@media (max-width: 767px) {
    .single-blog-post .blog-comment .author-comment .single-comment .comment-thumb img {
        width: 80px;
    }
}

.single-blog-post .blog-comment .author-comment .single-comment .comment-content {
    padding-left: 30px;
}

@media (max-width: 767px) {
    .single-blog-post .blog-comment .author-comment .single-comment .comment-content {
        padding-left: 0;
        padding-top: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-blog-post .blog-comment .author-comment .single-comment .comment-content {
        padding-left: 30px;
        padding-top: 0;
    }
}

.single-blog-post .blog-comment .author-comment .single-comment .comment-content .author-name {
    font-size: 16px;
}

.single-blog-post .blog-comment .author-comment .single-comment .comment-content span {
    font-size: 14px;
    color: #8a8fa3;
    padding-bottom: 10px;
}

.single-blog-post .blog-comment .author-comment .comment-replay {
    padding-left: 30px;
}

.single-blog-post .blog-comment .comment-form .comment-form-box .single-input {
    margin-top: 30px;
}

.single-blog-post .blog-comment .comment-form .comment-form-box .single-input input,
.single-blog-post .blog-comment .comment-form .comment-form-box .single-input textarea {
    width: 100%;
    height: 55px;
    border: 1px solid #ddd;
    padding: 0 30px;
    border-radius: 5px;
}

.single-blog-post .blog-comment .comment-form .comment-form-box .single-input input.placeholder,
.single-blog-post .blog-comment .comment-form .comment-form-box .single-input textarea.placeholder {
    opacity: 1;
    color: #8a8fa3;
}

.single-blog-post .blog-comment .comment-form .comment-form-box .single-input input:-moz-placeholder,
.single-blog-post .blog-comment .comment-form .comment-form-box .single-input textarea:-moz-placeholder {
    opacity: 1;
    color: #8a8fa3;
}

.single-blog-post .blog-comment .comment-form .comment-form-box .single-input input::-moz-placeholder,
.single-blog-post .blog-comment .comment-form .comment-form-box .single-input textarea::-moz-placeholder {
    opacity: 1;
    color: #8a8fa3;
}

.single-blog-post .blog-comment .comment-form .comment-form-box .single-input input::-webkit-input-placeholder,
.single-blog-post .blog-comment .comment-form .comment-form-box .single-input textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #8a8fa3;
}

.single-blog-post .blog-comment .comment-form .comment-form-box .single-input input:focus,
.single-blog-post .blog-comment .comment-form .comment-form-box .single-input textarea:focus {
    border-color: #1B6097;
}

.single-blog-post .blog-comment .comment-form .comment-form-box .single-input textarea {
    height: 160px;
    padding-top: 20px;
    resize: none;
}

.single-blog-post .blog-comment .comment-form .comment-form-box .single-input .main-btn {
    width: 160px;
}

.blog-sidebar .sidebar-search {
    position: relative;
}

.blog-sidebar .sidebar-search input {
    width: 100%;
    height: 60px;
    border: 1px solid #ddd;
    padding: 0 30px;
    border-radius: 50px;
}

.blog-sidebar .sidebar-search input.placeholder {
    opacity: 1;
    color: #8a8fa3;
}

.blog-sidebar .sidebar-search input:-moz-placeholder {
    opacity: 1;
    color: #8a8fa3;
}

.blog-sidebar .sidebar-search input::-moz-placeholder {
    opacity: 1;
    color: #8a8fa3;
}

.blog-sidebar .sidebar-search input::-webkit-input-placeholder {
    opacity: 1;
    color: #8a8fa3;
}

.blog-sidebar .sidebar-search input:focus {
    border-color: #1B6097;
}

.blog-sidebar .sidebar-search button {
    width: 65px;
    height: 60px;
    text-align: center;
    background-color: #1B6097;
    font-size: 30px;
    color: #fff;
    border: 1px solid #1B6097;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 64px;
    cursor: pointer;
}

.blog-sidebar .sidebar-title {
    font-size: 22px;
    font-weight: 600;
}

.blog-sidebar .sidebar-post {
    padding: 25px 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.blog-sidebar .sidebar-post .single-sidebar-post {
    margin-top: 25px;
}

.blog-sidebar .sidebar-post .single-sidebar-post .post-thumb a img {
    border-radius: 3px;
}

.blog-sidebar .sidebar-post .single-sidebar-post .post-content {
    padding-left: 20px;
}

.blog-sidebar .sidebar-post .single-sidebar-post .post-content .post-title a {
    line-height: 22px;
    font-size: 15px;
    color: #32333c;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .blog-sidebar .sidebar-post .single-sidebar-post .post-content .post-title a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-sidebar .sidebar-post .single-sidebar-post .post-content .post-title a {
        font-size: 15px;
    }
}

.blog-sidebar .sidebar-post .single-sidebar-post .post-content .post-title a:hover {
    color: #1B6097;
}

.blog-sidebar .sidebar-post .single-sidebar-post .post-content span {
    color: #8a8fa3;
    font-size: 14px;
}

.blog-sidebar .sidebar-category {
    padding: 25px 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.blog-sidebar .sidebar-category ul li a {
    display: block;
    font-size: 16px;
    color: #8a8fa3;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.blog-sidebar .sidebar-category ul li a span {
    float: right;
}

.blog-sidebar .sidebar-category ul li a:hover {
    color: #1B6097;
}

.blog-sidebar .sidebar-subscribe {
    padding: 25px 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.blog-sidebar .sidebar-subscribe .subscribe-form {
    position: relative;
}

.blog-sidebar .sidebar-subscribe .subscribe-form input {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    padding: 0 30px;
    border-radius: 50px;
    background-color: #f2f2f2;
}

.blog-sidebar .sidebar-subscribe .subscribe-form input.placeholder {
    opacity: 1;
    color: #8a8fa3;
}

.blog-sidebar .sidebar-subscribe .subscribe-form input:-moz-placeholder {
    opacity: 1;
    color: #8a8fa3;
}

.blog-sidebar .sidebar-subscribe .subscribe-form input::-moz-placeholder {
    opacity: 1;
    color: #8a8fa3;
}

.blog-sidebar .sidebar-subscribe .subscribe-form input::-webkit-input-placeholder {
    opacity: 1;
    color: #8a8fa3;
}

.blog-sidebar .sidebar-subscribe .subscribe-form input:focus {
    border-color: #1B6097;
}

.blog-sidebar .sidebar-subscribe .subscribe-form button {
    width: 65px;
    height: 50px;
    text-align: center;
    background-color: #1B6097;
    font-size: 20px;
    color: #fff;
    border: 1px solid #1B6097;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 54px;
    cursor: pointer;
}

html {
    scroll-behavior: smooth;
    font-family: "IBM Plex Sans", serif;
}

body {
    font-family: "IBM Plex Sans", serif;
    font-weight: 500;
}

/*
        .hs-form {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            width: 100%;
        }
        
        
*/

p {
    color: #000;
}

img {
    border-radius: 20px;
}

.int-cs-rm {
    background: #fb0101;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    margin: 10px 0px;
    margin-bottom: 0px;
    transition: all ease .5s;
}

.int-cs-rm:hover {
    color: #fff;
    transform: scale(1.1);
    box-shadow: 1px 6px 20px 4px #bebebe;
    transition: all ease .5s;
}

.case-studies-card h4 {
    font-size: 18px;
    height: 70px;
}

#parallax {
    background: url("../images/Banner-Conga-new.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
}

form {
    font-family: "IBM Plex Sans", serif;
}

.hs-button:hover {
    transform: scale(1.1);
    box-shadow: 1px 6px 20px 4px #eee;
    transition: all ease .5s;
}

.hs-button {
    white-space: pre-wrap;
    height: 40px;
    width: 108px;
    background: #0176d3;
    border: none;
    border-radius: 12px !important;
    color: #fff;
    transition: all ease .5s;
    margin-top: 10px;
    font-weight: 700
}

.hs-form label {
    font-size: 12px;
}

.hs-input::placeholder {
    font-size: 14px;
}

.form-columns-1 .hs-input {
    width: 100% !important;
    height: 50px;
}

.custom-modal .close:hover {
    color: #1b6097;
}

.custom-modal .close {
    float: right;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    padding: 0rem 0rem !important;
    font-family: "IBM Plex Sans", serif;
    margin: -1rem 0.5rem 0rem auto !important;
    position: absolute;
    right: 0px;
}

.actions {
    text-align: center;
}

span.red {
    color: #ed222b;
}

.hs-input {
    height: 34px;
    padding: 10px;
    font-size: 14px;
    width: 100%;
    border: 2px solid #c8efff;
    margin-bottom: 10px;
    border-radius: 6px;
}

.custom-modal .hs-input {
    border: 1px solid #98cdff;
}

.header-content {
    margin-top: 65px;
}

.hs-input:focus {
    padding: 10px;
}

.hs-error-msg {
    font-size: 10px !important;
    color: red !important;
    position: relative;
    top: -5px;
}

.modal.show .modal-dialog {
    display: flex;
    height: 100%;
}

.modal-content,
.modal-header {
    background: none;
    border: none;
    align-self: center;
    width: 100%;
}

.close:hover {
    color: #fff;
    opacity: 1;
}

.close {
    float: right;
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    padding: 0rem 1rem !important;
    font-family: "IBM Plex Sans", serif;
    margin: -1rem -3.6rem -1rem auto !important;
}

.single-blog {
    border-radius: 0px;
}

.overview-expertise {
    padding: 0;
}

.card-overview {
    width: 100%;
    height: 360px;
    border-radius: 20px;
    padding: 1.5rem;
    position: relative;
    display: inline-block;
    align-items: flex-end;
    transition: 0.4s ease-out;
    border: none;
    margin-right: 15px;
}

.card-overview:hover {
    transform: translateY(0px);
}

.card-overview:hover:before {
    opacity: 1;
    background: rgba(0, 34, 84, 0.9);
}


.card-overview:hover .info {
    opacity: 1;
    transform: translateY(0px);
}

.card-overview:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-image: linear-gradient(rgb(0, 34, 83) 0%, rgba(0, 34, 83, 0) 100%);
    z-index: 2;
}

.card-overview img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
}

.card-overview .info {
    position: relative;
    z-index: 3;
    color: white;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.5s;
    padding: 20px 0;
    text-align: center;
}

.card-overview h6 {
    transition: 0.5s;
    margin: 0px;
    margin-top: 120px;
    position: relative;
    color: #fff;
    font-size: 24px;
    opacity: 1;
    z-index: 2;
    text-align: center;
    font-weight: 300;
    line-height: 30px;
}

.card-overview:hover h6 {
    margin-top: 0px !important;
    transition: 0.5s;
    font-size: 18px;
}

.card-overview .info::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 1px;
    background: #fa9600;
    margin-left: -35px;
}

.card-overview .info p {
    letter-spacing: 0px;
    font-size: 16px;
    margin-top: 30px;
    text-align: center;
    padding: 0;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    position: absolute;
}

.cr {
    text-decoration: underline;
    color: #fff;
}

.modal-backdrop.show {
    opacity: .9;
}

.right-arrow {
    width: 16px;
    margin-left: 10px;
    vertical-align: middle;
}

.overview-expertise .col-sm-12 {
    margin-bottom: 10px;
}

.navigation.sticky,
.navigation {
    padding: 10px;
}

.navigation .navbar .navbar-brand {
    padding-bottom: 0px;
}

@media (min-width: 1366px) {
    .overview-expertise .col-md-3 {
        max-width: 20%;
    }
}

.header-social .header-social-icon ul li a {
    display: flex;
    justify-content: center
}

[class^="lni-"],
[class*=" lni-"] {
    align-self: center;
}

.header-social .header-social-icon::before {
    background-color: #cccccc;
    display: none;
}

.closes span {
    background: #f00;
    height: 20px;
    width: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    z-index: 99999999;
    font-size: 14px;
    line-height: 18px;
    top: 0px;
    vertical-align: super;
    right: 0px;
    position: relative;
    cursor: pointer;
}

/*
        .bg-lb {
            background: #f0f8ff;
        }
*/

/*
        .bg-lb {
            background: #c3e1ff;
            border-radius: 0 1000px 1000px 0;
        }

        .bg-lb-r {
            background: #c3e1ff;
            border-radius: 1000px 0 0 1000px;
        }
*/

/**** Slideout Form ****/

.slideout-form.active {
    right: 0%;
    transition: .5s;
    z-index: 99999;
}

.slideout-form {
    width: 25%;
    display: block;
    position: fixed;
    top: 15%;
    background: #fff;
    padding: 30px 20px;
    transition: .5s;
    background: #eee;
    right: -25.4%;
    box-shadow: 1px 3px 20px 2px rgb(62 62 62 / 42%);
    z-index: 99999;
    border-radius: 20px 0px 0px 20px;
    border-left: 10px solid #ed222b;
    border-top: 2px solid #ed222b;
    border-bottom: 2px solid #ed222b;
}

#raq {
    cursor: pointer;
}


@-webkit-keyframes shake {
    0% {
        -webkit-transform: translate(2px, 1px) rotate(0deg);
    }

    10% {
        -webkit-transform: translate(-1px, -2px) rotate(-2deg);
    }

    20% {
        -webkit-transform: translate(-3px, 0px) rotate(3deg);
    }

    30% {
        -webkit-transform: translate(0px, 2px) rotate(0deg);
    }

    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        -webkit-transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        -webkit-transform: translate(2px, 1px) rotate(-2deg);
    }

    80% {
        -webkit-transform: translate(-1px, -1px) rotate(4deg);
    }

    90% {
        -webkit-transform: translate(2px, 2px) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(1px, -2px) rotate(-1deg);
    }
}


.slideout-form img.get-quote {
    margin-left: -40px;
    display: inline-block;
    top: 0;
    position: absolute;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 4px;
}

.slideout-form label {
    display: inline-block;
    margin-bottom: .2rem;
    font-size: 13px;
    color: #000;
    font-family: "IBM Plex Sans", serif;
}

.hs-error-msg {
    font-size: 10px !important;
    color: red !important;
    position: relative;
    top: -5px;
}

.slideout-form input,
.slideout-form select,
.slideout-form textarea {
    border-radius: 12px;
    line-height: 1;
    font-size: 13px !important;
    font-family: "IBM Plex Sans", serif;
}

.slideout-form .btn {
    border: 1px solid #fff;
    color: #fff;
    background: #A1742B;
    width: 100%;
    font-size: 16px;
    height: 40px;
    border-radius: 0;
}

.git-btn {
    position: fixed;
    top: 34%;
    right: -10px;
    z-index: 9999;
    background: red;
    border-radius: 20px 0px 0px 20px;
    padding: 10px;
    color: #fff;
    height: 157px;
    width: 60px;
    box-shadow: 0px 0px 15px 6px rgb(14 14 14 / 57%);
}

.git-btn p {
    transform: rotate(90deg);
    display: inline-block;
    white-space: nowrap;
    color: #fff;
    position: relative;
    right: 37px;
    top: 54px;
    font-size: 18px;
}

.hs-form-required {
    color: red;
}

.shk_this {
    transform: translate3d(0, 0, 0);
    animation-name: shakeMe;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes shakeMe {

    2%,
    18% {
        transform: translate3d(-5px, 0, 0);
    }

    4%,
    16% {
        transform: translate3d(5px, 0, 0);
    }

    6%,
    10%,
    14% {
        transform: translate3d(-5px, 0, 0);
    }

    8%,
    12% {
        transform: translate3d(5px, 0, 0);
    }

    18.1% {
        transform: translate3d(0px, 0, 0);
    }
}


@media (max-width: 768px) {


    .hs-input {
        width: 100%;
        height: 50px;
    }

    .git-btn {
        right: 40px !important;
        bottom: 20px !important;
        top: auto !important;
        transform: rotate(90deg) !important;
        animation-name: none !important;
        height: 45px !important;
        width: 45px !important;
        border-radius: 100px;
    }

    .fa.fa-envelope {
        vertical-align: bottom;
        transform: rotate(270deg);
        text-align: center;
        height: 45px;
        width: 45px;
        margin: -10px auto;
        line-height: 21px;
    }

    #raq p {
        display: none;
    }

    .git-btn p {
        transform: rotate(270deg) !important;
        right: 26px !important;
        top: 55px !important;
        font-size: 14px !important;
    }

    .slideout-form.active {
        width: 85% !important;
        bottom: -1px !important;
        top: auto !important;
        right: 4px !important;
        border-top: 10px solid #ed222b;
        border-left: 2px solid #ed222b;
        border-right: 2px solid #ed222b;
        border-radius: 20px 20px 0px 0px;
    }

    .slideout-form {
        width: 0% !important;
        bottom: -1000px !important;
        top: auto !important;
        right: 0px;
    }

    form div {
        text-align: left;
    }

}

.section-title .title {
    padding-bottom: 0px;
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    /*    padding-right: 40px;*/
}

.hero-area {
    background: #fff;
/*    background: url(../images/svg.png);*/
    background-repeat: repeat;
    background-size: 100% 100%;
}

.hero-area h2 {
    color: #000;
    font-size: 14px;
    line-height: 40px;
    font-weight: 300;
}

.ttoe {
    color: #1b6097;
    font-size: 56px;
    font-weight: 300;
}


.desc-content h4 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 300;
    padding-right: 40px;
}

.desc-content .partners-team {
    /*    padding: 30px 30px 40px;*/
}

.desc-content .partners-team h3 {
    font-size: 22px;
    font-weight: 400;
    color: #1B76FF;
    padding-bottom: 20px;
}

.desc-content .partners-team p {
    padding-bottom: 0px;
    color: #222222;
}

.desc-content .partners-team i {
    display: inherit;
    margin-bottom: 1rem;
}

.desc-content .partners-team i img {
    width: 200px;
    border: 5px solid #1b6097;
    border-radius: 50%;
}

.desc-content .partners-team .designation {
    font-size: 13px;
    line-height: 8px;
    margin-bottom: 16px;
}

.desc-content .partners-team .description {
    font-size: 13px;
    height: 0;
    overflow: hidden;
    text-align: center;
    transition: all 0.6s ease;
}

.desc-content .partners-team:hover .description {
    height: auto;
    display: inherit;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

.desc-content .partners-team:hover .description strong {}

.desc-content .partners-team a:hover,
.desc-content .partners-team a:focus {
    border: 1px solid #fff !important;
    color: #fff !important;
}

.desc-content .carousel-inner {
    box-shadow: 0px 4px 45px rgb(0 0 0 / 15%);
}

.desc-content .carousel-indicators {
    bottom: -16px;
    z-index: 99999;
    width: 100%;
    left: -53px;
    height: 40px;
}

.desc-content .carousel-indicators [data-bs-target] {
    background-color: #1b76ff;
    margin-top: 8px;
}

.desc-content a.btn-link,
.desc-content a.btn-link:hover,
.desc-content a.btn-link:focus {
    border-radius: 0;
    border: none !important;
    color: #fff;
    outline: none;
    display: inherit;
}


.custom-modal .modal-header {
    border-bottom: none;
    text-align: center;
    background: #ed222b;
    border-radius: 0px;
}

.custom-modal .modal-header .modal-title-header {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #313131;
    margin-bottom: 5px;
}

.custom-modal .modal-header h4 {
    border-bottom: none;
    width: 100%;
    color: #fff;
    font-size: 16px !important;
    text-align: center;
}

.custom-modal .modal-body {
    background: #fff;
}


.box {
    background: #fff;
    color: #24268d;
    border-right: 0;
    display: inline-block;
    height: 37px;
    width: 100%;
    padding: 0px 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 38px;
    position: relative;
    margin-bottom: 10px;
}

.boxx {
    padding-left: 10px;
}

.box-p {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
}

.box + .box {
    border-left: 0;
    padding-left: 24px;
}

.box:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 19px solid #fff;
    position: absolute;
    right: -19px;
    top: 0;
    z-index: 2;
}

.boxx {
    width: 95%;
    float: right;
}

.boxx:before {
    content: url(https://forsysinc.com/blog/wp-content/uploads/2022/08/tail.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    left: -20px;
    top: 0;
    z-index: 2;
}

.boxed ul {
    padding-left: 10px;
}

.boxed ul li {
    font-size: 12px;
    color: #fff;
    margin-bottom: 10px;
    list-style: disc;
    font-weight: 300;
}

.boxed h6 {
    font-size: 16px;
    color: #008eff;
    margin-bottom: 10px;
}

#benefits h4 {
    padding: 10px;
    color: #fff;
    background: #214081;
    background-image: linear-gradient(to right, #214081, #318ecd);
    border-radius: 0px 35px 35px 0px;
    font-size: 20px;
}

/******* Testimonials *********/
/*
.testimonials-clean {
  color:#313437;
  background-color:#eef4f7;
}
*/

.testimonials-clean p {
    color: #000;
}

.testimonials-clean h2 {
    font-weight: bold;
    color: inherit;
}

@media (max-width:767px) {
    .testimonials-clean h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.testimonials-clean .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
}

.testimonials-clean .intro p {
    margin-bottom: 0;
}


.testimonials-clean .item {
    margin-bottom: 30px;
}


.testimonials-clean .item .bocx {
    padding: 30px;
    background-image: linear-gradient(to right, #214081, #318ecd);
    border-radius: 20px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.testimonials-clean .item:nth-child(2) {
    margin-bottom: 0px !important;
}

/*

.testimonials-clean .item .bocx:after {
  content:'';
  position:absolute;
  left:30px;
  bottom:-24px;
  width:0;
  height:0;
  border:15px solid transparent;
  border-width:12px 15px;
  border-top-color:#fff;
}

.testimonials-clean .item .bocx.xo:after {
  content:'';
  position:absolute;
  right:30px;
    left: auto;
  bottom:-24px;
  width:0;
  height:0;
  border:15px solid transparent;
  border-width:12px 15px;
  border-top-color:#fff;
}
*/

.testimonials-clean .item .author {
    margin-top: 28px;
    padding-left: 25px;
}

.testimonials-clean .item .author.author-r {
    text-align: right;
    padding-right: 25px;
}

.testimonials-clean .item .name span {
    color: #444;
    font-weight: normal;
}

.testimonials-clean .item .name {
    font-weight: bold;
    margin-bottom: 2px;
    color: #fff;
    display: inline-block;
    width: 15%;
    flex: 1 1 100%;
    align-self: center;
    text-align: right;
}

.testimonials-clean .item .title {
    font-size: 13px;
    color: #181818;
}

.testimonials-clean .item .description {
    font-size: 16px;
    margin-bottom: 0;
    display: inline-block;
    width: 75%;
    margin-right: 10px;
    line-height: 24px;
    align-self: center;
    color: #fff;
    /*    border-right: 1px solid #1b6097;*/
}

.testimonials-clean .item img {
    max-width: 70px;
    display: inline-block;
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
    height: 70px;
    align-self: center;
    border: 1px solid #444;
    margin-top: -5px;
    border-radius: 50px;
}

.testimonials-clean .item img.rrr {
    max-width: 40px;
    float: right;
    margin-right: 0px;
    margin-top: -5px;
}

.c1,
.c2,
.c3,
.c4 {
    cursor: pointer;
}

.dn {
    display: none;
}

.db {
    display: block !important;
}

.lop {
    opacity: .3;
}

.nav-link {
    border-radius: 0px;
    background: #fff !important;
}

.nav1 {
    border-radius: 100% 0 0 0 !important;
    border-right: 3px solid #000 !important;
    border-bottom: 3px solid #000 !important;
}

.nav2 {
    border-radius: 0 100% 0 0 !important;
    border-left: 3px solid #000 !important;
    border-bottom: 3px solid #000 !important;
}

.nav3 {
    border-radius: 0 0 0 100% !important;
    border-right: 3px solid #000 !important;
    border-top: 3px solid #000 !important;
}

.nav4 {
    border-radius: 0 0 100% 0 !important;
    border-left: 3px solid #000 !important;
    border-top: 3px solid #000 !important;
}

.nav1.active,
.nav1:hover {
    box-shadow: -20px -20px 36px -15px rgb(19 17 17 / 79%);
    border-top-left-radius: 100%;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 3px solid #000 !important;
    border-bottom: 3px solid #000 !important;
}

.nav2.active,
.nav2:hover {
    box-shadow: 20px -20px 36px -15px rgb(19 17 17 / 79%);
    border-top-right-radius: 100%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-left: 3px solid #000 !important;
    border-bottom: 3px solid #000 !important;
}

.nav3.active,
.nav3:hover {
    box-shadow: -20px 20px 36px -15px rgb(19 17 17 / 79%);
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 0px;
    border-right: 3px solid #000 !important;
    border-top: 3px solid #000 !important;
}

.nav4.active,
.nav4:hover {
    box-shadow: 20px 20px 36px -15px rgb(19 17 17 / 79%);
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 100%;
    border-left: 3px solid #000 !important;
    border-top: 3px solid #000 !important;
}

.nav-tabs::before {
    background: url(../images/work/0.png);
    align-self: center !important;
    text-align: center !important;
    background-size: 240px !important;
    z-index: 9999999999999999;
    background-repeat: no-repeat;
    content: '';
    width: 240px;
    height: 240px;
    position: absolute;
    border-radius: 100%;
}

.align-self-center.muji {
    padding-right: 60px;
}

.reset {
    width: 24px;
    height: 24px;
    background: #fff;
    text-align: center;
    border-radius: 50px;
    float: right;
    position: absolute;
    top: 6px;
    z-index: 99;
    right: 0px;
    line-height: 21px;
    color: red;
    border-radius: 50px;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid;
    font-size: 22px;
}

.circle.nav .nav-link {
    padding: 0px;
    width: 100%;
    border: none;
}

.circle.nav-tabs {
    border-bottom: none;
    padding: 5%;
}

.circle.nav-tabs .nav-link.active,
.circle.nav-tabs .nav-link:focus,
.circle.nav-tabs .nav-link:hover {
    background: transparent;
    border-color: transparent;
    cursor: pointer;
    opacity: 1;
}

.circle.nav-tabs .nav-item {
    margin-bottom: -2px;
    margin-left: -2px;
}

.tab-content > .active {
    display: flex;
}

/*
.tab-pane.active:before {
    content: '';
    border-right: 20px solid #ffffff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    left: -18px;
    align-self: center;
}
*/

.tab-pane h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.tab-content {
    position: relative;
}

.tab-pane ul li {
    margin-bottom: 5px;
}

.tab-pane ul {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 14px;
    color: #000;
}

/*
.c1 img:last-child {
  display: none;  
}
.c1:hover img:last-child {
  display: block;  
}
.c1:hover img:first-child {
  display: none;  
}
*/

/*
#abouts::before {
    content: '';
    background: rgb(0 38 90 / 86%);
    height: 100%;
    width: 100%;
    position: absolute;

}
*/


.pointer-icon {
    width: 66px;
    margin-bottom: 30px;
}

.jvujkm {
    padding: 20px;
    background: rgb(255 255 255 / 24%);
    border-radius: 30px;
    border: 1px solid hsla(0, 0%, 9%, .04);
    box-shadow: 0 2px 8px -2px hsla(0, 0%, 9%, .08), 0px 0px 12px -2px hsla(0, 0%, 9%, .16);
}

.point {
    background: #ecf7ff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: rgb(25 25 25 / 15%) -1px -30px 100px 0px;
    height: 100%;
    border: #cbe4f5 solid 1px;
}

.point:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

@media (max-width: 766px) {
    .pointers .col-2 {
        font-size: 15px;
        width: 80%;
        max-width: 80%;
        flex: 0 0 80%;
        position: relative;
        height: 100%;
        padding: 10px;
        margin-bottom: 20px;
    }
    
    .jvujkm {
        padding: 40px;
    }
}

@media (min-width: 767px) {
    .pointers .col-2 {
        font-size: 15px;
        width: 20%;
        max-width: 20%;
        flex: 0 0 20%;
        position: relative;
        height: 100%;
        padding: 10px;
    }
}

.hbspt-form {
    padding: 20px;
/*    background: aliceblue;*/
/*    border: lightblue 3px solid;*/
    border-radius: 22px;
}

.col-2 .point::after {
    width: 65%;
    margin: 0 auto;
    height: 25px;
    border-radius: 8px;
    content: '';
    background: #ed222b;
    display: block;
    bottom: -8px;
    position: absolute;
    z-index: -1;
    left: 50%;
    transform: translate(-50%,-50%);
}

.point p {
    font-size: 17px;
}

.cookie-reset-container {
    cursor: pointer;
}


:root {
    --animate-delay: 0.5s;
}
