/* ===== Scrollbar CSS ===== */
body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'TT Commons', sans-serif;
    color: #4B5670;

}

html,
body {
    height: 100%;
    position: relative;
}

ul,
ol,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    color: #4B5670;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: #4B5670;
}

a:focus,
input:focus,
button:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

img {
    max-width: 100%;
    display: block;
    height: auto;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #101E41;
    font-family: 'Roc Grotesk';
    margin-bottom: 10px;
}

h1, .h1 {
    font-size: 84px;
    line-height: 90px;
}
h2,
.h2 {
    font-size: 55px;
    line-height: 65px;
}

h3,
.h3 {
    font-size: 45px;
    line-height: 55px;
}

h4,
.h4 {
    font-size: 40px;
    line-height: 50px;
}

h5,
.h5 {
    font-size: 36px;
    line-height: 46px;
}

h6,
.h6 {
    font-size: 22px;
    line-height: 32px;
}


p {
    margin-bottom: 20px;
}


p:last-child {
    margin-bottom: 0 !important;
}

button {
    border: none;
    transition: all 0.4s ease 0s;
    background: transparent
}

.font_secondary {
    font-family: 'Roc Grotesk';
}

.section,
section {
    padding: 70px 0
}


.container {
    max-width: 1200px
}

.container.wide {
    max-width: 1320px;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 14px 28px;
    font-family: 'Roc Grotesk';
    font-weight: 700;
    flex-direction: column;
    border-style: solid;
    border-width: 1px
}

.cta-btn small {
    display: block;
    line-height: normal;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.65);
}

.btn_default {
    background: #ED7422;
    color: #fff;
    border-color: #ED7422
}

.btn_default:hover {
    background: #cb5b10;
    color: #fff;
    border-color: #cb5b10
}

.btn_blue {
    background: #101E41;
    color: #fff;
    border-color: #101E41
}

.btn_blue:hover {
    background: #1E3465;
    color: #fff;
    border-color: #1E3465
}

.btn_blue_light {
    background: #1E3465;
    color: #fff;
    border-color: #1E3465
}

.btn_blue_light:hover {
    background: #101E41;
    color: #fff;
    border-color: #101E41
}

.btn_large {
    font-size: 22px;
    padding: 18px 35px
}

.header-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 30px 0
}

.side-logo {
    max-width: 291px;
}

.mainmenu ul li {
    display: inline-block;
    margin-right: 20px
}

.mainmenu ul li:last-child {
    margin-right: 0
}

.mainmenu ul li a {
    display: block;
    color: rgba(255, 255, 255, 0.69);
    position: relative
}

.mainmenu ul li a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #ED7422;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s;
}

.mainmenu ul li a:hover::after {
    transform-origin: bottom left;
    transform: scaleX(1);
}

.mainmenu ul li a:hover {
    color: #ED7422
}

.call-block .icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ED7422;
    color: #fff;
    margin-right: 15px
}

.call-block span {
    color: rgba(255, 255, 255, 0.51);
    font-size: 12px;
    line-height: 100%;
    margin-bottom: 5px
}

.call-block a {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    position: relative
}

.call-block a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #ED7422;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s;
}

.content-text .call-block a::after {
    background: #101E41;
    height: 2px
}

.call-block a:hover::after {
    transform-origin: bottom left;
    transform: scaleX(1);
}

.call-block a:hover {
    color: #ED7422
}

.header-action {
    margin-left: 40px
}

.text_white,
.text_white > * {
    color: #fff
}

.hero-text p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
}
.hero-text .h1 span {
    background: #ED7422;
    padding: 10px 15px;
	border-radius:5px;
    padding-bottom: 0;
}
.hero_bg_mobile {
    display: none
}

.hero-area {
    padding-top: 210px;
    padding-bottom: 110px;
    background-position: 0 -100px !important;
    position: relative;
    z-index: 1;
    background: #101E41
}

.hero_bg {
    position: absolute;
    top: -75px;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.hero-text .cta-btn {
    margin-top: 20px
}

.c_form {
    padding: 50px;
    border-radius: 7px;
    background: #1E3465
}

.hero-right .c_form {
    background: #fff
}

.c_form label {
	display: none;
}

.c_form .gfield {
    margin-bottom: 30px
}

.c_form select,
.c_form input:not([type="submit"]) {
    width: 100%;
    height: 65px;
    padding: 10px 20px;
    border: none;
    background: rgba(255, 255, 255, 0.01);
    color: #fff
}

.hero-right .c_form select,
.hero-right .c_form input:not([type="submit"]) {
    background: #F7F7F9;
    color: #101E41
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.c_form .ginput_container_select {
    position: relative;
}

.c_form .ginput_container_select:after {
    content: "";
    border: 2px solid #101E41;
    width: 12px;
    height: 12px;
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    border-width: 0 2px 2px 0;
    pointer-events: none;
}

.c_form input::placeholder {
    color: #B9BDC7;
    opacity: 1
}

.custom_select {
    position: relative;
    cursor: pointer
}

.select-hidden {
    display: none;
}

ul.select-options {
    display: none;
}

.select-styled {
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.01);
    color: #B9BDC7;
    width: 100%;
    position: relative;
    height: 65px;
    padding-top: 18px
}

.hero-right .select-styled {
    background: #F7F7F9;
    color: #B9BDC7;
}

.select-styled:after {
    content: "";
    border: 2px solid #114875;
    width: 10px;
    height: 10px;
    position: absolute;
    top: calc(50% - 4px);
    right: 15px;
    z-index: 55;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}


.select-styled.active:after {
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
}

ul.select-options {
    display: none;
    background: #fff !important;
    position: absolute;
    top: 100%;
    z-index: 222;
    left: 0;
    padding: 20px 30px;
    box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.15);
    width: 100%;
}

ul.select-options li {
    color: #4e4e4e;
    cursor: pointer;
    margin-bottom: 5px;
    font-size: 15px;
}

ul.select-options li:hover {
    color: rgba(0, 71, 125, 0.77);
}

ul.select-options li:first-child {
    display: none;
}

.select-styled.iss {
    color: #fff
}

.hero-right .c_form .select-styled:after {
    border-color: #101E41;
}

.hero-right .select-styled.iss {
    color: #101E41;
}

.hero-bottom {
    padding: 20px 0;
    background: #173465
}

.hero-bottom img {
    max-height: 30px;
    margin: 0 15px;
}

.hero-right .c_form button {
    display: flex;
    width: 100%
}

.hero-bottom a {
    display: inline-flex;
}

.hero-bottom a .h6 {
    font-weight: 700
}

.box {
    display: block;
}

.box.style1 {
    margin-top: 50px;
    border: 1px solid #D6DBE4
}

.box.style1 .top {
    padding: 40px
}

.box.style1 .bottom {
    padding: 30px 40px;
    border-top: 1px solid #D6DBE4
}

.box.style1 .title {
    font-size: 25px;
    color: #173465;
    margin-bottom: 10px
}

.box.style1 .count {
    color: #173465;
    font-size: 32px;
    margin-bottom: 8px;
    transition: all 0.4s
}

.box.style1 .left p {
    color: rgba(23, 52, 101, 0.46)
}

.box.style1 .pre-tiral {
    font-size: 18px;
    color: #173465
}

.box.style1:hover {
    border-color: #fff;
    box-shadow: 30px 30px 50px rgba(0, 0, 0, 0.02)
}

.box.style1:hover .count {
    color: #ED7422
}

.section_action {
    margin-top: 50px
}

.divider hr {
    margin: 0;
    border-color: #707070;
    opacity: 0.2
}

.image-text-box {
    position: relative;
    display: block
}

.image-text-box .title {
    margin: 0;
    display: block
}

.image-text-box::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(16, 30, 65, 0.00) 0%, #101E41 100%);
    opacity: 0.6;
}

.image-text-box > .info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 32px;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s
}

.image-text-box .hover {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(16, 30, 65, 0.87);
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s
}

.image-text-box .hover img {
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
}

.image-text-box:hover .hover {
    opacity: 1;
    visibility: visible
}

.image-text-box:hover .info {
    opacity: 0;
    visibility: hidden
}

.section-heading {
    margin-bottom: 50px
}

.bg_blue {
    background: #101E41
}

.text_light,
.text_light > * {
    color: #D6DBE4
}

.text_orange {
    color: #ED7422
}

.box.style2 {
    padding: 40px;
    background: #152245;
    min-height: 420px;
    transition: all 0.4s
}

.box.style2:hover {
    transform: translateY(-12px)
}

.box.style2 p {
    color: #B9BDC7
}

.box.style2 .num {
    font-size: 20px;
    letter-spacing: 4px;
    margin-bottom: 15px
}

.content-text .cta-btn {
    margin-top: 20px
}

.group_img {
    position: relative;
}

.group_img .large_img {
    max-width: 655px;
}
.group_img .small_1 {
    position: absolute;
    width: 180px;
    right: -30px;
    z-index: -1;
    top: -10px;
}
.group_img .small_2 {
    position: absolute;
    width: 180px;
    right: -185px;
    z-index: -1;
    top: 230px;
}

.bg_gradient_gray {
    background: linear-gradient(180deg, #F8F8F8 0%, rgba(248, 248, 248, 0.00) 100%);
}

.content-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 14px
}

