.main-header-custom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 5;
    width: 100%; 
    background-size: cover!important;
    background-position: center;
    background-color: #eee;
    height: 280px;
    margin-bottom: 50px;
}
.main-header-custom__title {
    font-family: 'Exo2-Bold', sans-serif;
    position: relative;
    color: #fff;
    z-index: 5;
    text-align: center;
    font-size: 28px;
}
.main-header-custom:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 0;
}
#custom-height {
    margin-bottom: 50px;
    font-family: 'Exo2-Regular', sans-serif;
    letter-spacing: 1px;
    line-height: 26px;
    font-size: 20px;
    color: #4F4F4F;
}
#custom-height ul {
    list-style: disc;
    padding-left: 20px;
}
#custom-height ol {
    list-style: decimal;
    padding-left: 20px;
}

/*
***** main-menu
*/
.main-menu {
    position: fixed;
    left: 0;
    width: 100%;
    background-color: #fff;
    height: 100px;
    top: 32px;
    z-index: 100;
    box-shadow: 0 1px 0 rgba(0,0,0,.1);
}
.main-menu-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    background-color: #fff;
}
.main-menu__logo {
    width: 85px;
}
.main-menu__logo img {
    max-width: 100%;
}
.main-menu__menu {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.main-menu__menu li a {
    padding: 40px 40px;
    color: #727FAA;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}
.main-menu__menu li:hover > a {
    color: #29aae3;
}
.main-menu__menu .menu-item.menu-item-has-children:hover:after {
    border-right: 2px solid#29aae3;
    border-bottom: 2px solid #29aae3;
}
.main-menu__mobile {
    align-items: center;
    display: none;
    position: absolute;
    right: 15px;
    cursor: pointer;
}
.main-menu__mobile i {
    font-size: 36px;
}
.main-menu__menu .menu-item {
    position: relative;
}
.main-menu__menu .menu-item.current-menu-item a {
    color: #142971;
}
.main-menu__menu .menu-item.menu-item-has-children:after {
    content: '';
    top: 50%;
    right: 1px;
    margin-top: -4px;
    border-right: 2px solid#4d4d4d;
    border-bottom: 2px solid #4d4d4d;
    height: 7px;
    width: 7px;
    position: absolute;
    pointer-events: none;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.main-menu__menu .sub-menu {
    visibility: hidden;
    z-index: 9999;
    width: 240px;
    border-top: 3px solid #2ea3f2;
    opacity: 0;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    transition: all .3s ease;
    position: absolute;
    padding: 20px 0;
    top: 62px;
}
.main-menu__menu .sub-menu li {
    margin: 0;
    padding: 10px 20px;
}
.main-menu__menu .sub-menu li a {
    padding: 0;
}
.main-menu__menu .sub-menu.show {
    visibility: visible;
    opacity: 1;
}


/*
***** section cooperation
*/
.cooperation {
    padding: 162px 0 0;
    background-image: url(../images/hand-image.png);
    height: 803px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cooperation__title {
    font-family: 'Exo2-Bold', sans-serif;
    color: #1A5169;
    font-size: 36px;
    line-height: 62px;
    text-align: center;
    margin-bottom: 93px;
    text-transform: uppercase;
}
.cooperation__text {
    font-family: 'Exo2-Regular', sans-serif;
    font-size: 18px;
    line-height: 31px;
    text-align: center;
    letter-spacing: 1px;
    color: #4F4F4F;
}


/*
***** footer
*/
.footer {
    background: #333;
    padding-top: 48px;
    width: 100%;
}
.footer__widget {
    margin-bottom: 36px;
}
.footer__logo {
    margin-bottom: 36px;
    width: 85px;
}
.footer__logo img {
    max-width: 100%;
}
.footer__contact {
    position: relative;
    padding-left: 35px;
    line-height: 24px;
    margin-bottom: 24px;
    color: #f0f0f0;
}
.footer__contact a {
    color: #f0f0f0;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.footer__contact a:hover {
    color: #a1a1a1;
}
.footer__contact i {
    position: absolute;
    left: 0;
    font-size: 20px;
}
.footer__heading {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 24px;
    color: #fff;
}
.footer__archive {
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
    font-size: 13px;
}
.footer__archive li {
    text-align: right;
    list-style: none;
    margin: 0;
    position: relative;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.footer__archive li a {
    width: 100%;
    color: #fff;
    position: initial;
    left: 0;
    top: 0;
    text-align: left;
    display: block;
    text-decoration: none;
    padding: 20px 30px 20px 0;
    border-bottom: 1px solid #4d4d4d;
    overflow: hidden;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.footer__archive li a:before {
    position: absolute;
    left: -12px;
    top: 50%;
    background-color: #2c3e50;
    height: 2px;
    width: 12px;
    content: '';
    display: block;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.footer__archive li a:hover {
    padding-left: 30px;
    padding-right: 0;
}
.footer__archive li a:hover:before {
    left: 0;
}
.footer__social-icon {
    text-decoration: none;
    display: inline-block;
    height: 48px;
    width: 48px;
    background-color: #fff;
    position: relative;
    text-align: center;
    color: #222!important;
    font-size: 16px;
    line-height: 48px;
    margin-bottom: 12px;
    margin-right: 12px;
    transition: .2s ease-in-out;
    border-radius: 50%;
}
.footer__social-icon:hover {
    background-color: #2c3e50;
    color: #fff!important;
}
.footer__social-icon:after {
    display: inline-block;
    height: 48px;
    width: 48px;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    border: 1px solid #222;
    transition: .2s ease-in-out;
    border-radius: 50%;
}
.footer__social-icon:hover:after {
    border-color: #2c3e50;
    opacity: 1;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.footer__copy {
    padding-bottom: 24px;
    font-size: 13px;
    padding-top: 24px;
    background: #222;
    color: #fff;
    text-align: right;
}


/*
***** other
*/

.modal .wpcf7-form-control-wrap {
    width: 100%;
}
.modal .wpcf7-form-control-wrap input {
    width: 100%;
    margin-bottom: 15px;
}
.modal .wpcf7-form-control-wrap textarea {
    margin-bottom: 15px;
}
.modal .button {
    width: 100%;
    display: block;
    font-family: 'Exo2-Medium', sans-serif;
    height: 48px;
    margin: 0 auto;
    background: #1A5169;
    border: 2px solid #1A5169;
    box-sizing: border-box;
    border-radius: 12px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 22px;
    line-height: 24px;
    padding-left: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}
.modal-content {
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
}
.modal-header, .modal-body {
    padding: 1rem 2rem;
}

/*
***** category
*/
.category-post-item {
    margin-bottom: 25px;
}
.category-post-item__image {
    position: relative;
}
.category-post-item__image img {
    max-width: 100%;
}
.category-post-item__image-date {
    font-family: 'Exo2-Medium', sans-serif;
    color: #fff;
    position: absolute;
    background-color: #2c3e50;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    left: 0;
    padding: 6px 12px;
    margin: 12px 6px 12px 0;
    top: 0;
}
.category-post-item__info {
    background: #f2f2f2;
    position: relative;
    padding: 12px 18px;
}
.category-post-item__info-title {
    margin-bottom: 12px;
    font-family: 'Exo2-Bold', sans-serif;
}
.category-post-item__info-title a, .category-post-item__info-title span {
    color: #222;
    font-size: 22px;
}


/*
***** Default form
*/
.default-form .form-row {
    justify-content: space-between;
    margin-bottom: 40px;
}
.default-form .form-row input {
    width: 100%;
}
.default-form .form-row .wpcf7-form-control-wrap {
    width: 100%;
}
.default-form .form-row.form-row--input .wpcf7-form-control-wrap {
    width: 48%;
}
.default-form .button {
    font-family: 'Exo2-Medium', sans-serif;
    width: 460px;
    height: 48px;
    background: #1A5169;
    border: 2px solid #1A5169;
    box-sizing: border-box;
    border-radius: 12px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 24px;
    line-height: 24px;
    padding-left: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}


/*
***** Navigation
*/
.navigation {
    justify-content: center;
}

.navigation .page-numbers {
    border: 1px solid #dee2e6;
    padding: .5rem .75rem;
    line-height: 1.25;
}



/*
************************************************************************************************************************ NEW STYLES
*/

@font-face{
    font-family: 'Exo2-Regular';
    src: url('../fonts/Exo2-Regular.otf');
}
@font-face{
    font-family: 'Exo2-Bold';
    src: url('../fonts/Exo2-Bold.otf');
}
@font-face{
    font-family: 'Exo2-Medium';
    src: url('../fonts/Exo2-Medium.otf');
}
body {
    font-family: 'Exo2-Regular', sans-serif;
    font-size: 14px;
}
#page-container {
    padding-top: 133px;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}
.container {
    max-width: 1440px;
}


/*
***** top-line
*/
.top-line {
    width: 100%;
    height: 32px;
    background-color: #142971;
    position: fixed;
    top: 0;
    z-index: 100;
    left: 0;
}


/*
***** header__slider
*/
.header__slider {
    position: relative;
}
.header__slider .row, .header__slider .col {
    position: static;
}
.header__slider-panel {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 32%;
    height: 720px;
    padding-right: 68px;
}
.header__slider-panel:after {
    content: '';
    display: block;
    width: 37%;
    height: 720px;
    position: absolute;
    background-color: rgba(0,0,0,.5);
    left: 0;
    top: 0;
}
.header__slider-item {
    background-image: url("../images/peter-hansen-MeGmdPNe36w-unsplash.jpg");
    height: 720px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.header__slider-panel .title {
    font-family: 'Exo2-Bold', sans-serif;
    color: #FFF8F6;
    font-weight: bold;
    font-size: 48px;
    letter-spacing: 2px;
    line-height: 67px;
    position: relative;
    z-index: 5;
}
.header__slider-panel .description {
    font-family: 'Exo2-Bold', sans-serif;
    color: #FFF8F6;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 2px;
    position: relative;
    z-index: 5;
}
.header__slider-panel .button {
    border: 2px solid #FFF8F6;
    padding: 20px 0;
    width: 100%;
    font-family: 'Exo2-Medium', sans-serif;
    color: #FFF8F6;
    text-decoration: none;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    display: block;
    border-radius: 12px;
    text-align: center;
    background-color: transparent;
    transition: all .3s ease-in;
    position: relative;
    z-index: 5;
}
.header__slider-panel .button:hover {
    color: #F3BE26;
    border: 2px solid #F3BE26;
}
.header__slider .owl-dots {
    position: absolute;
    bottom: 64px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header__slider .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #F3BE26;
    margin: 0 20px;
    outline: none;
}
.header__slider .owl-dots .owl-dot.active {
    border: 5px solid #F3BE26;
    background: #142971;
}


/*
***** section practice
*/
.practice {
    padding: 64px 0 85px 0;
    background-image: url('../images/practice-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.practice__title {
    font-weight: bold;
    font-size: 36px;
    line-height: 62px;
    color: #142971;
    margin-bottom: 50px;
    text-align: center;
}
.practice__items {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.practice__items-item {
    width: 210px;
    height: 210px;
    background: #142971;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin: 0 10px 20px 10px;
    cursor: pointer;
}
.practice__items-img {
    position: absolute;
    top: 0;
    left: 0;
}
.practice__items-img img {
    max-width: 100%;
}
.practice__items-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #FFF8F6;
}
.practice__items-overlay {
    background: rgba(20, 41, 113, .9);
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateY(100%);
    transition: all .3s ease-in-out;
}
.practice__items-overlay p {
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    color: #FFF8F6;
}
.practice__items-item:hover .practice__items-overlay {
    transform: translateY(0);
}


/*
***** section best-help
*/
.best-help {
    background: #FFFFFF;
    height: 720px;
    position: relative;
    z-index: 2;
}
.best-help-wrapper {
    display: flex;
    height: 720px;
}
.best-help__image {
    position: absolute;
    right: 0;
    background-image: url('../images/lady-justice-gb5f50cb9b_1920.jpg');
    height: 720px;
    width: 50%;
    background-repeat: no-repeat;
    background-position: left;
}
.best-help__image img {
    max-width: 100%;
    opacity: 0;
}
.best-help__text {
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: space-around;
    padding: 60px 20px 64px 20px;
}
.best-help__text ul {
    padding-left: 17px;
    list-style: disc;
}
.best-help__text-title {
    font-family: 'Exo2-Medium', sans-serif;
    color: #142971;
    font-size: 36px;
    line-height: 62px;
    margin-bottom: 30px;
}
.best-help__text-description {
    font-family: 'Exo2-Regular', sans-serif;
    color: #010E3A;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.best-help__text-list {
    margin-bottom: 22px;
}
.best-help__text-list .title {
    font-family: 'Exo2-Medium', sans-serif;
    font-weight: 600;
    color: #142971;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 1px;
    margin-bottom: 16px;
}
.best-help__text-list ul {
    padding-left: 17px;
    margin-bottom: 0;
}
.best-help__text-list ul li {
    font-family: 'Exo2-Regular', sans-serif;
    color: #010E3A;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1px;
    margin-bottom: 8px;
    list-style: disc;
}
.best-help__text-text {
    font-family: 'Exo2-Regular', sans-serif;
    color: #010E3A;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 1px;
}


/*
***** our-advantages
*/
.our-advantages {
    position: relative;
}
.our-advantages:after {
    content: '';
    background: #727FAA;
    opacity: 0.1;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    display: block;
    position: absolute;
    bottom: -80px;
    left: -210px;
}
.our-advantages:before {
    content: '';
    background: #727FAA;
    opacity: 0.1;
    width: 568px;
    height: 568px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: -400px;
    right: -170px;
}
.our-advantages__title {
    font-weight: bold;
    font-size: 36px;
    line-height: 62px;
    color: #142971;
    margin-bottom: 32px;
    text-align: center;
    position: relative;
}
.our-advantages__title:before {
    content: '';
    display: block;
    position: absolute;
    width: 420px;
    height: 420px;
    background: #727FAA;
    opacity: 0.1;
    border-radius: 50%;
    bottom: -100%;
}
.our-advantages__subtitle {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 1px;
    color: #010E3A;
    margin-bottom: 58px;
}
.our-advantages__item-iamge {
    text-align: center;
    margin-bottom: 29px;
}
.our-advantages__item-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1px;
    color: #142971;
    margin-bottom: 15px;
}
.our-advantages__item-text {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 1px;
    color: #010E3A;
    padding: 0 25px;
}


/*
***** our-services
*/
.wrapper-bg-helper {
    background: linear-gradient(180deg, #F5FDFF 0%, #FFF8F6 100%);
    padding: 64px 0 132px 0;
}
.our-services {
    margin-bottom: 156px;
    position: relative;
}
.our-services:after {
    content: '';
    display: block;
    position: absolute;
    width: 568px;
    height: 568px;
    background: #727FAA;
    opacity: 0.1;
    border-radius: 50%;
    right: 0;
    bottom: 95%;
}
.our-services:before {
    content: '';
    display: block;
    position: absolute;
    width: 568px;
    height: 568px;
    background: #727FAA;
    opacity: 0.1;
    border-radius: 50%;
    left: -225px;
}
.our-services__title {
    font-weight: bold;
    font-size: 36px;
    line-height: 62px;
    color: #142971;
    margin-bottom: 50px;
    text-align: center;
}
.our-services__item {
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}
.our-services__item-image {
    width: 100%;
    position: relative;
    height: 220px;
    background-size: cover;
    background-position: center;
}
.our-services__item-image:after {
    content: '';
    display: block;
    position: absolute;
    background: #142971;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.our-services__item-image img {
    max-width: 100%;
}
.our-services__item-name {
    height: 52px;
    background: rgba(20, 41, 113, .8);
    display: flex;
    align-items: center;
    padding: 0 60px 0 32px;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #FFF8F6;
    transition: all .3s ease;
}
.our-services__item-name:hover {
    text-decoration: underline;
    color: #FFF8F6;
}
.our-services__item-btn {
    width: 32px;
    height: 32px;
    background-image: url('../images/arrow.png');
    position: absolute;
    right: 16px;
}


/*
***** section our-team
*/
.our-team {
    margin-bottom: 147px;
}
.our-team__title {
    font-weight: bold;
    font-size: 36px;
    line-height: 62px;
    color: #142971;
    margin-bottom: 48px;
    text-align: center;
}
.our-team__slider {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.our-team__slider-item {
    width: 460px;
    height: 400px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background-size: cover;
}
.our-team__slider-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(20, 41, 113, .9);
    transform: translateY(-100%);
    transition: all .3s ease-in-out;
    padding: 32px 58px 32px 32px;
    box-sizing: border-box;
}
.our-team__slider-overlay p {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #FFF8F6;
    margin-bottom: 24px;
    text-align: justify;
}
.our-team__slider-item:hover .our-team__slider-overlay {
    transform: translateY(0);
}
.our-team__slider-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #FFF8F6;
    height: 92px;
    background: rgba(20, 41, 113, .8);
    box-shadow: 0px -4px 16px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    padding: 0 32px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.our-team__slider-name:hover {
    color: #FFF8F6;
}
.our-team__slider-btn {
    width: 32px;
    height: 32px;
    background-image: url("../images/arrow.png");
    position: absolute;
    right: 16px;
}
.our-team__slider .owl-dots {
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-team__slider .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #F3BE26;
    margin: 0 20px;
    outline: none;
}
.our-team__slider .owl-dots .owl-dot.active {
    border: 5px solid #F3BE26;
    background: #142971;
}


/*
***** customer-reviews
*/
.customer-reviews__title {
    font-weight: bold;
    font-size: 36px;
    line-height: 62px;
    color: #142971;
    margin-bottom: 48px;
    text-align: center;
}
.customer-reviews__slider {
    display: flex;
}
.customer-reviews__slider .owl-stage-outer {
    padding-bottom: 20px; 
}
.customer-reviews__slider-item {
    width: 460px;
    height: 386px;
    background: linear-gradient(180deg, #F5FDFF 0%, #FFF8F6 100%);
    box-shadow: 0px 4px 20px rgba(105, 105, 105, 0.16);
    border-radius: 8px;
    padding: 34px 32px;
}
.customer-reviews__slider-info {
    display: flex;
}
.customer-reviews__slider-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 55px;
    margin-bottom: 36px;
}
.customer-reviews__slider-name .name {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #142971;
    margin-bottom: 5px;
}
.customer-reviews__slider-name .proffesion {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #A1A9C6;
}
.customer-reviews__slider-msg {
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    color: #727FAA;
    margin-bottom: 35px;
}
.customer-reviews__slider-star {
    height: 42px;
    width: 210px;
    background-image: url("../images/star.png");
    margin: 0 auto;
}
.owl-item.owl-item-small .customer-reviews__slider-item {
    transition: all .3s ease;
    transform: scale(0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.owl-item.owl-item-small .customer-reviews__slider-avatar {
    min-width: 54px;
    min-height: 54px;
    margin-bottom: 24px;
}
.owl-item.owl-item-small .customer-reviews__slider-name .name {
    font-size: 13px;
    margin-bottom: 3px;
}
.owl-item.owl-item-small .customer-reviews__slider-name .proffesion {
    font-size: 12px;
}
.owl-item.owl-item-small .customer-reviews__slider-msg {
    font-size: 14px;
}
.customer-reviews__slider .owl-dots {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.customer-reviews__slider .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #142971;
    margin: 0 20px;
    outline: none;
}
.customer-reviews__slider .owl-dots .owl-dot.active {
    border: 5px solid #142971;
    background: #F3BE26;
}


/*
***** our-clients
*/
.our-clients {
    background: linear-gradient(180deg, #F5FDFF 0%, #FFF8F6 100%);
    padding: 40px 0 60px 0;
}
.our-clients__title {
    font-weight: bold;
    font-size: 36px;
    line-height: 62px;
    color: #142971;
    margin-bottom: 48px;
    text-align: center;
}
.our-clients__items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.our-clients__items-item {
    margin: 0 30px 30px;
    max-width: 180px;
}
.our-clients__items-item img {
    max-width: 100%;
}


/*
***** our-clients
*/
.seo-text {
    padding: 48px 0;
    background: rgba(208, 212, 227, 0.6);
}
.seo-text__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #142971;
    margin-bottom: 8px;
}
.seo-text__text {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #010E3A;
}

.seo-text__text ul {
    list-style: disc;
    padding-left: 16px;
}
.seo-text__text h2 {
    font-size: 28px;
}
.seo-text__text h3 {
    font-size: 24px;
}


/*
***** main-contact home page
*/
.main-contact {
    background: #FFF8F6;
    position: relative;
    height: 480px;
}
.main-contact__title {
    padding-top: 76px;
    font-weight: bold;
    font-size: 36px;
    line-height: 62px;
    color: #142971;
    margin-bottom: 40px;
}
.main-contact__text {
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #010E3A;
    margin-bottom: 40px;
    max-width: 400px;
}
.main-contact__button a {
    border: 2px solid #142971;
    padding: 20px 0;
    max-width: 400px;
    font-family: 'Exo2-Medium', sans-serif;
    color: #142971;
    text-decoration: none;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    display: block;
    border-radius: 12px;
    text-align: center;
    background-color: transparent;
    transition: all .3s ease-in;
}
.main-contact__button a:hover {
    color: #F3BE26;
    border: 2px solid #F3BE26;
}
.main-contact__button.main-contact__button--single a {
    margin: 50px auto 0;
}
.main-contact__map {
    position: absolute;
    width: 1000px;
    top: 0;
    right: 0;
}


/*
***** Contact page
*/
.main-contact-form {
    background: #D0D4E3;
    position: relative;
    height: 800px;
}
.main-contact-form__form {
    width: 628px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 46px;
}
.main-contact-form__title {
    font-weight: bold;
    font-size: 40px;
    line-height: 42px;
    color: #142971;
    margin-bottom: 24px;
}
.main-contact-form__subtitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 2px;
    color: #142971;
    margin-bottom: 42px;
}
.main-contact-form__form input {
    background: #FFFFFF;
    border: 1px solid #1A5169;
    box-sizing: border-box;
    border-radius: 8px;
    height: 48px;
    width: 100%;
    padding-left: 15px;
    display: flex;
}
.main-contact-form__form .form-row--input {
    margin-bottom: 30px;
}
.main-contact-form__form .form-row--textarea label {
    width: 100%;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 1px;
    color: #727FAA;
    margin-bottom: 12px;
}
.main-contact-form__form textarea {
    background: #FFFFFF;
    border: 1px solid #1A5169;
    box-sizing: border-box;
    border-radius: 8px;
    width: 100%;
    padding-left: 20px;
    padding-top: 10px;
    margin-top: 12px;
    height: 94px;
}
.main-contact-form__form .main-contact__button {
    border: 2px solid #142971;
    width: 100%;
    height: 72px;
    font-family: 'Exo2-Medium', sans-serif;
    color: #142971;
    text-decoration: none;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    text-align: center;
    background-color: transparent;
    transition: all .3s ease;
}
.main-contact-form__form .main-contact__button:hover {
    color: #F3BE26;
    border: 2px solid #F3BE26;
}
.main-contact-form__form .form-row--mathcaptcha {
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-contact-form__form .form-row--mathcaptcha .cf7emc-captcha-field span {
    color: #727FAA;
}
.main-contact-form__form .form-row--mathcaptcha .cf7emc-captcha-field span.wpcf7-not-valid-tip {
    color: #dc3232;
    position: absolute;
    bottom: -34px;
    width: 450px;
}
.main-contact-form__form .form-row--mathcaptcha .cf7emc-captcha-field input {
    width: 70px;
    margin-left: 15px;
    margin-right: 15px;
}
.main-contact-form__form .wpcf7-response-output {
    margin-top: 35px;
}
.main-contact-form__form .form-row--mathcaptcha .wpcf7-form-control-wrap {
    position: relative;
    display: flex;
    align-items: center;
}
.wrapper-main-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-left: 26%;
}
.contact-page .main-contact__map {
    width: 100%;
    position: relative;
    height: 620px;
}
.main-contact__image {
    width: 100%;
    height: 800px;
    background-position: center;
    background-size: cover;
}
.contact-page .main-contact {
    height: 620px;
}
.contact-page .main-contact__title {
    padding-top: 0;
}

.contact-page .main-contact .col-xl-6.col-lg-6.col-md-6.col-sm-12,
.contact-page .main-contact-form .col-xl-6.col-lg-6.col-md-6.col-sm-12 {
    padding: 0;
}


/*
***** About company page
*/
.about-company-page {

}
.company-info {
    background: #FFF8F6;
}
.company-info .wrapper-main-company {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-left: 26%;
}
.company-info .company-info__text {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 1px;
    color: #010E3A;
    margin-bottom: 40px;
    padding-right: 100px;
}
.company-info .company-info__image {
    width: 100%;
    height: 720px;
    background-position: center;
    background-size: cover;
}
.company-info .row-add-reverse:nth-child(even) {
    flex-direction: row-reverse;
}
.company-info .row .col-xl-6.col-lg-6.col-md-6.col-sm-12 {
    padding: 0;
}
.company-info .row:nth-child(even) .wrapper-main-company {
    padding-left: 65px;
    margin-left: 0;
}
.company-info .wrapper-main-company h1 {
    font-weight: bold;
    font-size: 36px;
    line-height: 62px;
    color: #142971;
}

.company-info .our-advantages {
    padding: 72px 0 132px 0;
}


/*
***** Our team page
*/
.our-team-page .our-team__slider-item {
    width: 32.5%;
}
.our-team-page .our-team__title {
    text-align: left;
}
.our-team-page .our-team {
    background: linear-gradient(180deg, #F5FDFF 0%, #FFF8F6 100%);
    padding: 60px 0 149px 0;
    margin: 0;
}
.our-team-page .our-team__slider {
    flex-wrap: wrap;
}
.our-team-page .our-team__slider .our-team__slider-item {
    margin-bottom: 15px;
}

/*
***** About employee-page
*/
.employee-page .employee-info {
    background: linear-gradient(180deg, #F5FDFF 0%, #FFF8F6 100%);
}
.employee-page .employee-info .wrapper-main-employee {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-left: 26%;
    padding-top: 120px;
}
.employee-page .employee-info .page-title {
    font-weight: bold;
    font-size: 64px;
    color: #142971;
}
.employee-page .employee-info h2 {
    font-weight: bold;
    font-size: 32px;
    line-height: 47px;
    color: #142971;
    margin-bottom: 32px;
}
.employee-page .employee-info pre {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #727FAA;
    margin-bottom: 32px;
}
.employee-page .employee-info p {
    font-size: 16px;
    line-height: 36px;
    color: #142971;
}
.employee-page .employee-info .employee-info__image {
    width: 100%;
    height: 920px;
    background-position: top;
    background-size: cover;
}

/*
***** Practice page
*/
.practice-page {
    padding: 50px 0;
}
.practice-page .page-title {
    font-weight: bold;
    font-size: 38px;
    color: #142971;
    margin-bottom: 20px;
}
.practice-page p {
    font-size: 18px;
}
.practice-page ul {
    list-style: disc;
    padding-left: 18px;
}
.practice-page ul li, .practice-page ol li {
    line-height: 26px;
    font-size: 16px;
}
.practice-page ol {
    list-style: auto;
    padding-left: 18px;
}
.practice-page strong {
    font-size: 22px;
}
.practice-page .wp-block-image img {
    margin-right: 10px;
}