* {
    text-decoration: none;
    outline: none;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -webkit-box-sizing:border-box; 
    border:none;
}
body {
    background: #f6f6f6;
    font-size: 14px;
    color: #444444;
    font-family: 'Noto Sans', sans-serif;
    margin: 0;
    line-height: 22px;
    border:none;
    overflow-y:auto;
    font-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    -ms-text-size-adjust: none; 
}
a {    
}
a:focus, a:hover {
    text-decoration: none ;
    outline: none !important;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
.wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

.header {
    /*float: left;*/
    width: 100%;
    background: #fff;
    display: inline-block;
}
#home-tab {
    background-color: #f6f6f6;
}
.header_box {
    float: left;
    width: 100%;
    padding: 10px 0 0;
}

.contact_number {
    float: right;
    width: auto;
}

.contact_number_box {
    float: right;
    /*max-width: 546px;*/
    /*width: 100%;*/
}

.teli_num_in {
    float: left;
    width: auto;
    padding: 7px 21px 0 0;
}

.teli_number {
    float: left;
    width: auto;
}

.teli_number > img {
    float: left;
    width: auto;
    margin-right: 6px; 
}

.teli_number label {
    float: left;
    width: auto;
    font-size: 14px;
    line-height: 16px;
    color: #858da0;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    letter-spacing: -0.1px;
}

.teli_number span {
    float: left;
    width: auto;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    color: #126093;
    padding: 0 0 0 4px;
    letter-spacing: -0.1px;
}
.teli_number a {
    color: #4887b0;
}

.teli_number_left {
    padding: 0 0 0 17px; 
}

.icon_box {
    float: right;
    width: auto;
}

.icon_box ul {
    float: right;
    width: auto;
    padding: 0;
    margin: 0;
}

.icon_box ul li {
    float: left;
    width: auto;
    list-style: none;
    padding: 0 0 0 4px;
}

.icon_box ul li a {
    float: left;
    width: 28px;
    height: 28px;
    color: #fff;
    font-size: 15px;
    background: #858da0;
    border-radius: 50%; 
    padding: 2px 0;
    text-align: center;
    border: 1px solid #858da0;
}

.icon_box ul li a:hover {
    color: #858da0;
    border: 1px solid #858da0;
    background: #fff;
}

.logo {
    float: left;
    /*width: 100%;*/
    padding: 0px 20px 8px 0;
    /*max-width: 460px;*/
}
.logo a {
    display: table-cell;
    height: 101px;
    vertical-align: middle;
    width: 100%
}

