@font-face {
  font-family: 'NotoSans';
  src: url('../fonts/NotoSans-Regular/NotoSans-Regular.eot');
  src: url('../fonts/NotoSans-Regular/NotoSans-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/NotoSans-Regular/NotoSans-Regular.svg#NotoSans-Regular') format('svg'),
       url('../fonts/NotoSans-Regular/NotoSans-Regular.ttf') format('truetype'),
       url('../fonts/NotoSans-Regular/NotoSans-Regular.woff') format('woff'),
       url('../fonts/NotoSans-Regular/NotoSans-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NotoSans';
  src: url('../fonts/NotoSans-Medium/NotoSans-Medium.eot');
  src: url('../fonts/NotoSans-Medium/NotoSans-Medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/NotoSans-Medium/NotoSans-Medium.svg#NotoSans-Medium') format('svg'),
       url('../fonts/NotoSans-Medium/NotoSans-Medium.ttf') format('truetype'),
       url('../fonts/NotoSans-Medium/NotoSans-Medium.woff') format('woff'),
       url('../fonts/NotoSans-Medium/NotoSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
/*@font-face {
  font-family: 'circular-bold';
  src: url('../fonts/circular-bold/lineto-circular-pro-bold.eot');
  src: url('../fonts/circular-bold/lineto-circular-pro-bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/circular-bold/lineto-circular-pro-bold.svg#NotoSans-Regular') format('svg'),
       url('../fonts/circular-bold/lineto-circular-pro-bold.ttf') format('truetype'),
       url('../fonts/circular-bold/lineto-circular-pro-bold.woff') format('woff'),
       url('../fonts/circular-bold/lineto-circular-pro-bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'circular-medium';
  src: url('../fonts/circular-medium/lineto-circular-pro-medium.eot');
  src: url('../fonts/circular-medium/lineto-circular-pro-medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/circular-medium/lineto-circular-pro-medium.svg#NotoSans-Regular') format('svg'),
       url('../fonts/circular-medium/lineto-circular-pro-medium.ttf') format('truetype'),
       url('../fonts/circular-medium/lineto-circular-pro-medium.woff') format('woff'),
       url('../fonts/circular-medium/lineto-circular-pro-medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'circular-book';
  src: url('../fonts/circular-book/lineto-circular-pro-book.eot');
  src: url('../fonts/circular-book/lineto-circular-pro-book.eot?#iefix') format('embedded-opentype'),
       url('../fonts/circular-book/lineto-circular-pro-book.svg#NotoSans-Regular') format('svg'),
       url('../fonts/circular-book/lineto-circular-pro-book.ttf') format('truetype'),
       url('../fonts/circular-book/lineto-circular-pro-book.woff') format('woff'),
       url('../fonts/circular-book/lineto-circular-pro-book.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}*/
/* Let's get this party started */

::-webkit-scrollbar {

    width: 6px;

    background: #f6f6f6 ;

}
/* Track */

::-webkit-scrollbar-track {

    border-radius: 0px;

}

/* Handle */

::-webkit-scrollbar-thumb {

    background:#0C3A56;

}
::-webkit-scrollbar-thumb:window-inactive {

  background:#0C3A56;

}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}
body{
    font-family: 'NotoSans', sans-serif;
    background-color: #fff;
    font-size:12px;
    font-weight:400;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'NotoSans', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0;
}
p{
  margin:0;
}
html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: middle;

}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}


a,button {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

p{
  margin: 0;
}
a {
  cursor: pointer !important;
  text-decoration: none !important;
}
a:hover,a:active,a:focus,a:visited{
  text-decoration: none !important;
}

input, textarea, a, button {
  outline: none !important;
  text-decoration: none;
}

.margin-auto{
  margin: 0 auto;
  float: none !important;
}

/* img hover */
.img-hover {
  overflow: hidden;
  display: block;
}

.img-hover > img {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

img{
  max-width: 100%;
}
/* end img hover */
.main-wrapper {
  position: relative;
  min-height: 100%;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  overflow: hidden;
}
/*mobile menu*/
/*menu*/
.menu-mobile{
  position: fixed;
  right: 0px;
  top: 0px;
  bottom: 0;
  height: 100%;
  width: 250px;
  background-color: #FFFFFF;
  z-index: 1001;
  overflow-y:auto;
  -webkit-transform:translateX(275px);
  -moz-transform:translateX(275px);
  -ms-transform:translateX(275px);
  -o-transform:translateX(275px);
  transform:translateX(275px);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  -webkit-box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.2);
  box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.2);
}
.brand-area{
  position: relative;
  padding-top: 20px;
}
.brand-area a {
    width:90%;
    height: auto;
    display: block;
    background-size: contain;
    margin: 0px auto 0 auto;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.brand-area a > img{
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.mmenu > ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.mmenu > ul > li > a {
    display: block;
    border-bottom: 1px solid rgba(70,76,80,0.05);
    color: #464C50;
    font-size: 16px;
    padding: 10px;
    transition: all .3s;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
}
.mmenu > ul > li > a > i{
  margin-left: 5px;
}
.mmenu > ul > li:hover  > a{
    background: #0076BF;
    color: #ffffff;
    border-color: #0076BF;
}
.register-mobile{
  margin-top: 0 !important;
}
.register-mobile li:last-child > a{
  border-bottom: 0;
}
.plusIcon{
  font-size: 14px;
  margin-left: 5px;
}
.m-overlay {
    position: fixed;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #333;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.menu-toggle {
    overflow: hidden;
}
.menu-toggle .m-overlay {
    opacity: 0.6;
    visibility: visible;
}
.menu-toggle .menu-mobile {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

}
.menu-toggle .main-wrapper{
  -webkit-transform:translate3d(-250px,0,0);
  -moz-transform:translate3d(-250px,0,0);
  -ms-transform:translate3d(-250px,0,0);
  -o-transform:translate3d(-250px,0,0);
  transform:translate3d(-250px,0,0);
}
html.menu-toggle{
  overflow: hidden;
}
#header .menu-trigger {
  cursor: pointer;
  position: relative;
  width: 34px;
  height: 34px;
  text-indent: -9999em;
  z-index: 99;
  display: none;
  margin-right: 12px;
  background-color: #0076BF;
  border-radius: 10px;
  padding: 5px;
}
#header .menu-trigger span,
#header .menu-trigger span:before,
#header .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  left: 7px;
}
#header .menu-trigger span:before,
#header .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
}
#header .menu-trigger span:after {
  width: 100%;
}
#header .menu-trigger span:before,
#header .menu-trigger span:after {
  content: "";
}
#header .menu-trigger span {
  top: 16px;
}
#header .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -7px;
  z-index: 10;
}
#header .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 7px;
}

