/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }



/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }



/***************-----------------------***********************
[Master Stylesheet]

Project:  Life Line
Version:  1.0.0
Author: 
Purchase:	
-----------------********************-------------------
[Table Of Contents]

1. Body
2.Custom css
3.#preloader/#status
4.top_header_wrapper/.top_header_add
5.menu_wrapper/.header_logo
6.slider_main_wrapper.cc_main_slide1
7.category_wrapper/.cat_about
8.about_wrapper/.abt_box
9.appoint_wrapper/appoint_overlay
10.choose_wrapper/choose_overlay
11.team_wrapper/team_heading_wrapper
12.vedio_wrapper/vedio_heading_wrapper
13.event_wrapper/event_slider_wrapper
14.counter_wrapper/counter_overlay
15.blog_wrapper/blog_about
16.testimonial_wrapper/test_overlay
17.booking_wrapper/booking_box
18.partner_wrapper/partner_slider_img
19.newsletter_wrapper/newsletter_text
20.footer_wrapper/footer_widget_add
21.med_tittle_section
22.book_section/avail_section
23.med_doctor_info
24.portfolio_section
25.event_section
26.pricing_section
27.contact_us_section
28.abt_service_section/abt_img
-----------------********************--------------------
*/

/*----------------custom css by dato-----------------*/
@font-face {
    font-family: 'BPGNinoMtavruliBold';
    src: url('/css/fonts/bpg-nino-mtavruli-bold/bpg_nino_mtavruli_bold.eot');
    src: url('/css/fonts/bpg-nino-mtavruli-bold/bpg_nino_mtavruli_bold.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/bpg-nino-mtavruli-bold/bpg_nino_mtavruli_bold.woff') format('woff'),
         url('/css/fonts/bpg-nino-mtavruli-bold/bpg_nino_mtavruli_bold.ttf') format('truetype'),
         url('/css/fonts/bpg-nino-mtavruli-bold/bpg_nino_mtavruli_bold.svg#BPGNinoMtavruliBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'BPG_GEL_Excelsior';
    src: url('/css/fonts/exclesion/BPG_GEL_Excelsior.eot');
    src: url('/css/fonts/exclesion/BPG_GEL_Excelsior.eot') format('embedded-opentype'),
         url('/css/fonts/exclesion/BPG_GEL_Excelsior.woff2') format('woff2'),
         url('/css/fonts/exclesion/BPG_GEL_Excelsior.woff') format('woff'),
         url('/css/fonts/exclesion/BPG_GEL_Excelsior.ttf') format('truetype'),
         url('/css/fonts/exclesion/BPG_GEL_Excelsior.svg#BPG_GEL_Excelsior') format('svg');
}
html.ka *{text-transform: none !important;}
.position-abolute {position: absolute}
.feedback_image {width: 70px !important; height: 70px !important;}
.color-white {color: #fff !important}
.color-white:hover {color: #fff !important}
.emergency_link:hover{color: #fff}
.display-inine {display: inline-block !important;}
.mobile-social li {display: inline-block !important; margin-right: 15px;}
.mobile-social li a{font-size: 20px;}
.mobile-social  {margin-top: 15px; margin-left: 0px !important; padding-left: 30px !important;}
.mobile_logo {margin-top: -7px;}
.text-center {text-align: center!important;}
.inline_block {display: inline-block!important;}
.active_lang {opacity: 0.7!important;}
.main_slider_video {width: 100%; height: 100%}

.patient_visit_ours p {width: 45%;
    float: left;
    padding-top: 10px;}

.btn-tag {margin: 5px 5px 5px 0px;}
.button {
	padding: 10px;
    color: white;
    background: #ED0008;
    text-align: center;
    line-height: 47px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border: 2px solid transparent;
}

.button:hover {
	width: 160px;
    height: 50px;
    color: #707070;
    background: #fff;
    text-align: center;
    line-height: 47px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border: 2px solid #ED0008;
}
.footer_menu_ul{margin-left: 0px; font-size: 15px;font-family: 'BPGNinoMtavruliBold','Open Sans', sans-serif;}
.mt-20 {margin-top: 20px !important;}
.ml-20 {margin-left: 20px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mb-40 {margin-bottom: 40px !important;}
.ml-40 {margin-left: 40px !important;}
.ml-0 {margin-left: 0px !important;}
.pl-20{padding-left: 20px !important;}
.pl-0{padding-left: 0px !important;}
.pb-20{padding-bottom: 20px !important;}
.pb-0{padding-bottom: 0px !important;}
.pt-0{padding-top: 0px !important;}
.pt-20{padding-top: 20px !important;}
.pt-40{padding-top: 40px !important;}
.mt-0{margin-top: 0px !important;}
.mt-40 {margin-top: 40px !important;}
.ml-8 {margin-left: 8px !important}
.font-14 {font-size: 14px !important}
.font-16 {font-size: 16px !important}
.font-18 {font-size: 18px !important}

.lang {float: left; padding-top: 10px; padding-left: 50px;}
.lang img {width: 37px;  padding-left: 10px;}
.lang_mobile { padding-left: 50px;}
.lang_mobile img {width: 35px;  padding-left: 10px; padding-bottom: 10px}
.mobile_search {width: 85%; padding-left: 10px; padding-bottom: 10px}
.mobile_search_submit {float: right;margin-right: -35px;margin-top: -34px;}
.aqcia_short {white-space: pre-wrap}
.search_icon {margin-top: -37px;
    font-size: 18px;
    float: right;
    width: 50px;
    margin-right: 0px;}
.all-aqcia{width: 100%; text-align: center}
.top_header_add ul {font-size: 14px;}
.pagination {font-family:'Open Sans', sans-serif;}
.eqimebi4clear:nth-child(3n+3){
    clear:left !important;
}
.aqciebi_wrapper:nth-child(3n+1) { clear: left !important;
   }
.aqciebi_wrapper {  margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted red;}
.text-black {color: #000000 !important}
.text-red {color: red !important}
.contect_form1 input[type="radio"] {width: 20px; height: 20px}
.gender {float: left;margin-right: 41px;margin-top: 33px;}
.clear {clear: both}
.ac_results
{
	background-color:white;
	z-index:9999;
}

.ac_results ul li
{
	list-style:none;
	padding:5px 0px 5px 0px;
}

.ac_results ul li a
{
	color: #455f68;
	font-size:13px;
}
.ac_results ul 
{
	
	margin-left:-35px;
}
.share_social ul li{display: inline-block; margin-right: 10px; }
.share_social ul li a{ font-size: 20px !important; }
.qveda_contact {top: 48px;position: absolute;}
#lg-share-demo {-moz-column-count: 3;
    -moz-column-gap: 0px;
    -webkit-column-count: 3;
    -webkit-column-gap: 0px;
    column-count: 3;
    column-gap: 0px;
	width: 100%;}
#lg-share-demo li:hover{
	cursor: url(/images/zoom.png), auto;
	opacity:0.7;
}
.demo-gallery>ul>li {padding-left: 10px!important;}
.demo-gallery>ul>li a {border-radius: 3px;display: block;overflow: hidden;position: relative;float: none !important; margin:0px 5px 0px 5px !important;}

@media (min-width: 320px) and (max-width: 480px) {
.booking_box_div {
    width: 90% !important;
    float: left;
}	
}

/*lightgallery*/
.demo-gallery>ul,.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}#lg-counter,.lg-outer .lg-video-cont{vertical-align:middle;display:inline-block}@font-face{font-family:lg;src:url(/css/fonts/lg.eot?n1z373);src:url(/css/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"),url(/css/fonts/lg.woff?n1z373) format("woff"),url(/css/fonts/lg.ttf?n1z373) format("truetype"),url(/css/fonts/lg.svg?n1z373#lg) format("svg");font-weight:400;font-style:normal}.lg-icon{font-family:lg;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}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:9999999}.demo-gallery>ul>li{margin-bottom:15px;padding-left:10px;padding-right:0!important}.demo-gallery>ul>li a{border-radius:3px;display:block;overflow:hidden;position:relative;float:left}.demo-gallery>ul>li a>img{-webkit-transition:-webkit-transform .15s ease 0s;-moz-transition:-moz-transform .15s ease 0s;-o-transition:-o-transform .15s ease 0s;transition:transform .15s ease 0s;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);width:100%}.demo-gallery>ul>li a:hover>img{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}.demo-gallery>ul>li a:hover .demo-gallery-poster>img{opacity:1}.demo-gallery>ul>li a .demo-gallery-poster{background-color:rgba(0,0,0,.1);bottom:0;left:0;position:absolute;right:0;top:0;-webkit-transition:background-color .15s ease 0s;-o-transition:background-color .15s ease 0s;transition:background-color .15s ease 0s}.demo-gallery>ul>li a .demo-gallery-poster>img{left:50%;margin-left:-10px;margin-top:-10px;opacity:0;position:absolute;top:50%;-webkit-transition:opacity .3s ease 0s;-o-transition:opacity .3s ease 0s;transition:opacity .3s ease 0s}.demo-gallery>ul>li a:hover .demo-gallery-poster{background-color:rgba(0,0,0,.5)}.demo-gallery .justified-gallery>a>img{-webkit-transition:-webkit-transform .15s ease 0s;-moz-transition:-moz-transform .15s ease 0s;-o-transition:-o-transform .15s ease 0s;transition:transform .15s ease 0s;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);height:100%;width:100%}.demo-gallery .justified-gallery>a:hover>img{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img{opacity:1}.demo-gallery .justified-gallery>a .demo-gallery-poster{background-color:rgba(0,0,0,.1);bottom:0;left:0;position:absolute;right:0;top:0;-webkit-transition:background-color .15s ease 0s;-o-transition:background-color .15s ease 0s;transition:background-color .15s ease 0s}.demo-gallery .justified-gallery>a .demo-gallery-poster>img{left:50%;margin-left:-10px;margin-top:-10px;opacity:0;position:absolute;top:50%;-webkit-transition:opacity .3s ease 0s;-o-transition:opacity .3s ease 0s;transition:opacity .3s ease 0s}.demo-gallery .justified-gallery>a:hover .demo-gallery-poster{background-color:rgba(0,0,0,.5)}.lg-sub-html,.lg-toolbar{background-color:rgba(0,0,0,.45)}.demo-gallery .video .demo-gallery-poster img{height:48px;margin-left:-24px;margin-top:-24px;opacity:.8;width:48px}.demo-gallery.dark>ul>li a{border:1px solid #04070a}.home .demo-gallery{padding-bottom:80px}#aniimated-thumbnials .demo-gallery a{width:190px;height:132px}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-moz-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-ms-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-moz-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-ms-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:9999992;left:0;position:absolute;top:0;width:100%}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:999999}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;font-size:16px;padding-left:20px;padding-top:12px}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:999999;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px}.lg-outer .lg-toogle-thumb:hover,.lg-outer.lg-dropdown-active #lg-share{color:#FFF}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-video-cont{max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:999999;cursor:pointer}.lg-outer .lg-has-vimeo .lg-video-play{background:url(img/vimeo-play.png) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(img/vimeo-play.png) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(img/video-play.png) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(img/youtube-play.png) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(img/youtube-play.png) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:9999993;opacity:0;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s;transition:transform .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:999999;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:9999991;opacity:0;visibility:hidden;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.img_side{border:none!important}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-moz-transition:-moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#FFF;right:16px;top:-16px}.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{width:100%;height:100%}.lg-outer #lg-share{position:relative}.lg-outer #lg-share:after{content:"\e80d"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:"\e901"}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\e904"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\e902"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\e903"}.lg-group:after{content:"";display:table;clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:999995;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(/img/loading.gif) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:999996}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999994;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.medikamenti{ max-width:770px; text-align:left;}
.text-gray-light{color:#e5e5e5}.text-gray-light:hover{color:#cccccc}.text-gray-light:focus{color:#cccccc}.text-java{color:#ed3237}
/*----------------END custom css by dato-----------------*/


/*----------------body start------------------*/
body,html{
	font-family:'BPGNinoMtavruliBold','Open Sans', sans-serif;
	line-height: 24px;
	font-weight:400;
	font-size:16px;
	color: #757575;
	overflow-x:hidden;
	background:white;
}
/*------------------custom css----------------*/
a {
	color: #ED0008;
	text-decoration: none;
}
a:hover, a:focus {
	color: #ED0008;
	text-decoration: none;
}
a:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'BPGNinoMtavruliBold','Montserrat', sans-serif;
	font-size:16px;
	color:#ffffff;
	line-height:24px;
	font-weight:400;
	margin:0;
	padding:0;
}
h1, h2 {
	font-family: 'BPGNinoMtavruliBold','Montserrat', sans-serif;
	font-size:20px;
	color:#757575;
	line-height:24px;
	font-weight:400;
	margin:0;
	padding:10px 0px 10px 0px;
}
p,ul,ol {font-family: 'BPG_GEL_Excelsior','Montserrat', sans-serif;font-size: 16px}
input, select, button {
	outline: none;
}
input:focus, select:focus, button:focus {
	outline: none;
	box-shadow:none;
}
textarea {
	outline: none;
}
textarea:focus {
	outline: none;
	box-shadow:none;
}
.med_toppadder10{
	padding-top:10px;
}
.med_toppadder20{
	padding-top:20px;
}
.med_toppadder30{
	padding-top:30px;
}
.med_toppadder40{
	padding-top:40px;
}
.med_toppadder50{
	padding-top:50px;
}
.med_toppadder60{
	padding-top:60px;
}
.med_toppadder70{
	padding-top:70px;
}
.med_toppadder80{
	padding-top:80px;
}
.med_toppadder90{
	padding-top:90px;
}
.med_toppadder100{
	padding-top:100px;
}
.med_bottompadder10{
	padding-bottom:10px;
}
.med_bottompadder20{
	padding-bottom:20px;
}
.med_bottompadder30{
	padding-bottom:30px;
}
.med_bottompadder40{
	padding-bottom:40px;
}
.med_bottompadder40 p{
	padding-bottom:40px;   
	font-family: 'BPGNinoMtavruliBold','Open Sans', sans-serif;
}
.med_bottompadder50{
	padding-bottom:50px;
}
.med_bottompadder60{
	padding-bottom:60px;
}
.med_bottompadder70{
	padding-bottom:70px;
}
.med_bottompadder80{
	padding-bottom:80px;
}
.med_bottompadder90{
	padding-bottom:90px;
}
.med_bottompadder100{
	padding-bottom:100px;
}
/*-----scroll top-----*/

/*-- Preloader css start --*/
#preloader {
	background-color: #ffffff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483647;
	width: 100%;
	height: 100%;
}
#status {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
	color:#ED0008;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
/************---------Header css start---------***********/
.top_header_wrapper{
	float:left;
	width:100%;
	background-color:#ED0008;
	font-size:14px;
	color:#ffffff;
	position:relative;
	z-index:6;
	font-family:'BPGNinoMtavruliBold','Open Sans', sans-serif;
}
.top_header_add{
	float:left;
	width:auto;
	line-height: 50px;
}
.top_header_add ul{
	margin:0px;
	padding:0px;
	width:100%;
	
}
.top_header_add li{
	float:left;
	width:auto;
	list-style:none;
	margin-right: 30px;
}
.top_header_add ul li i{
	margin-right:10px;
	line-height:33px;
	border:2px solid #f28c8f;
	width:36px; height:36px;
	text-align:center;
}
.top_header_add ul li a{
	color:#ffffff;
}
.top_header_add ul li a:hover{
	color:#7E4533;
	transition:0.4s;
}
.top_login{
	float:right;
	width:auto;
	width:170px;
	text-align:center;
	background-color:#7E4533;
	padding-top:19px;
	padding-bottom:16px;
}
.top_login ul{
	margin:0px;
	padding:0px;
	width:100%;
	line-height:5px;
	float:left; margin-left:0px;
}
.top_login ul li{
	float:left;
	width:auto;
	list-style:none;
}
.top_login ul li a{
	color:#ffffff;
	padding-left:22px;
}
.top_login ul li a:hover{
	color:#ED0008;
	transition:0.4s;
}
.rp_mobail_menu_main_wrapper{
	float:none;
	padding-top:20px;
	padding-bottom:20px;
	width:100%;
}
#sidebar {
  position: fixed;
  display: block;
  height: 100%;
  top: 0px;
  left: -500px;
  background-color: #ffffff;
  overflow: scroll;
  overflow-x: hidden;
  z-index:1000;
}

#links {
  position: relative;
  float: left;
}