.content-list li::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28.374" height="28.374" viewBox="0 0 28.374 28.374"><g id="Group_19583" data-name="Group 19583" transform="translate(-321.701 -561.413)"><circle id="Ellipse_3" data-name="Ellipse 3" cx="14.187" cy="14.187" r="14.187" transform="translate(321.701 561.413)" fill="%23ed7422"/><path id="Path_13" data-name="Path 13" d="M-2576.222,695.02l3.122,3.122,3.983-10.984" transform="translate(2907.908 -117.877)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>') no-repeat scroll center center/cover
}

.counter-box {
    padding: 35px 30px
}

.counter-box .title {
    line-height: 100%;
    margin-bottom: 0px;
    color: #173465
}

.counter-box p {
    color: rgba(16, 30, 65, 0.69);
    letter-spacing: 2px
}

.count_inner .col-sm-6 {
    border-right: 1px solid rgba(23, 52, 101, 0.37);
    border-bottom: 1px solid rgba(23, 52, 101, 0.37);
}

.count_inner .col-sm-6:nth-child(2),
.count_inner .col-sm-6:nth-child(4) {
    border-right: 0
}

.count_inner .col-sm-6:nth-child(3),
.count_inner .col-sm-6:nth-child(4) {
    border-bottom: 0
}

.testimonial-slider .slide {
    padding: 0 15px
}

.testimonial-slider .slick-list {
    margin-left: -150px;
    margin-right: -150px
}

.testimonial-box {
    background: #F8F8F8;
    padding: 30px;
    transition: all 0.4s
}

.testimonial-box .rating {
    margin-bottom: 15px
}

.testimonial-box .rating li {
    display: inline-block;
    margin-right: 2px;
    color: #ED7422;
    font-size: 14px
}

.testimonial-slider .testimonial-box p {
    color: rgba(16, 30, 65, 0.55);
    transition: all 0.4s;
    height: 170px;
    overflow: auto;
}

.testimonial-slider .testimonial-box p::-webkit-scrollbar-track {
	background-color: #eee;
}

.testimonial-slider .testimonial-box p::-webkit-scrollbar {
	width: 3px;
	background-color: #F5F5F5;
}

.testimonial-slider .testimonial-box p::-webkit-scrollbar-thumb {
	background-color: #1e366d;
}

.testimonial-meta {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.testimonial-meta .title {
    font-size: 18px;
    color: #101E41;
    font-family: 'Roc Grotesk';
    transition: all 0.4s
}

.testimonial-meta .year {
    color: #101E41
}

.testimonial-meta span {
    transition: all 0.4s
}

.testimonial-meta .company {
    background: rgba(16, 30, 65, 0.06);
    display: inline-block;
    padding: 8px 15px;
    border-radius: 30px;
    color: #101E41;
    font-size: 14px;
    line-height: normal;
    margin-left: 10px;
}

.testimonial-box:hover {
    background: #101E41
}

.testimonial-box:hover p {
    color: #D6DBE4
}

.testimonial-box:hover .title,
.testimonial-box:hover span {
    color: #D6DBE4
}

.testimonial-box:hover .company {
    background: rgba(214, 219, 228, 0.06)
}

.custom_arrows li {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(16, 30, 65, 0.28);
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.4s
}

.custom_arrows li:first-child {
    margin-left: 0
}

.custom_arrows li:hover {
    background: #101E41;
    color: #fff
}

.testimonial-slider {
    margin-top: 40px
}

.slick-dots {
    position: inherit;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: 30px
}

.slick-dots li {
    width: auto;
    height: auto
}

.slick-dots button {
    width: 15px !important;
    height: 3px !important;
    background: #101E41 !important;
    opacity: 0.19;
    padding: 0 !important;
    border-radius: 10px
}

.slick-dots .slick-active button {
    opacity: 1
}

.slick-dots button::before {
    display: none
}

.slick-slider {
    margin-bottom: 0 !important
}

.box.style3 {
    min-height: 580px;
    padding: 30px
}

.box.style3 .cta-btn {
    margin-top: 15px
}

.box.style3.alt {
    position: relative;
    z-index: 1
}

.box.style3.alt::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #173465;
    opacity: 0.66;
    z-index: -1
}

.btn_border {
    border: 1px solid #ED7422
}

.btn_border:hover {
    background: #ED7422;
    color: #fff
}

.box.style3 .btn_border {
    color: #fff
}

.text_light_white {
    color: #B9BDC7
}

.c_form.style2 {
    padding: 0;
    background: transparent
}

.c_form.style2 select,
.c_form.style2 input:not([type="submit"]) {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    padding: 10px 0
}

.c_form.style2 .gform_fields {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.c_form.style2 .gform_fields .gfield {
    padding: 0 15px;
}

.c_form.style2 .ginput_container_select:after {
    content: "";
    border: 2px solid #fff;
    border-width: 0 2px 2px 0;
    right: 5px;
}

.c_form.style2 textarea {
    background: transparent;
    border: none;
    width: 100%;
    height: 120px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    padding: 10px 0px;
    color: #fff
}

.c_form.style2 textarea::placeholder,
.c_form.style2 input::placeholder {
    color: #DEDEDE
}

.c_form.style2 .select-styled {
    background: transparent;
    padding-left: 0;
    color: #DEDEDE;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.c_form.style2 .select-styled.iss {
    color: #fff
}

.c_form .select-styled:after {
    border-color: #DEDEDE
}

.c_form .note p {
    font-size: 12px;
    color: #B9BDC7;
    line-height: 120%
}

.bg_dark_blue {
    background: #0E1A39
}

.footer-area {
    background: #101E41
}

.footer-top {
    padding: 80px 0;

}

.footer-logo {
    display: inline-block;
    width: 260px;
    margin-bottom: 20px
}

.footer-social a {
    display: inline-block;
    margin-right: 15px
}

.footer-social a:last-child {
    margin-right: 0
}

.footer-social {
    margin-top: 20px
}

.footer-social a {
    color: rgba(255, 255, 255, 0.4);
    font-size: 18px
}

.footer-social a:hover {
    color: #ED7422
}

.footer_title {
    font-size: 24px;
    margin-bottom: 20px
}

.footer_links {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.footer_links a {
    color: #B9BDC7;
    position: relative;
    display: inline-block
}

.footer_links li {
    margin-bottom: 10px;
}

.footer_links li:last-child {
    margin-bottom: 0
}

.footer-bottom a {
    position: relative;
    display: inline-block;
}

.footer-bottom p a {
    margin: 0
}

.footer_links a::after,
.footer-bottom a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s;
}

.footer_links a:hover::after,
.footer-bottom a:hover::after {
    transform-origin: bottom left;
    transform: scaleX(1);
}

.footer_links a:hover,
.footer_contact li a:hover,
.footer-bottom a:hover {
    color: #fff
}

.footer_contact {
    padding-right: 40px
}

.footer_contact li {
    margin-bottom: 20px;
    display: flex;
}

.footer_contact li a {
    color: #B9BDC7;
    font-size: 18px
}

.footer_contact li em {
    color: #ED7422;
    margin-right: 25px;
    font-size: 24px;
    position: relative;
    top: 5px;
    min-width: 25px;
}

.underline {
    text-decoration: underline
}

.footer-bottom {
    padding: 30px 0;
    position: relative;
    z-index: 1;
}

.footer-bottom::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(180deg, #ffffff -7.02%, rgba(255, 255, 255, 0.00) 62.68%);
    opacity: 0.017;
    content: ""
}

.footer-bottom p,
.footer-bottom a {
    font-size: 14px;
    color: #B9BDC7
}

.footer-bottom ul li {
    display: inline-block;
    margin: 0 8px
}

.breadcrumb_navigation .rank-math-breadcrumb {
    position: relative;
    line-height: normal;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
}

.breadcrumb_navigation .rank-math-breadcrumb a {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.66)
}

.breadcrumb_navigation .rank-math-breadcrumb span.separator {
    height: 10px;
    margin: 0 9px -9px;
    font-size: 0px;
    width: 5px;
    top: -9px;
    position: relative;
    display: inline-block;
}

.breadcrumb_navigation .rank-math-breadcrumb span.separator::after {
    position: absolute;
    content: "";
    top: 3px;
    right: 0px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ED7422;
}

.page-banner-area {
    padding-top: 135px;
}

.breadcrumb_navigation {
    padding-bottom: 50px
}

.page-banner-area.alt .banner-text {
    position: relative
}

.page-banner-area.alt .banner-text::after {
    position: absolute;
    content: "";
    right: -10%;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, #ED7422 0%, rgba(237, 116, 34, 0.00) 100%);
    opacity: 0.14;
    top: -200px;
}

.box.style4 {
    padding: 40px;
    margin-top: 50px;
    min-height: 365px
}

.box.style4 .title span {
    font-size: 50px;
    margin-right: 15px
}

.count_box.style2 .title {
    font-size: 68px;
    display: block;
    line-height: 100%;
}

.count_box.style2 p {
    font-weight: 700;
    color: #fff;
    font-size: 18px
}

.count_box.style2 {
    text-align: right
}

.box.style5 {
    padding: 40px;
    background: #152245;
    margin-top: 50px;
    transition: all 0.4s;
    min-height: 385px
}

.box.style5:hover {
    transform: translateY(-12px)
}

.box.style5 .icon {
    margin-bottom: 20px
}

.plain-text p {
    margin-bottom: 30px;
    color: #4B5670
}

.plain-text p a {
    color: #ED7422;
    text-decoration: underline
}

.c_info_box {
    border-radius: 15px;
    background: #F8F8F8;
    padding: 50px;
    margin-top: 30px
}