#header .menu-trigger.active span,
#header .menu-trigger.active span:before,
#header .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

#header .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #ffffff;
}
#header .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #ffffff;
}
#header{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: #FFFFFF;
}
.content_header{
  padding: 15px 0;
}
.logo_site > a{
  display: inline-block;
}
.main_menu{
  margin-left: 40px;
}
.main_menu > li{
  float: left;
  margin-right: 30px;
}
.main_menu > li:last-child{
  margin-right: 0;
}
.main_menu > li > a{
  display: inline-block;
  color: #464C50;
  font-size: 14px;
}
.main_menu > li > a:hover{
  color: #0076BF;
}
.header_search {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: transparent;
    text-align: center;
    font-size: 16px;
    border-radius: 14px;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header_search:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 100%;
}
.header_search-button {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin-top: 0;
    position: relative;
}
.header_search-button:before, .header_search-button:after {
    content: '';
    position: absolute;
    top: 0;
    left:-2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #8F9396
}
.header_search-button:before {
    width: 90%;
    height: 90%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border-width: 1px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s,background-color 0s linear 0s;
    -o-transition: all .3s,background-color 0s linear 0s;
    -moz-transition: all .3s,background-color 0s linear 0s;
    transition: all .3s,background-color 0s linear 0s;
}
.header_search-button:after {
    border-width: .5px;
    width: 0;
    height: 35%;
    left: 15px;
    top: 90%;
    margin-left: 0;
    margin-top: 0;
    background-color: currentColor;
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    -moz-transform: translate(-50%,-50%) rotate(-45deg);
    -ms-transform: translate(-50%,-50%) rotate(-45deg);
    -o-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.header_search.search_standard .header_search-field {
    position: absolute;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 2;
    top: 100%;
    margin-top: 20px;
    right: -10px;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale3d(0.8,0.8,0.8);
    -moz-transform: scale3d(0.8,0.8,0.8);
    transform: scale3d(0.8,0.8,0.8);
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    -webkit-box-shadow: 0px 6px 20px 0 rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 6px 20px 0 rgba(0,0,0,0.07);
    box-shadow: 0px 6px 20px 0 rgba(0,0,0,0.07);
    background-color: #fff;
}
.header_search.search_standard .header_search-field .search-form {
    position: relative;
    z-index: 1;
}
.header_search.search_standard .header_search-field .search-field {
    height: 50px;
    width: 270px;
    font-weight: 400;
    padding: 0 40px 0 18px;
    background: rgba(12, 58, 86, 0.05);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
}
.header_search .search-field::-moz-placeholder {
  color:#8F9396;
  font-size: 14px;
}
.header_search .search-field:-ms-input-placeholder {
  color:#8F9396;
  font-size: 14px;
}
.header_search .search-field::-webkit-input-placeholder {
  color:#8F9396;
  font-size: 14px;
}
.header_search.search_standard .header_search-field .search-button {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 50px;
    right: 0;
    top: 0;
    font-size: 0;
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.header_search.search_standard .header_search-field .search-form:after {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 100%;
    top: 0;
    right: 0;
    content: "\f002";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 21px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    color: #bababa;
}
.header_search.header_search-open.search_standard .header_search-button:before,
.header_search.header_search-open.search_alt .header_search-button:before {
    width: 0;
    height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-width: .5px;
    left: 40%;
    background-color: currentColor;
    -webkit-transition: all .3s,background-color 0s linear .3s;
    -o-transition: all .3s,background-color 0s linear .3s;
    -moz-transition: all .3s,background-color 0s linear .3s;
    transition: all .3s,background-color 0s linear .3s;
    -webkit-transform: translateX(-0.5px) rotate(45deg);
    -moz-transform: translateX(-0.5px) rotate(45deg);
    -ms-transform: translateX(-0.5px) rotate(45deg);
    -o-transform: translateX(-0.5px) rotate(45deg);
    transform: translateX(-0.5px) rotate(45deg);
}
.header_search.header_search-open.search_standard .header_search-button:after,
.header_search.header_search-open.search_alt .header_search-button:after {
    height: 100%;
    left: 40%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    -moz-transform: translate(-50%,-50%) rotate(-45deg);
    -ms-transform: translate(-50%,-50%) rotate(-45deg);
    -o-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
}
.header_search.header_search-open.search_standard .header_search-field,
.header_search.header_search-open.search_alt .header_search-field {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.btn_prim{
  background-color: #0076BF;
  color:#F9F9F9;
  border-radius: 10px;
  font-size:15px;
  font-weight: 500;
  padding: 12px 20px;
  border-color: #0076BF;
  box-shadow: none !important;
  text-transform: capitalize;
  outline: none !important;
}
.btn_prim:hover{
  background-color: #FFFFFF;
  color: #0076BF;
}
.head_right .btn_prim{
  margin-left: 30px;
}
.sc_bk_home{
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.sc_bk_home:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 58, 86, 0.5);
  z-index: -1;
}
.cn_home{
  position: relative;
  padding: 120px 0;
  height: 600px;
}
.cn_home_center{
  width: 100%;
  height: 100%;
}
.home_txt{
  text-align: center;
}
.home_txt h2{
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 500;
}
.box_cn_clients{
  position: relative;
  border-radius: 150px;
  padding: 15px 50px;
  z-index: 2;
  margin-top: -55px;
  background-color: #FFFFFF;
  margin-bottom: 50px;
}
.client_itm{
  position: relative;
  text-align: center;
  height: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.client_itm img{
  margin: auto;
  max-height: 100%;
  width: auto !important;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all .3s ease;
  opacity: 0.8;
}
.client_itm:hover img{
  filter: none;
}
#client_slider .owl-dots{
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  text-align: center;
}
#client_slider .owl-dots > button{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 3px;
  background-color: rgba(197, 203, 208, 1);
}
#client_slider .owl-dots > button.active{
  background-color: rgba(0, 118, 191, 1);
}
.bk_statistics{
  padding-top: 20px;
}
.statistic_itm{
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.stati_icon{
  position: relative;
  height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
}
.stati_icon > img{
  margin: auto;
  max-height: 100%;
}
.stati_num{
  color: rgba(28, 32, 35, 1);
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 10px;
}
.statistic_itm p{
  color: rgba(143, 147, 150, 1);
  font-size: 14px;
}
.stati_num span{
  display: inline-block;
}
.bk_community{
  position: relative;
  padding: 50px 0 0;
}
.head_community_txt{
  margin-bottom: 30px;
}
.head_community_txt h2{
  color: #1C2023;
  font-size: 28px;
  font-weight: 500;
}
.community_pic img{
  width: 100%;
  border-radius: 10px;
}
.itms_bbt_group{
  position: relative;
  padding-right: 50px;
}
.bk_community:before {
    content: '';
    position: absolute;
    top: -70px;
    left: -145px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/comm_bg.png);
    background-size: 350px;
}
.itm_bbt{
  margin-bottom: 30px;
}
.icon_bbt{
  float: left;
  width: 70px;
}
.txt_bbt{
  margin-left: 100px;
}
.txt_bbt h3{
  color: rgba(28, 32, 35, 1);
  font-size: 24px;
  font-weight: 500;
}
.txt_bbt p{
  color: #464C50;
  font-size: 14px;
  margin-top: 10px;
}
.community_rws{
  margin-bottom: 100px;
}
.grp_txt{
  position: relative;
}
.grp_txt h2{
  color: #1C2023;
  font-size: 40px;
  font-weight: 500;
  white-space: pre-line;
  margin-bottom: 20px;
}
.grp_txt p{
  color: #464C50;
  font-size: 14px;
  margin-bottom: 20px;
}
.btn_trans{
  display: inline-block;
  box-shadow: none !important;
  outline: none !important;
  border:1px solid #0076BF;
  border-radius: 10px;
  color: #0076BF;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  background-color: transparent;
  text-transform: capitalize;
}
.btn_trans:hover{
  color: #FFFFFF;
  background-color: #0076BF;
}
.sc_bk_real{
  position: relative;
  padding: 100px 0;
  background-color: rgba(12, 58, 86, 0.05);
  overflow: hidden;
}
.pic_real{
  position: relative;
  z-index: 1;
}
.pic_real:before{
  content: '';
  position: absolute;
  bottom: -120px;
  right: -80px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/shape.png);
  background-size: contain;
  background-position: bottom right;
  z-index: -1;
}
.pic_real img{
  width: 100%;
  border-radius: 10px;
}
.pl-50{
  padding-left: 50px;
}
.pr-50{
  padding-right: 50px;
}
.sc_bk_projects{
  padding: 100px 0;
  background-repeat: no-repeat;
  background-image: url(../images/bg_proj.png);
  background-position: 95% 105%;
  background-size: 430px;
}
.sc_head_title{
  color: #1C2023;
  font-weight: 500;
  font-size: 40px;
  text-transform: capitalize;
}
.sc_head_txt p{
  color: #464C50;
  font-size: 14px;
}
.sc_head{
  margin-bottom: 50px;
}
.project_item{
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-color: #FFFFFF;
  /*-webkit-box-shadow: 0px 10px 30px 0px rgba(25,25,25,0.05);
  -moz-box-shadow: 0px 10px 30px 0px rgba(25,25,25,0.05);
  box-shadow: 0px 10px 30px 0px rgba(25,25,25,0.05);*/
}

