h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    margin: 0;
    padding: 0;
}

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


/*menu button*/

.container-grid img {
    object-fit: cover;
}

.menu-button {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 30px;
    height: 30px;
    z-index: 100;
    display: none;
}

.btn-submit {
    display: inline-block;
    padding: 13px 30px;
    padding-right: 20px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: 0;
    text-decoration: none;
    border: 1px solid #FFFFFF;
    border-radius: 0;
    font-size: 18px;
    background: #00B2FF;
    border: 1px #00B2FF solid;
}

.cta-section .cta-right-side .btn-submit:after {
    content: '';
    background: url(../_imgs/arrow-hero.png);
    width: 17px;
    height: 8px;
    display: inline-block;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 20px;
    vertical-align: middle;
}

.btn-submit:hover {
    background-color: inherit;
    color: #fff;
    border: 1px solid #00B2FF;
}

.menu-button:hover {
    cursor: pointer;
}

.menu-button span {
    width: 30px;
    height: 3px;
    background: #fff;
    display: block;
    position: relative;
    -webkit-transition: background 0s 0.3s;
    -o-transition: background 0s 0.3s;
    transition: background 0s 0.3s;
    border-radius: 5px;
}

.menu-button span:after,
.menu-button span:before {
    content: '';
    -ms-flex-line-pack: justify;
    align-content: space-between;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    -webkit-transition-duration: 0.3s, 0.3s;
    -o-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    -o-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
    border-radius: 5px;
}

.menu-button span:after {
    top: -7px;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;
}

.menu-button span:before {
    bottom: -7px;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
}

.menu-button.open span:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-button.open span {
    background: transparent;
}

.menu-button.open span:before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-button.open span:after,
.menu-button.open span:before {
    -webkit-transition-delay: 0s, 0.3s;
    -o-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}

body {
    color: rgba(51, 51, 51, 0);
    font-size: 16px;
  /*  font-family: 'Jost', sans-serif; */
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

h3 {
    font-size: 18px;
}

a {
    color: #385988;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: underline;
}

img {
    width: 100%;
    max-width: 100%;
}

a.full-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}

a.btn {
    display: inline-block;
    padding: 13px 30px;
    padding-right: 20px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background-color: inherit;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: 0;
    text-decoration: none;
    border: 1px solid #FFFFFF;
    border-radius: 0;
}

a.btn:after {
    content: '';
    background: url(../_imgs/button-arrow.png);
    width: 10px;
    height: 9px;
    display: inline-block;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 20px;
    vertical-align: middle;
}

a.btn:hover {
    background-color: inherit;
    color: #fff;
    border: 1px solid #00B2FF;
}

a.btn-2 {
    /*font-family: 'Jost', sans-serif; */
 font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #00b2ff;
    display: block;
    text-decoration: none;
}

a.btn-2:after {
    content: "";
    background: url(../_imgs/ico-shape.png);
    width: 30px;
    height: 8px;
    display: inline-block;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 20px;
}

.text-container ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    padding-left: 0px;
}

.text-container ol li {
    counter-increment: my-awesome-counter;
    font-size: 18px;
}

.text-container ol li:before {
    content: counter(my-awesome-counter) ". ";
    color: #00afd7;
}

.text-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 15px;
    margin-bottom: 25px;
}

.text-container ul li {
    position: relative;
    color: #000000;
    font-size: 16px;
}

.text-container ul li:before {
    content: "";
    font-size: 40px;
    background-color: #c4d600;
    position: absolute;
    top: 10px;
    line-height: 0;
    left: -15px;
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 50%;
}

.our-team-section .container .row,
.news-container.container .row {
    margin-right: -10px;
    margin-left: -10px;
}

.our-team-section .container .row .col-sm-12,
.news-container.container .row .col-sm-12 {
    padding-right: 10px;
    padding-left: 10px;
}


/*HEADER / FOOTER*/

.main-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-header .right-header .tel-header a {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    text-decoration: none;
}

.main-header .right-header .tel-header a:before {
    content: '';
    background: url(../_imgs/tel-vector.png);
    width: 10px;
    height: 10px;
    display: inline-block;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 12px;
    margin-right: 20px;
}

.main-header.header-sub {
    padding: 14px 0;
    background: #101C25;
}

.main-header.header-sub ul.navbar-nav li.menu-item {
    padding-right: 30px;
}