.c_info_box .icon {
    margin-bottom: 35px
}

.c_info_box .title {
    margin-bottom: 5px;
    font-size: 32px;
    line-height: 100%;
    transition: all 0.4s
}

.c_info_box p {
    font-size: 20px;
    color: #4B5670;
    transition: all 0.4s
}

.c_info {
    margin-top: 20px
}

.c_info_box:hover {
    background: #101E41;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.06)
}

.c_info_box:hover .title,
.c_info_box:hover p {
    color: #fff
}

.post_meta .right ul li {
    display: inline-flex;
    align-items: center;
    margin-left: 15px
}

.post_meta .right ul li:first-child {
    margin-left: 0
}

.post_meta .right ul li a {
    color: #fff;
    display: flex;
    align-items: center
}

.post_meta .right ul li a:hover {
    color: #ED7422
}

.post_meta .right ul li a span {
    font-size: 10px;
    line-height: 100%;
    font-weight: 500;
    margin-left: 10px;
}

.post_meta .right ul li a span span {
    font-size: 20px;
    margin-left: 0;
}

.post_meta .right ul li:last-child a em {
    opacity: 0.5
}

.post_meta a,
.post_meta p {
    color: #fff
}

.post-single {
    padding-bottom: 300px
}

.mt_n_280 {
    margin-top: -280px
}

.post_meta {
    margin-bottom: 30px
}

.post_img {
    margin-bottom: 30px
}

.related_post {
    margin-top: 50px
}

.related_post .image-text-box {
    margin-top: 30px
}

.c_form.style3 {
    padding: 40px;
}

.c_form.style3 select,
.c_form.style3 input:not([type="submit"]) {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    padding: 10px 0;
    height: 60px;
	color: #B9BDC7;
}

.c_form.style3 .ginput_container_select:after {
    content: "";
    border: 2px solid #fff;
    border-width: 0 2px 2px 0;
    right: 5px;
}

.c_form.style3 .gfield {
    margin-bottom: 15px
}

.c_form.style3 textarea {
    background: transparent;
    border: none;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    padding: 10px 0px;
    color: #fff;
}

.c_form.style3 textarea::placeholder {
    color: #B9BDC7
}

.c_form.style3 .select-styled {
    background-color: transparent;
    height: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    color: #B9BDC7;
    padding: 10px 0;
    padding-top: 15px
}

.c_form.style3 button {
    font-size: 16px;
    padding: 14px;
    width: 100%;
}

.c_form_note {
    margin: 30px auto 0;
}

.c_form_note p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    line-height: 110%;
    justify-content: center
}

.c_form_note img {
    margin-right: 10px
}

.overflow-x {
    overflow-x: hidden
}

.image-text-box.alt p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #D6DBE4;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 10px
}

.image-text-box.alt::after {
    opacity: 1
}

.link_text {
    font-size: 16px;
    text-decoration: underline;
    display: inline-block
}

.image-text-box.alt .cta-btn {
    font-size: 15px;
    padding: 10px 20px;
    margin-top: 12px
}

.image-text-box.alt .hover {
    align-items: flex-start;
    justify-content: flex-end
}

.image-text-box.alt:hover {
    transform: translateY(-12px)
}

.paginations {
    margin-top: 60px;
    text-align: center;
}

.paginations ul li {
    display: inline-block;
    margin: 0 3px;
}

.paginations li a,
.paginations li span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(16, 30, 65, 0.16);
    color: #101E41;
}

.paginations li.prev a,
.paginations li.next a {
    color: #101E41;
    font-size: 14px
}

.paginations li a:hover,
.paginations li.active span {
    color: #fff;
    background-color: #101E41;
}

.paginations ul {
    display: flex;
    justify-content: center;
    align-items: center
}

.bg_gray {
    background: rgba(248, 248, 248, 0.75)
}

.call-block.alt .icon {
    background: transparent;
    color: #ED7422;
    width: auto;
    font-size: 26px;
    margin-right: 20px;
}

.call-block.alt a {
    color: #101E41;
    font-size: 30px
}

.call-block.alt span {
    color: #4B5670;
    font-size: 14px
}

.group_btn {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 30px
}

.group_btn .cta-btn {
    margin-top: 0
}

.claim_img {
    position: absolute;
    top: -100px;
    width: 425px;
    left: 50%;
    transform: translateX(-50%);
}

.page-banner-area .count_box.style2 {
    text-align: left;
    margin-top: 30px
}

.c_info.style2 .title {
    font-size: 28px;
    color: #101E41;
    margin-bottom: 20px
}

.c_info.style2 {
    margin-top: 0
}

.c_info.style2 p {
    margin-bottom: 7px;
    color: #4B5670;
    letter-spacing: 1px;
    font-size: 20px
}

.c_info.style2 p a {
    color: #4B5670
}

.radius_0 {
    border-radius: 0
}

.mt_n_540 {
    margin-top: -540px
}

.c_form.mt_n_540 form li {
    margin-bottom: 25px
}

.map-area {
    position: relative;
    margin-top: -230px;
}

.map-area::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}

.contact-area {
    position: relative;
    z-index: 1
}

.map-area img {
    width: 100%
}

.map-area .container {
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    padding-top: 160px
}

.map_box {
    padding: 30px;
    border-radius: 15px;
    background: #101E41;
    display: inline-block;
    margin-top: 30px;
    width: 340px
}

.map_box .title {
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 700
}

.map_box p {
    color: #fff;
    opacity: 0.6
}

.location1 {
    font-size: 30px;
    position: absolute;
    right: 27%;
    top: 53%;
}

.location2 {
    font-size: 30px;
    position: absolute;
    right: 44%;
    top: 70%;
}

.content-text .content-img {
    margin: 30px 0
}

.faqs_accordion {
    margin-top: 30px
}

.faqs_accordion .accordion-item:first-of-type .accordion-button,
.faqs_accordion .accordion-item:first-of-type {
    border-radius: 0px
}

.faqs_accordion .accordion-item {
    margin-top: 30px;
    border: none;
}

.faqs_accordion .accordion-item:first-child {
    margin-top: 0
}

.faqs_accordion .accordion-button {
    border: none;
    background: #FAFAFA;
    color: #101E41;
    padding: 25px 30px;
    box-shadow: none;
    border-radius: 0px;
    padding-right: 30px;
    font-size: 20px;
    font-family: 'TT Commons', sans-serif;
    font-weight: 500
}

.faqs_accordion .accordion-body {
    padding: 40px 30px;
    background-color: #FAFAFA;
    border-radius: 10px;
    margin-top: -10px;
    padding-top: 45px;
    line-height: 30px;
    font-family: 'TT Commons', sans-serif;
    color: #4B5670
}

.faqs_accordion .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0px
}

.faqs_accordion .accordion-button:not(.collapsed) {
    background-color: #101E41;
    color: #fff;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.column_2 {
    column-count: 2
}

.faqs_accordion .content-list {
    margin: 20px 0
}

.banner_c_info .inner {
    padding: 0 15px
}

.banner_c_info .inner a {
    color: #fff;
    font-size: 20px
}

.banner_c_info .inner a:hover {
    color: #ED7422;
}

.banner_c_info .inner em {
    color: #ED7422;
    margin-right: 20px;
    font-size: 24px;
    position: relative;
    top: 5px
}

.banner_c_info .col-6 {
    border-right: 1px solid rgba(112, 112, 112, 0.22)
}

.banner_c_info .col-6:last-child {
    border: none
}

.banner_c_info .col-6:first-child .inner {
    padding-left: 0
}

.banner_c_info {
    margin: 30px 0
}

.box.style6 {
    padding: 45px;
    background: #101E41;
    transition: all 0.4s;
    display: block;
    text-align: center
}

.box.style6 p {
    color: #B9BDC7
}

.box.style6:hover {
    transform: translateY(-10px);
    box-shadow: 30px 30px 50px rgba(0, 0, 0, 0.16)
}

.cta-inner {
    padding: 70px;
}

.cta-inner p {
    color: #B9BDC7
}

.cta-inner .group_btn {
    justify-content: center
}

.cta-inner .call-block.alt a {
    color: #fff;
    font-size: 20px
}

.cta-inner .call-block.alt a:hover {
    color: #ED7422
}

.cta-inner .call-block.alt .icon {
    font-size: 20px
}

.plain-text ol {
    counter-reset: item;
    margin-left: 20px;
    margin-bottom: 30px
}

.plain-text ol li {
    counter-increment: item;
    margin-bottom: 10px;
    font-family: 'Roc Grotesk';
    font-weight: 700;
    color: #4B5670;
    font-size: 16px;
    padding-left: 30px;
    position: relative
}

.plain-text ol li:before {
    margin-right: 10px;
    content: counter(item);
    color: #ED7422;
    width: 1.2em;
    text-align: center;
    display: inline-block;
    font-family: 'Roc Grotesk';
    font-weight: 700;
    position: absolute;
    left: 0
}

.plain-text ul {
    margin-left: 20px;
    margin-bottom: 30px
}

.plain-text ul li {
    margin-bottom: 10px;
    font-family: 'Roc Grotesk';
    font-weight: 700;
    color: #4B5670;
    font-size: 16px;
    padding-left: 30px;
    position: relative;
}

.plain-text li:first-letter {
    text-transform: uppercase;
}

