@font-face {
    font-family: "gothammedium";
    src: url("../fonts/gothammedium-webfont.woff2") format("woff2"), url("../fonts/gothammedium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "gothambold";
    src: url("../fonts/gothambold-webfont.woff2") format("woff2"), url("../fonts/gothambold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "gothambook";
    src: url("../fonts/gothambook-webfont.woff2") format("woff2"), url("../fonts/gothambook-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "gothamlight";
    src: url("../fonts/gothamlight-webfont.woff2") format("woff2"), url("../fonts/gothamlight-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

html,
body {
    height: 100%
}

body {
    background-color: #fbfeff;
    color: #333;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    position: relative
}

a {
    color: #4a83e6;
    text-decoration: none;
    transition: all .3s ease-in-out
}

a:hover {
    text-decoration: none
}

a:focus {
    outline: none;
    text-decoration: none
}

a img {
    border: 0
}

img {
    max-width: 100%
}

::-moz-selection {
    color: #fff;
    background: #4a83e6
}

::selection {
    color: #fff;
    background: #4a83e6
}

table {
    border-spacing: 0;
    font-family: "Nunito Sans", sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Nunito Sans", sans-serif;
    margin: 0;
    padding: 0
}

p {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Nunito Sans", sans-serif
}

.form-control {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400
}

.padd-top-70 {
    padding-top: 70px
}

.padd-bottom-70 {
    padding-bottom: 70px
}

.margin-bottom-50 {
    margin-bottom: 50px
}

.header-title-wrapper {
    text-align: center;
    position: relative;
    padding-bottom: 30px
}

.header-title-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 116px;
    height: 4px;
    background: #4a83e6;
    border-radius: 5px
}

.header-title-wrapper h2 {
    font-weight: 700;
    font-size: 50px;
    color: #2b3146
}

.header-title-wrapper p {
    font-weight: 400;
    font-size: 18px;
    color: #2b3146;
    margin-top: .5rem
}

.custom-owl-theme.owl-theme .owl-nav button.owl-prev,
.custom-owl-theme.owl-theme .owl-nav button.owl-next {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #435077;
    color: #fff;
    margin: 0;
    font-size: 18px;
    line-height: 34px;
    border-radius: 10px
}

.custom-owl-theme.owl-theme .owl-nav button.owl-prev:focus,
.custom-owl-theme.owl-theme .owl-nav button.owl-prev:hover,
.custom-owl-theme.owl-theme .owl-nav button.owl-next:focus,
.custom-owl-theme.owl-theme .owl-nav button.owl-next:hover {
    outline: 0
}

.custom-owl-theme.owl-theme .owl-nav .owl-prev {
    left: -17px
}

.custom-owl-theme.owl-theme .owl-nav .owl-next {
    right: -17px
}

.custom-owl-theme.owl-theme .owl-nav [class*=owl-] {
    cursor: pointer
}

.custom-owl-theme.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.custom-owl-theme.owl-theme .owl-dots .owl-dot {
    margin: 4px 0;
    display: inline-block
}

.custom-owl-theme.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc
}

.custom-owl-theme.owl-theme .owl-dots .owl-dot.active span,
.custom-owl-theme.owl-theme .owl-dots .owl-dot:hover span {
    background: #3939df
}

.team-banner-slider .owl-stage {
    display: flex
}

.team-banner-slider .owl-item {
    display: flex;
    flex: 1 0 auto
}

.our-team-block {
    background: #d1e5e9
}

.team-item {
    border-radius: 60px;
    text-align: center;
    display: block;
    height: 100%;
    position: relative
}

.team-item.team-item-bg-1 {
    background-color: #cadfe3
}

.team-item.team-item-bg-2 {
    background-color: #d6ccc1
}

.team-item.team-item-bg-3 {
    background-color: #bed7c6
}

.team-item.team-item-bg-4 {
    background-color: #cbdaed
}

.team-item .team-img-block {
    border-radius: 60px;
    overflow: hidden
}

.team-item .team-img-block img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.team-item .team-info-block {
    padding: 25px 40px 35px 40px
}

.team-item .team-info-block h4 {
    font-weight: 700;
    text-transform: uppercase;
    color: #4a83e6;
    font-size: 20px
}

.team-item .team-info-block p {
    font-weight: 400;
    color: #2b3146;
    margin-top: .5rem;
    font-size: 17px
}

.team-item span.add-icon {
    width: 36px;
    height: 36px;
    background: #e99701;
    display: block;
    font-weight: 400;
    font-size: 28px;
    color: #fff;
    line-height: 36px;
    border-radius: 50%;
    margin: 0 auto 20px auto
}

.our-team-promo-block {
    background: #fbfeff;
}

.our-team-promo-head h3 {
    font-weight: 700;
    font-size: 40px;
    color: #333
}

.our-team-promo-head .btn-join-team {
    background: #b4b2ff;
    border-radius: 40px;
    font-weight: 500;
    font-size: 18px;
    font-family: "gothammedium";
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    height: 54px;
    margin-top: 30px
}

.our-team-promo-head .btn-join-team:hover {
    background-color: #e99701;
    color: #fff
}

.top-about-item-block {
    position: relative
}

.top-about-item-block .top-about-img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 430px;
    border-radius: 60px;
    overflow: hidden
}

.top-about-item-block .top-about-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.top-about-item-block.b-item-left-block {
    justify-content: flex-end
}

.top-about-item-block.b-item-left-block .top-about-img {
    left: 0;
    right: auto
}

.top-about-item-block.b-item-left-block .top-about-left-flex {
    padding: 2rem 2rem 2rem 7rem
}

.top-about-left-flex {
    display: flex;
    align-items: flex-start;
    border-radius: 60px;
    width: calc(100% - 350px);
    padding: 2rem 7rem 2rem 2rem
}

.top-about-left-flex.tp-about-bg-1 {
    /* background-color: #c1e6ef; */
    box-shadow: 0px 0px 30px 0px #c1e6ef
}

.top-about-left-flex.tp-about-bg-2 {
    /* background-color: #b2d2bb; */
    box-shadow: 0px 0px 30px 0px #b2d2bb
}

.top-about-left-flex.tp-about-bg-3 {
    /* background-color: #cbc8b6; */
    box-shadow: 0px 0px 30px 0px #cbc8b6
}

.top-about-left-flex .top-about-info {
    width: calc(100% - 85px);
    padding-left: 5px
}

.top-about-left-flex .top-about-info h4 {
    font-weight: 400;
    font-size: 60px;
    line-height: 60px;
    color: #2b3146;
    margin-bottom: 1.5rem
}

.top-about-left-flex .top-about-info h4 span {
    display: block;
    font-size: 50px
}

.top-about-left-flex .top-about-info p {
    font-weight: 400;
    font-size: 18px;
    color: #2b3146;
    margin-top: 1rem
}

.top-about-left-flex .top-about-info .btn-know-details {
    font-weight: 800;
    font-size: 19px;
    text-transform: uppercase;
    color: #4a83e6;
    margin-top: 2rem;
    display: inline-block
}

.top-about-left-flex .top-about-info .btn-know-details:hover {
    color: #435077
}

.top-about-left-flex .top-about-info .btn-know-details img {
    vertical-align: sub;
    margin-left: 3px
}

.home-banner-slider .item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 560px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.home-banner-slider .item .home-banner-caption {
    width: 560px;
    float: right;
    position: relative
}

.home-banner-slider .item .home-banner-caption:before {
    content: "";
    background: radial-gradient(ellipse at center, white 50%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: 560px
}

.home-banner-slider .item .home-banner-caption .home-banner-title {
    font-weight: 400;
    font-size: 90px;
    line-height: 90px;
    color: #2b3146;
    margin-bottom: 1.5rem
}

.home-banner-slider .item .home-banner-caption .home-banner-title span {
    display: block;
    font-size: 50px;
    line-height: 50px
}

.home-banner-slider .item .home-banner-caption p {
    font-weight: 400;
    font-size: 18px;
    color: #2b3146;
    margin-top: 1rem
}

.home-banner-slider .item .home-banner-caption .btn-get-started-now {
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    color: #555;
    margin-top: 2rem;
    display: inline-block
}

.home-banner-slider .item .home-banner-caption .btn-get-started-now:hover {
    color: #435077
}

.home-banner-slider .item .home-banner-caption .btn-get-started-now img {
    vertical-align: sub;
    margin-left: 3px;
    width: inherit;
    display: inline-block
}

.inner-banner-block {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.inner-banner-block:before {
    content: "";
    background: linear-gradient(100.09deg, #3835E6 25.77%, rgba(56, 53, 230, 0) 57.55%);
    opacity: .5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.inner-banner-block .inner-banner-caption {
    text-align: center;
    position: relative;
    z-index: 1
}

.inner-banner-block .inner-banner-caption h1 {
    font-weight: 400;
    font-size: 60px;
    color: #324170
}

.inner-banner-block .inner-banner-caption p {
    font-weight: 600;
    font-size: 17px;
    color: #435077;
    margin-top: .5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}

.cmn-about-img {
    margin-right: 5%
}

.cmn-about-img img {
    border-radius: 80px
}

.cmn-about-info h2 {
    font-weight: 400;
    color: #2b3146;
    margin-bottom: 1rem
}

.cmn-about-info h2 {
    font-size: 40px;
    line-height: 50px
}

.cmn-about-info h3 {
    font-size: 22px;
    line-height: 30px
}

.cmn-about-info p {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #2b3146;
    margin-top: 1rem
}

.top-contact-item {
    border-right: 1px solid rgba(67, 80, 119, .25);
    text-align: center
}

.top-contact-item:last-child {
    border-right: 0
}

.top-contact-item .icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 5px
}

.top-contact-item .icon.icon-1 {
    background-image: url("../images/contact-home-icon.png")
}

.top-contact-item .icon.icon-2 {
    background-image: url("../images/contact-location-icon.png")
}

.top-contact-item .icon.icon-3 {
    background-image: url("../images/contact-mail-icon.png")
}

.top-contact-item .icon.icon-4 {
    background-image: url("../images/contact-call-icon.png")
}

.top-contact-item span {
    display: block;
    font-weight: 700;
    font-size: 20px;
    color: #3977e4
}

.top-contact-item p {
    font-weight: 600;
    font-size: 18px;
    color: #2b3146
}

.contact-bottom-fluid {
    display: flex
}

.contact-bottom-fluid .contact-bottom-col {
    width: 50%
}

.contact-bottom-fluid .contact-bottom-col.contact-map-bx {
    position: relative
}

.contact-form-bx {
    background-color: #ec722d
}

.contact-form-bx .contact-form-block {
    padding: 40px .75rem 40px 3rem
}

.contact-form-bx .contact-form-block h5 {
    font-weight: 700;
    font-size: 30px;
    color: #fff
}

.form-input-field .form-control {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    height: 55px;
    border-radius: 10px;
    border: 0;
    background-color: rgba(255, 255, 255, .1);
    padding-left: 1rem;
    padding-right: 1rem
}

.form-input-field .form-control::-moz-placeholder {
    color: #fff
}

.form-input-field .form-control:-ms-input-placeholder {
    color: #fff
}

.form-input-field .form-control::placeholder {
    color: #fff
}

.form-input-field .form-control:focus {
    box-shadow: none
}

.form-input-field textarea.form-control {
    height: inherit
}

.form-input-field.input-field-mt-24 {
    margin-top: 15px
}

.form-input-field .btn-submit {
    border-radius: 10px;
    border: 0;
    background-color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #0b0b0b;
    width: 100%;
    height: 55px
}

.form-input-field .btn-submit:hover {
    background: #76a442;
    color: #fff
}

.contacts-form .contact-form-block {
    max-width: 642px;
    margin-left: auto;
    margin-right: auto
}

.contacts-form .contact-form-block h5 {
    font-weight: 700;
    font-size: 30px;
    color: #2b3146;
    text-align: center;
    margin-bottom: 25px
}

.contacts-form .contact-form-block .form-input-field .form-control {
    color: #0b0b0b;
    background-color: #c7d5cb;
    font-family: "gothammedium";
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.contacts-form .contact-form-block .form-input-field .form-control::-moz-placeholder {
    color: #414141
}

.contacts-form .contact-form-block .form-input-field .form-control:-ms-input-placeholder {
    color: #414141
}

.contacts-form .contact-form-block .form-input-field .form-control::placeholder {
    color: #414141
}

.contacts-form .contact-form-block .form-input-field .btn-submit {
    background: #bfd6e4;
    color: #0b0b0b
}

.top-services-items {
    box-shadow: 0px 40px 50px rgba(123, 130, 151, .25);
    border-radius: 65px;
    padding: 3rem;
    text-align: center;
    height: 100%
}

.top-services-items.bg-1 {
    background: rgba(180, 178, 255, .65)
}

.top-services-items.bg-2 {
    background: rgba(118, 164, 66, .65)
}

.top-services-items h3 {
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    color: #4a83e6
}

.top-services-items p {
    font-weight: 600;
    font-size: 18px;
    color: #2b3146;
    margin-top: 1rem
}

.top-services-items .btn-know-more {
    font-weight: 600;
    font-size: 17px;
    color: #4a83e6;
    display: inline-block;
    margin-top: 1rem
}

.bottom-service-list ul li {
    font-weight: 600;
    font-size: 20px;
    color: #2b3146;
    background-image: url("../images/arrow-blue.png");
    background-position: left 9px;
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-top: 15px
}

.services-bottom-block {
    background: rgba(236, 114, 45, .65)
}

.services-bottom-block .sb-service-item {
    margin-bottom: 20px
}

.services-bottom-block .sb-service-item img {
    max-height: 88px;
    min-height: 88px
}

.services-bottom-block .sb-service-item span {
    display: block;
    font-weight: 600;
    font-size: 20px;
    color: #4a83e6;
    margin-top: 1rem
}

.services-bottom-block .btn-know-more {
    background: #3977e4;
    border-radius: 40px;
    font-weight: 500;
    font-size: 18px;
    font-family: "gothammedium";
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 54px;
    margin-top: 20px
}

.services-bottom-block .btn-know-more:hover {
    background-color: #e99701;
    color: #fff
}

.services-middle1-block {
    background: rgba(152, 234, 224, .65)
}

.services-middle1-block .smdle-item-block {
    display: flex;
    justify-content: center
}

.services-middle1-block .smdle-item-block span {
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    margin-right: 20px
}

.services-middle1-block .smdle-item-block ul li {
    font-weight: 600;
    font-size: 20px;
    color: #4a83e6;
    background-image: url("../images/arrow-blue.png");
    background-position: left 9px;
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-bottom: 10px
}

.services-middle2-block .header-title-wrapper h2 {
    color: #4a83e6
}

.advisory-row {
    display: flex;
    border-radius: 60px;
    margin-top: 40px
}

.advisory-row.bg-1 {
    background: rgba(152, 234, 224, .65)
}

.advisory-row.bg-2 {
    background: rgba(236, 114, 45, .65)
}

.advisory-row.bg-3 {
    background: rgba(118, 164, 66, .65)
}

.advisory-row.bg-4 {
    background: rgba(180, 178, 255, .65)
}

.advisory-row:first-child {
    margin-top: 0
}

.advisory-row.advisory-flex-direction {
    flex-direction: row-reverse
}

.advisory-row .advisory-img-block {
    background: #c4c4c4;
    border-radius: 60px;
    overflow: hidden;
    width: 300px;
    height: 300px
}

.advisory-row .advisory-img-block img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.advisory-row .advisory-info-block {
    width: calc(100% - 300px);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.advisory-row .advisory-info-block .advisory-title {
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    color: #4a83e6
}

.advisory-row .advisory-info-block .advisory-sub-title {
    font-weight: 600;
    font-size: 18px;
    color: #2b3146
}

.advisory-row .advisory-info-block p {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    color: #2b3146;
    margin-top: 1rem
}

.cmn-Pagination {
    display: flex;
    justify-content: center;
    margin-top: 40px
}

.cmn-Pagination .page-item:first-child .page-link,
.cmn-Pagination .page-item:last-child .page-link {
    background-color: rgba(39, 48, 75, .1);
    color: #4a83e6
}

.cmn-Pagination .page-item {
    font-weight: 700;
    font-size: 18px;
    color: #27304b
}

.cmn-Pagination .page-item.active .page-link {
    color: #4a83e6;
    background-color: transparent;
    border-color: transparent
}

.cmn-Pagination .page-link {
    border: 0;
    background-color: transparent;
    color: #27304b
}

.jointeam-row {
    display: flex;
    border-radius: 65px;
    overflow: hidden
}

.jointeam-row .jointeam-col-block {
    width: 50%
}

.jointeam-row .jointeam-col-block.jointeam-form {
    background-color: transparent;
    padding: 2rem 2rem 2rem 3rem
}

.jointeam-row .jointeam-col-block.jointeam-form h4 {
    font-weight: 400;
    font-size: 28px;
    color: #303e69
}

.jointeam-row .jointeam-col-block.jointeam-form .btn {
    max-width: 160px
}

.jointeam-row .jointeam-col-block.jointeam-form textarea {
    height: inherit !important;
    padding-top: 1rem
}

.jointeam-row .jointeam-col-block.jointeam-info {
    background: rgba(236, 114, 45, .65);
    padding: 2rem 3rem 2rem 2rem
}

.jointeam-row .jointeam-col-block.jointeam-info .header-title-wrapper {
    text-align: left;
    padding-bottom: 20px
}

.jointeam-row .jointeam-col-block.jointeam-info .header-title-wrapper:after {
    margin-left: 0;
    width: 100px;
    background-color: rgba(0, 0, 0, .3)
}

.jointeam-row .jointeam-col-block.jointeam-info .header-title-wrapper h2 {
    font-weight: 500;
    color: #fff;
    font-size: 40px
}

.jointeam-row .jointeam-col-block.jointeam-info p {
    font-weight: 500;
    font-size: 16px;
    color: #0b0b0b;
    margin-top: 1rem
}

.jointeam-row .jointeam-col-block.jointeam-info hr {
    background-color: rgba(255, 255, 255, .5)
}

.jointeam-row .jointeam-col-block.jointeam-info .jointeam-rt-item-block {
    margin-top: 30px
}

.jointeam-row .jointeam-col-block.jointeam-info .jointeam-rt-item-block h5 {
    font-weight: 500;
    font-size: 18px;
    color: #fff
}

.dashboard .menu-item {
    float: left;
    background: rgba(255, 255, 255, .6);
    padding: 32px
}

.dashboard .menu-item .profile-details {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #c2dfdc;
    float: left
}

.dashboard .menu-item .profile-details .profile-img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 12px
}

.dashboard .menu-item .profile-details .profile-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.dashboard .menu-item .profile-details .pro-det h4 {
    font-weight: 600;
    font-size: 18px;
    color: #2b3146;
    margin-bottom: 12px
}

.dashboard .menu-item .profile-details .pro-det p a {
    color: #2b3146;
    font-weight: 500;
    font-size: 16px
}

.dashboard .menu-item ul.dashboard-nav {
    width: 100%;
    float: left
}

.dashboard .menu-item ul.dashboard-nav li {
    display: block;
    margin-bottom: 12px
}

.dashboard .menu-item ul.dashboard-nav li a {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    font-family: "gothammedium";
    line-height: 40px;
    height: 40px;
    min-width: 100%;
    border-radius: 40px;
    margin-left: 5px;
    color: #435077;
    width: 100%;
    display: block;
    padding: 0px 24px
}

.dashboard .menu-item ul.dashboard-nav li a i {
    margin-right: 8px
}

.dashboard .menu-item ul.dashboard-nav li a.active {
    background: #3977e4;
    color: #fff
}

.dashboard .menu-item ul.dashboard-nav li a:focus,
.dashboard .menu-item ul.dashboard-nav li a:hover {
    background: #76a442;
    color: #fff
}

.dashboard .innerpage-dashboard .content {
    width: 100%;
    min-height: 80vh;
    float: left;
    background: rgba(255, 255, 255, .5);
    padding: 32px
}

.dashboard .innerpage-dashboard .content .profile {
    width: 140px;
    height: 140px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 16px;
    position: relative
}

.dashboard .innerpage-dashboard .content .profile img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.dashboard .innerpage-dashboard .content .profile input {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0
}

.dashboard .innerpage-dashboard .content .profile label {
    position: absolute;
    bottom: 10px;
    z-index: 999;
    right: 10px;
    background: #fff;
    color: #3977e4;
    width: 40px;
    height: 40px;
    border-radius: 11px;
    text-align: center;
    line-height: 40px;
    font-size: 17px
}

.dashboard .innerpage-dashboard .content .form-input-field .form-control {
    color: #0b0b0b;
    background-color: #c7d5cb;
    font-family: "gothammedium";
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.dashboard .innerpage-dashboard .content .form-input-field .form-control::-moz-placeholder {
    color: #414141
}

.dashboard .innerpage-dashboard .content .form-input-field .form-control:-ms-input-placeholder {
    color: #414141
}

.dashboard .innerpage-dashboard .content .form-input-field .form-control::placeholder {
    color: #414141
}

.dashboard .innerpage-dashboard .content .form-input-field .btn-submit {
    background: #bfd6e4;
    color: #0b0b0b
}

@media(min-width: 992px) {
    .contact-form-bx .contact-form-block {
        max-width: 480px
    }
}

@media(min-width: 1200px) {
    .team-item .team-img-block {
        height: 261px
    }

    .team-item .team-info-block h4 {
        font-size: 16px
    }

    .team-item .team-info-block p {
        font-size: 16px;
        line-height: 20px
    }

    .contact-form-bx .contact-form-block {
        max-width: 570px
    }
}

@media(min-width: 1400px) {
    .team-item .team-img-block {
        height: 306px
    }

    .team-item .team-info-block {
        padding: 30px 50px 50px 50px
    }

    .team-item .team-info-block h4 {
        font-size: 20px
    }

    .team-item .team-info-block p {
        font-size: 17px
    }

    .team-item span.add-icon {
        width: 40px;
        height: 40px;
        font-size: 30px;
        line-height: 40px
    }

    .contact-form-bx .contact-form-block {
        max-width: 660px
    }
}

@media(min-width: 1600px) {
    .container-lg {
        max-width: 1580px
    }

    .team-banner-slider .owl-item .item {
        margin-bottom: 25px
    }

    .team-item {
        border-radius: 80px
    }

    .team-item .team-img-block {
        height: 371px;
        border-radius: 80px
    }

    .team-item .team-info-block h4 {
        font-size: 22px
    }

    .team-item .team-info-block p {
        font-size: 18px;
        line-height: 22px
    }

    .team-item span.add-icon {
        width: 50px;
        height: 50px;
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 30px
    }

    .our-team-promo-head .btn-join-team {
        font-size: 20px;
        min-width: 220px;
        height: 63px
    }

    .home-banner-slider {
        overflow: hidden
    }

    .home-banner-slider .item {
        height: 740px
    }

    .home-banner-slider .item .home-banner-caption {
        width: 740px
    }

    .home-banner-slider .item .home-banner-caption:before {
        width: 800px;
        height: 740px
    }

    .home-banner-slider .item .home-banner-caption .home-banner-title {
        font-size: 130px;
        line-height: 120px
    }

    .home-banner-slider .item .home-banner-caption .home-banner-title span {
        font-size: 60px;
        line-height: 60px
    }

    .home-banner-slider .item .home-banner-caption .btn-get-started-now {
        font-size: 19px
    }

    .inner-banner-block {
        height: 450px
    }

    .inner-banner-block .inner-banner-caption h1 {
        font-size: 80px
    }

    .inner-banner-block .inner-banner-caption p {
        font-size: 18px;
        max-width: 800px
    }

    .top-contact-item span {
        font-size: 22px
    }

    .top-contact-item p {
        font-size: 20px
    }

    .contact-form-bx .contact-form-block {
        max-width: 790px
    }

    .contact-form-bx .contact-form-block h5 {
        font-size: 32px
    }

    .form-input-field .form-control {
        height: 70px;
        padding: 1rem 2rem
    }

    .form-input-field.input-field-mt-24 {
        margin-top: 24px
    }

    .form-input-field .btn-submit {
        font-size: 22px;
        height: 70px
    }

    .top-services-items h3 {
        font-size: 25px
    }

    .top-services-items p {
        font-size: 20px
    }

    .top-services-items .btn-know-more {
        font-size: 18px
    }

    .advisory-row {
        border-radius: 80px
    }

    .advisory-row .advisory-img-block {
        border-radius: 80px;
        width: 359px;
        height: 359px
    }

    .advisory-row .advisory-info-block {
        width: calc(100% - 359px);
        padding: 3rem
    }

    .advisory-row .advisory-info-block .advisory-title {
        font-size: 25px
    }

    .advisory-row .advisory-info-block .advisory-sub-title {
        font-size: 20px
    }

    .advisory-row .advisory-info-block p {
        font-size: 18px
    }

    .cmn-Pagination .page-item {
        font-size: 20px
    }

    .jointeam-row .jointeam-col-block.jointeam-form h4 {
        font-size: 35px
    }

    .jointeam-row .jointeam-col-block.jointeam-form .btn {
        max-width: 200px
    }

    .jointeam-row .jointeam-col-block.jointeam-info .header-title-wrapper h2 {
        font-size: 50px
    }

    .jointeam-row .jointeam-col-block.jointeam-info p {
        font-size: 17px
    }

    .jointeam-row .jointeam-col-block.jointeam-info .jointeam-rt-item-block h5 {
        font-size: 22px
    }

    .top-about-item-block .top-about-img {
        width: 530px;
        border-radius: 80px
    }

    .top-about-item-block.b-item-left-block .top-about-left-flex {
        padding: 3rem 3rem 3rem 11rem
    }

    .top-about-left-flex {
        border-radius: 80px;
        width: calc(100% - 400px);
        padding: 3rem 11rem 3rem 3rem
    }
}

@media only screen and (max-width: 1199px) {
    .top-about-left-flex {
        border-radius: 40px;
        width: calc(100% - 335px);
        padding: 2rem 5.5rem 2rem 2rem
    }

    .top-about-left-flex .top-about-info h4 {
        font-size: 45px;
        line-height: 45px
    }

    .top-about-left-flex .top-about-info h4 span {
        font-size: 35px
    }

    .top-about-left-flex .top-about-info p {
        font-size: 16px
    }

    .top-about-left-flex .top-about-info .btn-know-details {
        font-size: 16px
    }

    .top-about-item-block .top-about-img {
        width: 400px;
        border-radius: 40px
    }

    .top-about-item-block.b-item-left-block .top-about-left-flex {
        padding: 2rem 2rem 2rem 5.5rem
    }

    .header-title-wrapper h2 {
        font-size: 40px
    }

    .header-title-wrapper p {
        font-size: 16px
    }

    .our-team-promo-head h3 {
        font-size: 30px
    }

    .our-team-promo-head .btn-join-team {
        font-size: 16px;
        margin-top: 15px
    }

    .team-item .team-info-block {
        padding: 20px 30px 25px 25px
    }

    .team-item .team-info-block h4 {
        font-size: 18px
    }

    .team-item .team-info-block p {
        font-size: 16px
    }

    .home-banner-slider .item {
        height: 460px
    }

    .home-banner-slider .item .home-banner-caption {
        width: 560px
    }

    .home-banner-slider .item .home-banner-caption:before {
        width: 700px;
        height: 560px
    }

    .home-banner-slider .item .home-banner-caption .home-banner-title {
        font-size: 70px;
        line-height: 70px
    }

    .home-banner-slider .item .home-banner-caption .home-banner-title span {
        font-size: 40px;
        line-height: 45px
    }

    .home-banner-slider .item .home-banner-caption p {
        font-size: 17px
    }

    .home-banner-slider .item .home-banner-caption .btn-get-started-now {
        font-size: 17px
    }

    .top-contact-item span {
        font-size: 18px
    }

    .top-contact-item p {
        font-size: 16px
    }

    .inner-banner-block {
        height: 260px
    }

    .inner-banner-block .inner-banner-caption h1 {
        font-size: 50px
    }

    .inner-banner-block .inner-banner-caption p {
        font-size: 16px
    }

    .cmn-about-img {
        margin-right: 0
    }

    .cmn-about-img img {
        border-radius: 40px
    }

    .cmn-about-info h2 {
        font-size: 30px;
        line-height: 36px
    }

    .cmn-about-info h3 {
        font-size: 19px;
        line-height: 24px
    }

    .cmn-about-info p {
        font-size: 17px
    }

    .cmn-Pagination .page-item {
        font-size: 17px
    }
}

@media only screen and (max-width: 991px) {
    .custom-owl-theme.owl-theme .owl-nav .owl-prev {
        left: 10px
    }

    .custom-owl-theme.owl-theme .owl-nav .owl-next {
        right: 10px
    }

    .team-item {
        border-radius: 40px
    }

    .team-item .team-img-block {
        border-radius: 40px
    }

    .team-item .team-info-block {
        padding: 20px 20px 30px 20px
    }

    .team-item .team-info-block h4 {
        font-size: 16px
    }

    .team-item .team-info-block p {
        font-size: 15px
    }

    .top-about-left-flex {
        padding: 5.5rem 1.5rem 1.5rem 1.5rem;
        width: 100%;
        position: relative;
        margin-top: -4rem
    }

    .top-about-left-flex .top-about-info h4 {
        font-size: 40px;
        line-height: 40px
    }

    .top-about-left-flex .top-about-info h4 span {
        font-size: 30px
    }

    .top-about-left-flex .top-about-info .btn-know-details {
        font-size: 15px
    }

    .top-about-item-block .top-about-img {
        width: 100%;
        position: relative;
        z-index: 2
    }

    .top-about-item-block.b-item-left-block .top-about-left-flex {
        padding: 5.5rem 1.5rem 1.5rem 1.5rem
    }

    .home-banner-slider .item {
        height: 400px
    }

    .home-banner-slider .item .home-banner-caption {
        width: 100%;
        text-align: center;
        float: none;
        max-width: 480px;
        margin: 0 auto
    }

    .home-banner-slider .item .home-banner-caption:before {
        width: 100%;
        height: 400px;
        left: 50%
    }

    .home-banner-slider .item .home-banner-caption .home-banner-title {
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 1rem
    }

    .home-banner-slider .item .home-banner-caption .home-banner-title span {
        font-size: 25px;
        line-height: 30px
    }

    .home-banner-slider .item .home-banner-caption p {
        font-size: 16px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .home-banner-slider .item .home-banner-caption .btn-get-started-now {
        font-size: 15px;
        margin-top: 1rem
    }

    .padd-top-70 {
        padding-top: 45px
    }

    .padd-bottom-70 {
        padding-bottom: 45px
    }

    .margin-bottom-50 {
        margin-bottom: 30px
    }

    .top-contact-item {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .top-contact-item:nth-child(2) {
        border-right: 0
    }

    .top-contact-item:nth-child(3),
    .top-contact-item:nth-child(4) {
        border-top: 1px solid rgba(67, 80, 119, .25)
    }

    .top-contact-item span {
        font-size: 18px
    }

    .top-contact-item p {
        font-size: 16px
    }

    .contact-form-bx .contact-form-block h5 {
        font-size: 26px
    }

    .inner-banner-block {
        height: 240px
    }

    .inner-banner-block .inner-banner-caption h1 {
        font-size: 40px
    }

    .advisory-row {
        border-radius: 40px
    }

    .advisory-row .advisory-img-block {
        border-radius: 40px;
        width: 280px;
        height: 280px
    }

    .advisory-row .advisory-info-block {
        width: calc(100% - 280px);
        padding: 1.5rem
    }

    .advisory-row .advisory-info-block .advisory-title {
        font-size: 20px
    }

    .advisory-row .advisory-info-block .advisory-sub-title {
        font-size: 17px
    }

    .advisory-row .advisory-info-block p {
        font-size: 16px
    }

    .cmn-Pagination .page-item {
        font-size: 16px
    }

    .jointeam-row {
        flex-direction: column;
        border-radius: 30px
    }

    .jointeam-row .jointeam-col-block {
        width: 100%;
        padding: 2rem !important
    }

    .jointeam-row .jointeam-col-block.jointeam-form h4 {
        font-size: 24px
    }

    .jointeam-row .jointeam-col-block.jointeam-info .header-title-wrapper h2 {
        font-size: 30px
    }

    .jointeam-row .jointeam-col-block.jointeam-info p {
        font-size: 15px
    }

    .jointeam-row .jointeam-col-block.jointeam-info .jointeam-rt-item-block h5 {
        font-size: 17px
    }

    .contacts-form .contact-form-block h5 {
        font-size: 24px;
        margin-bottom: 20px
    }

    .contacts-form .contact-form-block .form-input-field .form-control {
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 15px
    }
}

@media only screen and (max-width: 767px) {
    .home-banner-slider .item {
        height: 260px
    }

    .home-banner-slider .item .home-banner-caption {
        padding-left: 5%;
        padding-right: 5%
    }

    .home-banner-slider .item .home-banner-caption:before {
        height: 260px
    }

    .home-banner-slider .item .home-banner-caption .home-banner-title {
        font-size: 35px;
        line-height: 40px
    }

    .home-banner-slider .item .home-banner-caption .home-banner-title span {
        font-size: 20px;
        line-height: 24px
    }

    .home-banner-slider .item .home-banner-caption p {
        font-size: 15px
    }

    .home-banner-slider .item .home-banner-caption .btn-get-started-now {
        font-size: 14px
    }

    .padd-top-70 {
        padding-top: 35px
    }

    .padd-bottom-70 {
        padding-bottom: 35px
    }

    .margin-bottom-50 {
        margin-bottom: 25px
    }

    .top-about-left-flex>img {
        width: 60px
    }

    .top-about-left-flex .top-about-info {
        width: calc(100% - 65px)
    }

    .top-about-left-flex .top-about-info h4 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: .8rem
    }

    .top-about-left-flex .top-about-info h4 span {
        font-size: 20px
    }

    .top-about-left-flex .top-about-info p {
        margin-top: .8rem
    }

    .top-about-left-flex .top-about-info .btn-know-details {
        font-size: 15px;
        margin-top: 1rem
    }

    .header-title-wrapper {
        padding-bottom: 18px
    }

    .header-title-wrapper:after {
        width: 60px
    }

    .header-title-wrapper h2 {
        font-size: 30px
    }

    .header-title-wrapper p {
        font-size: 15px
    }

    .our-team-promo-head h3 {
        font-size: 22px
    }

    .our-team-promo-head .btn-join-team {
        font-size: 15px;
        min-width: 160px;
        height: 44px
    }

    .form-input-field .form-control {
        height: 44px
    }

    .form-input-field .btn-submit {
        font-size: 16px;
        height: 44px
    }

    .inner-banner-block {
        height: 200px
    }

    .inner-banner-block .inner-banner-caption h1 {
        font-size: 35px
    }

    .inner-banner-block .inner-banner-caption p {
        font-size: 15px
    }

    .cmn-about-info {
        margin-top: 1.5rem
    }

    .cmn-about-info h2 {
        font-size: 24px;
        line-height: 28px
    }

    .cmn-about-info h3 {
        font-size: 18px;
        line-height: 24px
    }

    .cmn-about-info p {
        font-size: 16px
    }

    .advisory-row {
        flex-direction: column !important;
        align-items: center;
        margin-top: 25px
    }

    .advisory-row .advisory-img-block {
        width: 100%
    }

    .advisory-row .advisory-info-block {
        width: 100%
    }

    .advisory-row .advisory-info-block .advisory-title {
        font-size: 18px
    }

    .advisory-row .advisory-info-block .advisory-sub-title {
        font-size: 16px
    }

    .advisory-row .advisory-info-block p {
        font-size: 15px
    }

    .cmn-Pagination {
        margin-top: 25px
    }
}

@media only screen and (max-width: 575px) {
    .top-contact-item {
        border-right: 0;
        border-top: 1px solid rgba(67, 80, 119, .25)
    }

    .top-contact-item:first-child {
        border-top: 0
    }

    .top-contact-item span {
        font-size: 17px
    }

    .contact-bottom-fluid {
        flex-direction: column
    }

    .contact-bottom-fluid .contact-bottom-col {
        width: 100%
    }

    .contact-bottom-fluid .contact-bottom-col.contact-map-bx {
        height: 240px
    }

    .contact-form-bx .contact-form-block {
        padding: 1.5rem
    }

    .contact-form-bx .contact-form-block h5 {
        font-size: 22px
    }

    .jointeam-row .jointeam-col-block {
        padding: 1.5rem !important
    }

    .jointeam-row .jointeam-col-block.jointeam-form h4 {
        font-size: 20px
    }

    .jointeam-row .jointeam-col-block.jointeam-info .header-title-wrapper h2 {
        font-size: 25px
    }
}

@media only screen and (max-width: 479px) {
    .team-banner-slider .owl-item {
        display: block;
        flex: inherit
    }
}


.top-about-item-block .top-about-left-flex>img {
    width: 65px;
    padding: 16px;
    border: 3px solid #46866c;
    border-radius: 12px;
    filter: sepia(1);
    margin-right: 12px;
}