.main-header.header-sub ul.navbar-nav li.menu-item a {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.main-header.header-sub ul.navbar-nav li.menu-item a:hover {
    color: #00B2FF;
}

.main-header.header-sub ul.navbar-nav li.menu-item:last-child {
    padding-right: 0;
}

.main-header.header-sub ul.navbar-nav li.menu-item.current-menu-item a {
    color: #00B2FF;
}

.main-footer {
    background: #101C25;
    padding: 22px 0;
}

.main-footer p {
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}

.main-header.header-sub.header-home {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 75px;
    padding-bottom: 0;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    background: none;
}

.main-header.header-sub.header-home .navbar-brand {
    display: none;
}

.main-header.header-sub.header-home ul.navbar-nav li.menu-item {
    padding-right: 60px;
}


/*HERO SECTIONS*/

.hero-section {
    min-height: auto;
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.hero-section .container {
    position: relative;
    height: 680px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-section .container .hero-section__title {
    max-width: 808px;
}

.hero-section .container .hero-section__title h1 {
    font-family: 'Merriweather', sans-serif;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 48px;
    line-height: 140%;
}

.hero-section .container .hero-section__title span {
    font-weight: 400;
    font-size: 36px;
    line-height: 52px;
    color: #FFFFFF;
    margin-bottom: 15px;
    display: block;
}

.hero-section .container .hero-section__title p {
    font-weight: normal;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 35px;
}

.hero-section .container .hero-section__title a.btn {
    background: #00B2FF;
    border: 1px #00B2FF solid;
}

.hero-section .container .hero-section__title a.btn:hover {
    background: inherit;
}

.hero-section .container .hero-section__title a.btn:after {
    background: url(../_imgs/arrow-hero.png);
    width: 17px;
    height: 8px;
    display: inline-block;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 20px;
    vertical-align: middle;
}

.hero-section.home-hero-section {
    min-height: auto;
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    padding-top: 180px;
    padding-bottom: 75px;
}

.hero-section.home-hero-section .container {
    position: relative;
    min-height: auto;
    height: auto;
    padding-top: 0;
}

.hero-section.home-hero-section .container .home-hero-wrapper {
    background: rgba(0, 41, 71, 0.75);
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 90px 25px 50px 120px;
}

.hero-section.home-hero-section .container .home-hero-wrapper .left-side-home-hero {
    width: calc(100% / 2 - 60px);
}

.hero-section.home-hero-section .container .home-hero-wrapper .left-side-home-hero img {
    max-width: 454px;
    padding-bottom: 85px;
}

.hero-section.home-hero-section .container .home-hero-wrapper .right-side-home-hero {
    width: calc(100% / 2 - 20px);
}

.hero-section.home-hero-section .container .home-hero-wrapper .right-side-home-hero h1 {
    color: #fff;
    font-weight: 400;
    font-size: 36px;
    line-height: 47px;
    margin-bottom: 25px;
}

.hero-section.home-hero-section .container .home-hero-wrapper .right-side-home-hero p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}

.hero-section.home-hero-section .container .home-hero-wrapper .right-side-home-hero .btn {
    margin-top: 50px;
    background: #00B2FF;
    border: 1px #00B2FF solid;
}

.hero-section.home-hero-section .container .home-hero-wrapper .right-side-home-hero .btn:hover {
    background: none;
    border: 1px #FFF solid;
}

.hero-section.home-hero-section .container .home-hero-wrapper .right-side-home-hero .btn:after {
    background: url(../_imgs/arrow-hero.png);
    width: 17px;
    height: 8px;
    display: inline-block;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 20px;
    vertical-align: middle;
}

.navbar {
    padding: 0;
}

.hero-section.without-picture {
    min-height: auto;
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    padding-top: 105px;
    padding-bottom: 57px;
}

.hero-section.without-picture .container {
    position: relative;
    height: auto;
}

.hero-section.without-picture .container h1 {
    font-weight: 400;
    font-size: 36px;
    line-height: 50px;
    color: #FFFFFF;
}

.hero-section.without-picture .container p {
    margin-bottom: 0;
    max-width: 425px;
}

.hero-section.with-picture {
    background: #101C25;
    padding: 55px 0;
}

.hero-section.with-picture .container {
    height: auto;
}

.hero-section.with-picture .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-section.with-picture .hero-section__title {
    padding-right: 120px;
}

.hero-section.with-picture .hero-section__title h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.hero-section.with-picture .hero-section__title p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.5);
}


/*CONTENT SECTIONS*/

.content-with-sidebar-section {
    background: #E5E5E5;
    padding-top: 50px;
    padding-bottom: 50px;
}

.content-with-sidebar-section .content-with-sidebar-content>img {
    margin-bottom: 50px;
}

.content-with-sidebar-section .content-with-sidebar-content .content-with-sidebar-content-text .fix__title {
    font-weight: 400;
    font-size: 26px;
    line-height: 34px;
    color: #001427;
    margin-bottom: 25px;
}

.content-with-sidebar-section .content-with-sidebar-content .content-with-sidebar-content-text .seo-text-wrapper {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgba(51, 51, 51, 0.5);
    margin-bottom: 15px;
}

.content-with-sidebar-section .content-with-sidebar-content .content-with-sidebar-content-text .seo-text-wrapper p {
    margin-bottom: 15px;
}

.content-with-sidebar-section .content-with-sidebar-content .content-with-sidebar-content-text .seo-text-wrapper ul {
    list-style: disc;
    padding-left: 40px;
    margin-top: 15px;
}

.content-with-sidebar-section .content-with-sidebar-content .content-with-sidebar-content-text .seo-text-wrapper ul li {
    margin-bottom: 15px;
}

.content-with-sidebar-section .sidebar .sidebar-item-wrapper {
    padding-left: 130px;
}

.content-with-sidebar-section .sidebar .sidebar-item-wrapper .sidebar-item span {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #001427;
    margin-bottom: 25px;
    display: flex;
}