.project_thumb{
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  height: 270px;
}
.project_thumb img{
  width: 100%;
  object-fit: cover;
  height: inherit;
}
.pro_cost{
  position: absolute;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 15px 10px;
  text-align: center;
  z-index: 2;
  top: 20px;
  right: 20px;
  color: #464C50;
  font-size: 13px;
  min-width: 85px;
}
.pro_cost span{
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #1C2023;
}
.project_txt{
  padding-top: 20px;
}
.project_txt h2{
  color: #1C2023;
  font-size: 18px;
  line-height: 26px;
  height: 26px;
  font-weight: 500;
  overflow: hidden;
}
.project_txt h2 > a{
  display: inline-block;
  color: #1C2023;
}
.project_txt h2 > a:hover{
  color: #0076BF;
}
.project_txt > p{
  color: #464C50;
  font-size: 15px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  margin-top: 10px;
}
.pro_meta{
  margin-top: 20px;
}
.meta_pro_itm{
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.meta_pro_itm:last-child{
  margin-right: 0;
}
.mm_icon{
  float: left;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 118, 191, 0.1);
  border-radius: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
}
.mm_icon > img{
  margin: auto;
  max-height: 100%;
  width: 15px !important;
}
.mm_txt{
  margin-left: 55px;
  padding-top: 2px;
}
.mm_txt h3{
  color: #464C50;
  font-size: 13px;
}
.mm_txt p{
  color: #1C2023;
  font-size: 14px;
}
.btn_dt{
  display: table;
  margin: 30px auto 0;
}
.sc_bk_opportunities{
  position: relative;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.sc_bk_opportunities:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12,58,86,0.8);
  z-index: -1;
}
.bg_oppor_txt{
  text-align: center;
}
.bg_oppor_txt h2{
  color: #FFFFFF;
  font-weight: 500;
  font-size: 32px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.bg_oppor_txt p{
  color: #F9F9F9;
  font-size: 14px;
  padding: 0 50px;
}
.bg_oppor_txt .btn_trans{
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.bg_oppor_txt .btn_trans:hover{
  color: #0076BF;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.sc_bk_help{
  position: relative;
  padding: 100px 0;
}
.box_help{
  position: relative;
  background-color: #FFFFFF;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(25,25,25,0.05);
  -moz-box-shadow: 0px 10px 30px 0px rgba(25,25,25,0.05);
  box-shadow: 0px 10px 30px 0px rgba(25,25,25,0.05);
  padding: 80px 50px;
  background-repeat: no-repeat;
  background-image: url(../images/bgr.png);
  background-size: 250px;
  background-position: 60% 0;
}
.box_help:before{
  content: '';
  position: absolute;
  bottom: -100px;
  left: -110px;
  background-repeat: no-repeat;
  background-image: url(../images/shape2.png);
  background-size: 350px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.txt_help h3{
  color: #1C2023;
  font-weight: 500;
  font-size: 32px;
}
.txt_help p{
  color: #464C50;
  font-size: 14px;
  margin-top: 10px;
}
.box_help .btn_trans{
  float: right;
}
#footer{
  position: relative;
  background-color: #0C3A56;
}
.bottom_footer{
  position: relative;
  padding: 30px 0;
  border-top: 1px solid rgba(255,255,255,0.2)
}
.copy_right p{
  text-align: center;
  color: #C5CBD0;
  font-size: 14px;
}
.top_footer{
  padding: 40px 0;
  position: relative;
}
.f_box{
  margin-bottom: 30px;
}
.ft_logo > a{
  display: inline-block;
  margin-bottom: 30px;
}
.about_jr{
  color: rgba(197, 203, 208, 1);
  font-size: 14px;
  line-height: 22px;
}
.ft_social{
  padding-top: 40px;
}
.ft_social li{
  float: left;
  margin-right: 20px;
}
.ft_social li:last-child{
  margin-right: 0;
}
.ft_social li > a{
  display: inline-block;
  color: #FFFFFF;
  font-size: 18px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #0076BF;
  text-align: center;
  padding: 3px;
}
.ft_social li > a:hover{
  color: #0076BF;
  background-color: #C5CBD0;
}
.ft_menu li{
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.ft_menu li:last-child{
  margin-right: 0;
}
.ft_menu li > a{
  display: inline-block;
  color: rgba(197, 203, 208, 1);
  font-size: 14px;
}
.ft_menu li > a:hover{
  color: #0076BF;
}
.f_box > h2{
  color: #FFFFFF;
  font-size: 16px;
  margin-bottom: 30px;
}
.info_list li{
  position: relative;
  color: #C5CBD0;
  font-size: 14px;
  margin-bottom: 15px;
  padding-left: 35px;
  line-height: 25px;
  padding-top: 2px;
}
.info_icon{
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  text-align: center;
}
.txt_subscribe{
  color: #FFFFFF;
  font-size: 16px;
  margin-bottom: 20px;
}
.form_subscribe{
  position: relative;
}
.form_subscribe .form-control{
  height: 45px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: none;
  border:0;
  color: #8F9396;
  font-size: 16px;
  padding-right: 50px;
}
.form_subscribe .form-control::-moz-placeholder {
  color:#8F9396;
  font-size: 14px;
}
.form_subscribe .form-control:-ms-input-placeholder {
  color:#8F9396;
  font-size: 14px;
}
.form_subscribe .form-control::-webkit-input-placeholder {
  color:#8F9396;
  font-size: 14px;
}
.btn_scribe{
  position: absolute;
  top: -1px;
  right: -1px;
  width: 45px;
  height: 47px;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 10px;
  background-color: #0076BF;
  border:1px solid #0C3A56;
}
.btn_scribe:hover{
  color: #FFFFFF;
  background-color: #C5CBD0;
  border-color: #C5CBD0;
}
.sc_bk_overview{
  position: relative;
  background-repeat: no-repeat;
  background-image: url(../images/dots.png);
  background-size: 70px;
  background-position: 100% 15%;
}
.hidden_lg{
  display: none;
}


/***
====================================================================
  Loading Transition
====================================================================
 ***/
/* Preloader */
.ctn-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
  background: #fff;
}
.txt-loading{
  direction: ltr;
}
.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}
/* Spinner cargando */
.ctn-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 2px solid rgba(12,58,86, 0.15);
  border-top-color: #0076BF;
  height: 100px;
  margin: 0 auto 0 auto;
  width: 100px;
}
/* Texto cargando */