.logo a > img {
    float: left;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.menu {
    float: right;
    width: auto;
    padding: 40px 0 0;
}

.menu ul {
    float: right;
    width: auto;
    padding: 0;
    margin: 0;
}

.menu ul li {
    float: left;
    width: auto;
    list-style: none;
    padding: 0 5px;
}

.menu ul > li:last-child {
    padding-right: 0; 
}
.menu ul > li:last-child > a {
    padding-right: 0; 
}

.menu ul li a {
    float: left;
    width: auto;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    color: #858da0;
    border-bottom: 3px solid transparent;
    padding: 0 14px 22px;
}

 .menu ul li.active > a {    
    border-bottom: 3px solid #4887b0;
}

.menu ul li a:hover {
    color: #126093;
}

.menu ul li.active a {
    color: #126093;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    border: none;
}

.menu ul li.active a {
    border-bottom: 3px solid #126093;
}

.menu ul li ul {
    background: #fff;
    border-bottom: 3px solid #4887b0;
    z-index: 100;
}

.menu ul li ul li {
    width: 100%;
}

.menu ul li ul li a {
    color: #858da0 !important;
}
.menu ul li ul li a:hover {
    color: #126093 !important;
}
.menu ul li ul li.active a {
    color: #4887b0 !important;
}
.menu ul li:hover ul li a {
    border: none;
}

.sction {
    float: left;
    width: 100%;
}

.banner {
    float: left;
    width: 100%;
    height: 564px;
    background: url(../image/banner.png) no-repeat top center;
}

.content_info {
    float: left;
    width: 100%;
    background: #fff;
}

.content_in {
    float: left;
    width: 100%;
}

.content_in_box {
    float: left;
    width: 100%;
    text-align: center;
    padding: 42px 0 0;
}
.content_in_box .new h1 {
    position: relative;
}
.content_in_box .new h1:before {
    width: 48px;
    height: 2px;
    background-color: #4887b0;
    content: "";
    bottom: -21px;
    left: 50%;
    margin-left: -24px;
    position: absolute;
}
.hedding_box {
    float: left;
    width: 100%;
    position: relative;
    /*background-color: #4887b0;*/
    margin-bottom: 32px;
}

/*.hedding_box:before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 48px;
    height: 2px;
    background: #4887b0;
    left: 0;
    right: 0;
    margin: 0 auto;
}*/

.hedding_box h1 {
   color: #4887b0
}
.hedding_box h1:after{
    background-color: #4887b0;
}

.cont_in_des {
    float: left;
    width: 100%;
    padding: 23px 0 0;
}

.cont_in_des p {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #858da0;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 0 0 20px;
}

.services {
    float: left;
    width: 100%;
}

.services_box {
    float: left;
    width: 100%;
    text-align: center;
    padding: 37px 0 67px;
}

.services_in {
    width: 100%;
    max-width: 753px;
    margin: 0 auto;
}

.services_in ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.services_in ul li {
    float: left;
    width: 33.3%;
    list-style: none;
}

.services_box_in {
    float: left;
    width: 100%;
}

.services_img {
    float: none;
    display: inline-block;
    width: 88px;
    height: 88px;
    border: 2px solid #bd986b;
    border-radius: 50%; 
    padding: 12px 0;
}

.services_img > img {
    float: none;
    display: inline-block;
    width: auto;
}

.services_cont {
    float: left;
    width: 100%;
    padding: 35px 0 0;
}

.services_cont h3 {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    color: #bd986b;
    margin: 0;
}

.linl_services {
    float: left;
    width: 100%;
    padding: 16px 0 0;
}

.linl_services a {
    float: none;
    display: inline-block;
    width: auto;
    background: url(../image/arrow1.png) no-repeat right 6px;
    font-size: 13px;
    line-height: 18px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    color: #676a71;
    padding: 0 15px 0 0;
}

.custom_btn {
    float: left;
    width: 100%;
    text-align: center;
    padding: 70px 0 0;
}

.custom_btn ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.custom_btn ul li {
    float: none;
    display: inline-block;
    width: auto;
    list-style: none;
    padding: 0 4px;
}

.custom_btn ul li a {
    float: left;
    width: 204px;
    height: 54px;
    background: #4887b0;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    color: #fff;
    border-radius: 5px; 
    padding: 18px 0 15px;
    /*border: 2px solid transparent;*/
}

.custom_btn ul li a:hover {
    /*border: 2px solid #013aa1;*/
    /*color: #fff;*/
    background: #bd986b;
}

.location {
    float: left;
    width: 100%;
    background: #f6f6f6;
    padding-top: 45px;
}

.location_box {
    float: left;
    width: 100%;
    padding: 0px 0 0;
}

.hedding_box h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 32px;
    line-height: 1;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    color: #4887b0;
    margin: 0;
    position: relative;
}
/*.hedding_box h2:before {
    width: 48px;
    height: 2px;
    background-color: #4887b0;
    content: "";
    top: 46px;
    left: 50%;
    margin-left: -24px;
    position: absolute;
}*/

.hedding_box h2::after { 
    width: 48px; 
    height: 2px; 
    background-color: #4887b0; 
    content: ""; 
    top: auto; 
    left: 50%; 
    margin-left: -24px; 
    position: absolute; 
    bottom: -10px; 
}

.cont_location {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0px 0 0;
}
.location.home .cont_location {
    text-align: center;
}