.content-with-sidebar-section .sidebar .sidebar-item-wrapper .sidebar-item li,
.content-with-sidebar-section .sidebar .sidebar-item-wrapper .sidebar-item li a {
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #333333;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}
.content-with-sidebar-section .sidebar .sidebar-item-wrapper .sidebar-item li a{
    padding-left: 0;
    text-decoration: underline;
}
.content-with-sidebar-section .sidebar .sidebar-item-wrapper .item-icon {
    margin-bottom: 75px;
}

.content-with-sidebar-section .sidebar .sidebar-item-wrapper .item-icon span {
    font-weight: 400;
}

.content-with-sidebar-section .sidebar .sidebar-item-wrapper .item-icon li:before {
    content: "";
    position: absolute;
    background: url(../_imgs/ubtract.png) 0 50% no-repeat;
    background-size: contain;
    width: 10px;
    height: 14px;
    top: 4px;
    left: 0;
}

.content-with-sidebar-section .sidebar .sidebar-item-wrapper .item-icon-done li {
    padding-left: 25px;
    /* max-width: 53%; */
    padding-right: 135px;
}

.content-with-sidebar-section .sidebar .sidebar-item-wrapper .item-icon-done li:before {
    content: "";
    position: absolute;
    background: url(../_imgs/vector545454.png) 0 50% no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    top: 4px;
    left: 0;
}

.breadcrumb-section .breadcrumb>li+li:before {
    padding: 0 5px;
    padding-right: 0;
    color: #333;
    content: "/\00a0";
    opacity: 0.5;
}

.breadcrumb-section .breadcrumb {
    background: none;
    margin-bottom: 0;
    padding: 23px 0;
}

.breadcrumb-section .breadcrumb li a {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: rgba(51, 51, 51, 0.5);
    text-decoration: none;
}

.breadcrumb-section .breadcrumb li:first-child a {
    color: #333333;
}

.title-section {
    font-family: 'Merriweather', sans-serif;
    font-size: 40px;
    color: #001427;
}

.title-section .h2 {
    letter-spacing: 0.05em;
}

.title-section span {
    color: #00B2FF;
}

.title-section p {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
}

.social-activities-section {
    padding-top: 75px;
    padding-bottom: 120px;
}

.social-activities-section .banner-social-activities {
    min-height: 341px;
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px;
}

.social-activities-section .banner-social-activities .content-banner-social-activities {
    max-width: 720px;
    padding-left: 120px;
}

.social-activities-section .banner-social-activities .content-banner-social-activities .date-banner-social-activities {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    margin-bottom: 10px;
}

.social-activities-section .banner-social-activities .content-banner-social-activities .text-banner-social-activities {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    line-height: 150%;
}

.social-activities-section .banner-social-activities .content-banner-social-activities a.btn-2 {
    margin-top: 25px;
    display: block;
}

.social-activities-section .title-section {
    padding-bottom: 70px;
}

.news-container .news-item-wrapper {
    position: relative;
}

.news-container .news-item-wrapper .news-item-img {
    position: relative;
    margin-bottom: 35px;
}

.news-container .news-item-wrapper .news-item-img:after {
    content: '';
    background: rgba(0, 20, 39, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news-container .news-item-wrapper .news-item-img img {
    height: 245px;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-container .news-item-wrapper .news-item-content .news-item-date {
    color: #969696;
    font-size: 13px;
    line-height: 140%;
    font-weight: 400;
    margin-bottom: 2px;
}

.news-container .news-item-wrapper .news-item-content div a {
    font-size: 18px;
    line-height: 120%;
    color: #001427;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
}

.news-container .news-item-wrapper .news-item-content .news-item-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: rgba(0, 20, 39, 0.5);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news-container .news-item-wrapper:hover .news-item-content h3 a {
    color: #00b2ff;
}

.news-container .news-item-wrapper:hover .news-item-content .news-item-text {
    color: #001427;
}

.news-container .news-item-wrapper:hover .news-item-img:after {
    background: rgba(0, 20, 39, 0);
}

.our-team-section {
    padding-top: 37px;
    padding-bottom: 80px;
    background: -webkit-gradient(linear, left bottom, left top, from(#101C25), to(#101C25));
    background: -webkit-linear-gradient(bottom, #101C25, #101C25);
    background: -o-linear-gradient(bottom, #101C25, #101C25);
    background: linear-gradient(0deg, #101C25, #101C25);
}

.our-team-section .title-section {
    margin-bottom: 70px;
}
.bl_ss_pr a {
    background: #00B2FF;
    border: 1px #00B2FF solid;
    padding-right: 30px;
    white-space: normal;
}

.bl_ss_pr a:after {
    display: none;
}
.our-team-section .title-section .our-team-section-h2 {
    color: #fff;
}

.our-team-section .title-section p {
    margin-top: 5px;
}

.our-team-section .our-team-wrapper {
    min-height: 400px;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-filter: drop-shadow(0px 40px 120px rgba(0, 178, 255, 0.15));
    filter: drop-shadow(0px 40px 120px rgba(0, 178, 255, 0.15));
}

.our-team-section .our-team-wrapper .our-team-left-wrapper {
    height: 100%;
    width: 50%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 20, 39, 0.9);
}

.our-team-section .our-team-wrapper .our-team-left-wrapper .our-team-left {
    padding-left: 60px;
    padding-right: 40px;
}

.our-team-section .our-team-wrapper .our-team-left-wrapper .our-team-left div {
    font-weight: 500;
    font-size: 30px;
    line-height: 43px;
    color: #fff;
    margin-bottom: 15px;
}

.our-team-section .our-team-wrapper .our-team-left-wrapper .our-team-left p {
    font-size: 16px;
    line-height: 140%;
    color: #fff;
}

.our-team-section .our-team-wrapper .our-team-left-wrapper .our-team-left a.btn-2 {
    margin-top: 40px;
    display: inline-block;
}

.our-team-section .our-team-wrapper .our-team-left-wrapper .our-team-left a.btn-2:after {
    content: '';
    background: url(../_imgs/arrow-long.png);
    background-repeat: no-repeat;
    width: 35px;
}

.our-team-section .our-team-wrapper-right-side {
    min-height: 400px;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
}

.our-team-section .our-team-wrapper-right-side .our-team-wrapper-right-side-content {
    position: absolute;
    bottom: 55px;
    left: 60px;
    max-width: 52px;
}

.our-team-section .our-team-wrapper-right-side .our-team-wrapper-right-side-content div {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 2;
}

.our-team-section .our-team-wrapper-right-side .our-team-wrapper-right-side-content div span {
    color: #00B2FF;
}

.our-team-section .our-team-wrapper-right-side:after {
    content: '';
    background: rgba(0, 20, 39, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.our-team-section .our-team-wrapper-right-side:hover:after {
    background: rgba(0, 20, 39, 0.5);
}

.our-team-section .button-wrapp {
    margin-top: 80px;
    text-align: center;
}

.content-section {
    padding-top: 120px;
    padding-bottom: 120px;
}

.content-section .right-side-content {
    padding: 0 0 0 100px;
}

.content-section .right-side-content .title__onas {
    font-weight: 400;
    font-size: 26px;
    line-height: 34px;
    color: #001427;
    margin-bottom: 20px;
}

.content-section .right-side-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(51, 51, 51, 0.5);
}

.statistic-section .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.statistic-section .container-fluid .statistic-section-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.statistic-section .container-fluid .statistic-section-row .statistic-section-item {
    min-height: 330px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: calc(100% / 3 - 0px);
}

.statistic-section .container-fluid .statistic-section-row .statistic-section-item .statistic-section-item-title span {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    color: #00B2FF;
}

.statistic-section .container-fluid .statistic-section-row .statistic-section-item .statistic-section-item-title span:not(.counter) {
    padding-left: 5px;
}

.statistic-section .container-fluid .statistic-section-row .statistic-section-item .statistic-section-item-title sub {
    color: #00B2FF;
    font-size: 48px;
    bottom: 0;
}

.statistic-section .container-fluid .statistic-section-row .statistic-section-item p.statistic-section-item-caption {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.our-approach-section {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 547px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.our-approach-section .title-section .h2 {
    font-weight: 400;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 0.05em;
    color: #fff;
    padding-bottom: 50px;
}

.our-approach-section .our-approach-wrapper {
    max-width: 575px;
}

.our-approach-section .our-approach-wrapper p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.send-message-section {
    min-height: 950px;
    background: #101C25;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.send-message-section>img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 40%;
}

.send-message-section .container {
    z-index: 2;
    position: relative;
}

.send-message-section .send-message-img-wrapper {
    z-index: 2;
    position: relative;
}

.send-message-section .send-message-text-wrapper .title-section {
    color: #fff;
    font-weight: 400;
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 80px;
}

.send-message-section:after {
    content: '';
    background: #101C25;
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 35%;
}

.social-activities-page-section {
    padding-bottom: 60px;
    padding-top: 120px;
}

.social-activities-page-section .first-post {
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.social-activities-page-section .first-post:after {
    content: '';
    background: #E1E1E1;
    position: absolute;
    bottom: 0;
    right: 15px;
    left: 15px;
    height: 1px;
}

.social-activities-page-section .first-post .first-post-text-wrapper {
    padding-right: 60px;
}

.social-activities-page-section .first-post .first-post-text-wrapper .first-post-date {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: rgba(0, 20, 39, 0.9);
    margin-bottom: 10px;
}

.social-activities-page-section .first-post .first-post-text-wrapper .first-post-title {
    font-weight: 400;
    font-size: 22px;
    line-height: 31px;
    color: #001427;
    margin-bottom: 20px;
}

.social-activities-page-section .first-post .first-post-text-wrapper .first-post-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(51, 51, 51, 0.5);
}

.social-activities-page-section .first-post .first-post-text-wrapper a.btn-2 {
    display: inline-block;
    text-decoration: underline;
    font-size: 14px;
    line-height: 14px;
    color: #333;
    margin-top: 25px;
}

.social-activities-page-section .first-post .first-post-text-wrapper a.btn-2:after {
    background: url(../_imgs/sm-arrow.png);
    background-repeat: no-repeat;
    margin-left: 15px;
    width: 4px;
    height: 6px;
}

.social-activities-page-section .news-container .news-item-wrapper .news-item-img img {
    height: 205px;
}

.social-activities-page-section .news-container .news-item-wrapper .news-item-img {
    margin-bottom: 15px;
}

.social-activities-page-section .news-container .news-item-wrapper .news-item-content h3 a {
    font-weight: 500;
}

.social-activities-page-section .news-container .news-item-wrapper .news-item-content {
    border-bottom: 1px #E1E1E1 solid;
    padding-bottom: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social-activities-page-section .news-container .news-item-wrapper:hover .news-item-content h3 a {
    color: #001427;
}

.social-activities-page-section .news-container .news-item-wrapper:hover .news-item-content {
    border-bottom: 1px #00B2FF solid;
}

.social-activities-page-section .news-container .news-item-wrapper {
    margin-bottom: 30px;
}

.social-activities-page-section .news-container .news-item-wrapper .news-item-content .news-item-text {
    font-weight: 400;
}

.cta-section {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 762px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cta-section:after {
    content: '';
    background-repeat: no-repeat;
    background: -webkit-radial-gradient(46.8% 47.33%, 46.09% 127.06%, #9EC8EF 0%, #3E4F5F 63.02%, #1F2D3B 100%);
    background: -o-radial-gradient(46.8% 47.33%, 46.09% 127.06%, #9EC8EF 0%, #3E4F5F 63.02%, #1F2D3B 100%);
    background: radial-gradient(46.09% 127.06% at 46.8% 47.33%, #9EC8EF 0%, #3E4F5F 63.02%, #1F2D3B 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    mix-blend-mode: multiply;
}

.cta-section .row>.col-lg-6:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.cta-section .cta-left-side {
    position: relative;
    z-index: 2;
}

.cta-section .cta-left-side .title-section .h2 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0.05em;
    color: #fff;
    margin-bottom: 70px;
}

.cta-section .cta-left-side .title-section .h2 span {
    font-weight: 700;
}

.cta-section .cta-left-side .cta-left-side-item {
    margin-bottom: 30px;
}

.cta-section .cta-left-side .cta-left-side-item span {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.75);
    display: block;
    margin-bottom: 5px;
}

.cta-section .cta-left-side .cta-left-side-item a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #00B2FF;
    text-decoration: none;
}

.cta-section .cta-left-side .cta-left-side-item.cta-left-side-item-tel p,
.cta-section .cta-left-side .cta-left-side-item.cta-left-side-item-tel p>a {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
}

.cta-section .cta-left-side .cta-left-side-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 75px;
}

.cta-section .cta-left-side .cta-left-side-social .cta-left-side-social-item {
    margin-right: 30px;
}

.cta-section .cta-left-side .cta-left-side-social .cta-left-side-social-item svg g,
.cta-section .cta-left-side .cta-left-side-social .cta-left-side-social-item svg path {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cta-section .cta-left-side .cta-left-side-social .cta-left-side-social-item:hover svg g {
    opacity: 1;
}

.cta-section .cta-left-side .cta-left-side-social .cta-left-side-social-item:hover svg path {
    fill: #00B2FF;
}

.cta-section .cta-right-side {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cta-section .cta-right-side>form {
    max-width: 452px;
}

.cta-section .cta-right-side .cta-right-side-text {
    max-width: 452px;
    margin-bottom: 35px;
}

.cta-section .cta-right-side .cta-right-side-text h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
}

.cta-section .cta-right-side .cta-right-side-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
}

.cta-section .cta-right-side a.btn {
    font-size: 18px;
    background: #00B2FF;
    border: 1px #00B2FF solid;
}

.cta-section .cta-right-side a.btn:after {
    background: url(../_imgs/arrow-hero.png);
    width: 17px;
    height: 8px;
    display: inline-block;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 20px;
    vertical-align: middle;
}

.cta-section .cta-right-side a.btn:hover {
    background: inherit;
}

.cta-section .cta-right-side .field-wrap {
    margin-bottom: 30px;
}

.cta-section .cta-right-side .field-element {
    background: inherit;
    position: relative;
}

.cta-section .cta-right-side input {
    width: 100%;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    height: 60px;
    border: 0;
    outline: none;
    position: relative;
    background: #1D2C3A;
    mix-blend-mode: exclusion;
    padding: 0 30px;
}

.cta-section .cta-right-side textarea {
    min-width: 133px;
    width: 100%;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    border: 0;
    outline: none;
    position: relative;
    background: #1D2C3A;
    mix-blend-mode: exclusion;
    padding: 0 30px;
    padding-top: 20px;
    max-height: 120px;
}

.send-message-section form {
    max-width: 570px;
}

.send-message-section form .field-wrap {
    margin-bottom: 30px;
}

.send-message-section form .select-field {
    height: 60px;
}

.send-message-section form input {
    width: 100%;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    height: 60px;
    border: 0;
    outline: none;
    position: relative;
    background: rgba(0, 178, 255, 0.04);
    padding: 0 30px;
}

.send-message-section form textarea {
    min-width: 133px;
    width: 100%;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    border: 0;
    outline: none;
    position: relative;
    background: rgba(0, 178, 255, 0.04);
    padding: 0 30px;
    padding-top: 20px;
}

.send-message-section .form2 .btn {
    border: 1px #fff solid;
}

.send-message-section .form2 .btn:after {
    content: '';
    background: url(../_imgs/arrow-hero.png);
    width: 17px;
    height: 8px;
    display: inline-block;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 20px;
    vertical-align: middle;
}

.send-message-section .form2 .btn-submit {
    background-color: transparent;
    float: right;
}

.field-element .focus {
    color: white !important;
}

.send-message-section .form2 textarea {
    max-height: 120px;
}

.send-message-section .form2 .btn:hover {
    background: inherit;
}

.send-message-section form .submit {
    text-align: right;
}

.send-message-section form .nice-select {
    width: 100%;
    border-radius: 0;
    background: rgba(0, 178, 255, 0.04);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    border: 0;
    padding: 0 30px;
    height: 60px;
}

.send-message-section form .nice-select .current {
    color: rgba(255, 255, 255, 0.4);
    line-height: 60px;
}

.send-message-section form .nice-select ul {
    background-color: #101C25;
}

.send-message-section form .nice-select ul li {
    color: rgba(255, 255, 255, 0.75);
    background-color: #101C25;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #101C25;
}

.nice-select:after {
    height: 8px;
    width: 8px;
    right: 20px;
}

.page__numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page__numbers,
.page__btn,
.page__dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 26px;
    color: #001427;
    cursor: pointer;
}

.page__dots {
    width: 60px;
    height: 60px;
    color: #001427;
    cursor: initial;
}

.pagination-wrapper {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 30px;
}

.pagination-wrapper .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination-wrapper .page__numbers,
.page-numbers {
    width: 60px;
    height: 60px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.main-content {
    overflow-x: hidden;
}

.pagination-wrapper .page__numbers.active,
.nav-links .current {
    background: #00B2FF;
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nav-links {
    display: flex;
    align-items: center;
}

.pagination-wrapper .page__numbers:hover,
.page-numbers:hover {
    background: #00B2FF;
    color: #fff;
    text-decoration: none;
}

.our-team-page-section {
    padding-top: 120px;
    padding-bottom: 60px;
}

.our-team-page-section .our-team-items-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.our-team-page-section .our-team-items-wrapper .our-team-item {
    width: calc(100% / 3 - 100px);
    margin-bottom: 55px;
}

.our-team-page-section .our-team-items-wrapper .our-team-item .our-team-item-content-img {
    border-radius: 5px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.our-team-page-section .our-team-items-wrapper .our-team-item .our-team-item-content-img:after {
    content: '';
    background: rgba(0, 20, 39, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.our-team-page-section .our-team-items-wrapper .our-team-item .our-team-item-content-img img {
    width: 335px;
    height: 392px;
    border-radius: 5px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.our-team-page-section .our-team-items-wrapper .our-team-item .our-team-item-content {
    max-width: 335px;
    margin: 0 auto;
    position: relative;
}

.our-team-page-section .our-team-items-wrapper .our-team-item .our-team-item-content h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 31px;
    text-align: center;
    color: #001427;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.our-team-page-section .our-team-items-wrapper .our-team-item .our-team-item-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: rgba(51, 51, 51, 0.5);
}

.our-team-page-section .our-team-items-wrapper .our-team-item .our-team-item-content:hover .our-team-item-content-img:after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 20, 39, 0)), to(rgba(0, 20, 39, 0)));
    background: -webkit-linear-gradient(bottom, rgba(0, 20, 39, 0), rgba(0, 20, 39, 0));
    background: -o-linear-gradient(bottom, rgba(0, 20, 39, 0), rgba(0, 20, 39, 0));
    background: linear-gradient(0deg, rgba(0, 20, 39, 0), rgba(0, 20, 39, 0));
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.our-team-page-section .our-team-items-wrapper .our-team-item .our-team-item-content:hover h4 {
    color: #00B2FF;
}

.employee-section .employee-right-side-wrapper {
    position: relative;
    top: 41px;
    margin-bottom: 75px;
}

.employee-section .employee-right-side-wrapper .employee-right-side-img {
    max-width: 100%;
    margin-bottom: 35px;
}

.employee-section .employee-right-side-wrapper .employee-right-side-img img {
    border-radius: 5px;
}

.employee-section .employee-right-side-wrapper .employee-right-side-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(51, 51, 51, 0.5);
    margin-bottom: 15px;
}

.employee-section .employee-left-side-wrapper {
    max-width: 574px;
}

.employee-section .employee-left-side-wrapper .social-icons-wrapper {
    border-bottom: 1px #E1E1E1 solid;
    padding-top: 45px;
    padding-bottom: 60px;
}

.employee-section .employee-left-side-wrapper .social-icons-wrapper .social-icon-item {
    display: inline-block;
    margin-right: 30px;
}

.employee-section .employee-left-side-wrapper .social-icons-wrapper .social-icon-item path {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.employee-section .employee-left-side-wrapper .social-icons-wrapper .social-icon-item:hover path {
    fill: #00B2FF;
}

.employee-section .employee-left-side-wrapper .employee-left-side-item {
    border-bottom: 1px #E1E1E1 solid;
    padding-top: 25px;
    padding-bottom: 20px;
}

.employee-section .employee-left-side-wrapper .employee-left-side-item p {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #001427;
}

.employee-section .employee-left-side-wrapper .employee-left-side-item span {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: rgba(51, 51, 51, 0.5);
}

.employee-section .employee-left-side-wrapper .employee-left-side-item.professional-activity>p {
    margin-bottom: 25px;
}

.employee-section .employee-left-side-wrapper .employee-left-side-item.professional-activity .professional-activity-item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #001427;
}

.employee-section .employee-left-side-wrapper .employee-left-side-item.professional-activity .professional-activity-item:first-of-type {
    margin-bottom: 15px;
}

.employee-section .employee-left-side-wrapper .employee-left-side-item.professional-activity .professional-activity-item:last-of-type {
    margin-bottom: 5px;
}

.content-home-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-top: 55px;
    padding-bottom: 200px;
}

.content-home-section .container {
    z-index: 2;
    position: relative;
}

.content-home-section .content-home-wrapper {
    position: relative;
    padding-right: 75px;
}

.content-home-section .content-home-wrapper>img {
    position: absolute;
    left: -105px;
    width: 437px;
    height: 130px;
    top: -90px;
}

.content-home-section .content-home-wrapper .h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.content-home-section .content-home-wrapper .title-section {
    margin-bottom: 20px;
}

.content-home-section .content-home-wrapper .title-section p {
    font-weight: 400;
    font-size: 22px;
    line-height: 31px;
    color: #001427;
    /* font-family: 'Jost', sans-serif; */
	font-family: 'Roboto', sans-serif;
}

.content-home-section .content-home-wrapper>p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: rgba(51, 51, 51, 0.5);
}

.content-home-section .content-home-wrapper a.btn-2 {
    font-size: 14px;
    color: #001427;
    margin-top: 30px;
}

.content-home-section>img {
    position: absolute;
    right: 0;
    left: auto;
    max-width: 735px;
    bottom: 0;
    top: 115px;
    max-height: 470px;
}

.content-home-section .statistic-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 65px;
}

.content-home-section .statistic-section-item:nth-child(2) {
    padding: 0 15px;
}

.content-home-section .statistic-section-item p.statistic-section-item-caption {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #001427;
    text-align: center;
}

.content-home-section .statistic-section-item .statistic-section-item-title span {
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    color: #00B2FF;
}

.content-home-section .statistic-section-item .statistic-section-item-title sub {
    color: #00B2FF;
    font-size: 48px;
    bottom: 0;
}

.content-home-section .background-pic {
    position: absolute;
    bottom: 0;
    left: 15%;
    top: auto;
}

.content-home-section .img-home-wrapper {
    display: none;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}

.content-home-section .img-home-wrapper img {
    max-width: 100%;
}

.grid-industry-section,
.grid-practice-section {
    padding-top: 120px;
    padding-bottom: 120px;
}

.grid-section {
    background: #101C25;
    padding-top: 155px;
}

.grid-section .tab-content {
    border-bottom: 1px #00B2FF solid;
    padding-bottom: 40px;
}

.container-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 20px 1fr 20px 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 20px 20px;
    grid-auto-flow: row;
    grid-template-areas: "ga-1 ga-2 ga-3 ga-4" "ga-5 ga-6 ga-3 ga-8";
}

.container-grid img {
    height: 100%;
}

.container-grid p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    z-index: 2;
}

.ga {
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ga:after {
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 20, 39, 0.75)), to(rgba(0, 20, 39, 0.75)));
    background: -webkit-linear-gradient(bottom, rgba(0, 20, 39, 0.75), rgba(0, 20, 39, 0.75));
    background: -o-linear-gradient(bottom, rgba(0, 20, 39, 0.75), rgba(0, 20, 39, 0.75));
    background: linear-gradient(0deg, rgba(0, 20, 39, 0.75), rgba(0, 20, 39, 0.75));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.ga:hover:after {
    content: '';
    background: -webkit-linear-gradient(17.08deg, #0088A6 7.68%, rgba(0, 102, 255, 0.06) 100%);
    background: -o-linear-gradient(17.08deg, #0088A6 7.68%, rgba(0, 102, 255, 0.06) 100%);
    background: linear-gradient(72.92deg, #0088A6 7.68%, rgba(0, 102, 255, 0.06) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.ga-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: ga-1;
}

.ga-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: ga-2;
}

.ga-3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
    grid-area: ga-3;
}

.ga-4 {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
    grid-area: ga-4;
}

.ga-5 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    grid-area: ga-5;
}

.ga-6 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: ga-6;
}

.ga-7 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    grid-area: ga-7;
}

.ga-8 {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
    grid-area: ga-8;
}

.ga-9 {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
    grid-area: ga-9;
}

.container-grid-second {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 20px 1fr 20px 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px 20px;
    grid-auto-flow: row;
    grid-template-areas: "ga-11 ga-12 ga-13 ga-14" "ga-11 ga-15 ga-16 ga-16";
}

.ga-11 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    grid-area: ga-11;
}

.ga-12 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: ga-12;
}

.ga-13 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: ga-13;
}

.ga-14 {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
    grid-area: ga-14;
}

.ga-15 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: ga-15;
}

