@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");
html {
  box-sizing: border-box;
  font-size: 16px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

hr {
  border: 0;
}

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

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

a,
input,
button,
textarea,
select {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
}

body,
html {
  height: 100%;
}

body {
  font: 100% "Montserrat", sans-serif;
}

p {
  font-size: 16px;
}

.wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.container {
  width: 1140px;
  margin: auto;
}

.container-fluid {
  width: 100%;
}

section.home_banner {
  width: 100%;
  height: 675px;
  background: url(../images/home-banner-image.png) no-repeat;
  background-size: cover;
  color: #fff;
}

section.home_banner header {
  height: auto;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  min-height: 110px;
  background-color: #fff;
  transition: background-color 0.5s;
}
section.home_banner header .header_adj {
  display: block;
  margin: auto;
}

section.home_banner header .top_part {
  height: 40px;
  border-bottom: 1px solid #eee;
}
section.home_banner header .top_part .social_wrapper {
  display: flex;
  float: left;
  height: 39px;
  width: auto;
}
section.home_banner header .top_part a {
  display: block;
  width: 25px;
  height: 25px;
  margin: auto 5px;
  padding: 2px;
}
section.home_banner header .top_part a img {
  display: block;
  width: 18px;
  height: 18px;
}
section.home_banner header .top_part .client_login {
  float: right;
  height: 39px;
  padding: 0 0 0 24px;
  margin: auto 20px;
  background: url(../images/ico_client_login.png) no-repeat;
  background-position: left 0 top 50%;
  display: flex;
  align-items: center;
}
section.home_banner header .top_part .country_selector {
  width: 240px;
  height: 39px;
  float: right;
  position: relative;
}
section.home_banner header .top_part .country_selector .menu_header {
  width: 100%;
  height: 39px;
  background: #356cae url(../images/ico_globe.png) no-repeat;
  background-position: left 10px top 50%;
  color: #fff;
  padding: 0 10px 0 40px;
  display: flex;
  align-items: center;
}
section.home_banner header .top_part .country_selector .menu_header i {
  display: inline-block;
  padding-left: 10px;
}
section.home_banner header .top_part .country_selector .menu_header span {
  display: inline-block;
  padding-left: 10px;
}
section.home_banner header .top_part .country_selectorlang {
  width: 140px;
  height: 39px;
  float: right;
  position: relative;
  margin-left: 5px;
}
section.home_banner header .top_part .country_selectorlang .menu_headerlang {
  width: 100%;
  height: 39px;
  background: #356cae;
  color: #fff;
  padding: 0 10px 0 10px;
  display: flex;
  align-items: center;
}
section.home_banner header .top_part .country_selectorlang .menu_headerlang i {
  display: inline-block;
  padding-left: 10px;
}
section.home_banner header .top_part .country_selectorlang .menu_headerlang span {
  display: inline-block;
  padding-left: 10px;
}

.country_list {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 40px;
  z-index: 10;
  padding: 0 1px;
  display: none;
}
.country_list a {
  display: block;
  background: #111;
  color: #fff;
  padding: 10px 20px !important;
  width: 100% !important;
  margin: 0 !important;
  height: 40px !important;
  border-bottom: 1px solid #333;
}
.country_list a:hover {
  background: #24adff;
}

.country_listlang {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 40px;
  z-index: 10;
  padding: 0 1px;
  display: none;
}
.country_listlang a {
  display: block;
  background: #111;
  color: #fff;
  padding: 10px 20px !important;
  width: 100% !important;
  margin: 0 !important;
  height: 40px !important;
  border-bottom: 1px solid #333;
}
.country_listlang a:hover {
  background: #24adff;
}

section.home_banner header .bottom_part {
  position: relative;
}

section.home_banner header.activeC {
  background-color: #fff;
}

.menu_trigger {
  width: 60px;
  height: 45px;
  float: right;
  position: relative;
  top: 20px;
  display: none;
  transform: scale(0.6);
  cursor: pointer;
}

section.home_banner header .bottom_part .logo_div {
  width: 195px;
  float: left;
  padding: 0px 0;
}
section.home_banner header .bottom_part .logo_div img {
  display: block;
  width: 100%;
  height: auto;
}

section.home_banner header .bottom_part nav {
  width: auto;
  float: right;
  height: 50px;
  line-height: 50px;
}
section.home_banner header .bottom_part nav ul {
  font-size: 14px;
  font-weight: 300;
}
section.home_banner header .bottom_part nav ul li {
  display: inline-block;
  color: #423d39;
}
section.home_banner header .bottom_part nav ul li a {
  display: block;
  margin: 0 15px;
  padding-top: 10px;
}
section.home_banner header .bottom_part nav ul li:hover a {
  color: #2367ac;
}
section.home_banner header .bottom_part nav ul li.active a {
  color: #2367ac;
}
section.home_banner header .bottom_part nav ul li.has_sub {
  position: relative;
}
section.home_banner header .bottom_part nav ul li.has_sub ul {
  display: none;
  position: absolute;
  width: 280px;
  height: auto;
  background: #000;
}
section.home_banner header .bottom_part nav ul li.has_sub ul li {
  display: block;
  padding: 0;
  min-height: 40px;
  background: #000;
  line-height: 40px;
}
section.home_banner header .bottom_part nav ul li.has_sub ul li a {
  padding: 0;
  line-height: inherit;
  color: #fff;
}
section.home_banner header .bottom_part nav ul li.has_sub ul li:hover {
  background: #ccc;
}
section.home_banner header .bottom_part nav ul li.has_sub ul li:hover a {
  color: #000;
}
section.home_banner header .bottom_part nav ul li.has_sub:hover ul {
  display: block;
}

a.learn_more {
  display: block;
  font-size: 14px;
  width: 195px;
  height: 45px;
  line-height: 45px;
  text-align: center;
}

section.home_banner .home_banner_contents {
  width: 600px;
  height: 240px;
  text-align: left;
  padding-top: 200px;
}
section.home_banner .home_banner_contents h2 {
  font-size: 36px;
  line-height: 36px;
  padding-bottom: 30px;
  color:#000;
}
section.home_banner .home_banner_contents p {
  line-height: 30px;
  color:#000;
}
section.home_banner .home_banner_contents a.learn_more {
  color: #2367ac;
  background: #fff;
  margin: 15px 0 0 0;
}

section.home_banner .home_banner_contents.activeC {
  margin-top: 110px;
}

section.under_banner {
  height: 320px;
  width: 100%;
  background: url(../images/under_banner_bg.png) no-repeat;
  background-size: cover;
}

section.under_banner .container {
  display: flex;
}

section.under_banner .box_content {
  width: 50%;
  height: 320px;
  color: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 30px 0;
}
section.under_banner .box_content:last-child {
  border-right: 0;
}

section.under_banner .box_content img {
  width: 80px;
  height: 80px;
  display: block;
  margin: auto;
}

section.under_banner .box_content h4 {
  font-size: 24px;
  margin: 15px 0;
}

section.under_banner .box_content p {
  margin: 15px 0;
  font-weight: 300;
}

section.under_banner .box_content a.learn_more {
  color: #fff;
  background: #24adff;
  margin: 15px auto;
}
section.under_banner .box_content a.learn_more.doubleline {
  line-height: 21px;
}

section.about {
  height: auto;
  padding: 40px 0 80px;
}

section.about .container {
  display: flex;
}

section.about .image_div {
  width: 500px;
  height: auto;
  flex-shrink: 0;
}

section.about .texts_div {
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-left: 20px;
}
section.about .texts_div h2 {
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 50px;
  font-weight: 600;
  padding-left: 20px;
  border-left: 8px solid #24adff;
}
section.about .texts_div p {
  line-height: 30px;
  text-align: justify;
}
section.about .texts_div a.learn_more {
  color: #fff;
  background: #24adff;
  margin: 30px 0 0 0;
}

section.portfolio {
  height: auto;
  padding: 80px 0 1px 0;
  background: #f1f1f2;
  text-align: center;
}
section.portfolio h2 {
  font-size: 34px;
  line-height: 34px;
  margin: auto;
  margin-bottom: 50px;
  font-weight: 600;
  padding-left: 20px;
  border-left: 8px solid #24adff;
  display: table;
}
section.portfolio h2 span {
  font-weight: 300;
}
section.portfolio .big_text {
  color: #356cae;
  text-transform: uppercase;
  margin: 0 auto;
}
section.portfolio .big_text .big_small {
  font-size: 32px;
  font-weight: 300;
}
section.portfolio .big_text .big_big {
  font-size: 52px;
  font-weight: 600;
}
section.portfolio .big_text .big_medium {
  font-size: 60px;
  font-weight: 400;
  display: block;
}
section.portfolio .big_text p{
    text-transform: none;
    padding-top: 15px;
}

.service_container {
  width: 1300px;
  height: auto;
  background: url(../images/service_bg.png?1233) no-repeat;
  background-position: center top;
  margin: 50px auto 50px auto;
  display: flex;
  text-align: center;
}
.service_container .left_column {
  width: 100%;
  margin-right: 50px;
}
.service_container .right_column {
  width: 100%;
  margin-left: 50px;
}
.service_container h3 {
  font-size: 34px;
  font-weight: 600;
  color: #235a9c;
}
.service_container h3 span {
  font-weight: 300;
}
.service_container h4 {
  font-size: 18px;
  padding: 30px 50px 70px;
  line-height: 30px;
}
.service_container .service_block {
  width: 560px;
  height: 260px;
  background: rgba(0, 0, 0, 0);
  margin-bottom: 95px;
}
.service_container .service_block .service_icon {
  width: 140px;
  height: 140px;
  float: left;
}
.service_container .service_block .service_icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.service_container .service_block .service_text {
  float: left;
  width: calc(100% - 140px);
  padding: 0 0 0 20px;
  text-align: left;
}
.service_container .service_block .service_text h3 {
  font-size: 24px;
  font-weight: 700;
  color: #384850;
  padding-bottom: 20px;
}
.service_container .service_block .service_text p {
  line-height: 24px;
}
.service_container .service_block .service_text .learn_more {
  background: #fff;
  border: 1px solid #24adff;
  color: #235a9c;
  margin: 20px 0 0 0;
}
.service_container .service_block .service_text .learn_more:hover {
  color: #fff;
  background: #24adff;
}

section.partners {
  height: auto;
  padding: 80px 0;
  background: #235a9c;
  text-align: center;
}
section.partners h2 {
  font-size: 34px;
  line-height: 34px;
  margin: auto;
  margin-bottom: 50px;
  font-weight: 600;
  padding-left: 20px;
  border-left: 8px solid #24adff;
  display: table;
  color: #fff;
}
section.partners h2 span {
  font-weight: 300;
}
section.partners .big_text {
  color: #24adff;
  text-transform: uppercase;
  border-bottom: 1px solid #356cae;
}
section.partners .big_text .big_small {
  font-size: 46px;
  font-weight: 300;
  display: block;
}
section.partners .big_text .big_big {
  font-size: 68px;
  font-weight: 500;
  display: block;
  margin-bottom: 40px;
}
section.partners .client_logo_container {
  padding: 40px 0;
}
section.partners .client_logo_container .logo_row {
  display: flex;
  justify-content: space-around;
  margin: 20px 0;
}
section.partners .client_logo_container .logo_row .row_cells {
  display: block;
  width: 100%;
  padding: 0 20px;
}
section.partners .client_logo_container .logo_row .row_cells img {
  display: block;
  width: 100%;
  height: auto;
}
section.partners .client_logo_container .logo_row.threes {
  width: 75%;
  margin: auto;
}

section.contact {
  height: auto;
  padding: 80px 0;
}
section.contact .container {
  display: flex;
}
section.contact .left_part {
  width: 100%;
}
section.contact .right_part {
  width: 100%;
}
section.contact .right_part .map_div {
  width: 480px;
  height: 435px;
  background: #ccc;
  margin: auto 0 0 auto;
}
section.contact h2 {
  font-size: 34px;
  line-height: 34px;
  margin: auto;
  margin-bottom: 10px;
  font-weight: 600;
  padding-left: 20px;
  border-left: 8px solid #24adff;
}
section.contact h2 span {
  font-weight: 300;
}
section.contact h3 {
  font-size: 28px;
  color: #24adff;
  padding: 20px 0;
  font-weight: 300;
}
section.contact .form_div {
  padding-bottom: 40px;
}
section.contact .form_div .form_row {
  padding: 10px 0;
  display: flex;
}
section.contact .form_div .form_row button {
  display: block;
  font-size: 14px;
  width: 195px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #24adff;
  color: #fff;
  margin: 0;
  border: 0;
}
section.contact .form_div .form_row .text_box_wrapper {
  width: 100%;
  margin-right: 10px;
}
section.contact .form_div .form_row .text_box_wrapper input[type=text] {
  width: 100%;
  height: 45px;
  border: 1px solid #ccc;
  padding: 0 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}
section.contact .form_div .form_row .text_area_wrapper {
  width: 100%;
  margin-right: 10px;
}
section.contact .form_div .form_row .text_area_wrapper textarea {
  width: 100%;
  height: 145px;
  border: 1px solid #ccc;
  padding: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

footer {
  height: auto;
  background: #000;
}
footer .footer_top {
  background: #235a9c;
}
footer .footer_bottom {
  height: 110px;
  background: #164782;
  color: #fff;
  text-align: center;
  line-height: 110px;
}
footer .container {
  display: flex;
}
footer .left_part {
  width: 100%;
  height: 270px;
}
footer .left_part .logo_div {
  width: 200px;
  padding: 30px 0 10px 0;
  margin: 0;
}
footer .left_part .logo_div img {
  display: block;
  width: 100%;
  height: auto;
}
footer .left_part nav {
  width: auto;
  height: 60px;
  line-height: 50px;
  margin-top: 25px;
  border-bottom: 1px solid #356cae;
}
footer .left_part nav ul {
  font-size: 15px;
  font-weight: 300;
}
footer .left_part nav ul li {
  display: inline-block;
}
footer .left_part nav ul li a {
  display: block;
  margin: 0 35px 0 0;
  padding-top: 10px;
  color: #fff;
}
footer .left_part nav ul li:last-child a {
  margin-right: 0;
}
footer .left_part .social_wrapper {
  display: flex;
  height: 0px;
  width: auto;
  margin-top: 5px;
}
footer .left_part .social_wrapper a {
  display: block;
  width: 24px;
  height: 24px;
  margin: auto 5px;
  padding: 10px 2px;
}
footer .left_part .social_wrapper a img {
  display: block;
  width: 20px;
  height: 20px;
}
footer .right_part {
  width: 100%;
  height: 270px;
  position: relative;
}
footer .right_part .address_div {
  width: 480px;
  height: 360px;
  background: #24adff;
  color: #fff;
  font-size: 16px;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 20px 40px;
}
footer .right_part .address_div h2 {
  font-size: 34px;
  line-height: 34px;
  margin: auto;
  margin-bottom: 30px;
  font-weight: 600;
}
footer .right_part .address_div .address_row {
  padding: 16px 0;
  display: flex;
}
footer .right_part .address_div .address_row .column_1 {
  width:150px;
  margin-right: 20px;
  flex-shrink: 0;
  font-weight: 500;
}
footer .right_part .address_div .address_row .column_1 i {
  display: inline-block;
  margin-right: 10px;
}
footer .right_part .address_div .address_row .column_2 {
  width: 100%;
  font-weight: 300;
  line-height: 30px;
}

section.home_banner header .top_part a.linkedinX,
section.inner_header header .top_part a.linkedinX,
footer .left_part .social_wrapper a.linkedinX {
  height: 26px;
  width: 20px;
  padding: 0;
}

section.home_banner header .top_part a.linkedinX img,
section.inner_header header .top_part a.linkedinX img,
footer .left_part .social_wrapper a.linkedinX img {
  display: block;
  height: auto;
  width: 100%;
}

section.inner_header {
  width: 100%;
  height: auto;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  background: #fff;
  background-size: cover;
  color: #423d39;
}

section.inner_header header {
  height: auto;
  min-height: 110px;
}

section.inner_header header .top_part {
  height: 40px;
  border-bottom: 1px solid #eee;
}
section.inner_header header .top_part .social_wrapper {
  display: flex;
  float: left;
  height: 39px;
  width: auto;
}
section.inner_header header .top_part a {
  display: block;
  width: 25px;
  height: 25px;
  margin: auto 5px;
  padding: 2px;
}
section.inner_header header .top_part a img {
  display: block;
  width: 18px;
  height: 18px;
}
section.inner_header header .top_part .client_login {
  float: right;
  height: 39px;
  padding: 0 0 0 24px;
  margin: auto 20px;
  background: url(../images/ico_client_login_2.png) no-repeat;
  background-position: left 0 top 50%;
  display: flex;
  align-items: center;
}
section.inner_header header .top_part .country_selector {
  width: 240px;
  height: 39px;
  float: right;
  position: relative;
}
section.inner_header header .top_part .country_selector .menu_header {
  width: 100%;
  height: 39px;
  background: #e5e5e5 url(../images/ico_globe_2.png) no-repeat;
  background-position: left 10px top 50%;
  color: #356cae;
  padding: 0 10px 0 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
section.inner_header header .top_part .country_selector .menu_header i {
  display: inline-block;
  padding-left: 10px;
}
section.inner_header header .top_part .country_selector .menu_header span {
  display: inline-block;
  padding-left: 10px;
}
section.inner_header header .top_part .country_selectorlang {
  width: 140px;
  height: 39px;
  float: right;
  position: relative;
  margin-left: 5px;
}
section.inner_header header .top_part .country_selectorlang .menu_headerlang {
  width: 100%;
  height: 39px;
  background: #e5e5e5;
  color: #356cae;
  padding: 0 10px 0 10px;
  display: flex;
  align-items: center;
}
section.inner_header header .top_part .country_selectorlang .menu_headerlang i {
  display: inline-block;
  padding-left: 10px;
}
section.inner_header header .top_part .country_selectorlang .menu_headerlang span {
  display: inline-block;
  padding-left: 10px;
}

.country_list {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 40px;
  z-index: 10;
  padding: 0 1px;
  display: none;
}
.country_list a {
  display: block;
  background: #111;
  color: #fff;
  padding: 10px 20px !important;
  width: 100% !important;
  margin: 0 !important;
  height: 40px !important;
  border-bottom: 1px solid #333;
}
.country_list a:hover {
  background: #24adff;
}

.country_listlang {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 40px;
  z-index: 10;
  padding: 0 1px;
  display: none;
}
.country_listlang a {
  display: block;
  background: #111;
  color: #fff;
  padding: 10px 20px !important;
  width: 100% !important;
  margin: 0 !important;
  height: 40px !important;
  border-bottom: 1px solid #333;
}
.country_listlang a:hover {
  background: #24adff;
}

.about_img {
  width: 100%;
  height: 390px;
  object-fit: cover;
}

section.inner_header header .bottom_part {
  position: relative;
}

.menu_trigger {
  width: 60px;
  height: 45px;
  float: right;
  position: relative;
  top: 20px;
  display: none;
  transform: scale(0.6);
  cursor: pointer;
}

section.inner_header header .bottom_part .logo_div {
  width: 195px;
  float: left;
  padding: 10px 0;
}
section.inner_header header .bottom_part .logo_div img {
  display: block;
  width: 100%;
  height: auto;
}

section.inner_header header .bottom_part nav {
  width: auto;
  float: right;
  height: 50px;
  line-height: 50px;
}
section.inner_header header .bottom_part nav ul {
  font-size: 14px;
  font-weight: 300;
}
section.inner_header header .bottom_part nav ul li {
  display: inline-block;
}
section.inner_header header .bottom_part nav ul li a {
  display: block;
  margin: 0 15px;
  padding-top: 10px;
}
section.inner_header header .bottom_part nav ul li:hover a {
  color: #2367ac;
}
section.inner_header header .bottom_part nav ul li.active a {
  color: #2367ac;
}
section.inner_header header .bottom_part nav ul li.has_sub {
  position: relative;
}
section.inner_header header .bottom_part nav ul li.has_sub ul {
  display: none;
  position: absolute;
  width: 280px;
  height: auto;
  background: #000;
}
section.inner_header header .bottom_part nav ul li.has_sub ul li {
  display: block;
  padding: 0;
  min-height: 40px;
  background: #000;
  line-height: 40px;
}
section.inner_header header .bottom_part nav ul li.has_sub ul li a {
  padding: 0;
  line-height: inherit;
  color: #fff;
}
section.inner_header header .bottom_part nav ul li.has_sub ul li:hover {
  background: #ccc;
}
section.inner_header header .bottom_part nav ul li.has_sub ul li:hover a {
  color: #000;
}
section.inner_header header .bottom_part nav ul li.has_sub:hover ul {
  display: block;
}

section.inner_banner {
  width: 100%;
  height: 250px;
  position: relative;
  margin-top: 110px;
}
section.inner_banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.inner_banner .txt {
  width: 100%;
  height: auto;
  font-size: 42px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 250px;
  text-transform: uppercase;
}

section.about .container.type_2 {
  display: block;
}

section.about.inner_about p {
  padding-bottom: 20px;
  line-height: 30px;
  text-align: justify;
}

section.portfolio .big_text .big_small strong {
  font-weight: 700;
}

.about_two_global_brands {
  width: 1300px;
  height: auto;
  background: url(../images/service_bg_2.png) no-repeat;
  background-position: center top;
  margin: 50px auto;
  display: flex;
  text-align: center;
}
.about_two_global_brands .left_column {
  width: 100%;
  margin-right: 50px;
}
.about_two_global_brands .right_column {
  width: 100%;
  margin-left: 50px;
}
.about_two_global_brands .about_logo {
  text-align: center;
}
.about_two_global_brands .about_logo img {
  display: block;
  margin: auto;
}
.about_two_global_brands h3 {
  font-size: 28px;
  padding: 35px 50px 15px;
  line-height: 30px;
  font-weight: 700;
  color: #2367ac;
}
.about_two_global_brands p {
  text-align: center;
  padding-bottom: 20px;
  line-height: 30px;
}

section.case_studies {
  width: 100%;
  height: 260px;
  background: url(../images/bg_case_study.png) no-repeat;
  background-size: cover;
  display: flex;
}
section.case_studies .left_part {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  padding: 0 60px;
  line-height: 260px;
  text-align: right;
  border-right: 2px solid #0b3970;
  position: relative;
}
section.case_studies .left_part img {
  vertical-align: middle;
  padding-right: 40px;
}
section.case_studies .left_part span {
  display: inline-block;
}
section.case_studies .right_part {
  width: 100%;
  line-height: 260px;
  padding-left: 60px;
}
section.case_studies .right_part a.learn_more {
  display: inline-block;
  font-size: 14px;
  width: 195px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  background: #24adff;
  margin: 15px auto;
}

section.services {
  background: #fff;
}

section.services header {
  display: flex;
  padding-bottom: 30px;
  padding: 50px 0 0 0;
}
section.services header .service_icon {
  flex-shrink: 0;
  width: 140px;
  height: 140px;
  display: block;
  margin-right: 40px;
}
section.services header .service_icon img {
  display: block;
  width: 100%;
  height: auto;
}
section.services header .service_header {
  width: 100%;
  padding-top: 20px;
}
section.services header .service_header h2 {
  font-size: 34px;
  line-height: 34px;
  height: 34px;
  margin-bottom: 40px;
  font-weight: 700;
  padding: 0;
  padding-left: 20px;
  color: #384850;
  border-left: 8px solid #24adff;
}
section.services header .service_header h2 span {
  font-weight: 300;
}
section.services header .service_header h4 {
  color: #2367ac;
  font-size: 18px;
}

section.services .texts_div {
  width: 100%;
  height: auto;
  padding: 20px 0 50px 0;
}
section.services .texts_div p {
  line-height: 30px;
  padding-bottom: 10px;
}
section.services .texts_div a.learn_more {
  color: #fff;
  background: #24adff;
  margin: 30px 0 0 0;
}

section.services2 {
  background: #235a9c;
  padding: 20px 0;
}
section.services2 .block_1 {
  padding: 20px 0 40px 0;
  color: #fff;
}
section.services2 .block_1 h2 {
  font-size: 34px;
  line-height: 34px;
  height: 34px;
  margin-bottom: 20px;
  font-weight: 300;
  padding: 0;
  padding-left: 20px;
  color: #fff;
  border-left: 8px solid #24adff;
}
section.services2 .block_1 ul {
  padding: 0 0 0 30px;
}
section.services2 .block_1 ul li {
  padding-left: 30px;
  height: 40px;
  background: url(../images/bull_blue.png) no-repeat;
  background-position: left 0 top 50%;
  line-height: 40px;
  font-size: 16px;
  font-weight: 300;
}

section.services_casestudy {
  background: #f1f1f2;
  padding: 20px 0;
}
section.services_casestudy h3 {
  font-size: 24px;
  color: #2367ac;
  font-weight: 500;
  padding-bottom: 30px;
}
section.services_casestudy h3 span {
  font-weight: 300;
}
section.services_casestudy p {
  line-height: 30px;
  padding-bottom: 20px;
}

p.blue_bold {
  color: #356cae;
  font-weight: 600;
}

ul.case_bulls {
  padding: 0 0 30px 30px;
}
ul.case_bulls li {
  padding-left: 30px;
  height: auto;
  background: url(../images/bull_blue.png) no-repeat;
  background-position: left 0 top 8px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 300;
}
ul.case_bulls li span {
  font-weight: 600;
  color: #356cae;
  font-size: 100%;
}

.image_n_para {
  padding: 20px 0 0 0;
}
.image_n_para img {
  display: block;
  padding-right: 20px;
  float: left;
}
.image_n_para img.righted {
  float: right;
  padding-right: 0;
  padding-left: 20px;
  max-width: 360px;
}
.image_n_para h3 {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 20px;
}
.image_n_para p {
  padding-bottom: 20px;
}

.temp_line {
  width: 100%;
  height: 50px;
  background: url(../images/templine.png) no-repeat;
  background-position: left0 top 50%;
}

.breadcrumb {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 30px;
  bottom: 20px;
  left: 0;
  text-align: center;
  color: #fff;
}
.breadcrumb span {
  display: inline-block;
  padding: 5px 10px;
}

.texts_div p {
  text-align: justify;
}

section.case_studies .left_part span em {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  position: relative;
  line-height: 1px;
}

.career_head {
  font-size: 20px;
  padding-bottom: 20px;
  font-weight: 600;
}

#nav-icon1 {
  width: 60px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #356cae;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 18px;
}

#nav-icon1 span:nth-child(3) {
  top: 36px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media screen and (max-width: 1600px) {
  .service_container .service_block .service_icon {
    width: 120px;
    height: 120px;
  }

  .service_container {
    background-size: 96px;
  }
}
@media screen and (max-width: 1500px) {
  section.case_studies .left_part {
    padding: 0 10px;
  }

  section.case_studies .left_part img {
    width: 120px;
    height: auto;
  }
}
@media screen and (max-width: 1440px) {
  section.portfolio .big_text .big_small,
section.partners .big_text .big_small {
    font-size: 28px;
  }

  section.portfolio .big_text .big_big,
section.partners .big_text .big_big {
    font-size: 48px;
  }

  section.portfolio .big_text .big_medium {
    font-size: 40px;
  }

  section.inner_header header .bottom_part nav ul li a {
    margin: 0 20px;
  }
}
@media screen and (max-width: 1366px) {
  p {
    font-size: 14px;
  }

  section.home_banner {
    height: 600px;
  }

  .about_img {
    height: 340px;
  }

  section.about .texts_div {
    padding-top: 20px;
  }

  section.home_banner .home_banner_contents {
    padding-top: 150px;
  }

  a.learn_more {
    width: 185px;
    height: 40px;
    line-height: 40px;
  }

  section.home_banner .home_banner_contents h2 {
    font-size: 32px;
  }

  section.under_banner {
    height: 280px;
  }

  section.under_banner .box_content img {
    width: 70px;
    height: 70px;
  }

  section.under_banner .box_content h4 {
    font-size: 20px;
  }

  .container {
    width: 1000px;
  }

  section.under_banner {
    height: auto;
  }

  section.under_banner .box_content {
    height: auto;
  }

  section.home_banner header .bottom_part nav ul li a {
    margin: 0 20px;
  }

  section.about .texts_div h2,
section.portfolio h2,
section.partners h2,
section.contact h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .service_container {
    width: 1100px;
    background-size: 85px;
    height: 1300px;
  }

  .about_two_global_brands {
    width: 1100px;
  }
  .about_two_global_brands h3 {
    font-size: 24px;
  }

  .service_container .service_block {
    width: 520px;
  }

  section.portfolio .big_text .big_small,
section.partners .big_text .big_small {
    font-size: 28px;
  }

  section.portfolio .big_text .big_big,
section.partners .big_text .big_big {
    font-size: 40px;
  }

  section.portfolio .big_text .big_medium {
    font-size: 32px;
  }

  .service_container h3 {
    font-size: 24px;
  }

  .service_container h4 {
    font-size: 16px;
    padding-bottom: 50px;
  }

  .service_container .service_block {
    margin-bottom: 40px;
  }

  .service_container .service_block .service_text h3 {
    font-size: 20px;
  }

  .service_container .service_block .service_icon {
    width: 100px;
    height: 100px;
  }

  section.contact .right_part,
footer .right_part {
    width: 360px;
    flex-shrink: 0;
  }

  section.contact .right_part .map_div,
footer .right_part .address_div {
    /*width: 100%;*/
  }

  footer .right_part .address_div .address_row {
    display: flex; /* was block */
    padding: 20px 0 0 0;
  }

  footer .right_part .address_div {
    font-size: 14px;
  }

  footer .right_part .address_div h2 {
    font-size: 24px;
  }

  footer .left_part nav ul {
    font-size: 14px;
  }

  footer .left_part {
    padding-right: 90px;
  }

  section.contact .left_part {
    padding-right: 90px;
  }

  section.contact .form_div .form_row button {
    width: 185px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  ul.case_bulls li {
    font-size: 14px;
  }

  section.services header .service_header h2,
section.services2 .block_1 h2 {
    height: 30px;
    line-height: 30px;
    font-size: 24px;
  }

  section.services2 .block_1 ul li {
    font-size: 14px;
  }

  section.inner_banner .txt {
    font-size: 36px;
  }

  section.portfolio .big_text {
    padding: 0 40px;
  }

  section.home_banner header .bottom_part nav ul,
section.inner_header header .bottom_part nav ul {
    font-size: 14px;
  }

  section.home_banner header .top_part .country_selector,
section.home_banner header .top_part .country_selectorlang {
    font-size: 13px;
  }
}
@media screen and (max-width: 1360px) {
  .adj_div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 0;
  }

  section.case_studies .left_part {
    line-height: unset;
    text-align: center;
  }

  section.case_studies .left_part img {
    display: block;
    margin: auto;
    position: relative;
    padding-right: 0;
    width: 100px;
  }

  section.case_studies .left_part span {
    position: relative;
    top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .container,
.service_container {
    width: 100%;
    padding: 0 20px;
  }

  .about_two_global_brands {
    width: 100%;
    padding: 0 20px;
  }

  section.under_banner .box_content img {
    width: 50px;
    height: 50px;
  }

  section.about .image_div {
    width: 300px;
  }

  section.about .texts_div {
    padding-top: 48px;
  }

  .service_container h4 {
    padding-bottom: 20px;
    width: 80%;
    margin: auto;
  }

  .service_container {
    display: block;
    background: none;
    height: auto;
  }

  .service_container > div > h3 {
    display: table;
    margin: auto;
    border-bottom: 2px solid #356cae;
  }

  .service_container h3 br {
    display: none;
  }

  .service_container h3 span {
    display: inline-block;
    margin-left: 10px;
  }

  .service_container .service_block {
    height: auto;
    width: 80%;
    margin: 20px auto 40px;
  }

  .service_container .service_block .service_icon {
    float: none;
    margin: 10px auto;
  }

  .service_container .service_block .service_text {
    float: none;
    margin: 10px auto;
    text-align: center;
  }

  .service_container .service_block .service_text .learn_more {
    margin: 10px auto;
  }

  .service_container .left_column,
.service_container .right_column {
    margin: auto;
  }

  section.inner_banner .txt {
    font-size: 32px;
  }

  section.portfolio .big_text .big_small,
section.partners .big_text .big_small {
    font-size: 24px;
  }

  section.portfolio .big_text .big_big,
section.partners .big_text .big_big {
    font-size: 38px;
  }

  section.portfolio .big_text .big_medium {
    font-size: 30px;
  }
}
@media screen and (max-width: 1023px) {
  /*less than 1024*/
  .menu_trigger {
    display: block;
  }

  footer .left_part {
    padding-right: 0;
  }

  section.contact .left_part {
    padding-right: 0;
  }

  .about_two_global_brands .left_column {
    padding-bottom: 50px;
  }

  .about_two_global_brands h3 {
    padding-top: 20px;
  }

  section.home_banner header .bottom_part nav ul li.has_sub {
    height: auto;
  }
  section.home_banner header .bottom_part nav ul li.has_sub > a {
    height: 40px;
  }
  section.home_banner header .bottom_part nav ul li.has_sub ul {
    position: relative;
    width: 100%;
  }
  section.home_banner header .bottom_part nav ul li.has_sub ul li a span {
    display: none;
  }

  section.inner_header header .bottom_part nav ul li.has_sub {
    height: auto;
  }
  section.inner_header header .bottom_part nav ul li.has_sub > a {
    height: 40px;
  }
  section.inner_header header .bottom_part nav ul li.has_sub ul {
    position: relative;
    width: 100%;
  }
  section.inner_header header .bottom_part nav ul li.has_sub ul li a span {
    display: none;
  }

  section.case_studies {
    height: auto;
    display: block;
  }
  section.case_studies .left_part {
    height: 200px;
    padding: 30px;
    font-size: 18px;
    text-align: center;
    line-height: 18px;
  }
  section.case_studies .left_part img {
    display: block;
    margin: auto;
    padding: 0 0 20px 0;
  }
  section.case_studies .right_part {
    padding: 30px;
    height: auto;
  }
  section.case_studies .right_part a.learn_more {
    margin: auto;
    display: block;
  }

  .about_two_global_brands {
    display: block;
    background: none;
  }

  .about_two_global_brands .right_column {
    margin-left: 0;
  }

  section.home_banner header .bottom_part nav,
section.inner_header header .bottom_part nav {
    width: 320px;
    float: none;
    height: auto;
    line-height: inherit;
    background: #356cae;
    position: absolute;
    transition: right 0.5s;
    right: -350px;
    top: 70px;
  }
  section.home_banner header .bottom_part nav ul,
section.inner_header header .bottom_part nav ul {
    font-size: 15px;
    font-weight: 300;
  }
  section.home_banner header .bottom_part nav ul li,
section.inner_header header .bottom_part nav ul li {
    display: block;
    height: 40px;
    width: 100%;
  }
  section.home_banner header .bottom_part nav ul li a,
section.inner_header header .bottom_part nav ul li a {
    display: block;
    margin: 0 30px;
    padding-top: 10px;
    color:#fff !important;
  }
  section.home_banner header .bottom_part nav ul li:hover a,
section.inner_header header .bottom_part nav ul li:hover a {
    color: #fff;
  }
  section.home_banner header .bottom_part nav ul li.active a,
section.inner_header header .bottom_part nav ul li.active a {
    color: #fff;
  }
  section.home_banner header .bottom_part nav.open,
section.inner_header header .bottom_part nav.open {
    right: 0;
  }

  section.inner_header header .bottom_part nav ul li a {
    color: #fff;
  }

  section.contact h3 {
    font-size: 24px;
  }

  section.contact .container,
footer .container {
    display: block;
  }

  section.contact .right_part,
footer .right_part {
    width: 100%;
  }

  footer .right_part .address_div {
    position: relative;
    height: auto;
  }

  footer .right_part {
    height: auto;
    padding-bottom: 20px;
  }

  footer .right_part .address_div .address_row {
    display: flex;
  }

  section.about .container {
    display: block;
  }

  section.about .image_div {
    width: 100%;
    height: 200px;
  }

  section.about .image_div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    object-position: 0% 40%;
  }

  section.about .texts_div {
    padding-left: 0;
  }

  section.inner_banner {
    z-index: -1;
  }

  section.portfolio .big_text {
    padding: 0 10px;
  }

  section.home_banner {
    height: 500px;
  }
}
@media screen and (max-width: 640px) {
  section.services header .service_icon {
    width: 100px;
    height: 100px;
  }

  section.inner_banner {
    height: 160px;
  }

  section.inner_banner .txt {
    font-size: 28px;
    line-height: 34px;
    top: 50%;
    transform: translateY(-50%);
  }

  .temp_line {
    background-size: 100% auto;
  }

  section.services header .service_header h2,
section.services2 .block_1 h2 {
    font-size: 24px;
    height: 24px;
    line-height: 24px;
  }

  section.services2 .block_1 ul li {
    height: auto;
    background-position: left 0 top 12px;
  }

  section.home_banner header .top_part .social_wrapper,
section.inner_header header .top_part .social_wrapper {
    display: none;
  }

  section.home_banner header .top_part .client_login,
section.inner_header header .top_part .client_login {
    float: left;
    margin: 0;
  }

  section.home_banner header .top_part .country_selector,
section.inner_header header .top_part .country_selector {
    width: 75px;
    float: left;
  }

  section.home_banner header .top_part .country_selector .menu_header span,
section.inner_header header .top_part .country_selector .menu_header span {
    display: none;
  }

  .country_list {
    width: 200px;
  }

  section.home_banner .home_banner_contents {
    width: 100%;
  }

  section.under_banner .box_content p {
    display: none;
  }

  section.partners .big_text .big_small.inner {
    font-size: 28px;
  }

  .service_container > div > h3 {
    font-size: 24px;
  }

  .service_container h4 {
    width: 100%;
  }

  .service_container .service_block .service_text {
    width: 100%;
    padding: 0;
  }

  .service_container .service_block {
    width: 100%;
  }

  section.partners .client_logo_container .logo_row {
    display: block;
  }

  section.partners .client_logo_container .logo_row .row_cells {
    width: 100%;
    max-width: 280px;
    margin: 20px auto;
  }

  footer .left_part nav {
    display: none;
  }

  footer .left_part {
    height: 200px;
  }

  .image_n_para img.righted {
    width: 240px;
  }
}
@media screen and (max-width: 480px) {
  .image_n_para img.righted {
    width: 100%;
    display: block;
    float: none;
    margin: auto;
  }

  section.services header {
    display: block;
  }

  section.services header .service_icon {
    display: none;
  }

  section.under_banner .container {
    display: block;
  }

  section.under_banner .box_content {
    width: 100%;
    border: 0;
    padding: 10px 0;
  }

  section.partners .big_text .big_small.inner {
    font-size: 24px;
  }

  section.home_banner .home_banner_contents h2 {
    font-size: 24px;
  }

  section.under_banner .box_content h4 {
    font-size: 16px;
  }

  section.under_banner .box_content img {
    width: 40px;
    height: 40px;
  }

  section.about .texts_div h2,
section.portfolio h2,
section.partners h2,
section.contact h2 {
    font-size: 24px;
  }

  footer .right_part .address_div .address_row {
    display: block;
  }

  footer .right_part .address_div .address_row .column_1 {
    margin-right: 0;
    margin-bottom: 10px;
  }

  footer .right_part .address_div .address_row .column_2 {
    font-size: 14px;
    line-height: 20px;
  }

  section.inner_banner .txt {
    top: 40%;
  }

  .breadcrumb {
    bottom: 40px;
  }
}
@media screen and (max-width: 420px) {
  section.home_banner {
    height: 560px;
  }
}
#pbf{
    display:none;
}

/*adjustemnts*/
footer .right_part .address_div .address_row .column_1{text-align: left!important;}