
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.1');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.1') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.1') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.1') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.1') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
	font-display: swap;
}
.fa {
  display: inline-block;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
body {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  color: #000;
  /*font-family: 'Merriweather Sans', sans-serif;*/
  background-color: #fff;

}
/*.row {
  padding: 0;
  margin: 0;
}*/
h2 {
  font-weight: 400;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.flex-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
a:hover {
  color: #3B7BF7;
  text-decoration: none;
}
.li-1st-active {
  color: #3B7BF7;
}
.f1-box,
.f2-box {
  max-width: 1140px;
  margin: 0 auto;
}
#searchModal {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#searchModal .modal-header {
  display: flex;
  justify-content: space-between;
}
#searchModal h5 {
  font-size: 18px;
  font-weight: bold;
}
#searchModal .btn-primary {
  background-color: #63A83D;
  border: 0;
}
#top {
  color: #000;
  background-color: #fff;
  font-family: "Boing", "Century Gothic", sans-serif !important;
  padding:0;
}
#top .top-box {
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1470px;
  margin: 0 auto;
  padding: 0 20px;
}
#top .top-box .top-img-a {
  width: 200px;
}
#top .top-box .ul-1st {
  justify-content: space-between;
  flex-grow: 1;
  max-width: 785px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 992px) {
  #top .top-box .ul-1st {
    max-width: 785px;
  }
  #top .top-box .ul-1st .ul-2nd {
    left: -100px !important;
  }
}
#top .top-box .ul-1st .li-1st {
  position: relative;
}
#top .top-box .ul-1st .li-1st > a {
  letter-spacing: 0.03rem;
  font-weight: 100;
}
#top .top-box .ul-1st .li-1st .ul-2nd {
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  background-color: #fff;
  border-radius: 4px;
  padding: 16px;
  padding-left: 10px !important;
}
#top .top-box .ul-1st .li-1st .ul-2nd .li-2nd > a {
  color: #212529;
  font-size: 13px;
  letter-spacing: 0.03rem;
  font-weight: 100;
  font-family: "Boing", "Century Gothic", sans-serif;
}
#top .top-box .ul-1st .li-1st .ul-2nd .li-2nd > a:hover {
  color: #3B7BF7;
}
#top .top-box .ul-1st .li-1st:nth-child(1) .ul-2nd {
  width: 261px;
}
#top .top-box .ul-1st .li-1st:nth-child(2) .ul-2nd {
  width: 270px;
}
#top .top-box .ul-1st .li-1st:nth-child(3) .ul-2nd {
  width: 300px;
}
#top .top-box .top-right {
  position: relative;
  width: 45px;
  justify-content: space-between;
}
#top .top-box .top-right .glyphicon-search {
  color: #000;
}
.f3-title,
.f4-title,
.f5-title {
  font-size: 38px;
  margin-top: 20px;
}
.f3-text,
.f4-text,
.f5-text {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 13px;
}
#f1 {
  background-color: #000;
}
#f1 .f1-box {
  height: 450px;
}
#f1 .f1-box .f1-title {
  width: 540px;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
}
#f2 {
  padding-bottom: 150px;
  font-family: "Boing", "Century Gothic", sans-serif;
  font-weight: 400;
  background-color: #000;
}
#f2 .f2-box .col-md-4 {
  padding: 30px;
  position: relative;
}
#f2 .f2-box .col-md-4 svg {
  background-color: #222222;
}
#f2 .f2-box .col-md-4 svg .svg-title {
  width: 200px;
  font-weight: 400;
  opacity: 0;
}
#f2 .f2-box .col-md-4 svg #svg-title1 {
  font-size: 52px;
}
#f2 .f2-box .col-md-4 svg #svg-title2 {
  font-size: 35px;
}
#f2 .f2-box .col-md-4 svg #svg-title3 {
  font-size: 58px;
}
#f3 {
  width: 100%;
  background-color: #CCEEFB;
  padding-top: 70px;
  padding-bottom: 390px;
}
#f3 .f3-box {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
#f3 .f3-box .f3-right {
  padding: 70px;
}
#f4 {
  position: relative;
  overflow-x: hidden;
  top: -230px;
}
#f4 .f4-box {
  width: 75%;
  margin-left: 90%;
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
  background-color: #F1F2F2;
  justify-content: space-between;
  padding: 100px 0;
  transition: all 1.5s ease 0s;
}
#f4 .f4-box .f4-img {
  margin-left: 100px;
}
#f4 .f4-box .f4-right {
  margin: 0 100px;
}
#f4 .f4-box .f4-right .atum-black {
  color: #000;
  font-weight: 400;
  font-size: 13px;
  width: 225px;
}
#f4 .f4-box .f4-right .atum-black .underborder {
  border-bottom: 1px solid #000;
}
#f4 .f4-box .f4-right .atum-black .underborder span {
  padding-bottom: 3px;
}
#f4 .f4-box .f4-right .atum-black .icon-arrow {
  width: 20px;
  height: 20px;
}
@media (max-width: 992px) {
  #f4 {
    background-color: #CDEEFA;
    overflow-x: auto;
  }
  #f4 .f4-box {
    flex-direction: column;
    border-bottom-left-radius: 0;
    border-top-right-radius: 300px;
    position: static;
    width: auto;
    margin: -300px 5%;
    margin: 0 20px;
    height: 100%;
  }
  #f4 .f4-box .f4-title {
    font-size: 26px;
  }
  #f4 .f4-box .f4-img {
    margin-left: 0;
  }
  #f4 .f4-box .f4-right {
    margin: 0 20px;
  }
}
#f5 .f5-box {
  padding: 0 15px 200px;
  max-width: 1140px;
  margin: 0 auto;
}
#f5 .f5-box .f5-left {
  max-width: 50%;
}
@media (max-width: 650px) {
  #f5 .f5-box .f5-left {
    max-width: 100%;
  }
}
#f6 {
  font-family: "Boing", "Century Gothic", sans-serif;
  background-color: #F1F2F2;
}
.f6-contact {
  width: 100%;
  background-color: #EBE036 !important;
  height: 50px;
  justify-content: space-between !important;
  padding: 0 24px;
}
.f6-contact .atum-black {
  color: #000;
  font-size: 18px;
  align-items: center;
}
.f6-contact .atum-black .underborder {
  margin-top: 3px;
}
.f6-contact .atum-black .icon-arrow {
  width: 25px;
  height: 25px;
  margin: 0 6px;
}
.f6-contact .atum-black:hover {
  text-decoration: none;
}
.f6-box {
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 0 75px;
  justify-content: flex-end;
  color: #000;
  letter-spacing: 0.03rem;
  font-size: 13px;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 400;
}
#f6 .f6-box .block-space-padding-top-50 {
  padding-top: 50px;
}
#f6 .f6-box .block-space-padding-top-50 .mt-3 {
  margin-top: 1rem;
}
#f6 .f6-box .block-space-padding-top-50 .social img {
  width: 20px;
  margin: 0 2px;
}
#f6 .f6-box .block-space-padding-top-50 .underborder {
  padding-bottom: 3px;
}
#f6 .f6-box .f6-right {
  height: 190px;
  position: relative;
}
#f6 .f6-box .f6-right img {
  width: 230px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#pd1-1 {
  padding: 150px 0;
  font-family: "Boing", "Century Gothic", sans-serif !important;
  color: #000;
  text-align: center;
  background-color: #fff;
}
#pd1-1 .pd1-box {
  width: 540px;
  flex-direction: column;
}
#pd1-1 .pd1-box h2 {
  margin: 24px 0 0;
  font-size: 30px;
  font-weight: 500;
}
#pd1-1 .pd1-box h3 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 400;
}
#pd1-1 .pd1-box p {
  margin: 16px 0;
  font-size: 13px;
  font-weight: 400;
}
#pd1-2 {
  background-color: #000;
  font-family: "Boing", "Century Gothic", sans-serif !important;
  color: #fff;
  text-align: center;
  padding: 100px 0;
}
#pd1-2 .row {
  max-width: 1140px;
}
#pd1-2 .row > div {
  flex-direction: column;
}
#pd1-2 .row > div > img {
  height: 100px;
}
#pd1-2 .row > div h2 {
  font-size: 18px;
  margin: 35px 0 8px;
}
#pd1-2 .row > div p {
  font-size: 13px;
  margin: 0 0 16px;
  font-weight: 400;
}
#pd1-3 .col-md-4 {
  height: 100%;
  background-image: url(../images/background_grid_pattern.svg);
  background-size: 70px;
}
#pd1-3 .col-md-4 .list-box {
  margin: 50px 0 50px 75px;
  position: relative;
  font-family: "Boing", "Century Gothic", sans-serif;
}
#pd1-3 .col-md-4 .list-box > svg {
  position: absolute;
  top: 0;
  left: 0;
}
#pd1-3 .col-md-4 .list-box .list-ul-1st .list-li-1st .title-1st {
  margin: 5px 0;
  padding: 5px 0;
  font-size: 18px;
}
#pd1-3 .col-md-4 .list-box .list-ul-1st .list-li-1st > .list-ul-2nd {
  display: none;
  margin-left: 7px;
  padding-left: 15px;
}
#pd1-3 .col-md-4 .list-box .list-ul-1st .list-li-1st > .list-ul-2nd .list-li-2nd {
  font-size: 16px;
  font-family: 'Merriweather Sans', sans-serif;
  letter-spacing: 0.03rem;
  color: #afafaf;
  padding: 5px;
  margin-bottom: 15px;
  font-weight: 400;
}
#pd1-3 .col-md-4 .list-box .list-ul-1st .list-li-1st > .list-ul-2nd .list-li-2nd:nth-child(1) {
  color: #000;
}
#pd1-3 .col-md-4 .list-box .list-ul-1st .list-li-1st:nth-child(1) > .list-ul-2nd {
  display: block;
}
#pd1-3 .col-md-4 .right_nav {
  padding: 50px;
  padding-top: 30px;
  position: relative;
  font-family: "Boing", "Century Gothic", sans-serif;
  font-weight: normal;
}
#pd1-3 .col-md-4 .right_nav .list_dt {
  margin: 5px 0;
  padding: 5px 0;
  font-size: 18px;
}
#pd1-3 .col-md-4 .right_nav .list_dd {
  position: relative;
  margin-left: 7px;
  padding-left: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-left: 1px solid black;
}
#pd1-3 .col-md-4 .right_nav .list_dd .list-item-indicator {
  width: 20px;
  height: 100%;
  top: 0px;
  left: -10px;
  position: absolute;
}
#pd1-3 .col-md-4 .right_nav .list_dd .list_li {
  padding: 5px;
  margin-bottom: 15px;
  font-size: 16px;
  font-family: 'Merriweather Sans', sans-serif;
  letter-spacing: 0.03rem;
  font-weight: 400;
}
#pd1-3 .col-md-4 .right_nav .list_dd .list_li a {
  color: #afafaf;
}
#pd1-3 .col-md-4 .right_nav .list_dd .active a {
  color: #000;
}
#pd1-3 .col-md-8 {
  padding: 40px 50px;
  height: 100%;
  background-color: #fff;
}
#pd1-3 .col-md-8 h2 {
  font-size: 24px;
  font-family: "Boing", "Century Gothic", sans-serif;
  margin: 0 0 8px;
}
#pd1-3 .col-md-8 p {
  margin: 0 0 16px;
  font-size: 13px;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 400;
}
#pd1-4 {
  padding: 150px 0;
  background-color: #f8f8f8;
}
#pd1-4 h2 {
  font-size: 24px;
  margin: 16px 0;
  border-bottom: 1px solid #dee2e6;
  font-family: "Boing", "Century Gothic", sans-serif;
}
#pd1-4 .d-flex {
  align-items: flex-start;
  margin-top: 20px;
}
#pd1-4 .pr-3 {
  font-size: 13px;
  font-weight: 400;
  padding-right: 16px;
}
#pd1-4 .pr-3 .underborder {
  font-size: 13px;
  margin: 4px 4px 0 0;
}
#pd1-5 {
  padding: 100px 0 150px;
  color: #fff;
  background-color: #000;
}
#pd1-5 .online-text {
  text-align: center;
  max-width: 570px;
}
#pd1-5 .online-text h2 {
  font-size: 24px;
  margin: 16px 0;
  font-family: "Boing", "Century Gothic", sans-serif;
  margin: 0 0 32px 0;
}
#pd1-5 .online-text p {
  margin: 0 0 16px;
  font-size: 16px;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 400;
}
#pd1-5 .inquiry-box {
  flex-direction: column;
}
#pd1-5 .inquiry-box .inquiry-input {
  margin-top: 30px;
  width: 570px;
}
#pd1-5 .inquiry-box .inquiry-input input,
#pd1-5 .inquiry-box .inquiry-input textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #aaa;
  background-color: #000;
  margin: 7px 0;
  padding: 3px 10px 3px;
}
#pd1-5 .inquiry-box .inquiry-input input:focus,
#pd1-5 .inquiry-box .inquiry-input textarea:focus {
  outline: none;
  background-color: #333;
}
#pd1-5 .inquiry-box .inquiry-input input::-webkit-input-placeholder {
  color: #fff;
  font-weight: 400;
}
#pd1-5 .inquiry-box .inquiry-input input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  font-weight: 400;
}
#pd1-5 .inquiry-box .inquiry-input input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  font-weight: 400;
}
#pd1-5 .inquiry-box .inquiry-input input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  font-weight: 400;
}
#pd1-5 .inquiry-box .inquiry-input textarea::-webkit-input-placeholder {
  color: #fff;
  font-weight: 400;
}
#pd1-5 .inquiry-box .inquiry-input textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  font-weight: 400;
}
#pd1-5 .inquiry-box .inquiry-input textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  font-weight: 400;
}
#pd1-5 .inquiry-box .inquiry-input textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  font-weight: 400;
}
#pd1-5 .inquiry-box .inquiry-input .code-box {
  justify-content: flex-start;
  padding-left: 15px;
}
#pd1-5 .inquiry-box .inquiry-input .code-box .code {
  width: 255px;
  margin-right: 30px;
}
#pd1-5 .inquiry-box .inquiry-input .sub {
  text-align: center;
  margin-top: 15px;
}
#pd1-5 .inquiry-box .inquiry-input .sub{
  color: #fff;
  display: block;
  padding: 2px 0;
  border: 0;
  border-bottom: 1px solid #fff;
  background-color: transparent;
}
#pd1-5 .inquiry-box .inquiry-input .sub:hover {
  color: #007bff !important;
  border-bottom: 1px solid #007bff !important;

}
#svg2-p2 {
  transition: all .3s ease .1s;
}
#svg2-p3 {
  transition: all .3s ease .1s;
}
#svg-f1 {
  transition: all 1s ease .1s;
}
#svg-f2 {
  transition: all 1s ease .1s;
}
#svg-f3,
#svg-f4,
#svg-f5 {
  transition: all .6s ease .1s;
}
#svg-f4 {
  transition: all .6s ease .2s;
}
#svg-f5 {
  transition: all .6s ease .3s;
}
#svg3-boom {
  transition: all .2s ease 0s;
  opacity: 0;
}
.svg-cir {
  transition: all .3s ease .1s;
  cursor: pointer;
}
.svg-title {
  transition: all .4s ease .1s;
  cursor: pointer;
  opacity: 0;
}
.cir1 {
  transition: all 1.4s ease .1s;
}
.cir2 {
  transition: all 1.6s ease .1s;
}
.line-box {
  position: relative;
}
.line-box .index-line {
  margin-top: -15px;
}
.rectangle-group .rect,
.rectangle-group .cir {
  transition: all .8s ease 0s;
}