.cont_location p {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    color: #444444;
    margin: 0;
}

.location_box_in {
    float: left;
    width: 100%;
    padding: 48px 0 84px;
}

.location_box_info {
    margin: 0 -29px;
}

.location_address {
    float: left;
    width: 50%; 
    padding: 0 28px;
}

.location_img {
    float: left;
    width: 100%;
    border-top: 4px solid #bd986b;
}

.location_img > img {
    float: left;
    width: 100%;
}

.address_box {
    float: left;
    width: 100%;
    background: #f6f6f6;
    padding: 25px 27px 34px;
}

.address_box_in {
    float: left;
    width: 50%;
}

.address_box_in h3 {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    color: #333333;
    margin: 0 0 16px;
}

.address_box_in p {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    color: #333333;
    margin: 0 0 18px;
}

.phone_add {
    float: left;
    width: 100%;
}

.phone_add p {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    color: #333333;
    margin: 0;
}

.phone_add p span {
    float: none;
    width: auto;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    padding: 0 0 0 5px;
}

.phone_add a {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    color: #333333;
}

.address_day {
    float: right;
    width: 43.5%;
}

.day_label {
    float: left;
    width: 100%;
}

.day_label label {
    float: left;
    width: 93px;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    color: #333333;
}

.day_label span {
    float: left;
    width: auto;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    color: #333333;
}

.map {
    float: left;
    width: 100%;
}

.map iframe {
    height: 223px;
}

.footer {
    float: left;
    width: 100%;
    background: #686e7e;
}

.footer_box {
    float: left;
    width: 100%;
    text-align: center;
    padding: 52px 0 42px;
}

.footer_icon {
    float: none;
    display: inline-block;
    width: auto;
}

.footer_icon ul {
    float: none;
    width: auto;
    padding: 0;
    margin: 0;
}

.footer_icon ul li {
    float: left;
    width: auto;
    list-style: none;
    padding: 0 5px;
}

.footer_icon ul li a {
    float: left;
    width: 38px;
    height: 38px;
    color: #fff;
    font-size: 15px;
    border-radius: 50%; 
    padding: 8px 0;
    text-align: center;
    border: 1px solid #fff;
}

.footer_icon ul li a:hover {
    background: #bd986b;
    color: #fff;
    border: 1px solid #bd986b;
}

.footer_menu {
    float: left;
    width: 100%;
    padding: 19px 0 30px;
}

.footer_menu ul {
    float: none;
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
}

.footer_menu ul li {
    float: left;
    width: auto;
    list-style: none;
    padding: 0 27px;
}

.footer_menu ul li a {
    float: left;
    width: auto;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    color: #fff;
    
}

.footer_menu ul li a:hover {
    color: #feae31;
    text-decoration:underline;
}

.footer_menu ul li.active a {
    /*color: #feae31;*/
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    text-decoration: underline;
}