#link_list {
  list-style-type: none;
  width: 100%;
  padding: 0px 50px 0px 0px;
}

#link_list li {
  display: block;
  width: 100%;

}

#link_list li:hover {
  background-color: #ED0008;
}

#toggle {
  float: right;
  position: relative;
  bottom: 0px;
  right: 0;
  border-radius: 20px;
  text-align: center;
  cursor:pointer;
}
#toggle_close{
	    position: absolute;
    z-index: 100;
    right: 20px;
    top: 15px;
    font-size: 25px;
    color: #000000;
    cursor: pointer;
}





#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 300px;
  color: #ffffff;
  text-transform:capitalize;
}
#cssmenu ul ul {
  display: none;
}

.align-right {
  float: right;
}
#cssmenu ul li a {
  padding: 16px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
  text-decoration: none;
  color: #000000;
  font-weight:bold;
  border-bottom:1px solid #d3d3d3;
  background: #ffffff;
   -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul li:first-child a{
	border-top:1px solid #d3d3d3;
}
#cssmenu ul li:hover a, #cssmenu ul li.active a{
	background:#ED0008 !important;
	border-bottom:1px solid #d3d3d3;
	color:#ffffff;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

 ul ul > li.has-sub > a:before {
  top: 20px;
  background:#ffffff;
}
.menu_fixed{
	position:fixed !important;
	left:0 !important;
	right:0 !important;
	top:0 !important;
	z-index: 1000;
}
#sidebar h1 {
	font-size:20px;
	color:#ED0008 !important;
	padding-left: 20px;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom: 15px;
    margin-top: 15px;
}
#sidebar h1 span{
	margin:0;
	color:black;
	font-size:20px;
	background:#f9f9f9;
}
/**************---------menu wrapper--------**************/
.menu_wrapper{
	background-color:#ffffff78;
	float:left;
	width:100%;
	position:relative;
	z-index:5;
}
.header_logo{
	float:left;
	width:100%;
	position: absolute;
	z-index:10;
	top:13px;
}
.logo_hidn h1{
	float:left; width:100%;
	visibility:hiddden;
	font-size:24px;
	color:#ED0008;
	font-weight:700;
	margin-top:4px;
	text-transform:uppercase;
}
.logo_hidn h1 span{
	visibility:hiddden;
	font-size:24px;
	color:black;
	font-weight:700;
	text-transform:uppercase;
}
.navbar {
    position: relative;
    border: 1px solid transparent;
    z-index: 20;
	min-height:0px;
	margin-bottom:0px;
}
.nav .navbar-nav{
	float:left;
	width:100%;
}
.navbar-nav {
	float:right;
	font-family: 'BPGNinoMtavruliBold','Open Sans', sans-serif;
}
.nav .navbar-nav ul{
	margin:0px;
	padding:0px;
	width:100%;
	margin-left:15px;
}
#nav_filter li a{
    display: block;
    font-size: 16px;
    cursor: pointer;
	color:#000000;
    text-transform: uppercase;
    padding: 5px 15px;
    border: 2px solid transparent;
    margin-right: 10px;
	font-weight:500;
	border-radius:20px;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}
#nav_filter li a:hover {
    background:transparent;
    border: 2px solid #ED0008;
    color: #000000;
	border-radius:20px;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}
.current
{
	background:transparent;
    border: 2px solid #ED0008 !important;
    color: #000000;
	border-radius:20px;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;}

.nav>li>a:focus, .nav>li>a:hover {
    background: none;
}
#nav_filter li a:last-child{
    margin-right: 0px;
	margin-left:0px;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color:#ED0008;
    background-image: none;
    border-radius: 4px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
    color: white;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background-color:transparent;
}
/*Dropdown Menu*/
.navbar-right .dropdown-menu {
    right: auto;
}
.navbar-nav>li{
	padding-top:20px;
	padding-bottom:20px;
}
#nav_filter .hovr_nav_tab  li a{
	border:none;
	border-radius:0;
}
#nav_filter .hovr_nav_tab li a:hover{
	border:none;
	border-radius:0;
	color:white;
	background-color:#7E4533;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}