.ctn-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  color: #2196C6;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top:0;
  line-height: 50px;
  position: absolute;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 10px;
  display: inline-block;
  color: rgba(12,58,86, 0.15);
  position: relative;
  font-size: 50px;
  line-height: 50px;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before { animation-delay: 1.6s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before { animation-delay: 1.8s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(11):before { animation-delay: 2s;}
.ctn-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}
.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
#world-map {
    height: 450px;
}
/* AnimaciĂłn del preloader */

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@media screen and (max-width: 767px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 80px;
    width: 80px;
  }
}
@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 80px;
    width: 80px;
  }
  .ctn-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 30px; letter-spacing: 5px;
  }
}

/**================================================
INNER PAGE
=================================================**/
.head_pageInner{
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 50px;
  z-index: 1;
}
.head_pageInner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(12,58,86,0.8);
    z-index: -1;
}
.innerPage #header{
  background-color: transparent;
}
.content_header{
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.innerPage .main_menu > li > a{
  color: #C5CBD0;
  position: relative;
}
.innerPage .main_menu > li > a:hover{
  color: #FFFFFF;
}
.innerPage .main_menu > li > a:before{
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.innerPage .main_menu > li.active > a:before{
  width: 100%;
}
.innerPage .main_menu > li.active > a{
  color: #FFFFFF;
}
.innerPage .head_right .btn_prim:hover{
  border-color: #FFFFFF;
}
.title_page{
  text-align: center;
}
.title_page h2{
  color: #FFFFFF;
  font-size: 42px;
  font-weight: 500;
}
.breadcrumb{
  background-color: transparent;
  border-radius: 0;
  padding: 30px 0;
  margin-bottom: 30px;
}
.breadcrumb a{
  color: #FFFFFF;
  font-size: 14px;
}
.breadcrumb a > i{
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 20px;
}
.breadcrumb li{
  color: #C5CBD0;
  font-size: 14px;
  vertical-align: middle;
  display: inline-block;
}
.breadcrumb-item.active{
  color: #C5CBD0;
}
.breadcrumb-item+.breadcrumb-item::before{
  content: '\f061';
  font-family: 'Font Awesome 5 Pro';
  color: #C5CBD0;
}
.bk_estate{
  position: relative;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-image: url(../images/dots.png);
  background-size: 70px;
  background-position: 100% 60%;
}
.bk_estate .pic_real:before{
  display: none;
}
.bk_vision_mision{
  padding: 100px 0;
}
.box_vmi{
  position: relative;
  background-color: #FFFFFF;
  border-radius:10px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(25,25,25,0.05);
  -moz-box-shadow: 0px 10px 30px 0px rgba(25,25,25,0.05);
  box-shadow: 0px 10px 30px 0px rgba(25,25,25,0.05);
  padding: 30px 50px;
}
.vmi_icon{
  height: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}
.vmi_icon img{
  margin: auto auto auto 0;
  max-height: 100%;
}
.vmi_txt h2{
  color: #1C2023;
  font-size: 18px;
  font-weight: 500;
}
.vmi_txt p{
  color: #464C50;
  font-size: 14px;
  margin-top: 10px;
}
.bk_scTeam{
  position: relative;
  background-color: rgba(12, 58, 86, 0.05);
  padding: 100px 0;
}
.center_txt{
  text-align: center;
}
.team_item{
  position: relative;
  background-color: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(25,25,25,0.05);
  -moz-box-shadow: 0px 10px 30px 0px rgba(25,25,25,0.05);
  box-shadow: 0px 10px 30px 0px rgba(25,25,25,0.05);
  margin-bottom: 30px;
  padding-left: 200px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team_item:hover{
  -webkit-box-shadow: 0px 10px 30px 0px rgba(25,25,25,0.1);
  -moz-box-shadow: 0px 10px 30px 0px rgba(25,25,25,0.1);
  box-shadow: 0px 10px 30px 0px rgba(25,25,25,0.1);
}
.team_pic{
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
}
.team_pic > img{
  width: 100%;
  height: inherit;
  object-fit: cover;
}
.team_cption{
  /*position: relative;*/
  padding: 80px 20px 80px 30px;
}
.team_ovelay{
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0076BF;
  padding: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.team_cption:hover .team_ovelay{
  top: 0;
  opacity: 1;
  visibility: visible;
}
.team_ovelay_txt h2{
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
}
.team_ovelay_txt p{
  color: #F9F9F9;
  font-size: 14px;
  margin-top: 5px;
}
.team_ovelay_txt{
  margin: auto;
}
.team_cption > h2{
  color: #1C2023;
  font-size: 22px;
  font-weight: 500;
}
.team_cption > p{
  color: #8F9396;
  font-size: 14px;
  margin-top: 5px;
}
.phone_num{
  display: inline-block;
  color: #0076BF;
  font-size: 14px;
  margin-top: 5px;
}
.phone_num i{
  display: inline-block;
  margin-right: 5px;
}
.btn_linked{
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  color: #F1F2F2;
  font-size: 16px;
  height: 35px;
  border-radius: 50%;
  border:2px solid #FFFFFF;
  background-color: #0076BF;
  text-align: center;
  padding: 3px;
}
.btn_linked:hover{
  color: #0076BF;
  background-color: #FFFFFF;
}
.sc_team_cnt{
  background-repeat: no-repeat;
  background-image: url(../images/bggb.png);
  background-size: contain;
  background-position: 50px 0px;
}
.bk_why_cpt{
  padding: 100px 0 20px;
  background-repeat: no-repeat;
  background-image: url(../images/dots.png);
  background-size: 70px;
  background-position: 100% 15%;
}
.grp_txt ul li{
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #464C50;
  font-size: 14px;
}
.grp_txt ul li:before{
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #464C50;
}
.bk_faqs{
  position: relative;
  padding:100px 0;
  background-color: rgba(12, 58, 86, 0.05);
}
.bk_why_cpt .grp_txt h2{
  font-size: 32px;
}
.accordion_sty .card{
  margin-bottom:20px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #F9F9F9;
  -webkit-box-shadow: 0px 10px 30px 0px transparent;
  -moz-box-shadow: 0px 10px 30px 0px transparent;
  box-shadow: 0px 10px 30px 0px transparent;
  border:0;
}
.accordion_sty .card-header{
  background-color: transparent;
  border-radius: 0;
  border: 0;
  padding: 1rem 1.25rem;
}
.accordion_sty .card-body{
  padding: 0 1.25rem 15px;
}
.accordion_sty .btn-link{
  border:0;
  display: block;
  width: 100%;
  text-align: left;
  white-space: pre-line;
  position: relative;
  padding: 0 40px 0 0;
  color: #1C2023;
  font-size: 16px;
  text-decoration: none !important;
}
.accordion_sty .btn-link:before{
  content: '\f056';
  position: absolute;
  top: 2px;
  right: 10px;
  font-family: 'Font Awesome 5 Pro';
  color: #0076BF;
  font-size: 16px;
  font-weight: 700;
}
.accordion_sty .btn-link.collapsed:before{
  content: '\f055';
  font-weight: 400;
}
.accordion_sty .card-body p{
  color: #464C50;
  font-size: 14px;
}
.accordion_sty .card_open{
  background-color: #FFFFFF !important;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(25,25,25,0.05);
  -moz-box-shadow: 0px 10px 30px 0px rgba(25,25,25,0.05);
  box-shadow: 0px 10px 30px 0px rgba(25,25,25,0.05);
}
.title_page p{
  color: #C5CBD0;
  font-size: 14px;
  margin-top: 20px;
}
.bk_inner_listProject{
  position: relative;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-image: url(../images/dots.png);
  background-size: 70px;
  background-position: 100% 15%;
}
.bk_filter{
  margin-bottom: 30px;
}
.filter_frm .select2-container .select2-selection--single{
  height: 40px;
  border:1px solid rgba(70, 76, 80, 1);
  background-color: #FFFFFF;
  border-radius: 10px;
}
.filter_frm .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 40px;
}
.filter_frm .select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 40px;
}
.filter_frm .select2-container--default .select2-selection--single .select2-selection__placeholder{
  color: #1C2023;
  font-size: 14px;
}
.filter_frm .select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-color: rgba(0, 118, 191, 1) transparent transparent transparent;
}
.filter_frm .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
  border-color: transparent transparent rgba(0, 118, 191, 1) transparent;
}
.filter_frm .select2-container{
  width: 100% !important;
}
.head_pageInner_sty{
  padding-bottom: 0;
}
.head_pageInner_sty .breadcrumb{
  margin:0;
}
.bk_single_project{
  position: relative;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-image: url(../images/dots.png);
  background-size: 70px;
  background-position: 100% 50%;
}
.bk_single_project{
  position: relative;
  padding: 50px 0;
}
#slider_project .owl-nav{
  display: table;
  margin: 10px auto 0;
}
#slider_project .owl-nav button{
  display: inline-block;
  margin: 5px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border:1px solid #0076BF;
  color: #0076BF;
  font-size: 18px;
}
#slider_project .owl-nav button:hover{
  background-color: #0076BF;
  color: #FFFFFF;
}
.bk_featured_cn {
    background-repeat: no-repeat;
    background-image: url(../images/bggb.png);
    background-size: contain;
    background-position: 50px 0px;
}
.pro_photo{
  position: relative;
}
.pro_photo > img{
  width: 100%;
  border-radius: 10px;
}
.tabs_nav_sty{
  display: table;
  margin: 20px auto 0;
  border:0;
  background-color: rgba(0, 118, 191, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.tabs_nav_sty.nav-tabs li{
  float: left;
  margin: 0;
  width: 100px;
}
.tabs_nav_sty.nav-tabs li a{
  border:0;
  display: block;
  border-radius: 10px;
  background-color: transparent;
  color: #0076BF;
  font-size: 14px;
  text-align: center;
  padding: 10px 20px;
}
.tabs_nav_sty.nav-tabs li a.active{
  background-color: #0076BF;
  color: #FFFFFF;
}
.bk_featured_cn{
  padding: 50px 0 0;
}
.title_proDt{
  color: #1C2023;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 30px;
}
.txt_proDt{
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #C5CBD0;
}
.txt_proDt h3{
  color: #1C2023;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.txt_proDt p{
  color: #464C50;
  font-size: 14px;
}
.list_pro_mta .row{
  margin: 0 -5px;
}
.list_pro_mta .row > div{
  padding: 0 5px;
}
.single_project_top{
  padding-bottom: 50px;
}
.ownerPage{
  padding-bottom: 200px;
}
.box_landOwners{
  position: relative;
  background-color: #FFFFFF;
  border-radius: 26px;
  padding: 100px 80px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(25,25,25,0.05);
  -moz-box-shadow: 0px 10px 30px 0px rgba(25,25,25,0.05);
  box-shadow: 0px 10px 30px 0px rgba(25,25,25,0.05);
  margin-top: -150px;
  z-index: 1;
}
.land_itm{
  text-align: center;
}
.icon_land{
  height: 70px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.icon_land > img{
  margin: auto;
  max-height: 100%;
}
.land_txt h2{
  color: #1C2023;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}
.land_txt p{
  color: #464C50;
  font-size: 14px;
  margin-bottom: 20px;
}
.bk_ourProcess{
  padding: 80px 0;
}
.align_center{
  text-align: center;
}
.bk_ourProcess .sc_head_txt{
  margin-top: 20px;
}
.phases_group{
  position: relative;
  padding: 30px 0;
}
.phases_itm_list{
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/circle.png);
}
/*.phases_group:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: #000;
}*/
.title_phases{
  color: #464C50;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 50px;
  text-align: center;
}
.phase_rw{
  position: relative;
}
.phase_rw_txt{
  position: relative;
  background-color: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 20px 40px 20px 20px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(25,25,25,0.05);
  -moz-box-shadow: 0px 10px 30px 0px rgba(25,25,25,0.05);
  box-shadow: 0px 10px 30px 0px rgba(25,25,25,0.05);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: scale(1,1);
}
.phase_rw_txt:hover{
  -webkit-box-shadow: 0px 10px 30px 0px rgba(25,25,25,0.1);
  -moz-box-shadow: 0px 10px 30px 0px rgba(25,25,25,0.1);
  box-shadow: 0px 10px 30px 0px rgba(25,25,25,0.1);
  transform: scale(1.01,1.01);
}
.phase_rw:last-child{
  margin-bottom: 0;
}
.step_icon{
  float: left;
  width: 180px;
  height: 180px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-radius: 50%;
  padding: 30px;
  background-color: rgba(0, 118, 191, 0.1);
}
.step_icon > img{
  margin: auto;
  max-height: 100%;
  width: 90px;
}
.step_txt{
  margin-left: 200px;
  padding-top: 40px;
}
.step_txt h3{
  color: #1C2023;
  font-size: 16px;
}
.step_txt h2{
  color: #1C2023;
  font-size: 22px;
  font-weight: 500;
}
.step_txt p{
  color: #464C50;
  font-size: 14px;
  margin-top: 10px;
}
.phases_group:nth-child(odd) .phase_rw:nth-child(odd){
  margin-right: 200px;
}
.phases_group:nth-child(odd) .phase_rw:nth-child(even){
  margin-left: 200px;
}

.phases_group:nth-child(even) .phase_rw:nth-child(odd){
  margin-left: 200px;
}
.phases_group:nth-child(even) .phase_rw:nth-child(even){
  margin-right: 200px;
}
.phases_group:nth-child(1) .phase_rw:first-child:before{
  content: '';
  position: absolute;
  top: 0;
  right: -200px;
  height: 100%;
  width: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/one.png);
}
.phases_group:nth-child(2) .phase_rw:first-child:before{
  content: '';
  position: absolute;
  top: 0;
  left: -200px;
  height: 100%;
  width: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/two.png);
}
.bk_ourProcess{
  background-position: 0px 33%;
  background-repeat: no-repeat;
  background-size: 225px;
  background-image: url(../images/dot_shap.png);
}
.owners_content {
    background-repeat: no-repeat;
    background-image: url(../images/dots.png);
    background-size: 70px;
    background-position: 100% 170px;
}
.modal_sty .modal-content{
  border:0;
  padding: 50px 40px;
}
.modal_sty button.close{
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.title_modal{
  text-align: center;
  margin-bottom: 30px;
}
.title_modal h2{
  color: #1C2023;
  font-size: 22px;
  font-weight: 500;
}
.form_st2 .form-group{
  margin-bottom: 20px;
}
.form_st2 label{
  color: #1C2023;
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.form_st2 label span{
  display: inline-block;
  color: #8F9396;
}
.form_st2 .form-control{
  height: 45px;
  box-shadow: none;
  border:1px solid rgba(70, 76, 80, 1);
  border-radius: 10px;
  color: #444;
}
.form_st2 .form-control::-moz-placeholder {
  color:#8F9396;
  font-size: 14px;
}
.form_st2 .form-control:-ms-input-placeholder {
  color:#8F9396;
  font-size: 14px;
}
.form_st2 .form-control::-webkit-input-placeholder {
  color:#8F9396;
  font-size: 14px;
}
.form_st2 .select2-container{
  display: block;
  width: 100% !important;
}
.form_st2 .select2-container .select2-selection--single{
  height: 45px;
  border:1px solid rgba(70, 76, 80, 1);
  border-radius: 10px;
}
.form_st2 .select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 45px;
}
.form_st2 .select2-container--default .select2-selection--single .select2-selection__placeholder{
  color:#8F9396;
  font-size: 14px;
}
.form_st2 .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 43px;
  color: #444;
  font-size: 16px;
}

.form_st2 textarea.form-control{
  height: 150px;
  resize: vertical;
  resize: none;
}
.form_st2 .row{
  margin: 0 -5px;
}
.form_st2 .row > div{
  padding: 0 5px;
}
.form_st2 .select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-color: rgba(0, 118, 191, 1) transparent transparent transparent;
}
.form_st2 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
  border-color: transparent transparent rgba(0, 118, 191, 1) transparent;
}
.msg_content{
  text-align: center;
}
.icon_msg{
  max-width: 100px;
  display: table;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
.msg_content h2{
  color: #1C2023;
  font-size: 18px;
  font-weight: 500;
}
.msg_content p{
  color: #464C50;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bk_content_contact{
  position: relative;
  padding: 0 0 50px;
}
.boxs_contact_info{
  position: relative;
  z-index: 2;
  margin-top: -100px;
}
.box_info_contact{
  position: relative;
  background-color: #FFFFFF;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(25,25,25,0.05);
  -moz-box-shadow: 0px 10px 30px 0px rgba(25,25,25,0.05);
  box-shadow: 0px 10px 30px 0px rgba(25,25,25,0.05);
  text-align: center;
  padding: 30px 20px;
}
.icon_info_cn{
  height: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}
.icon_info_cn > img{
  max-height: 100%;
  margin: auto;
}
.box_info_contact h3{
  color: #464C50;
  font-size: 14px;
}
.box_info_contact p{
  color: #1C2023;
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
}
.contactPage{
  padding-bottom: 150px;
}
.contact_rgg{
  padding:100px 0 50px;
}
.contact_rgg_content h2{
  color: #1C2023;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
.bk_content_contact {
    background-repeat: no-repeat;
    background-image: url(../images/dots.png);
    background-size: 70px;
    background-position: 100% 170px;
}
.bk_content_contact:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/dot_contact.png);
  background-size: 200px;
  background-position: 0% 50px;
}
.bk_builder_page{
  position: relative;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-image: url(../images/bg-build.png);
  background-size: 200px;
  background-position: 0% 100%;
}
.box_builder{
  position: relative;
  margin-bottom: 30px;
  background-color: #FFFFFF;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(25,25,25,0.05);
  -moz-box-shadow: 0px 10px 30px 0px rgba(25,25,25,0.05);
  box-shadow: 0px 10px 30px 0px rgba(25,25,25,0.05);
  padding: 50px 25px;
}
.icon_builder{
  float: left;
  height: 80px;
  width: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.icon_builder > img{
  max-height: 100%;
  margin: auto;
}
.txt_builder{
  margin-left: 100px;
  padding-top: 5px;
}
.txt_builder h2{
  color: #1C2023;
  font-size: 22px;
  font-weight: 500;
}
.txt_builder p{
  color: #464C50;
  font-size: 14px;
  margin-top: 5px;
}
.box_builder .btn_prim{
  float: right;
}
.mmenu .btn_prim{
  display: table;
  margin: 10px auto;
}

.project_item:hover .img-hover > img{
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.hover-effect {
    width: 100%;
    height: 100%;
}
.project_item .hover-effect{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.hover-effect::before, .hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
}
.hover-effect::before {
    right: 0;
    opacity: 1;
    top: 0;
}
.hover-effect::after {
    bottom: 0;
    opacity: .7;
    left: 0;
}

.project_item:hover .hover-effect::after, .project_item:hover .hover-effect::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}
.bg-vedio {
    position: absolute;
    z-index: -1000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
}
#vedio-bg-elem {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    top: 0;
    left: 0;
}
.sc_bk_home{
  height: 600px;
}