.plain-text ul li:before {
    content: "";
    background: #ED7422;
    position: absolute;
    top: 10px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.banner-text p {
    color: #B9BDC7
}

.banner_review .rating {
    margin-top: -7px
}

.banner_review .rating li {
    display: inline-block;
    font-size: 14px;
    color: #ED7422;
    margin-right: 5px
}

.banner_review img {
    height: 36px;
    margin: 0 10px;
}

.banner_review span {
    font-size: 22px;
    font-family: 'Roc Grotesk';
    margin: 0 5px
}

.banner_review {
    margin-bottom: 30px
}

.box.style6.alt {
    padding: 30px;
    background: #173465;
    border-radius: 10px;
    margin-top: 30px
}

.service-single-banner .c_form .gfield {
    margin-bottom: 20px
}

.content-text.inner-content {
    margin-top: 50px
}

.bg_white {
    background: #fff;
}

.mt_n_70 {
    margin-top: -70px;
    padding-top: 140px;
}

.team-single-banner {
    background-position: 100% 25% !important;
    background-size: 65% !important;
    padding-bottom: 70px;
    padding-top: 120px;
    overflow: hidden
}

.sub_text {
    font-weight: 600;
    font-size: 24px;
}

.team_contact {
    display: flex;
    align-items: center;
}

.team_contact li {
    display: inline-flex;
    align-items: center;
    margin-right: 20px
}

.team_contact li:last-child {
    margin-right: 0
}

.team_contact li em {
    color: #ED7422;
    margin-right: 15px;
    font-size: 20px
}

.team_contact li a {
    color: #fff
}

.award-box {
    color: #fff;
    font-weight: 700;
    font-family: 'Roc Grotesk';
    font-size: 20px;
    margin-top: 30px
}

.team_contact {
    margin: 20px 0
}

.team_banner_img {
    position: relative;
    z-index: 1;
}

.team_banner_img img {
    position: absolute;
    top: -83px;
    min-width: 550px;
    left: -70px;
}

.team-single-banner .breadcrumb_navigation {
    padding-bottom: 100px;
}

.single-aside {
    margin-bottom: 40px
}

.single-aside:last-child {
    margin-bottom: 0
}

.single-aside .h5 {
    font-size: 30px
}

.content-list.list-disc li {
    padding-left: 25px
}

.content-list.list-disc li::before {
    width: 8px;
    height: 8px;
    background: #ED7422;
    top: 12px
}

.single-aside .content-list li a {
    font-size: 20px;
    color: #101E41
}
.single-aside .content-list li a:hover{
	text-decoration:underline !important
}
.inline-list li {
    display: inline-block;
    margin-right: 20px
}

.inline-list li:last-child {
    margin-right: 0
}

.list_blue li::before {
    background: #101E41 !important
}

.team_banner_img .box.style6 {
    background: #ED7422;
    display: inline-block;
    position: absolute;
    right: -95px;
    top: 65px;
    z-index: -1;
}

.team_banner_img .box.style6 p {
    color: #fff
}

.masonry .testimonial-box {
    margin-bottom: 30px
}


.header-toggle {
    display: none;
}

.header-toggle {
    height: 46px;
    width: 46px;
    text-align: center;
    background: #ED7422;
    margin-left: 10px;
}

.header-toggle span {
    height: 2px;
    width: 95%;
    background: #fff;
    display: block;
    margin-top: 5px;
    position: relative;
    transition: all 0.2s ease 0s;
    border-radius: 5px;
    margin-right: auto;
    margin-left: 0;
}

.header-toggle span:nth-child(1) {
    top: 4px;
}

.header-toggle span:nth-child(2) {
    top: 6px;
    width: 65%;
}

.header-toggle span:nth-child(3) {
    top: 8px;
}

#menu-toggle {
    width: 42px;
    height: 42px;
    display: block;
    position: relative;
    background: transparent;
    padding: 4px 8px;
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
}

.num_slider .slick-slide {
    padding: 0 20px;
    padding-top: 12px
}

.num_slider .slick-list {
    margin-left: -20px;
    margin-right: -20px
}

.bg_blue .slick-dots button {
    background: #fff !important
}

.num_slider .slick-dots {
    margin-top: 0
}
.team-single-banner .hero-text p{
	    font-size: 18px;
    line-height: 26px;
}
.team_banner_img img {
    min-width: 625px;
}
.event-box{
    margin-top: 30px;
    background: #f8f7fa;
    height: calc(100% - 30px);
}
.event-box .text{
    padding: 25px;
}
.event-box .cta-btn{
    margin-top: 15px;
    font-size: 16px;
    text-transform: uppercase;
}
.event-box .meta {
    margin-bottom: 10px;
    font-size: 15px;
}
.event-box .meta em{
    margin-right: 5px;
}
.event-box .text .inner-text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.event-box img{
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.video-box{
    position: relative;
    margin-top: 30px;
    z-index: 1;
}
.video-box .play-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    width:80px;
    height:80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ED7422;
    color: #fff;
    transform: translate(-50%,-50%) scale(1);
    z-index: 1;
}
.video-box .play-btn:hover{
    transform: translate(-50%,-50%) scale(1.1);
}
.video-box::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color:#0f1e41 ;
    opacity: 0;
}
.video-area{
    background: #0f1e41;
}
.video-box img{
    height: 490px;
    width:100%;
    object-fit: cover;
    border-radius: 15px;
}
.accordion-body p a{
    text-decoration: underline;
}
.accordion-body p a:hover{
    text-decoration: none;
}
.grom_style5 .c_form{
    margin-top: 50px;
}
.image-text-box.team-box {
    display: block;
    height: 320px;
}
.image-text-box.team-box > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.btn-social{
    display: flex;
    align-items: center;
    gap:15px
}
.btn-social .footer-social{
    margin-top: 20px;
    margin-bottom: 0;
}
.btn-social .footer-social a{
    color: #fff;
    font-size: 22px;
}
.btn-social .footer-social a:hover{
    color: #ED7422;
}
.profile-area .inner {
    padding: 40px;
    background: #F8F8F8;
}
.profile-area .profile-img {
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 50%;
}
.profile-area .profile-img img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.profile-area .head {
    padding-bottom: 20px;
    border-bottom: 1px solid #0f1e4130;
}
.profile-area .head .h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 100%;
}
.profile-area .subheading {
    font-size: 26px;
    line-height: 120%;
    margin-bottom: 0;
}
.profile-area .content{
    margin:20px 0
}
.profile-info .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 110%;
}
.profile-info .content-list.list-disc li {
    margin-bottom: 2px;
}
.profile-logos .item {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    line-height: 110%;
    color: #101E41;
    font-family: 'Roc Grotesk';
    text-transform: capitalize;
    font-weight: 600;
}
.profile-logos .item img {
    mix-blend-mode: multiply;
}
.profile-logos{
    margin-top: 25px;
}
.profile-info {
    padding: 20px;
    background: #101e4106;
	height:100%
}
.profile-left .footer-social{
    text-align: center;
}
.profile-left .footer-social a{
    background: #101E41;
    width:40px;
    height:40px;
    color:#fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.profile-left .footer-social a:hover{
    background: #ED7422
}
.profile-area .inner.dark_bg{
    background: #101E41;
    color: #B9BDC7;
}
.profile-area .inner.dark_bg .subheading{
    color: #ffffffaf;
}
.profile-area .inner.dark_bg .award-img img{
filter:invert(1) grayscale(1)
}
.profile-area .inner.dark_bg .head {
    border-bottom: 1px solid #ededed30;
}
.profile-area .inner.dark_bg .profile-info{
    background: #152245;
}