.nav .dropdown-menu {
  display: inherit;
  padding: 5px 0;
  border:none;
  border-radius: 0;
}
.nav .dropdown-header {
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.nav .dropdown-menu li a {
  display: block;
  line-height: 30px;
  color: black;
  padding:3px 10px;
  text-decoration: none;
  font-size: 14px;
  color: #000000;
	margin-left: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-right: 10px !important;
   -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.nav .dropdown .dropdown-menu {
  opacity: 0;
  border-top:2px solid #ED0008;
  visibility: hidden;
    -webkit-transition : all 0.5s ease 0s;
    -moz-transition : all 0.5s ease 0s;
    -o-transition  : all 0.5s ease 0s;
    transition   : all 0.5s ease 0s;
}
.nav .dropdown:hover .dropdown-menu {
  display:block;
  opacity:1 ;
  -webkit-transition   : all 0.5s ease 0s;
    -moz-transition : all 0.5s ease 0s;
    -o-transition  : all 0.5s ease 0s;
    transition  : all 0.5s ease 0s;
  visibility: visible;
}
#cssmenu ul > li.has-sub > a:after {
  position: absolute;
  right: 26px;
  top: 19px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #000000;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
   -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:before {
  position: absolute;
  right: 22px;
  top: 23px;
  display: block;
  width: 10px;
  height: 2px;
  background: #000000;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
   -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:hover:after, #cssmenu ul > li.has-sub > a:hover:before{
	background:#ffffff;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu ul ul li a {
  padding: 14px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  font-weight:bold;
  background-color:#2a2727;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul ul li a {
  padding-left: 32px;
}
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul > li.has-sub > a:after {
  top: 16px;
  right: 26px;
  background:#ffffff;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 20px;
  background:#ffffff;
}
.nav .hovr_nav_tab{
	padding:0;
}
.respose_nav{
	padding-right:0;
}
/*-----search bar---*/
.et_search_bar a{
    float: right;
    width: auto;
    text-align: center;
    color:#ED0008;
    font-size: 16px;
    cursor: pointer;
}
.et_search_box{
    position: absolute;
    right: 2px;
	top: 100%;
    padding: 10px;
    display: inline-block;
    -webkit-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 8px -5px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    display: none;
    z-index: 1000;
}
.et_search_box input{
    float: left;
    /*width: calc(100% - 45px);*/
	width: 500px;
    padding: 0px 10px;
    height: 45px;
    border: 1px solid #ED0008;
    border-right: 0px;
}
.et_search_box button{
    width: 45px;
    height: 45px;
    border: 1px solid #ED0008;
    border-left: none;
    background-color: #ffffff;
    text-align: center;
    padding: 0px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.et_search_box button:hover{
	color:#ffffff;
	background:#ED0008;
	border-color:#ED0008;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.et_search_bar i{
	position:relative;
	top:5px;
}
.et_navbar_search_wrapper{
	padding-top:20px;
	padding-bottom:20px;
	float:right;
	margin-left: 10px;
}
/*----stick menu-----*/
.menu_fixed{
	position:fixed;
	background:#f9f9f9;
	-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow:  0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    -o-box-shadow:  0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    -ms-box-shadow:  0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    box-shadow:  0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	z-index:1000;
	left:0;
	right:0;
}
.header-area.stick .mainmenu ul li a,
.stick .mean-container a.meanmenu-reveal {
    color: #000000;
}

.header-area.stick .menu-bar:after,
.header-area.stick .menu-bar:before,
.header-area.stick .menu-bar span,
.stick .mainmenu ul li.parent:after,
.stick .mainmenu ul li.parent:before,
.stick .mainmenu ul li.has-mega > a:before,
.stick .mainmenu ul li.has-mega > a:after,
.stick .mean-container a.meanmenu-reveal span {
    background-color: #222;
}
/********-----------slider wrapper---------**********/
.slider_main_wrapper{
	float:left;
	width:100%;
	position:relative;
	margin-top:-130px;
}
.main_slide{
	width:100%;
	/*height: 880px;*/
	background-size:cover !important;
	background-position:center 0 !important;
	position:relative;
	padding-top:470px;
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) { .main_slide { height: 259px;} .item-video { height: 259px;}} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) { .main_slide { height: 338px;}  .item-video { height: 338px;}} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {.main_slide { height: 432px;} .item-video { height: 432px;}} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {.main_slide { height: 558px;} .item-video { height: 558px;}} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {.main_slide { height: 675px;} .item-video { height: 675px;}}

/* Extra large devices (large laptops and desktops, 1360px and up) */
@media only screen and (min-width: 1360px) {.main_slide { height: 850px;} .item-video { height: 850px;}}

/* Extra large devices (large laptops and desktops, 1580px and up) */
@media only screen and (min-width: 1580px) {.main_slide { height: 889px;} .item-video { height: 889px;}}

/* Extra large devices (large laptops and desktops, 1600px and up) */
@media only screen and (min-width: 1600px) {.main_slide { height: 900px;} .item-video { height: 900px;}}

/* Extra large devices (large laptops and desktops, 1680px and up) */
@media only screen and (min-width: 1680px) {.main_slide { height: 945px;} .item-video { height: 945px;}}

/* Extra large devices (large laptops and desktops, 1680px and up) */
@media only screen and (min-width: 1900px) {.main_slide { height: 1069px;} .item-video { height: 1069px;}}




.cc_slider_img_section .owl-theme .owl-nav {
    position: absolute;
    bottom: 460px;
    margin: 0;
    margin-top: 100px;
    left: 0;
    right: 0;
	display:block;
}
.cc_slider_img_section .owl-theme .owl-nav .owl-prev{
    font-size: 33px;
    margin: 0;
    padding: 0;
    left: -38px;
    top: 30px;
    position: absolute;
    text-align: center;
    background-color: white;
    width: 78px;
    height: 78px;
    color: #6f6f6f;
    padding-left: 24px;
    text-align: center;
    line-height: 70px;
    border-radius: 100%;
}
.cc_slider_img_section   .owl-theme .owl-nav .owl-next{
    font-size: 33px;
    margin: 0;
    padding: 0;
    right: -38px;
    top: 30px;
    position: absolute;
    text-align: center;
    background-color: #white;
    width: 78px;
    height: 78px;
    color: #6f6f6f;
    padding-right: 24px;
    text-align: center;
    line-height: 74px;
    border-radius: 100%;
}
.slider_main_wrapper .cc_slider_img_section .owl-theme .owl-nav [class*='owl-'] {
    background-color: white;
color: #777777;
}
.slider_main_wrapper .cc_slider_img_section  .owl-theme .owl-nav .owl-prev:hover{
	background:white;
	color:#ED0008;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}
.slider_main_wrapper .cc_slider_img_section  .owl-theme .owl-nav .owl-next:hover{
	background:white;
	color:#ED0008;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}
 .cc_slider_img_section .owl-theme .owl-nav [class*='owl-']{
	 background-color:white; color:#ED0008;
 }
.owl-theme .owl-nav.disabled + .owl-dots{
	display:none;
}
.cc_slider_cont1 h2{
	color:black;
	font-size:40px;
	font-weight: 800;
	text-transform:uppercase;
}
.cc_slider_cont1 p{
	font-size:16px;
	margin-top:30px;
	color:#222222;
}
.cc_slider_cont1 ul{
	margin-top:40px;
}
.cc_slider_cont1 li{
	float:left;
	margin-left:30px;
	list-style:none;
}
.cc_slider_cont1 li:first-child{
	margin-left:-43px;
}
.cc_slider_cont1 li a{
	width:160px;
	height:50px;
	float:left;
	color:#ffffff;
	background:#ED0008;
	text-align:center;
	line-height:45px;
	font-weight:500;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	font-size:14px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	border:2px solid #ED0008;
}
.cc_slider_cont1 li a:hover{
	background:transparent;
	border:2px solid #ED0008;
	color:#000000;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.cc_slider_cont1 li:last-child a{
	width:160px;
	height:50px;
	float:left;
	color:#000000;
	background:transparent;
	text-align:center;
	line-height:45px;
	font-weight:500;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	font-size:14px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	border:2px solid #ED0008;
}
.cc_slider_cont1 li:last-child a:hover{
	background:#ED0008;
	border:2px solid #ED0008;
	color:#ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.cc_slider_cont1_wrapper{
	padding-top:10px;
}
.cc_slider_cont1{
	position:absolute;
	top:40%;
	left:0;
	right:0;
	z-index:1000;
}
.cc_slider_cont1 h1{
	color:#ED0008;
	font-size:30px;
	font-weight:bold;
	background-color:#ffffff;
	text-transform:uppercase;
	padding-top:22px;
	padding-bottom:21px;
	display:inline-block; 
	padding-left:30px;
}
.cc_slider_cont1 h1 span{
	background:#ED0008;
	padding:5px;
	color:#ffffff;
	font-size:30px;
	font-weight:bold;
	padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
	padding-right:30px;
	margin-left:30px;
}
.medi{
	padding-bottom: 40px;
    margin-top: -130px;
}
/*********-------category wrapper-------*********/
.category_wrapper{
	text-align:center;
	background-color:white;
	width:100%;
}
.cat_about{
	float:left;
	width:100%;
	background-color:#ffffff;
	position: relative;
    margin-top: -90px;
    z-index: 3;
}
.cat_about:hover .icon_wrapper:before{
	    border-top: 120px solid #7E4533;
		-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.cat_about:hover .cat_txt a{
	color:#7E4533;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.cat_about:hover .cat_img{
	border-color:#7E4533;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.cat_img{
	 position: relative;
	padding-left:60px;
	border:2px solid #ED0008;
	width:100%; height:260px;
}
.cat_img i{
	height: 200px;
    padding-top: 35px;
    width: 70%;
	font-size: 170px;
	color: #F4F4F4;
}
.cat_txt {
	padding-bottom:50px;
    position: absolute;
    top:23%;
	width:75%;
	left:60px;
}
.cat_txt h1{
	color:#111111;
	font-size:18px;
	font-weight:800;
	padding-bottom:10px;
	text-transform:uppercase;	
}
.cat_txt p{
	text-align:center;
	color:#757575;
	font-size:16px;
}
.icon_wrapper{
    position: relative;
    bottom: 28px;
}
.icon_wrapper i{
    top: 48px;
    left: 15px;
	font-size: 30px;
	color: #fff;
    position: absolute;
}
.icon_wrapper:before{
	content:'';
	border-right: 120px solid transparent;
    border-top: 120px solid #ED0008;
    position: absolute;
    left: 0px;
    top: 30px;
}
.cat_txt a{
	color:#ED0008;
	font-size:14px;
	font-weight:700;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.cat_txt a:hover i{
	color:#7E4533;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/************-------about wrapper------------************/
.about_wrapper{
	float:left;
	width:100%;
	background-color:white;
	padding-top:150px;
	padding-bottom:155px;
}
.abt_box{
	position:relative;
	border:10px solid #f2f2f2;
	width:200px; height:390px;	
}
.abt_img img{
	position:absolute;
	width:480px; height:480px;
	margin-left:50px;
	top:-55px;
}
.abt_heading_wrapper{
	text-align:left;
	width:100%;
	margin-top:-25px;
}
.abt_heading_wrapper h1{
	margin:0px 0px 0px 0px;
	color:#111111;
	font-size:30px;
	font-weight:700;
	text-transform:uppercase;
}
.abt_txt{
	text-align:left;
	width:100%;
}
.abt_txt h3{
	font-size:22px;
	color:#ED0008;
	line-height:36px;
	text-transform:uppercase;
	font-weight:bold;
}
.abt_txt p{
	margin-top:0px;
	font-size:16px;
	color:#757575;
	font-family:'BPGNinoMtavruliBold','Open Sans', sans-serif;
	text-transform:capitalize;
	line-height:26px;
}
.abt_chk{
	float:left; width:100%;
	font-size:16px;
	color:#111111;
	text-transform:capitalize;
	font-family:'BPGNinoMtavruliBold','Open Sans', sans-serif;
}
.abt_chk ul{
	margin:0px;
	padding:0px;
	width:100%;
	float:left;
}
.abt_chk ul li{
	float:left;
	width:50%;
	list-style:none;
	margin-bottom:10px;
	cursor: pointer;
	display: inline-block;
}
.content ul li i{
	font-size:16px;
	color:#ED0008;
	margin-right:20px;
}
/*************------appointment wrapper----------***********/
.appoint_wrapper{
	background:url('../images/appoint_img.jpg') 50% 0 repeat-y;
	float:left;
	width:100%;
	height:100%;
	background-color:white;
	background-position:center 0;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	padding-top:100px;
	padding-bottom:59px;
	margin-top: -27px;
}
.appoint_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background:rgba(9, 9, 9, 0.8);
}
.appoint_box{
	text-align:center;
	width:100%;
}
.appoint_box h6{
	font-size:22px;
	color:#ffffff;
	font-weight:700;
	text-transform:uppercase;
	margin-left:-147px;
}
.appoint_box p{
	font-size:16px;
	font-family:'BPGNinoMtavruliBold','Open Sans', sans-serif;
	color:#c4c4c4;
	text-transform:capitalize;
}
.appoint_box p span{
	font-weight:600;
	color:#ffffff;
}
.box_2 h1{
	font-size:22px;
	color:#ffffff;
	font-weight:700;
	text-transform:uppercase;
	margin-left:-250px;
}
.appoint_form{
	text-align:left;
	width:auto;
}
.appoint_form ul{
	margin:0px;
	padding:0px;
	width:100%;
	float:left;
	font-family: 'BPGNinoMtavruliBold','Open Sans', sans-serif;
	margin-left:-11px;
}
.appoint_form ul li{
	float:left;
	width:auto;
	list-style:none;
}
.appoint_form ul li:last-child{
	color:#c4c4c4;
	margin-left:30px;
}
.appoint_form ul li a{
	color:#c4c4c4;
	padding:0px 13px;
}
.appoint_form ul li a:hover{
	color:#ED0008;
	transition:0.6s;
}
.appoint_form ul li:last-child a{
	padding-right:0px;
	margin-left:20px;
}
.appoint_form ul li:first-child{
	position:relative;
}
.appoint_form ul li:first-child:after{
	content:"";
	position:absolute;
	top:0;
	right:-11px;
	background-color:#c4c4c4;
	width:1px;
	height:100%;
}
.appoint_icon img{
	z-index:1;
	position:absolute;
	left:25px;
	top:-62px;
	padding:0;
	display:inline-block;
}
.appoint_icon:after{
	content:'';
	border-right: 130px solid transparent;
    border-top: 130px solid #ED0008;
    position: absolute;
    left: 0px;
    top: -100px;
}
.box_2 h2 {
	font-size:24px;
	color:#ffffff;
	font-weight:700;
	float:left;
	width:95%;
	background-color:#ED0008;
	margin-top:35px;
	text-transform:capitalize;
	height:45px;
	line-height:1;
	padding-top:6px;
	margin-left:42px;
}
.box_2 h2:before{
	content:'';
	border-left: 42px solid transparent;
    border-top: 45px solid #ED0008;
    position: absolute;
    left: 15px;
    top: 113px;
}
.box_2  svg{
	width:35px;
	height:35px;
	fill:white;	
}
.box_2 i{margin-left:-55px;}
.box_2 i:before{
	font-size:30px;
	font-weight:400;
	margin: 0px;
    margin-right: 15px;
}
/************--------choose wrapper-------***************/
.choose_wrapper{
	background:url('../images/choose_bg.jpg') 50% 0 repeat-y;
	float:left;
	width:100%;
	height:100%;
	background-position:center 0;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	margin-top:50px;
	padding-bottom:100px;
}
.choose_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background:#ffffffa3;
}
.choose_heading_wrapper{
	text-align:left;
	width:100%;
}
.choose_heading_wrapper h3{
	margin:0px 0px 0px 0px;
	color:#111111;
	font-size:30px;
	font-weight:700;
	text-transform:uppercase;
}
.sidebar_wrapper{
	float:left;
	width:100%;
	margin-top:-10px;
}
.lv_faq_wrapper .panel-title{
	position:relative;
}
.lv_faq_wrapper .panel-title:after{
    content: "";
    position: absolute;
    border-left: 1px solid #f2f2f2;
    top: 0;
    bottom: 0;
    left: 90px;
}
.accordionFifteen .panel-group .panel+.panel {
	margin-top: 0px;
}
.accordionFifteen .panel-group {
  margin-bottom: 0;
}
.accordionFifteen .panel-default {
  border: 0;
}
.accordionFifteen .panel {
	background-color: transparent;
	box-shadow: none;
	border-radius: 0;
	border: none;
	margin: 0;
	margin-bottom:-15px;
}
.accordionFifteen .panel .panel-heading a {	
	display: block;
	background: white;
	padding: 15px 20px;
	color: #000;
	font-size:16px;
	font-weight:500;
	border: 1px solid #7E4533;
    border-bottom: none;
	text-decoration:none;
}
.panel-heading desktop h4{
	line-height:0;
}
.panel-title h4{
	margin-left:-1px;
}
.accordionFifteen .panel .panel-heading a.collapsed {
	color: #000000;
	background-color:#fff;
	display: block;
	padding: 15px 20px;
	font-size:16px;
	font-weight:500;
	border:1px solid #e3e3e3;
	margin-left:-1px;
	margin-top:-1px;
}
.accordionFifteen .panel-default>.panel-heading {
  border-radius: 0px;
  padding:0px;
  margin-left:-1px;
  margin-top:-1px;
     background: transparent;
}
.accordionFifteen .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 0;
  padding-top: 0;
  padding: 30px 30px 30px 20px;
  background: #fff;
  border: 1px solid #7E4533;
  border-top:none;
  margin-left:-1px;
  margin-top:-1px;
}
.accordionFifteen .panel .panel-heading a:before,
.accordionFifteen .panel .panel-heading a.collapsed:before{
    font-family: 'FontAwesome';
    font-size: 16px;
    float: left;
    margin-right: 60px;
    margin-left: 20px;
    display: block;
}
.accordionFifteen .panel .panel-heading a:after,
.accordionFifteen .panel .panel-heading a.collapsed:after{
	font-family: 'FontAwesome';
	font-size: 24px;
	float: right;
	width: 50px;
	height: 25px;
	line-height: 24px;
	text-align: center;
	display: block;
	border-radius: 50%;	
}
.accordionFifteen .panel .panel-heading a:after {  
  content: "\f107";
  background: #7E4533;
  width:24px;
  height:24px;
  border-radius:100%;
  color:white;
  font-size:16px;
}
.accordionFifteen .panel .panel-heading a.collapsed:after {
	content: "\f105";
	background: #ED0008;
  width:24px;
  height:24px;
  border-radius:100%;
  color:white;
 font-size:16px;
}
.sidebar_pannel {
	margin-top:30px !important;
}
.med_slider_img{
	float:left;
	width:100%;
	overflow:hidden;
}
.owl_box{
	width:100%;
	float:left;
	overflow:hiddden;
	position:relative;
}
.med_slider_img .owl-carousel.owl-loaded{
	overflow:hiddden !important;
}
.med_slider_img .owl-theme .owl-dots .owl-dot {
    display: none;
}
.med_slider_img .item {
	width:100%;
}
.med_slider_img .owl-carousel .owl-item img {
    display: block;
    width: 100%;
	margin-top:-13px;
}
.med_slider_img .owl-theme .owl-nav {
    position: absolute;
    bottom: 58%;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1000;
	display:block;
}
.med_slider_img .owl-prev{
	position:absolute;
	left:-50px;
}
.med_slider_img .owl-next{
	position:absolute;
	right:-50px;
}
.med_slider_img .owl-theme .owl-nav .owl-prev,.med_slider_img .owl-theme .owl-nav .owl-next{
   color:white;
    font-size: 36px;
    display: inline-block;
    cursor: pointer;
	background-color:#ED0008;
	height: 100px;
    width: 100px;
    border-radius: 100%;
	padding-top:30px;
	padding-left:35px;
}
.med_slider_img .owl-theme .owl-nav .owl-next{padding-right:55px;}
.med_slider_img .owl-theme .owl-nav .owl-next:hover{
	color:white;
	background-color:#7E4533;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.med_slider_img .owl-theme .owl-nav .owl-prev:hover{
	color:white;
	background-color:#7E4533;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/***********--------team wrapper-----------**********/
.team_wrapper{
	float:left;
	text-align:center;
	width:100%;
	padding-bottom:44px;
	background-color:white;
}
.team_heading_wrapper h4{
	margin:0px 0px 0px 0px;
	color:#111111;
	font-size:30px;
	font-weight:700;
	text-transform:uppercase;
}
.team_about{
	float:left;
	width:100%;
	background-color:#ffffff;
	position:relative;
	overflow:hidden;
}
.team_about:hover .team_icon_wrapper:before{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.team_about:hover .team_txt a{
	color:#ED0008;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.team_about:hover .team_img{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.team_img{
	width:100%;
}
.team_txt {
  float:left;
  width:100%;
  background-color:#f9f9f9;
}
.team_txt h5{width:100%; margin-top:20px;}
.team_txt h5 a{
	color:#111111;
	font-size:18px;
	font-weight:700;
	padding-bottom:10px;
	text-transform:capitalize;	
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.team_txt p{
	text-align:center;
	color:#757575;
	font-size:16px;
}
.team_icon_wrapper{
    position: relative;
    bottom: 28px;
}
.team_icon_wrapper img{
    top: 50px;
    left: 20px;
    position: absolute;
}
.team_img img{
	margin-top:2px;
}
.team_icon_wrapper:before{
	content:'';
	border-right: 120px solid transparent;
    border-top: 120px solid #ED0008;
    position: absolute;
    left: 0px;
    top: 30px;
}
.team_icon_hover{
	float:left;
	width:100%;
	background-color:#ED0008;
	font-size:16px;
	color:#ffffff;
	position:absolute;
	font-family:'BPGNinoMtavruliBold','Open Sans', sans-serif;
	line-height: 85px;
	bottom:-95px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;	
}
.team_about:hover .team_icon_hover{
	bottom:0;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.team_icon_hover{
	text-align:center;
	float:left;
	width:100%;
}
.team_icon_hover ul{
	width:100%;
	float:left;
	display:inline-block;
}
.team_icon_hover ul li:first-child{
	margin-left:0;
}
.team_icon_hover ul li{
	float:left;
	width:auto;
	list-style:none;
	margin-left: 15px;
	margin-bottom:-10px;
}
.team_icon_hover ul li i{
	line-height:33px;
	border:2px solid #ffff;
	width:36px; height:36px;
	text-align:center;
}
.team_icon_hover ul li a{
	color:#ffffff;
}
.team_icon_hover ul li a:hover{
	color:#e8eeed;
	transition:0.4s;
}
.team_icon_hover ul li i:hover{
	 -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
	transition:0.4s;
}
.team_slider_wrapper{
	float:left; width:100%;
}
.team_slider_wrapper .owl-carousel .owl-item img{
	width:auto;
}
.team_slider_wrapper .item {
	width:100%;
}
.team_slider_wrapper .owl-carousel .owl-nav{
	display:none;
}
.team_slider_wrapper .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 50px 5px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    border: 1px solid #ED0008;
}
.team_slider_wrapper .owl-theme .owl-dots .owl-dot.active span, .team_slider_wrapper  .owl-theme .owl-dots .owl-dot:hover span {
	background: #ED0008;
    display: block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;	
}
/*********---------vedio wrapper---------***********/
.vedio_wrapper{
	background:url('../images/vedio.jpg') 50% 0 repeat-y;
	float:left;
	width:100%;
	height:100%;
	background-position:center 0;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
}
.vedio_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background:rgba(9, 9, 9, 0.9);
}
.vedio_heading_wrapper{
	float:left;
	text-align:center;
	width:100%;
	margin-top:100px;
	margin-bottom:95px;
}
.vedio_heading_wrapper h1{
	margin:0px 0px 0px 0px;
	color:white;
	font-size:30px;
	font-weight:700;
	text-transform:uppercase;
}
.vedio_heading_wrapper p{
	margin:0px 0px 0px 0px;
	color:white;
	font-size:40px;
	font-weight:600;
	text-transform:capitalize;
}
.vedio_heading_wrapper h4{
	margin-top:40px;
	display:inline-block;
	
}
.vedio_heading_wrapper h4 a{
	font-size:18px;
	color:#ffffff;
	font-family:'BPGNinoMtavruliBold','Open Sans', sans-serif;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.vedio_heading_wrapper h4 img{
    margin-right: 10px;
}
.vedio_heading_wrapper h4 a:hover{
    color:#7E4533;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.video_btn_wrapper{
	float:right;
	width:100%;
	display:inline-block;
	margin-right:35%;
}
.video_btn_wrapper ul{
	padding:0; margin:0;
	list-style:none;
}
.video_btn_wrapper li a{
	width:150px;
	height:50px;
	float:right;
	background:#ED0008;
	color:white;
	text-align:center;
	line-height:35px;
	border-radius:50px;
	font-size:14px;
	font-weight:500;
	text-transform:uppercase;
	margin-left: 30px;
	margin-top: 7px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	border:2px solid #ED0008;
	margin-top:-60px;
}
.video_btn_wrapper li a:hover{
	background:transparent;
	border:2px solid #ED0008;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:white;
}
/**********----------event wrapper---------***********/
.event_wrapper{
	float:left;
	width:100%;
	background-color:white;
}
.event_slider_wrapper{
	float:left;
	width:100%;
}
.img_section{
	width:100%;
	float:left;
	background:#f9f9f9;
	margin-bottom:30px;
}
.img_wrapper1{
	float:left;
	width: 50%;
}

.event_icon1{
	text-align:left;
	position: relative;
    overflow: hidden;
	 width: 50%;
	 margin-top:0px;
	 padding-left:10px;
}
.event_icon1 h2 a{
	margin-top:0;
	color:black;
	font-size:16px;
	font-weight:600;
	text-transform:capitalize;
}
.event_icon1 h2 a:hover{
	color:#ED0008;
	-webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.event_icon1 p{
	color:#757575;
	font-size:16px;
	line-height:26px;
}
.event_icon1 ul{
	margin:0px;
	padding:0px;
	width:100%;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
}
.event_icon1 ul li{
	float:left;
	width:auto;
	font-size:14px;
	margin-right:30px;
	list-style:none;
}
.event_icon1 ul li i{
	margin-right:10px;
}
.event_icon1 ul li a{
	color:#757575;
}
.event_icon1 ul li a:hover{
	color:#ED0008;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.event_slider_wrapper .owl-theme .owl-dots .owl-dot {
    display: none;
}
.event_slider_wrapper .item {
	width:100%;
}
.event_slider_wrapper .owl-theme .owl-nav {
    position: absolute;
    bottom: 0;
    margin: 0;
    right: 0;
	top:-21%;
	z-index:1000;
	display:block;
}
.event_slider_wrapper .owl-prev{
	position:absolute;
	left:-50px;
}
.event_slider_wrapper .owl-theme .owl-nav .owl-prev,.event_slider_wrapper .owl-theme .owl-nav .owl-next{
   color:white;
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
	background-color:#ED0008;
	height: 30px;
    width: 30px;
	line-height:1;
	left:-40px;
    border-radius: 100%;
}
.event_slider_wrapper .owl-theme .owl-nav .owl-next i{
	margin-left:3px;
}
.event_slider_wrapper .owl-theme .owl-nav .owl-prev i{
	margin-right:1px; margin-top:1px;
}
.event_slider_wrapper .owl-theme .owl-nav .owl-next:hover{
	color:white;
	background-color:#7E4533;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.event_slider_wrapper .owl-theme .owl-nav .owl-prev:hover{
	color:white;
	background-color:#7E4533;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.icon_wrapper_event{
    position: relative;
    bottom: 28px;
}
.icon_wrapper_event i{
    top: 48px;
    left: 15px;
	color:white;
    position: absolute;
}
.icon_wrapper_event:before{
	content:'';
	border-right: 80px solid transparent;
    border-top: 80px solid #ED0008;
    position: absolute;
    left: 0px;
    top: 28px;
}
/*********----------counter wrapper--------***********/
.counter_section{
	background: url('../images/counter_bg.jpg') 50% 0 repeat-y;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    z-index: -9999;
    background-position: center 0;
    overflow: hidden;
    background-size: cover;
	text-align:center;
 }
.counter_overlay{
	background:rgba(245, 245, 245, 0.8);
	padding-bottom:113px;	
 }
.counter_section .count-description{
	font-size: 40px;
	font-weight: 700;
	color:black;
	margin-top:20px;
}
.icon {
	text-align:center;
	border:2px solid #ED0008;
	width:100px; height:100px;
	line-height:90px;
	margin-top:120px;
	background:white;
	display:inline-block;
}
.icon img{
	display:inline-block;
	text-align:center;
	width:40px; height:40px;
	line-height:40px;
}
.count-description{
	padding-top:20px;
}
.icon:hover{
	color:white;
	background-color:#ED0008;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.con1, .con2, .con3, .con4{
	font-size:16px;
	font-weight:600;
	text-transform:capitalize;
	color:black;
	padding-top:10px;
}
/***********-----------blog wrapper---------------****************/
.blog_wrapper{
	float:left;
	width:100%;
	text-align:center;
	background-color:white;
}
.blog_about{
	text-align:left;
	width:100%;
}
.blog_txt h3{margin-top:30px;}
.blog_txt h3 a{
	font-size:18px;
	font-weight:600;
	text-transform:capitalize;
	color:black;
}
.blog_txt h3 a:hover{
	color:#ED0008;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_txt_info ul{
	margin:0px;
	padding:0px;
	width:100%;
	float:left;
	margin-top:10px;
	color:#707070;
	margin-bottom:10px;
}
.blog_txt_info ul li{
	float:left;
	width:auto;
	font-size:14px;
	list-style:none;
	margin-right: 35px;
}
.blog_txt_info ul li:first-child a {
	padding-left:0px;
}
.blog_txt_info ul li:first-child{
	position:relative;
}
.blog_txt_info ul li:first-child:after{
	content: "";
    position: absolute;
    top: 4px;
    right: -17px;
    background-color: #707070;
    width: 1px;
    height: 73%;
}
.blog_about p{
	font-size:16px;
	line-height:26px;
	color:#707070;
	margin-top:5px;
	padding-bottom:8px;
}
.blog_img{
	position:relative;
	width:100%;
	border:1px solid transparent;
}
.blog_img figure{
	display:block;
	margin:0;
	overflow:hidden;
}
.blog_img figure img{
	width:100%;
	display:block;
	transition:all 0.3s;
	border:1px solid transparent;
}
.blog_img:hover figure img {
    transform: scale(1.1, 1.1);
	transition:0.5s;
}
.blog_comment{
	float:right;
	position:relative;
	margin-top:-50px;
	z-index:5;
}
.blog_comment ul{
	margin:0px;
	padding:0px;
	width:100%;
	float:left;
}
.blog_comment ul li{
	float:left;
	width:auto;
	list-style:none;
	text-align:center;
	line-height:30px;
	margin-right:20px;
}
.blog_comment ul li a{
	color:black;
	font-size:14px;
	padding:10px;
	background-color:white;
	font-weight:700;
}
.blog_comment ul li i{
	margin-right:8px;
}
.blog_comment ul li:hover a{
	background-color:#ED0008;
	color:white;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/**********--------testimonial wrapper------*************/
.testimonial_wrapper{
	background:url('../images/testimonial_bg.jpg') 50% 0 repeat-y;
	float:left;
	width:100%;
	height:100%;
	background-position:center 0;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	padding-bottom:100px;
}
.test_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background:rgba(9, 9, 9, 0.9);
}
.test_heading_wrapper{
	text-align:left;
	width:100%;
}
.test_heading_wrapper h5{
	margin:0px 0px 0px 0px;
	color:white;
	font-size:30px;
	font-weight:700;
	text-transform:uppercase;
}
.test_slider_wrapper{
	float:left; width:100%;
	background:rgba(245, 245, 245, 0.1);
}
.test_slider_wrapper .owl-theme .owl-dots .owl-dot {
    display: none;
}
.test_slider_wrapper .item {
	width:100%;
}
.test_slider_wrapper .owl-theme .owl-nav {
    position: absolute;
    bottom: 0;
    margin: 0;
    right: -8px;
	top:-47%;
	z-index:1000;
	display:block;
}
.test_slider_wrapper .owl-prev{
	position:absolute;
	left:-50px;
}
.test_slider_wrapper .owl-theme .owl-nav .owl-prev,.test_slider_wrapper .owl-theme .owl-nav .owl-next{
   color:white;
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
	background-color:#ED0008;
	height: 30px;
    width: 30px;
	line-height:1;
	left:-41px;
    border-radius: 100%;
}
.test_slider_wrapper .owl-theme .owl-nav .owl-next:hover{
	color:white;
	background-color:#7E4533;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.test_slider_wrapper .owl-theme .owl-nav .owl-prev:hover{
	color:white;
	background-color:#7E4533;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.t_icon_wrapper{
    position: relative;
	float:left;
	width:100%;
	padding:50px;
	margin-left:60px;
}
.t_icon_wrapper:before{
	content:'';
	border-right: 120px solid transparent;
    border-top: 120px solid #ED0008;
    position: absolute;
    left: -60px;
	top:0;
}
.t_client_cont_wrapper2{
	float:left;
	width:calc(100% - 100px);
}
.t_client_cont_wrapper2 p{
	font-size:18px;
	line-height:26px;
	font-style:italic;
	color:#ffffff;
	font-family: 'BPGNinoMtavruliBold','Droid Serif', sans-serif;
}
.t_client_cont_wrapper2 img{
	float:left;
	display:inline-block;
}
.t_client_cont_wrapper2 h5{
	float:left;
	font-size:16px;
	margin-top:35px;
	margin-left:10px;
}
/**********-----------booking wrapper---------*************/
.booking_wrapper{
	float:left;
	width:100%;
	text-align:center;
	background-color:#ffffff;
}
.booking_box{
	float:left;
	width:70%;
	z-index:5;
	position:relative;
	background:#ED0008;
	padding:83px 100px 83px 100px;
}
.box_side_icon{
    position: relative;
	float:left;
}
.box_side_icon:before{
	content:'';
	border-right: 120px solid transparent;
    border-top: 120px solid #7E4533;
    position: absolute;
    left: -85px;
	top:-83px;
}
.box_side_icon img{
	 top: -50px;
    left: -62px;
	color:white;
    position: absolute;
}
.contect_form1 input{
	width:100%;
	height:50px;
	margin-top:20px;
	padding-left:10px;
	margin-bottom:10px;
	color:white;
	background:transparent;
	border:2px solid #7bddc7;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect_form1 input:hover, .contect_form1 input:focus, .contect_form2 input:hover, .contect_form2 input:focus, .contect_form3 input:hover, .contect_form3 input:focus{
	border:2px solid #ffffff ;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect_form3 input{
	width:100%;
	height:50px;
	margin-top:20px;
	padding-left:20px;
	background:transparent;
	color:white;
	border:2px solid #7bddc7;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect_form3{
	width:100%; margin-left:-7px;
}
.contect_form3 i{
	margin-left:-30px;
	color:white;
}
.booking_box ::placeholder {
    color: #7bddc7;
    opacity: 1; /* Firefox */
}

.booking_box :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #7bddc7;
}

.booking_box ::-ms-input-placeholder { /* Microsoft Edge */
   color: #7bddc7;
}
.contect_form4 textarea{
	width:100%;
	margin-top:30px;
	padding-left:10px;
	color:white;
	background:transparent;
	border:2px solid #7bddc7;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	resize:none;
}
.contect_form4 textarea:hover, .contect_form4 textarea:focus{
	border:2px solid #ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
} 
.contect_btn button{
	padding:0;
	margin-top:40px;
	float:left;
}
.response{
	color:#2d2d2d;
	float:right;
}
.contect_btn button{
	width:160px;
	height:50px;
	float:left;
	color:black;
	background:#ffffff;
	text-align:center;
	line-height:47px;
	border-radius:50px;
	font-size:16px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	border:2px solid transparent;
}
.contect_btn button:hover{
	background:transparent;
	border:2px solid white;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#fff;
}
.chat_box{
	float:left;
	width:30%;
	z-index:5;
	box-shadow: 0px 15px 10px -15px #111;
	background:#f9f9f9;
	position:relative;
	padding:100px 60px 80px 60px;
}
.booking_box_2{
	float:left; width:100%;		
	text-align:center;
}
.booking_box_img {
	text-align:center;
}
.booking_box_img img{
	display:inline-block;
	position:relative;
}
.booking_box_img:after{
	content: '';
    position: relative;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ED0008;
    z-index: 100;
    margin: auto;
   bottom: 11px; 
    display: block; 
    right: 0;
	top:-14px;
    bottom: -15px;
	border: 6px solid #fff;
}
.booking_chat{
	text-align:center; float:left;
	margin:20px 0 20px 0;
}
.booking_chat h1{
	margin:0px 0px 0px 0px;
	color:black;
	font-size:24px;
	font-weight:700;
}
.booking_chat p{
	color:black;
	margin-top:30px;
	font-size:16px;
}
.booking_btn ul{
	list-style:none;
	float:left;
}
.booking_btn li a{
	width:160px;
	height:50px;
	float:left;
	color:white;
	background:#7E4533;
	text-align:center;
	line-height:47px;
	border-radius:50px;
	font-size:16px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	border:2px solid transparent;
}
.booking_btn li a:hover{
	background:transparent;
	border:2px solid #7E4533;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#000;
}
.map_main_wrapper{
	float:left;
	width:100%;
	position:relative;
	margin-top:-100px;
	z-index:1;
}
/*********------------partner wrapper--------**************/
.partner_wrapper{
	float:left;
	width:100%;
	text-align:center;
	background-color:#ffffff;
}
.partner_slider_img{
	float:left;
	width:100%;
}
.partner_slider_img .owl-theme .owl-dots .owl-dot {
    display: none;
}
.partner_slider_img .item{
	width:100%;
	display:inline-block;
}
.partner_slider_img .owl-carousel .owl-item img {
    display: block;
	width:80%;
	text-align:center;
}
.partner_slider_img .owl-theme .owl-nav {
	display:none;
}
/*********------------news wrapper--------**************/
.newsletter_wrapper{
	float:left;
	width:100%;
	background-color:#ED0008;
}
.newsletter_text{
	float:left;
	width:100%;
}
.newsletter_text h3{
    float: left;
    width: 100%;
    font-size: 26px;
    color: #ffffff;
	font-weight:700;
    text-transform: uppercase;
	margin-top:10px;
}
.contect_btn_news ul{
	list-style:none;
	float:right;
}
.contect_btn_news li a{
	width:160px;
	height:50px;
	float:left;
	color:black;
	background:#ffffff;
	text-align:center;
	line-height:47px;
	border-radius:50px;
	font-size:16px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	border:2px solid transparent;
}
.contect_btn_news li a:hover{
	background:transparent;
	border:2px solid white;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#000000;
}
/*********---------footer wrapper------------**************/
.footer_wrapper{
	width:100%;
	background-color:#111111;
}
.footer_widget_add{
	padding-top:55px; text-align:left;
	position:relative;
}
.footer_widget_add p{
	font-family: 'BPGNinoMtavruliBold','Open Sans', sans-serif;
}
.address_main{
	 text-align:left;
	 float:left;
	position:relative;
}
.box_1_wrapper{
	float:left; width:30%;
}
.footer_main_wrapper{
	float:left;
	width:100%;
	padding-bottom:16px;
}
.booking_box_div{
	width:70%;
	float:left;
}
.address_main:after{
	content: "";
    position: absolute;
	top:0;
    right:15px;
    background-color: #434141;
    width: 1px;
    height: 506px;
}

.footer_widget_add p{
	font-size:14px;
	color:#757575;
	padding-top:35px;
	margin-bottom:20px;
	line-height: 24px;
}
.footer_widget_add a{
	font-size:14px;
}
.footer_box_add{
	float:left;
	margin-top:35px;
	width:100%;
	margin-bottom:30px;
}

.footer_box_add ul{
	margin:0px;
	padding:0px;
	width:100%;
	float:left;
	font-size:14px;
	font-family: 'BPGNinoMtavruliBold','Open Sans', sans-serif;
}
.footer_box_add ul li{
	float:left;
	width:auto;
	color:white; margin-bottom:10px;
	list-style:none;
}
.footer_box_add ul li i{
	margin-right:10px;
	line-height:33px;
	color:white;
	border:2px solid #373636;
	width:34px; height:34px;
	text-align:center;
}
.footer_box_add ul li a{
	color:white;
}
.footer_box_add ul li a:hover{
	color:#ED0008;
	transition:0.4s;
}
/****footer_2******/
.footer_heading{
	padding-top:50px; text-align:left;
	width:100%;
}
.footer_heading h6{
	font-size:20px;
	color:#ffffff;
	font-weight:700;
	text-transform:uppercase;
}
.footer_gallary{
	float:left; width:auto;
	margin-top:40px;
}
.footer_gallary img{
	margin-bottom:10px;
}
/****footer_3******/
.footer_ul_wrapper{
	float:left;
	width:100%;
}
.footer_ul_wrapper{
	float:left;
	margin:0px;
	padding:0px;
	width:100%;
	margin-top:30px;
	text-transform:capitalize;
}
.footer_ul_wrapper ul li{
	width:auto;
	margin-bottom:10px;
	list-style:none;
}
.footer_ul_wrapper ul li i{
	margin-right:10px;
	color:#ED0008;
}
.footer_ul_wrapper ul li a{
	color:#757575;
}
.footer_ul_wrapper ul li a:hover{
	color:#ED0008;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.footer_menu{
	margin-left:30px;
}
/****footer_4******/
.footer_cnct{
	text-align:left;
	width:100%;
	margin-top:40px;
}
.footer_cnct p{
	font-family: 'BPGNinoMtavruliBold','Open Sans', sans-serif;
}
.contact_last_div{
	padding-left:61px;
}
.footer_cnct p{
	font-size:16px;
	color:#757575;
	text-transform:capitalize;
}
.footer_cnct p span{
	font-weight:500;
	color:#ffffff;
	margin-left:10px;
}
/****footer_5******/
.footer_botm_wrapper{
	float:left;
	width:100%;
	padding-top:46px; 
	padding-bottom:30px;
}
.footer_botm_wrapper:after{
	content: "";
    position: absolute;
	top: 10px;
    right:0;
	left:0;
    background-color: #434141;
    width:1195px;
    height: 1px;
}
.bottom_footer_copy_wrapper span{
	margin:0; 
	color:#757575; 
}
.bottom_footer_copy_wrapper a{
	color:#757575;	
	margin-right:5px;
}
.bottom_footer_copy_wrapper a:hover{
	color:#ED0008;
	transition:0.5s;
}
.footer_btm_icon{
	float:right;
	margin-top:-9px;
}
.bottom_footer_copy_wrapper{
	display:inline;
}
.footer_btm_icon ul{
	margin:0px;
	padding:0px;
	width:100%;
	float:right;
	font-size:16px;
}
.footer_btm_icon ul li{
	float:right;
	width:auto;
	color:white; 
	list-style:none;
	margin-left:10px;
}
.footer_btm_icon ul li i{
	line-height:33px;
	color:#373636;
	background-color:transparent;
	border:2px solid #373636;
	width:34px; height:34px;
	text-align:center;
}
.footer_btm_icon ul li a{
	color:#373636;
}
.footer_btm_icon ul li a i:hover{
	background-color:#ED0008;
	color:white;
	border:2px solid transparent;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#return-to-top {
    width:40px; height:40px;
	background-color:#ED0008;
    position: fixed;
    right: 30px;
    bottom: 30px;
    text-align: center;
    font-size: 33px;
    line-height: 37px;
	border-radius: 3px;
    display: none;
    transition: background 200ms;
    cursor: pointer;
	z-index: 9999;
}
#return-to-top i {
    color:white;
	text-align:center;
	font-size: 37px;
    margin: 5px;
    margin-top: 2px;
    margin-left: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
	background-color: #7E4533;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#return-to-top i:hover{
   color:white;
}
/***********----------services css start----------**********/
/*----------title section---------------*/
.med_tittle_section{
	background:url('/images/service_top_img.jpg') 50% 0 repeat-y;
	width:100%;
	height:100%;
	background-position:center 0;
	background-size:cover;
	float:left;
	position:relative;
	text-align:center;
	padding-top: 110px;
	padding-bottom:40px;
	margin-top:-95px;
}
.med_img_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background:rgba(245,245,245,0.7);
}
.breadcrumb {
    background-color:white;
	display:inline-block;
}
.med_tittle_cont{
	text-align:left;
	margin-top:45px;
}
.med_tittle_cont h1{
	font-size:32px;
	color:#111111;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:20px;
}
.breadcrumb li a{
	color:black;
}
.breadcrumb>li+li:before {
    color: black;
}
.breadcrumb li:last-child{
	color:#ED0008;
}

/*--------------service slider-------------*/
.ser_slider_wrapper{
	float:left; width:100%;
}
.ser_section{
	margin-top:0;
}
.ser_slider_wrapper .owl-carousel .owl-item img{
	width:auto;
}
.ser_slider_wrapper .owl-theme .owl-nav{display:none;}
.ser_slider_wrapper .owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 50px 5px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    border: 1px solid #ED0008;
}
.ser_slider_wrapper  .owl-theme .owl-dots .owl-dot.active span, .team_slider_wrapper  .owl-theme .owl-dots .owl-dot:hover span {
	background: #ED0008;
    display: block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;	
}
.ser_abt{
	width:100%; float:left;
	background-color:#f2f2f2;
	padding-top:100px; 
}
.ser_abt_img_resp{
	float:left;
	width:100%;
}
/***********----------appointment css start----------**********/
.book_section{
	float:left;
	width:100%;
	background-color:#f9f9f9;
}
.avail_section{
	float:left; width:100%;
	background-color:white;
	position:relative;
	margin-top:-130px;
	padding-top:210px;
}
.chat_box_clr{
	background-color:white;
}
/***********calender css**********/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
	display: none;
	height: 0;
}


[hidden],
template {
	display: none;
}

a {
	background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px solid white;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
	overflow: hidden;
}


figure {
	margin: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}


input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 100px;
  height: 100px;
 background-color:#f0f0f0;
  font-size: 20px;
}
  
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: #f0f0f0;
  font-size:20px;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background:#d1d1d1;
  font-size:20px;
  cursor: pointer;
  width:100px;
  height:100px;
   -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: black;
  font-size:20px;
  border:2px solid white;
  width: 100px;
    height: 100px;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: black;
  font-size:20px;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #abf3aa;
	font-size:20px;
  color: #000 !important;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #abf3aa;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #abf3aa;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #abf3aa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #abf3aa;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #ff8c00;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #abf3aa;

  color: #fff !important;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #d1d1d1;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
 border:2px solid white;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #ff8c00;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: ##ff8c00;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
  border:2px solid white;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
	background-color:#7E4533;
	color: white;
	font-size:22px;
	border:none;
	width: 70px;
    height: 70px;
	text-transform:uppercase;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
}
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 15px 5px;
  border:2px solid white;
  color:black;
}