.ga-16 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
    grid-area: ga-16;
}

.ga-17 {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
    grid-area: ga-17;
}

.ga-18 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: ga-18;
}

.ga-19 {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
    grid-area: ga-19;
}

.nav-pills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 45px;
}

.nav-pills .nav-item {
    padding-right: 95px;
}

.nav-pills .nav-item .nav-link {
    font-weight: normal;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: none;
    padding: 0;
}

.nav-pills .nav-item .nav-link.active {
    font-weight: 600;
    font-size: 30px;
    line-height: 43px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #00B2FF;
}

.wpcf7-not-valid-tip {
    position: absolute;
    top: -25px;
}

.wpcf7-form-control-wrap {
    display: flex;
    flex-direction: column;
}

.wpcf7 form .wpcf7-response-output {
    color: white;
}

.form-wrapper {
    max-width: 452px;
    box-sizing: border-box;
}

.wpml-dropdown .nice-select {
    background-color: transparent;
    border: none;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    top: -7px;
}

.wpml-dropdown .current {
    margin-right: 5px;
}

.nice-select .option {
    color: gray;
}

.form2 {
    max-width: 570px;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: transparent;
    color: black;
}

.right-header {
    display: flex;
    align-items: center;
}

.single-image {
    width: 690px;
    height: 440px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.single-society .content-with-sidebar-section {
    color: #000;
}
iframe {
    display: block;
    margin-top: 15px;
}
.development {
    display: flex;
    justify-content: flex-end;
}
.my_modal{
    display:none;
}
.my_modal.active {
    display: block;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 1000;
    /* display: none; */
}

.my_modal.active .my_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 996;
    background: rgb(50 50 50 / 57%)
}

