* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body p {
    font-size: 15px;
    line-height: 27px;
    color: #a2a1a1;
}

ul {
    margin: 0;
}

.button-area {
    width: 100%;
    float: left;
    margin-top: 33px;
    padding: 20px 0;
}

.button-area a button {
    padding: 22px 32px;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 1em;
    background-color: #f4263e;
    color: #fff;
    transition: 0.8s;
}

.button-area a .bg-diff {
    border: 1px solid #bebfcc;
    background-color: transparent;
    color: #1f2559;
    font-weight: 500;
    margin-left: 20px;
    transition: 0.8s;
}

.button-area a button:hover {
    box-shadow: 0 8px 20px 0 rgb(244 38 62 / 30%);
    transform: translate(0px, -2px);
    transition: 0.8s;
}

.button-area a .bg-diff:hover {
    box-shadow: none;
    border: 1px solid #f4263e;
    color: #f4263e;
    transition: 0.8s;
    transform: translate(0px, -2px);
}


.nav-search-button span:hover {
    color: #f4263e;
    transition: 0.8s;
}


.nav-search-button span {
    color: #1f2559;
    font-size: 18px;
    transition: 0.8s;
    font-weight: 500;
}

.nav-search-button .fa {
    margin-left: 16px;
    margin-right: 16px;
}

.nav-area .button-area {
    width: 100%;
    float: left;
    margin-top: 10px;
    padding: 0;
}

.nav-area .button-area a button {
    padding: 17px 23px;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 1em;
    background-color: #f4263e;
    color: #fff;
    transition: 0.8s;
}


.nav-area {
    width: 100%;
    float: left;
    position: relative;
    background-color: #ffffff;
    padding: 10px 0;
    z-index: 1;
    margin-bottom: 100px;
}

.classy-load {
    -webkit-animation: 2000ms linear 0s normal none infinite running classy-load;
    animation: 2000ms linear 0s normal none infinite running classy-load;
    background: transparent none repeat scroll 0 0;
    border-color: #dddddd #dddddd #111111;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 40px;
    left: calc(50% - 20px);
    position: relative;
    top: calc(50% - 20px);
    width: 40px;
    z-index: 9;
}

@-webkit-keyframes classy-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes classy-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.navigation {
    width: 100%;
    height: 70px;
    display: table;
    position: relative;
}

.navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
    height: 48px
}

.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19998
}

.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important
}

.align-to-right {
    float: right
}

.nav-header {
    float: left;
    width: 125px;
}

.navigation-hidden .nav-header {
    display: none
}

.nav-brand {
    line-height: 70px;
    padding: 0;
    color: #343a40;
    font-size: 24px;
    text-decoration: none !important
}

.nav-brand:hover,
.nav-brand:focus {
    color: #343a40
}

.navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px
}

.nav img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left
}

.nav-logo:focus>img {
    outline: initial
}

.navigation-portrait .nav-logo>img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0
}

.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 15px;
    display: none;
    cursor: pointer
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #343a40;
    border-radius: 10px;
    box-shadow: 0 .5em 0 0 #343a40, 0 1em 0 0 #343a40
}

.navigation-portrait .nav-toggle {
    display: block
}

.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    left: auto;
    right: 0
}

.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #343a40;
    font-size: 26px;
    cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block
}

.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
}

.navigation-portrait .nav-menu {
    width: 100%
}

.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center
}

.navigation-landscape .nav-menu.nav-menu-centered>li {
    float: none
}

.nav-menu>li {
    display: inline-block;
    float: left;
    text-align: left;
}

.navigation-portrait .nav-menu>li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0
}

.navigation-portrait .nav-menu>li:last-child {
    border-bottom: solid 1px #f0f0f0
}

.nav-menu+.nav-menu>li:first-child {
    border-top: none
}

.nav-menu>li>a {
    height: 70px;
    padding: 26px 15px;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: #343a40;
    -webkit-transition: color .3s, background .3s;
    transition: color .3s, background .3s;
    font-weight: 600;
}

.navigation-portrait .nav-menu>li>a {
    width: 100%;
    height: auto;
    padding: 12px 15px 12px 26px
}

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
    color: #f4263e;
}

.nav-menu>li>a>i,
.nav-menu>li>a>[class*=ion-] {
    width: 18px;
    height: 16px;
    line-height: 16px;
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
}

.nav-menu>li>a>[class*=ion-] {
    width: 16px;
    display: inline-block;
    -webkit-transform: scale(1.8);
    transform: scale(1.8)
}

.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center
}

.nav-menu.nav-menu-social>li {
    text-align: center;
    float: none;
    border: none !important
}

.navigation-portrait .nav-menu.nav-menu-social>li {
    width: auto
}

.nav-menu.nav-menu-social>li>a>[class*=ion-] {
    font-size: 12px
}

.nav-menu.nav-menu-social>li>a>.fa {
    font-size: 14px
}

.navigation-portrait .nav-menu.nav-menu-social>li>a {
    padding: 15px
}

.submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
    float: right;
    -webkit-transition: all .2s;
    transition: all .2s
}

.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 20000
}

.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: transparent #1f2559 #1f2559 transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border .2s;
    transition: border .2s;
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px
}

.nav-menu>li:hover>a .submenu-indicator-chevron,
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron {
    border-color: transparent #f4263e #f4263e transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.nav-search {
    height: 70px;
    float: right;
    z-index: 19998
}

.navigation-portrait .nav-search {
    height: 48px;
    padding: 0 10px;
    margin-right: 52px
}

.navigation-hidden .nav-search {
    display: none
}

.nav-search-button {
    width: 110px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    background-color: #fbfcfd00;
    color: #f4263e;
    font-size: 27px;
}

.navigation-portrait .nav-search-button {
    width: 50px;
    height: 48px;
    line-height: 46px;
    font-size: 22px
}

.nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 2px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #f4263e;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
    content: '';
    pointer-events: none
}

.nav-search-icon:before {
    width: 2px;
    height: 11px;
    top: 11px;
    position: absolute;
    left: 50%;
    border-radius: 0 0 1px 1px;
    box-shadow: inset 0 0 0 32px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.nav-search-button:hover .nav-search-icon {
    color: #000000;
}

.nav-search>form {
    width: 100%;
    height: 100%;
    padding: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99
}

.nav-search-inner {
    width: 70%;
    height: 70px;
    margin: auto;
    display: table
}

.navigation-portrait .nav-search-inner {
    height: 48px
}

.nav-search-inner input[type=text],
.nav-search-inner input[type=search] {
    height: 70px;
    width: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 26px;
    text-align: center;
    color: #343a40;
    outline: none;
    line-height: 70px;
    border: none;
    background-color: transparent;
    -webkit-transition: all .3s;
    transition: all .3s
}

.navigation-portrait .nav-search-inner input[type=text],
.navigation-portrait .nav-search-inner input[type=search] {
    height: 48px;
    font-size: 18px;
    line-height: 48px
}

.nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: normal;
    color: #343a40;
    font-size: 20px;
    cursor: pointer;
    text-align: center
}

.navigation-portrait .nav-search-close-button {
    top: 10px;
    right: 14px
}

.nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px
}

.nav-button:hover,
.nav-button:focus {
    color: #fff;
    text-decoration: none
}

.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px
}

.nav-text {
    margin: 25px 15px;
    display: inline-block;
    color: #343a40;
    font-size: 14px
}

.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0
}

.navigation-portrait .nav-text+ul {
    margin-top: 15px
}

.nav-dropdown {
    min-width: 180px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0
}

.nav-dropdown .nav-dropdown {
    left: 100%
}

.nav-menu>li>.nav-dropdown {
    border-top: solid 1px #f0f0f0
}

.nav-dropdown>li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left
}

.nav-dropdown>li>a {
    width: 100%;
    padding: 16px 20px;
    display: inline-block;
    text-decoration: none;
    float: left;
    font-size: 13px;
    color: #343a40;
    background-color: #fdfdfd;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
    color: #10897d;
}

.nav-dropdown.nav-dropdown-left {
    right: 0
}

.nav-dropdown>li>.nav-dropdown-left {
    left: auto;
    right: 100%
}

.navigation-landscape .nav-dropdown.nav-dropdown-left>li>a {
    text-align: right
}

.navigation-portrait .nav-dropdown>li>a {
    padding: 12px 20px 12px 30px
}

.navigation-portrait .nav-dropdown>li>ul>li>a {
    padding-left: 50px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
    padding-left: 70px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
    padding-left: 90px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 110px
}

.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 10px;
    position: absolute
}

.navigation-portrait .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
    border-color: transparent #27ae60 #27ae60 transparent
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
    left: 10px
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.nav-dropdown-horizontal {
    width: 100%;
    left: 0;
    background-color: #fdfdfd;
    border-top: solid 1px #f0f0f0
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
    width: 100%;
    top: 100%;
    left: 0
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
    border-top: none
}

.nav-dropdown-horizontal>li {
    width: auto;
    clear: none;
    position: static
}

.navigation-portrait .nav-dropdown-horizontal>li {
    width: 100%
}

.nav-dropdown-horizontal>li>a {
    position: relative
}