.profile-area .inner.dark_bg .profile-logos .item img {
    mix-blend-mode: normal;
}
.profile-area .inner.dark_bg .profile-logos .item{
    color: #B9BDC7;
}
.profile-area .inner.dark_bg .profile-left .footer-social a {
    background: #1b2a53;
}
.profile-area .inner.dark_bg .profile-left .footer-social a:hover{
    background: #ED7422
}
.post-box-alt {
    padding-bottom: 30px;
    border-bottom: 2px solid #f5f2f2;
    height: 100%;
}
.post-box-alt .post-date {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 20px;
    display: block;
}
.post-box-alt .title {
    font-size: 32px;
    line-height: 120%;
}
.post-box-alt .cta {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    margin-top: 30px;
}
.post-box-alt .cta >.icon_wrapper {
    padding: 10px;
    background: #0f1e41;
    margin-right: 12px;
    transition: all 0.4s;
}
.post-box-alt .cta > .icon_wrapper>.icon {
    display: block;
    width: 16px;
    height: auto;
}
.post-box-alt .cta > .icon_wrapper>.icon path{
    fill:white
}
.post-box-alt .cta a{
    font-size: 22px;
    color: #101E41;
    text-transform: capitalize;
}
.l-blocks-wrap{
    position: relative;
    z-index: 1;
}
.post-box-alt:hover .cta >.icon_wrapper{
    background: #ED7422;
}
.footer_links{
    display: block;
    column-count: 3;
}
.side-logo {
    max-width: 195px;
}
.team-single-banner{
    padding-top: 135px;
}
/*Step Form*/
.c_form.step-cform {
    padding: 30px;
}
.c_form.step-cform .gf_page_steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}
.c_form.step-cform .gf_step {
    display: flex;
    flex-direction: column;
    text-align: center;
	line-height:normal
}
.c_form.step-cform .gf_step_number {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 5px;
    border: 2px solid #ddd;
    border-radius: 50%;
}
.c_form.step-cform .gf_step_active .gf_step_number, .c_form.step-cform .gf_step_completed .gf_step_number{
    background: #ED7422;
    color: #fff;
    border-color: #ED7422;
    font-weight: 700
}
.c_form.step-cform .gf_step_active, .c_form.step-cform .gf_step_completed {
    color: #ED7422
}
.c_form.step-cform legend {
    font-size: 20px;
    font-weight: 500;
    color: #101E41;
    margin-bottom: 5px;
}
.c_form.step-cform .ginput_container_radio label {
    background: transparent;
    padding: 0;
    display: inline-block !important;
    padding-left: 35px;
    position: relative;
}
.c_form.step-cform .ginput_container_radio label::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #ddd;
    border-radius: 50%;
}
.c_form.step-cform .ginput_container_radio input:checked + label::before{
    border-color: #ED7422;
    background: #ED7422
}
.c_form.step-cform .gfield_radio .gchoice {
    width: auto;
    text-align: center;
    padding: 5px;
}
.step-cform .gform_page_fields .gform_fields{
    display: block !important
}
.step-cform .gfield_radio .gchoice{
    display: inline-block
}
.step-cform .gfield_radio{
    display: block !important
}
.step-cform .ginput_container_radio input:checked + label {
    background: transparent !important;
    color: #101E41 !important;
}
.hero-right .step-cform input[data-submission-type="next"], .hero-right .step-cform input[data-submission-type="submit"] {
    background: #ED7422 !important;
    color: #fff !important;
    border-color: #ED7422 !important;
	    padding: 14px 28px;
    font-family: 'Roc Grotesk';
    font-weight: 700;
	height:55px
}
.hero-right .step-cform input[data-submission-type="submit"]{
	border:none !important
}
.step-cform  .gform-loader{
    width: 100% !important;
}
.step-cform .gform_page_footer.top_label{
	flex-wrap:wrap
}
.step-cform label{
    display: block !important;
    font-size: 18px;
    font-weight: 500;
    color: #101E41;
    margin-bottom: 5px;
}
.step-cform .gform_page_footer input{
		height:55px !important;
		padding: 14px 28px;
    font-family: 'Roc Grotesk';
    font-weight: 700;
	flex:1
}
.c_form.step-cform .gfield {
    margin-bottom: 15px;
}
.c_form.step-cform input{
	height:55px !important
}
.box-form-centered .c_form.step-cform {
    background: #101E41;
    color: #fff;
}
.box-form-centered .c_form.step-cform .title{
    color: #fff
}
.box-form-centered .c_form.step-cform label, .box-form-centered .c_form.step-cform legend{
    color: #fff
}
.box-form-centered .c_form.step-cform {
    background: #101E41;
    color: #fff;
}
.box-form-centered .c_form.step-cform .title{
    color: #fff
}
.box-form-centered .c_form.step-cform label, .box-form-centered .c_form.step-cform legend{
    color: #fff
}
.box-form-centered .c_form.step-cform input, .box-form-centered .c_form.step-cform select, .box-form-centered .c_form.step-cform textarea{
    color: #152245;
    background: #fff
}
.box-form-centered .step-cform .ginput_container_radio input:checked + label{
    color: #fff !important
}
.image-text-box.team-box.v1 {
    height: 500px;
}
.profile-logos {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.profile-logos .item {
    width: 80px;
}
.award-img.d-none.d-sm-block {
    width: 90px;
    margin-left: auto;
}
.team-single-banner .award-box {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    height: 100px;
    display: flex;
    justify-content: center;
}
.single-aside .logo-list {
    display: flex;
    align-items: center;
}
.single-aside .logo-list .logo-list-img {
    width: 25%;
    flex: 0  025%;
    padding: 0 10px;
}
.team-single-banner .award-box img {
    width: auto;
}
.team_banner_img {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 10px;
    width: 100%;
    padding: 20px;
    min-width: 550px;
}
.team_banner_img img {
    transform: translateY(20px);
    min-width: 100%;
    max-width: 100%;
    position: inherit;
    top: auto;
    left: auto;
}

.c_form.style2 input[type="submit"], .c_form.style3 input[type="submit"] {
    background: #ED7422!important;
    color: #fff!important;
    border-color: #ED7422!important;
    padding: 14px 28px;
    font-family: 'Roc Grotesk';
    font-weight: 700;
    height: auto;
    border: none;
}
.c_form.style2 input[type="submit"]:hover, .c_form.style3 input[type="submit"]:hover{
	    background: #cb5b10!important;
    color: #fff;
}
.c_form.style2 .gform-footer {
    text-align: right;
}
.c_form.style3 select option{
	color:#333
}
#gform_page_9_1 .top_label {
    display: flex !important;
	gap:0
}
#gform_page_9_1 .top_label .col-sm-6, #gform_page_9_1 .top_label .col-sm-12{
	padding:0 10px
}
#gform_page_9_1 .gform_page_fields{
	margin-left:-10px;
	margin-right:-10px
}