.datepicker .dow {
	background:#ED0008;
	color:white;
  font-size: 22px;
  height:70px;
  text-transform:uppercase;
}

.datepicker-months .prev,
.datapicker-months .next,
.datepicker-years .prev,
.datepicker-years .next {
  width: 58px;
}

.datepicker-days tbody td:nth-child(7) {
  background-color: #f3b0b0;
  color:black;
}

@import url("normalize.css");
@import url("datepicker.css");


/* app */
.charset {
	box-shadow: 1px 1px 10px #000;
}

.app {
	float:left;
	width:100%;
}
.app:after {
	content: "";
	display: table;
	clear: both;
}
	.app__side {
		background: #333;
		width: 35%; height: 100%;
		padding: 40px;
		float: left;
		color: #ff8c00;
	}
	.app__main {
		width:100%; 
		float: left;
	}
/* b-calendar */
	.calendar .datepicker {
		width: 100%;
		overflow-x:scroll;
	}
		.calendar .datepicker table {
			width: 100%;
		}
/*********----------doctor info-------**********/
.med_doctor_info{
	float:left;
	width:100%;
	line-height:50px;
	padding-top:75px;
	padding-bottom:25px;
	background-color:#ED0008;
	color:#ffffff;
	font-family:'BPGNinoMtavruliBold','Open Sans', sans-serif;
}
.doctor_info h1 {
	color:white;
	font-size:22px; 
	font-weight:bold;
	text-transform:uppercase;
}
.doctor_info span{
	font-size:16px;
	font-weight:400;
	margin-left:10px;
	text-transform:uppercase;
}
.doctor_info p{
	font-size:18px;
	margin-top:-5px;
}
.doctor_info{
	float:left;
	width:100%;
}
.doctor_info ul{
	margin:0px;
	padding:0px;
	width:100%;
	float:left;
	margin-top:-12px;
}
.doctor_info li{
	display:inline-block;
	width:auto;
	list-style:none;
	font-size:18px;
	margin-right: 30px;
}
.doctor_info ul li i{
	margin-right:10px;
	line-height:33px;
	border:2px solid #7E4533;
	width:36px; height:36px;
	text-align:center;
}
.doctor_info ul li a{
	color:#ffffff;
}
.doctor_info ul li a:hover{
	color:#7E4533;
	transition:0.5s;
}
.bio_section_doc{
	float:left;
	width:100%;
	background-color:white;
}
.single_doc{
	float: left;
    width: 80%;
    background-color: #ED0008;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    font-family: 'BPGNinoMtavruliBold','Open Sans', sans-serif;
    line-height: 55px;
    bottom: -95px;
    left: 0;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    right: 0;
    margin: 0px auto;
}
.team_about:hover .single_doc{
	bottom:0;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.single_doc ul{
	width:100%;
	float:left;
	display:inline-block;
	margin-top:20px;
}
.single_doc ul li{
	float:left;
	width:auto;
	list-style:none;
	margin-left: 20px;
	margin-bottom:0;
}
.doc_img_top{
	float:left;
	width:100%;
	position:relative;
	margin-top:-150px;
	z-index:50;
}
.bio_doc_txt{
	text-align:left;
	width:100%;
}
.doc_appoint_2{
	float:left;
	width:100%;
	background-color:white;
	padding-top:100px;
	padding-bottom:100px;
}
.doc_single_forms input{
	width:100%;
	height:50px;
	border:2px solid #dcdcdc;
	padding-left:20px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.doc_single_forms input:hover, .doc_single_forms input:focus{
	border:2px solid #ED0008;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.appoint_btn ul{
	list-style:none;
	float:left;
}
.appoint_btn li a{
	width:260px;
	height:50px;
	float:left;
	color:white;
	background:#ED0008;
	text-align:center;
	line-height:47px;
	border-radius:50px;
	font-size:16px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	border:2px solid transparent;
}
.appoint_btn li a:hover{
	background:transparent;
	border:2px solid #ED0008;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#000000;
}
.speacilist_team_section{
	background:url('../images/speacialist.jpg') 50% 0 repeat-y;
	float:left;
	width:100%;
	height:100%;
	background-position:center 0;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
}
.speacilist_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background:rgba(9, 9, 9, 0.9);
}
.special_team_heading h1, .special_team_heading p{
	float:left; width:100%;
	color:white;
}
.special_icon_section{
	position:relative;
	bottom:30px;
}
/********-------our doctor portfolio section-----*******/
.portfolio_section{
	float:left;
	text-align:center;
	width:100%;
	background-color:white;
}
.portfolio-area{
	float:left;
	width:100%;
}

#filter li a{
    display: block;
    font-size: 16px;
    color: black;
    cursor: pointer;
	color:#000000;
	font-weight:700;
    text-transform: uppercase;
    padding: 5px 25px;
    border: 2px solid transparent;
    margin-right: 10px;
	border-radius:20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#filter li a:hover,
#filter li a.active {
    background:none;
    border: 2px solid #7E4533;
    color: #d99a09;
	border-radius:20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#filter li a:last-child{
    margin-right: 0px;
}
/*********--------event section------**********/
.event_section{
	float:left; width:100%;
	background-color:#f9f9f9;
}
.event_txt_anch{
	text-align:left;
	 width: 100%;
	 margin-top:0;
}
.event_txt_anch p{
	color:#757575;
	font-size:16px;
	line-height:28px;
}
.event_txt_anch ul{
	margin:0px;
	padding:0px;
	width:100%;
	float:left;
	margin-top:20px;
	margin-bottom:15px;
}
.event_txt_anch ul li{
	float:left;
	width:auto;
	font-size:14px;
	margin-right:30px;
	list-style:none;
}
.event_txt_anch ul li i{
	margin-right:10px;
}
.event_txt_anch ul li a{
	color:#757575;
}
.event_txt_anch ul li a:hover{
	color:#7E4533;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.event_txt_anch h2 {
	margin-top:0;
	color:black;
	font-size:22px;
	font-weight:600;
	text-transform:capitalize;
}
.event_btn_section{
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:40px;
}
.event_btn_section ul{
	padding:0; margin:0;
	display:inline-block;
	list-style:none;
}
.event_txt_anch .event_btn_section li a{
	width:170px;
	height:50px;
	float:left;
	background:#ED0008;
	color:white;
	text-align:center;
	line-height:35px;
	border-radius:50px;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	margin-top: 15px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	border:2px solid #ED0008;
	
}
.event_txt_anch .event_btn_section li a:hover{
	background:transparent;
	border:2px solid #ED0008;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:black;
}
.event_img_count{
	position:relative;
	width:100%;
	border:1px solid transparent;
}
.event_img_count figure{
	display:block;
	margin:0;
	overflow:hidden;
}
.event_img_count figure img{
	width:100%;
	display:block;
	transition:all 0.3s;
	border:1px solid transparent;
}
.event_img_count:hover figure img {
    transform: scale(1.1, 1.1);
	transition:0.5s;
}
#countdown {
  width: 100%;
}
#countdown label {
  clear: both;
  display: block;
  font-weight:normal;
  font-size:16px;
  margin-top:-10px;
  color:#757575;
}
#countdown span {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  width: 80px;
  height: 80px;
  border: 6px solid #f5f5f5;
  dispaly: block;
  float: left;
  text-align:center;
  line-height:70px;
  margin-top:-10px;
  margin-left:30px;
}
#countdown span:first-child{
	background-color:#fff;
  color: #35a4d9;
  margin-left:0;
}
#countdown span:nth-child(2){
	background-color:#fff;
  color: #ED0008;
}
#countdown span:nth-child(3){
	background-color:#fff;
  color: #024aa0;
}
#countdown span:last-child{
	background-color:#fff;
  color: #ED0008;
}
/*******--------gallaery II css-------**********/
.portfolio-area{
	float:left;
	width:100%;
	background-color:#fff;
}
.portfolio_icon_wrapper a{
	position: absolute;
    right: 20px;
    bottom: 20px;
}
.portfolio_icon_wrapper i{
	color:#fff;
	font-size:18px;
}
.portfolio_icon_wrapper:before{
	content: '';
    border-left: 100px solid transparent;
    border-bottom: 100px solid #ED0008;
    position: absolute;
    bottom: 0;
    right: 0;
}
.portfolio-thumb:hover .portfolio_icon_wrapper:before{
	 border-left: 100px solid transparent;
    border-bottom: 100px solid #7E4533;
   transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.portfolio-area .portfolio-thumb{
    position: relative;
	margin-bottom:30px;
    overflow: hidden;
}
.portfolio-area .portfolio-thumb::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -80%;
    bottom: -80%;
    cursor:pointer;
    background: rgba(0,0,0,0.6);
    opacity: 0;
   transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.portfolio-area .portfolio-wrapper:hover .portfolio-thumb::before{
    left: 0;
    bottom: 0;
    opacity: 1;
}
.portfolio-area .portfolio-thumb img{
    width: 100%;
}
.portfolio-area .portfolio-info {
    position: absolute;
	text-align:Center;
	background: rgba(0,0,0,0.7);
	top:50px;
	padding:50px;
	left:30px;
    opacity: 0;	
}
.portfolio-area .portfolio-wrapper:hover .portfolio-info{
    left: 40px;
    top: 110px;
	right:45px;
    opacity: 1;
	transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.portfolio-area .portfolio-info h3{
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #ffffff;
}
.portfolio-area .portfolio-info p{
    font-size: 16px;
	text-align:center;
    text-transform: capitalize;
    margin-bottom: 0;
}
.portfolio-info h3:after{
	content: '';
    border: 1px solid #fca900;
    display: block;
    width: 80px;
    margin-bottom: 40px;
    position: relative;
    top: 20px;
    z-index: 1;
    left: 140px;
}
/*portfolio-filter*/
.truck_filter_wrapper{
    margin-bottom: 30px;
}
#filter li a{
    display: block;
    font-size: 16px;
    color: black;
    cursor: pointer;
	color:#000000;
	font-weight:bold;
    text-transform: uppercase;
    padding: 5px 25px;
    border: 2px solid transparent;
    margin-right: 10px;
	border-radius:20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#filter li a:hover,
#filter li a.active {
    background:none;
    border: 2px solid #7E4533;
    color: #7E4533;
	border-radius:20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#filter li a:last-child{
    margin-right: 0px;
}

@media(max-width: 590px){
    #filter li {
        margin-bottom: 10px;
    }
}

