body *{
    font-family: 'Source Serif Pro', serif;
}
body{
    background: #fff;
    overflow-x: hidden;
}   

/*home-slider*/


.slide {
     position: relative;
     transition: 1s;
}
 .slide .slide__img {
     width: 100%;
     height: auto;
     overflow: hidden;
}
 @media (min-width: 992px) {
     .slide .slide__img {
         position: relative;
         top: 0%;
         left: 0;
         transform: translateY(0%);
    }
}
 .slide .slide__img img {
     width: 100%;
     height: auto;
     opacity: 1 !important;
     animation-duration: 3s;
     transition: all 1s ease;
}
 .slide .slide__content {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
}
 .slide .slide__content.slide__content__left {
     left: 75px;
     transform: translate(0%, -50%);
}
 .slide .slide__content.slide__content__right {
     right: 15%;
     left: auto;
     transform: translate(5%, -50%);
}
 .slide .slide__content--headings {
     color: #fff;
}
 .slide .slide__content--headings h2 {
     font-size: 4.5rem;
     margin: 10px 0;
}
 .slide .slide__content--headings .animated {
     transition: all 0.5s ease;
}
 .slide .slide__content--headings .top-title {
     font-family: 'Playball', cursive;
     font-size: 2.5rem;
}
 .slide .slide__content--headings .title {
     font-size: 3.5rem;
}
 .slide .slide__content--headings .button-custom {
     text-decoration: none;
     color: #333;
     padding: 1.2rem 2.5rem;
     font-size: 1.5rem;
}
 .slider [data-animation-in] {
     opacity: 0;
     animation-duration: 1.5s;
     transition: opacity 0.5s ease 0.3s;
     transition: 1s;
}
 .slick-dotted .slick-slider {
     margin-bottom: 30px;
}
 .slick-dots {
     position: absolute;
     bottom: 35px;
     list-style: none;
     display: block;
     text-align: center;
     padding: 0;
     margin: 0;
     width: 100%;
}
 .slick-dots li {
     position: relative;
     display: inline-block;
     margin: 0 5px;
     padding: 0;
     cursor: pointer;
}
 .slick-dots li button {
     border: 0;
     display: block;
     outline: none;
     line-height: 0px;
     font-size: 0px;
     color: transparent;
     padding: 5px;
     cursor: pointer;
     transition: all 0.3s ease;
}
 .slick-dots li button:hover, .slick-dots li button:focus {
     outline: none;
}
 .simple-dots .slick-dots li {
     width: 20px;
     height: 20px;
}
 .simple-dots .slick-dots li button {
     border-radius: 50%;
     background-color: white;
     opacity: 0.25;
     width: 20px;
     height: 20px;
}
 .simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
     opacity: 1;
}
 .simple-dots .slick-dots li.slick-active button {
     color: white;
     opacity: 0.75;
}
 .stick-dots .slick-dots li {
     height: 10px;
     width: 10px;
}
 .stick-dots .slick-dots li button {
     position: relative;
     background: rgba(255, 255, 255, 0.25);
     opacity: 1;
     width: 10px;
     height: 10px;
     border-radius: 58px;
     padding: 0;
}
 .stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
     opacity: 1;
}
 .stick-dots .slick-dots li.slick-active button {
     opacity: 1;
     background: #ffffff;
}
 .stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
     opacity: 1;
}
/* /////////// IMAGE ZOOM /////////// */
 @keyframes zoomInImage {
     from {
         transform: scale3d(1, 1, 1);
         transition: 1s;
    }
     to {
         transform: scale3d(1.05, 1.05, 1.05);
         transition: 1s;
    }
}
 .zoomInImage {
     animation-name: zoomInImage;
}
 @keyframes zoomOutImage {
     from {
         transform: scale3d(1.001, 1.001, 1.001);
         transition: 1s;
    }
     to {
         transform: scale3d(1, 1, 1);
         transition: 1s;
    }
}
 .zoomOutImage {
     animation-name: zoomOutImage;
     transition: 1s;
}


.slider, .slide {
         height: 100%;
        
    }

.innerpage-banner.banner__slider {

    width: 100%;
}


}

.slick-slide {
    background: #fff;
}
 
 
.slick-slider{
    background: #fff;
}

header.dark-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    min-height: 75px;
    display: flex;
    align-items: center;
    background: #fff;
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.1));
}

header.dark-header nav.navbar {
    width: 100%;
    box-shadow: none;
    justify-content: space-between;
    padding: 0;
}

header.dark-header nav.navbar .navbar-collapse {
    justify-content: space-between;
}

.container-fluid {
    width: calc(100% - 180px);
    max-width: 1640px;
}

header.dark-header nav.navbar a.navbar-brand {
    padding: 0;
}

header.dark-header ul.navbar-nav {}

header.dark-header ul.navbar-nav li a.nav-link {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
/* identical to box height, or 143% */
    font-feature-settings: 'liga' off;
    color: #121212;
    text-transform: capitalize;
    padding: 0px 10px;
} 
header.dark-header ul.navbar-nav li.active a.nav-link,
header.dark-header ul.navbar-nav li a.nav-link:hover,
header.dark-header ul.navbar-nav li a.nav-link:focus {
    -webkit-background-clip: text;
    background-image: linear-gradient(90deg, #2F338D 0%, #1F81C2 100%);
    -webkit-text-fill-color: transparent;
    color: #2F338D;
}  

header.dark-header.styled-header {
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7) 100%);
    height: 80px;
    transition: all 0.3s ease;*/
}
footer.main-footer {
    background: #000000;
}

footer.main-footer .links-section {
    padding: 44px 0;
}

footer.main-footer .links-section p.title {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
/* identical to box height, or 167% */
    color: #E0E0E0;
    margin-bottom: 12px;
}

ul.footer-links {
    margin: 0;
    padding: 0;
}

ul.footer-links li {
    list-style: none;
    display: block;
    margin-bottom: 13px;
}