/*Responsive*/
@media(max-width:1200px) {
    .side-logo {
        max-width: 250px;
    }

    .call-block a {
        font-size: 16px
    }

    .call-block span {
        margin-bottom: 0
    }

    .mainmenu ul li a {
        font-size: 15px
    }

    h1,
    .h1 {
        font-size: 65px;
        line-height: 80px;
    }

    h2,
    .h2 {
        font-size: 45px;
        line-height: 55px;
    }

    h3,
    .h3 {
        font-size: 36px;
        line-height: 42px;
    }

    .counter-box {
        padding: 25px;
    }

    .counter-box p {
        letter-spacing: 1px;
        font-size: 15px;
    }

    .box.style3 {
        min-height: 420px
    }

    .group_img {
        margin-top: -30px;
        top: 60px;
		margin-bottom:0 !important
    }

    .group_img .large_img {
        position: inherit;
        width: 90%;
        top: auto;
    }

    .group_img .small_1 {
        width: 120px;
        right: 0;
        top: -10px;
    }

    .group_img .small_2 {
        width: 90px;
        right: 0;
        top: 150px;
    }

    .group_area {
        background-position: right bottom !important;
        background-size: cover !important;
    }

    .footer-bottom p,
    .footer-bottom a {
        font-size: 12px
    }

    .footer-bottom ul li {
        margin: 0 5px
    }

    footer p {
        font-size: 16px;
        line-height: 24px
    }

    .footer_title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .footer-widget a,
    .footer-widget p,
    .footer_contact li a {
        font-size: 15px;
        line-height: normal;
    }

    .footer-widget p {
        line-height: 22px
    }


    .footer_contact li em {
        margin-right: 20px;
        font-size: 16px;
        top: 4px;
        min-width: 5px;
    }

    .hero-area {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    html,
    body {
        overflow-x: hidden
    }

    .num_slider .slide {
        padding: 0 8px
    }

    .num_slider .slick-list {
        margin-left: -8px;
        margin-right: -8px
    }

    .box.style4 {
        min-height: 440px;
    }

    .count_box.style2 p {
        font-size: 15px
    }

    .box.style5 {
        min-height: 415px;
    }

    .team-single-banner .breadcrumb_navigation {
        padding-bottom: 20px;
    }

    .single-aside .h5 {
        font-size: 24px;
    }

    .team-single-banner {
        background-size: cover !important
    }

    .award-box {
        font-size: 16px;
        margin-top: 20px;
        text-align: center;
        line-height: normal;
    }

    .team_contact {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .team_banner_img img {
        position: absolute;
        top: 10px;
        min-width: 480px;
        left: -87px;
    }

    .team_banner_img .box.style6 {
        right: 0;
        top: 120px;
        z-index: -1;
    }

    .testimonial-meta {
        display: block
    }

    .claim_img {
        top: -121px
    }

}

@media(max-width:991px) {

    .header-area {
        padding: 12px 0
    }

    nav#menu {
        position: absolute;
        top: 99%;
        left: 0;
        width: 100%;
        display: block;
        z-index: 999;
        min-height: calc(100vh - 71px);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s all;
    }

    nav#menu.active {
        opacity: 1;
        visibility: visible;
        transition: 0.3s all;
    }

    .mainmenu ul {
        text-align: left;
    }

    nav#menu,
    nav#menu > ul ul {
        overflow: hidden;
        max-height: 0;
        background: #101E41;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    nav#menu,
    nav#menu > ul ul {
        overflow: auto;
        padding: 50px 20px;
    }

    nav#menu > ul > li {
        display: block !important;
        margin: 0 !important;
        padding: 0
    }

    nav#menu ul ul,
    nav#menu ul ul ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        padding: 0
    }

    nav#menu ul ul.sub-menu.active {
        visibility: visible;
        opacity: 1;
        max-height: 55em;
    }

    nav#menu > ul > li > a {
        display: block;
        position: relative;
        padding: 15px 0px;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        font-size: 18px;
    }

    nav#menu > ul > li:last-child > a {
        border: none
    }

    .mainmenu ul li > ul {
        border: none
    }

    nav#menu li.has-submenu > a:after {
        border: none;
        content: '+';
        position: absolute;
        top: 10px;
        right: 15px;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
        height: auto;

    }

    .sub-menu::before {
        height: 90% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .sub-menu::after {
        display: none
    }

    nav#menu li.has-submenu > a.active:after {
        content: "-";
        font-size: 20px
    }

    nav#menu ul ul > li a {
        padding: 13px 0px;
        line-height: normal;
        color: #fff;
        font-size: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06)
    }

    ul.sub-menu {
        padding-left: 20px;
    }

    .header-toggle.active span:nth-child(2) {
        opacity: 0
    }

    .header-toggle.active span:nth-child(1) {
        top: 14px;
        transform: rotate(45deg);
    }

    .header-toggle.active span:nth-child(3) {
        top: 0px;
        transform: rotate(-45deg);
    }

    .header-toggle {
        display: block;
    }

    nav#menu > ul ul {
        background: transparent;
        box-shadow: none;
        width: 100%;
        padding-left: 15px
    }

    .side-logo {
        max-width: 220px;
    }

    .footer-logo {
        max-width: 220px;
    }

    h1,
    .h1 {
        font-size: 46px;
        line-height: 56px;
    }

    h2,
    .h2 {
        font-size: 34px;
        line-height: 44px;
    }

    h3,
    .h3 {
        font-size: 30px;
        line-height: 40px;
    }

    h5,
    .h5 {
        font-size: 24px;
        line-height: 34px;
    }

    h4,
    .h4 {
        font-size: 26px;
        line-height: 36px;
    }

    h6,
    .h6 {
        font-size: 16px;
        line-height: 24px;
    }

    section,
    .section {
        padding: 60px 0
    }

    .c_form {
        padding: 30px
    }

    .hero-text p {
        font-size: 16px;
        line-height: 26px;
    }

    .call-block .icon {
        width: 46px;
        height: 46px;
        border-radius: 0;
        margin-right: 0;
    }

    .call-block a {
        font-size: 16px
    }

    .box.style1 .top,
    .box.style1 .bottom {
        padding: 20px;
    }

    .box.style1 .count {
        font-size: 20px
    }

    .section_action {
        margin-top: 30px;
    }

    .cta-btn {
        padding: 14px 20px;
        font-size: 16px;
    }

    .box.style2 {
        padding: 20px;
        min-height: 220px
    }

    .box.style2 .h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .box.style2 .num {
        font-size: 16px
    }

    br {
        display: none
    }

    .hero-area {
        padding-top: 140px;
        padding-bottom: 60px;
        background-position: 0 -80px !important
    }

    .image-text-box .title {
        margin-bottom: 0
    }

    .image-text-box.alt .title {
        font-size: 18px
    }

    .counter-box p {
        letter-spacing: 1px;
        font-size: 14px;
    }

    .counter-box {
        padding: 30px 0;
    }

    .count_inner {
        margin-top: 30px
    }

    .testimonial-slider .slick-slide {
        padding: 0 15px
    }

    .testimonial-slider .slick-list {
        margin-left: 0px;
        margin-right: 0px;
    }

    .section-heading {
        margin-bottom: 20px;
    }

    .box.style3 {
        min-height: inherit;
        padding: 100px 30px;
    }

    .c_form.style2 .cta-btn {
        margin-top: 30px
    }



    .footer-widget {
        margin: 20px 0
    }

    .footer-top {
        padding: 40px 0;
    }

    .box.style4 {
        padding: 30px;
    }

    .box.style5 {
        padding: 30px;
        min-height: inherit
    }

    .breadcrumb_navigation {
        padding-bottom: 30px;
    }


    .count_box.style2 .title {
        font-size: 36px;
        text-align: center;
    }

    .count_box.style2 p {
        font-size: 12px;
        line-height: normal;
        text-align: center
    }

    .box.style4 {
        min-height: 330px;
    }

    .box.style5 {
        padding: 30px;
        min-height: 310px;
    }

    .c_info_box .icon {
        width: 30px;
        margin: 0 auto 20px;
    }

    .c_info_box .title {
        font-size: 20px
    }

    .c_form.style3 button {
        font-size: 14px;
        line-height: normal;
    }

    .post_meta .right ul li a span {
        display: block
    }

    .claim_img {
        position: inherit;
        top: auto;
        width: 100%;
        left: auto;
        transform: translateX(0%);
    }

    .call-block.alt a {
        font-size: 20px
    }

    .group_btn.call {
        flex-direction: column-reverse;
        align-items: flex-start
    }

    .c_info.style2 .title {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .c_info.style2 {
        margin-bottom: 30px
    }

    .c_info.style2 p {
        margin-bottom: 0px;
        font-size: 17px;
    }

    .map-area {
        position: relative;
        margin-top: -50px;
        height: 350px;
    }

    .map-area > img {
        height: 100%;
        object-fit: cover
    }

    .map-area::before {
        height: 30%;
    }

    .map-area .container {
        padding-top: 0
    }

    .map_box {
        padding: 20px;
        margin-top: 20px;
        width: 250px;
    }

    .faqs_accordion .accordion-button {
        font-size: 18px;
        line-height: normal;
    }

    .box.style6,
    .box.style6.alt {
        padding: 20px
    }

    .box.style6 .h2,
    .box.style6.alt .h2 {
        font-size: 26px
    }

    .box.style6 p,
    .box.style6.alt p {
        line-height: 22px
    }

    .banner_c_info .inner em {
        margin-right: 10px;
        font-size: 18px;
    }

    .banner_c_info .inner a {
        font-size: 14px;
        line-height: 20px;
    }

    .banner_c_info .inner {
        padding: 0 5px;
    }

    .banner_review .rating li {
        font-size: 10px;
        margin-right: 0px;
    }

    .banner_review span {
        font-size: 16px;
        margin: 0 5px;
    }

    .banner_review img {
        height: 22px;
    }

    .mt_n_70 {
        padding-top: 120px;
    }

    .sub_text {
        font-size: 16px;
    }

    .team_banner_img img {
        position: absolute;
        top: 10px;
        min-width: 441px;
        left: -87px;
    }

    .team_banner_img .box.style6 {
        right: 0;
        top: -100px;
        z-index: -1;
    }

    .c_form.style3 {
        position: inherit
    }

    .hero_bg {
        top: -80px
    }



}

@media(max-width:767px) {
    .c_form li {
        margin-bottom: 20px;
    }

    .image-text-box > .info {
        padding: 15px
    }

    .testimonial-meta {
        display: block
    }


    .box.style2 {
        padding: 20px;
        min-height: 280px
    }

    .footer_links {
        padding: 10px 0
    }

    .footer_acc.acc > div {
        display: flex
    }

    .footer_acc.acc > ul {
        display: block;
    }

    .footer_title {
        position: relative;
        border-bottom: 1px solid rgba(112, 112, 112, 0.12);
        padding: 10px;
        font-size: 16px;
    }

    .footer-widget .footer_title {
        margin-bottom: 0px;
    }

    .footer_title:before {
        content: "";
        border: 1px solid #fff;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%) rotate(135deg);
        border-width: 2px 2px 0 0;
    }

    .footer_title:after {
        opacity: 0;
        transition: all 0.4s;
        left: 10px
    }

    .footer_acc.acc .footer_title:after {
        opacity: 1
    }

    .footer_acc.acc .footer_title {
        border-color: transparent
    }

    .footer_acc.acc .footer_title:before {
        transform: rotate(-45deg);
    }

    .footer_acc > div,
    .footer_acc > ul {
        display: none;
        padding: 10px;
    }

    .footer-top {
        padding: 40px 0
    }

    .footer-logo {
        margin: 0 auto 20px;
        display: block
    }

    .footer-social {
        text-align: center;
        margin-bottom: 30px
    }

    .footer-widget {
        margin: 0
    }

    .footer_links a {
        margin-bottom: 15px;
    }

    .footer-bottom a {
        margin: 0 3px;
    }

    .page-banner-area {
        padding-top: 90px;
    }

    .breadcrumb_navigation {
        padding-bottom: 20px;
    }

    .page-banner-area {
        padding-bottom: 40px
    }



    .box.style5 {
        min-height: 330px;
    }


    .count_box.style2 {
        margin-top: 30px
    }

    .c_info_box .icon {
        width: 30px;
        margin: 0 auto 20px;
    }

    .post-single {
        padding-bottom: 250px
    }

    .mt_n_280 {
        margin-top: -230px;
    }

    .post_meta .right ul li {
        margin-left: 10px
    }

    .post_meta .right ul li a {
        font-size: 14px
    }

    .post_meta .right ul li a span {
        display: block
    }

    .image-text-box.alt p {
        text-align: left
    }

    .paginations {
        margin-top: 30px;
    }

    .image-text-box.alt {
        margin-bottom: 30px;
        text-align: left
    }

    .c_form.style3 {
        padding: 20px
    }


    .cta-inner {
        padding: 30px
    }

    .page-banner-area.alt .banner-text::after {
        display: none
    }



    .team_banner_img img {
        position: static;
        min-width: 100%;
        top: auto;
        left: auto
    }

    .team_banner_img {
        top: 60px;
        margin-top: -30px;
        width: 70%;
    }

    .team_banner_img .box.style6 {
        right: -50px;
        top: 100px;
    }

    .hero_bg_mobile {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: 0 -80px !important;
        display: block;
        z-index: -1;
    }

    .hero_bg {
        display: none
    }
	.gform_page_footer.top_label {
    gap: 10px;
}
	.team_banner_img {
    top: auto;
    margin-top: 30px;
    width: 100%;
    margin-left: 0;
    min-width: 100%;
}
	.team_banner_img img{
		position:inherit;
		top:auto;
		bottom:auto;
		left:auto;
		min-width:100%;
		max-width:100%
	}



}