.body_modal {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: 11000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 710px;
    height: auto;
    background: #fff;
    z-index: 11380;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 48px 56px;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    /* border-radius: 15px; */
}
section.form {
    flex-direction: column;
    width: 100%;
}

.sama_form .telo_form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.form .zag_form {
    font-size: 26px;
}

.sama_form {
    width: 100%;
}

.telo_modal {
    width: 100%;
}
.close:after,.close:before {content: "";width: 20px;height: 2px;background: #000;position: absolute;}

.close:before {transform: rotate(45deg);}

.close:after {
    transform: rotate(-45deg);
}

.close {
    width: 20px;
    height: 20px;
    display: flex; 
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 94%;
    top: 28px;
    cursor: pointer;
}
.bl_prak {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.bl_prak a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 16%;
    width: 16%;
}

.bl_prak img {
    max-width: 128px;
    height: auto;
    max-height: 128px;
}

.bl_prak span {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    margin-top: 14px;
}
section.grid-practice-section.pree {
    background: #101C25;
}
section.grid-practice-section.pree .bl_prak {
    border-bottom: 1px solid #00b2ff;
    padding-bottom: 50px;
}
.our-team-item-content-img {
    overflow: hidden;
    max-height: 393px;
}
.our-team-item-content-img img {
    width: 100%;
    height: auto !important;
}
.bl_ss_pr a {
    margin-bottom: 15px;
    /* max-width: 300px; */
    text-align: left;
    font-size: 15px;
}
section.content-home-section img {
    margin-top: -80px;
    /* width: 66%; */
    max-width: 581px;
    height: auto;
    max-height: 5000px;
}
.single-practices .seo-text-wrapper {
font-weight: 400 !important;
font-size: 16px !important;
line-height: 21px !important;
color: rgba(51, 51, 51, 0.5) !important;
}
.single-practices .seo-text-wrapper h1{
    font-size:23px;
    margin-bottom: 10px;
}
.single-practices .seo-text-wrapper h2{
    font-size:20px;
    /* line-height: 26px; */
    margin-bottom: 10px;
}
.single-practices .seo-text-wrapper h3{
    font-size:18px;
    margin-bottom: 10px;
}
.single-practices .seo-text-wrapper ul {
    padding-left: 0 !important;
    list-style: none !important;
    /* display: flex; */
}

.single-practices .seo-text-wrapper ul li:before {content: "";width: 5px;height: 5px;background: #06a3ff;display: flex;margin-right: 15px;}

.single-practices .seo-text-wrapper ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.single-practices .seo-text-wrapper h1,
.single-practices .seo-text-wrapper h2,
.single-practices .seo-text-wrapper h3{
   text-align: left !important;
   margin-top: 15px;
}
ol {
    padding-left: 0px;
    margin-top: 15px;
}

.single-practices .seo-text-wrapper ol { counter-reset: item; }
     .single-practices .seo-text-wrapper   ol li { display: block; }
    .single-practices .seo-text-wrapper    ol li:before {
            content: counter(item) ". ";
            counter-increment: item;
            color: #00b2ff;
        }
@media screen and (max-width: 800px) {
    .single-image {
        width: 100%;
        height: 220px;
    }
    .development {
        justify-content: flex-start;
    }
    .nav-pills {
        padding-bottom: 0;
    }
    .grid-section {
        padding-top: 40px !important;
    }
    .left-side-home-hero {
        display: none;
    }
    .tel-header {
        display: block !important;
    }
    .main-header.header-sub.header-home {
        padding-top: 8px !important;
    }
    .main-header.header-sub.header-home .navbar-brand {
        display: block !important;
    }
    .main-header.header-sub.header-home .container {
        justify-content: flex-start !important;
    }
    .navbar-brand>img {
        max-width: 130px !important;
    }
    .bl_prak {flex-wrap: wrap;}

.bl_prak a {
    max-width: 50%;
    width: 50%;
    margin-bottom: 24px;
}

.body_modal {
    width: calc(100% - 15px);
    padding: 10px;
}

.body_modal iframe {
    width: 100%;
}

.close {
    top: 5px;
}
}

@media screen and (min-width: 1366px) {
    .container {
        max-width: 1400px;
    }
}

@media (max-width: 1366px) {
    .main-header.header-sub.header-home ul.navbar-nav li.menu-item {
        padding-right: 40px;
    }
}
section.seo_text {
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: #000;
    margin-bottom: 35px;
}

section.seo_text p {
    margin-bottom: 22px;
}

section.seo_text .container {
    height: 81px;
    overflow-y: auto;
    overflow-x: hidden;
}
section.seo_text .container {
  scrollbar-width: thin;
  scrollbar-color: blue orange;
}

section.seo_text .container {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    /* padding:15px; */
}
section.seo_text .container {
  scrollbar-width: thin;
  scrollbar-color: #080c10 white;
}

/* Works on Chrome, Edge, and Safari */
section.seo_text .container::-webkit-scrollbar {
  width: 6px;
}

section.seo_text .container::-webkit-scrollbar-track {
  background: #afafaf
}

section.seo_text .container::-webkit-scrollbar-thumb {
  background-color: #5d5d5e;
  border-radius: 20px;
  border: 3px solid #646463;
}
section.seo_text .container a {
    color: #08b2ff;
}

section.seo_text .container h1 {
    font-size: 28px;
    margin-bottom: 15px;
}

section.seo_text .container h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

section.seo_text .container h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

section.seo_text .container h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

section.seo_text .container ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 9px;
}

section.seo_text .container ul li:before {content: "";width: 5px;height: 5px;border-radius: 50%;border: 1px solid #00b2ff;margin-right: 5px;}