.breadcrumbs-custom-path{
  display: flex;
  justify-content: flex-start;
  padding: 15px;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
}
.breadcrumbs-custom-path li{
  line-height: 26px;
}
.breadcrumbs-custom-path li:after {
  content: '\f101';
  font-family: 'FontAwesome';
  width: 10px;
  line-height: 26px;
  font-size: 14px;
  color: rgb(186, 231, 159);
  margin: 0 10px;
}
.breadcrumbs-custom-path li:last-child::after{
  display: none;
}
.breadcrumbs-custom-title{
  text-align: center;
  margin: 0;
  padding: 50px 0;
  font-size: 30px;
  font-weight: 500;
  
  font-family: Boing, "Century Gothic", sans-serif;
}
.breadcrumbs-custom{
  background-color: #fff;
}
.text-box{
  background-color: #fff;
  font-family: Boing, "Century Gothic", sans-serif;
}
.text-box h3{
  font-weight: normal;
  font-size: 18px;
  border-bottom: 1px solid #000;
  margin: 15px 0;
  padding: 5px 0;
}
.f_map_box{
  background-color: #fff;
  padding: 40px;
}
.text-box .list-style-two{
  font-weight: 400;
  font-size: 13px;
}
.list-style-two li{
  margin: 3px 0;
}
.map-canvas{
  max-width: 1120px;
  height: 400px;
}