.iti__flag {background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.6/img/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.6/img/flags@2x.png");}
}

.iti{
  display: block;
  width: 100%;
}
.iti__flag-container{
  padding: 4px;
}
.iti--separate-dial-code .iti__selected-flag{
  background-color: rgba(6,68,148,0.04);
  border-radius: 10px;
  outline: none !important;
  padding-right: 20px;
}
.iti input[type=tel]{
  padding-left: 110px !important;
}
.iti--separate-dial-code .iti__selected-dial-code{
  color: var(--primary-1);
  margin-left: 10px;
}
.iti__arrow{
  border:0;
}
.iti__arrow:before {
  content: '\f107';
  position: absolute;
  top: 0;
  right: 8px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  color: var(--primary-1);
  line-height: 42px;
  font-size: 18px;
  text-align: center;
}


#header{
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

#header{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}


.fixed-header .innerPage #header{
  background-color: rgba(12,58,86,1);
}
.fixed-header #header{
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
#photo_gallery{
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
#photo_gallery .owl-nav > button{
  width: 40px;
  height: 40px;
  background-color: rgba(12,58,86,0.8);
  color: #FFFFFF;
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px;
}
#photo_gallery .owl-nav > button.owl-next{
  right: 20px;
}
#photo_gallery .owl-nav > button.owl-prev{
  left: 20px;
}
#photo_gallery .owl-nav > button:hover{
  color: #FFFFFF;
  background-color: rgba(12,58,86,1);
}
.bkk_map{
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 275px;
}
#googleMap{
  height: 100%;
  position: relative;
}