ul.footer-links li a {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
/* identical to box height, or 143% */
    font-feature-settings: 'liga' off;
    color: #FFFFFF;
    text-decoration: none;
}

ul.social-icons li {
    list-style: none;
}

ul.social-icons li a {
    border: 1px solid #E5E5E5;
    color: #E0E0E0;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    font-size: 16px;
    transition: all 0.3s ease;
}

ul.social-icons {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

footer.main-footer .copyright-section {
    padding: 30px 0;
    border-top: 1px solid #2D2D2D;
}

footer.main-footer .copyright-section p.text {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #E0E0E0;
    margin: 0;
}

footer.main-footer .copyright-section ul.footer-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

footer.main-footer .copyright-section ul.footer-links li {
    margin: 0;
    margin-left: 16px;
}

footer.main-footer .copyright-section ul.footer-links li a {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #E0E0E0;
}

footer.main-footer .copyright-section .col-md-6 {
    padding: 0;
}

ul.footer-links li:last-child {
    margin-bottom: 0;
}

ul.social-icons li a:hover,ul.social-icons li a:focus {
    transition: all 0.3s ease;
    background: #F1B645;
    color: #000000;
    border: 1px solid #F1B645;
}

a {}

ul.footer-links li a:hover,ul.footer-links li a:focus {
    transition: all 0.3s ease;
    color: #F1B645 !important;
}


header.dark-header.bg-dark {
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
}
header.dark-header.styled-header.bg-dark {
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
}
header.dark-header nav.navbar a.navbar-brand .second-img {
    margin-left: 10px;
    padding-left: 25px;
    text-transform: uppercase;
    color: #333333;
    position: relative;
    display: flex;
    align-items: center;
}

header.dark-header nav.navbar a.navbar-brand .second-img > span {
    display: inline-block;
    font-weight: bold;
    font-size: 17.4974px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

header.dark-header nav.navbar a.navbar-brand .second-img img {
    background: #ffffff;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

header.dark-header nav.navbar a.navbar-brand .second-img:before {content: "";position: absolute;left: 0;top: 25%;height: 50%;width: 1px;background: #ffffff;}

header.dark-header nav.navbar a.navbar-brand {
    display: flex;
    align-items: center;
}
footer.main-footer .footer-logo {}

footer.main-footer .footer-logo .club-logo {
    justify-content: flex-start;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #F8F8F8;
    margin-bottom: 30px;
}

footer.main-footer .footer-logo p.sub {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #E0E0E0;
    margin: 0;
}

footer.main-footer .footer-logo .poweredby {
    overflow: hidden;
    max-width: 150px;
    height: auto;
}

footer.main-footer .footer-logo .poweredby img {
    width: 100%;
}

footer.main-footer .footer-logo .club-logo .img-box {
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-right: 14px;
    background: #fff;
    box-shadow: 0px 1.79119px 22.3899px rgb(0 0 0 / 10%);
    border-radius: 1.79119px;
}

footer.main-footer .footer-logo .club-logo .img-box img {
    width: 100%;
}

header.dark-header ul.navbar-nav.nav-menu-left {
    height: 100px;
    display: flex;
    align-items: stretch;
    margin-left: 10px;
    transition: all 0.3s ease;
}

header.dark-header ul.navbar-nav.nav-menu-left li.nav-item {
    height: 100%;
    display: flex;
    align-items: center;
}

header.dark-header ul.navbar-nav.nav-menu-left li.nav-item a.nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    padding: 0 28px;
    font-weight: 500;
    font-size: 10px;
    line-height: 20px;
/* identical to box height, or 200% */
    font-feature-settings: 'liga' off;
    color: #A7A7A7;
}

header.dark-header ul.navbar-nav.nav-menu-left li.nav-item a.nav-link span.icon-box {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
}

header.dark-header ul.navbar-nav.nav-menu-left li.nav-item a.nav-link span.icon-box img {
    width: auto;
}

header.dark-header.styled-header ul.navbar-nav.nav-menu-left {
    height: 80px;
    transition: all 0.3s ease;
}

header.dark-header ul.navbar-nav.nav-menu-left li.nav-item.active {}

header.dark-header ul.navbar-nav.nav-menu-left li.nav-item.active a.nav-link {
    background: #262526;
    color: #fff;
}
ul.navbar-nav.nav-right.nav-menu-right li.nav-item {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}ul.navbar-nav.nav-right.nav-menu-right {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.navbar-nav.nav-right.nav-menu-right li.nav-item a.nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, #262526, #262526), url(image.png);
    height: 100%;
    margin-left: 12px;
    padding: 0 12px;
}

ul.navbar-nav.nav-right.nav-menu-right li.nav-item a.nav-link img {}

ul.navbar-nav.nav-right.nav-menu-right li.nav-item.profile-box {}

ul.navbar-nav.nav-right.nav-menu-right li.nav-item.profile-box a.nav-link {
    padding: 0;
    width: 50px;
    height: 50px;
    overflow: hidden;
}

ul.navbar-nav.nav-right.nav-menu-right li.nav-item.profile-box a.nav-link img {
    width: 100%;
}
html {
    overflow-x: hidden;
}
header.dark-header nav.navbar .navbar-collapse.regular-menu {
    justify-content: flex-end;
}
.banner-wrapper {
    background: #F8F8F8;
    margin-top: 75px;
    padding: 40px 0 0;
}

.banner-wrapper .content-block {
    text-align: left;
}

.banner-wrapper .row {
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.banner-wrapper .banner-img {}

h2.title {
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    -webkit-background-clip: text;
    background-image: linear-gradient(90deg, #2F338D 0%, #1F81C2 100%);
    -webkit-text-fill-color: transparent;
    color: #2F338D;
    margin-bottom: 24px;
}

h4.sub-text {
    font-weight: 400;
    font-size: 34px;
    line-height: 43px;
    -webkit-background-clip: text;
    background-image: linear-gradient(90deg, #2F338D 0%, #1F81C2 100%);
    -webkit-text-fill-color: transparent;
    color: #2F338D;
    margin-bottom: 24px;
}

.btn.btn-primary {
    margin: 0;
    text-transform: initial;
    background: linear-gradient(90deg, #2F338D 0%, #1F81C2 100%);
/* FigJam/Deep Shadow */
    box-shadow: -15px -15px 30px #FAFBFF, 15px 15px 30px rgba(166, 171, 189, 0.5);
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    line-height: 42px;
    height: 42px;
    padding: 0 20px;
    color: #fff;
    position: relative;
    padding-right: 20px;
    transition: all 0.2s ease;
}

.btn.btn-primary .text {}

.btn.btn-primary .icon {
    margin-left: 0;
    top: -1px;
    opacity: 0;
    position: absolute;
    right: 25px;
    transition: all 0.35s ease;
}

.banner-wrapper .row .col-md-6.col-xs-12.col-12 {
}

.banner-wrapper h2.title {
    margin-bottom: 0;
}

.btn.btn-primary:hover,.btn.btn-primary:focus,.btn.btn-primary:active {
    padding-right: 50px;
    transition: all 0.2s ease;
    color: #fff !important;
    background: linear-gradient(90deg, #2F338D 0%, #1F81C2 100%) !important;
    box-shadow: -15px -15px 30px #fafbff, 15px 15px 30px rgb(166 171 189 / 50%) !important;
}

.btn.btn-primary:hover .icon,.btn.btn-primary:focus .icon,.btn.btn-primary:active .icon {
    opacity: 1;
    position: absolute;
    transition: all 0.35s ease;
    right: 20px;
}
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
    border-radius: 0px;
    background-color: transparent;
}

::-webkit-scrollbar
{
    width: 6px;
    height: 4px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb
{
    border-radius: 100px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.00);
    background-color: #ddd;
}
.h-contentBlock.pad_Top {
    padding-top: 70px;
}

.h-contentBlock .container-fluid {
    padding: 80px 15px;
}

.h-contentBlock .container-fluid .row {
    align-items: center;
}

.h-contentBlock .container-fluid .row .col-md-6:nth-child(1) {
    /* flex: 0 0 45%; */
    /* max-width: 45%; */
}

.h-contentBlock .container-fluid .row .col-md-6:nth-child(2) {
    /* flex: 0 0 55%; */
    /* max-width: 55%; */
}

.h-contentBlock .container-fluid .row .img-block img {
    max-width: 100%;
    width: 85%;
}

.text.bold {
    font-weight: 600;
}

.text {
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 18px;
    color: #121212;
}

ul.cust-list {
    margin: 0;
    padding: 0;
    margin-bottom: 16px;
}

ul.cust-list li {
    list-style: none;
    margin-bottom: 8px;
    position: relative;
    padding-left: 24px;
}

ul.cust-list li span {
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: #121212;
    display: inline-block;
}

.card {
    background: linear-gradient(90deg, #2F338D 0%, #1F81C2 100%);
    border-radius: 8px;
    box-shadow: none;
    padding: 16px;
}

.text.text_white {
    color: #fff;
}

.card .text {
    margin: 0;
}

ul.cust-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: linear-gradient(90deg, #2F338D 0%, #1F81C2 100%);
    border-radius: 12px;
}

.card .text > span {
    text-transform: uppercase;
    font-weight: 600;
}
.content-cards {
    padding: 80px 0;
}

.content-cards .row {
    align-items: stretch;
    justify-content: center;
}

.content-cards .row .card_Box {
    height: 100%;
}

.card_Box {
    text-align: center;
    padding: 24px 20px;
    transition: all 0.2s ease;
    position: relative;
    max-width: 378px;
    border-radius: 12px;
}

.card_Box .box {
    position: absolute;
    right: -20px;
    top: -20px;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: rgba(47, 53, 143, 0.13);
    box-shadow: 0px 110.121px 88.0972px rgba(0, 0, 0, 0.03), 0px 71.375px 51.5939px rgba(0, 0, 0, 0.0227778), 0px 42.4172px 28.0606px rgba(0, 0, 0, 0.0182222), 0px 22.0243px 14.3158px rgba(0, 0, 0, 0.015), 0px 8.97286px 7.17829px rgba(0, 0, 0, 0.0117778), 0px 2.03929px 3.46679px rgba(0, 0, 0, 0.00722222);
    border-radius: 10px;
    transition: all 0.3s ease;
    transform: scale(0);
}

.card_Box .img-box {
    margin-bottom: 16px;
}

.card_Box .card-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #2C394C;
    margin-bottom: 12px;
}

.card_Box .card-text {
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 12px;
}

.card_Box .card-sub {
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: #121212;
    opacity: 0.8;
    /*margin: 0;*/
}

.content-cards .row .col-md-3 {display: flex;align-items: flex-start;justify-content: center;margin-top: 36px;}

.card_Box:hover {
    transition: all 0.2s ease;
    box-shadow: 0px 100px 80px rgb(0 0 0 / 2%), 0px 64.8148px 46.8519px rgb(0 0 0 / 2%), 0px 38.5185px 25.4815px rgb(0 0 0 / 1%), 0px 20px 13px rgb(0 0 0 / 1%), 0px 8.14815px 6.51852px rgb(0 0 0 / 1%), 0px 1.85185px 3.14815px rgb(0 0 0 / 0%);
}

.card_Box:hover .box {
    transition: all 0.3s ease;
    transform: scale(1);
}
.succes-stories {
    padding: 80px 0;
}

.succes-stories .row {
    align-items: center;
}

.succes-stories p.text {
    margin-bottom: 24px;
}

.btn.btn-primary .text {
    color: #fff;
}

.succes-stories .row .img-block img {
    max-width: 100%;
    width: 85%;
}

.succes-stories .row .img-block {
    text-align: right;
}
.support-block {
    background: #F8F8F8;
    padding: 80px 0;
    background-image: url('../images/support-bg.png');
    background-size: cover;
    background-position: top;
    width: 100%;
}

.support-block h2.title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}

.support-block .row {
    justify-content: center;
    text-align: center;
}

.support-block .sub-title {
    font-weight: 400;
    font-size: 26px;
    line-height: 33px;
    margin: 0;
}

.support-block .flex_Card {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 32px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 10.04px 31.47px rgba(0, 0, 0, 0.11);
    border-radius: 10px;
}

.support-block .flex_Card .card-item {
    flex: 1;
    padding: 14px 20px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #DCDCDC;
    min-width: 280px;
}

.support-block .flex_Card .card-item .text {
    font-weight: 600;
    font-size: 26px;
    line-height: 31px;
    margin: 0;
    width: 100%;
}

.support-block .flex_Card .card-item .img-box {
    margin-right: 24px;
}

.support-block .flex_Card .card-item .content {}

.support-block .flex_Card .card-item .content a {
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: #121212;
}

.support-block .flex_Card .card-item .content .text {
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    color: #121212;
}

.support-block .flex_Card .card-item:last-child {
    border-right: none;
}

.support-block .flex_Card .card-item:nth-child(1) {
    flex: 0 0 27%;
    max-width: 27%;
}

footer.main-footer {
    background: #FFFFFF;
    border-top: 1px solid #E6E6E6;
}

footer.main-footer .f-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}

footer.main-footer .f-contact .footer-item {
    display: flex;
    align-items: flex-start;
    margin: 0 20px;
}

footer.main-footer .f-contact .footer-item .img-box {
    margin-right: 16px;
}

footer.main-footer .f-contact .footer-item .text {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    margin: 0;
}
.banner-wrapper.inner-banner {
    background-image: url("../images/about/banner-img.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 220px;
}

.banner-wrapper.inner-banner .row {
    justify-content: flex-start;
}

.banner-wrapper.inner-banner .row h2.title {
    color: #fff !important;
    background-image: none;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    -webkit-text-fill-color: #fff;
    -webkit-background-clip: unset;
}

.banner-wrapper.inner-banner .banner-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000000 29.48%, rgba(217, 217, 217, 0) 96.38%);
    opacity: 0.73;
}

.succes-stories.about-block .cust-list li {
    max-width: 80%;
}

.succes-stories.about-block .row .img-block img {
    max-width: 80%;
}

.h-contentBlock.about-block {
    background: #FAFAFA;
}

.h-contentBlock.about-block .container-fluid .row .img-block img {width: 100%;max-width: 420px;}

.h-contentBlock.about-block .container-fluid .row .col-md-6:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.h-contentBlock.about-block .container-fluid .row .col-md-6 .img-block {
    max-width: 420px;
    text-align: center;
}

.h-contentBlock.about-block .container-fluid .row .col-md-6 .img-block .text-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    margin: 10px 0;
}

.h-contentBlock.about-block .container-fluid .row .col-md-6 .img-block .text {
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    margin: 0;
}

.content-cards.about-block {}

.content-cards.about-block .card_Box {
    max-width: 100%;
    text-align: left;
    box-shadow: 0px 4px 44px rgba(157, 157, 157, 0.14);
    background: #FFFFFF;
    padding: 26px;
}

.content-cards.about-block .col-md-5,.content-cards.about-block .col-md-7 {
    margin-bottom: 30px;
}

.content-cards.about-block .card_Box .card-text {
    margin: 0;
}
.banner-wrapper.inner-banner.succes-stories {
    background-image: url(../images/success-stories/banner-img.png);
}
.succes-stories.stories-block {
    padding: 80px 0 0;
}

.succes-stories.stories-block .row .col-md-6.col-xs-12.col-12:nth-child(1) {
    flex: 0 0 45%;
    max-width: 45%;
    padding-right: 30px;
}

.succes-stories.stories-block .row .col-md-6.col-xs-12.col-12:nth-child(2) {
    flex: 0 0 55%;
    max-width: 55%;
}

.succes-stories.stories-block .row.row-reverse {
    flex-direction: row-reverse;
}

.succes-stories.stories-block .row .img-block {
    text-align: left;
}

.succes-stories.stories-block .row.row-reverse .img-block {
    text-align: right;
}

.succes-stories.stories-block .row .img-block img {
    width: 80%;
}

.succes-stories.stories-block + footer.main-footer {
    margin-top: 80px;
}
.succes-stories.stories-block h2.title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 14px;
    position: relative;
}

.succes-stories.stories-block h2.title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 7px;
    width: 60px;
    background: linear-gradient(90deg, #2F338D 0%, #1F81C2 100%);
}
.banner-wrapper.inner-banner.blog {
    background-image: url(../images/blog/banner-img.png);
}
.blog {
    padding: 80px 0;
}
.content-cards.blog-lists .row {
    justify-content: flex-start;
}

.content-cards.blog-lists .field_pad {
    width: calc(100% / 4);
    max-width: calc(100% / 4);
    /* min-width: 375px; */
    padding: 0 15px 30px;
}

.content-cards.blog-lists .field_pad .card_Block {
    border-radius: 6px;
    /*transition: all 0.2s ease;*/
    transition-property: opacity,transform,box-shadow;
    -webkit-mask-origin: padding-box;
    box-shadow: 0px 0px 0px rgb(157 157 157 / 14%);
    height: 100%;
}

.content-cards.blog-lists .field_pad .card_Block .img-block {
    width: 100%;
    border-radius: 6px 6px 0px 0px;
    overflow: hidden;
}

.content-cards.blog-lists .field_pad .card_Block .img-block img {
    width: 100%;
}

.content-cards.blog-lists .field_pad .card_Block .details {
    padding: 24px 16px;
}

.content-cards.blog-lists .field_pad .card_Block .details .title_text {
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 16px;
    display: inline-block;
    color: #222;
    text-decoration: none;
}

.content-cards.blog-lists .field_pad .card_Block .img-block a {
    display: inline-block;
    width: 100%;
}
.content-cards.blog-lists .field_pad .card_Block .details .text_Flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-cards.blog-lists .field_pad .card_Block .details .text_Flex .sub {
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: #969494;
    margin: 0;
}

.content-cards.blog-lists .field_pad .card_Block .details .text_Flex .link {}

.content-cards.blog-lists .field_pad .card_Block .details .text_Flex .link .icon {
    margin-left: 12px;
}

.content-cards.blog-lists .field_pad .card_Block .details .text_Flex .link .text {
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
}

.content-cards.blog-lists .field_pad .card_Block.blog_loading {
    display: flex;
    align-items: stretch;
    justify-content: center;
    box-shadow: none !important;
}

.content-cards.blog-lists .field_pad .card_Block.blog_loading .details {
    width: 100%;
    background: #F3F3F3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-cards.blog-lists .field_pad .card_Block.blog_loading .details .title_text {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #676767;
    margin: 0;
}

.content-cards.blog-lists .field_pad .card_Block:hover {
    box-shadow: 0px 4px 44px rgb(157 157 157 / 14%);
        /*transition: all 0.2s ease;*/
        transition-property: opacity,transform,box-shadow;
}

.content-cards.blog-lists .row .pagination {
    align-items: center;
    justify-content: center;
    margin: 0;
}

.content-cards.blog-lists .row .pagination li.item {margin: 0 4px;}

.content-cards.blog-lists .row .pagination li.item a {
    min-width: 32px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #DFE3E8;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: #212B36;
    text-decoration: none;
    transition: all 0.2s ease;
}

.content-cards.blog-lists .row .pagination li.item span {}

.content-cards.blog-lists .row .pagination li.item.disabled {}

.content-cards.blog-lists .row .pagination li.item.disabled a {
    background: #C4C4C4;
    opacity: 0.5;
    border-radius: 4px;
    pointer-events: none;
}

.content-cards.blog-lists .row .pagination li.item.item-prev {}

.content-cards.blog-lists .row .pagination li.item.item-prev a {}
.content-cards.blog-lists .row .pagination li.item.item-next {}

.content-cards.blog-lists .row .pagination li.item.item-next a {}

.content-cards.blog-lists .row .pagination li.item.active {}

.content-cards.blog-lists .row .pagination li.item.active a,.content-cards.blog-lists .row .pagination li.item:hover a {
    transition: all 0.2s ease;
    border: 1px solid #838383;
}

.content-cards.blog-lists .row .pagination li.item.disabled:hover a {
    border: 1px solid #DFE3E8;
}
.content-cards.blog-details {}

.content-cards.blog-details p.title_text {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 8px;
}

.content-cards.blog-details p.date {
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #121212;
    opacity: 0.55;
    margin-bottom: 24px;
}

.content-cards.blog-details .img-box {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.content-cards.blog-details .img-box img {
    width: 100%;
}

.content-cards.blog-details  .content {}

.content-cards.blog-details .content p.text {
    text-align: justify;
}

.content-cards.blog-details  .content p.text.bold {
    font-weight: bold;
}

.content-cards.blog-details  p.desc {
    font-style: italic;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    margin: 12px 0 24px;
}
.contact {
    padding: 80px 0;
}

.banner-wrapper.inner-banner.contact {
    background-image: url("../images/contact/banner-img.png");
}
.content-cards.contact {}

.content-cards.contact .row {}

.content-cards.contact .content {
    max-width: 900px;
}

.content-cards.contact .row .col-md-10.col-xs-12.col-12 {
    display: flex;
    justify-content: center;
}

.content-cards.contact .content p.title_text {
    font-weight: 400;
    font-size: 26px;
    line-height: 33px;
    text-align: center;
    margin-bottom: 36px;
}

form.contact-form {
    padding: 0 40px;
}

form.contact-form .fieldset {
    margin-bottom: 24px;
}

form.contact-form .fieldset .control-label {
    color: #111B2B;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 8px;
}

form.contact-form .fieldset .input-group {}

form.contact-form .fieldset .control-label .mandatory {
    color: #67728A;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
}

form.contact-form .fieldset .input-group .form-control {
    background: #FFFFFF;
    border: 1px solid #CFD9E0;
    border-radius: 6px;
    padding: .4375rem;
}

form.contact-form .fieldset .input-group textarea.form-control {
    line-height: 22px;
}
form.contact-form .fieldset.btn-block {
    text-align: center;
    margin-bottom: 0;
}
.banner-block {
   display: inline-block;
    max-width: 100%;
    position: relative;
    bottom: -70px;
}
.banner-block .left-block {
    width: 110px;
    height: 110px;
    display: inline-block;
    position: absolute;
    left: -55px;
    top: -55px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 122.25px 97.8001px rgba(0, 0, 0, 0.03), 0px 79.2362px 57.2765px rgba(0, 0, 0, 0.0227778), 0px 47.089px 31.1512px rgba(0, 0, 0, 0.0182222), 0px 24.45px 15.8925px rgba(0, 0, 0, 0.015), 0px 9.96112px 7.9689px rgba(0, 0, 0, 0.0117778), 0px 2.26389px 3.84862px rgba(0, 0, 0, 0.00722222);
    backdrop-filter: blur(71.0489px);
    border-radius: 11.1014px;
    z-index: 1;
}

.banner-block .right-block {
    width: 100px;
    height: 100px;
    position: absolute;
    right: -50px;
    bottom: 60px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 122.25px 97.8001px rgba(0, 0, 0, 0.03), 0px 79.2362px 57.2765px rgba(0, 0, 0, 0.0227778), 0px 47.089px 31.1512px rgba(0, 0, 0, 0.0182222), 0px 24.45px 15.8925px rgba(0, 0, 0, 0.015), 0px 9.96112px 7.9689px rgba(0, 0, 0, 0.0117778), 0px 2.26389px 3.84862px rgba(0, 0, 0, 0.00722222);
    backdrop-filter: blur(71.0489px);
/* Note: backdrop-filter has minimal browser support */
    border-radius: 11.1014px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-block .right-block img {
    width: 63px;
    position: relative;
    top: 5px;
}

.banner-wrapper .banner-img img {
    width: 100%;
    max-width: 100%;
}

.banner-wrapper .banner-img {
    position: relative;
    z-index: 9;
    border-radius: 18.8724px;
    overflow: hidden;
}

.banner-block .right-block img {}

.external_link {
    position: fixed;
    right: 24px;
    top: calc(50% - 80px);
    z-index: 10;
}
.content-cards.hub-block {
    position: relative;
    background: #F9F9F9;
}

.content-cards.hub-block .staravalor-log {
    position: absolute;
    bottom: -40px;
    right: 0;
}

.content-cards.hub-block .row {
    position: relative;
}
.hub-wrapper {
    width: 1200px;
    height: 759px;
    margin: 0 auto;
    position: relative;
    margin-top: 76px;
}

.hub-wrapper .center_piece {
    position: absolute;
    width: 305px;
    height: 305px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 120px;
    left: calc(50% - 152px);
}

.hub-wrapper .center_piece .hub-bgImage {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../images/hub.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.hub-wrapper .center_piece .hub-bgImage .block_text {
    width: 227px;
    height: 227px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 4.38682px 48.2551px rgba(157, 157, 157, 0.14);
    border-radius: 50%;
}

.hub-wrapper .center_piece .hub-bgImage .block_text .sub {
    font-weight: 600;
    font-size: 30.0654px;
    line-height: 35px;
    margin: 0;
    background: linear-gradient(90deg, #2F338D 0%, #1F81C2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: 'Roboto', sans-serif;
}

.hub-wrapper .center_piece .hub-bgImage .block_text .text {
    font-weight: 700;
    font-size: 65.2979px;
    line-height: 77px;
    margin: 0;
    background: linear-gradient(90deg, #2F338D 0%, #1F81C2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: 'Roboto', sans-serif;
}

.hub-wrapper .hub-item {
    width: 328px;
}

.hub-wrapper .hub-item.hub-strategy {
    position: absolute;
    left: 80px;
    top: 0;
    text-align: right;
}

.hub-wrapper .hub-item.hub-structure {
    position: absolute;
    right: 80px;
    top: 0;
}

.hub-wrapper .hub-item.hub-system {
    position: absolute;
    left: 0;
    top: 300px;
    text-align: right;
}

.hub-wrapper .hub-item.hub-people {
    position: absolute;
    right: 0;
    top: 300px;
    text-align: left;
}

.hub-wrapper .hub-item.hub-process {
    position: absolute;
    left: calc(50% - 164px);
    bottom: 68px;
    text-align: center;
}

.hub-wrapper .hub-item p.title {
    background: linear-gradient(90deg, #2F338D 0%, #1F81C2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}

.hub-wrapper .hub-item p.text {
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 12px;
}
.hub-wrapper .hub-item.hub-strategy .icon_space {
    position: absolute;
    bottom: 45px;
    right: -96px;
    transition: all 0.2s ease;
    transform: translate(0px, 0px);
}

.hub-wrapper .hub-item.hub-structure .icon_space {
    position: absolute;
    bottom: 45px;
    left: -96px;
    transition: all 0.2s ease;
    transform: translate(0px, 0px);
}

.hub-wrapper .hub-item.hub-system .icon_space {
    position: absolute;
    right: -127px;
    bottom: 135px;
    transition: all 0.2s ease;
    transform: translate(0px, 0px);
}

.hub-wrapper .hub-item.hub-people .icon_space {
    position: absolute;
    left: -127px;
    bottom: 147px;
    transition: all 0.2s ease;
    transform: translate(0px, 0px);
}

.hub-wrapper .hub-item.hub-process .icon_space {
    position: absolute;
    top: -92px;
    left: calc(50% - 9px);
    transition: all 0.2s ease;
    transform: translate(0px, 0px);
}
.hub-wrapper .hub-item.hub-strategy:hover .icon_space,.hub-wrapper .hub-item.hub-strategy .icon_space:hover {
    transition: all 0.2s ease;
    transform: translate(-4px, -4px);
}
.hub-wrapper .hub-item.hub-structure:hover .icon_space,.hub-wrapper .hub-item.hub-structure .icon_space:hover {
    transition: all 0.2s ease;
    transform: translate(4px, -4px);
}
.hub-wrapper .hub-item.hub-system:hover .icon_space,.hub-wrapper .hub-item.hub-system .icon_space:hover {
    transition: all 0.2s ease;
    transform: translate(-4px, 4px);
}
.hub-wrapper .hub-item.hub-people:hover .icon_space,.hub-wrapper .hub-item.hub-people .icon_space:hover {
    transition: all 0.2s ease;
    transform: translate(4px, 4px);
}
.hub-wrapper .hub-item.hub-process:hover .icon_space,.hub-wrapper .hub-item.hub-process .icon_space:hover {
    transition: all 0.2s ease;
    transform: translate(0px, 4px);
}
.hub-wrapper .center_piece .hub-bgImage .text_Block {
    background: #fff;
    padding: 18px;
    border-radius: 12px;
    position: absolute;
    bottom: -35px;
    max-width: 260px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #121212;
    filter: drop-shadow(0px 6px 43px rgba(0, 0, 0, 0.11));
    opacity: 0;
    transition: all 0.2s ease;
    z-index: 1;
    display: none;
    text-align: center;
}

.hub-wrapper .center_piece .hub-bgImage .text_Block:before {
    content: "";
    position: absolute;
    border-bottom: 15px solid #ffe;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: -15px;
    left: calc(50% - 10px);
}

.hub-wrapper .center_piece .hub-bgImage .block_text:hover + .text_Block, .hub-wrapper .center_piece .hub-bgImage .text_Block:hover {
    opacity: 1;
    transition: all 0.2s ease;
    display: block;
}



















/*media query*/

@media(min-width: 2100px){
    .content-cards.blog-lists .field_pad {
        width: calc(100% / 5);
        max-width: calc(100% / 5);
    }
}


@media(min-width: 1100px) and (max-width: 1599px){
    .content-cards.blog-lists .field_pad {
        width: calc(100% / 3);
        max-width: calc(100% / 3);
    }
}

@media(min-width: 900px) and (max-width: 1099px){
    .content-cards.blog-lists .field_pad {
        width: calc(100% / 3);
        max-width: calc(100% / 3);
    }
}
@media(max-width: 899px){
    .content-cards.blog-lists .field_pad {
        width: calc(100% / 2);
        max-width: calc(100% / 2);
    }
}
@media(max-width: 599px){
    .content-cards.blog-lists .field_pad {
        width: 100%;
        max-width: 100%;
    }
    .content-cards.blog-lists .field_pad .card_Block.blog_loading{
        min-height: 350px;
    }
}



@media(max-width: 1299px){
    .hub-wrapper {
        transform: scale(0.9) !important;
        transform-origin: left;
    }
}
@media(max-width: 1230px){
    .support-block .flex_Card .card-item:nth-child(1) {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        border-bottom: 1px solid #DCDCDC;
    }
    .support-block .flex_Card .card-item .text br {
        display: none;
    }

    .support-block .flex_Card .card-item .text {
        font-size: 22px;
        line-height: 28px;
    }
}
@media(max-width: 1280px){
    .content-cards .row .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media(max-width: 1199px){
    .hub-wrapper {
        transform: scale(0.8) !important;
        transform-origin: left;
    }
    .content-cards .row .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .container-fluid {
        width: calc(100% - 60px);
    }
}
@media(max-width: 1099px){
    .hub-wrapper {
        transform: scale(0.7) !important;
        transform-origin: 12%;
        margin-top: 46px;
    }
    .container-fluid {
        width: calc(100% - 60px);
    }
    .banner-wrapper .banner-img img {
        width: 88%;
    }

    .banner-wrapper .row .col-md-6.col-xs-12.col-12.text-right {
        text-align: left !important;
    }

    .banner-wrapper .content-block {
        padding-right: 20px;
    }

    h2.title {
        font-size: 44px;
        line-height: 50px;
    }

    h4.sub-text {
        font-size: 30px;
        line-height: 36px;
    }

    .banner-block .right-block {
        right: 0;
    }
    .support-block h2.title {
        font-size: 28px;
        line-height: 34px;
    }

    .support-block .sub-title {
        font-size: 22px;
        line-height: 33px;
    }
    .support-block h2.title {
        font-size: 28px;
        line-height: 34px;
    }

    .support-block .sub-title {
        font-size: 22px;
        line-height: 33px;
    }

    .content-cards .row .col-md-3 {
        margin-top: 24px;
    }

    .card_Box .card-title {
        font-size: 20px;
        line-height: 28px;
    }

    .card_Box .card-text {
        font-size: 16px;
        line-height: 26px;
    }

    .card_Box .card-sub {
        font-size: 16px;
        line-height: 26px;
    }
    .banner-wrapper.inner-banner .row h2.title {
        font-size: 44px;
        line-height: 50px;
    }

    ul.cust-list li span {
        font-size: 16px;
        line-height: 26px;
    }

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

    .h-contentBlock.about-block .container-fluid .row .col-md-6 .img-block .text-title {
        font-size: 40px;
        line-height: 50px;
    }

    .h-contentBlock.about-block .container-fluid .row .col-md-6 .img-block .text {
        font-size: 16px;
        line-height: 26px;
    }
    .succes-stories.stories-block h2.title {
        font-size: 28px;
        line-height: 36px;
    }
    .content-cards.contact .content p.title_text {
        font-size: 22px;
        line-height: 30px;
    }

    form.contact-form .fieldset .control-label {
        font-size: 16px;
        line-height: 26px;
    }
}
@media(max-width: 991px){
    .hub-wrapper{
        display: none;
    }
    .hub_responsive {
        display: block !important;
    }

    .hub_responsive_wrapper .hub_responsive_item .hub-item {
        margin-bottom: 32px;
    }

    .hub_responsive_wrapper .hub_responsive_item .hub-item p.title {
        margin-bottom: 16px;
        font-weight: 700;
        font-size: 32px;
        line-height: 40px;
        -webkit-background-clip: text;
        background-image: linear-gradient(90deg, #2F338D 0%, #1F81C2 100%);
        -webkit-text-fill-color: transparent;
        color: #2F338D;
    }

    .hub_responsive_wrapper .hub_responsive_item .hub-item p.text {
        font-weight: 400;
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 12px;
    }
    .navbar-toggler {
        width: 24px;
        height: 18px;
        position: relative;
        line-height: normal !important;
        padding: 0 !important;
        cursor: pointer;
    }

    .navbar-toggler .navbar-toggler-icon {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        border-radius: 6px;
        background: linear-gradient(90deg, #2F338D 0%, #1F81C2 100%);
        transition: all 0.2s ease;
    }

    .navbar-toggler.collapsed .navbar-toggler-icon:nth-child(1) {
        top: 0;
        transform: rotate(0deg);
    }

    .navbar-toggler.collapsed .navbar-toggler-icon:nth-child(2) {
        top: 7px;
        opacity: 1;
    }

    .navbar-toggler.collapsed .navbar-toggler-icon:nth-child(3) {
        bottom: 0;
        transform: rotate(0deg);
    }

    .navbar-toggler .navbar-toggler-icon:nth-child(1) {
        top: 7px;
        transform: rotate(45deg);
    }

    .navbar-toggler .navbar-toggler-icon:nth-child(2) {
        opacity: 0;
    }

    .navbar-toggler .navbar-toggler-icon:nth-child(3) {
        bottom: 7px;
        transform: rotate(-45deg);
    }

    .navbar-toggler.collapsed .navbar-toggler-icon {
        transition: all 0.2s ease;
    }

    .navbar-collapse {
        position: fixed;
        top: 75px;
        right: -250px;
        width: 250px;
        max-width: 100%;
        height: calc(100vh - 75px);
        background: #fff;
        filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.1));
        transition: all 0.2s ease;
    }

    .navbar-collapse.show {
        transition: all 0.2s ease;
        right: 0;
    }

    .navbar-collapse ul.navbar-nav.nav-right {
        padding: 16px 0;
    }

    .navbar-collapse ul.navbar-nav.nav-right li.nav-item {
        padding: 12px 20px;
        text-align: right;
    }

    .navbar-collapse ul.navbar-nav.nav-right li.nav-item a.nav-link {
        font-size: 18px;
        line-height: 20px;
        padding: 0;
        font-weight: 600;
    }
}


@media(max-width: 899px){
    .succes-stories {
        padding: 0 0 80px;
    }
    .succes-stories.about-block {
        padding: 80px 0;
    }
    .banner-wrapper.inner-banner .content-block {
        text-align: left;
        padding: 0;
    }
    .banner-wrapper.inner-banner  .content-block {
        text-align: left;
    }

    .succes-stories.stories-block .row {
        flex-direction: column;
    }

    .succes-stories.stories-block .row.row-reverse {
        flex-direction: column;
    }

    .succes-stories.stories-block .row {
        text-align: left !important;
    }

    .succes-stories.stories-block .row .img-block {
        text-align: left !important;
    }

    .succes-stories.stories-block .row .col-md-6.col-xs-12.col-12 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-right: 0 !important;
    }
    .banner-wrapper .row .col-md-6.col-xs-12.col-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .banner-wrapper .row {
        flex-direction: column-reverse;
    }

    .banner-block {
        bottom: 0;
        text-align: center;
        margin-bottom: 24px;
    }

    .banner-wrapper .row .col-md-6.col-xs-12.col-12.text-right {
        text-align: center !important;
    }

    .banner-wrapper .banner-img img {
        width: auto;
    }

    .banner-block .right-block {
        right: -50px;
    }

    .banner-wrapper .content-block {
        padding: 0;
        text-align: center;
        margin-top: 24px;
        padding-bottom: 60px;
    }

    .h-contentBlock.pad_Top {
        padding: 0;
    }

    .h-contentBlock .container-fluid .row .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .h-contentBlock .container-fluid .row .img-block img {
        width: auto;
    }

    .h-contentBlock .container-fluid .row .col-md-6 .img-block {
        text-align: center;
        margin-bottom: 32px;
    }

    .h-contentBlock .container-fluid .row .col-md-6 .content-block {
        margin-top: 24px;
    }

    .hub_responsive_wrapper {
        margin-top: 24px;
    }

    .succes-stories .row {
        flex-direction: column-reverse;
    }

    .succes-stories .row .img-block img {
        width: auto;
    }

    .succes-stories .row .img-block {
        text-align: center !important;
        margin-bottom: 32px;
    }

    .succes-stories .row .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    footer.main-footer .f-contact .footer-item .text {
        font-size: 15px;
        line-height: 23px;
    }

    footer.main-footer .f-contact .footer-item {
        align-items: center;
        margin: 0 16px;
    }

    footer.main-footer .f-contact .footer-item .img-box {
        margin-right: 8px;
        position: relative;
        top: -2px;
    }
}

@media(max-width: 767px){
    .container-fluid {
        width: calc(100% - 30px);
    }
    form.contact-form {
        padding: 0;
    }
    footer.main-footer .footer-logo img {
        max-width: 100%;
    }
    .content-cards.about-block .col-md-5, .content-cards.about-block .col-md-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media(max-width: 699px){
    footer.main-footer .f-contact .footer-item {
        flex: 0 0 100%;
        max-width: 100%;
        justify-content: center;
        margin-bottom: 12px;
    }

    footer.main-footer .f-contact {
        flex-wrap: wrap;
    }
}
@media(max-width: 768px){
    .support-block .flex_Card .card-item:nth-child(1) {
        text-align: left;
    }

    .support-block .flex_Card .card-item {
        text-align: left;
        justify-content: flex-start;
        border-right: none;
    }
}
@media(max-width:767px){
 .banner-wrapper .row .col-md-6.col-xs-12.col-12.text-right {
        max-width: 60%;
    }

    .banner-block .right-block {
        width: 80px;
        height: 80px;
        right: -40px;
        bottom: 40px;
    }

    .banner-block .right-block img {
        max-width: 50px;
    }

    .banner-block .left-block {
        width: 90px;
        height: 90px;
        left: -45px;
        top: -45px;
    }
}
@media(max-width: 599px){
    header.dark-header nav.navbar a.navbar-brand img {
        max-width: 350px;
    }
    .content-cards .row .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .banner-wrapper .row .col-md-6.col-xs-12.col-12.text-right {
        max-width: 55%;
    }

    .banner-block .right-block {
        width: 60px;
        height: 60px;
        right: -30px;
        bottom: 20px;
    }

    .banner-block .right-block img {
        max-width: 40px;
    }

    .banner-block .left-block {
        width: 70px;
        height: 70px;
        left: -35px;
        top: -35px;
    }
}
@media(max-width: 460px){
    header.dark-header nav.navbar a.navbar-brand img {
        max-width: 280px;
    }

    header.dark-header nav.navbar a.navbar-brand {
        margin: 0;
    }
}
@media(max-width: 366px){
    header.dark-header nav.navbar a.navbar-brand img {
        max-width: 240px;
    }
}