.Verification-code{
  position: relative;
   
}
#checkright{
  color:#63A83D;
	font-size:28px;
}
#checkright,#checkerror{
  position: absolute;
  top: 10px;
  right: 10px;
	font-size:28px;
}





/*---------------services page ---------------*/
.services-container{position:static; width:100%; margin:100px auto 100px;}
.services-container p{line-height:30px; margin:0; padding-bottom:20px;font-size:13px !important;line-height: 1.7em;font-weight: 400;}
.services-container p a{color:#2f57a6; text-decoration:none;}
.inpage_left{width:800px; height:auto; overflow:hidden; display:inline-block;}
.inpage_section_title{margin:0 auto; font-family:"Century Gothic"; text-align:left;}
.inpage_section_title h1{font-size:28px;}
.inpage_section_title hr{height:4px;width:70px;text-align:left;position:relative;background:#3B7BF7;margin:0 auto;margin-bottom:20px;border:0; display:inline-block;}

.proshow-list{
  max-width: 1200px;
  margin: 0 auto;
}

.ServiceShowPic {font-size:0.75em;text-align:center;line-height:1.7em !important;color:#666666;}
.ServiceShowPic img {margin:auto;}
.ServiceShowleftPic {float:left;margin-right:15px;text-align:center;color:#666666;display:inline-block;}
.ServiceShowrightPic {float:right;margin-left:15px;text-align:center;color:#666666;display:inline-block;}
.ServiceShowPic,.ServiceShowrightPic,.ServiceShowleftPic {font-size:0.75em;text-align:center;line-height:1.7em !important;}
.ServiceShowPic img,.ServiceShowrightPic img,.ServiceShowleftPic img {display:block;max-width:100%;height:auto;margin-bottom:8px;margin-left:auto;margin-right:auto;}
.ullist {padding:0px 0px 0px 19px;margin:0px;}
.ollist {padding:0px 0px 0px 19px;margin:0px;}
.ullist li{
  margin-bottom:0px;
  /*font-size:13px;*/
  font-weight:400;
  list-style: disc !important;
}
.ollist li{list-style: decimal !important;}
.decimal li{list-style: decimal !important;}
.greek li{list-style: lower-greek !important;}
.latin li{list-style: lower-latin !important;}
.upper-latin li{list-style: upper-latin !important;}

.Reference{padding-bottom:0px;font-size:14px !important;line-height:20px !important;color:#888888 !important; padding-top:10px !important;font-weight:400;}
.Reference strong{ font-weight: normal;font-size:16px !important;}
.Referencemargin{margin-top:0 !important;margin-bottom:0 !important;padding-bottom:0px !important;  font-family: "Boing", "Century Gothic", sans-serif;
  padding-top: 50px;}
.Referencemargin strong{font-size:18px !important;font-weight:normal;}
.Referencemargin li{padding-bottom:8px !important;}

.tablecontentshow{margin:auto auto 15px auto;}
.tablecontentshow td{padding:8px 15px;}
.tablecontentshow .servicetheadbg{ background-color:#3B7BF7;color:#ffffff;}
 
.main-right h3{
  font-size:16px;
  color:#1FA6E6;
}


@media (min-width: 769px) and (max-width: 1279px){
.services-container{position:static; max-width:95%; margin:50px auto;}
.services-container p{line-height:30px; margin:0; padding-bottom:20px;}
.services-container p a{color:#2f57a6; text-decoration:none;}
.inpage_left{width:60%; height:auto; overflow:hidden; display:inline-block;}
.inpage_section_title{margin:0 auto; font-family:"Century Gothic"; text-align:left;}
.inpage_section_title h1{font-size:28px;}
.inpage_section_title hr{height:4px;width:70px;text-align:left;position:relative;background:#3B7BF7;margin:0 auto;margin-bottom:20px;border:0; display:inline-block;}
.ServiceShowleftPic,.ServiceShowrightPic {width:100%;text-align:center;margin-bottom:10px;}
.ServiceShowleftPic img,.ServiceShowrightPic img {margin-bottom:15px;}
.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;}
}
@media (max-width: 768px){
.services-container{position:static; max-width:95%; margin:50px auto;}
.services-container p{line-height:30px; margin:0; padding-bottom:20px;}
.services-container p a{color:#2f57a6; text-decoration:none;}
.inpage_left{width:100%; height:auto; overflow:hidden; display:inline-block;}
.inpage_section_title{margin:0 auto; font-family:"Century Gothic"; text-align:left;}
.inpage_section_title h1{font-size:28px;}
.inpage_section_title hr{height:4px;width:70px;text-align:left;position:relative;background:#3B7BF7;margin:0 auto;margin-bottom:20px;border:0; display:inline-block;}
.ServiceShowleftPic,.ServiceShowrightPic {width:100%;text-align:center;margin-bottom:10px;}
.ServiceShowleftPic img,.ServiceShowrightPic img {margin-bottom:15px;}
.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;}
	}

/*---------------services end ---------------*/



/***==================== Table Css style begin========***/
table {
  border-collapse: collapse; margin: 1.25em 0 0; width: 100%; }

table tr,
table th,
table td {
  border: none;
  /*border-bottom: 1px solid #ddd;*/
  font-size: 1em;
}

table th,
table td {
  padding: 10px 12px;
  text-align: left;
}

table th {
  background: #1f1f1f;
  color: #fff;
  text-transform: uppercase;
}

table tr td {
  background: #fff;
  color: #333;
}

table tr td a{
  color:#000;
  text-decoration:none;
}
table tr td:last-child a{
  color:#fff;
  text-decoration:none;
}

table tr:nth-of-type(2n+2) td {
  background: #F1F2F2;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  font-size: 1rem;
  padding: 0;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  padding:10px;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  display: inline-block;
  padding: 2px 5px;
}

table.bt tfoot th:first-of-type:before,
table.bt tfoot th:first-of-type .bt-content,
table.bt tfoot td:first-of-type:before,
table.bt tfoot td:first-of-type .bt-content,
table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {
  padding-top: 10px;
}

table.bt tfoot th:last-of-type:before,
table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot td:last-of-type:before,
table.bt tfoot td:last-of-type .bt-content,
table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
  padding-bottom: 10px;
}


table.bt thead,
table.bt tbody th {
  display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  vertical-align: top;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 30%;
  display: inline-block; 
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top; width:55%; display: inline-block; padding-top:10px;
}

.inquiry_btn {
	padding:0.3em 0.8em;
	clear: both;
	color: #FFF;
	background-color:#1F3E74;
	text-decoration: none;
	border-radius:5px;
	font-size:14px;
	display:inline-block;
}

.inquiry_btn:hover {
	color:#FFF;
	transition: background-color .3s;
	border-radius:5px;
	background:#EFE55B;
  }

.table-btn-box{
  overflow: hidden;
}
.table-btn-box a{
  float: left;
  padding: 7px 15px;
  /* background-color: #EBF1F5; */
  background-color: #F1F2F2;

  margin: 5px 10px 5px 0;
}
.table-btn-box a:hover{
  background-color:#3B7BF7;
  color:#fff;
}
.table-btn-box i{
  margin-left: 10px;
}
.table-btn-box b{
  display: block;
  margin: 20px 0 10px;
  color:#3B7BF7;
}


/***==================== Table Css style end========***/









/*--------------search result begin--------------*/
.Searchresult li{padding-bottom:5px !important;}
.Searchnoresult{line-height:30px;line-height:22px;color:#888888;padding-right:20px;padding-bottom:20px; }
.Searchnoresult table{border:0 !important;}
.Searchnoresult .iconarea{}
.Searchnoresult .iconarea .iconunit{text-align:center;display:block; width:40px;height:40px; border-radius:40px; background-color:#ff0000;color:#ffffff;line-height:40px;font-weight: bolder;font-size:22px; position:relative;z-index:9;}
.Searchnoresult .tit{font-size:20px;font-weight:bold;color:#ff0000; display:block;}
.Searchnoresult .iconarea .iconunit img{top:10px;left:5px;position:absolute; z-index:10;}


.services-head{
  flex-direction: column;
  margin-bottom: 150px;
}
.services-head h2{
  margin-bottom: 24px;
}
.services-head p{
  line-height: 1.7em;
  margin: 6px 0;
  font-size: 13px;
  font-family: 'Merriweather Sans', sans-serif;
  padding: 0;
  max-width: 700px;
  text-align: center;
  font-weight: 400;
}
.services-1{
  background-color: #000;
  padding: 100px;
}

.services-2{
  padding: 100px;
  background-color: #ccedfa;
}

.ser2-box{
  width: 1200px;
  color: #000;
  text-align: center;
}

.ser2-box .col-md-7{
  height: 100%;
}

.ser2-box p{
  line-height: 1.7em;
  margin: 6px 0;
  font-size: 13px;
  font-family: 'Merriweather Sans', sans-serif;
  padding: 0;
  max-width: 900px;
  text-align: center;
  font-weight: 400;
}

.ser2-box img{
  height: 120px;
  margin-top: 50px;
}

.shake-me-animation {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px; }

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    transform: translate3d(4px, 0, 0); } }


.ser1-box{
  max-width: 1200px;
  color: #fff;
  text-align: center;
}

.ser1-box h3,.ser2-box h3{
  margin-bottom:30px !important;
}
/*--------------search result end--------------*/



/* services-main */
.ser3-box{
  /*background-image: url(../images/background_grid_pattern.svg);*/
  background-attachment:fixed;
  background-size: 70px;
  height: 100%;
}
.main-right{
  background-color: #fff;
  padding-left: 8.33333333%;
  padding-top: 175px;
  padding-right: 50px;
}
.main-right h2{
  font-size: 18px;
  font-family: "Boing", "Century Gothic", sans-serif;
  padding-top: 50px;
  margin-top:0;
}
.main-right p{
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 1rem;
  padding-bottom: 0;
  line-height: 18px;
}
.Referencemargin{
  font-size: 18px;
  font-family: "Boing", "Century Gothic", sans-serif;
  padding-top: 50px;
}


.main-left{
  position: relative;
}

.main-left-item h2{
  width: 100%;
  border-bottom:1px solid #333;
  padding-bottom:10px;
  margin-bottom: 20px;
  font-size: 18px !important;
  font-family: "Boing", "Century Gothic", sans-serif;
}
.main-left-item:hover{
  text-decoration: none;
  color: #000;
}

.main-left-item{
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.main-left-item img{
  display: none;
  margin-bottom: 30px;
}
.main-left-item .active{
  display: block;
}
.main-left-item .act{
  color:#1FA6E6;
}
.main-left-list{
  position: absolute;
  top: 120px;
}

.bottom-info{
  position:relative;
  font-size:14px !important;
  text-align:right;
  margin-bottom:30px !important;
}

.inner3 p{
  font-size: 16px !important;
}

.container h3{
  font-size: 18px;
}

.main-left-imgbox{
  position:absolute;
  top:0;
  left:auto;
  right:auto;
  margin:0 auto;
  width:350px;
}



.main-left-imgbox img{
  position:absolute;
  opacity:0.3;
}
.main-left-imgbox img.active{
  opacity:1 !important;
}
.main-left{
  padding-top:30px;
}

.post-holder{border-bottom:1px solid #cccccc;}
.post-holder h1{font-size:20px;font-weight:bold;}
.word-break {word-break:break-all}


.podcast{margin:0;padding-top:20px;padding-bottom:20px;}
.podcast > div[class*='col']{
	box-shadow: 0 0 10px #cccccc;
}
.podcast div[class*='col']{
	margin:0;
	padding:0px;
}
.podcast div[class*='col'] .col-md-4{
	padding:0px;
	margin:0px;
	
}
.podcast div[class*='col'] .col-md-8{
	padding:15px;
	margin:0px;
	
}

.introduction_area{
	background-color: #f2f2f2;
	border:1px solid #efefef;
	padding:20px;
	margin-top:30px;
	display: block;
	
}
.introduction_video{
	padding-bottom:30px;
	display: block;
}
.introductionlist,.introductionlist ul,.introductionlist li{
	margin:0px;
	padding:0;
	list-style: none;
}
.introductionlist{
	background-color: #ffffff;
	border:1px solid #eeeeee;
/*	height:300px;*/
	overflow-y:auto;
}
.introductionlist ul li{
	border-bottom:1px solid #efefef;
	padding:15px;
	font-weight:bold;
	cursor: pointer;
	position: relative;
}
.introductionlist ul li .duration{
	 
	 right:15px;
	 top:15px;
	 font-size:14px;
	 font-weight:normal;
	 color:#cccccc;
}
@media (min-width: 769px){
	.introductionlist ul li .duration{
		position: absolute;
	} 
}
@media (max-width: 768px){
	.introductionlist ul li .duration{
		position: relative; 
		display: block;
		padding-left:15px;
	} 
}
.introductionlist ul li:hover,.introductionlist ul .choosebg{
	background-color: #f8f8f8;
	color:#ff0000;
}
.introductionlist ul li i{
	display:none;
}
.introductionlist ul li:hover .voice span,.introductionlist ul .choosebg .voice span{
	background-color: #ff0000;
}
.introductionlist ul .choosebg i{
	display:inline-block;
}
.videoarea{
	position: relative;
	display: none;
}

.videoarea h2{
	font-size:24px;
	line-height:30px;
	margin-bottom:30px;
}
.voice{
    position: relative;	
	margin-left:10px;
}
.voice span{
	position: absolute;
	bottom:0;
	display: inline-block;
	width:3px;
	height:12px;
	background-color:#cccccc;
/*	float:left;
	margin-right:2px;*/
	
}
.voice span:nth-child(1){
	left:0;
	animation: voice-1 0.7s ease infinite;
}
.voice span:nth-child(2){
	left:6px;
	animation: voice-1 1.5s ease infinite;
}
.voice span:nth-child(3){
	left:12px;
	animation: voice-1 2s ease infinite;
}
.voice span:nth-child(4){
	left:18px;
	animation: voice-1 1.3s ease infinite;
}
.voice span:nth-child(5){
	left:24px;
	animation: voice-1 1s ease infinite;
}
.voice span:nth-child(6){
	left:30px;
	animation: voice-1 0.5s ease infinite;
}
@keyframes voice-1
{
0% {
	transform:scaleY(0.2);
	transform-origin:0 12px;
	}
50% {
	transform:scaleY(1);
	transform-origin:0 12px;
	}
100% {
	transform:scaleY(0.3);
	transform-origin:0 12px;
	}
}


/*filter*/

.filter {
	padding: 15px 0;
	border: 1px solid #efefef;
	background-color: #e7e9ec;
	border-bottom: 3px solid #ccc;
	margin-top: 15px
}

	.filter ul {
		display: table;
		margin: 0;
		padding: 0
	}

		.filter ul li {
			float: left;
			width: 33%
		}

			.filter ul li select {
				margin-right: 10px;
				margin-bottom: 10px;
				width: 220px;
				padding: 0
			}

.products-tabs .loading-site {
	text-align: center;
	width: 30% !important;
	left: 35% !important;
	position: absolute !important;
	top: 380px !important;
	display: none;
	background-color: rgba(245,233,40,0.8);
	padding: 15px
}

	.products-tabs .loading-site span {
		height: 40px;
		padding-left: 20px;
		font-size: 9pt;
		font-weight: bold
	}


.gene_filter{
	display: table;
	width:100%;
	margin-top:10px !important;
}

ul.gene_filter li div[class*="col-md"],ul.gene_filter li div[class*="col-md"] b{
	padding-left:0px;
}
ul.gene_filter li div[class*="col-md"] b{
	line-height:30px;
}
ul.gene_filter li div[class*="col-md"] select{
	padding-top:5px;
	padding-bottom:5px;
	width:100%;
}
@media (max-width: 768px){
	.filter ul li {
			width: 100%;
		}

			.filter ul li select {
				width: 100%;
				
			}
	} 

/*ul.gene_filter li div[class*="col-md"]:first-child {text-align: right;padding-right:}*/

.job_list{border-bottom:1px solid #cccccc;padding-top:15px;padding-bottom:15px;}
.job_list h3{margin-top:0px;padding-top:0px;}
.job_list h3 span {color:#aaa;font-weight:lighter; display: inline-block;margin-top:8px;font-size:12px;}

.job_tab_list td{padding-top:3px;padding-bottom:3px;}
.job_tab_list tr:nth-child(2n+1) td{ background-color:#fafafa;} 
.job_tab_list a{color:#2557a2; text-decoration: none;}

.job_search .job_search_unit .search-input{padding:12px 7px 7px 7px !important;width:100% !important;}
.job_search  select{width:100%;padding:7px;margin-top:7px;margin-bottom:7px;}
.job_search .search_btn i{font-size:20px !important;}

.job_show{}
.job_show h2{margin-left:15px;margin-right:15px;margin-bottom:20px;}
.job_show .row{border-bottom:1px solid #efefef;padding-top:10px;padding-bottom:10px;display: table;width: 100%;}
.job_show .row div[class*="col-md"]{padding:0px 8px 0px 8px !important;}
.job_show .row div[class*="col-md-3"]{font-weight:bold;}
.job_show .row:nth-child(2n+1){ background-color:#fafafa;}
.job_Application{border-top:1px solid #f2f2f2;padding-top:10px;margin-top:10px;}
.job_show h3,.job_Application h3{font-size:26px !important;}
.job_show .row div[class*="col-md"] p{margin:0px;padding:0px;}

.search_job_area_fliter select{width:100%;padding:7px;margin-top:7px;margin-bottom:20px;}
.search_job_area .search-input{border-radius:2px;line-height:40px; padding-left:10px; width:100%; outline:none; height:40px;font-size:14px;border:0; background-color:#f4f4f4;color:#000000;}
.search_job_area .search_btn{ position:absolute;top:33px;right:0;height:40px;line-height:40px;display:inline-block;width:50px;color:#444444;border-bottom-right-radius:5px;border-top-right-radius:5px; text-align:center;font-size:20px; cursor:pointer;}
.search_job_area .search_btn:hover{color:#3399cc;}

.jobnote{color:#aaa !important;font-size:12px !important;line-height:20px !important;padding:20px 0px 0px 0px !important; font-style: italic;}

/*.ex_area{width:100%;padding-bottom:20px;position: relative; z-index: 0;margin-top:20px;}
.exhibition_img{width:100%;overflow: hidden;height:295px;position: relative; z-index: 0;}
.exhibition_img .exhibition_img_list{/ position: absolute;top:0px;}
.exhibition_img .exhibition_img_list ul li img{max-width:100% !important;display:inline-block;display:inline-block;object-fit: cover;width: 100%!important;height: 100% !important;}
.ex_area .ex_arrow{position: absolute;top:30%;padding:20px 10px 20px 10px; z-index: 1000;display: inline-block; background-color:rgba(0,0,0,0.3);color:#fff;font-size:20px;}
.ex_area .ex_arrow.trun_left{left:-40px !important;}
.ex_area .ex_arrow.trun_right{right:-40px !important;}
.exhibition_img_list ul{padding:0px;margin:0px;position: relative;z-index: 0;}
.exhibition_img_list ul li{padding:5px;float:left; position: relative; text-align: center;display:table;height:275px;}
.exhibition_img_list ul li .atem_img{width:100%;height:100%;display:table-cell;vertical-align:middle; text-align: center;}
h3 #events-title{font-size:30px;}*/

.events-contianer h3  { font-size:36px;  margin:20px 0 25px 0; padding:0;text-align: center;}
.events-contianer h3 a { color:#000;text-decoration: none;} .events-contianer h3 a:hover { color: #3881ee;}
.events-contianer p { font-size:20px; margin:0 0 15px 0; padding:0}
.events-contianer:before,.events-contianer:after { clear:both; content:""; height:0; width:100%; display:block;}
.events-contianer { width:100%; margin:0px auto 20px auto;padding-right: 15px;padding-left: 15px;}
.events-img-box>div { height:410px;}