.footer_box p {
    float:none;
    display: inline-block;
    width: 100%;
    font-size: 12px;
    line-height: 26px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

.footer_box p a {
    color: #fff;
}

.footer_box p a:hover {
    /*color: #fff;*/
    text-decoration: underline;
}

.tab-content {
    display: none;
}

.menu ul li.current a {
  border-bottom: 3px solid #4887b0;
  color: #4887b0;
  font-family: "Noto Sans', sans-serif";
  font-weight: 700;
}


.inner-banner {
  float: left;
  width: 100%;
  border-bottom: solid 4px #4887b0;
  text-align: center;
 /* height: 500px;*/
  overflow: hidden;
}
.inner-banner img {
    min-height: 100%;
    max-width: none;
}
/*.inner-banner img {
  width: 100%;
}*/
.service-intro {
    text-align: left;
}
.service-intro-left {
    float: left;
    width: 40%;
    /*margin-right: 30px;*/
}
.service-intro-right {
   /* float: left;
    width: 60%;
    padding-left: 35px;*/
}
.service-intro-right p {
    margin-top: 0px;
}
.service-intro-main {
  float: left;
  width: 100%;
}
.service-intro-inner {
    float: left;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}
.service-intro p {
    clear: both;
    color: #444444;
}
.staff-name-content p {
    clear: none;
}
.service-intro .hedding_box {
    margin-bottom: 35px;
}
.service-intro-block {
    float: left;
    width: 100%;
    background-color: #f6f6f6;
    border-top: 4px solid #bd986b;
    margin-top: 25px;
}
.service-intro-text {
    padding: 25px;
}
.service-intro-block:first-child {
    margin-left: 0;
    margin-top: 0;
}
.service-intro-bottom {
  float: left;
  width: 100%;
  margin-top: 25px;
}
.service-intro p a, .service-intro-main p a, .vision-left p a, .content_in_box p a{
    color: #4887b0;
    font-weight: bold;
}

.photos-col1-header .right p, .promotion_content p.discount{
    color:#4887b0;
}

.photos-all-cols.current_promotion .photos-col1:hover {
    border: 1px solid #bd986b;
}

.photos-all-cols.current_promotion .photos-col1:hover a.myBtn {
    color: #bd986b;
}

.service-intro p a:hover, .frame-bottom ul li a:hover, .service-intro-main p a:hover, .vision-left p a:hover, .content_in_box p a:hover
{
    color: #bd986b;
    font-weight: bold;
}
.frame-bottom h3 {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #4887b0;
    margin: 0px;
}
.service-intro-inner.location {
    padding-bottom: 0px;
}

.frame-bottom {
  float: left;
  width: 100%;
  text-align: center;
}
.frame-bottom ul li {
  display: inline-block;
  float: left;
  list-style:none;
  padding: 10px;
  vertical-align: middle;
  width: 33.3%;
}
.frame-bottom ul {
    padding-left: 0;
    margin: 0;
    float: left;
    width: 100%;
}
.service-intro-text > h3 {
  margin-top: 0;
}
.service-intro-text p {
    margin-bottom: 0;
}
.frame-bottom ul li a {
    color: #4887b0;
}


.staff-name-block {
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 25px;
  background-color: #f6f6f6;
  border-top: 4px solid #bd986b;
  /*padding: 0 15px;*/
}
.staff-intro-detail {
    width: 100%;
    float: left;
}
.staff-name-image {
    float: left;
    /*width: 200px;*/
    margin-right: 25px;
}
.staff-name-content {
    /*overflow: hidden;
    padding-left: 22px;*/
}
.address_box_in {
    text-align: left;
}
.service-intro-inner .location_box_in {
    padding-bottom: 0;
}
#owl-slide {
/*    margin-top: 52px;*/
    /*margin-bottom: 52px;*/
}
#owl-slide .owl-buttons .owl-prev {
    width: 30px;
    height: 30px;
    background-color: #4887b0;
    background-image: url("../image/slider-pre-arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: 27px;
    right: 56px;
    text-indent: -9999px;
}
#owl-slide .owl-buttons .owl-next {
    width: 30px;
    height: 30px;
    background-color: #4887b0;
    background-image: url("../image/slider-next-arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: 27px;
    right: 26px;
    text-indent: -9999px;
}
#owl-slide .owl-buttons .owl-prev:hover,
#owl-slide .owl-buttons .owl-next:hover {
    opacity: 0.8;
}
.inner-item {
  min-width: 1900px;
  border-bottom: solid 4px #4887b0;
  height: 500px;
  overflow: hidden;
}
.inner-item > img {
  width: auto;
  height: auto;
  max-width: none;
  min-height: 100%;
}


