/* common css start */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300i,300,400i,400,700|Poppins:400,500,600,700|Roboto:400,500i,700");

body {
  padding: 0;
  margin: 0;
  background: #fff;
  font: 18px "Open Sans", "Source Sans Pro", "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  padding: 0;
  margin: 0;
}

table,
td,
tr,
th {
  font-size: 14px;
}

img {
  vertical-align: top;
  max-width: 100%;
  border: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

ol,
ul {
  list-style: none;
}

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

li {
  list-style-type: none;
}

b,
sup,
sub,
u,
del {
  color: #044de2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: "Open Sans", "Source Sans Pro", "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
  color: #14303a;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 600px !important;
}

@media (max-width: 576px) {
  h1 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 29px;
  line-height: 1.25;
}

@media (max-width: 576px) {
  h2 {
    font-size: 22px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
  line-height: 1.25;
}

@media (max-width: 576px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
  line-height: 1.25;
}

h5 {
  font-size: 18px;
  line-height: 1.25;
}

p {
  color: #797979;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.625;
  margin-bottom: 0px;
}

address,
cite,
code,
em,
th {
  font-style: normal;
  font-weight: normal;
}

a {
  color: #14303a;
  font-family: "Open Sans";
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:visited {
  text-decoration: none;
}

a:hover {
  color: #ff7200;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:active {
  color: #ff7200;
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

section {
  overflow: hidden !important;
}

input:hover,
input:focus {
  outline: none !important;
}

img {
  max-width: 100%;
}

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

a:focus,
.button:focus,
button:focus,
.btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  -webkit-transition: 1s;
  transition: 1s;
}

.placeholder.hide-on-focus:focus::-webkit-input-placeholder {
  color: #fff;
}

.placeholder.hide-on-focus:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.placeholder.hide-on-focus:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.placeholder.hide-on-focus:focus:-ms-input-placeholder {
  color: #fff;
}

.pt-30 {
  padding-top: 30px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-90 {
  padding-top: 90px;
}

@media (max-width: 576px) {
  .pt-90 {
    padding-top: 55px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pt-90 {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-90 {
    padding-top: 70px;
  }
}

.pt-120 {
  padding-top: 120px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-90 {
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  .pb-90 {
    padding-bottom: 55px;
  }
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-120 {
  margin-top: 120px;
}
.icon-teams{
  height:40px;
  width:40px;
  display:inline-block;
  vertical-align:middle;
  background:url(../img/icon-teams.png) center no-repeat;
  background-size:cover;
  margin-right:20px;
}
.icon-whatsapp{
  height:40px;
  width:40px;
  display:inline-block;
  vertical-align:middle;
  background:url(../img/icon-whatsapp.png) center no-repeat;
  background-size:cover;
  margin-right:20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb_110 {
  margin-bottom: 110px;
}

@media (max-width: 576px) {
  .mb_110 {
    margin-bottom: 220px;
  }
}

.z_index {
  z-index: 9 !important;
  position: relative;
}

.text_content h1 {
  font-size: 48px;
  margin-bottom: 20px;
}

.text_content h2 {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

.text_content h3 {
  font-size: 30px;
}

.text_content h4 {
  font-size: 24px;
  margin-bottom: 24px;
}

.text_content h5 {
  font-size: 20px;
  margin-bottom: 20px;
}

.text_content h6 {
  line-height: 1.8;
  color: #797979;
}

.text_content p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}

.text_content li {
  width: 48%;
  display: inline-block;
  color: #666;
  font-family: "Catamaran", sans-serif;
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: 600;
}

.text_content li i {
  color: #044de2;
  margin-right: 8px;
}

.text_content li:hover i {
  font-size: 32px;
}

.text_content .icon {
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 40px;
  color: #044de2;
  border: 1px solid #044de2;
  font-size: 20px;
  border-radius: 4px;
  -webkit-transition: .4s;
  transition: .4s;
  margin-bottom: 25px;
}

.text_content:hover .icon {
  color: #ffffff;
  border: 1px solid #ff7200;
  background-color: #ff7200;
}

.text_content .span {
  height: 90px;
  font-size: 50px;
  color: #1b9ce3;
}

.section_tittle h1 {
  font-size: 40px;
  color: #fff;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 80px;
  position: relative;
}

.section_tittle h1:after {
  position: absolute;
  left: 0;
  height: 2px;
  width: 90px;
  content: "";
  background-color: #044de2;
  bottom: -27px;
}

@media (max-width: 576px) {
  .section_tittle h1 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section_tittle h1 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_tittle h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

.text-heading h3 {
  margin-bottom: 30px;
  font-weight: 200;
  font-size: 30px;
}

.text-heading h4 {
  margin-bottom: 30px;
  font-weight: 200;
  font-size: 28px;
}

.sample-text p {
  font-size: 15px;
  line-height: 1.5;
}

/* common css end */

/* menu part css start */
.main_menu {
  padding: 10px 0px;
}

.main_menu .navbar {
  padding: 0px;
}

.main_menu .navbar .navbar-toggler {
  border: 0px solid transparent;
}

.main_menu .navbar .main-menu-item {
  text-align: center !important;
  justify-content: center;
}

@media (max-width: 576px) {
  .main_menu .navbar .main-menu-item .navbar-nav {
    margin-left: 0%;
    background-color: #044de2;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .main_menu .navbar .main-menu-item .navbar-nav {
    margin-left: 0%;
    background-color: #044de2;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main_menu .navbar .main-menu-item .navbar-nav {
    margin-left: 0%;
    background-color: #044de2;
  }
}

.main_menu .navbar .main-menu-item .navbar-nav a {
  padding: 20px 22px;
  font-size: 14px;
  color: #14303a;
  text-transform: capitalize;
}

.main_menu .navbar .main-menu-item .navbar-nav a:hover {
  color: #ff7200;
}

@media (max-width: 576px) {
  .main_menu .navbar .main-menu-item .navbar-nav a {
    padding: 10px 22px;
    color: #fff;
    background-color: #044de2;
    margin-bottom: 2px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .main_menu .navbar .main-menu-item .navbar-nav a {
    padding: 15px 22px;
    color: #fff;
    background-color: #044de2;
    margin-bottom: 2px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main_menu .navbar .main-menu-item .navbar-nav a {
    padding: 15px 22px;
    color: #fff;
    background-color: #044de2;
    margin-bottom: 2px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main_menu .navbar .main-menu-item .navbar-nav a {
    padding: 0px 20px;
  }
}

.home_menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.dropdown-menu {
  border: 0px solid rgba(0, 0, 0, 0.15) !important;
  background-color: #fafafa;
}

.dropdown>.dropdown-menu {
  transition: all 0.5s;
  transform-origin: top center;
  transform: scale(1, 0);
  display: block;
  margin-top: -1px;
}

.dropright>.dropdown-menu {
  transition: all 0.5s;
  overflow: hidden;
  transform-origin: top center;
  transform: scale(1, 0);
  margin-top: 0;
}

.dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 8px 20px !important;
}

.dropright .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 8px 20px !important;
}

.dropdown:hover>.dropdown-menu {
  transform: scale(1);
}

.dropright:hover>.dropdown-menu {
  transform: scale(1);
  display: block;
}

@media (max-width: 576px) {
  .navbar-brand {
    max-width: 125px;
  }

  .main_menu .navbar .main-menu-item .navbar-nav a:hover {
    color: #fff;
  }

  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    left: 0;
    top: 71px;
    width: 100%;
  }

  .dropdown-menu {
    border: 0px solid rgba(0, 0, 0, 0.15) !important;
    background-color: #044de2;
  }

  .dropdown .dropdown-menu {
    transform: scale(1, 0);
    display: none;
    margin-top: 0px;
    text-align: center;
  }

  .dropright .dropdown-menu {
    transform: scale(0, 1);
    display: none;
    margin-top: 0px;
    text-align: center;
  }

  .dropdown .dropdown-menu .dropdown-item {
    padding: 10px 15px;
  }

  .dropright .dropdown-menu .dropdown-item {
    padding: 10px 15px;
  }

  .dropdown:hover .dropdown-menu {
    transform: scale(1);
    display: block;
  }

  .dropright:hover .dropdown-menu {
    transform: scale(1);
    display: block;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .navbar-brand {
    max-width: 125px;
  }

  .main_menu .navbar .main-menu-item .navbar-nav a:hover {
    color: #fff;
  }

  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    left: 0;
    top: 71px;
    width: 100%;
  }

  .dropdown .dropdown-menu {
    transform: scale(1, 0);
    display: none;
    text-align: center;
  }

  .dropright .dropdown-menu {
    transform: scale(1, 0);
    display: none;
    text-align: center;
  }

  .dropdown:hover .dropdown-menu {
    transform: scale(1);
    display: block;
  }

  .dropright:hover .dropdown-menu {
    transform: scale(1);
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-brand {
    max-width: 125px;
  }

  .main_menu .navbar .main-menu-item .navbar-nav a:hover {
    color: #fff;
  }

  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    left: 0;
    top: 71px;
    width: 100%;
  }

  .dropdown .dropdown-menu {
    transform: scale(1, 0);
    display: none;
    text-align: center;
  }

  .dropright .dropdown-menu {
    transform: scale(1, 0);
    display: none;
    text-align: center;
  }

  .dropdown:hover .dropdown-menu {
    transform: scale(1);
    display: block;
  }

  .dropright:hover .dropdown-menu {
    transform: scale(1);
    display: block;
  }
}

.menu_fixed {
  position: fixed;
  z-index: 9999 !important;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
}

.menu_fixed span {
  color: #000 !important;
}

/* menu part css end */

/* subbanner part css start */
.subbanner_part {
  padding-top: 130px;
  position: relative;
  z-index: 99;
}

@media (max-width: 576px) {
  .subbanner_part {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .subbanner_part {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .subbanner_part {
    padding-top: 70px;
  }
}

.subbanner_part:after {
  position: absolute;
  content: "";
  top: 260px;
  right: 0;
  width: 60%;
  height: 100%;
  background-color: #F7F7F7;
  z-index: -1;
}

@media (max-width: 991px) {
  .subbanner_part:after {
    display: none;
  }
}

@media (min-width: 992px) {
  .subbanner_part:after {
    top: 0;
  }
}

.partner_bg:before {
  position: absolute;
  content: "";
  left: 0;
  width: 50%;
  top: 130px;
  height: 74%;
  background-image: url(../img/partner_member.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}

@media (max-width: 576px) {
  .partner_bg:before {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .partner_bg:before {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .partner_bg:before {
    display: none;
  }
}

.subbanner_part .subbanner_text {
  padding: 164px 0px 200px;
}

@media (max-width: 576px) {
  .subbanner_part .subbanner_text {
    padding: 0px 0px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .subbanner_part .subbanner_text {
    padding: 0px 0px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subbanner_part .subbanner_text {
    padding: 0px 0px 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .subbanner_part .subbanner_text {
    padding: 169px 0px 65px;
  }
}

.subbanner_part .subbanner_text h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 50px;
  position: relative;
}

.subbanner_part .subbanner_text h2:after {
  position: absolute;
  left: 0;
  height: 2px;
  width: 90px;
  content: "";
  background-color: #044de2;
  bottom: -15px;
}

@media (max-width: 576px) {
  .subbanner_part .subbanner_text h2 {
    font-size: 25px;
    margin-bottom: 35px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .subbanner_part .subbanner_text h2 {
    font-size: 25px;
    margin-bottom: 35px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subbanner_part .subbanner_text h2 {
    font-size: 30px;
    margin-bottom: 35px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .subbanner_part .subbanner_text h2 {
    font-size: 30px;
    margin-bottom: 35px;
    line-height: 40px;
  }
}

.subbanner_part .subbanner_text p {
  line-height: 1.929;
  margin-bottom: 30px;
}

.subbanner_part .subbanner_text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 35px;
}

.subbanner_part .subbanner_text ul li {
  margin-bottom: 15px;
  margin-right: 80px;
  font-size: 14px;
  font-family: "Open Sans";
  color: #7f7f7f;
  padding-left: 33px;
}

@media (max-width: 576px) {
  .subbanner_part .subbanner_text ul li {
    padding-left: 41px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .subbanner_part .subbanner_text ul li {
    padding-left: 41px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subbanner_part .subbanner_text ul li {
    padding-left: 41px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .subbanner_part .subbanner_text ul li {
    padding-left: 41px;
  }
}

.subbanner_part .subbanner_text ul li span {
  margin-right: 17px;
  margin-top: 5px;
  color: #044de2;
  font-size: 14px;
  position: absolute;
  left: 14px;
}

@media (max-width: 576px) {
  .subbanner_part .subbanner_text ul li span {
    padding-bottom: 15px;
    position: absolute;
    left: 15px;
    padding-top: 2px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .subbanner_part .subbanner_text ul li span {
    padding-bottom: 15px;
    position: absolute;
    left: 15px;
    padding-top: 2px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subbanner_part .subbanner_text ul li span {
    padding-bottom: 15px;
    position: absolute;
    left: 15px;
    padding-top: 2px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .subbanner_part .subbanner_text ul li span {
    padding-bottom: 15px;
    position: absolute;
    left: 15px;
    padding-top: 6px;
  }
}

.subbanner_part .subbanner_text .btn_1 {
  padding: 10px 42px;
}

/* subbanner part css end */

/* column_lr part start */
.column_lr_part {
  padding: 90px 0;
}

.column_lr img {
  width: 100%;
}

.column_lr_text {
  padding: 60px 70px;
}

@media (max-width: 767px) {
  .column_lr_text {
    padding: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .column_lr_text {
    height: auto;
    padding: 40px;
  }
}

.column_lr_text h4 {
  color: #044de2;
  font-weight: 200;
  font-size: 28px;
}

@media (min-width: 1200px) {
  .column_lr_text h4 {
    font-size: 35px;
  }
}

.column_lr_text p {
  color: #7f7f7f;
  font-size: 18px;
  line-height: 1.5;
}

.column_lr_text a {
  color: #044de2;
  font-size: 18px;
  line-height: 1.5;
}

/* column_lr part end */

/* column_lcr part css start */
.column_lcr_part {
  padding-top: 90px;
}

@media (max-width: 576px) {
  .column_lcr_part {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .column_lcr_part {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .column_lcr_part {
    padding-top: 70px;
  }
}

.column_lcr_part .view_more_btn .btn_2 {
  color: #797979;
  margin-top: 15px;
}

.column_lcr_part .view_more_btn .btn_2:after {
  background-color: #e9eef2;
}

.column_lcr_part .column_lcr_img {
  position: relative;
}

.column_lcr_part .column_lcr_img:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #14303a;
  opacity: 0;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  transform: scale(0.5);
}

.column_lcr_part .column_lcr_img .column_lcr_text {
  position: absolute;
  bottom: 40px;
  left: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
}

.column_lcr_part .section_tittle h1 {
  color: #14303a;
}

.column_lcr_part .column_lcr_img .column_lcr_text h3 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #fff;
}

.column_lcr_part .column_lcr_img .column_lcr_text p {
  font-size: 13px;
  color: #fff;
}

.column_lcr_part .column_lcr_img .single_acustomer_text {
  position: absolute;
  width: 280px;
  height: 260px;
  text-align: center;
  left: 35px;
  top: 100px;
  bottom: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
}

.column_lcr_part .column_lcr_img .single_acustomer_text h1 {
  font-size: 78px;
  font-weight: 300;
  line-height: .8;
  margin-bottom: 15px;
  color: #fff;
}

.column_lcr_part .column_lcr_img .single_acustomer_text h2 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #fff;
}

.column_lcr_part .column_lcr_img .single_acustomer_text hr {
  width: 100px;
  height: 0.5px;
  border: none;
  border-top: 1px solid #fff;
  margin: 18px auto;
}

.column_lcr_part .column_lcr_img img {
  width: 100%;
}

.column_lcr_part .column_lcr_content {
  position: relative;
  padding: 20px;
  border-top: 0px solid transparent !important;
  border: 1px solid #e8ebef;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.column_lcr_part .column_lcr_content p {
  font-size: 12px;
  color: #044de2;
  font-weight: 400;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.column_lcr_part .column_lcr_content h4 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8ebef;
}

.column_lcr_part .column_lcr_content .love_us {
  color: #abaeb1;
}

.column_lcr_part .column_lcr_content .love_us .ti-heart {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0px 10px 25.5px 4.5px rgba(20, 48, 58, 0.1);
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  position: absolute;
  right: 20px;
  top: -25px;
  color: #abaeb1;
}

.column_lcr_part .column_lcr_content .list-unstyled {
  margin-top: 15px;
}

.column_lcr_part .column_lcr_content .list-unstyled li {
  display: inline-block;
  margin-right: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #797979;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .column_lcr_part .column_lcr_content .list-unstyled li {
    margin-right: 14px;
  }
}

.column_lcr_part .column_lcr_content .list-unstyled li:hover {
  color: #044de2;
}

.column_lcr_part .column_lcr_content .list-unstyled li:hover span {
  color: #044de2;
}

.column_lcr_part .column_lcr_content .list-unstyled li a {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  color: #797979;
}

@media (max-width: 576px) {
  .column_lcr_part .column_lcr_content .list-unstyled li {
    margin-right: 14px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .column_lcr_part .column_lcr_content .list-unstyled li {
    margin-right: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .column_lcr_part .column_lcr_content .list-unstyled li {
    margin-right: 14px;
  }
}

.column_lcr_part .column_lcr_area:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.column_lcr_part .column_lcr_area:hover .column_lcr_img:after {
  opacity: 0.3;
  transform: scale(1);
}

.column_lcr_part .column_lcr_area:hover .column_lcr_text {
  visibility: visible;
  opacity: 1;
  bottom: 21px;
}

.column_lcr_part .column_lcr_area:hover .single_acustomer_text {
  visibility: visible;
  opacity: 1;
  bottom: 21px;
}

.column_lcr_part .column_lcr_area:hover .column_lcr_content {
  box-shadow: 0px 10px 25.5px 4.5px rgba(20, 48, 58, 0.1);
  background-color: #fff;
}

.column_lcr_part .column_lcr_area:hover .love_us .ti-heart {
  border-radius: 3px;
  background-color: #044de2;
  box-shadow: 0px 0px 0px 0px rgba(20, 48, 58, 0.1);
  color: #fff;
}

@media (max-width: 576px) {

  .column_lcr_part .column_lcr_area {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .column_lcr_part .column_lcr_area {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .column_lcr_part .view_more_btn a:hover {
    color: #044de2;
  }
}

.column_lcr_part .view_more_btn {
  margin-top: 18px;
}

.column_lcr_part .view_more_btn a:hover {
  color: #044de2;
}

/* column_lcr part css end */

/* column four part css start */
.column_four_part {
  padding: 250px 0px 130px;
  margin-top: -125px;
}

@media (max-width: 576px) {
  .column_four_part {
    margin-top: 70px;
    padding: 70px 0px 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .column_four_part {
    margin-top: 70px;
    padding: 70px 0px 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .column_four_part {
    margin-top: 70px;
    padding: 70px 0px 50px;
  }
}

.column_four_part:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1d2e4a;
  opacity: 0.651;
  z-index: -1;
  -webkit-transition: 1s;
  transition: 1s;
}

.column_four_part .view_more_btn {
  margin-top: 18px;
}

.column_four_part .column_four_area {
  -webkit-transition: 1s;
  transition: 1s;
}

.column_four_part .column_four_area .column_four_text {
  padding: 40px 30px 45px;
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-transition: 1s;
  transition: 1s;
}

.column_four_part .column_four_area .column_four_text:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../img/patten_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  -webkit-transition: 1s;
  transition: 1s;
}

.column_four_part .column_four_area .column_four_text .voice_icon {
  height: 80px;
  width: 80px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  border: 1px solid #afb5be;
  border-radius: 5px;
  margin-bottom: 35px;
}

.column_four_part .column_four_area .column_four_text .voice_icon i {
  font-size: 42px;
  color: #fff;
  display: inline-block;
}

.column_four_part .column_four_area .column_four_text h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 25px;
}

.column_four_part .column_four_area .column_four_text p {
  line-height: 1.857;
  color: #fff;
}

.column_four_part .column_four_area .column_four_text .btn_2 {
  margin-top: 30px;
}

@media (max-width: 576px) {
  .column_four_part .column_four_area .column_four_text {
    padding: 30px 20px 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .column_four_part .column_four_area .column_four_text {
    padding: 30px 20px 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .column_four_part .column_four_area .column_four_text {
    padding: 30px 20px 35px;
  }
}

@media (max-width: 576px) {
  .column_four_part .column_four_area {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .column_four_part .column_four_area {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .column_four_part .column_four_area {
    margin-bottom: 25px;
  }
}

.column_four_part .column_four_area {
  -webkit-transition: 1s;
  transition: 1s;
}

.column_four_part .column_four_area:hover .column_four_text {
  -webkit-transition: 1s;
  transition: 1s;
}

.column_four_part .column_four_area:hover .column_four_text:after {
  -webkit-transition: 1s;
  transition: 1s;
  background-image: none;
  background-color: #fff;
}

.column_four_part .column_four_area:hover .column_four_text .voice_icon {
  border: 1px solid #afb5be;
}

.column_four_part .column_four_area:hover .column_four_text .voice_icon i {
  color: #044de2;
}

.column_four_part .column_four_area:hover .column_four_text h4 {
  color: #044de2;
}

.column_four_part .column_four_area:hover .column_four_text p {
  color: #797979;
}

.column_four_part .column_four_area:hover .column_four_text .btn_2 {
  margin-top: 30px;
  color: #044de2;
}

.column_four_part .column_four_area:hover .column_four_text .btn_2:after {
  height: 30px;
  width: 30px;
  background-color: #ff7200;
  position: absolute;
  content: "";
  top: -5px;
  left: -11px;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

/* column four part css end */

/* column six part start */
@media (max-width: 991px) {
  .column_six {
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
  }
}

.column_six {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  width: 100%;
  padding: 30px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .column_six_nl {
    border-left: none;
  }

  .column_six_nb {
    border-bottom: none;
  }
}

.column_six .icon span {
  line-height: 90px;
  font-size: 50px;
  color: #1b9ce3;
}

.column_six h4 {
  font-size: 24px;
  margin-bottom: 24px;
}

.column_six h6 {
  line-height: 1.8;
  color: #797979;
}

.column_six:hover {
  background: #1b9ce3;
  -webkit-box-shadow: 0px 0px 27px -16px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 27px -16px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 27px -16px rgba(0, 0, 0, 0.75);
  border: none;
}

.column_six:hover .icon span {
  color: #fff;
}

.column_six:hover .media-body {
  color: rgba(255, 255, 255, 0.9);
}

.column_six:hover .media-body h4 {
  color: #fff;
}

.column_six:hover .media-body h6 {
  color: #fff;
}

/* column six part end */

/* active part css start */
.active_part .section_tittle h1 {
  color: #14303a;
}

.active_part .view_more_btn .btn_2 {
  color: #797979;
  margin-top: 15px;
}

.active_part .view_more_btn .btn_2:after {
  background-color: #e9eef2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .active_part .view_more_btn a:hover {
    color: #044de2;
  }
}

.active_part .view_more_btn {
  margin-top: 18px;
}

.active_part .view_more_btn a:hover {
  color: #044de2;
}

.active_part .active_num {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.active_part .active_data {
  font-size: 30px;
  margin: 0;
  color: #666;
}

.active_part .active_icon {
  font-size: 80px;
  display: inline-block;
  color: #044de2;
}

.active_part hr {
  width: 100px;
  height: 0.5px;
  border: none;
  border-top: 2px solid #000;
  margin: 18px auto;
}

.counter_item>div {
  margin: 6px 0;
}

.counter_item.kill_border:before {
  background: none;
}

.counter_item::before {
  background: #e5e5e5;
  content: "";
  margin-top: -27.5px;
  height: 55px;
  width: 1px;
  position: absolute;
  right: -15px;
  top: 50%;
}

/* active part css end */

/****************banner_lr part css start**************/
.banner_lr_part {
  padding: 130px 0px 40px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

@media (max-width: 576px) {
  .banner_lr_part {
    padding: 70px 0px 40px;
    overflow: visible;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner_lr_part {
    padding: 50px 0px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_lr_part {
    padding: 70px 0px 30px;
  }
}

.banner_lr_part img {
  width: 100%;
}

.banner_lr_part .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 576px) {
  .banner_lr_part .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner_lr_part .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_lr_part .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.banner_lr_part .container-fluid .banner_lr_l {
  margin-top: 175px;
  position: relative;
}

@media (max-width: 576px) {
  .banner_lr_part .container-fluid .banner_lr_l {
    margin-top: 0px;
    margin-bottom: 225px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner_lr_part .container-fluid .banner_lr_l {
    margin-top: 0px;
    margin-bottom: 225px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_lr_part .container-fluid .banner_lr_l {
    margin-top: 100px;
  }
}

.banner_lr_part .container-fluid .banner_lr_l .banner_lr_text_l {
  padding: 40px;
  background-color: #fff;
  box-shadow: 1px 15px 30px #14303a15;
  width: 510px;
  position: absolute;
  z-index: 9;
  top: -175px;
  right: 30px;
}

@media (max-width: 576px) {
  .banner_lr_part .container-fluid .banner_lr_l .banner_lr_text_l {
    width: 100%;
    top: auto;
    right: 0px;
    padding: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner_lr_part .container-fluid .banner_lr_l .banner_lr_text_l {
    width: 100%;
    top: auto;
    right: 0px;
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_lr_part .container-fluid .banner_lr_l .banner_lr_text_l {
    width: 300px;
    z-index: 9;
    top: -100px;
    right: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner_lr_part .container-fluid .banner_lr_l .banner_lr_text_l {
    width: 350px;
    z-index: 9;
    top: -175px;
    right: 30px;
  }
}

.banner_lr_part .container-fluid .banner_lr_l .banner_lr_text_l h1 {
  font-size: 40px;
  font-weight: 700;
}

@media (max-width: 576px) {
  .banner_lr_part .container-fluid .banner_lr_l .banner_lr_text_l h1 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner_lr_part .container-fluid .banner_lr_l .banner_lr_text_l h1 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_lr_part .container-fluid .banner_lr_l .banner_lr_text_l h1 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner_lr_part .container-fluid .banner_lr_l .banner_lr_text_l h1 {
    font-size: 30px;
  }
}

.banner_lr_part .container-fluid .banner_lr_l .banner_lr_text_l .btn_2 {
  color: #797979;
  margin-left: 10px;
  margin-top: 23px;
}

.banner_lr_part .container-fluid .banner_lr_l .banner_lr_text_l .btn_2 span {
  font-size: 12px;
}

.banner_lr_part .container-fluid .banner_lr_l .banner_lr_text_l .btn_2:after {
  background-color: #e9eef2;
}

.banner_lr_part .container-fluid .banner_lr_l .banner_lr_text_l .btn_2:hover {
  color: #044de2;
}

.banner_lr_part .container-fluid .banner_lr_l .banner_lr_text_l .btn_2:hover span {
  color: #044de2;
}

.banner_lr_part .container-fluid .banner_lr_r {
  position: relative;
}

.banner_lr_part .container-fluid .banner_lr_r .banner_lr_text_r {
  padding: 40px;
  background-color: #fff;
  box-shadow: 1px 15px 30px #14303a15;
  width: 510px;
  position: absolute;
  z-index: 9;
  bottom: -175px;
  left: 30px;
}

@media (max-width: 576px) {
  .banner_lr_part .container-fluid .banner_lr_r .banner_lr_text_r {
    width: 100%;
    bottom: auto;
    left: 0px;
    padding: 20px;
    position: relative;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner_lr_part .container-fluid .banner_lr_r .banner_lr_text_r {
    width: 100%;
    bottom: auto;
    left: 0px;
    padding: 20px;
    z-index: 99;
    position: relative;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_lr_part .container-fluid .banner_lr_r .banner_lr_text_r {
    width: 300px;
    z-index: 9;
    bottom: -100px;
    right: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner_lr_part .container-fluid .banner_lr_r .banner_lr_text_r {
    width: 350px;
    z-index: 9;
    bottom: -175px;
    right: 30px;
  }
}

.banner_lr_part .container-fluid .banner_lr_r .banner_lr_text_r h1 {
  font-size: 40px;
  font-weight: 700;
}

@media (max-width: 576px) {
  .banner_lr_part .container-fluid .banner_lr_r .banner_lr_text_r h1 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner_lr_part .container-fluid .banner_lr_r .banner_lr_text_r h1 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_lr_part .container-fluid .banner_lr_r .banner_lr_text_r h1 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner_lr_part .container-fluid .banner_lr_r .banner_lr_text_r h1 {
    font-size: 30px;
  }
}

.banner_lr_part .container-fluid .banner_lr_r .banner_lr_text_r .btn_2 {
  color: #797979;
  margin-left: 10px;
  margin-top: 23px;
}

.banner_lr_part .container-fluid .banner_lr_r .banner_lr_text_r .btn_2 span {
  font-size: 12px;
}

.banner_lr_part .container-fluid .banner_lr_r .banner_lr_text_r .btn_2:after {
  background-color: #e9eef2;
}

.banner_lr_part .container-fluid .banner_lr_r .banner_lr_text_r .btn_2:hover {
  color: #044de2;
}

.banner_lr_part .container-fluid .banner_lr_r .banner_lr_text_r .btn_2:hover span {
  color: #044de2;
}

/* banner_lr part css end */

/* guild part start */
.guild_bg {
  background-color: #f5f6f7;
  padding-bottom: 55px;
}

.guild_history_area {
  height: 650px;
  width: 100%;
  display: table;
}

.guild_history_bg {
  width: 100%;
  background-color: #7c7c7c;
}

.guild_history_area .guild_history_text {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .guild_history_content_l {
    text-align: center;
  }

  .guild_history_content_r {
    text-align: center;
  }

  .guild_history_text h1 {
    color: #fff;
    font-weight: 100;
    font-size: 100px;
    line-height: 1;
  }

  .guild_history_text h2 {
    color: #fff;
    font-weight: 100;
    font-size: 100px;
    line-height: 1;
  }

  .guild_history_text h3 {
    color: #fff;
    font-weight: 300;
    font-size: 45px;
  }

  .guild_history_text p {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
  }

  .guild_history_text_b h1 {
    font-weight: 100;
    font-size: 250px;
    line-height: 1;
  }

  .guild_history_text_b h2 {
    font-weight: 100;
    font-size: 100px;
    line-height: 1;
  }

  .guild_history_text_b h3 {
    font-weight: 300;
    font-size: 45px;
  }

  .guild_history_text_b p {
    font-size: 18px;
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  .guild_history_bg .guild_history_text h1 {
    margin-top: -70px;
  }

  .guild_history_text h1 {
    color: #fff;
    font-weight: 100;
    font-size: 135px;
    line-height: 1;
  }

  .guild_history_text h2 {
    color: #fff;
    font-weight: 100;
    font-size: 100px;
    line-height: 1;
  }

  .guild_history_text h3 {
    color: #fff;
    font-weight: 300;
    font-size: 35px;
  }

  .guild_history_text p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
  }

  .guild_history_text_b h1 {
    font-weight: 100;
    font-size: 135px;
    line-height: 1;
  }

  .guild_history_text_b h2 {
    font-weight: 100;
    font-size: 100px;
    line-height: 1;
  }

  .guild_history_text_b h3 {
    font-weight: 300;
    font-size: 35px;
  }

  .guild_history_text_b p {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media (min-width: 992px) {
  .guild_history_bg .guild_history_text h1 {
    margin-top: -125px;
  }

  .guild_history_content_l {
    text-align-last: left;
    margin-right: 42px;
  }

  .guild_history_content_r {
    text-align: left;
    margin-left: 42px;
  }

  .guild_history_text h1 {
    color: #fff;
    font-weight: 100;
    font-size: 250px;
    line-height: 1;
  }

  .guild_history_text h2 {
    color: #fff;
    font-weight: 100;
    font-size: 150px;
    line-height: 1;
  }

  .guild_history_text h3 {
    color: #fff;
    font-weight: 300;
    font-size: 45px;
  }

  .guild_history_text p {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
  }

  .guild_history_text_b h1 {
    font-weight: 100;
    font-size: 250px;
    line-height: 1;
  }

  .guild_history_text_b h2 {
    font-weight: 100;
    font-size: 150px;
    line-height: 1;
  }

  .guild_history_text_b h3 {
    font-weight: 300;
    font-size: 45px;
  }

  .guild_history_text_b p {
    font-size: 18px;
    line-height: 1.5;
  }
}

.guild_bgimg {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .guild_bgimg {
    display: none;
  }
}

@media (min-width: 768px) {
  .guild_bgimg {
    height: 530px;
  }
}

@media (min-width: 992px) {
  .guild_bgimg {
    height: 590px;
  }
}

@media (min-width: 1200px) {
  .guild_bgimg {
    height: 650px;
  }
}

.guild_area {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .guild_area {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .guild_content_1 {
    margin-top: 0px;
  }

  .guild_content_2 {
    margin-top: 0px;
  }

  .guild_content_3 {
    margin-top: 0px;
  }
}

@media (min-width: 768px) {
  .guild_content_1 {
    margin-top: -247.5px;
  }

  .guild_content_2 {
    margin-top: -220px;
  }

  .guild_content_3 {
    margin-top: -70px;
  }
}

@media (min-width: 992px) {
  .guild_content_1 {
    margin-top: -405px;
  }

  .guild_content_2 {
    margin-top: -220px;
  }

  .guild_content_3 {
    margin-top: -100px;
  }
}

@media (min-width: 1200px) {
  .guild_content_1 {
    margin-top: -405px;
  }

  .guild_content_2 {
    margin-top: -220px;
  }

  .guild_content_3 {
    margin-top: -150px;
  }
}

@media (min-width: 768px) {
  .guild_content_a {
    margin-top: -247.5px;
  }
}

@media (min-width: 992px) {
  .guild_content_a {
    margin-top: -337.5px;
  }
}

@media (min-width: 1200px) {
  .guild_content_a {
    margin-top: -405px;
  }
}

@media (min-width: 768px) {
  .guild_content_b {
    margin-top: -220px;
  }
}

@media (min-width: 768px) {
  .guild_content_middle {
    max-width: 720px;
    margin-top: -300px;
  }
}

@media (min-width: 992px) {
  .guild_content_middle {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .guild_content_middle {
    max-width: 1140px;
  }
}

@media (min-width: 768px) {
  .guild_content_l {
    margin-top: 30px;
  }

  .guild_content_r1 {
    margin-top: -90px;
  }

  .guild_content_r2 {
    margin-top: -90px;
  }
}

@media (max-width: 767px) {
  .guild_text {
    padding: 30px 25px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 32px;
  }
}

@media (min-width: 768px) {
  .guild_text {
    padding: 85px 60px 90px;
    background-color: rgb(255, 255, 255);
  }
}

.guild_text h4 {
  font-size: 35px;
  font-weight: 200;
  margin-bottom: 30px;
}

.guild_text p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.guild_text a {
  font-size: 18px;
  line-height: 1.5;
  text-decoration: none;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .guild_middle_text {
    text-align: center;
    padding: 40px;
  }
}

@media (min-width: 768px) {
  .guild_middle_text {
    text-align: center;
    padding: 85px 60px 90px;
  }
}

.guild_middle_text h3 {
  color: #044de2;
  font-weight: 300;
  font-size: 45px;
}

.guild_middle_text p {
  color: #7f7f7f;
  font-size: 18px;
  line-height: 1.5;
}

/* guild part end */

/* why part start */
.why_part .why_single {
  border: 1px solid #eee;
  padding: 44px 0;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}

.why_part .why_single:hover {
  box-shadow: 0px 10px 30px 0px rgba(133, 66, 189, 0.1)
}

.why_part .why_single .why_ion span {
  font-size: 60px;
  color: #14303a
}

.why_part .why_single .why_cap h5 {
  padding-top: 40px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4
}

/* why part end */


/* contact part css start */
.contact_part {
  padding-top: 90px;
}

.contact_header {
  padding-bottom: 30px;
}

.contact_area .contact_text {
  background-color: #fff;
}

.contact_area .contact_text a:hover {
  text-decoration: underline;
}

.contact_area .contact_text a:hover span {
  color: rgb(163, 34, 39);
}

.contact_text h2 {
  font-weight: 200;
  font-size: 45px;
}

.contact_text h5 {
  font-weight: 300;
  font-size: 18px;
  line-height: 2;
}

.contact_text p {
  font-size: 15px;
  line-height: 1.5;
}

.contact_text a {
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .contact_text h5 {
    font-size: 30px;
  }

  .contact_text p {
    font-size: 18px;
  }

  .contact_text a {
    font-size: 18px;
  }
}

/* contact part css end */


/* active supplier area start */
.asuppliers_info {
  height: 350px;
}

.triangle-up {
  width: 0;
  height: 0;
  border-left: 72px solid transparent;
  border-right: 72px solid transparent;
  border-bottom: 125px solid #14303a;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  z-index: 3;
}

.triangle-up-w {
  width: 0;
  height: 0;
  border-left: 138px solid transparent;
  border-right: 138px solid transparent;
  border-bottom: 240px solid #ffffff;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  z-index: 2;
}

.triangle-up-b {
  width: 0;
  height: 0;
  border-left: 202px solid transparent;
  border-right: 202px solid transparent;
  border-bottom: 350px solid #14303a;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
}

.asuppliers_content_1 {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%);
}

.asuppliers_content_1 h3 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.25;
}

.asuppliers_content_2 {
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translate(-50%);
}

.asuppliers_content_2 h3 {
  color: #000;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.25;
}

.asuppliers_content_3 {
  position: absolute;
  top: 265px;
  left: 50%;
  transform: translate(-50%);
}

.asuppliers_content_3 h3 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.25;
}

@media (max-width: 767px) {
  .asuppliers_text_1 {
    position: absolute;
    top: 50px;
    left: 80px;
    overflow: hidden;
    white-space: nowrap;
  }

  .asuppliers_text_1 h4 {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
  }

  .asuppliers_hr_1 {
    position: absolute;
    top: 50px;
    left: 50px;
    overflow: hidden;
    white-space: nowrap;
  }

  .asuppliers_hr_1 hr {
    width: 20px;
    height: 0.5px;
    border: none;
    border-top: 1px solid #000;
    margin: 18px auto;
  }

  .asuppliers_text_2 {
    position: absolute;
    top: 160px;
    right: 140px;
    overflow: hidden;
    white-space: nowrap;
  }

  .asuppliers_text_2 h4 {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    text-align: right;
  }

  .asuppliers_hr_2 {
    position: absolute;
    top: 160px;
    right: 110px;
    overflow: hidden;
    white-space: nowrap;
  }

  .asuppliers_hr_2 hr {
    width: 20px;
    height: 0.5px;
    border: none;
    border-top: 1px solid #000;
    margin: 18px auto;
  }

  .asuppliers_text_3 {
    position: absolute;
    top: 310px;
    left: 0px;
    overflow: hidden;
    white-space: nowrap;
  }

  .asuppliers_text_3 h4 {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    color: #fff;
  }

  .asuppliers_hr_3 {
    position: absolute;
    top: 300px;
    left: -30px;
    overflow: hidden;
    white-space: nowrap;
  }

  .asuppliers_hr_3 hr {
    width: 20px;
    height: 0.5px;
    border: none;
    border-top: 1px solid #fff;
    margin: 18px auto;
  }
}

@media (min-width: 768px) {
  .asuppliers_text_1 {
    position: absolute;
    top: 50px;
    left: 160px;
    overflow: hidden;
    white-space: nowrap;
  }

  .asuppliers_text_1 h4 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.25;
  }

  .asuppliers_hr_1 {
    position: absolute;
    top: 50px;
    left: 80px;
    overflow: hidden;
    white-space: nowrap;
  }

  .asuppliers_hr_1 hr {
    width: 50px;
    height: 0.5px;
    border: none;
    border-top: 1px solid #000;
    margin: 18px auto;
  }

  .asuppliers_text_2 {
    position: absolute;
    top: 160px;
    right: 210px;
    overflow: hidden;
    white-space: nowrap;
  }

  .asuppliers_text_2 h4 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.25;
    text-align: right;
  }

  .asuppliers_hr_2 {
    position: absolute;
    top: 160px;
    right: 140px;
    overflow: hidden;
    white-space: nowrap;
  }

  .asuppliers_hr_2 hr {
    width: 50px;
    height: 0.5px;
    border: none;
    border-top: 1px solid #000;
    margin: 18px auto;
  }

  .asuppliers_text_3 {
    position: absolute;
    top: 265px;
    left: 180px;
    overflow: hidden;
    white-space: nowrap;
  }

  .asuppliers_text_3 h4 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.25;
  }

  .asuppliers_hr_3 {
    position: absolute;
    top: 265px;
    left: 80px;
    overflow: hidden;
    white-space: nowrap;
  }

  .asuppliers_hr_3 hr {
    width: 50px;
    height: 0.5px;
    border: none;
    border-top: 1px solid #fff;
    margin: 18px auto;
  }
}

@media (min-width: 1200px) {
  .asuppliers_text_1 {
    position: absolute;
    top: 50px;
    left: 300px;
    overflow: hidden;
    white-space: nowrap;
  }

  .asuppliers_text_1 h4 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.25;
  }

  .asuppliers_hr_1 {
    position: absolute;
    top: 50px;
    left: 80px;
    overflow: hidden;
    white-space: nowrap;
  }

  .asuppliers_hr_1 hr {
    width: 200px;
    height: 0.5px;
    border: none;
    border-top: 1px solid #000;
    margin: 18px auto;
  }

  .asuppliers_text_2 {
    position: absolute;
    top: 160px;
    right: 300px;
    overflow: hidden;
    white-space: nowrap;
  }

  .asuppliers_text_2 h4 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.25;
    text-align: right;
  }

  .asuppliers_hr_2 {
    position: absolute;
    top: 160px;
    right: 140px;
    overflow: hidden;
    white-space: nowrap;
  }

  .asuppliers_hr_2 hr {
    width: 140px;
    height: 0.5px;
    border: none;
    border-top: 1px solid #000;
    margin: 18px auto;
  }

  .asuppliers_text_3 {
    position: absolute;
    top: 265px;
    left: 300px;
    overflow: hidden;
    white-space: nowrap;
  }

  .asuppliers_text_3 h4 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.25;
  }

  .asuppliers_hr_3 {
    position: absolute;
    top: 265px;
    left: 200px;
    overflow: hidden;
    white-space: nowrap;
  }

  .asuppliers_hr_3 hr {
    width: 80px;
    height: 0.5px;
    border: none;
    border-top: 1px solid #000;
    margin: 18px auto;
  }
}

/* active supplier area end */

/* subbanner_lr part start */
.subbanner_lr_part {
  margin-top: 90px;
}

.subbanner_lr_part .subbanner_lr_img {
  position: relative
}

.subbanner_lr_part .subbanner_lr_img::before {
  position: absolute;
  content: "";
  width: 92%;
  height: 95%;
  border: 9px solid rgba(0, 0, 0, 0.3);
  left: -4%;
  z-index: 0;
  top: -4%
}

@media only screen and (min-width: 1200px) and (max-width: 1250px) {
  .ssubbanner_lr_part .subbanner_lr_img::before {
    left: -2%
  }
}

@media (max-width: 767px) {
  .subbanner_lr_part .subbanner_lr_img::before {
    display: none
  }
}

.subbanner_lr_part .subbanner_lr_img img {
  width: 100%
}

.subbanner_lr_part .subbanner_lr_img .subbanner_lr_img_cap {
  position: absolute;
  bottom: 150px;
  right: -105px;
  transform: rotate(-90deg)
}

@media (max-width: 767px) {
  .subbanner_lr_part .subbanner_lr_img .subbanner_lr_img_cap {
    right: -69px
  }
}

.subbanner_lr_part .subbanner_lr_img .subbanner_lr_img_cap span {
  background: rgba(1, 75, 133, 0.8);
  padding: 19px 55px;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 767px) {
  .subbanner_lr_part .subbanner_lr_img .subbanner_lr_img_cap span {
    padding: 6px 40px;
    font-size: 38px
  }
}

.subbanner_lr_part .subbanner_lr_right_cap {
  position: relative;
  right: -50px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .subbanner_lr_part .subbanner_lr_right_cap {
    right: -25px
  }
}

@media (max-width: 767px) {
  .subbanner_lr_part .subbanner_lr_right_cap {
    right: 0px
  }
}

.subbanner_lr_part .subbanner_lr_right_cap .subbanner_lr_support_cap p {
  padding-right: 84px;
  margin-bottom: 46px
}

.subbanner_lr_part .subbanner_lr_right_cap .subbanner_lr_support_cap ul li {
  margin-bottom: 20px;
  padding-left: 35px;
  font-size: 14px;
  font-family: "Open Sans";
  color: #7f7f7f;
}

.subbanner_lr_part .subbanner_lr_right_cap ul li span {
  margin-right: 15px;
  margin-top: 3px;
  font-size: 14px;
  color: #044de2;
  position: absolute;
  left: 0px;
}

.subbanner_lr_text h2 {
  color: #191d34;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 47px
}

@media (max-width: 767px) {
  .subbanner_lr_text h2 {
    font-size: 29px;
    line-height: 1.3;
    margin-bottom: 50px
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .subbanner_lr_text h2 {
    font-size: 49px
  }
}

.subbanner_lr_text span {
  color: #666;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block
}

/* subbanner_lr part end */


/* conference part start */
.conference_part {
  padding-top: 90px;
}

.conference_bg {
  background-color: #f5f6f7;
  padding-bottom: 55px;
}

@media (max-width: 767px) {
  .conference_bg {
    padding-bottom: 0;
  }
}

/* conference part end */

/* destn part start */
.destn_part .section_tittle h1 {
  color: #14303a;
}

.destn_content h5 {
  color: #a32227;
  font-weight: 500;
  font-size: 20px;
  line-height: 2;
}

@media (min-width: 1200px) {
  .destn_content h5 {
    font-size: 24px;
  }
}

.destn_content table {
  width: 100%;
  height: 360px;
  border: 3px solid #a32227;
  border-collapse: collapse;
  color: #a32227;
}

.destn_content table tr td {
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .destn_content table {
    height: 400px;
  }

  .destn_content table tr td {
    font-size: 8px;
  }
}

.destn_content table td {
  border: 1px solid #a32227;
}

.destn_bg {
  background-color: #d7d7d7;
}

/* destn part end */

/* review part start */
.review_part {
  padding: 90px 0px 130px;
  position: relative;
  z-index: 1;
}

@media (max-width: 576px) {
  .review_part {
    margin-top: 145px;
    padding: 70px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .review_part {
    margin-top: 0px;
    padding: 70px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .review_part {
    margin-top: 0px;
    padding: 70px 0px;
  }
}

.review_part:after {
  position: absolute;
  content: "";
  left: 67px;
  top: -125px;
  width: 200px;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

@media (max-width: 576px) {
  .review_part:after {
    display: none;
  }
}

.review_part:before {
  position: absolute;
  content: "";
  right: 0;
  width: 180px;
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 576px) {
  .review_part:before {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .review_part:before {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .review_part:before {
    width: 180px;
    height: 250px;
  }
}

.review_part .section_tittle {
  margin-bottom: 105px;
}

@media (max-width: 576px) {
  .review_part .section_tittle {
    margin-bottom: 45px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .review_part .section_tittle {
    margin-bottom: 45px;
  }
}

.review_part .section_tittle h1 {
  color: #14303a;
}

.review_part .review_part_text .client_info {
  padding-bottom: 35px;
  display: flow-root;
}

@media (max-width: 576px) {
  .review_part .review_part_text .client_info {
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .review_part .review_part_text .client_info {
    padding-bottom: 20px;
  }
}

.review_part .review_part_text .client_info img {
  height: 90px;
  width: 90px;
  float: left;
  margin-right: 30px;
}

@media (max-width: 576px) {
  .review_part .review_part_text .client_info img {
    margin-right: 23px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .review_part .review_part_text .client_info img {
    margin-right: 23px;
  }
}

.review_part .review_part_text .client_info h4 {
  margin-top: 19px;
  font-weight: 600;
}

.review_part .review_part_text .client_info p {
  margin-top: 0px;
}

.review_part .review_part_text p {
  font-weight: 400i;
  line-height: 1.929;
}

.review_part .owl-dots {
  text-align: center;
  padding-top: 65px;
}

@media (max-width: 576px) {
  .review_part .owl-dots {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .review_part .owl-dots {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .review_part .owl-dots {
    padding-top: 30px;
  }
}

.review_part .owl-dots button.owl-dot {
  width: 20px;
  height: 6px;
  border-radius: 20px;
  display: inline-block;
  background: #e9eef2;
  margin: 0 10px;
}

.review_part .owl-dots button.owl-dot.active {
  background-color: #044de2;
}

.review_part .owl-dots button.owl-dot:focus {
  outline: #044de2;
}

@media (max-width: 576px) {
  .about_review {
    margin-top: 0px;
  }
}

/* review part end */

/* cta area start */
.cta_part {
  position: relative;
  z-index: 1;
  background-image: url("../img/cta_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 170px 0px;
}

@media (max-width: 576px) {
  .cta_part {
    padding: 70px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cta_part {
    padding: 70px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta_part {
    padding: 70px 0px;
  }
}

.cta_part:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1e7fa0;
  opacity: 0.8;
  z-index: -1;
}

.cta_part h1 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}

@media (max-width: 576px) {
  .cta_part h1 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cta_part h1 {
    font-size: 30px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta_part h1 {
    font-size: 30px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .cta_part h1 {
    font-size: 30px;
    line-height: 35px;
  }
}

.cta_part p {
  color: #fff;
}

.cta_part .cta_btn {
  padding: 12px 55px;
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  font-weight: 400;
  margin-top: 38px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 576px) {
  .cta_part .cta_btn {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cta_part .cta_btn {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta_part .cta_btn {
    margin-top: 25px;
  }
}

.cta_part .cta_btn:hover {
  border: 1px solid #054f74;
  background-color: #054f74;
}

/* top part start */
.top_part {
  padding: 90px 0px;
  position: relative;
  z-index: 1;
}

@media (max-width: 576px) {
  .top_part {
    padding: 70px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .top_part {
    padding: 70px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top_part {
    padding: 70px 0px;
  }
}

.top_part .section_tittle h1 {
  color: #14303a;
}

.top_part .top_area .top_content {
  padding: 38px 38px 23px;
  border: 1px solid #e8ebef;
}

@media (max-width: 576px) {
  .top_part .top_area .top_content {
    padding: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .top_part .top_area .top_content {
    padding: 20px;
  }
}

.top_part .top_area .top_content p {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  .top_part .top_area .top_content p {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .top_part .top_area .top_content p {
    margin-bottom: 15px;
  }
}

.top_part .top_area .top_content p a {
  color: #044de2;
}

.top_part .top_area .top_content h4 {
  font-size: 27px;
  font-weight: 600;
  line-height: 1.481;
  margin-bottom: 25px;
}

@media (max-width: 576px) {
  .top_part .top_area .top_content h4 {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .top_part .top_area .top_content h4 {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top_part .top_area .top_content h4 {
    font-size: 21px;
    margin-bottom: 15px;
  }
}

.top_part .top_area .top_content .list-unstyled li {
  display: inline;
  margin-right: 17px;
  color: #797979;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top_part .top_area .top_content .list-unstyled li:hover {
  color: #044de2;
}

.top_part .top_area .top_content .list-unstyled li:hover a {
  color: #044de2;
}

.top_part .top_area .top_content .list-unstyled li a {
  margin-right: 8px;
  color: #797979;
}

.top_part .top_area_right .top_area {
  margin-bottom: 23px;
  display: inline-block;
}

.top_part .top_area_right .top_area:last-child {
  margin-bottom: 0px;
}

@media (max-width: 576px) {
  .top_part .top_area_right .top_area {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .top_part .top_area_right .top_area img {
    max-width: 130px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .top_part .top_area_right .top_area {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top_part .top_area_right .top_area {
    margin-bottom: 20px;
  }

  .top_part .top_area_right .top_area img {
    max-width: 135px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .top_part .top_area_right .top_area {
    margin-bottom: 20px;
  }

  .top_part .top_area_right .top_area img {
    max-width: 173px;
  }
}

.top_part .top_area_right .top_area .media-body p {
  margin-bottom: 10px;
}

@media (max-width: 576px) {

  .top_part .top_area_right .top_area .media-body p {
    margin-bottom: 5px;
  }
}

.top_part .top_area_right .top_area .media-body p a {
  color: #044de2;
  text-transform: uppercase;
  font-size: 12px;
}

.top_part .top_area_right .top_area .media-body h5 {
  font-weight: 600;
  line-height: 1.667;
  margin: 15px 0px;
}

@media (max-width: 576px) {
  .top_part .top_area_right .top_area .media-body h5 {
    line-height: 1.17;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .top_part .top_area_right .top_area .media-body h5 {
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top_part .top_area_right .top_area .media-body h5 {
    margin: 10px 0px;
    line-height: 1.3;
  }
}

.top_part .top_area_right .top_area .media-body .list-unstyled li {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  cursor: pointer;
  color: #797979;
}

.top_part .top_area_right .top_area .media-body .list-unstyled li:hover {
  color: #044de2;
}

.top_part .top_area_right .top_area .media-body .list-unstyled li:hover a {
  color: #044de2;
}

.top_part .top_area_right .top_area .media-body .list-unstyled li a {
  margin-right: 6px;
  color: #797979;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_right_sidebar .instagram_feeds .instagram_row li {
    width: 15% !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog_right_sidebar .instagram_feeds .instagram_row li {
    width: 24% !important;
  }
}

@media (max-width: 576px) {
  .blog_right_sidebar .instagram_feeds .instagram_row li {
    width: 24% !important;
  }
}

/* top part end */

/* bg part start */
.careers_part_bg {
  background-image: url(../img/careers.png);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.about_bg {
  background-image: url("../img/about/about_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about_partner_bg {
  background-image: url(../img/about/about_partner.png);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.recruitment_position_bg {
  background-image: url(../img/careers/recruitment_position.png);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.marketing_bg:before {
  position: absolute;
  content: "";
  left: 0;
  width: 50%;
  top: 130px;
  height: 74%;
  background-image: url(../img/about/marketing.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}

@media (max-width: 576px) {
  .marketing_bg:before {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .marketing_bg:before {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .marketing_bg:before {
    display: none;
  }
}

.voice_bg {
  background-image: url("../img/voice_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
  z-index: 1;
}

.teams_bg {
  background-image: url("../img/about/teams.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
  z-index: 1;
}

.history_bg {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.history_2009_img {
  background-image: url(../img/about/history_2009.png);
  height: 650px;
}

.history_2010_img {
  background-image: url(../img/about/history_2010.png);
}

.history_2011_img {
  background-image: url(../img/about/history_2011.png);
}

.history_2012_img {
  background-image: url(../img/about/history_2012.png);
}

.history_2013_img {
  background-image: url(../img/about/history_2013.png);
}

.history_2014_img {
  background-image: url(../img/about/history_2014.png);
}

.history_2015_img {
  background-image: url(../img/about/history_2015.png);
}

.history_2016_img {
  background-image: url(../img/about/history_2016.png);
}

.history_2017_img {
  background-image: url(../img/about/history_2017.png);
}

.history_2018_img {
  background-image: url(../img/about/history_2018.png);
}

.history_2019_img {
  background-image: url(../img/about/history_2019.png);
}

.history_2020_img {
  background-image: url(../img/about/history_2020.png);
}

.vision_bg {
  background-image: url("../img/vision/vision.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.corporateculturepart_bg:before {
  position: absolute;
  content: "";
  left: 0;
  width: 50%;
  top: 130px;
  height: 74%;
  background-image: url(../img/vision/corporateculturepart.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}

@media (max-width: 576px) {
  .corporateculturepart_bg:before {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .corporateculturepart_bg:before {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .corporateculturepart_bg:before {
    display: none;
  }
}

.ourexpectionpart_bg {
  background-image: url("../img/vision/ourexpectionpart.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
  z-index: 1;
}

.vision_about_partner_bg {
  background-image: url(../img/vision/about_partner.png);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ourvaluespart_bg {
  background-image: url("../img/vision/ourvaluespart.png");
  width: 1600px;
  margin-right: auto;
  margin-left: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.corporateculture_bg {
  background-image: url("../img/vision/corporateculture.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ourexpection_bg {
  background-image: url("../img/vision/ourexpection.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ourvalues_bg {
  background-image: url("../img/vision/ourvalues.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.careers_bg {
  background-image: url("../img/careers/careers.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* .tobeourfamily_bg {
  background-image: url("../img/careers/tobeourfamily.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */

.hrcontacts_bg {
  background-image: url("../img/careers/hrcontacts.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.recruitmentposition_bg {
  background-image: url("../img/careers/recruitmentposition.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.vocationaltraining_bg {
  background-image: url("../img/careers/vocationaltraining.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.insights_bg {
  background-image: url("../img/insights/insights.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cooperationpart_bg {
  background-image: url("../img/insights/cooperationpart.png");
  width: 1600px;
  margin-right: auto;
  margin-left: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.change_bg {
  background-image: url("../img/insights/change.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.competition_bg {
  background-image: url("../img/insights/competition.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.survival_bg {
  background-image: url("../img/insights/survival.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cooperation_bg {
  background-image: url("../img/insights/cooperation.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.directionandstrategy_bg {
  background-image: url("../img/insights/directionandstrategy.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.customerneeds_bg {
  background-image: url("../img/insights/customerneeds.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ourteam_bg {
  background-image: url("../img/about/ourteam_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.developmentslider_bg {
  background-image: url("../img/about/developmentslider.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.partnerslider_bg {
  background-image: url("../img/about/partner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.voiceslider_bg {
  background-image: url("../img/solutions/voiceslider.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.smsslider_bg {
  background-image: url("../img/solutions/smsslider.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.didslider_bg {
  background-image: url("../img/solutions/didslider.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.solutionslider_bg {
  background-image: url("../img/solutions/solutions.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.moreaboutvoice_bg {
  background-image: url("../img/solutions/moreaboutvoice.png");
  width: 1600px;
  margin-right: auto;
  margin-left: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.insightsmoreaboutvoice_bg {
  background-image: url("../img/insights/moreaboutvoice.png");
  width: 1600px;
  margin-right: auto;
  margin-left: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tobeourfamily_bg {
  background-image: url("../img/careers/tobeourfamilytext.png");
  width: 1600px;
  margin-right: auto;
  margin-left: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.choicearea_bg {
  background-image: url("../img/solutions/choice.png");
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.insightschoicearea_bg {
  background-image: url("../img/insights/choice.png");
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.contact_bg {
  background-image: url("../img/contact/contact.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1600px) {
  .tobeourfamily_bg {
    max-width: 1250px;
  }

  .moreaboutvoice_bg {
    max-width: 1250px;
  }

  .ourvaluespart_bg {
    max-width: 1250px;
  }

  .cooperationpart_bg {
    max-width: 1250px;
  }

  .insightsmoreaboutvoice_bg {
    max-width: 1250px;
  }
}

/* bg part end */

/* breadcrumb part start */
.breadcrumb {
  position: relative;
  z-index: 0;
  text-align: center;
  margin-bottom: 0;
}

.breadcrumb:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: "";
  opacity: 0.6;
  z-index: -1;
}

.breadcrumb .breadcrumb_iner {
  height: 400px;
  width: 100%;
  display: table;
}

.breadcrumb .breadcrumb_iner .breadcrumb_iner_item {
  display: table-cell;
  vertical-align: middle;
}

.breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 27px;
  text-transform: capitalize;
}

@media (max-width: 576px) {
  .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}

.breadcrumb .breadcrumb_iner .breadcrumb_iner_item p {
  font-size: 15px;
  color: #fff;
}

.breadcrumb .breadcrumb_iner .breadcrumb_iner_item span {
  margin: 0px 5px;
  font-size: 12px;
}

/* breadcrumb part end */

/* subnav part start */
.subnav_part {
  background-color: #1e1e1e;
}

.subnav_area {
  display: none;
}

@media (min-width: 768px) {
  .subnav_area {
    display: block;
    padding: 12px 15px;
  }
}

@media (min-width: 1240px) {
  .subnav_area {
    max-width: 1240px;
  }
}

.subnav_area>li {
  display: inline-block;
}

.subnav_area .subnav_text span::before {
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  padding: 0 18px;
  color: #ccc;
}

.subnav_part .subnav_area .subnav_text a {
  display: inline;
  font-size: 14px;
  color: #f1f1f1;
  line-height: 2.5;
  display: inline-block;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.subnav_part .subnav_area:hover .subnav_text a {
  opacity: 0.2;
}

.subnav_part .subnav_area .subnav_text a:hover {
  opacity: 1;
}

.subnav_part .subnav_area .subnav_text a {
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

/* subnav part end */

/* Start Blog Area css */
.single-blog {
  overflow: hidden;
  margin-bottom: 30px;
}

.single-blog:hover {
  box-shadow: 0px 10px 20px 0px rgba(42, 34, 123, 0.1);
}

.single-blog .thumb {
  overflow: hidden;
  position: relative;
}

.single-blog .thumb:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog h4 {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 34px;
  margin-bottom: 25px;
}

.single-blog a {
  font-size: 20px;
  font-weight: 600;
}

.single-blog .date {
  color: #666666;
  text-align: left;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

.single-blog .tag {
  text-align: left;
  display: inline-block;
  /* float: left; */
  font-size: 13px;
  font-weight: 300;
  margin-right: 22px;
  position: relative;
}

.single-blog .tag:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 10px;
  background: #acacac;
  right: -12px;
  top: 7px;
}

@media (max-width: 1199px) {
  .single-blog .tag {
    margin-right: 8px;
  }

  .single-blog .tag:after {
    display: none;
  }
}


@media (max-width: 800px) {
  .single-blog {
    margin-bottom: 30px;
  }
}

.single-blog:hover .thumb:after {
  opacity: .7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 1199px) {
  .single-blog h4 {
    transition: all 300ms linear 0s;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 14px;
    margin-bottom: 12px;
  }

  .single-blog h4 a {
    font-size: 18px;
  }
}

/*============ blog_left_sidebar css ==============*/
.blog_item {
  margin-bottom: 50px;
}

.blog_details {
  padding: 30px 0 20px 10px;
  box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

@media (min-width: 768px) {
  .blog_details {
    padding: 60px 30px 35px 35px;
  }
}

.blog_details p {
  margin-bottom: 30px;
}

.blog_details a {
  color: #2a2a2a;
}

.blog_details a:hover {
  color: #044de2;
}

.blog_details h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .blog_details h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.blog-info-link li {
  float: left;
  font-size: 14px;
}

.blog-info-link li a {
  color: #999999;
}

.blog-info-link li i,
.blog-info-link li span {
  font-size: 13px;
  margin-right: 5px;
}

.blog-info-link li::after {
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
}

.blog-info-link li:last-child::after {
  display: none;
}

.blog-info-link::after {
  content: "";
  display: block;
  clear: both;
  display: table;
}

.blog_item_img {
  position: relative;
}

.blog_item_img .blog_item_date {
  position: absolute;
  bottom: -10px;
  left: 10px;
  display: block;
  color: #fff;
  background: #14303a;
  padding: 8px 15px;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .blog_item_img .blog_item_date {
    bottom: -20px;
    left: 40px;
    padding: 13px 30px;
  }
}

.blog_item_img .blog_item_date h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .blog_item_img .blog_item_date h3 {
    font-size: 30px;
  }
}

.blog_item_img .blog_item_date p {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}

@media (min-width: 768px) {
  .blog_item_img .blog_item_date p {
    font-size: 18px;
  }
}

.blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px;
}

.blog_right_sidebar .widget_title::after {
  content: "";
  display: block;
  padding-top: 15px;
  border-bottom: 1px solid #f0e9ff;
}

.blog_right_sidebar .single_sidebar_widget {
  background: #fbf9ff;
  padding: 30px;
  margin-bottom: 30px;
}

.blog_right_sidebar .search_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
  border-right: 0;
}

.blog_right_sidebar .search_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

.blog_right_sidebar .search_widget .input-group button {
  background: #fff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}

.blog_right_sidebar .search_widget .input-group button i,
.blog_right_sidebar .search_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}

.blog_right_sidebar .newsletter_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
}

.blog_right_sidebar .newsletter_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

.blog_right_sidebar .newsletter_widget .input-group button {
  background: #fff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}

.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}

.blog_right_sidebar .post_category_widget .cat-list li {
  border-bottom: 1px solid #f0e9ff;
  transition: all 0.3s ease 0s;
  padding-bottom: 12px;
}

.blog_right_sidebar .post_category_widget .cat-list li:last-child {
  border-bottom: 0;
}

.blog_right_sidebar .post_category_widget .cat-list li a {
  font-size: 14px;
  line-height: 20px;
  color: #888888;
}

.blog_right_sidebar .post_category_widget .cat-list li a p {
  margin-bottom: 0px;
}

.blog_right_sidebar .post_category_widget .cat-list li+li {
  padding-top: 15px;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
  justify-content: center;
  align-self: center;
  padding-left: 20px;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
  transition: all 0.3s linear;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
  color: #044de2;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
}

.blog_right_sidebar .popular_post_widget .post_item+.post_item {
  margin-top: 20px;
}

.blog_right_sidebar .tag_cloud_widget ul li {
  display: inline-block;
}

.blog_right_sidebar .tag_cloud_widget ul li a {
  display: inline-block;
  border: 1px solid #eeeeee;
  background: #fff;
  padding: 4px 20px;
  margin-bottom: 8px;
  margin-right: 3px;
  transition: all 0.3s ease 0s;
  color: #888888;
  font-size: 13px;
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
  background: #044de2;
  color: #fff;
}

.blog_right_sidebar .instagram_feeds .instagram_row {
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
}

.blog_right_sidebar .instagram_feeds .instagram_row li {
  width: 33.33%;
  float: left;
  padding-right: 6px;
  padding-left: 6px;
  margin-bottom: 15px;
}

.blog_right_sidebar .br {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 30px 0px;
}

.blog-pagination {
  margin-top: 80px;
}

.blog-pagination .page-link {
  font-size: 14px;
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  margin-left: -1px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  border-radius: 0 !important;
  color: #8a8a8a;
  border: 1px solid #f0e9ff;
  margin-right: 10px;
}

.blog-pagination .page-link i,
.blog-pagination .page-link span {
  font-size: 13px;
}

.blog-pagination .page-item.active .page-link {
  background-color: #fbf9ff;
  border-color: #f0e9ff;
  color: #888888;
}

.blog-pagination .page-item:last-child .page-link {
  margin-right: 0;
}

/* Main Button Area css */
.btn_1 {
  padding: 7px 12px;
  font-size: 14px;
  font-weight: 700;
  background-color: #044de2;
  color: #fff;
  border: 2px solid #044de2;
  display: inline-block;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn_1:hover {
  background-color: #ff7200;
  border: 2px solid #ff7200;
  color: #fff;
}

.btn_1:hover a {
  color: #fff;
}

.btn_1 a {
  color: #fff;
}

.btn_1 a:hover {
  color: #fff;
}

.btn_2 {
  position: relative;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  z-index: 9;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.btn_2:after {
  height: 30px;
  width: 30px;
  background-color: #044de2;
  position: absolute;
  content: "";
  top: -5px;
  left: -11px;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.btn_2 a {
  color: #fff;
  font-weight: 500;
}

.btn_2 span {
  margin-left: 6px;
}

/* custom button rule start */
.button {
  display: inline-block;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 54px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid #e8ebef;
  text-transform: uppercase;
  background-color: #044de2;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 767px) {
  .button {
    font-size: 13px;
    padding: 9px 24px;
  }
}

.button:hover {
  color: #fff;
}

.button-contactForm {
  color: #fff;
  border-color: #e8ebef;
  padding: 12px 25px;
}

/* End Main Button Area css */

/* contact part start */
#contact_page {
  padding-top: 20px;
}

#contact_page .contact_form .form-group label {
  color: #989898;
  font-size: 16px;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.form-group .form-control {
  padding: 0 12px;
  border-color: #f2f2f2;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 50px;
}

.form-group textarea.form-control {
  height: 244px;
}

.form-group button {
  font-size: 15px;
  padding: 15px 30px;
}

textarea#message {
  resize: none;
  padding: 10px;
}

#contact_page .contact_wrap {
  margin-top: 20px;
}

.contact_title {
  text-align: center;
  margin-bottom: 70px;
  margin-top: 50px;
}

.contact_title h2 {
  font-size: 48px;
  font-weight: 700;
  color: #222;
}


.contact_title p {
  font-size: 16px;
  line-height: 26px;
  color: #989898;
  font-weight: 300;
}

/* contact part end */

/* footer part css start */
.footer_bg {
  background-image: url(../img/footer/footer.png);
}

.footer .footer_heading {
  text-align: center;
  padding: 40px 0;
}

.footer .footer_heading li {
  display: inline-block;
  padding: 0 25px;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.footer .footer_heading:hover li {
  opacity: 0.2;
}

.footer .footer_heading li:hover {
  opacity: 1;
}

.footer .footer_heading li a {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
  margin-bottom: 20px;
  text-decoration: none;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

@media (max-width: 767px) {
  .footer .footer_heading li {
    display: block;
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .footer .footer_heading li a {
    margin-bottom: 15px;
    margin-top: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer_heading li a {
    margin-bottom: 15px;
    margin-top: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .footer .footer_heading li a {
    margin-bottom: 15px;
    margin-top: 25px;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .footer .footer_heading li a {
    margin-bottom: 15px;
    margin-top: 25px;
  }
}

.footer .social_links {
  text-align: center;
  padding: 40px 0;
}

.footer .social_links li {
  display: inline-block;
  padding: 0 10px;
}

.footer .social_links li a {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0);
  font-size: 20px;
  color: gray;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid gray;
}

@media (max-width: 767px) {
  .footer .social_links li a {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    font-display: 11px;
  }
}

.footer .social_links li a:hover {
  color: #fff;
  border: 1px solid #fff;
}

.footer .social_links li a:hover i {
  color: #fff;
}

.footer .footer_copy_right {
  text-align: center;
  padding: 30px 0;
}

.footer .footer_copy_right li {
  margin-bottom: 0;
  font-size: 14px;
  color: #dcdcdc;
  font-weight: 400;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
  display: inline-block;
  padding: 0 5px;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.footer .footer_copy_right:hover .footer_guild {
  opacity: 0.2;
}

.footer .footer_copy_right .footer_guild:hover {
  opacity: 1;
}

.footer .footer_copy_right li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

@media (max-width: 767px) {
  .footer .footer_copy_right li {
    display: block;
    padding: 10px 0;
  }
}

/* footer part css end */

/* ability area start */
.ability_fact {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 1px solid #ebeef0;
  padding-left: 26px;
}

.ability_fact_numeric {
  font-weight: 100;
  font-size: 80px;
  line-height: .8;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
  text-indent: -5.4px;
}

.ability_fact_numeric.ability_fact_small-fs:first-child {
  margin-top: -3px;
}

@media (max-width:991px) {
  .ability_fact_numeric {
    font-size: 18vw;
  }
}

.ability_fact_data {
  margin-top: 12px;
  margin-bottom: 13px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2.3px;
  line-height: 2.81;
}

@media (min-width:768px) {
  .ability_fact_data {
    font-size: 14px;
  }
}

.ability_fact_description {
  font-size: 14px;
  margin-top: 9px;
  margin-bottom: 22px;
  line-height: 1.42857;
}

@media (min-width:768px) {
  .ability_fact_description {
    font-size: 14px;
  }
}

.ability_fact_description:last-child {
  margin-bottom: -4px;
}

.ability_footer {
  padding-top: 60px;
  text-align: center;
}

/* ability area end */

.separator {
  width: 60%;
  margin: 0 auto;
  border: 0.5px solid #343434;
}

.white-bg {
  background-color: #fff;
}

.gray-bg {
  background: #f5f6f7;
  ;
}

.darkgray-bg {
  background-color: #647987;
}

.lightgray-bg {
  background-color: #F7F7F7;
}

.partnerinfo_bg-1 {
  height: 350px;
  width: 100%;
  background-image: url(../img/about/partner_info-1.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.partnerinfo_bg-2 {
  height: 350px;
  width: 100%;
  background-image: url(../img/about/partner_info-2.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.partnerinfo_bg-3 {
  height: 350px;
  width: 100%;
  background-image: url(../img/about/partner_info-3.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section h1 {
  font-weight: 200;
  font-size: 65px;
}

.section h2 {
  font-weight: 200;
  font-size: 45px;
}

.section h3 {
  font-weight: 200;
  font-size: 30px;
}

.section h4 {
  font-weight: 200;
  font-size: 28px;
}

.section h5 {
  font-weight: 300;
  font-size: 18px;
  line-height: 2;
}

.section h6 {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
}

.section p {
  font-size: 15px;
  line-height: 1.5;
}

.section a {
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
}

.section ul {
  padding-left: 40px;
}

.section ul li {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.42857;
  margin-bottom: 13px;
  list-style-type: disc;
}

@media (min-width: 1200px) {
  .section h3 {
    font-size: 45px;
  }

  .section h4 {
    font-size: 35px;
  }

  .section h5 {
    font-size: 30px;
  }

  .section h6 {
    font-size: 18px;
  }

  .section p {
    font-size: 18px;
  }

  .section a {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .section ul {
    padding-left: 70px;
  }

  .section ul li {
    font-size: 18px;
  }
}

.section_a h1 {
  color: #044de2;
  font-weight: 100;
  font-size: 250px;
  line-height: 1;
}

.section_a h3 {
  color: #044de2;
  font-weight: 300;
  font-size: 45px;
}

.section_a h4 {
  color: #044de2;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.817;
  letter-spacing: 3px;
}

.section_a h5 {
  color: #044de2;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.21;
  letter-spacing: 3px;
}

.section_a h6 {
  color: #044de2;
  font-weight: 300;
  font-size: 30px;
}

.section_a p {
  color: #7f7f7f;
  font-size: 18px;
  line-height: 1.5;
}

.section_a hr {
  width: 90%;
  height: 0.5px;
  border: none;
  border-top: 1px solid #fff;
  margin: 0 auto;
}

.section_b h1 {
  font-weight: 200;
  font-size: 65px;
}

.section_b h2 {
  font-weight: 200;
  font-size: 45px;
}

.section_b h3 {
  font-weight: 200;
  font-size: 30px;
}

.section_b h4 {
  font-weight: 200;
  font-size: 28px;
}

.section_b h5 {
  font-weight: 300;
  font-size: 18px;
  line-height: 2;
}

.section_b h6 {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
}

.section_b p {
  font-size: 15px;
  line-height: 1.5;
}

.section_b a {
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
}

.section_b ul {
  padding-left: 40px;
}

.section_b ul li {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.42857;
  margin-bottom: 13px;
  list-style-type: disc;
}

@media (min-width: 1200px) {
  .section_b h3 {
    font-size: 45px;
  }

  .section_b h4 {
    font-size: 35px;
  }

  .section_b h6 {
    font-size: 18px;
  }

  .section_b p {
    font-size: 18px;
  }

  .section_b a {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .section_b ul {
    padding-left: 70px;
  }

  .section_b ul li {
    font-size: 18px;
  }
}


.section_w h6 {
  color: #fff;
  font-weight: 300;
  font-size: 30px;
}

.section_w p {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}

.section_g h2 {
  color: #6f7275;
  font-weight: 400;
  font-size: 30px;
}

.section_g hr {
  width: 100%;
  height: 0.5px;
  border: none;
  border-top: 1.5px dotted #6f7275;
}

@media (min-width: 1200px) {
  .section_g h2 {
    font-size: 45px;
  }
}

.column {
  height: 115px;
  padding: 30px;
}

.column p {
  display: inline-block;
  margin: 0 20px 0 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 55px;
}

.column select {
  padding: 15px 20px;
  font-weight: 400;
  font-size: 18px;
}

.chart_container {
  width: 100%;
  height: 600px;
}

.chart_table {
  display: flex;
  align-items: center;
  /*定义元素垂直居中*/
  justify-content: center;
  /*定义元素水平居中*/
}

.chart_table table {
  width: 100%;
  border: 3px solid #a32227;
  border-collapse: collapse;
  color: #a32227;
}

.chart_table table tr td {
  font-size: 14px;
  line-height: 2;
}

@media (max-width: 767px) {
  .chart_table table {
    height: 400px;
  }

  .chart_table table tr td {
    font-size: 14px;
  }
}

.chart_table table td {
  border: 1px solid #a32227;
}

.link i {
  color: #a32227;
}

.link {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.link:hover {
  text-indent: 1em;
}


.border {
  height: 2px;
  margin: 20px auto 20px;
  position: relative;
  width: 80px;
}

/* middle area start */
.middle_area {
  padding: 70px 0;
  background-size: cover;
  background-position: center center;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.middle_area::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000;
  opacity: .3
}

.middle_area h2 {
  font-size: 48px;
  color: #ffffff;
  line-height: 2;
}

.middle_area p {
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 20px;
}

.middle_area .middle_coutent {
  margin: 60px 0;
}

.progress_wrap {
  position: relative;
  padding: 10px 35px;
}

.progress_wrap h3 {
  color: #ffffff;
  text-align: left;
  margin: 20px 0 10px
}

.progress .color1,
.progress .color1 .bar_width,
.progress .color1 .bar_width::after {
  background: #2d7da4;
}

.progress .color2,
.progress .color2 .bar_width,
.progress .color2 .bar_width::after {
  background: #6aa42f;
}

.progress .color3,
.progress .color3 .bar_width,
.progress .color3 .bar_width::after {
  background: #ffcc33;
}

.progress .color4,
.progress .color4 .bar_width,
.progress .color4 .bar_width::after {
  background: #db3615;
}

.progress,
.progress_bar {
  height: 10px;
  line-height: 10px;
  background: #e6e6e6;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: visible;
  text-align: right;
}

/* middle area end */

/* info-area area start */
.info-area .info-thumb {
  overflow: hidden;
  display: inline-block;
}

@media (max-width: 960px) {
  .info-area .info-content {
    text-align: center;
    padding: 80px 30px 80px 0;
  }
}

.info-area .info-content {
  box-shadow: 0px 0px 50px 0px rgba(157, 157, 157, 0.3);
  position: relative;
  background: #fff;
  padding: 80px 100px 80px 40px;
}

@media (max-width: 575.98px) {
  .info-area .info-content {
    margin-top: 30px;
  }
}

.info-area .info-content:after {
  content: "";
  box-shadow: -35.355px 35.355px 50px 0px rgba(157, 157, 157, 0.3);
  position: absolute;
  right: 100%;
  top: 0;
  background: #fff;
  width: 70px;
  height: 100%;
}

@media (max-width: 991.98px) {
  .info-area .info-content:after {
    width: 50px;
  }
}

@media (max-width: 575.98px) {
  .info-area .info-content:after {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .info-area .info-content {
    padding: 30px 30px 30px 0;
  }
}

@media (max-width: 575.98px) {
  .info-area .info-content {
    padding: 30px;
  }
}

.info-area .info-content h1 {
  line-height: 1.15em;
  margin-bottom: 30px;
}

.info-area .info-content .meta {
  color: #222;
  font-weight: 400;
  font-size: 14px;
  margin-top: 20px;
}

.info-area .info-left {
  z-index: 2;
}

@media (max-width: 800px) {
  .info-area .info-left {
    margin-top: 0px;
    margin-bottom: 40px;
  }
}

/* info-area area end */

/* quote area start */
.quote_area {
  padding-top: 90px;
}

.quote_left h1 {
  font-size: 30px;
  text-align: right;
  font-weight: 100;
}

.quote_left h1 span {
  font-weight: 600;
}

.quote_right p {
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .quote_left h1 br {
    display: none;
  }
}

@media (max-width: 960px) {

  .quote_left,
  .quote_right {
    margin-bottom: 30px;
    text-align: center;
  }

  .quote_left h1,
  .quote_right p {
    text-align: center;
  }
}

/* quote area end */

/* skill area start */
.skill_content {
  padding: 30px 20px;
  text-align: center;
  background-color: #f9f9ff;
}

.skill_content h4 {
  margin-bottom: 18px;
  margin-top: 25px;
  color: #1b9ce3;
}

.skill_content .skill_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #f9f9ff;
}

.skill_content:hover .skill_overlay {
  opacity: 1;
  cursor: pointer;
}

.skill_content .skill_text {
  padding: 30px;
  color: white;
  position: absolute;
  text-align: center;
}

.skill_content .skill_text p {
  color: #777777;
}

@media (max-width: 960px) {
  .skill_content {
    margin-bottom: 30px;
  }

  .skill_content .skill_overlay {
    height: 88%;
  }
}

.skill_icon {
  font-size: 50px;
  color: #1b9ce3;
}

/* skill area end */

/* choice area start */
.choice_part {
  background-color: #f9f9ff;
}

.choice_area .choice_img {
  overflow: hidden;
}

.choice_area .choice_img img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.choice_area:hover img {
  transform: scale(1.1);
}

.choice_area:hover h4 {
  color: #ff7200;
}

.choice_area h4 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.choice_area a {
  color: #222;
}

.choice_area .date {
  background-color: #000;
  color: #fff;
  font-weight: 100;
  padding: 2px 15px;
  width: 115px;
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 800px) {
  .choice_area {
    margin-bottom: 30px;
  }
}

/* choice area start */


/* service wrap start */
.services_wrap {
  padding: 40px 30px;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 40px;
  -webkit-transition: .4s;
  transition: .4s;
  color: #707070;
  font-size: 16px;
  line-height: 26px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .services_wrap {
    padding: 40px 0 40px 30px;
  }
}

.services_wrap:first-child {
  margin-top: 0;
}

.services_wrap p:last-child {
  margin: 0;
}

.services_wrap:hover {
  background-color: #FAFAFA;
}

.services_wrap .pull_left {
  margin-right: 40px;
  margin-top: 15px;
}

.pull_left {
  float: left;
}

.pull_right {
  overflow: hidden;
  zoom: 1;
}

/* service wrap end */

/* blog area start
.blog-post-list .single-post {
  background: transparent;
  padding: 0px 30px;
}

.single-post {
  margin-bottom: 30px;
}

.single-post .tags {
  margin-top: 40px;
}

.single-post .tags li {
  display: inline-block;
}

.single-post .tags li a {
  color: #222;
}

.single-post .tags li:hover a {
  color: #1b9ce3;
}

.single-post h1 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.single-post .title h4 {
  margin-bottom: 10px;
}

.single-post .comment-wrap ul li,
.single-post .social-wrap ul li {
  display: inline-block;
  margin-right: 15px;
}

@media (max-width: 414px) {

  .single-post .comment-wrap,
  .single-post .social-wrap {
    margin-top: 10px;
  }
}

.single-post .comment-wrap ul li a {
  color: #777777;
}

.single-post .social-wrap ul {
  text-align: right;
}

.single-post .social-wrap ul li a i {
  color: #777777;
}

.single-post .social-wrap ul li a i:hover {
  color: #222;
}

@media (max-width: 768px) {
  .single-post .social-wrap ul {
    text-align: left;
  }
}

.single-widget {
  border: 1px solid #eee;
  padding: 40px 30px;
  margin-bottom: 30px;
}

.single-widget .title {
  font-weight: 600;
  margin-bottom: 30px;
}

.search-widget i {
  color: #1b9ce3;
}

.search-widget form.example {
  border: 1px solid #eee;
}

.search-widget form.example input[type=text] {
  padding: 10px;
  font-size: 14px;
  border: none;
  float: left;
  width: 80%;
  background: #eee;
}

.search-widget form.example button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #eee;
  color: white;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.search-widget form.example::after {
  content: "";
  clear: both;
  display: table;
}

.protfolio-widget {
  text-align: center;
}

.protfolio-widget h4 {
  padding: 20px 0;
}

.protfolio-widget ul li {
  padding: 15px;
  display: inline-block;
}

.protfolio-widget ul li a i {
  color: #222;
}

.protfolio-widget ul li a i:hover {
  color: #1b9ce3;
}

.category-widget ul li {
  border-bottom: 1px solid #eee;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.category-widget ul li h6 {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.category-widget ul li span {
  color: #222;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.category-widget ul li:hover {
  border-color: #1b9ce3;
}

.category-widget ul li:hover h6,
.category-widget ul li:hover span {
  color: #1b9ce3;
}

.tags-widget ul li {
  display: inline-block;
  background: #fff;
  border: 1px solid #eee;
  padding: 8px 10px;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.tags-widget ul li a {
  font-weight: 300;
  color: #222;
}

.tags-widget ul li:hover {
  background-color: #1b9ce3;
}

.tags-widget ul li:hover a {
  color: #fff;
}

.recent-posts-widget .single-recent-post .recent-details {
  margin-left: 20px;
}

.recent-posts-widget .single-recent-post .recent-details h4 {
  line-height: 1.5em !important;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.recent-posts-widget .single-recent-post .recent-details p {
  margin-top: 10px;
}

.recent-posts-widget .single-recent-post:hover h4 {
  color: #1b9ce3;
}

@media (max-width: 960px) {
  .recent-posts-widget .single-recent-post {
    margin-bottom: 20px;
  }
}

blog area end */

/* warp part start */
.wrap_part {
  display: block;
  width: 100%;
  position: relative;
  background: #f0f9fd;
  padding: 20px 30px;
  margin-bottom: 30px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wrap_part:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent #fff transparent transparent;
}

.wrap_part .icon {
  line-height: 1.3;
  position: relative;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.wrap_part .icon span {
  font-size: 50px;
  color: #1b9ce3;
}

@media (max-width: 767.98px) {
  .wrap_part .wrap_content {
    padding-bottom: 3.5em !important;
  }
}

.wrap_part .wrap_content h3 {
  font-size: 24px;
  line-height: 1.625;
}

.wrap_part .wrap_content p {
  font-size: 15px;
  line-height: 1.625;
}

.wrap_part.active,
.wrap_part:hover {
  background: #1b9ce3;
}

.wrap_part.active .icon span,
.wrap_part:hover .icon span {
  color: #fff;
}

.wrap_part.active .wrap_content,
.wrap_part:hover .wrap_content {
  color: rgba(255, 255, 255, 0.9);
}

.wrap_part.active .wrap_content h3,
.wrap_part:hover .wrap_content h3,
.wrap_part.active .wrap_content p,
.wrap_part:hover .wrap_content p {
  color: #fff;
  line-height: 1.625;
}

@media (max-width: 767px) {
  .wrap_border {
    margin-bottom: 30px;
  }
}

.wrap_border {
  border: 4px solid #d1ebf9;
  padding: 20px;
}

.wrap_border_bg {
  background-image: url(../img/vision/teamwisdom.png);
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}


.wrap_border_bg_1 {
  background-image: url(../img/careers/careerdevelopmenttext.png);
  width: 100%;
}

.wrap_border_bg_2 {
  background-image: url(../img/careers/personaldevelopment.png);
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}

.wrap_border_bg_3 {
  background-image: url(../img/careers/tobeourfamily-bg.png);
  width: 100%;
}

.wrap_border_bg_4 {
  background-image: url(../img/insights/cooperationtext.png);
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}

.wrap_border_bg_5 {
  background-image: url(../img/insights/teamcooperation.png);
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}

.wrap_border_bg_6 {
  background-image: url(../img/insights/customerneedstext.png);
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}

/* warp part end */

/* quadrant area start */

@media (max-width: 767px) {
  .quadrant_area h1 {
    font-size: 50px;
    line-height: 1;
  }

  .quadrant_area h3 {
    padding-top: 12px;
    font-size: 12px;
  }

  .quadrant_area_boder {
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}

@media (min-width: 768px) {
  .quadrant_area h1 {
    font-size: 100px;
    line-height: 1;
  }

  .quadrant_area h3 {
    padding-top: 25px;
    font-size: 20px;
  }

  .quadrant_area_boder {
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}

@media (min-width: 992px) {
  .quadrant_area h1 {
    font-size: 150px;
    line-height: 1;
  }

  .quadrant_area h3 {
    padding-top: 35px;
    font-size: 24px;
  }

  .quadrant_area_boder {
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
  }
}

@media (min-width: 1200px) {
  .quadrant_area h1 {
    font-size: 200px;
    line-height: 1;
  }

  .quadrant_area h3 {
    padding-top: 85px;
    font-size: 30px;
  }

  .quadrant_area_boder {
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
  }
}

.noborder_left {
  border-left: none;
}

.noborder_bottom {
  border-bottom: none;

}

/* quadrant area end */

/* banner part css start */

#banner_part {
  position: relative;
}

#banner_part .carousel-content {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
}

#banner_part .slide-margin {
  margin-top: 140px;
}

#banner_part h1 {
  font-size: 64px;
  font-weight: 700;
  margin: 0 0 20px;
  color: #fff;
}

#banner_part .btn-slide {
  padding: 0 30px;
  line-height: 42px;
  background: #ff7200;
  color: #fff;
  border-radius: 4px;
  margin-top: 40px;
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
  border: 1px solid #ff7200;
}

#banner_part .btn-slide.white {
  border: 1px solid rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.26);
  color: #fff;
}

#banner_part .slider-img {
  text-align: right;
  position: absolute;
}

#banner_part .carousel-item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 850px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#banner_part .carousel-item:first-child {
  top: auto;
  position: relative;
}

#banner_part .carousel-item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 300ms;
  transition: opacity ease-in-out 300ms;
  z-index: 1;
}

#banner_part .carousel-control-prev,
#banner_part .carousel-control-next {
  position: absolute;
  top: 50%;
  background-color: #ff7200;
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}

#banner_part .carousel-control-prev:hover,
#banner_part .carousel-control-next:hover {
  background-color: #000;
}

#banner_part .carousel-control-prev {
  left: 10px;
}

#banner_part .carousel-control-next {
  right: 10px;
}

#banner_part .carousel-indicators {
  margin: 0;
  left: 0;
  width: 100%;
  bottom: 80px;
}

#banner_part .carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: transparent;
  margin: 0 5px;
  position: relative;
  border: 1px solid #044de2;
}

#banner_part .carousel-indicators li.active {
  background-color: #ff7200;
  border: 1px solid #ff7200
}

#banner_part .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#banner_part .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#banner_part .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#banner_part .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

.banner_part_bg1::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 50%;
  height: 100%;
  background-image: url(../img/banner_overlay-1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 576px) {
  .banner_part_bg1::after {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner_part_bg1::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_part_bg1::after {
    display: none;
  }
}

.banner_part_bg2::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 50%;
  height: 100%;
  background-image: url(../img/banner_overlay-2.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 576px) {
  .banner_part_bg2::after {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner_part_bg2::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_part_bg2::after {
    display: none;
  }
}

.banner_part_bg3::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 50%;
  height: 100%;
  background-image: url(../img/banner_overlay-3.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 576px) {
  .banner_part_bg3::after {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner_part_bg3::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_part_bg3::after {
    display: none;
  }
}

.banner_text {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 99;
  margin-top: 60px;
}

@media (max-width: 576px) {
  .banner_text {
    text-align: center;
    padding-top: 100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner_text {
    text-align: center;
    padding-top: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_text {
    text-align: center;
    padding-top: 100px;
  }
}

.banner_text .banner_text_iner {
  display: table-cell;
  vertical-align: middle;
}

.banner_text h5 {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Open Sans";
  font-weight: 600;
  color: #666666;
}

.banner_text h2 {
  font-size: 50px;
  line-height: 1.3;
  margin: 10px 0px 20px;
  font-weight: 600;
}

@media (max-width: 576px) {
  .banner_text h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner_text h2 {
    font-size: 35px;
    margin-bottom: 15px;
    line-height: 1.6;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_text h2 {
    font-size: 35px;
    margin-bottom: 15px;
    line-height: 1.6;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner_text h2 {
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

.banner_text p {
  font-size: 14px;
  line-height: 1.929;
  font-family: "Open Sans";
  color: #777777;
}

.banner_text .banner_btn {
  display: inline-block;
  margin-top: 40px;
  padding: 10px 30px;
}

@media (max-width: 576px) {
  .banner_text .banner_btn {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner_text .banner_btn {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_text .banner_btn {
    margin-top: 20px;
  }
}

.banner_social_icon {
  position: absolute;
  transform: rotate(-90deg);
  z-index: 9999 !important;
  left: -310px;
  top: 49%;
}

.banner_social_icon li {
  color: #777777;
  font-size: 13px;
  font-family: "Open Sans";
}

.banner_social_icon li a {
  color: #777777;
}

.banner_social_icon li span {
  margin-right: 10px;
}

.banner_social_icon i.fas.fa-circle {
  font-size: 7px;
  margin: 0px 10px 0px 20px;
  color: #044de2;
}

.banner_social_icon a:hover {
  color: #ff7200 !important;
}

.list-inline-item:not(:last-child) {
  margin-right: 0px;
}

/* banner part css end */

/* partner part start */
#partner {
  background-image: url(../img/about/partner-bg.png);
  background-size: cover;
  background-position: center center;
  padding: 70px 0;
}

#partner {
  color: #fff;
  text-align: center;
}

#partner h2 {
  color: #fff;
  font-size: 45px;
  line-height: 2;
}

.center {
  text-align: center;
  padding-bottom: 55px;
}

.partners img {
  float: left;
  height: 100%;
  width: 222px;
  padding: 30px;
}

/* partner part end */

/* show part start */
.show_part img {
  display: inline-block;
  vertical-align: middle;
  border-style: none;
  width: 245px;
  height: auto;
}

.show_part .section_tittle h1 {
  color: #14303a;
}

.show_part .view_more_btn .btn_2 {
  color: #797979;
  margin-top: 15px;
}

.show_part .view_more_btn .btn_2:after {
  background-color: #e9eef2;
}

.show_part .view_more_btn {
  margin-top: 18px;
}

.show_part .view_more_btn a:hover {
  color: #044de2;
}


.show_part .show_content {
  border: 1px solid #eee;
  margin-bottom: 30px;
  padding: 50px 20px;
  transition: all 0.3s ease 0s;
}

.show_part .show_content:hover {
  box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
}

.show_part .show_content:hover i {
  background: #fff;
  color: #1b9ce3;
}

.show_part .show_content i {
  font-size: 30px;
  display: inline-block;
  background: #1b9ce3 none repeat scroll 0 0;
  border-radius: 30px;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  height: 55px;
  line-height: 55px;
  margin-bottom: 20px;
  width: 55px;
  transition: all 0.3s ease 0s;
}

.show_part .show_content h4 {
  font-size: 28px;
  line-height: 1.625;
}

.show_part .show_content p {
  font-size: 16px;
}

/* show part end */

/* scrollUp part start */
#scrollUp {
  background: #044de2;
  height: 50px;
  width: 50px;
  right: 31px;
  bottom: 18px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent
}

@media (max-width: 767px) {
  #scrollUp {
    right: 16px
  }
}

#scrollUp:hover {
  background-color: #ff7200;
}

/* scrollUp part end */

/*# sourceMappingURL=style.css.map */
