<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;display=swap');

body {background: #fff; font-family: "Lato", sans-serif; font-size:14px; color:#000; position: relative; z-index:999;}

.no_padding {
  padding-left: 0;
  padding-right: 0;  
}
ul {
  padding:0;
  margin:0;
}
a {
  text-decoration: none;	
}
.btn {
  background: #9b6f29;
  border: 1px solid #9b6f29;
  color: #fff;
  padding: 6px 20px;
  margin: 30px 0 0;
  margin: 30px 0 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.btn:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}
input:focus, .form-control:focus, .accordion-button:focus {
  outline: 0;
  box-shadow: none;	  
  border-color: none;
}

.header {
  position: relative;
  z-index: 11;
}
.header .main_head {
  padding: 0px 70px;
  background: #9b6f29;
}
.header .main_head .logo {
  background: #fff;
  display: inline-block;
  padding: 10px 10px;
  position: relative;
}
.header .main_head .logo::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 66px solid transparent;
  border-left: 60px solid #fff;
  border-bottom: 60px solid transparent;
  border-right: 60px solid transparent;
  position: absolute;
  top: 0;
  right: -119px;
}
.header .main_head .logo::before {
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1000px;
  left: -999px;
}
.extra-info img {
  float: left;
  display: inline-block;
  margin-right: 20px;
  margin-top: 5px;
}
.extra-info .phone, .extra-info .mail {
  color: #fff;
}
.extra-info h5 {
  margin: 0;
  font-weight: 900;
}
.extra-info h5 a {
  color: #fff;
}
.extra-info .phone, .extra-info .mail {
  color: #fff;
}