.content_member_page{
  position: relative;
  padding: 50px 0;
}
.member_bk_thumb{
  text-align: center;
}
.member_bk_thumb > img{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid #0076BF;
}
.member_bk_thumb h2{
  color: #212C48;
  margin-top: 30px;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 500;
}
.member_bk_thumb h3{
  color: #0076BF;
  font-size: 18px;
  margin-top: 10px;
  text-transform: capitalize;
}
.member_details{
  position: relative;
  padding:20px 0 20px 20px;
  border-left: 1px solid #B4B4B4;
}
.member_details > h2{
  color: #0C3A56;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
.member_details > p{
  color: #798094;
  font-size: 16px;
}
.member_infos{
  padding-top: 20px;
}
.mmb_info{
  position: relative;
  margin-bottom: 20px;
}
.mmb_info > p{
  position: relative;
  padding-left: 30px;
  color: #798094;
  font-size: 16px;
  line-height: 25px;
}
.mmb_info > p > a{
  display: inline-block;
  color: #798094;
  text-decoration: underline !important;
}
.mmb_icon{
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  text-align: center;
}
.content_news_page{
  position: relative;
  padding: 50px 0;
}
.news_posted li{
  position: relative;
  color: #798094;
  font-size: 14px;
  float: left;
  padding-right: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.news_posted li:before{
  content: '|';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #798094;
}
.news_posted li:last-child:before{
  display: none;
}
.news_posted li:last-child{
  padding-right: 0;
  margin-right: 0;
}
.news_item .project_txt h2{
  height: 52px;
}
.news_item .project_txt > p{
  height: 110px;
}
.content_newsPost_page{
  position: relative;
  padding: 50px 0;
}
.post_news_details .project_txt h2,
.post_news_details .project_txt p{
  height: auto !important;
}
.pic_news_dt{
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}
.share_post{
  padding-top: 30px;
}
.share_post h3{
  color: #0C3A56;
  font-size: 18px;
  font-weight: 500;
}
.share_social{
  margin-left: 10px;
}
.share_social li{
  float: left;
  margin-right: 10px;
}
.share_social li:last-child{
  margin-right: 0;
}
.share_social li a{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #0C3A56;
}
.share_social li a > img{
  margin: auto;
  max-width: 20px;
}
.share_social li a:hover{
  background-color: #0076BF;
}
.bkk_recent_news{
  position: relative;
  background-color: #F2F4F5;
  padding: 50px 0;
}
.recent_head{
  margin-bottom: 30px;
}
.recent_head h2{
  color: #0C3A56;
  font-size: 26px;
  text-transform: capitalize;
  font-weight: 500;
}
.recent_item{
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.recent_pic{
  position: relative;
  display: block;
  height: 270px;
}
.recent_pic:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(12, 58, 86, 0) 59.95%, rgba(17, 61, 87, 0.88) 75.73%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.recent_item:hover .recent_pic:before{
  height: 120%;
}
.recent_pic > img{
  width: 100%;
  height: inherit;
  object-fit: cover;
}
.recent_cption{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 10px;
  z-index: 1;
}
.recent_cption h2{
  color: #FFFFFF;
  font-size: 16px;
  line-height: 22px;
  height: 60px;
  overflow: hidden;
}
.recent_cption h2 > a{
  display: inline-block;
  color: #FFFFFF;
}

#news_slider .owl-nav{
  position: absolute;
  top: -60px;
  right: 0;
}
#news_slider .owl-nav > button{
  display: inline-block;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border:2px solid #0C3A56;
  color: #0C3A56;
  font-size: 16px;
}
#news_slider .owl-nav > button:last-child{
  margin-right: 0;
}
#news_slider .owl-nav > button:hover{
  color: #0076BF;
  border-color: #0076BF;
}