.nav-dropdown-horizontal .submenu-indicator {
    height: 18px;
    top: 11px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
    height: 42px;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.megamenu-panel {
    width: 100%;
    padding: 15px;
    display: none;
    position: absolute;
    font-size: 14px;
    z-index: 98;
    text-align: left;
    color: inherit;
    border-top: solid 1px #f0f0f0;
    background-color: #fdfdfd;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .075)
}

.navigation-portrait .megamenu-panel {
    padding: 25px;
    position: static;
    display: block
}

.megamenu-panel [class*=container] {
    width: 100%
}

.megamenu-panel [class*="container"] [class*="col-"] {
    padding: 0
}

.megamenu-panel-half {
    width: 50%
}

.megamenu-panel-quarter {
    width: 25%
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
    width: 100%
}

.megamenu-panel-row {
    width: 100%
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
    display: table;
    content: "";
    line-height: 0
}

.megamenu-panel-row:after {
    clear: both
}

.megamenu-panel-row [class*=col-] {
    display: block;
    min-height: 20px;
    float: left;
    margin-left: 3%
}

.megamenu-panel-row [class*=col-]:first-child {
    margin-left: 0
}

.navigation-portrait .megamenu-panel-row [class*=col-] {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top: 15px
}

.navigation-portrait .megamenu-panel-row:first-child [class*=col-]:first-child {
    margin-top: 0
}

.megamenu-panel-row .col-1 {
    width: 5.583333333333%
}

.megamenu-panel-row .col-2 {
    width: 14.166666666666%
}

.megamenu-panel-row .col-3 {
    width: 22.75%
}

.megamenu-panel-row .col-4 {
    width: 31.333333333333%
}

.megamenu-panel-row .col-5 {
    width: 39.916666666667%
}

.megamenu-panel-row .col-6 {
    width: 48.5%
}

.megamenu-panel-row .col-7 {
    width: 57.083333333333%
}

.megamenu-panel-row .col-8 {
    width: 65.666666666667%
}

.megamenu-panel-row .col-9 {
    width: 74.25%
}

.megamenu-panel-row .col-10 {
    width: 82.833333333334%
}

.megamenu-panel-row .col-11 {
    width: 91.416666666667%
}

.megamenu-panel-row .col-12 {
    width: 100%
}

.megamenu-tabs {
    width: 100%;
    float: left;
    display: block
}

.megamenu-tabs-nav {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none
}

.navigation-portrait .megamenu-tabs-nav {
    width: 100%
}

.megamenu-tabs-nav>li>a {
    width: 100%;
    padding: 10px 16px;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #343a40;
    border: solid 1px #eff0f2;
    outline: 0;
    background-color: #fff
}

.megamenu-tabs-nav>li.active a,
.megamenu-tabs-nav>li:hover a {
    background-color: #f5f5f5
}

.megamenu-tabs-pane {
    width: 80%;
    min-height: 30px;
    padding: 20px;
    float: right;
    display: none;
    font-size: 13px;
    color: #343a40;
    border: solid 1px #eff0f2;
    background-color: #fff
}

.megamenu-tabs-pane.active {
    display: block
}

.navigation-portrait .megamenu-tabs-pane {
    width: 100%
}

.megamenu-lists {
    width: 100%;
    display: table
}

.megamenu-list {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    display: inline-block;
    float: left;
    list-style: none
}

.megamenu-list:last-child {
    margin: 0;
    border: none
}

.navigation-landscape .megamenu-list {
    margin: -15px 0;
    padding: 20px 0;
    /* border-right:solid 1px #f0f0f0; */
}

.navigation-landscape .megamenu-list:last-child {
    border: none
}

.megamenu-list>li>a {
    width: 100%;
    padding: 10px 15px;
    display: inline-block;
    color: #1f2559;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}

.megamenu-list>li>a:hover {
    background-color: transparent;
    color: #f4263e;
}

.megamenu-list>li.megamenu-list-title>a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #343a40
}

.megamenu-list>li.megamenu-list-title>a:hover {
    background-color: transparent
}

.navigation-landscape .list-col-2 {
    width: 50%
}

.navigation-landscape .list-col-3 {
    width: 33%
}

.navigation-landscape .list-col-4 {
    width: 25%
}

.navigation-landscape .list-col-5 {
    width: 20%
}

.nav-menu>li>a {
    color: #1f2559;
    text-transform: none;
}

.nav-dropdown>li>a {
    color: #343a40;
    padding: 10px 20px;
    border-bottom: 1px solid #f6f6f6;
}

.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus {
    color: #27ae60;
}

.main_header_area.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.navigation-portrait .nav-menu>li>a {
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 30px;
}

@media only screen and (min-width:320px) and (max-width:767px) {

    .nav-dropdown>li>a,
    .megamenu-list>li>a {
        width: 65%
    }
}

.nav-header img {
    width: 100%;
    float: left;
}


/*********************************banner-area***********************************************/
.banner-area {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    /* margin-bottom:50px; */
}

.banner-inr {
    width: 100%;
    float: left;
    text-align: center;
}

.banner-inr h1 {
    color: #1f2559;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    line-height: 1.263em;
}

.banner-inr h5 {
    color: #f4263e;
    font-size: 26px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 10px;
}

.banner-inr p {
    font-size: 17px;
    color: #62668a;
    /* margin-bottom: 44px; */
    font-weight: 600;
}

/*********************************image-area***********************************************/

.image-area {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    padding: 60px 0;
    background-image: url(../image/c.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.image-inr {
    width: 100%;
    float: left;
    text-align: center;
}

.image-inr img {
    width: 70%;
    float: none;
    margin: auto;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-name: floating;
}

@keyframes floating {
    from {
        transform: translate(0, 0px);
    }

    65% {
        transform: translate(0, 15px);
    }

    to {
        transform: translate(0, -0px);
    }
}


/*********************************service-area***********************************************/
.service-area {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 100px;
}

.service-inr {
    width: 100%;
    float: left;
    text-align: center;
}

.service-inr h5 {
    color: #f4263e;
    font-size: 26px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 10px;
}

.service-inr h1 {
    color: #1f2559;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 18px;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    line-height: 1.292em;
}

.service-inr p {
    font-size: 17px;
    color: #62668a;
    margin-bottom: 20px;
    font-weight: 600;
}

.service-in2 {
    width: 100%;
    float: left;
    text-align: left;
    padding: 30px 25px;
    border: 1px solid #e7e8f1;
    box-shadow: 0 3px 10px 0 rgb(21 35 158 / 4%);
    border-radius: 36px;
    background-color: #fff;
    margin-top: 40px;
    transition: 0.8s;
}

.service-in2 h3 {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.375em;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    color: #1f2559;
}

.service-in2 p {
    font-size: 15px;
    color: #62668a;
    margin-bottom: 16px;
    font-weight: 600;
}

.t img {
    width: 20%;
    float: left;
    width: 100px;
    height: 100px;
    background-color: #e5eefb;
    padding: 20px 20px;
    border-radius: 25px;
    margin-bottom: 20px;
}

.t {
    width: 100%;
    float: left;
}

.service-in2 ul {
    width: 100%;
    float: left;
}

.service-in2 ul li {
    text-align: left;
    margin-bottom: 20px;
}

.service-in2 ul li a {
    color: #62668a;
    font-size: 16px;
    font-weight: 500;
    margin-left: 9px;
}

.service-in2 ul li img {
    width: 26px;
    float: left;
}

.t2 img {
    width: 20%;
    float: left;
    width: 100px;
    height: 100px;
    background-color: #f5f2fb;
    padding: 20px 20px;
    border-radius: 25px;
    margin-bottom: 20px;
}

.t2 {
    width: 100%;
    float: left;
}

.t3 img {
    width: 20%;
    float: left;
    width: 100px;
    height: 100px;
    background-color: #fbf1c796;
    padding: 20px 20px;
    border-radius: 25px;
    margin-bottom: 20px;
}

.t3 {
    width: 100%;
    float: left;
}

.service-in2:hover {
    border: 1px solid #f4263e;
    transition: 0.8s;
}

.t4 img {
    width: 20%;
    float: left;
    width: 100px;
    height: 100px;
    background-color: #f7dcdf96;
    padding: 20px 20px;
    border-radius: 25px;
    margin-bottom: 20px;
}

.t4 {
    width: 100%;
    float: left;
}

.t5 img {
    width: 20%;
    float: left;
    width: 100px;
    height: 100px;
    background-color: #f3d5b26b;
    padding: 20px 20px;
    border-radius: 25px;
    margin-bottom: 20px;
}

.t5 {
    width: 100%;
    float: left;
}

.t6 img {
    width: 20%;
    float: left;
    width: 100px;
    height: 100px;
    background-color: #d0f2f96b;
    padding: 20px 20px;
    border-radius: 25px;
    margin-bottom: 20px;
}

.t6 {
    width: 100%;
    float: left;
}

/*********************************about-area***********************************************/

.about {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    background-color: #fafafc;
    padding: 150px 0;
}

.about-inr {
    width: 100%;
    float: left;
}

.about-inr2 {
    width: 100%;
    float: left;
}

.about-inr2 h5 {
    color: #f4263e;
    font-size: 26px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 10px;
}

.about-inr2 h1 {
    color: #1f2559;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 18px;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    line-height: 1.292em;
}

.about-inr2 p {
    font-size: 17px;
    color: #62668a;
    /* margin-bottom: 44px; */
    font-weight: 600;
}

.about-inr3 {
    width: 100%;
    float: left;
}

.about-inr3 img {
    width: 100%;
    float: left;
    border-radius: 40px;
    box-shadow: 0 30px 54px 0 rgb(17 94 209 / 21%);
}

/*********************************process-area***********************************************/
.process-area {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 100px;
}

.process-inr {
    width: 100%;
    float: left;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.process-inr h5 {
    color: #f4263e;
    font-size: 26px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 10px;
}

.process-inr h1 {
    color: #1f2559;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 18px;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    line-height: 1.292em;
}

.process-inr2 {
    width: 100%;
    float: left;
}

.process-inr p {
    font-size: 17px;
    color: #62668a;
    margin-bottom: 44px;
    font-weight: 600;
}

.i {
    width: 100%;
    float: left;
    box-shadow: 0 10px 24px 0 rgb(255 205 29 / 21%);
    margin-bottom: 27px;
    border-radius: 30px;
}

.i img {
    width: 100%;
    float: left;
    border-radius: 30px;
}

.process-inr2 h3 {
    font-size: 29px;
    color: #1f2559;
    font-weight: 500;
    line-height: 1.375em;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
}

.process-inr2 p {
    font-size: 16px;
    color: #62668a;
    font-weight: 700;
}

.i2 {
    width: 100%;
    float: left;
    box-shadow: 0 10px 24px 0 rgb(255 205 29 / 21%);
    margin-bottom: 27px;
    border-radius: 30px;
}

.i2 img {
    width: 100%;
    float: left;
    border-radius: 30px;
    box-shadow: 0 10px 24px 0 rgb(244 38 62 / 21%);
}

.i3 {
    width: 100%;
    float: left;
    box-shadow: 0 10px 24px 0 rgb(255 205 29 / 21%);
    margin-bottom: 27px;
    border-radius: 30px;
}

.i3 img {
    width: 100%;
    float: left;
    border-radius: 30px;
    box-shadow: 0 10px 24px 0 rgb(27 118 255 / 26%);
}

/*********************************case-area***********************************************/
.case-area {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

.case-inr {
    width: 100%;
    float: left;
    /* background-color: #000; */
    padding: 30px 0;
}

.case-inr2 {
    width: 100%;
    float: left;
}

.case-inr2 h5 {
    color: #f4263e;
    font-size: 26px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 10px;
}

.case-inr2 h2 {
    color: #1f2559;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 18px;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    line-height: 1.292em;
}

.case-area .button-area {
    width: 100%;
    float: left;
    margin-top: 23px;
    text-align: right;
}

.case-inr3 {
    width: 100%;
    float: left;
    /* border: 1px solid #ddd; */
    border-radius: 30px;
    /* box-shadow: 0 11px 12px 0 rgb(0 0 0 / 4%); */
}

.image img {
    width: 74%;
    float: none;
    margin: auto;
    text-align: center;
    border-radius: 10px;
}

.text {
    width: 100%;
    float: left;
    padding: 32px 32px;
    background-color: #fff;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 11px 12px 0 rgb(0 0 0 / 4%);
}

.text h5 {
    color: #f4263e;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px;
}

.text h3 {
    color: #1f2559;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 18px;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    line-height: 1.292em;
    transition: 0.8s;
}

.text p {
    font-size: 16px;
    color: #62668a;
    font-weight: 700;
}

.line {
    border-bottom: 1px solid #ddd;
    margin: 30px 0;
}

.image {
    text-align: center;
    background-color: #f4263d;
    padding: 27px 40px;
    border-radius: 30px 30px 0 0;
    width: 100%;
    float: left;
    transition: 0.8s;
}

.c {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.case-inr4 {
    width: 100%;
    float: left;
}

.case-inr4 h2 {
    font-size: 36px;
    color: #f4263e;
    font-weight: 700;
    line-height: 1.056em;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}

.case-inr4 p {
    font-size: 16px;
    color: #62668a;
    font-weight: 700;
}

.image2 img {
    width: 74%;
    float: none;
    margin: auto;
    text-align: center;
    transition: 0.8s;
}

.image2 {
    text-align: center;
    background-color: #1a76ff;
    padding: 27px 40px;
    border-radius: 30px 30px 0 0;
    width: 100%;
    float: left;
}

.image2 img:hover {
    transform: scale(1.1);
    transition: 0.8s;
}

.image img:hover {
    transform: scale(1.1);
    transition: 0.8s;
}

.text h3:hover {
    color: #f4263e;
    transition: 0.8s;
}


/*********************************project-area***********************************************/
.project-area {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 100px;
    padding: 100px 0;
    background-color: #fafafc;
    border-bottom: 1px solid #ddd;
}

.project-inr {
    width: 100%;
    float: left;
    text-align: center;
}

.project-inr h2 {
    color: #1f2559;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 18px;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    line-height: 1.292em;
}

.project-inr p {
    font-size: 16px;
    color: #62668a;
    font-weight: 700;
    margin-bottom: 40px;
}

.project-inr2 {
    width: 100%;
    float: none;
    text-align: center;
    border: 4px solid #f4263e;
    padding: 18px 29px;
    border-radius: 36px;
    box-shadow: 0 0 6px 0 rgb(244 38 62 / 8%), 0 26px 28px 0 rgb(244 38 62 / 6%);
    margin: auto;
    height: 523px;
    background-color: #ffffff;
    /* transform: scale(1.1); */
}

.project-inr2 img {
    width: 50%;
    float: none;
    margin-bottom: 30px;
}

.p {
    width: 100%;
    float: left;
}

.p h3 {
    font-size: 26px;
    margin-bottom: 12px;
    line-height: 1.375em;
    font-weight: 600;
    color: #1f2559;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
}

.p p {
    margin-bottom: 30px;
    font-weight: 500;
}

.project-area .button-area {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.project-inr3 {
    width: 100%;
    float: left;
    border: 1px solid #ddd;
    border-radius: 36px;
    padding: 20px 30px;
    margin-top: 55px;
    margin-left: -52px;
    box-shadow: 0 3px 10px 0 rgb(21 35 158 / 4%);
    background-color: #fff;
}

.project-inr3 img {
    width: 34%;
    float: none;
    margin-bottom: 30px;
}

/*********************************footer-area***********************************************/

.footer-area {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 50px 0;
}

.footer-inr {
    width: 100%;
    float: left;
}

.footer-inr2 {
    width: 100%;
    float: left;
}

.footer-inr2 img {
    width: 150px;
    float: left;
    margin-bottom: 20px;
}

.footer-inr2 p,
.footer-inr2 ul li {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #62668a;
    font-weight: 600;
    margin-bottom: 30px;
}

.form-group {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    text-align: left;
}

.forminpt {
    width: 100%;
    float: left;
    padding: 8%;
    border: 2px solid #e7e8f1;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 8px 0 rgb(244 38 62 / 4%), 0 1px 3px 0 rgb(31 37 89 / 7%);
    font-size: 16px;
}

.forminpt::placeholder {
    color: #1f2559;
    opacity: 1;
    /* Firefox */
}

.forminpt:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #1f2559;
}

.forminpt::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #1f2559;
}

.formtext::placeholder {
    color: #1f2559;
    opacity: 1;
    /* Firefox */
}

.formtext:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #1f2559;
}

.formtext::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #1f2559;
}

.forminpt:hover {
    border-color: #f4263e;
}

.footer-inr3 {
    width: 100%;
    float: left;
}

.footer-inr3 h3 {
    color: #f4263e;
    font-size: 18px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin-top: 8px;
    margin-bottom: 34px;
}

.foooter-inr4 {
    width: 100%;
    float: left;
}

.foooter-inr4 ul {}

.foooter-inr4 ul li {
    margin-bottom: 20px;
}

.foooter-inr4 ul li a {
    font-size: 16px;
    color: #62668a;
    font-weight: 600;
    transition: 0.8s;
}

.b a {
    font-weight: 700 !important;
    color: #1f2559 !important;
}

.foooter-inr4 ul li a:hover {
    color: #f4263e !important;
    transition: 0.8s;
}

.footer-inr4 {
    width: 100%;
    float: left;
}

.foooter-inr4 ul {}

.foooter-inr4 ul li {
    margin-bottom: 20px;
}

.foooter-inr4 ul li a {
    font-size: 16px;
    color: #62668a;
    font-weight: 600;
    transition: 0.8s;
}

.footer-inr4 h3 {
    color: #f4263e;
    font-size: 18px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin-top: 8px;
    margin-bottom: 34px;
}

.footer-inr4 ul {}

.footer-inr4 ul li {
    margin-bottom: 20px;
}

.footer-inr4 ul li a {
    font-size: 16px;
    color: #62668a;
    font-weight: 600;
    transition: 0.8s;
}

.footer-inr4 ul li a:hover {
    color: #f4263e !important;
    transition: 0.8s;
}

.formbtn {
    padding: 22px 32px;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    line-height: 1em;
    background-color: #f4263e;
    color: #fff;
    transition: 0.8s;
    margin-top: 30px;
}

.formbtn:hover {
    box-shadow: 0 8px 20px 0 rgb(244 38 62 / 30%);
    transform: translate(0px, -2px);
    transition: 0.8s;
}

/*********************************copy-right***********************************************/

.copy-right {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 10px 0;
}

.copy-inr {
    padding-top: 40px;
    width: 100%;
    float: left;
    border-top: 2px solid #ddd;
    padding-bottom: 10px;
}

.copy-inr2 {
    width: 100%;
    float: left;
}

.copy-inr2 ul {
    width: 100%;
    float: left;
}

.copy-inr2 ul li {
    display: inline-block;
    padding-right: 15px;
}

.copy-inr2 ul li a {}

.copy-inr2 ul li .fa {
    font-size: 26px;
    transition: 0.5s;
}

.facebook {
    color: #3b5998 !important;
}

.twitter {
    color: #1DA1F2 !important;
}

.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.linkedin {
    color: #0077b5 !important;
}

.copy-inr2 ul li .fa:hover {
    transform: scale(1.2);
    transition: 0.5s;
}

.copy-inr3 {
    width: 100%;
    float: left;
}

.copy-inr3 p {
    color: #62668a;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: right;
}


/*********************************a-area***********************************************/
.a-area {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

.a-inr {
    width: 100%;
    float: left;
    text-align: center;
}

.a-inr h5 {
    color: #f4263e;
    font-size: 26px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 10px;
}

.a-inr h1 {
    color: #1f2559;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 18px;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    line-height: 1.292em;
}

.a-inr p {
    font-size: 17px;
    color: #62668a;
    margin-bottom: 20px;
    font-weight: 600;
}

.a-inr ul {
    width: 100%;
    float: left;
}

.a-inr ul li {
    display: inline-block;
    padding-right: 20px;
}

.a-inr ul li a {}

.a-inr ul li img {
    width: 37px;
    float: left;
    transition: 0.8s;
}

.a-inr ul li .fa {
    font-size: 0;
    transition: 0.5s;
}

.a-inr ul li img:hover {
    transform: scale(1.2);
    transition: 0.8s;
}

/*********************************clint-area***********************************************/
.clint-area {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.clint-inr {
    width: 100%;
    float: left;
    background-color: #fff;
    border: 2px solid #e7e8f1;
    padding: 20px 30px;
    border-radius: 36px;
    box-shadow: 0 3px 10px 0 rgb(21 35 158 / 4%);
}

.clint-inr2 {
    width: 100%;
    float: left;
    text-align: center;
}

.clint-inr2 h2 {
    font-size: 48px;
    color: #1f2559;
    font-weight: 600;
    line-height: 1.042em;
    margin-bottom: 10px;
}

.clint-inr2 h2 span {
    font-weight: 800;
}

.clint-inr2 p {
    font-size: 18px;
    color: #626682;
    font-weight: 600;
}

.red {
    color: #f4263e;
}

.purple {
    color: #782ce4;
}

.blue {
    color: #1b76ff;
}

.yellow {
    color: #ffcd1d;
}

/*********************************mission-area***********************************************/


.mission-area {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    background-color: #fafafc;
    padding: 150px 0;
    margin-top: -70px;
    z-index: -1;
    margin-bottom: 100px;
}

.mssion-inr {
    width: 100%;
    float: left;
}

.mssion-inr2 {
    width: 100%;
    float: left;
    margin-top: 65px;
}

.mssion-inr2 h5 {
    color: #f4263e;
    font-size: 26px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 10px;
}

.mssion-inr2 h1 {
    color: #1f2559;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 18px;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    line-height: 1.292em;
}

.mssion-inr2 p {
    font-size: 17px;
    color: #62668a;
    margin-bottom: 20px;
    font-weight: 600;
}

.mission-area .button-area a button {
    padding: 22px 32px;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 1em;
    background-color: #f4263e;
    color: #fff;
    transition: 0.8s;
}

.mission-area .button-area a .bg-diff {
    border: 1px solid #bebfcc;
    background-color: transparent;
    color: #1f2559;
    font-weight: 500;
    margin-left: 0;
    transition: 0.8s;
}

.mission-area .button-area {
    width: 100%;
    float: left;
    margin-top: 0;
    padding: 20px 0;
}

.mission-area .button-area a .bg-diff:hover {
    box-shadow: none;
    border: 1px solid #f4263e;
    color: #f4263e;
    transition: 0.8s;
    transform: translate(0px, -2px);
}

.mssion-inr3 {
    width: 100%;
    float: left;
}

.mssion-inr3 img {
    width: 100%;
    float: left;
    border-radius: 50px;
    box-shadow: 0 24px 34px 0 rgb(31 47 89 / 9%);
}

/*********************************values-area***********************************************/
.values-area {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 100px;
}

.values-inr {
    width: 100%;
    float: left;
    text-align: center;
}

.values-inr h5 {
    color: #f4263e;
    font-size: 26px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 10px;
}

.values-inr h1 {
    color: #1f2559;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 18px;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    line-height: 1.292em;
}

.whole-menu {
    width: 100%;
    float: left;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #e7e8f1;
    box-shadow: 0 0 6px 0 rgb(78 42 222 / 2%), 0 6px 18px 0 rgb(78 42 222 / 2%);
    border-radius: 36px;
    padding: 20px 30px;
}

.menu-img img {
    width: 90px;
    float: left;
    text-align: center;
    background-color: #fbd6da66;
    padding: 19px 21px;
    border-radius: 26px;
}

.values-inr p {
    font-size: 16px;
    color: #62668a;
    margin-bottom: 0;
    font-weight: 600;
}

.menu-img {
    width: 16%;
    float: left;
}

.menu-name {
    width: 70%;
    float: left;
    margin-bottom: 0;
    text-align: left;
    margin-left: 30px;
}

.menu-name h3 {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-size: 24px;
    color: #1f2559;
    line-height: 1.375em;
    font-weight: 500;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    font-weight: 700;
}

.values-inr2 {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    margin-top: 30px;
}

.v {
    background-color: #ebdffbcc !important;
}

.a {
    background-color: #dde7f78a !important;
}

.d {
    background-color: #fdead375 !important;
}

.menu-name p {
    color: #858585;
}


/*********************************team-area***********************************************/


.team-area {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 100px;
    background-color: #fafafc;
    padding: 100px 0;
}

.tean-inr2 {
    width: 100%;
    float: left;
    text-align: center;
}

.tean-inr2 h5 {
    color: #f4263e;
    font-size: 26px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 10px;
}

.tean-inr2 h1 {
    color: #1f2559;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 18px;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    line-height: 1.292em;
}

.tean-inr2 p {
    font-size: 16px;
    color: #62668a;
    margin-bottom: 30px;
    font-weight: 600;
}

.our-team img {
    width: 100%;
    height: auto;
    /* border: 2px solid #b4afaf; */
    border-radius: 36px;
    transition: all 0.30s linear 0s;
}

.our-team:hover img {
    /* border:2px solid #14b8b1; */
}

.our-team .team-prof h3 {
    font-size: 24px;
    font-weight: bold;
    color: #1f2559;
    margin: 20px 0;
    /* text-transform: uppercase; */
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
}

.our-team .team-prof span {
    font-size: 18px;
    color: #f4263e;
    display: block;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 500;
}

.our-team .social-links {
    padding: 0;
    margin: 0;
    list-style: none;
}

.our-team .social-links li {
    display: inline-block;
    margin-right: 15px;
}

.our-team .social-links li a {
    color: #6a6060;
    font-size: 23px;
    transition: all 0.30s linear 0s;
}

/*********************************officearea***********************************************/

.office-area {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 100px;
}

.office-inr {
    width: 100%;
    float: left;
}

.office-inr h5 {
    color: #f4263e;
    font-size: 18px;
    line-height: 27px;
    text-transform: lowercase;
    margin-bottom: 10px;
    font-weight: 600;
}

.office-inr h1 {
    color: #1f2559;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 18px;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    line-height: 1.292em;
}

.office-inr p {
    font-size: 16px;
    color: #62668a;
    margin-bottom: 30px;
    font-weight: 600;
}

.office-inr2 {
    width: 100%;
    float: left;
}

.office-inr2 img {
    width: 100%;
    float: left;
    border-radius: 50px;
    box-shadow: 0 14px 20px 0 rgb(27 118 255 / 4%), 0 11px 19px 0 rgb(31 37 89 / 5%);
}

/*********************************.press-area***********************************************/
.press-area {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 100px;
}

.press-inr {
    width: 100%;
    float: left;
    text-align: center;
}

.press-inr h5 {
    color: #f4263e;
    font-size: 18px;
    line-height: 27px;
    text-transform: lowercase;
    margin-bottom: 10px;
    font-weight: 600;
}

.press-inr h1 {
    color: #1f2559;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 18px;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    line-height: 1.292em;
}

.press-inr p {
    font-size: 16px;
    color: #62668a;
    margin-bottom: 30px;
    font-weight: 600;
}

.press-inr2 {
    width: 100%;
    float: left;
    text-align: left;
    background-color: #fff;
    border: 1px solid #e7e8f1;
    padding: 30px 20px;
    border-radius: 36px;
    box-shadow: 0 0 6px 0 rgb(78 42 222 / 2%), 0 6px 18px 0 rgb(78 42 222 / 2%);
}

.press-inr2 h3 {
    margin-top: 0px;
    margin-bottom: 12px;
    color: #1f2559;
    font-size: 26px;
    line-height: 1.375em;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
}

.press-inr2 p {
    color: #62668a;
    font-size: 16px;
    line-height: 1.688em;
    letter-spacing: -0.01em;
    font-weight: 600;
}

.press-inr2 img {
    width: 179px;
    float: left;
}

/*********************************case-area***********************************************/
.studies-area {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 100px;
    border-bottom: 1px solid #ddd;
}

.studies-inr {
    width: 100%;
    float: left;
    /* background-color: #000; */
    padding: 30px 0;
}

.studies-inr2 {
    width: 100%;
    float: left;
    text-align: center
}

.studies-inr2 h5 {
    color: #f4263e;
    font-size: 26px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 10px;
    text-align: center;
}

.studies-inr2 p {
    font-size: 16px;
    color: #62668a;
    margin-bottom: 0;
    font-weight: 600;
}

.studies-inr2 h1 {
    color: #1f2559;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 18px;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    line-height: 1.292em;
}

.studies-inr3 {
    width: 100%;
    float: left;
    /* border: 1px solid #ddd; */
    border-radius: 30px;
    /* box-shadow: 0 11px 12px 0 rgb(0 0 0 / 4%); */
    margin-top: 30px;
}

.image img {
    width: 74%;
    float: none;
    margin: auto;
    text-align: center;
    border-radius: 10px;
}

.text {
    width: 100%;
    float: left;
    padding: 32px 32px;
    background-color: #fff;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 11px 12px 0 rgb(0 0 0 / 4%);
    text-align: left;
}

.text h5 {
    color: #f4263e;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px;
}

.text h3 {
    color: #1f2559;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 18px;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    line-height: 1.292em;
    transition: 0.8s;
}

.text p {
    font-size: 16px;
    color: #62668a;
    font-weight: 700;
}

.line {
    border-bottom: 1px solid #ddd;
    margin: 30px 0;
}

.image {
    text-align: center;
    background-color: #f4263d;
    padding: 27px 40px;
    border-radius: 30px 30px 0 0;
    width: 100%;
    float: left;
    transition: 0.8s;
}

.c {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.studies-inr4 {
    width: 100%;
    float: left;
}

.studies-inr4 h2 {
    font-size: 36px;
    color: #f4263e;
    font-weight: 700;
    line-height: 1.056em;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}

.studies-inr4 p {
    font-size: 16px;
    color: #62668a;
    font-weight: 700;
}

.image2 img {
    width: 74%;
    float: none;
    margin: auto;
    text-align: center;
    transition: 0.8s;
}

.image2 {
    text-align: center;
    background-color: #1a76ff;
    padding: 27px 40px;
    border-radius: 30px 30px 0 0;
    width: 100%;
    float: left;
}

.image2 img:hover {
    transform: scale(1.1);
    transition: 0.8s;
}

.image img:hover {
    transform: scale(1.1);
    transition: 0.8s;
}

.text h3:hover {
    color: #f4263e;
    transition: 0.8s;
}

.image3 img {
    width: 98%;
    float: none;
    margin: auto;
    text-align: center;
    transition: 0.8s;
}

.image3 {
    text-align: center;
    background-color: #782ce4;
    padding: 27px 40px;
    border-radius: 30px 30px 0 0;
    width: 100%;
    float: left;
    transition: 0.8s;
}

.image3 img:hover {
    transform: scale(1.1);
    transition: 0.8s;
}

.image4 img {
    width: 55%;
    float: none;
    margin: auto;
    text-align: center;
    transition: 0.8s;
}

.image4 {
    text-align: center;
    background-color: #ffcd1e;
    padding: 27px 40px;
    border-radius: 30px 30px 0 0;
    width: 100%;
    float: left;
    transition: 0.8s;
}

.image4 img:hover {
    transform: scale(1.1);
    transition: 0.8s;
}

/*********************************contact-area***********************************************/
.contact-area {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    padding: 50px 0;
    background-image: url(../image/c.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-inr {
    width: 100%;
    float: left;
}

.contact-inr2 {
    width: 100%;
    float: left;
}

.contact-inr2 h5 {
    color: #f4263e;
    font-size: 26px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 10px;
}

.contact-inr2 h1 {
    color: #1f2559;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 18px;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    line-height: 1.292em;
}

.contact-inr2 p {
    font-size: 16px;
    color: #62668a;
    margin-bottom: 0;
    font-weight: 600;
}

.contact-inr2 h6 {
    margin: 30px 0;
    color: #1f2559;
    font-size: 19px;
    line-height: 1.5em;
    font-weight: 600;
}

.contact-inr2 ul {}

.contact-inr2 ul li {
    margin-bottom: 30px;
}

.contact-inr2 ul li a {
    font-size: 18px;
    color: #62668a;
    font-weight: 800;
    transition: 0.8s;
}

.contact-inr2 ul li .fa {
    font-size: 25px;
    margin-right: 20px;
    padding: 8px 10px;
    color: #f4263e;
    border-radius: 17px;
}

.contact-inr2 ul li a:hover {
    color: #f4263e;
    transition: 0.8s;
}

.contact-inr3 {
    width: 100%;
    float: left;
    border-style: solid;
    border-width: 0.5px;
    border-color: #e7e8f1;
    border-radius: 36px;
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgb(78 42 222 / 2%), 0 6px 18px 0 rgb(78 42 222 / 2%);
    padding: 45px 30px;
}

.footer-inr2.ph {
    font-size: 14px !important;
    margin-right: 20px;
    background-color: #fbf1cfb8 !important;
    padding: 14px 18px;
    color: #ffcd1d !important;
    border-radius: 17px;
}

.footer-inr2 ul li .fa {
    font-size: 20px;
    margin-right: 8px;
    color: #f4263e;
    border-radius: 17px;
}

.contact-inr2.ph {
    font-size: 34px !important;
    margin-right: 20px;
    background-color: #fbf1cfb8 !important;
    padding: 14px 18px;
    color: #ffcd1d !important;
    border-radius: 17px;
}

.form2-group {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    text-align: left;
    margin-bottom: 20px;
}

.mar-left-0 {
    margin-left: 0;
}

.mar-right-0 {
    margin-right: 0;
}

.forminpt {
    width: 100%;
    float: left;
    padding: 8%;
    border: 1px solid #f4263e;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 8px 0 rgb(244 38 62 / 4%), 0 1px 3px 0 rgb(31 37 89 / 7%);
    font-size: 14px;
    font-weight: 500;
}

.forminpt::placeholder {
    color: #1f2559;
    opacity: 1;
    /* Firefox */
}

.forminpt:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #1f2559;
}

.forminpt::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #1f2559;
}

.formtext::placeholder {
    color: #1f2559;
    opacity: 1;
    /* Firefox */
}

.formtext:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #1f2559;
}

.formtext::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #1f2559;
}

.forminpt:hover {
    border-color: #f4263e;
}

.formtext {
    width: 100%;
    float: left;
    padding: 2%;
    height: 160px !important;
    resize: none;
    background-color: #ffffff;
    text-align: left;
    border: none;
    margin: 10px 0;
    border-radius: 16px;
    border: 1px solid #f4263e;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 8px 0 rgb(244 38 62 / 4%), 0 1px 3px 0 rgb(31 37 89 / 7%);
}

.formlbl {

    font-size: 16px;
    margin-bottom: 10px;
    color: #1f2559;
    font-weight: 600;
}

.form-radio {
    width: 100%;
    float: left;
}

.o {
    border: 1px solid #f4263e;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 8px 0 rgb(244 38 62 / 4%), 0 1px 3px 0 rgb(31 37 89 / 7%);
    margin-bottom: 20px;
    padding: 20px 10px;
}

label img {
    width: 35px;
}

input[type=checkbox],
input[type=radio] {
    margin: 0px 6px 0px;
    line-height: normal;
}

.contact-area .formbtn {
    padding: 22px 32px;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    line-height: 1em;
    background-color: #f4263e;
    color: #fff;
    transition: 0.8s;
    margin-top: 0;
}

/*********************************contact-area***********************************************/
.faq-area {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 50px;
    background-color: #fafafc;
    padding: 50px 0;
}

.faq-inr {
    width: 100%;
    float: left;
    text-align: center;
}

.faq-inr h5 {
    color: #f4263e;
    font-size: 18px;
    line-height: 27px;
    text-transform: lowercase;
    margin-bottom: 10px;
}

.faq-inr h1 {
    color: #1f2559;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 30px;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    line-height: 1.292em;
}

.faq-area .faq-list {
    list-style: none;
    padding: 0;
}

.faq-area .faq-list li {
    margin: 30px 0;
    border: 1px solid #e7e8f1;
    padding: 28px 37px;
    margin: 0px auto 30px;
    text-align: left;
    width: 550px;
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgb(78 42 222 / 2%), 0 6px 18px 0 rgb(78 42 222 / 2%);
    border-radius: 18px;
}


.faq-area .faq-list .faq-heading::before {
    content: '+';
    font-size: 40px;
    display: block;
    position: absolute;
    right: -29px;
    top: -8px;
    background-color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 7px;
    box-shadow: 0 1px 3px 0 rgb(31 37 89 / 5%), 0 1px 6px 0 rgb(38 54 200 / 10%);
    color: rgb(31, 37, 89);
}

.faq-area .faq-list .the-active .faq-heading::before {
    content: '-';

}

.faq-area .faq-heading {
    position: relative;
    cursor: pointer;
    color: #1f2559;
    font-size: 22px;
    line-height: 1.375em;
    font-weight: 500;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
}

.faq-area .faq-heading:hover {
    color: var(--theme-color);
}

.faq-area .faq-text {
    display: none;
}

.faq-area .art-box svg {
    width: 100%;
}

.faq-area .row {
    display: flex;
}

.faq-area .row .col {
    flex-basis: 50%;
}

.faq-area .read {
    color: rgb(100, 100, 100);
    font-size: 16px;
    line-height: 1.5;
    margin-top: 25px;
}

/*********************************marketing-area***********************************************/
.marketing {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 100px;
}

.marketing-inr {
    width: 100%;
    float: left;
}

.marteking-inr2 {
    width: 100%;
    float: left;
}

.marteking-inr2 h5 {
    color: #f4263e;
    font-size: 26px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 10px;
}

.marteking-inr2 h1 {
    color: #1f2559;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 18px;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    line-height: 1.292em;
}

.marteking-inr2 p {
    font-size: 16px;
    color: #62668a;
    margin-bottom: 0;
    font-weight: 600;
}

.marteking-inr3 img {
    width: 85%;
    float: none;
}

.marteking-inr3 {
    width: 100%;
    float: left;
    text-align: center;
}

/*********************************media-area***********************************************/
.media-area {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 100px;
    background-color: #fafafc;
    padding: 100px 0;
}

.media-inr {
    width: 100%;
    float: left;
    text-align: center;
}

.media-inr h5 {
    color: #f4263e;
    font-size: 26px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 10px;
}

.media-inr h1 {
    color: #1f2559;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 18px;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    line-height: 1.292em;
}

.media-inr p {
    font-size: 16px;
    color: #62668a;
    margin-bottom: 0;
    font-weight: 600;
}

.media-inr2 {
    width: 100%;
    float: left;
    text-align: center;
    border: 1px solid #e7e8f1;
    padding: 40px 30px;
    border-radius: 36px;
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgb(78 42 222 / 2%), 0 6px 18px 0 rgb(78 42 222 / 2%);
    margin: 30px;
    height: 560px;
}

.media-inr2 h3 {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 12px;
    color: #1f2559;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.375em;
    font-weight: 500;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
}

.media-inr2 p {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #62668a;
    margin-bottom: 0;
    font-weight: 600;
}

.media-inr2 img {
    width: 50%;
    float: none;
}

.media-inr3 {
    width: 100%;
    float: left;
    text-align: center;
    border: 1px solid #e7e8f1;
    padding: 40px 30px;
    border-radius: 36px;
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgb(78 42 222 / 2%), 0 6px 18px 0 rgb(78 42 222 / 2%);
    margin: 30px;
}

.media-inr3 h3 {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 12px;
    color: #1f2559;
    font-size: 24px;
    line-height: 1.375em;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
}

.media-inr3 p {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #62668a;
    margin-bottom: 0;
    font-weight: 600;
}

.media-inr3 img {
    width: 50%;
    float: none;
}

.media-area .button-area a button {
    padding: 22px 32px;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 1em;
    background-color: #f4263e;
    color: #fff;
    transition: 0.8s;
}

.media-area .button-area a button:hover {
    box-shadow: 0 8px 20px 0 rgb(244 38 62 / 30%);
    transform: translate(0px, -2px);
    transition: 0.8s;
}

.media-area .button-area {
    width: 100%;
    float: left;
    margin-top: 30px;
    padding: 20px 0;
}

/*********************************millions-area***********************************************/
.millions {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 100px;
}

.millions-inr {
    width: 100%;
    float: left;
}

.millions-inr2 {
    width: 100%;
    float: left;
}

.millions-inr2 h5 {
    color: #f4263e;
    font-size: 18px;
    line-height: 27px;
    text-transform: lowercase;
    margin-bottom: 10px;
}

.millions-inr2 h1 {
    color: #1f2559;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 18px;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    line-height: 1.292em;
}

.millions-inr2 p {
    font-size: 16px;
    color: #62668a;
    margin-bottom: 0;
    font-weight: 600;
}

.millions-inr3 img {
    width: 100%;
    float: left;
    border-radius: 40px;
    box-shadow: 0 16px 40px 0 rgb(11 90 208 / 26%);
}

.millions-inr3 {
    width: 100%;
    float: left;
}

.millions .button-area a button {
    padding: 22px 32px;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 1em;
    background-color: #f4263e;
    color: #fff;
    transition: 0.8s;
}

.millions-inr2 ul {
    margin: 20px 0px 20px 20px;
}

.millions-inr2 ul li {
    font-size: 16px;
    color: #62668a;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 30px;
    list-style: initial;
}

.millions .button-area a button:hover {
    box-shadow: 0 8px 20px 0 rgb(244 38 62 / 30%);
    transform: translate(0px, -2px);
    transition: 0.8s;
}

.millions .button-area {
    width: 100%;
    float: left;
    margin-top: 30px;
    padding: 20px 0;
}

/*********************************step-are***********************************************/
.step-are {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 100px;
}

.step-inr {
    width: 100%;
    float: left;
}

.step-inr2 {
    width: 100%;
    float: left;
}

.l {
    border: 1px solid #ddd;
    margin-bottom: 70px;
    /* margin-top: 20px; */
}

.whole-step {
    width: 100%;
    float: left;
    /* cursor: pointer; */
    /* background-color: #fff; */
    /* border: 1px solid #e7e8f1; */
    /* box-shadow: 0 0 6px 0 rgb(78 42 222 / 2%), 0 6px 18px 0 rgb(78 42 222 / 2%); */
    /* border-radius: 36px; */
    /* padding: 20px 30px; */
    margin-bottom: 30px;
}

.step-img img {
    width: 120px;
    float: left;
    text-align: center;
    /* background-color: #fbd6da66; */
    padding: 10px 19px;
    /* border-radius: 26px; */
}

.step-inr p {
    font-size: 16px;
    color: #62668a;
    margin-bottom: 0;
    font-weight: 600;
}

.step-img {
    width: 20%;
    float: left;
}

.step-name {
    width: 70%;
    float: left;
    margin-bottom: 0;
    text-align: left;
    margin-left: 30px;
}

.step-name h3 {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-size: 24px;
    color: #1f2559;
    line-height: 1.375em;
    font-weight: 500;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    font-weight: 700;
}

.step-name h5 {
    color: #f4263e;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    margin-bottom: 7px;
}

.step-inr3 {
    width: 100%;
    float: left;
    margin-top: 80px;
}

.step-inr3 h5 {
    color: #f4263e;
    font-size: 26px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 10px;
}

.step-inr3 h1 {
    color: #1f2559;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 18px;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    line-height: 1.292em;
}

.step-inr3 p {
    font-size: 16px;
    color: #62668a;
    margin-bottom: 0;
    font-weight: 600;
}

.step-are .button-area a button {
    padding: 22px 32px;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 1em;
    background-color: #f4263e;
    color: #fff;
    transition: 0.8s;
}

.step-are .button-area a button:hover {
    box-shadow: 0 8px 20px 0 rgb(244 38 62 / 30%);
    transform: translate(0px, -2px);
    transition: 0.8s;
}

.step-are .button-area {
    width: 100%;
    float: left;
    margin-top: 20px;
    padding: 20px 0;
}


/*********************************study-area***********************************************/
.study-area {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 50px;
    background-color: #fafafc;
    padding: 100px 0;
}

.syudy-inr {
    width: 100%;
    float: left;
}

.study-inr2 {
    width: 100%;
    float: left;
}

.study-inr2 h5 {
    color: #f4263e;
    font-size: 26px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 10px;
}

.study-inr2 h1 {
    color: #1f2559;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 18px;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    line-height: 1.292em;
}

.study-inr2 p {
    font-size: 16px;
    color: #62668a;
    margin-bottom: 17px;
    font-weight: 600;
}

.study-area .tst2-img img {
    width: 98%;
    float: left;
    border-radius: 100px;
}

.study-area .tst2-name {
    width: 60%;
    float: left;
    margin-bottom: 0;
    margin-left: 26px;
    margin-top: 9px;
}

.study-area .tst2-name h3 {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-size: 23px;
    text-align: left;
    margin-top: 20px;
    color: #1f2559;
    font-weight: 600;
}

.study-area .tst2-name p {
    color: #f4263d;
    text-align: left;
    font-weight: 600;
}

.study-area .tst {
    width: 80%;
    float: left;
    cursor: pointer;
    background-color: transparent;
    margin-bottom: 0;
    border: none;
}

.study-area .tst-name p {
    color: #f4263e;
    text-align: left;
    font-weight: 600;
}

.tst-name h3 {

    color: #1f2559;
    font-size: 23px;
    line-height: 1.111em;
    font-weight: 600;
}

.tst-name {
    width: 80%;
    float: left;
    margin-left: 7px;
    margin-top: 20px;
}

.tst-img {
    height: 79px;
    /* width: 20%; */
    float: left;
    border: 5px solid #fff;
    border-radius: 1000px;
    width: 80px;
    box-shadow: 0 6px 8px 0 rgb(33 11 121 / 8%);
    margin-top: 10px;
    margin-left: 0px;
}

.tst-img img {
    /* height: 74px; */
    /* width: 20%; */
    float: left;
    /* border: 5px solid #fff; */
    border-radius: 1000px;
    width: 70px;
    /* box-shadow: 0 6px 8px 0 rgb(33 11 121 / 8%); */
    /* margin-top: -1px; */
    /* margin-left: 0px; */
    text-align: center;
}

.study-inr3 {
    width: 100%;
    float: left;
}

.study-inr3 img {
    width: 100%;
    float: left;
    background-color: #782ce4;
    padding: 60px 10px;
    border-radius: 36px;
    filter: brightness(0.6);
    transition: 0.8s;
}

.traffic {
    background-color: #fff;
    width: 46%;
    float: right;
    text-align: left;
    padding: 28px 40px;
    margin-top: -141px;
    position: relative;
    border-radius: 17px;
    margin-right: 34px;
}

.traffic h3 {
    color: #f4263e;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 10px;
}

.traffic h4 {
    color: #1f2559;
    font-size: 22px;
}

.study-inr3 img:hover {
    transform: scale(1.1);
    transition: 0.8s;
}

/*********************************past-area***********************************************/
.past-area {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 100px;
}

.past-inr {
    width: 100%;
    float: left;
    text-align: center;
}

.past-inr h5 {
    color: #f4263e;
    font-size: 26px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 30px;
}

.past-inr2 {
    width: 100%;
    float: left;
    text-align: center;
}

.past-inr2 img {
    width: 70%;
    float: none;
    filter: grayscale(95%);
}

/*********************************quote-area***********************************************/

.quote {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 100px;
}

.quote-inr {
    width: 100%;
    float: left;
    text-align: center;
}

.quote-inr h5 {
    color: #f4263e;
    font-size: 18px;
    line-height: 27px;
    text-transform: lowercase;
    margin-bottom: 10px;
}

.quote-inr h1 {
    color: #1f2559;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 18px;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    line-height: 1.292em;
}

.quote-inr p {
    font-size: 16px;
    color: #62668a;
    margin-bottom: 40px;
    font-weight: 600;
}

.quote .contact-inr3 {
    width: 55%;
    float: none;
    border-style: solid;
    border-width: 0.5px;
    border-color: #e7e8f1;
    border-radius: 36px;
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgb(78 42 222 / 2%), 0 6px 18px 0 rgb(78 42 222 / 2%);
    padding: 45px 30px;
    text-align: center;
    margin: auto;
}

/*********************************found area***********************************************/

.found-area {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
    background-color: #fafafc;
    padding: 100px 0;
    background-image: url(../image/c.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.found-inr {
    width: 55%;
    float: none;
    text-align: center;
    border-style: solid;
    border-width: 0.5px;
    border-color: #e7e8f1;
    border-radius: 36px;
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgb(78 42 222 / 2%), 0 6px 18px 0 rgb(78 42 222 / 2%);
    padding: 40px 59px;
    margin: auto;
    height: 470px;
}

.found-inr h1 {
    color: #f4263e;
    font-size: 95px;
    font-weight: 600;
}

.found-inr h2 {
    color: #1f2559;
    font-size: 39px;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
}

.found-inr p {
    font-size: 16px;
    color: #62668a;
    margin-top: 40px;
    font-weight: 600;
}

.found-area .button-area {
    width: 100%;
    float: left;
    margin-top: 33px;
    padding: 20px 0;
}

.found-area .button-area a button {
    padding: 22px 32px;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 1em;
    background-color: #f4263e;
    color: #fff;
    transition: 0.8s;
}

.found-area .button-area a .bg-diff {
    border: 1px solid #bebfcc;
    background-color: transparent;
    color: #1f2559;
    font-weight: 500;
    margin-left: 20px;
    transition: 0.8s;
}

.found-area .button-area a button:hover {
    box-shadow: 0 8px 20px 0 rgb(244 38 62 / 30%);
    transform: translate(0px, -2px);
    transition: 0.8s;
}

.found-area .button-area a .bg-diff:hover {
    box-shadow: none;
    border: 1px solid #f4263e;
    color: #f4263e;
    transition: 0.8s;
    transform: translate(0px, -2px);
}


/*********************************youtube-area***********************************************/

.youtube-area {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 100px;
    overflow: hidden;
}

.youtube-inr {
    width: 100%;
    float: left;
}

.youtube-inr h5 {
    color: #f4263e;
    font-size: 26px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 10px;
}

.youtube-inr h1 {
    color: #1f2559;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 18px;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    line-height: 1.292em;
}

.youtube-inr p {
    font-size: 16px;
    color: #62668a;
    margin-bottom: 40px;
    font-weight: 600;
}

.dash {
    border: 1px solid #e7e8f1;
    margin: 30px 0;
}

.youtube-inr h5 span {
    color: #62668a;
}

/*********************************platforms-area***********************************************/

.platforms {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 100px;
    overflow: hidden;
}

.platform-inr {
    width: 100%;
    float: left;
}

.platform-inr2 {
    width: 100%;
    float: left;
}

.platform-inr2 h4 {
    margin-bottom: 12px;
    color: #1f2559;
    font-size: 23px;
    line-height: 1.4em;
    font-weight: 600;
}

.platform-inr2 h2 {
    margin-bottom: 4px;
    color: #f4263e;
    font-size: 28px;
    line-height: 1em;
    font-weight: 700;
}

.platform-inr2 p {
    color: #62668a;
    font-size: 16px;
    line-height: 1.688em;
    letter-spacing: -0.01em;
    font-weight: 600;
}

.platform-inr img {
    width: 100%;
    float: left;
    border-radius: 50px;
    margin-top: 40px;
}

.platform-inr3 {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.platform-inr3 h2 {
    margin-top: 0px;
    margin-bottom: 16px;
    color: #1f2559;
    font-size: 38px;
    line-height: 1.263em;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
}

.platform-inr3 h2:before {

    content: '';
    width: 15%;
    position: absolute;
    height: 4px;
    background-color: #f4263e;
    bottom: 0px;
}

.platform-inr3 p {
    color: #62668a;
    font-size: 16px;
    line-height: 1.688em;
    letter-spacing: -0.01em;
    font-weight: 600;
}

/*********************************ex-area***********************************************/
.ex-area {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 100px;
    overflow: hidden;
    background-color: #fafafc;
    padding: 100px 0;
    margin-bottom: 100px;
}

.ex-inr {
    width: 100%;
    float: left;
}

.ex-inr2 {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 53px 51px;
    border: 1px solid #e7e8f1;
    box-shadow: 0 0 6px 0 rgb(78 42 222 / 2%), 0 6px 18px 0 rgb(78 42 222 / 2%);
    border-radius: 36px;
}

.ex-inr2 h2 {
    margin-top: 0px;
    margin-bottom: 16px;
    color: #1f2559;
    font-size: 38px;
    line-height: 1.263em;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
}

.ex-inr2 h2:before {
    content: '';
    width: 15%;
    position: absolute;
    height: 4px;
    background-color: #f4263e;
    bottom: 485px;
}

.ex-inr2 p {
    color: #62668a;
    font-size: 16px;
    line-height: 1.688em;
    letter-spacing: -0.01em;
    font-weight: 600;
    margin-top: 40px;
}

/*********************************result-area***********************************************/

.result {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 100px;
    overflow: hidden;
}

.result-inr {
    width: 100%;
    float: left;
}

.result-in3 {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.result-in3 h2 {
    margin-top: 0px;
    margin-bottom: 16px;
    color: #1f2559;
    font-size: 38px;
    line-height: 1.263em;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
}

.result-in3 h2:before {
    content: '';
    width: 15%;
    position: absolute;
    height: 4px;
    background-color: #f4263e;
    bottom: 0px;
}

.result-in3 p {
    color: #62668a;
    font-size: 16px;
    line-height: 1.688em;
    letter-spacing: -0.01em;
    font-weight: 600;
}

.result-in2 {
    width: 100%;
    float: left;
}

.case-box {
    width: 100%;
    float: left;
    text-align: left;
    padding: 30px 25px;
    border: 1px solid #e7e8f1;
    box-shadow: 0 3px 10px 0 rgb(21 35 158 / 4%);
    border-radius: 36px;
    background-color: #fff;
    margin-top: 40px;
}

.result-in2 img {
    width: 100%;
    float: left;
    border-radius: 36px;
}

.result-in5 {
    width: 100%;
    float: left;
    text-align: center;
}

.result-in5 img {
    width: 48%;
    float: none;
    border-radius: 36px;
}

.i4 {
    width: 100%;
    float: left;
}

.i4-inr4 {
    width: 100%;
    float: left;
    margin-top: 40px;
}


/*********************************testimonial-area***********************************************/

.testimonial-area {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px;
}

.testi-inr {
    width: 85%;
    margin: 0 auto;
    text-align: center;
}

.testi-inr h5 {
    color: #f4263e;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px;
    font-weight: 600;
}

.testi-inr h1 {
    color: #1f2559;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 18px;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    line-height: 1.292em;
}

.testi-inr p {
    font-size: 17px;
    color: #62668a;
    margin-bottom: 44px;
    font-weight: 600;
}

.testimonial-area .testimonial {
    padding: 95px 43px 50px;
    margin: 50px 30px 30px;
    /* border: 1px solid #ea816b; */
    position: relative;
    background-color: #fff;
    box-shadow: 0 3px 10px 0 rgb(21 35 158 / 4%);
    border-radius: 30px;
    border: 1px solid #e7e8f1;
}

.header h5 {
    color: #f4263e;
    font-size: 26px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 10px;
    text-align: center;
}

.testi-inr h5 {
    color: #f4263e;
    font-size: 26px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 10px;
}

.testi-inr h1 {
    color: #1f2559;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 18px;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    line-height: 1.292em;
}

.testi-inr p {
    font-size: 17px;
    color: #62668a;
    margin-bottom: 44px;
    font-weight: 600;
}

.testimonial-area .testimonial .pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid #fff;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    box-shadow: 0 6px 8px 0 rgb(33 11 121 / 8%);
}

.testimonial-area .testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial-area .testimonial .description {
    font-size: 16px;
    color: #62668a;
    line-height: 27px;
    text-align: center;
    margin: 0;
    position: relative;
    font-weight: 600;
}

.testimonial-area .testimonial .description:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    color: #d7d7d7;
    position: absolute;
    top: 0;
    left: -16px;
    display: none;
}

.testimonial-area .testimonial .title {
    display: inline-table;
    padding: 10px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #f4263d;
    font-size: 20px;
    font-weight: 700;
    color: #1f2559;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    position: absolute;
    bottom: -22px;

    left: 0;
    right: 0;
}

.testimonial-area .testimonial .post {
    font-size: 15px;
    color: #f4263e;
}

.testimonial-area .owl-theme .owl-controls {
    width: 100%;
    height: 50px;
    opacity: 1;
    position: absolute;
    top: 38%;
}

.testimonial-area .owl-theme .owl-controls .owl-buttons div {
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 0;
    background: transparent;
}

.testimonial-area .owl-prev {
    position: absolute;
    left: -5%;
}

.testimonial-area .owl-next {
    position: absolute;
    right: -5%;
}

.testimonial-area .owl-prev:after,
.testimonial-area .owl-next:after {
    content: "\f104";
    font-size: 30px;
    color: #c7373c;
    opacity: 1;
}

.testimonial-area .owl-next:after {
    content: "\f105";
}

@media only screen and (max-width: 479px) {
    .testimonial {
        padding: 70px 10px 30px;
    }

    .testimonial .description:before {
        top: -20px
    }

    .testimonial .title {
        font-size: 12px;
    }

    .testimonial .post {
        font-size: 11px;
    }
}

.testimonial-area .owl-prev {
    position: absolute;
    left: -5%;
    top: 145px;
}

.testimonial-area .owl-next {
    position: absolute;
    right: -5%;
    top: 145px;
}


/*********************************package-area***********************************************/
.package-area {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

.package-inr {
    width: 100%;
    float: left;
    text-align: center;
}

.package-inr h5 {
    color: #f4263e;
    font-size: 18px;
    line-height: 27px;
    text-transform: lowercase;
    margin-bottom: 10px;
    font-weight: 600;
}

.package-inr h1 {
    color: #1f2559;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 18px;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    line-height: 1.292em;
}

.package-inr p {
    font-size: 17px;
    color: #62668a;
    margin-bottom: 20px;
    font-weight: 600;
}

.package-in2 {
    width: 100%;
    float: left;
    text-align: center;
    padding: 30px 25px;
    border: 1px solid #e7e8f1;
    box-shadow: 0 3px 10px 0 rgb(21 35 158 / 4%);
    border-radius: 36px;
    background-color: #fff;
    margin-top: 40px;
    transition: 0.8s;
}

.package-in2 h3 {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.375em;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    color: #1f2559;
    margin-top: 20px;
    transition: 0.8s;
}

.package-in2 p {
    font-size: 15px;
    color: #62668a;
    margin-bottom: 16px;
    font-weight: 600;
    /* border-bottom: 1px solid #e7e8f1; */
    margin-top: 20px;
}

.t img {
    width: 20%;
    float: left;
    width: 100px;
    height: 100px;
    background-color: #e5eefb;
    padding: 20px 20px;
    border-radius: 25px;
    margin-bottom: 20px;
}

.t {
    width: 100%;
    float: left;
}

.package-in2 ul {
    width: 100%;
    float: left;
}

.package-in2 ul li {
    text-align: left;
    margin-bottom: 20px;
}

.package-in2 ul li a {
    color: #62668a;
    font-size: 16px;
    font-weight: 600;
    margin-left: 9px;
}

.package-in2 ul li img {
    width: 26px;
    float: left;
}

.package-in2 h4 {
    font-size: 26px;
    line-height: 1.231em;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    color: rgb(98, 102, 138);
}

.package-in2 h5 {
    margin-bottom: 18px;
    color: #1f2559;
    font-weight: 600;
    text-align: left;
}

.line2 {
    width: 20%;
    border-bottom: 2px solid #f4263e;
    text-align: center;
    float: none;
    margin: auto;
}

.line3 {
    border-bottom: 1px solid #e7e8f1;
    margin: 20px;
    width: 80%;
}

.t2 img {
    width: 20%;
    float: left;
    width: 100px;
    height: 100px;
    background-color: #f5f2fb;
    padding: 20px 20px;
    border-radius: 25px;
    margin-bottom: 20px;
}

.t2 {
    width: 100%;
    float: left;
}

.t3 img {
    width: 20%;
    float: left;
    width: 100px;
    height: 100px;
    background-color: #fbf1c796;
    padding: 20px 20px;
    border-radius: 25px;
    margin-bottom: 20px;
}

.t3 {
    width: 100%;
    float: left;
}

.package-in2:hover {
    border: 1px solid #f4263e;
    transition: 0.8s;
}

.t4 img {
    width: 20%;
    float: left;
    width: 100px;
    height: 100px;
    background-color: #f7dcdf96;
    padding: 20px 20px;
    border-radius: 25px;
    margin-bottom: 20px;
}

.t4 {
    width: 100%;
    float: left;
}

.t5 img {
    width: 20%;
    float: left;
    width: 100px;
    height: 100px;
    background-color: #f3d5b26b;
    padding: 20px 20px;
    border-radius: 25px;
    margin-bottom: 20px;
}

.t5 {
    width: 100%;
    float: left;
}

.t6 img {
    width: 20%;
    float: left;
    width: 100px;
    height: 100px;
    background-color: #d0f2f96b;
    padding: 20px 20px;
    border-radius: 25px;
    margin-bottom: 20px;
}

.t6 {
    width: 100%;
    float: left;
}

.package-in2 h3:hover {
    color: #f4263e;
    transition: 0.8s;
}

.package-in2:hover {
    border-color: #f4263e;
    box-shadow: 0 0 15px 0 rgb(78 42 222 / 2%), 0 15px 20px 0 rgb(78 42 222 / 2%);
    /* -webkit-transform: translate(0px, -5px); */
    -ms-transform: translate(0px, -5px);
    /* transform: translate(0px, -5px); */
    transition: 0.8s;
}

.package-area .button-area {
    width: 100%;
    float: left;
    margin-top: -47px;
    padding: 20px 0;
}

.package-area .button-area a button {
    padding: 20px 60px;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 1em;
    background-color: #f4263e;
    color: #fff;
    transition: 0.8s;
}

.package-area .button-area a .bg-diff {
    border: 1px solid #bebfcc;
    background-color: transparent;
    color: #1f2559;
    font-weight: 500;
    margin-left: 20px;
    transition: 0.8s;
}

.package-area .button-area a button:hover {
    box-shadow: 0 8px 20px 0 rgb(244 38 62 / 30%);
    transform: translate(0px, -2px);
    transition: 0.8s;
}

.package-area .button-area a .bg-diff:hover {
    box-shadow: none;
    border: 1px solid #f4263e;
    color: #f4263e;
    transition: 0.8s;
    transform: translate(0px, -2px);
}

.pg {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    padding: 30px 0;
}

.pg a .fa {
    color: #f4263e;
    font-size: 18px;
    margin-right: 3px;
}

.pg h3 {
    color: #f4263e;
    margin-top: -23px;
    margin-left: 20px;
    font-size: 20px;
}

.pg a:hover {
    color: #782ce4;
}

.pg a .fa:hover {
    color: #782ce4;
}

.pg a {
    color: #f4263e;
    font-size: 18px;
}


/*********************************package-area***********************************************/
.campaign {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 50px 0;
}

.campaign-inr {
    width: 100%;
    float: left;
}

.campaign-inr2 {
    width: 100%;
    float: left;
    text-align: center;
}

.campaign-inr2 img {
    width: 90%;
    float: none;
}

.campaign-inr3 {
    width: 100%;
    float: left;
}

.campaign-inr3 h3 {
    margin-top: 0px;
    margin-bottom: 12px;
    color: #1f2559;
    font-size: 24px;
    line-height: 1.375em;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
}

.campaign-inr3 p {
    font-size: 16px;
    color: #62668a;
    margin-bottom: 16px;
    font-weight: 600;

    /* border-bottom: 1px solid #e7e8f1; */
    margin-top: 20px;
}

.campaign-inr4 {
    width: 100%;
    float: left;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 50px 75px;
    border-radius: 8px 8px 40px 40px;
    box-shadow: 0 3px 10px 0 rgb(21 35 158 / 4%);
    border-top: 7px solid #f4263e;
}

.campaign .button-area {
    width: 100%;
    float: left;
    margin-top: 0;
    padding: 20px 0;
}

.background {
    width: 100%;
    float: left;
    background-color: #fafafc;
    padding: 160px 0;
    border-bottom: 1px solid #ddd;
    margin-top: -207px;
    position: relative;
    z-index: -1;
}

.background-inr {
    width: 100%;
    float: left;
}

/*********************************standard-area***********************************************/
.standard-area {
    width: 100%;
    float: left;
    position: relative;
    /* background-color: #fff; */
    background-image: url(../image/c.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* overflow: hidden; */
}

.standard-inr {
    width: 100%;
    float: left;
}

.standard-inr2 {
    width: 100%;
    float: left;
}

.heading {
    width: 100%;
    float: left;
    cursor: pointer;
    /* background-color: #fff; */
    /* border: 1px solid #e7e8f1; */
    /* box-shadow: 0 0 6px 0 rgb(78 42 222 / 2%), 0 6px 18px 0 rgb(78 42 222 / 2%); */
    /* border-radius: 36px; */
    /* padding: 20px 30px; */
    margin-bottom: 30px;
}

.heading-img img {
    width: 90px;
    float: left;
    text-align: center;
    /* background-color: #fbd6da66; */
    /* padding: 19px 21px; */
    /* border-radius: 26px; */
}

.heading-img {
    width: 16%;
    float: left;
}

.heading-name {
    width: 70%;
    float: left;
    margin-bottom: 0;
    text-align: left;
    margin-left: 30px;
}

.heading-name h3 {
    width: 100%;
    float: left;
    margin-bottom: 0;
    font-size: 43px;
    color: #1f2559;
    line-height: 1.375em;
    font-weight: 500;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    font-weight: 700;
    margin-top: 14px;
}

.standard-inr2 h5 {
    margin-bottom: 18px;
    color: #1f2559;
    font-weight: 600;
    text-align: left;
    font-size: 18px;
}

.standard-inr22 ul {
    width: 100%;
    float: left;
}

.standard-inr2 ul li {
    text-align: left;
    margin-bottom: 20px;
}

.standard-inr2 ul li a {
    color: #62668a;
    font-size: 16px;
    font-weight: 600;
    margin-left: 9px;
}

.standard-inr2 ul li img {
    width: 26px;
    float: left;
}

.standard-inr2 p {
    margin-bottom: 32px;
    color: #62668a;
    font-size: 17px;
    line-height: 1.688em;
    letter-spacing: -0.01em;
    font-weight: 600;
}

.standard-inr3 {
    width: 100%;
    float:
        left;
    padding: 60px 40px;
    border: 1px solid #e7e8f1;
    box-shadow: 0 3px 10px 0 rgb(21 35 158 / 4%);
    border-radius: 36px;
    background-color: #fff;
}

.standard-inr3 h3 {
    font-size: 24px;
    line-height: 1.375em;
    font-weight: 600;
    color: #1f2559;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    margin-bottom: 16px;
}

.standard-inr3 p {

    margin-bottom: 32px;

    color: #62668a;

    font-size: 16px;

    line-height: 1.688em;

    letter-spacing: -0.01em;

    font-weight: 600;
}

.select2 {
    width: 100%;
    float: left;
}

select.select2 {
    width: 100%;
    float: left;
    padding: 3% 6%;
    border: 1px solid #e7e8f1;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 8px 0 rgb(244 38 62 / 4%), 0 1px 3px 0 rgb(31 37 89 / 7%);
    font-size: 17px;
    font-weight: 600;
    transition: 0.8s;
    color: #62668a;
    margin-bottom: 20px;
}

select.select2:hover {
    border-color: #f4263e;
    transition: 0.8s;
}

select.select2 option {
    color: #62668a;
    font-size: 17px;
    font-weight: 600;
}

.formlbl2 {
    margin-bottom: 10px;
    color: #1f2559;
    font-weight: 600;
    font-size: 17px;
}

.standard-inr3 h2 {
    margin-bottom: 16px;
    color: #1f2559;
    font-size: 28px;
    line-height: 1.143em;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.standard-area .formbtn {
    padding: 13px 58px;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    line-height: 1em;
    background-color: #f4263e;
    color: #fff;
    transition: 0.8s;
    margin-top: 30px;
}

/*********************************pkg-area***********************************************/

.pkg-area {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 100px;
    /* overflow:hidden; */
    background-color: #fafafc;
    padding: 100px 0;
    margin-bottom: 100px;
    margin-top: -28px;
    z-index: -1;
}

.pkg-inr {
    width: 100%;
    float: left;
}

.pkg-inr2 {
    width: 100%;
    float: left;
}

.pkg-inr2 h2 {
    color: #1f2559;
    font-size: 38px;
    line-height: 1.263em;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    margin-bottom: 18px;
    text-align: left;
}

.pkg-inr2 p {

    color: #62668a;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 35px;
    text-align: left;
}

.pkg-inr2 img {
    width: 100%;
    float: left;
    margin-bottom: 38px;
}

.pkg-inr2 h3 {
    width: 100%;
    float: left;
    margin-bottom: 12px;
    color: #1f2559;
    font-size: 25px;
    line-height: 1.375em;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
}

.pkg-inr2 p {
    width: 100%;
    float: left;
    margin-bottom: 35px;
    color: #62668a;
    font-size: 16px;
    line-height: 1.688em;
    letter-spacing: -0.01em;
    font-weight: 600;
}


/*********************************blog-area***********************************************/
.blog {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 100px;
    overflow: hidden;
}

.blog-inr {
    width: 100%;
    float: left;
}

.blog-inr2 {
    width: 100%;
    float: left;
}

.blog-inr2 h5 {
    color: #f4263e;
    font-size: 18px;
    line-height: 27px;
    text-transform: lowercase;
    margin-bottom: 10px;
    font-weight: 600;
}

.blog-inr2 h1 {
    color: #1f2559;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 18px;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    line-height: 1.292em;
}

.blog-inr2 p {
    font-size: 17px;
    color: #62668a;
    margin-bottom: 20px;
    font-weight: 600;
}

.blog-inr3 {
    width: 100%;
    float: left;
    border: 1px solid #e7e8f1;
    box-shadow: 0 3px 10px 0 rgb(21 35 158 / 4%);
    border-radius: 36px;
    background-color: #fff;
    padding: 20px 18px;
}

.blog-inr4 {
    width: 100%;
    float: left;
    text-align: center;
}

.blog-inr4 img {
    width: 90%;
    float: none;
}

.email {
    width: 100%;
    float: left;
    cursor: pointer;
}

.email-img {
    float: left;
    width: 30%;
    margin-top: 20px;
    margin-left: 0;
}

.email-img img {
    width: 100%;
    float: left;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-name: floating;
}

@keyframes floating {
    from {
        transform: translate(0, 0px);
    }

    65% {
        transform: translate(0, 15px);
    }

    to {
        transform: translate(0, -0px);
    }
}

.email-name {
    width: 65%;
    float: left;
    margin-bottom: 0;
    margin-left: 24px;
    margin-top: 0;
}

.email-name h3 {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-size: 25px;
    text-align: left;
    margin-top: 4px;
    color: #1f2559;
    font-weight: 600;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
}

.email-name p {
    color: #62668a;
    text-align: left;
    font-weight: 600;
}

.blog .formbtn {
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    line-height: 1em;
    background-color: #f4263e;
    color: #fff;
    transition: 0.8s;
    margin-top: 14px;
}

/*********************************articles-area***********************************************/

.articles {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 100px;
    /* overflow:hidden; */
    background-color: #fafafc;
    padding: 100px 0;
    margin-bottom: 100px;
}

.articles-inr {
    width: 100%;
    float: left;
}

.articles-inr2 h2 {
    color: #1f2559;
    font-size: 38px;
    line-height: 1.263em;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
}

.articles-inr3 {
    width: 100%;
    float: left;
}

.articles-button {
    width: 100%;
    float: left;
    margin-top: 0;
    padding: 0;
}

.articles-button a button {
    padding: 20px 11px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 1em;
    background-color: #ffffff;
    color: #1f2559;
    transition: 0.8s;
    border: 1px solid #e7e8f1;
}

.articles-button a .bg-d {
    background-color: #f4263e;
    color: #ffffff;
    font-weight: 600;
    margin-left: 0;
    padding: 20px 38px;
}

.articles-button a button:hover {
    background-color: #f4263e;
    border: 1px solid #f4263e;
    color: #fff;
    transition: 0.8s;
}


.articles-inr5 {
    width: 100%;
    float: left;
    border: 1px solid #e7e8f1;
    border-radius: 30px;
    transition: 0.8s;
    overflow: hidden;
    margin-top: 40px;
}

.articles-inr5 img {
    width: 100%;
    float: left;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
    transition: 0.8s;
}

.text2 {
    width: 100%;
    float: left;
    padding: 20px 20px;
    background-color: #fff;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 11px 12px 0 rgb(0 0 0 / 4%);
    text-align: left;
}

.text2 h5 {
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    text-transform: lowercase;
    margin-bottom: 10px;
    background-color: #f4263e;
    width: 88px;
    padding: 6px 9px;
    text-align: center;
    border-radius: 5px;
    margin-top: -42px;
}

.text2 h3 {
    color: #1f2559;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    line-height: 1.292em;
    transition: 0.8s;
}

.text2 p {
    font-size: 16px;
    color: #62668a;
    font-weight: 600;
}

.text p {
    font-size: 16px;
    color: #62668a;
    font-weight: 700;
}

.line9 {
    border-bottom: 1px solid #ddd;
    margin: 20px 0;
}

.text2 h3:hover {
    color: #f4263e;
    transition: 0.8s;
}

.articles-inr5:hover {
    box-shadow: 0 5px 25px 0 rgb(78 42 222 / 2%), 0 15px 25px 0 rgb(31 37 89 / 5%);
    -webkit-transform: translate(0px, -5px);
    -ms-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
    transition: 0.8s;
}

.q {

    background-color: #782ce4 !important;
    font-size: 17px !important;
    width: 126px !important;
}

.r {
    background-color: #2276f1 !important;
    font-size: 17px !important;
    width: 106px !important;
}

.blog .pg {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    padding: 24px 0;
    margin-top: 21px;
}

/*********************************blog-post***********************************************/

.blog-post {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 100px;
    overflow: hidden;
}

.blogp-inr {
    width: 100%;
    float: left;
}

.blogp-inr img {
    width: 100%;
    float: left;
    border-radius: 50px;
}

.blogp-inr2 {
    width: 100%;
    float: left;
    padding: 53px 60px;
    background-color: #fff;
    border-radius: 36px;
    box-shadow: 0 11px 12px 0 rgb(0 0 0 / 4%);
    text-align: left;
    border: 1px solid #ddd;
    position: relative;
    margin-top: -173px;
}

.qq {
    color: #fff;
    font-size: 17px;
    line-height: 27px;
    text-transform: lowercase;
    margin-bottom: 26px;
    background-color: #782ce4;
    width: 144px;
    padding: 17px 17px;
    text-align: center;
    border-radius: 11px;
    margin-top: 0;
}

.blogp-inr2 h1 {
    margin-bottom: 18px;
    color: #1f2559;
    font-size: 48px;
    line-height: 1.292em;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
}

.blogp-inr2 p {
    color: #62668a;
    font-size: 16px;
    line-height: 1.688em;
    letter-spacing: -0.01em;
    font-weight: 600;
}

.pkg1-area {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 100px;
    margin-bottom: 100px;
    margin-top: -28px;
    z-index: -1;
}

.pkg1-inr {
    width: 100%;
    float: left;
}

.pkg1-inr2 {
    width: 100%;
    float: left;
}

.pkg1-inr2 h2 {
    color: #1f2559;
    font-size: 38px;
    line-height: 1.263em;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    margin-bottom: 18px;
    text-align: left;
}

.pkg1-inr2 p {
    color: #62668a;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 35px;
    text-align: left;
}

.pkg1-inr2 img {
    width: 100%;
    float: left;
    margin-bottom: 38px;
    border-radius: 36px;
}

.pkg1-inr2 h3 {
    width: 100%;
    float: left;
    margin-bottom: 12px;
    color: #1f2559;
    font-size: 25px;
    line-height: 1.375em;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
}

.pkg1-inr2 p {
    width: 100%;
    float: left;
    margin-bottom: 35px;
    color: #62668a;
    font-size: 16px;
    line-height: 1.688em;
    letter-spacing: -0.01em;
    font-weight: 600;
}

.pkg1-inr2 h4 {
    width: 100%;
    float: left;
    margin-bottom: 12px;
    color: #1f2559;
    font-size: 20px;
    line-height: 1.375em;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
}

.news-area {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

.news-inr {
    width: 100%;
    float: left;
    /* background-color: #000; */
    padding: 30px 0;
}

.news-inr2 {
    width: 100%;
    float: left;
}

.news-inr2 h5 {
    color: #f4263e;
    font-size: 18px;
    line-height: 27px;
    text-transform: lowercase;
    margin-bottom: 10px;
}

.news h2 {
    color: #1f2559;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 18px;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    line-height: 1.292em;
}

.news-area .button-area {
    width: 100%;
    float: left;
    margin-top: 23px;
    text-align: right;
}

.news-inr2 h2 {
    color: #1f2559;
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 0;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    line-height: 1.292em;
}

.media-inr5 {
    width: 100%;
    float: left;
}

.button-area {
    width: 100%;
    float: left;
    margin-top: 0px;
    padding: 20px 0;
    /* text-align: right; */
}

/*********************************gallery-area***********************************************/

.gallery-area {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 100px;
    overflow: hidden;
}

.gallery-inr {
    width: 100%;
    float: left;
}

.gallery-area .countries {
    /*   padding: 2rem 0;
*/
}

.gallery-area .header {}

.header h2 {
    color: #1f2559;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 30px;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    line-height: 1.292em;
    text-align: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.header p {
    font-size: 17px;
    color: #62668a;
    margin-bottom: 44px;
    font-weight: 600;
    text-align: center;
}

.gallery-area .countries_slider {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    font-size: 16px;
    font-weight: bold;
}

a {
    cursor: pointer;
    decoration: none;
}

/*a:hover {
 background-color: #f4263e;
    border: 1px solid #f4263e;
    color: #fff;
    transition: 0.8s;
}*/

.gallery-area .country {
    margin: 20px 0;
    /*display: grid;*/
    gap: 10px;
    grid-template: repeat(1, 250px)/repeat(3, 1fr);

    justify-content: space-around;
}

.gallery-area img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.gallery-area .active {
    padding: 20px 20px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    line-height: 1em;
    background-color: #f4263e;
    color: #1f2559;
    transition: 0.8s;
    border: 1px solid #e7e8f1;
    color: #fff;
}

.link {
    padding: 20px 20px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    line-height: 1em;
    background-color: #ffffff;
    color: #1f2559;
    transition: 0.8s;
    border: 1px solid #e7e8f1;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap: 30px;
}

.gallery img {
    width: 100%;
}

.flag-icon {
    width: 30px !important;
    float: none !important;
    margin: 0px !important;
}


.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border: 1px solid #1f2559;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked~.checkmark {
    background-color: #1f2559;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 6px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.asmall {
    color: #f4263e;
    font-size: 80%;
    margin-left: 15px;
}

.navbar{
    margin-bottom: 50px;
}

.bg-primary {
    background-color: #ffffff !important;
}

.flex-container {
    display: flex;
}

.navbar-nav {
    float: none;
    margin: 0 auto;
}

.navbar img {
    width: 125px;
}

.bg-warning {
    background-color: #f4263e !important;
}

.bg-warning-inr ul li {
    display: inline-block;
    font-weight: 600;
    margin: 5px 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: #1f2559;
    text-transform: none;
    height: 30px;
    padding: 15px;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    -webkit-transition: color .3s, background .3s;
    transition: color .3s, background .3s;
    font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #f4263e;
}

.bg-warning-inr ul li .fa {
    color: #fff;
    margin-right: 8px;
}

.bg-warning-inr ul li a {
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
}

.navbar-light .navbar-nav .nav-link {
    padding: 15px;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: #1f2559;
    -webkit-transition: color .3s, background .3s;
    transition: color .3s, background .3s;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #f4263e;
}

.navbutton {
    padding: 15px;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 1em;
    background-color: #f4263e;
    color: #fff;
    transition: 0.8s;
}

.navbutton:hover {
    color: #fff;
    box-shadow: 0 8px 20px 0 rgb(244 38 62 / 30%);
    transform: translate(0px, -2px);
}

.top-menu {
    background: #f4263e;
    padding: 10px 0;
    float: left;
    width: 100%;
}

.social-icon2 {}

.social-icon2 ul {
    width: 100%;
    float: left;
}

.social-icon2 ul li {
    display: inline-block;
    background: rgba(255,255,255,0.5);
    border-radius: 8px;
    margin-left: 5px;
}

.social-icon2 ul li img {
    width: 55px;
    margin-bottom: 0 !important;
    transform: scale(1);
}

.bg-warning .social-icon2 ul li .fa {
    padding: 10px;
    margin-bottom: 0 !important;
    transform: scale(1);
}

.bg-warning .social-icon2 {
    float: right;
    margin: 0px;
    color: #fff;
    font-weight: 600;
}

.social-icon2 ul li img:hover {
    transform: scale(1.2);
    transition: 0.8s;
}

.navbar .megamenu {
    padding: 1rem;
}

@media all and (min-width: 992px) {
    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 80%;
        margin: 0 auto;
    }

}

@media(max-width: 991px) {
    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}
.navbar-dark .navbar-toggler { border-color: #f4263e; }
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(244,38,62)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #f4263e;
}

.support-area {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    background-color: #fafafc;
    padding: 50px 0;
    margin-top: -70px;
    z-index: -1;
    margin-bottom: 100px;
}

.support-inr {
    width: 100%;
    float: left;
}

.support-inr2 {
    width: 100%;
    float: left;
    margin-top: 65px;
}

.support-inr2 h5 {
    color: #f4263e;
    font-size: 26px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 10px;
}

.support-inr2 h4 {
    color: #1f2559;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 18px;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    line-height: 1.292em;
    margin-top: 30px;
}

.support-inr2 h3 {
    color: #1f2559;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 18px;
    text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
    line-height: 1.292em;
}

.support-inr2 p {
    font-size: 17px;
    color: #62668a;
    margin-bottom: 20px;
    font-weight: 600;
}

.support-inr2 ul {
    margin: 20px 0px 20px 20px;
}

.support-inr2 ul li {
    font-size: 16px;
    color: #62668a;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 30px;
    list-style: initial;
}