.menus.sticky {
  position: fixed;
  top: 0;
  z-index: 11;
  background: #fff;
  width: 100%;
  box-shadow: 0px 6px 12px rgba(0,0,0,0.2);
}
.menus.sticky .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #000;
} 
.menus.sticky .lg_sml {
  display: block;
  float: left;
}
.menus.sticky .lg_sml img { 
  width: 55%;
}
.menus.sticky .navbar .navbar-nav.me-auto {
    margin-right: 0 !important;
}
.menus {
  background: #000;
  padding: 5px 70px;
}
.menus .lg_sml {
  display: none;
}
.menus .navbar .navbar-collapse .navbar-nav .close {
  display: none;
}
.menus .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 18px;
  padding: 0 13px;
  font-weight: 400;
}
.menus .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover, 
.menus .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: #9b6f29;
}
.menus .navbar .navbar-collapse .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  top: 37px;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  background-color: #9b6f29;
}
.menus .navbar .navbar-collapse .navbar-nav .nav-item.dropdown.trtmnt_link {
  position: initial;
}
.menus .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.submenu.show {
  display: flex;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.menus .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.submenu.show li {
  width: 100%;
  list-style: none;
  padding-left: 12px;
  padding-right: 12px;
}
.menus .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.submenu.show li h4 {
  font-size: 21px;
  border-bottom: 1px solid #9b6f29;
  color: #9b6f29;
  margin: 0 0 15px;
  padding: 0 0 7px;
  font-weight: 900;
}
.menus .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.submenu.show li h4 a {
  color: #9b6f29;
}
.menus .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.submenu.show li ul li {
  padding: 0 0 7px;
  width: 44%;
  display: inline-block;
  margin: 0;
}
.menus .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.submenu.show li ul li:nth-child(2n+1) {
  margin: 0 20px 0 0;
}
.menus .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.submenu.show li ul li a.sub-item {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  line-height: 17px;
  display: block;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.menus .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.submenu.show li:last-child {
    width: 40%;
}
.menus .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.submenu.show li:last-child ul li {
    width: 100%;
}
.menus .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.submenu.show li ul li .sub-item:hover {
  color: #9b6f29;
}
.main_banner {
  background-image: url(../images/bg001.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.main_banner .bnr_slide.owl-carousel .item {
  background-repeat: no-repeat;
  background-position: top center;
  height: 620px;
  background-size: cover;
}
.main_banner .bnr_slide.owl-carousel {
  position: relative;	
}
.main_banner .bnr_slide.owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.main_banner .bnr_slide.owl-carousel .owl-dots .owl-dot {
  position: relative;
  margin: 0 5px;
}
.main_banner .bnr_slide.owl-carousel .owl-dots .owl-dot::after {
  position: absolute;
  top: -2px;
  left: -2px;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  content: '';
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.main_banner .bnr_slide.owl-carousel .owl-dots .owl-dot span {
  background: #ccc;
}
.main_banner .bnr_slide.owl-carousel .owl-dots .owl-dot.active span, 
.main_banner .bnr_slide.owl-carousel .owl-dots .owl-dot:hover span {
  background: #2851bf;
}
.main_banner .bnr_slide.owl-carousel .owl-dots .owl-dot.active::after {
  border: 1px solid #2851bf;	
} 
.main_banner .bnr_slide.owl-carousel .owl-dots .owl-dot span {
  margin: 0;	
}
.main_banner .bnr_slide.owl-carousel .itm_inr {
  height: 100%;
  display: flex;
  align-items: center;
}
.main_banner .bnr_slide.owl-carousel .item .itm_inr h2 {
  font-size: 40px;
  color: #000;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom:24px;
}
.main_banner .bnr_slide.owl-carousel .item .itm_inr h2 strong {
  color: #2851bf;	
}
.main_banner .bnr_slide.owl-carousel .item .itm_inr p {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 300;
  color: #444;
  margin-bottom:18px;
}
.main_banner .bnr_slide.owl-carousel .item .itm_inr .sld_btn {
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: transparent;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  padding: 16px 24px;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
}
.quote {
  background-image: url(../images/quote_banner.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  background-color: #32373c;
}
.quote_text {
  font-size: 26px;
  max-width: 660px;
  color: #fff;
  text-align: center;
  padding: 9px 0;
}
.quote_text strong {
  color: #ffb032;
}
.quote_btn {
  background: #9b6f29;
  padding: 23px 20px;
  color: #fff;
}
.quote_btn img {
  margin: 0 10px 0 0;
  padding: 7px 10px 7px 0;
  border-right: 1px solid #fff;
  float: left;
}
.quote_btn span {
  font-size: 16px;
  display: block;
}
.quote_btn a {
  font-size: 27px;
  font-weight: 400;
  line-height: 23px;
  color: #fff;
}

.hm_about {
  background-image: url(../images/overview_bg.png);
  background-repeat: no-repeat;
  background-position: left -90px bottom;
  background-size: cover;
  padding: 80px 0 60px;
}
.abt_cont {
  padding: 0 0 0 30px;
}
.heading span {
  color: #1b232c;
  font-size: 17px;
  line-height: 21px;
}
.heading h2 {
  color: #1b232c;
  font-size: 40px;
  font-weight: 900;
  line-height: 44px;
}
.heading hr {
  border: 4px solid #9b6f29;
  width: 60px;
  display: inline-block;
  opacity: 1;
}
.abt_cont a {
  color: #777;
  font-size: 14px;
  text-decoration: underline;
}

.service {
  background-image: url(../images/srvc_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 70px 0;
}
.service .srvc_txt strong {
  display: block;
  margin: 0 0 6px;
}
.service .srvc_txt p {
  font-size: 16px;	
  margin: 0;
}

.service .srvc_slide.owl-carousel .item .srvc_box {
  background: #fff;
  border: 10px solid #fff;
}
.service .srvc_slide.owl-carousel {
  padding: 0 0 0 40px;
  border-left: 5px solid #9b6f29;
  margin: 0 0 0 45px;
}
.service .srvc_slide.owl-carousel .item .srvc_box .srvc-txt .srvc-icn {
  float: left;
  background: #9b6f29;
  width: 69px;
  height: 69px;
  text-align: center;
  line-height: 69px;
  margin: -35px 23px 0 12px;
  z-index: 11;
  position: relative;
}
.service .srvc_slide.owl-carousel .item .srvc_box .srvc-txt .srvc-icn img {
  width: auto;
  display: inline-block;
}
.service .srvc_slide.owl-carousel .item .srvc_box .srvc-txt {
  padding: 8px 0 0px 0px;
}
.service .srvc_slide.owl-carousel .item .srvc_box .srvc-txt h4 {
  font-size: 19px;
  font-weight: 600;
  margin: 12px 0 10px 0;
}
.service .srvc_slide.owl-theme .owl-nav [class*="owl-"] {
  background: #9b6f29;
  border-radius: 4px 0 0 4px;
  line-height: 40px;
} 
.service .srvc_slide.owl-theme .owl-nav .owl-next {
  right: auto;
  top: auto;
  left: -7%;
  bottom: 20%;
}
.service .srvc_slide.owl-theme .owl-nav .owl-prev {
  left: -7%;
  top: auto;
  bottom: 0;
}
.drmtlgy {
  margin: 90px 0 0;
}
.drmtlgy .heading {
  text-align: center;
  max-width: 870px;
  margin: 0 auto;
}
.drmtlgy .drmtlgy_boxes {
  margin: 68px 0 0;
}
.drmtlgy_box {
  border: 1px solid #9b6f29;
  padding: 15px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.drmtlgy_box:hover {
  background: #9b6f29;
}
.drmtlgy_box .drmtlgy_icn {
  background: #fff;
  display: inline-block;
  border: 1px solid #9b6f29;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 100%;
  position: relative;
  top: -50px;
}
.drmtlgy_box p {
  font-size: 16px;
  line-height: 21px;
  color: #3c3b3b;
  margin: -33px 0 0;
}
.drmtlgy_box:hover p {
  color: #fff;	
}
.chse {
  margin: 90px 0 0;
  background-image: url(../images/chse_bnr.jpg);
  background-repeat: no-repeat;
  background-position: top left;  
  position: relative;
}
.chse::after {
  position: absolute;
  top: 40px;
  right: 0;
  background: #9b6f29;
  height: 100%;
  width: 50%;
  content: "";
  z-index: -1;
}
.chse .dr_cnslt {
  text-align: center;
  padding: 100px 0 0;
}
.chse .chse_box {
  padding: 50px 40px 0 0;
}
.chse .chse_box .heading span, .chse .chse_box .heading h2 {
  color: #fff;
}
.chse .chse_box .heading hr { 
  border-color: #fff;
}
.chse .chse_box p {
  font-size: 16px;
  color: #fff;
  margin: 0 0 47px;
}
.chse .chse_box .chse_inr {
  background: #fff;
  padding: 25px;
  margin: 0 0 30px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.chse .chse_box .chse_inr p {
  color: #000;
  margin: 0 0 0 11px;
}
.chse .dr_cnslt {
  text-align: center;
  padding: 100px 0 0;
  max-width: 370px;
  margin: 0 auto;
}
.chse .dr_cnslt h4 {
  background: rgba(255,255,255,0.9);
  overflow: hidden;
  margin: -60px 0 0 0;
  z-index: 11;
  position: relative;
  padding: 9px 0;
  font-size: 35px;
  color: #9b6f29;
  font-weight: 700;
}
.chse .dr_cnslt a {
  border: 1px solid #ffe09d;
  color: #fff;
  margin: 40px 0 0;
  display: inline-block;
  font-size: 25px;
  padding: 6px 20px;
  border-radius: 7px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.chse .dr_cnslt a:hover {
  background: #fead13;
}

.drmtstm {
  margin: 125px 0 0;
}
.drmtstm .drmlgst_box .drmlgst_inr {
  margin: 34px 0 0;
  max-width: 450px;
}
.drmtstm .drmlgst_box .drmlgst_inr p {
  font-size: 16px;
  line-height: 24px;
}
.drmtstm .drmlgst_box .drmlgst_inr .drmlgst_name {
  margin: 60px 0 0 0;
  display: flex;
  align-items: center;
}
.drmtstm .drmlgst_box .drmlgst_inr .drmlgst_name img {
  width: 70px;
  height: 70px;
  margin: 0 27px 0 0;
}
.drmtstm .drmlgst_box .drmlgst_inr .drmlgst_name .drmlgst_cont h2 {
  font-size: 21px;
  font-weight: 700;
  margin: 0;
}
.drmtstm .drmlgst_box .drmlgst_inr .drmlgst_name .drmlgst_cont p {
  margin: 0;
}
.drmtstm .tstmnls .tstmnl_slide {
  margin: 12px 0 0;
}
.drmtstm .tstmnls .tstmnl_slide.owl-carousel .item {
  background: #f0f0f0;
  padding: 32px 45px 76px 45px;
}
.drmtstm .tstmnls .tstmnl_slide.owl-carousel .item p {
  font-size: 16px;
  color: #242424;
  line-height: 23px;
  margin: 0 0 23px;
}
.drmtstm .tstmnls .tstmnl_slide.owl-carousel .item .nmdgn {
  margin: 0 0 30px;
}
.drmtstm .tstmnls .tstmnl_slide.owl-carousel .item .nmdgn h4 {
  font-size: 21px;
  font-weight: 700;
  margin: 0;
}
.drmtstm .tstmnls .tstmnl_slide.owl-carousel .item .nmdgn span {
  font-size: 16px;
}
.drmtstm .tstmnls .tstmnl_slide.owl-theme .owl-nav .owl-prev {
  left: 45px;
  top: auto;
  bottom: 32px;	
}
.drmtstm .tstmnls .tstmnl_slide.owl-theme .owl-nav  .owl-next {
  right: auto;
  top: auto;
  bottom: 32px;
  left: 103px;
}
.drmtstm .tstmnls .tstmnl_slide.owl-theme .owl-nav [class*="owl-"] {
  border-radius: 7px;
  border: 1px solid #838383;
  background: #f0f0f0;  
  line-height: 39px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.drmtstm .tstmnls .tstmnl_slide.owl-theme .owl-nav .owl-next:hover,
.drmtstm .tstmnls .tstmnl_slide.owl-theme .owl-nav .owl-prev:hover {
  background: #838383;
}
.drmtstm .tstmnls .tstmnl_slide.owl-theme .owl-nav [class*="owl-"] img {
  filter: brightness(0);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.drmtstm .tstmnls .tstmnl_slide.owl-theme .owl-nav [class*="owl-"]:hover img {
  filter: brightness(100);
}
.team {
  background-image: url(../images/team_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;  
  margin: 90px 0 130px 0;
  padding: 90px 0 0;
}
.team::after {
  content: "";
  position: absolute;
  bottom: -307px;
  left: 40px;
  background-image: url(../images/team_shape.png);
  background-repeat: no-repeat;
  background-position: top left;
  height: 100%;
  width: 90%;
  z-index: -1;
}
.team .team_box {
  background: #fff;
  padding: 45px 30px;
  border-radius: 7px;
}
.team .team_box p {
  font-size: 17px;
  line-height: 29px;
  margin: 0 0 47px;
}
.team .team_box p strong {
  display: block;
}	
.team .team_box .tm_trst {
  display: inline-flex;
  align-items: center;
}
.team .team_box .tm_trst .tm_inr .tm_icn {
  background: #9b6f29;
  border-radius: 100%;
  height: 68px;
  width: 68px;
  line-height: 68px;
  text-align: center;
  margin: 0 12px 0 0;
}
.team .team_box .tm_trst .tm_txt p {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  margin: 0;
}
.team .team_box .tm_trst .tm_txt p span {
  display: block;
}
.team .team_box .tm_trst.blck {
  margin: 0 0 0 30px;
}
.team .team_box .tm_trst.blck .tm_icn {
  background: #000;
}
.team .team_slide.owl-carousel {
  margin: 140px 0 0;
  position: relative;
}
.team .team_slide.owl-carousel .tm_box h4 {
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
  background: rgba(255,255,255,0.8);
  margin: 0;
  padding: 9px 0;
  font-size: 23px;
  font-weight: 500;
}
.team .team_slide.owl-carousel .tm_box a {
  color: #000;	
}
.team .team_slide.owl-carousel .owl-nav .owl-prev {
  left: auto;
  top: -60px;
  right: 46px;
}
.team .team_slide.owl-carousel .owl-nav .owl-next {
  left: auto;
  top: -60px;
  right: 0;
}
.team .team_slide.owl-theme .owl-nav [class*="owl-"] {
  background: #fff;
  width: 37px;
  height: 37px;
  line-height: 33px;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.team .team_slide.owl-theme .owl-nav [class*="owl-"] img {
  filter: brightness(0);
}
.team .team_slide.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #9b6f29;
}
.team .team_slide.owl-theme .owl-nav [class*="owl-"]:hover img {
  filter: brightness(100);
}


footer {
  background-image: url(../images/ftr_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  margin: 90px 0 0;
  padding: 60px 35px 40px;
  background-size: cover;
}
footer .ftr_abt p {
  margin: 35px 0 0;
  font-size: 15px;
  color: #787878;
  max-width: 360px;
}
footer .ftr_abt .scl_icns {
  margin: 40px 0 0;
}
footer .ftr_abt .scl_icns li {
  display: inline-block;
  padding: 0 15px 0 0;
}
footer .links h3 {
  font-size: 27px;
  font-weight: 700;
  margin: 0 0 29px;
  color: #fff;
}
footer .links li {
  list-style: none;
  width: 50%;
  float: left;
}
footer .links li a {
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  padding: 7px 0;
  display: inline-block;
  font-weight: 300;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
footer .links li a:hover {
  color: #9b6f29;
} 
footer .links li a img {
  margin: 0 9px 0 0;
}
footer .links .adrs .adrs_box {
  display: flex;
}
footer .links .adrs .adrs_box p {
  margin: 0 0 19px 15px;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
}
footer .links .adrs .adrs_box a {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
footer .links .adrs .adrs_box a:hover {
  color: #9b6f29;
}
.copyright {
  background: #9b6f29;
  text-align: center;
}	  
.copyright p {
  margin: 0;
  color: #fff;
  padding: 12px 0;
  font-size: 14px;
}


.inner_banner .inr_bnr img {
    width: 100%;
}
.sctn {
    margin: 90px 0 0;
}
.teams .heading {
  margin: 0 0 40px; 	
}
.teams .team_box {
    border: 1px solid #ccc;
    border-radius: 4px;
}
.teams .team_box .team_imag {
    overflow: hidden;
}
.teams .team_box .team_imag img {
  width: 100%; 
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.teams .team_box:hover .team_imag img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.teams .team_box .team_txt {
    padding: 12px 15px;
}
.teams .team_box .team_txt h2 {
    font-size: 23px;
    margin: 0 0 9px;
    font-weight: 600;
    line-height: 21px;
}
.teams .team_box .team_txt span {
    display: block;
    font-size: 15px;
    line-height: 16px;
    font-style: italic;
}
.teams .team_box .team_txt p {
    margin: 15px 0 0;
}

.crtfct .heading {
    margin: 0 0 22px;
}
.crtfct .crtifcat {
    background: #fff;
    text-align: center;
    padding: 40px 20px;
    border-radius: 4px;
    margin: 0 0 30px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.crtfct .crtifcat img {
    width: 40%;
}
.crtfct .crtifcat h2 {
    color: #232323;
    margin: 30px 0 15px;
    font-size: 26px;
    font-weight: 700;
}
.crtfct .crtifcat p {
    color: #444;
    font-size: 16px;
}
.awrds .awrd {
    margin: 0 0 30px;
    border: 3px solid #eee;
    padding: 5px;
    border-radius: 4px;
}
.awrds .awrd img {
    width: 100%;
    border-radius: 4px;
}
.awrds .heading {
    margin: 0 0 20px;
}
.apntmnt .apntmnt_txt {
    background: #5d3d0b;
    padding: 30px;
    border-radius: 4px;
    margin: 20px 0 0;
}
.apntmnt .apntmnt_txt h4 {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}
.apntmnt .apntmnt_txt span {
    font-size: 17px;
    color: #2e4771;
    font-style: italic;
    margin: 0 0 12px;
    display: block;
    color: #ccc;
}
.apntmnt .apntmnt_txt form .form_group {
    margin: 0 0 12px;
}
.apntmnt .apntmnt_txt form .form_group .fotm_control {
    width: 100%;
    border: 1px solid #ccc;
    padding: 7px 10px;
    font-size: 15px;
    color: #000;
    border-radius: 4px;
}
.apntmnt .apntmnt_txt form .form_group .fotm_control.dt {
    width: 65%;
    float: left;
}
.apntmnt .apntmnt_txt form .form_group .fotm_control.tm {
    width: 32%;
    margin: 0 0 0 15px;
}
.apntmnt .apntmnt_txt form .form_group textarea.fotm_control {
    min-height: 90px;
}
.blogs .blg_box {
    border: 1px solid #ccc;
    overflow: hidden;
	border-radius: 4px;
    margin: 0 0 30px;	
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.blogs .blg_box:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.blogs .blg_box .blg_imag {
    overflow: hidden;
    transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.blogs .blg_box .blg_imag img {
    width: 100%;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.blogs .blg_box:hover img {
    transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.blogs .blg_box .blg_txt h3 {
    font-size: 23px;
    line-height: 27px;
    font-weight: 600;
}
.blogs .blg_box .blg_txt h3 a {
    color: #000;
    text-decoration: none;
}
.blogs .blg_box .blg_txt span {
    font-size: 13px;
    margin: 0 0 12px;
    display: inline-block;
    color: #444;
}
.blogs .blg_box .blg_txt span a {
    color: #444;
}

.cntct .cntct_adrs .cntct_box {
    border: 1px solid #ccc;
    padding: 20px;
    text-align: center;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.cntct .cntct_adrs .cntct_box span {
    background: #fff;
    width: 67px;
    height: 67px;
    line-height: 67px;
    display: block;
    margin: -55px auto 20px;
    border-radius: 100%;
    border: 1px solid #ccc;
    text-align: center;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.cntct .cntct_adrs .cntct_box h4 {
    color: #000;
    font-size: 21px;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.cntct .cntct_adrs .cntct_box a {
    color: #000;	
}
.cntct .cntct_frmap {
    margin: 90px 0 0;
}

.cntct .cntct_frmap .cntct_frm form {
    background: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 30px;
}
.cntct .cntct_frmap .cntct_frm form .head h2 {
    font-size: 24px;
    margin: 0 0 20px;
}
.cntct .cntct_frmap .cntct_frm form .form_group {
    margin: 0 0 12px;
}
.cntct .cntct_frmap .cntct_frm form .form_group .fotm_control {
    background: #fff;
    border: 1px solid #ccc;
    width: 100%;
    padding: 13px 10px;
    border-radius: 4px;
    color: #000;
    font-size: 14px;
}

.gallery .heading {
    margin: 0 0 20px;
}
.gallery .glry_box {
    margin: 0 0 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.gallery .glry_box .example-image {
    width: 100%;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.gallery .glry_box:hover .example-image {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.trtmnt .trtmnt_box {
    margin: 30px 0 0;
}
.trtmnt .trtmnt_box .trtmnt_imag {
    border: 1px solid #ccc;
    padding: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.trtmnt .trtmnt_box .trtmnt_imag img {
    width: 100%;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.trtmnt .trtmnt_box .trtmnt_imag:hover img {
    transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.trtmnt .trtmnt_box .trtmnt_txt {
    padding: 0 0 0 40px;
}
.trtmnt .trtmnt_box.scnd .trtmnt_txt {
    padding: 0 40px 0 0;
}
.trtmnt .trtmnt_box .trtmnt_txt h2 {
    font-size: 37px;
    font-weight: 700;
    line-height: 34px;
    margin: 0 0 15px;
}
.trtmnt .trtmnt_box .trtmnt_txt p {
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}
</pre></body></html>