@media(max-width:575px) {
	#gform_page_9_1 .top_label {
    display: block !important;
	gap:0
}
#gform_page_9_1 .top_label .col-sm-6, #gform_page_9_1 .top_label .col-sm-12{
	padding:0 
}
#gform_page_9_1 .gform_page_fields{
	margin-left:0px;
	margin-right:0px
}
    .hero_bg_mobile {
        background-position: 0 -150px !important;
    }

    .count_box.style2 p {
        font-size: 12px;
        text-align: center;
        margin-top: 10px;
        line-height: normal
    }


    .hero-right {
        margin-top: 30px
    }

    .hero-bottom img {
        margin: 0 15px;
        margin: 10px auto;
    }

    .box.style1 {
        margin-top: 30px
    }

    .image-text-box {
        display: block
    }

    .group_area {
        background-position: right bottom !important;
        background-size: 100% !important;
    }

    .image-text-box .hover img {
        margin-bottom: 10px;
        width: 40px;
        height: 40px;
    }

    .image-text-box .hover {
        text-align: center
    }

    .box.style2 {
        min-height: inherit;
        margin-top: 30px;
    }

    br {
        display: none
    }


    .testimonial-slider {
        margin-top: 20px;
    }

    .c_form.style2 {
        margin-top: 30px
    }

    .content-img {
        margin-bottom: 30px
    }

    .box.style4 {
        margin-top: 30px;
        min-height: inherit;
    }

    .c_form.style3 {
        margin-top: 30px
    }

    .related_post .image-text-box {
        margin-top: 0px;
    }

    .claim_img {
        transform: translateY(30px)
    }

    .map-area {
        height: 600px;
    }

    .map_box {
        width: 100%
    }

    .column_2 {
        column-count: 1;
    }

    .banner-img {
        margin-bottom: 30px
    }



    .team-single-banner {
        padding-top: 90px !important
    }

    .single-aside {
        margin-bottom: 0;
        margin-top: 30px
    }

    .team_contact {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .team_banner_img .box.style6 {
        right: -40%;
        top: 0px;
    }

    .plain-text ol {
        margin-left: 0
    }


}


#gform_wrapper_3 .gform_footer {
    margin-top: -55px;
}

#gform_wrapper_3 .note {
    max-width: 225px;
}

@media (max-width: 1000px) {
	
#gform_wrapper_3 .gform_footer {
    margin-top: 0px;
}

#gform_wrapper_3 .note {
    max-width: 100%;
}

#gform_wrapper_3 #field_3_8 {
    width: 100%;
}
	
}

.gform_validation_errors  {
    display: none;
}

.instruction.validation_message {
    display: none;
}

.gfield_validation_message {
    color: #c00a0a;
    font-size: 15px;
    display: block;
    padding-top: 5px;
    margin-bottom: -5px;
}

.service-single-banner .c_form .gform_fields {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.service-single-banner .c_form .gform_fields .gfield {
    padding: 0 15px;
}

.service-single-banner .c_form #gform_3 {
    padding-bottom: 70px;
    position: relative;
}

.service-single-banner #field_3_8 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
}

.service-single-banner #field_3_8 .note {
    max-width: inherit;
}

.service-single-banner #gform_wrapper_3 .gform_footer {
    margin-top: 0px;
}

body.error404 .header-area {
	background: #101E41;
}

.error-page {
    padding: 220px 0 120px
}

.error-page h1 {
    font-size: 70px;
    line-height: 80px;
}

.error-page p {
    margin: 0 0 30px;
}

@media (max-width: 768px) {
	
.error-page h1 {
    font-size: 45px;
    line-height: 55px;
}
	
}

@media (max-width: 991px) {
	
	body.menu-act {
		overflow: hidden;
	}
	
}

body .cmplz-view-preferences,
body.page-id-978 .page-banner-area h1 {
    display: none;
}

.mainmenu ul li {
    position: relative;
}

.mainmenu ul li > ul {
    width: 250px;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 15px;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: all .4s;
    transition: all .4s;
    border-top: 4px solid #ed7422;
    text-align: left;
    box-shadow: 0 19px 51px rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.mainmenu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
}

.mainmenu ul li > ul > li {
    display: block;
    padding: 0;
    margin: 0;
}

.mainmenu ul li > ul > li a {
    padding: 5px 7px;
    display: block;
    color: #000;
}
.mainmenu ul li > ul > li a:after {
    display: none;
}

li.has-submenu a:after {
	display: none !important;
}

#menu-main-menu > li {
	padding: 10px 0;
}

ul li.has-submenu > a {
    padding-right: 12px;
    position: relative;
}

ul li.has-submenu > a:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 3px 3px 0;
    border-color: #dadadd transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: 50%;
    right: 0px;
}

a[href*="#soon"] {
	pointer-events: none;
}

@media (max-width: 991px) {

nav#menu ul ul.sub-menu {
	border: none;
}

}

body {
	overflow-x: hidden;
}

.header-area {
    transition: 0.4s all;
    top: 0;
}

.header-area.header-sticky {
    position: fixed;
    background: #0f1e41;
    padding: 15px 0
}

.page-id-563 .l-blocks-wrap,
.page-id-710 .l-blocks-wrap {
    padding: 60px 0 40px;
}

.page-id-563 .l-blocks-wrap .content-area:nth-last-of-type(2),
.page-id-710 .l-blocks-wrap .content-area:nth-last-of-type(2) {
    padding: 0;
}

.page-id-563 .l-blocks-wrap > .content-area,
.page-id-710 .l-blocks-wrap > .content-area {
    padding: 0 0 35px;
}

.page-id-563 .l-blocks-wrap > .content-area + .content-area .faqs_accordion,
.page-id-710 .l-blocks-wrap > .content-area + .content-area .faqs_accordion {
    margin-top: 0px;
}

.content-area blockquote {
    background: #f1f4fa;
    padding: 25px;
    margin: -10px 0 20px;
}

table {
    border: 1px solid #ddd;
}

table tr td {
    padding: 10px 15px;
    border: 1px solid #ddd;
}

table tr:first-child td {
    padding: 10px 15px;
    border: 1px solid #0f1e41;
    background: #0f1e41;
    color: #fff;
}

.plain-text .anchor {
    font-size: 25px;
    line-height: 33px;
    margin: -100px 0 10px;
    border-top: 100px solid transparent;
}

.plain-text .anchor em {
    font-style: normal;
    color: #ed7422;
}

.toc {
	border: 1px solid #ddd;
	padding: 20px 20px 7px;
    margin-bottom: 40px;
}

.toc ol {
    margin: 0;
}

.toc > b {
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
    display: block;
    margin-bottom: 20px;
}

.toc > p {
    display: none;
}

body .opt-out-form {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 35px 20px;
}

body .opt-out-form iframe {
    height: 1450px;
    width: 100%
}

body .cmplz-btn.cmplz-manage-consent {
    bottom: 0px !important;
    line-height: 1 !important;
    padding: 0 !important;
    height: 35px !important;
}

.cmplz-btn.cmplz-manage-consent {
    font-size: 0px;
}

.cmplz-btn.cmplz-manage-consent:after {
    content: "Cookies";
    bottom: 0;
    font-size: 17px;
}

.cmplz-btn.cmplz-manage-consent:hover:after {
    content: "Customize";
    bottom: 0;
    font-size: 17px;
}

@media (max-width: 575px) {
.footer-bottom ul li {
    margin: 0 1px;
}
}

.post-content h2,
.post-content h3,
.post-content h4 {
    font-weight: bold;
    line-height: 1.25;
    margin: 0 0 15px;
}

.post-content h2 {
    font-size: 32px;
}

.post-content h3 {
    font-size: 28px;
}

.post-content h4 {
    font-size: 26px;
}

.post-content > ul {
    margin: 5px 0 30px;
}

.post-content > ul li {
    margin: 0 0 7px;
    position: relative;
    padding-left: 20px;
}

.post-content > ul li::before {
    content: "";
    background: #ed7422;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 10px;;
    left: 0;
    border-radius: 50%;
}

.post-content blockquote {
    border-left: 5px solid #ed7422;
}

@media (max-width: 767px) {

.post-content h2 {
    font-size: 32px;
}

.post-content h3 {
    font-size: 28px;
}

.post-content h4 {
    font-size: 24px;
}
	
}

.aside {
    position: sticky;
    top: 20px;
}

@media (min-width: 768px) {

body.single-post .aside {
    top: 130px;
    margin-top: 120px;
}
}

.calculator {
    margin: 30px 0;
}

.calculator h3 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: bold;
}

.calculator form {
    padding: 30px;
    box-shadow: 0 0px 10px rgba(0,0,0,0.1);
}

.calculator form label {
    display: block;
    font-weight: 500;
    font-size: 16px;
}

.calculator form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.calculator form button {
    width: 100%;
}

body.single-post .post-content .col-lg-10 {
    width: 100%;
	padding: 0;
}

body.single-post .post-content .content-area {
	padding: 50px 0 0;
}

.post-content > ul.multi-list {
    column-count: 4;
    column-gap: 10px;
}

@media(max-width: 585px) {

.post-content > ul.multi-list {
    column-count: 2;
}
    
}

.related_post .image-text-box > img,
.blog-listing .image-text-box img {
    height: 420px;
    object-fit: cover;
}

@media (min-width: 992px) {

	.related_post h3 {
		font-size: 40px;
	}
	
}

.hero-area.hero-video::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #101E41;
    z-index: -1;
    opacity: 0.7;
}