.portfolio-btn .btn {
    width:160px;
	height:50px;
    border: 2px solid transparent;
    color: #fff;
	background:#ED0008;
    font-size: 14px;
	line-height:35px;
	text-transform:uppercase;
    font-weight: 600;
	border-radius:100px;
	margin-top:20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.portfolio-btn .btn:hover {
    background:transparent;
    border: 2px solid #ED0008;
    color: #000;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.pop-up-icon ul{
	list-style:none;
	padding:0;
	margin:0;
}
.pop-up-icon li a{
	float:left;
	margin-left:50px;
}
.IV_column{
	width:25%;
}
@media (min-width: 767px) and (max-width: 991px){
	.IV_column{width:33.3%;}
}
@media (max-width: 767px){
	.IV_column{width:100%;}
}
/********------contact us section------**********/
.contact_us_section{
	background:url('../images/contact_us_bg.jpg');
	float:left;
	width:100%;
	background-position:center 0;
	background-size:cover;
	background-repeat:no-repeat;
}
.cont_main_section{
	float:left; margin-top:-30px;
}
.dc_cont_div input{
	border:2px solid #dcdcdc;
	color:#8a8a8a;
}
.dc_cont_div textarea{
	border:2px solid #dcdcdc;
	margin-bottom:0px; 
	margin-top:20px;
	color:#8a8a8a;
}
.dc_cont_div textarea:hover, .dc_cont_div textarea:focus{
	border:2px solid #ED0008;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
} 
.dc_cont_div input:hover, .dc_cont_div input:focus{
	border:2px solid #ED0008;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
} 
.contact_btn_wrapper button{
	list-style:none;
	float:left;
	margin:0; padding:0;
}
.contact_btn_wrapper button{
	width:160px;
	height:50px;
	float:left;
	color:white;
	background:#ED0008;
	text-align:center;
	line-height:47px;
	border-radius:50px;
	font-size:16px;
	font-weight:400;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	border:2px solid transparent;
}
.contact_btn_wrapper button:hover{
	background:transparent;
	border:2px solid #ED0008;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#000000;
}
.cont_cat_abt{
    margin-top:0;
	width:100%; height:200px;
	border:2px solid #ED0008;
}
.cont_cat_txt {
	left:0;
	position: relative;
	width:100%;	
	margin-top:25px;
}
.dc_icon_section{
	bottom:31px;
}
.dc_icon_section img{
	left:23px;
}
.cont_cat_abt:hover {
	border-color:#7E4533;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.cont_last_child h1{
	text-transform:lowercase;}
.cont_dc_map{
	margin-top:-80px;
}
.news_section_dc{
	float:left; width:100%;
	padding-top:100px;
	background-color:#f9f9f9;
	padding-bottom:100px;
}
.news_dc_txt h3{
    float: left;
    width: 100%;
    font-size: 22px;
    color: #ED0008;
	font-weight:700;
	margin-bottom:20px;
    text-transform: uppercase;
}
.edu_news_form button{
	width:230px;
	height:50px;
	float:left;
	color:white;
	text-transform:uppercase;
	background:#ED0008;
	text-align:center;
	line-height:47px;
	border-radius:50px;
	font-size:16px;
	position:absolute;
	right:-7px;
	border:2px solid transparent;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.edu_news_form{
	margin-top:30px;
}
.news_wrapper .edu_news_form {
	text-transform:lowercase;
	color:#757575;
	
}
.edu_news_form button:hover{
	background:transparent;
	border:2px solid #ED0008;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#000000;
}
.edu_news_form input{
	width:100%;
	height:50px;
	float:left;
	font-size:14px;
	padding-left:10px;
	font-weight:600;
	position:relative;
	border:2px solid #d7d7d7;
	border-right:2px solid transparent;
}
/********--------pricing table section-------***********/	
.pricing_section{
	float:left;
	width:100%;
	text-align:center;
	background-color:white;
}
.pricing_box1_wrapper{
	background:#ED0008;
	position:relative;
	text-align:center;
}
.box1_heading_wrapper h1, .pricing_cont_wrapper h1{
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
	padding:20px;
	background-color:#29a489;
}
.price_box1{
	background-color:#ffffff;
	z-index: 10;
    position: relative;
    display: inline-block;
   padding:10px 22px;
}
.price_box1:before{
	content:"";
	border-bottom: 121px solid transparent;
    border-left: 17px solid #fff;
    right: -17px;
    top: 0px;
    position: absolute;
}
.price_box1:after{
	content:"";
	border-top: 118px solid transparent;
    border-right: 16px solid #fff;
    left: -16px;
    top: 0px;
    position: absolute;
}
.price_box1 span{
	font-size:52px;
	color:#222222;
	font-weight:bold;
	position:relative;
	top:15px;
}
.price_box1 h1{
	font-weight:bold;
	font-size:24px;
	margin-top:15px;
	color:#222222;
}
.price_box1 p{
	margin-top:15px;
	color:#222222;
}
.box1_heading_wrapper{
	width:100%;
}
.price_box1_wrapper{
	text-align:center;
}
.pricing_box1_wrapper:hover .box1_heading_wrapper h1{
	background-color:#e1b347;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.pricing_box1_wrapper:hover .pricing_cont_wrapper h1{
	background-color:#e1b347;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.pricing_box1_wrapper:hover{
	background:#f7c44e;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.pricing_cont ul{
	list-style:none;
	padding:0;
	text-transform:capitalize;
	margin-top:40px;
}
.pricing_cont li{
	font-size: 16px;
	color:#f8f4f4;
	margin-top:15px;
}
.pricing_btn_wrapper{
	text-align:center;
}
.pricing_btn{
	display:inline-block;
	padding-bottom:45px;	
}
.pricing_btn ul{
	padding:0;
	list-style:none;
	margin-top:25px;
}
.pricing_btn li a{
	width:280px;
	height:50px;
	float:left;
	color:#000000;
	background:#ffffff;
	text-align:center;
	line-height:49px;
	font-size:14px;
	border-radius:50px;
	text-transform:uppercase;
	font-weight:600;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing_btn li a:hover{
	background:white;
	color:#000000;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.additional_info{
	float:left; width:100%;
	margin-bottom:-20px;
}
/**********------iV gallery css section------*******/
.portfolio_icon_wrapper_iv:before {
    content: '';
    border-left: 80px solid transparent;
    border-bottom: 80px solid #ED0008;
    position: absolute;
    bottom: 0;
    right: 0;
}
.portfolio_icon_wrapper_iv a{
	position: absolute;
    right: 15px;
    bottom: 15px;
}
.portfolio_icon_wrapper_iv i{
	color:#fff;
	font-size:18px;
}
.portfolio-thumb:hover .portfolio_icon_wrapper_iv:before{
	 border-left: 80px solid transparent;
    border-bottom: 80px solid #7E4533;
   transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.portfolio-area .portfolio-info_iv {
    position: absolute;
	text-align:Center;
	background: rgba(0,0,0,0.7);
	top:0;
	padding:8px;
	left:30px;
    opacity: 0;	
}
.portfolio-area .portfolio-wrapper:hover .portfolio-info_iv{
    left: 40px;
    top: 40px;
	right:40px;
    opacity: 1;
	transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.portfolio-area .portfolio-info_iv h3{
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #ffffff;
}
.portfolio-area .portfolio-info_iv p{
    font-size: 14px;
	text-align:center;
    text-transform: capitalize;
    margin-bottom: 0;
}
.portfolio-info_iv h3:after{
	content: '';
    border: 1px solid #fca900;
    display: block;
    width: 80px;
    margin-bottom: 20px;
    position: relative;
    top: 10px;
    z-index: 1;
    left: 47px;
}
/**********------III gallery css section------*******/
.portfolio_icon_wrapper_3:before {
    content: '';
    border-left: 80px solid transparent;
    border-bottom: 80px solid #ED0008;
    position: absolute;
    bottom: 0;
    right: 0;
}
.portfolio_icon_wrapper_3 a{
	position: absolute;
    right: 15px;
    bottom: 15px;
}
.portfolio_icon_wrapper_3 i{
	color:#fff;
	font-size:18px;
}
.portfolio-thumb:hover .portfolio_icon_wrapper_3:before{
	 border-left: 80px solid transparent;
    border-bottom: 80px solid #7E4533;
   transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.portfolio-area .portfolio-info_3 {
    position: absolute;
	text-align:Center;
	background: rgba(0,0,0,0.4);
	top:70px;
	padding:30px;
	left:40px;
    opacity: 1;
	right:40px;
}
.portfolio-area .portfolio-wrapper:hover .portfolio-info_3{
    left: 40px;
    top: 70px;
	right:40px;
    opacity: 1;
	transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.portfolio-area .portfolio-info_3 h3{
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #ffffff;
}
.portfolio-area .portfolio-info_3 p{
    font-size: 14px;
	text-align:center;
    text-transform: capitalize;
    margin-bottom: 0;
}
.portfolio-info_3 h3:after{
	content: '';
    border: 1px solid #ED0008;
    display: block;
    width: 80px;
    margin-bottom: 20px;
    position: relative;
    top: 10px;
    z-index: 1;
    left: 70px;
}
/*********-------blog category section----**********/
.blog_section, .blog_category_main_wrapper{
	float:left;
	width:100%;
	background-color:white;
}
.contect_form_blog input{
	width:100%;
	height:50px;
	padding-left:20px;
	background:transparent;
	color:#757575;
	border:2px solid #d4d4d4;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect_form_blog i{
	margin-left:-30px;
	color:#ED0008;
}
.contect_form_blog input:hover{
	border:2px solid #ED0008;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.right_blog_category_wrapper{
	float:left;
	width:100%;
	margin-top:35px;
}
.right_blog_category_wrapper h4{
	font-size:20px;
	color:#000000;
	text-transform:uppercase;
	font-weight:bold;
}
.right_blog_category_list_wrapper ul{
	margin-top:20px;
	padding:0;
}
.right_blog_category_list_wrapper li:first-child{
	margin-top:0;
}
.right_blog_category_list_wrapper ul li i{
	color:#ED0008;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.right_blog_category_list_wrapper li{
	margin-top:10px;
	text-transform:capitalize;
	list-style: none;
}
.right_blog_category_list_wrapper li a{
	color:#757575;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.right_blog_category_list_wrapper li a:hover{
	color:#ED0008;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.right_blog_category_list_wrapper li i{
	color:#757575;
	padding-right:0px;
} 
.right_blog_1{margin-top:25px;}
.gc_footer_ln_main_wrapper, .gc_footer_ul_main_wrapper, .gc_footer_insta_main_wrapper{
	float:left;
	width:100%;
	margin-top:40px;
}
.gc_footer_ln_main_wrapper2{
	float:left;
	width:100%;
	margin-top:30px;
}
.gc_footer_ln_img_wrapper{
	float:left;
	width:80px;
}
.gc_footer_ln_cont_wrapper{
	float:left;
	width:calc(100% - 80px);
	padding-left:20px;
}
.gc_footer_ln_cont_wrapper h4 a{
	font-size:14px;
	color:#222222;
	text-transform:capitalize;
	font-weight:600;
	line-height:20px;
}
.gc_footer_ln_cont_wrapper h4 a:hover{
	color:#ED0008;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.gc_footer_ln_cont_wrapper p{
	font-size:14px;
	margin-top:10px;
	color:#ED0008;
}
.gc_footer_ln_img_wrapper img{
	border:2px solid transparent;
}
.gc_footer_ln_img_wrapper img:hover{
	border:2px solid #ED0008;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.gc_right_blog_insta_wrapper{
	float:left; width:100%;
}
.gc_footer_insta_main_wrapper{
	float:left; width:auto;
	margin-top:40px;
}
.gc_footer_insta_main_wrapper img{
	margin-bottom:10px;
}
.gc_footer_insta_main_wrapper ul{
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
.gc_footer_insta_main_wrapper ul li{
	float:left;
	margin-left:9px;
	list-style:none;
}
.gc_footer_insta_main_wrapper img{
	border:2px solid transparent;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.gc_footer_insta_main_wrapper img:hover{
	border:2px solid #ED0008;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.gc_blog_cloud_side_menu ul{
	list-style:none;
	padding:0;
	margin:0;
	margin-top:30px;
}
.gc_blog_cloud_side_menu li{
	float:left;
	margin-bottom:12px;
	text-transform:capitalize;
	margin-right:10px;
	font-size:14px;
	margin-top:15px;
}
.gc_blog_cloud_side_menu li a{
	border:2px solid transparent;
	padding:7px;
	background:#ED0008;
	border-radius:20px;
	padding-left:10px; padding-right:10px;
	color:white;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.gc_blog_cloud_side_menu li a:hover{
	border:2px solid #ED0008;
	background:#ece9e9;
	color:black;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_index_post_wrapper{
	float:left; width:100%;
}
.blog_index_img_wrapper iframe{
	width:100%;
	height:440px;
}
.post_blog_slider{
	float:left;
	width:100%;
}
.post_blog_slider .owl-theme .owl-dots .owl-dot {
    display: none;
}
.post_blog_slider .item {
	width:100%;
}
.post_blog_slider .owl-theme .owl-nav {
    position: absolute;
    bottom: 0;
    margin: 0;
    right: 20px;
	top:5%;
	z-index:1000;
	display:block;
}
.post_blog_slider .owl-prev{
	position:absolute;
	left:-50px;
}
.post_blog_slider .owl-theme .owl-nav .owl-prev,.post_blog_slider .owl-theme .owl-nav .owl-next{
   color:white;
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
	background-color:#ED0008;
	height: 30px;
    width: 30px;
	line-height:1;
	left:-40px;
    border-radius: 100%;
}
.post_blog_slider .owl-theme .owl-nav .owl-next i{
	margin-left:3px;
}
.post_blog_slider .owl-theme .owl-nav .owl-prev i{
	margin-right:1px; margin-top:1px;
}
.post_blog_slider .owl-theme .owl-nav .owl-next:hover{
	color:white;
	background-color:#7E4533;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.post_blog_slider .owl-theme .owl-nav .owl-prev:hover{
	color:white;
	background-color:#7E4533;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.page_post{
	float:left; width:100%;
	text-align:center;
	margin-bottom:-25px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
	width:40px;
	height:40px;
    color: #000000;
    text-decoration: none;
    background-color: #f3f0f0;
	border: none;
    font-size: 16px;
    font-weight: 600;
	margin-right:20px;
	line-height:2;
}
.pagination>li>a i{
	font-weight:600;
}
.pagination>li>a:hover{
	background:#7E4533;
	color:white;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pagination>li:first-child>a, .pagination>li:first-child>span{
	margin-left: 0;
	color:white;
	background-color:#ED0008;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pagination>li:first-child>a:hover{
	background:#7E4533;  transition: all 0.5s;
}  
.pagination>li:last-child>a:hover{
	background:#7E4533;  transition: all 0.5s;
}
.pagination>li:last-child>a, .pagination>li:last-child>span{
	border-top-right-radius: 0px;
	color:white;
    border-bottom-right-radius: 0px;
	background-color:#ED0008;
}
/*******--------blog single css------**********/
.blog_single_txt{
	float:left; width:100%;
	text-align:left;
	padding:50px;
	background-color:#ED0008;
}
.blog_txt_body p{
	font-size:18px;
	line-height:26px;
	font-style:italic;
	color:white;
	font-family: 'Droid Serif', sans-serif;
}
.blog_txt_body img{
	float:left;
	display:inline-block;
}
.blog_txt_body h5{
	float:left;
	font-size:16px;
	margin-top:15px;
	margin-left:10px;
}
.client_img_abt img{
	width:60px; height:60px;
}
.left_blog_icon ul li i{
	color:#ED0008;
}
.left_blog_icon ul li{
	color:#575757;
	margin-top:5px;
}
.blog_txt_section{
	float:left;
	width:100%;
	background-color:#ED0008;
	padding:47px;
}
.img_wrapper_blog{
	float:left;
	width: 20%;
}
.blog_event_section{
	text-align:left;
	position: relative;
    overflow: hidden;
	 width:80%;
}
.blog_event_section h2{
	margin-top:0;
	color:white;
	font-size:18px;
	font-weight:500;
	text-transform:capitalize;
}
.blog_event_section p{
	color:#f5f2f2;
	font-size:16px;
	line-height:26px;
}
.blog_event_section ul{
	margin:0px;
	padding:0px;
	width:100%;
	float:left;
	margin-top:20px;
}
.blog_event_section ul li{
	float:right;
	width:auto;
	font-size:16px;
	margin-right:15px;
	list-style:none;
}
.blog_event_section ul li a{
	color:white;
}
.blog_event_section ul li i:hover{
	color:#7E4533;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	-webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.comment_box_blog{
	float:left;
	width:100%;
}
.blog_comment1_wrapper{
	border:2px solid #dcdcdc;
	padding-left:20px;
	padding-right:10px;
	float:left;
	width:100%;
}
.cmnt_wraper_2{
	border-top:none;
	float:left;
	width:100%;
}
.blog_comment1_img{
	padding-top:25px;
	float:left;
	width:100%;
	width:130px; 
}
.blog_comment1_cont{
	float:left; padding-left:20px;
	width:calc(100% - 130px);
	padding-top:23px; 
	padding-bottom:14px;
	padding-right:10px;
}
.blog_comment1_cont h3 {
	font-size:18px;
	color:black;
	font-weight:500;
	text-transform:capitalize;
	margin-bottom:5px;
}
.blog_comment1_cont h3 span{
	color:#ED0008;
	padding-left:5px;
}
.blog_comment1_cont p span {
	color:#ED0008;
	font-size:14px;
}
.blog_comment1_cont p a:hover{
	color:#7E4533;
	transition: all 0.5s;
}
.cmnt_area{
	float:left; width:100%;
}
.footer_gallary ul{
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
.footer_gallary ul li{
	float:left;
	margin-left:3px;
	list-style:none;
}
.footer_gallary img{
	border:2px solid transparent;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.footer_gallary img:hover{
	border:2px solid #ED0008;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*******-----------about us wrapper---------*********/
.abt_service_section{
	float:left; padding-bottom:108px;
	width:100%;
}
.about_img{
	float:left; display:inline-block;
	width:100%;
}
.abt_2_heading_mn{
	margin-top:0px;
	padding-top:140px;
}
.abt_service_section{
	float:left;
	width:100%;
	text-align:center;
}
.abt_left_section{
	float:left;
	width:100%;
}
.abt_left_section img{
	float:left;
	display:inline-block;
}
.about_us_wrapper{
	float:left; width:100%;
	padding-top:50px;
}
.sidebar_right_abt{
	float:left;
	width:100%;
	text-align:left;
	margin-top:-30px;
}
.top_service_wrapper{
	background: url('../images/top_service_img.jpg') 50% 0 repeat-y;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    z-index: -9999;
    background-position: center 0;
    overflow: hidden;
    background-size: cover;
	text-align:center;
}
.top_serv_overlay{
	padding-top:100px;
	background:rgba(245, 245, 245, 0.8);
	padding-bottom:100px;	
 }
 .top_serv_txt{
	 margin-top:0px;
 }