#news_slider .owl-dots{
  text-align: center;
  margin-top: 20px;
  display: none !important;
}
#news_slider .owl-dots > button{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 3px;
  background-color: rgba(197, 203, 208, 1);
}
#news_slider .owl-dots > button.active{
  background-color: rgba(0, 118, 191, 1);
}
/*.animate_title > span{
  display: inline-block;
  animation: mymove;
  animation-duration: 1s;
  animation-timing-function: linear;
  transform: translate3d(0,100px,0);
}
.animate_title > span:nth-child(1){
  animation-delay: 4s;
}
.animate_title > span:nth-child(2){
  animation-delay: 5s;
}
.animate_title > span:nth-child(3){
  animation-delay: 6s;
}
.animate_title > span:nth-child(4){
  animation-delay: 7s;
}
@keyframes mymove {
  0% {
    opacity: 0;
    transform: translate3d(0,100px,0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0,0,0);
  }
}*/
.animate_title > span{
  display: inline-block;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeIn 0.5s ease-out forwards;
  display:inline-block;
  margin-right: 2px;
}
.animate_title > span:last-child{
  margin-right: 0;
}
.animate_title > span:nth-of-type(1){
  animation-delay: 3s;
}
.animate_title > span:nth-of-type(2){
  animation-delay: 3.5s;
}