.hero-area video {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
}
.step-cform .gfield_label, .formLabel {
margin-bottom:15px
	
}
.gfield--type-radio label{
display:block	
}
.step-cform .gform_required_legend{
	display:none
}
.step-cform .gfield_required{
	color:red
}
.step-cform .ginput_container_radio label {
    display: block !important;
    padding: 10px 10px;
    background: #F7F7F9;
    color: #101E41;
    font-family: 'Roc Grotesk';
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 15px;
	cursor:pointer;
	margin:0 !important
}
.step-cform .ginput_container_radio input{
	display:none
}
.step-cform .ginput_container_radio input:checked + label{
	background:#173465;
	color:#fff
}
.step-cform .gfield_radio {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.step-cform .gfield_radio .gchoice {
    width: 50%;
    text-align: center;
    padding: 5px;
}
.gform_page_footer.top_label {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.ui-datepicker-calendar{
	background:#fff
}
.gfield--type-html{
	margin:0 !important
}
.step-cform textarea {
    width: 100%;
    height: 65px;
    padding: 10px 20px;
    border: none;
    background: rgba(255, 255, 255, 0.01);
    color: #fff;
}
.step-cform textarea{
	height:80px;
	    background: #F7F7F9;
    color: #101E41;
}
.step-cform textarea::placeholder{
	opacity:0.6
}
.ui-datepicker{
	background:#fff
}
.step-cform .gform_page_fields .gform_fields {
	display:flex;
	flex-wrap:wrap;
	gap:0 30px
}
.step-cform .gform_page_fields .col-md-6 {
    flex: 0 0 auto;
    width: calc(50% - 15px);
}
.step-cform .gfield--type-checkbox input{
	display:none
}
.step-cform .gfield--type-checkbox label{
	display:none
}
.step-cform .ginput_container_checkbox label{
	display:block;
	position:relative;
	padding-left:30px
}
.step-cform .ginput_container_checkbox input {
  position: absolute;
  opacity: 0;
}
.step-cform .ginput_container_checkbox label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.step-cform .ginput_container_checkbox label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #dbdbdb;
}

.step-cform .ginput_container_checkbox input:checked + label:before {
  background: #ED7422;
}

.step-cform .ginput_container_checkbox input:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
.group_btn.tyBtn{
	justify-content:center;
	gap:10px
}
.group_btn.tyBtn .cta-btn {
    margin-top: 0;
    flex: 1;
    padding: 14px;
}
.ui-datepicker-prev, .step-cform .ui-datepicker-next{
	display:none
}
.ui-datepicker select{
	border:1px solid #777;
	padding:10px 20px
}

@media(max-width:767px){
	.step-cform .gform_page_fields .gform_fields{
		display:block
	}
	.step-cform .gform_page_fields .col-md-6 {
   width:100%
}
	.step-cform .ginput_container_radio label{
		padding:15px;
		line-height:20px
	}
}
.link_box_list a{
	display:block
}
.column_5{
	column-count:5
}
@media(max-width:991px){
	.column_5{
		column-count:4
	}
}
@media(max-width:767px){
	.column_5{
		column-count:3
	}
	#gform_wrapper_3 .gform_footer {
    margin-top: 0;
}
}
@media(max-width:575px){
	.column_5{
		column-count:2
	}
	
}
@media(max-width:1400px){
	#gform_wrapper_3 .gform_footer {
    margin-top: -55px;
}
	#gform_wrapper_3 .gform_footer .cta-btn{
		font-size:14px; 
		padding:12px 15px
	}
		.team_banner_img img{
		top:70px
	}
	.team_banner_img {
    top: auto;
    margin-top: 30px;
    width: 100%;
    margin-left: 0;
    min-width: 100%;
}
	.team_banner_img img{
		position:inherit;
		top:auto;
		bottom:auto;
		left:auto;
		min-width:100%;
		max-width:100%
	}
	.team-single-banner .award-box {
    height: 70px;
}
	.team-single-banner .award-box img{
		height:auto;
		object-fit:contain
	}
}
@media(max-width:991px){
	#gform_wrapper_3 .gform_footer {
    margin-top: 0;
}
	.box.style6, .box.style6.alt {
    height: 100%;
}
	.page-banner-area .box.style6, .box.style6.alt {
    height:auto;
}
	.num_slider .slick-slide {
    padding: 0 4px;
    padding-top: 12px;
}
	.related_post .image-text-box>img {
    height: 250px;
}
	.team_banner_img {
    top: auto;
    margin-top: 30px;
    width: 100%;
    margin-left: 0;
    min-width: 100%;
}
	.team_banner_img img{
		position:inherit;
		top:auto;
		bottom:auto;
		left:auto;
		min-width:100%;
		max-width:100%
	}
	.team-single-banner .award-box {
    height: 70px;
}
	.team-single-banner .award-box img{
		height:auto;
		object-fit:contain
	}


}
@media(max-width:767px){
.team_banner_img {
    top: auto;
    margin-top: 30px;
    width: 100%;
    margin-left: 0;
    min-width: 100%;
}
	.team_banner_img img{
		position:inherit;
		top:auto;
		bottom:auto;
		left:auto;
		min-width:100%;
		max-width:100%
	}
	.team-single-banner .award-box{
		height:65px
	}
	.team-single-banner .award-box img {
    width: auto;
    height: auto;
    object-fit: contain;
}
}
@media(max-width:575px){
	.team_banner_img {
    top: 60px;
    margin-top: -30px;
    width: 70%;
    margin-left: 0;
}
	.team_banner_img img{
		position:static
	}
	.claim_img {
    transform: translateY(0px);
}
	.team-single-banner .award-box {
    height: 85px;
}
}
.c_info.style2 p a {
    word-break: break-all;
}

.blog-item {
    margin-bottom: 30px;
}

.blog-item-thumb {
    height: 240px;
    margin-bottom: 20px;
    overflow: hidden;
}

.blog-item-thumb img {
    height: 100%;
    width: 100%;
    object-fit:  cover;
}

.blog-item-info {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7; 
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.blog-item-info .title {
    margin-bottom: 10px;
    display: block;
}


@media(max-width:1400px){
    .side-logo {
        max-width: 190px;
    }
    .hero-area.team-single-banner {
        padding-top: 140px;
    }
    .page-banner-area {
        padding-top: 140px;
    }
	#gform_wrapper_3 .gform_footer {
    margin-top: 20px;
    text-align: center;
}
}
@media(max-width:991px){
    .image-text-box.team-box {
        height: 240px;
    }
    .profile-area .profile-img {
        width: 180px;
        height: 180px;
    }
    .profile-area .inner{
        padding: 25px;
    }
    .profile-area .head .h2{
        font-size: 30px;
    }
    .profile-area .subheading {
        font-size: 22px;
    }
    .profile-logos .item{
        display: block;
        text-align: center;
        font-size: 14px;
        margin: 15px 0;
    }
    .profile-logos .item img{
        margin: 0 auto 15px
    }
    .footer_links{
        column-count: 2;
    }
    .side-logo {
        max-width: 145px;
    }
    .hero-area.team-single-banner {
        padding-top: 100px;
    }
    .page-banner-area {
        padding-top: 100px;
    }
	.image-text-box.team-box .title {
    margin-bottom: 0;
    font-size: 26px;
}
	.image-text-box.team-box.v1 {
    height: 360px;
}
	.image-text-box > .info{
		padding:20px
	}
	.profile-logos .item {
    width: 56px;
}
	
}
@media(max-width:767px){
    .image-text-box.team-box {
        height: 200px;
    }
    .btn-social .footer-social a{
        font-size: 18px;
    }
    .profile-area .inner{
        padding: 20px;
    }
    .profile-area .profile-img {
        width: 200px;
        height: 200px;
    }
    .profile-area .head .h2 {
        font-size: 28px;
    }
    .profile-area .subheading {
        font-size: 20px;
    }
    .footer_links a{
        margin-bottom: 0;
    }
	.c_form.step-cform legend, .c_form.step-cform label{
		font-size:16px
	}
	.c_form.step-cform .ginput_container_radio label::before {
    top: -3px;
}
	.image-text-box.team-box.v1, .image-text-box.team-box{
		height:220px
	}
	.image-text-box.team-box .title {
    margin-bottom: 0;
    font-size: 22px;
}
	
    
    
}
@media(max-width:575px){
    .image-text-box.team-box {
        height:300px
    }
    .profile-area .head{
        text-align: center;
    }
    .award-img {
        width: 120px;
        margin: 20px auto 0;
    }
    .footer_links{
        display: block;
        column-count: 2;
    }
	.image-text-box.team-box.v1{
		height:300px
	}
    .profile-info {
    padding: 0;
    background: transparent;
    height: 100%;
    margin-bottom: 20px;
}
	.profile-left .text {
    margin-top: 15px;
}
	.award-img {
    margin: 0 auto;
}
	.profile-logos .item img {
    margin: 0 auto;
}
	.profile-left .footer-social{
		margin-bottom:0
	}
	.profile-logos .item{
		margin:0
	}
	.profile-logos{
		align-items:center
	}
	.team_banner_img {
    top: auto;
    margin-top: auto;
    width: 100%;
    margin-left: 0;
}
	
	
    
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background: #0f1e41;
    padding: 5px;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a{
	display:none
}
.ui-datepicker select {
    flex: 1;
    text-align: center;
}
.ui-datepicker-title {
    display: flex;
}
table thead tr:first-child th {
    padding: 10px 15px;
    border: 1px solid #0f1e41;
    background: #0f1e41;
    color: #fff;
}
table tr:first-child td {
    padding: 10px 15px;
    border: 1px solid #ddd;
    background: transparent;
    color: #fff;
}