body .menu ul li ul {
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  padding-top: 7px;
  width: 145px;
  z-index: 999;
}
.location-map-link {
    color: #333333;
}
/*.sb-slidebar ul li ul {
    display: none;
}*/
.sb-slidebar ul li:hover ul {
    /*display: block;*/
    background: #606676;
}
#menu ul li {
    position: relative;
}
#menu ul li .fa {
  position: absolute;
  right: 15px;
  top: 14px;
  color: #fff;
  font-size: 17px;
}
.content_in_box h1::before {
  background: #4887b0;
}
.service-intro-img {
    float: left;
    margin-right: 25px;
}
#home-tab .hedding_box {
    background: transparent;
}
.staff-name-content h3,
.staff-name-content h2,
.staff-name-content p {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}
.service-intro-right {
    float: left;
    width: 100%;
    /*padding-left: 35px;*/
}
.grey-gradient-button a {
    background-image: none;
    background-color: #4887b0;
    color: #fff;
    font-size: 18px;
    font-family: "Noto Sans', sans-serif";
    height: auto;
    line-height: 24px;
    padding: 13px 15px 14px 15px;
    border-radius: 5px;
    font-weight: 400;
}
.grey-gradient-button a:hover {
    background-image: none;
    background-color: #bd986b;
    color: #fff!important;
}
.grey-gradient-button a:hover span {
    background-image: none;
}
.grey-gradient-button a span {
    background: none;
    height: auto;
}
.services_img .fa {
  font-size: 55px;
  line-height: 59px;
  color: #bd986b;
}
.service-intro.home {
    text-align: center;
}
.video iframe {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}
.video {
    float: left;
    margin-top: 25px;
    text-align: center;
    width: 100%;
}

/*Contact button css*/
.grey-gradient-button {
    float: left;
    margin-bottom: 25px;
    width: 100%;
    margin-top: 20px;
}
.grey-gradient-button a {
    background-image: none;
    background-color: #4887b0;
    color: #fff;
    font-size: 18px;
    font-family: "Noto Sans', sans-serif";
    height: auto;
    line-height: 24px;
    padding: 13px 15px 14px 15px;
    border-radius: 5px;
    font-weight: 400;
}
.grey-gradient-button a span {
    background: none;
    height: auto;
}
.grey-gradient-button {
  float: left;
  margin-bottom: 25px;
  width: 100%;
}

.bx-wrapper .bx-controls-direction a{background-color:#4887b0;}
#bxslider .banner_img { border-bottom: solid 4px #4887b0;}
.services_in_box li a:hover .image-content-inner h4{border: 1px solid #bd986b;}
.services_in_box li a:hover .image-1{border: 2px solid #bd986b;}
.image-content-inner h4{background-color: #4887b0;}

.features_emp {
   
   background-color: #4887b0 !important;
}
.new.intro-text h1::before {
    background: #4887b0 !important;
}

.contact_us_header a:hover {
    color: #126093 !important;
}
.image-content-inner h4 {
    color: #4887b0;
}
.services_in_box ul li a:hover .image-content h4{
    color: #bd986b;
}

/*add by nachiket*/
.new_service .services_in_box.services_bd li a{border-color: #4887b0 !important;}
.new_service .services_in_box.services_bd li a:hover{border-color: #bd986b !important;}
/*add by nachiket*/

.go-btn{
    background: #4887b0;
}
.services_in_box ul li a:hover .go-btn{
    background: #bd986b;
}
.bx-wrapper .bx-controls-direction a:hover{
    background: #bd986b !important;
}
.home-banner-quick-link.for-quick-links-off {
    border-color: #4887b0 !important;
}
.home-callout-item {
    background: #4887b0;
}
.home-callout-item:hover{
    background: #bd986b;
}
.custom_btn .testi_slider a{
    background: #4887b0;
}
.custom_btn .testi_slider a:hover{
    background: #bd986b;
}
.btn-blue {

    background: #4887b0 none repeat scroll 0 0 !important;

}

.btn-blue:hover {
    background: #bd986b !important;
}
.service-intro .newsletter-list ul.pagination li.active a {
    background: #4887b0;
    color: white;
}

.service-intro .newsletter-list ul.pagination li a:hover {
    background: #bd986b;
    color: white;
}