.animate_title > span:nth-of-type(3){
  animation-delay: 4s;
}
.animate_title > span:nth-of-type(3){
  animation-delay: 4.5s;
}
@keyframes fadeIn{
  to{
    opacity: 1;
    transform: translateY(0);
  }
}

/**=================
NEW
===================**/
.animate_title > span{
  margin-right: 35px;
}
.main_menu{
  padding: 0 !important;
}
.project_item .project_txt > p{
  display: none;
}
.news_item .project_txt > p{
  display: block !important;
}
.bk_scPartner{
  position: relative;
  padding: 50px 0;
}
.sc_bk_home:before{
  display: none;
}
.member_bk_thumb > img {
    object-fit: cover;
    object-position: top;
}
.box_vmi {
    min-height: 340px;
}
.modal{
    z-index: 9999;
}
.card-body ol {
    padding-left: 30px;
}
ol, ul{
	padding-left: 30px;
}
.head_community_txt h2 {
    text-align: justify;
}
.client_itm img {
    filter: none;
}
.pro_cost{
	display:none;
}
.news_item .project_txt > p {
    display: none !important;
}
.animate_title > span:nth-of-type(4){
  animation-delay: 5s;
}
.vmi_txt p {
    text-align: justify;
}
.partners_list .client_itm{
  margin-bottom: 20px;
}
.head_community_txt h2 {
    word-break: break-all;
	font-size: 27px;
}
ul.news_posted {
    padding: 0;
}
.mm_icon i {
    margin: auto;
    font-size: 16px;
    color: #0076bf;
}

/**CAREERS**/
.career_page_list{
  position: relative;
  padding: 50px 0 80px;
}
.career_box{
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 0px 13px 30px rgba(12, 58, 86, 0.09);
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 25px 20px;
  overflow: hidden;
  border-left: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.career_box:before{
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/before-ca.png);
  background-size: contain;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.career_box:after{
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/after-ca.png);
  background-size: contain;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.career_box:hover{
  border-color: #0076BF;
  box-shadow: 0px 13px 30px rgba(12, 58, 86, 0.15);
}
.career_box:hover:before,
.career_box:hover:after{
  left: 0;
}
.career_box h2{
  color: #323232;
  font-size: 18px;
  font-weight: 500;
}
.career_box p{
  color: #3E3E3E;
  font-size: 15px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}
.career_location{
  margin: 10px 0 20px;
  color: #3E3E3E;
  font-size: 14px;
}
.career_location > img{
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  width: 15px;
}
.career_action > .btn{
  margin-right: 15px;
  padding: 10px 20px;
  min-width: 130px;
  margin-top: 15px;
}
.career_action > .btn:last-child{
  margin-right: 0;
}
.modal{
  z-index: 90000;
}
.modal_career_sty .modal-lg{
  max-width: 1000px;
}
.modal_career_sty .modal-content{
  padding: 0;
}
.modal_career_sty .modal-body{
  padding: 0;
}
.career_md_left{
  position: relative;
  padding: 50px 30px 20px;
}
.career_md_left h2{
  color: #0076BF;
  font-size: 24px;
  font-weight: 500;
}
.tags_career li{
  display: inline-block;
  margin: 0 10px 10px 0;
  background: rgba(103,103,103,0.15);
  border-radius: 8px;
  padding: 4px 15px;
  font-size: 15px;
  color: #676767;
}
.career_md_left p{
  margin-top: 20px;
  color: #3E3E3E;
  font-size: 16px;
}
.career_md_left .btn_prim{
  margin-top: 20px;
  min-width: 150px;
}
.container {
    max-width:1200px;
}
.home .container {
    max-width: 1300px;
}
.details_jobCareer{
  position: relative;
  height: 500px;
  padding: 50px 10px 20px 40px;
}
.details_jobCareer:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 80%;
  background-color: #E1EBF4;
  transform: translateY(-50%);
}
.details_jobCareer h2{
  color: #3E3E3E;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.details_jobCareer h2 > img{
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  vertical-align: middle;
}
.details_jobCareer p{
  color: #3E3E3E;
  font-size: 16px;
  margin-bottom: 15px;
}
.mCSB_inside > .mCSB_container{
  margin-right: 50px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  background-color: #D9D9D9 !important;
  opacity: 1;
}
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{
  background-color: transparent !important;
}


/**=============
news home
=============**/
.hm_news_bk .sc_head{
  text-align: center;
}
.hm_news_bk{
  padding-bottom: 50px;
}
.hm_news_bk .project_txt > p{
  height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* new home */
.page-id-2223 .sc_bk_help {
    position: relative;
    padding: 0;
    background-color: #fbfbfb;
}
.page-id-2223 .box_help {
    background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 80px 0;
    background-repeat: no-repeat;
    background-image: none;
}