	/*===========================================

Template Name: Mediseba - Healthcare & Medical Template
Author: Md Tahmidur Rahman
Author URL: http://snazzytheme.com/
Version: 1.0

---------------------------------------------

CSS INDEX
=========
01. Base Style
02. Preloader
03. Top Bar
04. Logo Area
05. Mobile Menu
06. Breadcrumb Area
07. Welcome Area
08. Home Slider
09. Service Area
10. Service Details
11. Appointment Area
12. Home About Area
13. Department Area
14. Specialist Area
15. Testimonial Area
16. Gallery Area
17. Pricing
18. Counter Area
19. News & Events
20. Footer Section
21. Faq Area
22. Coming Soon
23. Contact
24. Blog
25. Blog Details
26. Helper Class

==============================================*/
/* ====================
01. Base style
==================== */
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700&display=swap');

html {
  color: #222222;
  font-size: 15px;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #dddddd;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

body {
  font-size: 15px;
  color: #555555;
  letter-spacing: 0.3px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}

h1, h1 a {
  font-size: 40px;
}

h2, h2 a {
  font-size: 32px;
}

h3, h3 a {
  font-size: 28px;
}

h4, h4 a {
  font-size: 24px;
}

h5, h5 a {
  font-size: 20px;
}

h6, h6 a {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: 'Raleway', sans-serif;
  margin: 0;
}

p,
li,
a,
button {
  margin: 0;
  letter-spacing: 0.3px;
}

ul {
  padding: 0;
  margin: 0;
}

a:hover,
a:active,
a:focus,
button:hover,
button:focus {
  text-decoration: none;
  outline: none;
}

a,
button {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

input:focus, textarea:focus {
  outline: none;
}

.padding-fix {
  padding-left: 0;
  padding-right: 0;
}

.padding-fix-r {
  padding-right: 0;
}

.padding-fix-l {
  padding-left: 0;
}

.margin-fix {
  margin-left: 0;
  margin-right: 0;
}
.proName{ font-size:34px; color:#fff;}
.proLocation{ font-size:22px; color:#CCC;}
.proType{ font-size:16px ; color:#fff;}
.bord{border: 10px solid rgba(255, 255, 255, 0.2);}
.roomarea{ padding:11%; margin:0; }
.roomarea li{list-style: none;
    padding: 12px 5px;
    /* line-height: 61px; */
    font-size: 24px;
    float: left;
    text-align: center;
    font-family: arial;
    width: 40%;
    margin: 3%;
    color: #fff;
    background: #000;
    font-weight: 500;}
.roomarea li span{ background-color: #000; display:block;
    color: #fff;}

.sweets{ padding:6% 2%; margin:0; }
.sweets li{
	list-style: none;
    padding: 16px 0px 0px 0px;
    /* line-height: 61px; */
    font-size: 27px;
    float: left;
    text-align: center;
    width: 46%;
    margin: 2%;
    color: #ded7ce;
    background: #000;
    font-weight: 500;
    text-transform: uppercase;
}
.sweets li span{ background-color: #000; display:block; font-size:14px; padding-bottom: 12px;
    color: #fff;}
/* ====================
02. Preloader
==================== */
#preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
}

.pr-circle {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.pr-circle .pr-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.pr-circle .pr-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #00a3c8;
  border-radius: 100%;
  -webkit-animation: pr-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: pr-circleBounceDelay 1.2s infinite ease-in-out both;
}

.pr-circle .pr-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.pr-circle .pr-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.pr-circle .pr-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.pr-circle .pr-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.pr-circle .pr-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.pr-circle .pr-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pr-circle .pr-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.pr-circle .pr-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.pr-circle .pr-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.pr-circle .pr-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.pr-circle .pr-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.pr-circle .pr-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.pr-circle .pr-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.pr-circle .pr-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.pr-circle .pr-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.pr-circle .pr-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.pr-circle .pr-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.pr-circle .pr-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.pr-circle .pr-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.pr-circle .pr-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.pr-circle .pr-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.pr-circle .pr-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes pr-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pr-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* ====================
03. Top Bar
==================== */
.top-bar {
  height: 45px;
  border-bottom: 1px solid #505050;
  background: #39639b;
}

.top-bar .bar-content {
  margin-top: 12px;
}

.top-bar .bar-content ul li {
  /*color: #666666;*/
  color: #ffffff;
  margin-right: 30px;
}

.top-bar .bar-content ul li img {
  margin-right: 8px;
  vertical-align: sub;
}

.top-bar .top-social {
  margin-top: 13px;
}

.top-bar .top-social ul li a i {
  font-size: 13px;
  /*color: #969696;*/
  color: #ffffff;
  padding-left: 5px;
}

.top-bar .top-social ul li a i:hover {
  color: #ffffff;
}

/*.top-bar .top-social ul li:last-child {
  margin-left: 20px;
}*/

.top-bar .top-social ul li:last-child span button {
  color: #fff;
  background: #00a3c8;
  padding: 7px 20px;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.top-bar .top-social ul li:last-child span button:hover {
  background: #008FD5;
}

.top-bar .top-social ul li:last-child .modal .modal-dialog .modal-content {
  padding: 40px 45px 50px;
}

.top-bar .top-social ul li:last-child .modal .modal-dialog .modal-content .medel-box-top {
  position: relative;
}

.top-bar .top-social ul li:last-child .modal .modal-dialog .modal-content .medel-box-top h4 {
  color: #222222;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  position: relative;
}

.top-bar .top-social ul li:last-child .modal .modal-dialog .modal-content .medel-box-top h4:before {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 30px;
  height: 3px;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
  margin-bottom: -23px;
}

.top-bar .top-social ul li:last-child .modal .modal-dialog .modal-content .medel-box-top h4:after {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 30px;
  height: 3px;
  bottom: 0;
  right: 50%;
  margin-right: -33px;
  margin-bottom: -23px;
}

.top-bar .top-social ul li:last-child .modal .modal-dialog .modal-content .medel-box-top img {
  margin-bottom: 15px;
}

.top-bar .top-social ul li:last-child .modal .modal-dialog .modal-content .medel-box-top button {
  position: absolute;
  top: -25px;
  right: -28px;
  font-size: 18px;
  color: #969696;
  opacity: 1;
}

.top-bar .top-social ul li:last-child .modal .modal-dialog .modal-content .medel-box-top button:hover {
  color: #222222;
}

.top-bar .top-social ul li:last-child .modal .modal-dialog .modal-content form input {
  display: block;
  width: 100%;
  margin: auto;
  border: none;
  border-bottom: 2px solid #dddddd;
  margin-bottom: 25px;
  padding: 10px 0;
  font-size: 15px;
  color: #222222;
}

.top-bar .top-social ul li:last-child .modal .modal-dialog .modal-content form input:focus {
  border-color: #00a3c8;
}

.top-bar .top-social ul li:last-child .modal .modal-dialog .modal-content form .bootstrap-datetimepicker-widget.dropdown-menu {
  width: 240px;
}

.top-bar .top-social ul li:last-child .modal .modal-dialog .modal-content form textarea {
  display: block;
  width: 100%;
  height: 100px;
  margin: auto;
  border: none;
  border-bottom: 2px solid #dddddd;
  margin-bottom: 25px;
  padding: 10px 0;
  font-size: 15px;
  color: #222222;
}

.top-bar .top-social ul li:last-child .modal .modal-dialog .modal-content form textarea:focus {
  border-color: #00a3c8;
}

.top-bar .top-social ul li:last-child .modal .modal-dialog .modal-content form button {
  font-size: 16px;
  color: #fff;
  background: #00a3c8;
  border: none;
  padding: 10px 40px;
  font-weight: 600;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.top-bar .top-social ul li:last-child .modal .modal-dialog .modal-content form button:hover {
  background: #008FD5;
}

.top-bar2 {
  background: #00a3c8;
  height: 45px;
}

.top-bar2 .bar-content {
  margin-top: 11px;
}

.top-bar2 .bar-content ul li {
  color: #eeeeee;
  margin-right: 30px;
}

.top-bar2 .bar-content ul li img {
  margin-right: 8px;
}

.top-bar2 .top-social {
  margin-top: 11px;
}

.top-bar2 .top-social ul li a i {
  font-size: 13px;
  color: #dddddd;
  padding-left: 5px;
}

.top-bar2 .top-social ul li a i:hover {
  color: #fff;
}

/* ====================
04. Logo Area
==================== */
.logo-area {
  height: 82px;
  /*padding-top: 18px;*/
  position:absolute;
  z-index:999;
  width:100%;
}

.logo-area .main-menu ul li {
  position: relative;
}

.logo-area .main-menu ul li a {
  font-size: 15px;
  color:#fed062;
  display: block;
  margin-right: 15px;
  padding: 12px 0 20px;
}

.logo-area .main-menu ul li a i {
  color: #fed062;
}

.logo-area .main-menu ul li a:hover {
  color: #ffffff;
  cursor: pointer;
}

.logo-area .main-menu ul li a:hover i {
  color: #fff;
}

.logo-area .main-menu ul li form {
  width: 190px;
  position: relative;
}

.logo-area .main-menu ul li form input {
  width: 100%;
  height: 38px;
  border: 1px solid #dddddd;
  background: transparent;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding-left: 15px;
}

.logo-area .main-menu ul li form input:focus {
  border-color: #00a3c8;
}

.logo-area .main-menu ul li form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  background: transparent;
  border: none;
}

.logo-area .main-menu ul li:last-child {
  margin-left: 15px;
}

.logo-area .main-menu ul li ul.dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 200px;
  background:rgba(255,255,255,0.9);
  text-align: left;
  border: 0px solid #eeeeee;
  padding: 0;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
}

.logo-area .main-menu ul li ul.dropdown li {
  position: relative;
}

.logo-area .main-menu ul li ul.dropdown li a {
  font-size: 15px;
  color: #141414;
  padding: 12px 10px 12px 10px;
  margin-right: 0;
  border-bottom: 1px solid #eeeeee;
}
.logo-area .main-menu ul li ul.dropdown li a:hover {
  background: #ad641d;
  color: #fed062;
}

.logo-area .main-menu ul li ul.dropdown li a:hover i {
  color: #fff;
}

.logo-area .main-menu ul li ul.dropdown li a i {
  float: right;
  margin-top: 4px;
}

.logo-area .main-menu ul li ul.dropdown li:last-child {
  margin-left: 0;
}

.logo-area .main-menu ul li ul.dropdown li:last-child a {
  border-bottom: none;
}

.logo-area .main-menu ul li ul.dropdown li ul.dropdown2 {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 180px;
  background: #fff;
  border: 1px solid #eeeeee;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
}

.logo-area .main-menu ul li ul.dropdown li:hover ul.dropdown2 {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.logo-area .main-menu ul li:hover ul.dropdown {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.logo-area .main-menu ul li.mega-menu {
  position: inherit;
}

.logo-area .main-menu ul li.mega-menu .mega-box {
  width: calc(131% - 15px);
  margin: 0 auto;
  position: absolute;
  right: 15px;
  top: 100%;
  background: #fff;
  text-align: left;
  border: 1px solid #eeeeee;
  padding: 0;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
}

.logo-area .main-menu ul li.mega-menu .mega-box .q-link {
  padding: 30px;
}

.logo-area .main-menu ul li.mega-menu .mega-box .q-link h6 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 22px;
}

.logo-area .main-menu ul li.mega-menu .mega-box .q-link a {
  color: #555555;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #eeeeee;
}

.logo-area .main-menu ul li.mega-menu .mega-box .q-link a:hover {
  color: #00a3c8;
}

.logo-area .main-menu ul li.mega-menu .mega-box .lt-news {
  padding: 30px 0;
}

.logo-area .main-menu ul li.mega-menu .mega-box .lt-news h6 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 28px;
}

.logo-area .main-menu ul li.mega-menu .mega-box .lt-news .news-box {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.logo-area .main-menu ul li.mega-menu .mega-box .lt-news .news-box .news-img img {
  max-width: 65px;
  margin-right: 10px;
}

.logo-area .main-menu ul li.mega-menu .mega-box .lt-news .news-box .news-con p {
  margin-bottom: 5px;
}

.logo-area .main-menu ul li.mega-menu .mega-box .lt-news .news-box .news-con span {
  color: #969696;
}

.logo-area .main-menu ul li.mega-menu .mega-box .m-dept {
  padding: 30px;
}

.logo-area .main-menu ul li.mega-menu .mega-box .m-dept h6 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 22px;
}

.logo-area .main-menu ul li.mega-menu .mega-box .m-dept a {
  color: #555555;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #eeeeee;
}

.logo-area .main-menu ul li.mega-menu .mega-box .m-dept a:hover {
  color: #00a3c8;
}

.logo-area .main-menu ul li.mega-menu .mega-box .m-doc {
  padding: 30px 30px 0 0;
}

.logo-area .main-menu ul li.mega-menu .mega-box .m-doc h6 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 28px;
}

.logo-area .main-menu ul li.mega-menu .mega-box .m-doc .m-slider .slider-item img {
  margin-bottom: 10px;
}

.logo-area .main-menu ul li.mega-menu .mega-box .m-doc .m-slider .slider-item p {
  font-size: 15px;
  text-align: center;
  font-weight: 600;
}

.logo-area .main-menu ul li.mega-menu:hover .mega-box {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.logo-area2 {
  height: 82px;
  padding-top: 18px;
}

.logo-area2 .main-menu ul li {
  position: relative;
}

.logo-area2 .main-menu ul li a {
  font-size: 15px;
  color: #222222;
  display: block;
  margin-right: 15px;
  padding: 12px 0 20px;
}

.logo-area2 .main-menu ul li a i {
  color: #969696;
}

.logo-area2 .main-menu ul li a:hover {
  color: #00a3c8;
  cursor: pointer;
}

.logo-area2 .main-menu ul li a:hover i {
  color: #00a3c8;
}

.logo-area2 .main-menu ul li ul.dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 190px;
  background: #fff;
  text-align: left;
  border: 1px solid #eeeeee;
  padding: 0;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
}

.logo-area2 .main-menu ul li ul.dropdown li {
  position: relative;
}

.logo-area2 .main-menu ul li ul.dropdown li a {
  color: #555555;
  padding: 8px 20px;
  margin-right: 0;
  border-bottom: 1px solid #eeeeee;
}

.logo-area2 .main-menu ul li ul.dropdown li a:hover {
  background: #00a3c8;
  color: #fff;
}

.logo-area2 .main-menu ul li ul.dropdown li a:hover i {
  color: #fff;
}

.logo-area2 .main-menu ul li ul.dropdown li a i {
  float: right;
  margin-top: 4px;
}

.logo-area2 .main-menu ul li ul.dropdown li:last-child {
  margin-left: 0;
}

.logo-area2 .main-menu ul li ul.dropdown li:last-child a {
  border-bottom: none;
}

.logo-area2 .main-menu ul li ul.dropdown li ul.dropdown2 {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 180px;
  background: #fff;
  border: 1px solid #eeeeee;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
}

.logo-area2 .main-menu ul li ul.dropdown li:hover ul.dropdown2 {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.logo-area2 .main-menu ul li:hover ul.dropdown {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.logo-area2 .main-menu ul li:last-child {
  margin-left: 15px;
}

.logo-area2 .main-menu ul li:last-child span button {
  font-size: 15px;
  color: #00a3c8;
  background: transparent;
  padding: 8px 20px 7px;
  border: 1px solid #00a3c8;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: 600;
}

.logo-area2 .main-menu ul li:last-child span button:hover {
  background: #00a3c8;
  color: #fff;
}

.logo-area2 .main-menu ul li:last-child .modal .modal-dialog {
  z-index: 9999;
}

.logo-area2 .main-menu ul li:last-child .modal .modal-dialog .modal-content {
  padding: 40px 45px 50px;
  z-index: 9999;
}

.logo-area2 .main-menu ul li:last-child .modal .modal-dialog .modal-content .medel-box-top {
  position: relative;
}

.logo-area2 .main-menu ul li:last-child .modal .modal-dialog .modal-content .medel-box-top h4 {
  color: #222222;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  position: relative;
}

.logo-area2 .main-menu ul li:last-child .modal .modal-dialog .modal-content .medel-box-top h4:before {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 30px;
  height: 3px;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
  margin-bottom: -23px;
}

.logo-area2 .main-menu ul li:last-child .modal .modal-dialog .modal-content .medel-box-top h4:after {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 30px;
  height: 3px;
  bottom: 0;
  right: 50%;
  margin-right: -33px;
  margin-bottom: -23px;
}

.logo-area2 .main-menu ul li:last-child .modal .modal-dialog .modal-content .medel-box-top img {
  margin-bottom: 15px;
}

.logo-area2 .main-menu ul li:last-child .modal .modal-dialog .modal-content .medel-box-top button {
  position: absolute;
  top: -25px;
  right: -28px;
  font-size: 18px;
  color: #969696;
  opacity: 1;
}

.logo-area2 .main-menu ul li:last-child .modal .modal-dialog .modal-content .medel-box-top button:hover {
  color: #222222;
}

.logo-area2 .main-menu ul li:last-child .modal .modal-dialog .modal-content form input {
  display: block;
  width: 100%;
  margin: auto;
  border: none;
  border-bottom: 2px solid #dddddd;
  margin-bottom: 25px;
  padding: 10px 0;
  font-size: 15px;
  color: #222222;
}

.logo-area2 .main-menu ul li:last-child .modal .modal-dialog .modal-content form input:focus {
  border-color: #00a3c8;
}

.logo-area2 .main-menu ul li:last-child .modal .modal-dialog .modal-content form .bootstrap-datetimepicker-widget.dropdown-menu {
  width: 240px;
}

.logo-area2 .main-menu ul li:last-child .modal .modal-dialog .modal-content form textarea {
  display: block;
  width: 100%;
  height: 100px;
  margin: auto;
  border: none;
  border-bottom: 2px solid #dddddd;
  margin-bottom: 25px;
  padding: 10px 0;
  font-size: 15px;
  color: #222222;
}

.logo-area2 .main-menu ul li:last-child .modal .modal-dialog .modal-content form textarea:focus {
  border-color: #00a3c8;
}

.logo-area2 .main-menu ul li:last-child .modal .modal-dialog .modal-content form button {
  font-size: 16px;
  color: #fff;
  background: #00a3c8;
  border: none;
  padding: 10px 40px;
  font-weight: 600;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.logo-area2 .main-menu ul li:last-child .modal .modal-dialog .modal-content form button:hover {
  background: #008FD5;
}

.logo-area2 .main-menu ul li.mega-menu {
  position: inherit;
}

.logo-area2 .main-menu ul li.mega-menu .mega-box {
  width: calc(131% - 15px);
  margin: 0 auto;
  position: absolute;
  right: 15px;
  top: 100%;
  background: #fff;
  text-align: left;
  border: 1px solid #eeeeee;
  padding: 0;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
}

.logo-area2 .main-menu ul li.mega-menu .mega-box .q-link {
  padding: 30px;
}

.logo-area2 .main-menu ul li.mega-menu .mega-box .q-link h6 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 22px;
}

.logo-area2 .main-menu ul li.mega-menu .mega-box .q-link a {
  color: #555555;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #eeeeee;
}

.logo-area2 .main-menu ul li.mega-menu .mega-box .q-link a:hover {
  color: #00a3c8;
}

.logo-area2 .main-menu ul li.mega-menu .mega-box .lt-news {
  padding: 30px 0;
}

.logo-area2 .main-menu ul li.mega-menu .mega-box .lt-news h6 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 28px;
}

.logo-area2 .main-menu ul li.mega-menu .mega-box .lt-news .news-box {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.logo-area2 .main-menu ul li.mega-menu .mega-box .lt-news .news-box .news-img img {
  max-width: 65px;
  margin-right: 10px;
}

.logo-area2 .main-menu ul li.mega-menu .mega-box .lt-news .news-box .news-con p {
  margin-bottom: 5px;
}

.logo-area2 .main-menu ul li.mega-menu .mega-box .lt-news .news-box .news-con span {
  color: #969696;
}

.logo-area2 .main-menu ul li.mega-menu .mega-box .m-dept {
  padding: 30px;
}

.logo-area2 .main-menu ul li.mega-menu .mega-box .m-dept h6 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 22px;
}

.logo-area2 .main-menu ul li.mega-menu .mega-box .m-dept a {
  color: #555555;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #eeeeee;
}

.logo-area2 .main-menu ul li.mega-menu .mega-box .m-dept a:hover {
  color: #00a3c8;
}

.logo-area2 .main-menu ul li.mega-menu .mega-box .m-doc {
  padding: 30px 30px 0 0;
}

.logo-area2 .main-menu ul li.mega-menu .mega-box .m-doc h6 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 28px;
}

.logo-area2 .main-menu ul li.mega-menu .mega-box .m-doc .m-slider .slider-item img {
  margin-bottom: 10px;
}

.logo-area2 .main-menu ul li.mega-menu .mega-box .m-doc .m-slider .slider-item p {
  font-size: 15px;
  text-align: center;
  font-weight: 600;
}

.logo-area2 .main-menu ul li.mega-menu:hover .mega-box {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.logo-area3 {
  height: 82px;
  padding-top: 18px;
}

.logo-area3 .main-menu ul li {
  position: relative;
}

.logo-area3 .main-menu ul li a {
  font-size: 15px;
  color: #222222;
  display: block;
  margin-right: 15px;
  padding: 12px 0 20px;
}

.logo-area3 .main-menu ul li a i {
  color: #969696;
}

.logo-area3 .main-menu ul li a:hover {
  color: #00a3c8;
  cursor: pointer;
}

.logo-area3 .main-menu ul li a:hover i {
  color: #00a3c8;
}

.logo-area3 .main-menu ul li ul.dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 190px;
  background: #fff;
  text-align: left;
  border: 1px solid #eeeeee;
  padding: 0;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
}

.logo-area3 .main-menu ul li ul.dropdown li {
  position: relative;
}

.logo-area3 .main-menu ul li ul.dropdown li a {
  color: #555555;
  padding: 8px 20px;
  margin-right: 0;
  border-bottom: 1px solid #eeeeee;
}

.logo-area3 .main-menu ul li ul.dropdown li a:hover {
  background: #00a3c8;
  color: #fff;
}

.logo-area3 .main-menu ul li ul.dropdown li a:hover i {
  color: #fff;
}

.logo-area3 .main-menu ul li ul.dropdown li a i {
  float: right;
  margin-top: 4px;
}

.logo-area3 .main-menu ul li ul.dropdown li:last-child {
  margin-left: 0;
}

.logo-area3 .main-menu ul li ul.dropdown li:last-child a {
  border-bottom: none;
}

.logo-area3 .main-menu ul li ul.dropdown li ul.dropdown2 {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 180px;
  background: #fff;
  border: 1px solid #eeeeee;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
}

.logo-area3 .main-menu ul li ul.dropdown li:hover ul.dropdown2 {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.logo-area3 .main-menu ul li:hover ul.dropdown {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.logo-area3 .main-menu ul li.mega-menu {
  position: inherit;
}

.logo-area3 .main-menu ul li.mega-menu a {
  margin-right: 0;
}

.logo-area3 .main-menu ul li.mega-menu .mega-box {
  width: calc(131% - 15px);
  margin: 0 auto;
  position: absolute;
  right: 15px;
  top: 100%;
  background: #fff;
  text-align: left;
  border: 1px solid #eeeeee;
  padding: 0;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
}

.logo-area3 .main-menu ul li.mega-menu .mega-box .q-link {
  padding: 30px;
}

.logo-area3 .main-menu ul li.mega-menu .mega-box .q-link h6 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 22px;
}

.logo-area3 .main-menu ul li.mega-menu .mega-box .q-link a {
  color: #555555;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #eeeeee;
}

.logo-area3 .main-menu ul li.mega-menu .mega-box .q-link a:hover {
  color: #00a3c8;
}

.logo-area3 .main-menu ul li.mega-menu .mega-box .lt-news {
  padding: 30px 0;
}

.logo-area3 .main-menu ul li.mega-menu .mega-box .lt-news h6 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 28px;
}

.logo-area3 .main-menu ul li.mega-menu .mega-box .lt-news .news-box {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.logo-area3 .main-menu ul li.mega-menu .mega-box .lt-news .news-box .news-img img {
  max-width: 65px;
  margin-right: 10px;
}

.logo-area3 .main-menu ul li.mega-menu .mega-box .lt-news .news-box .news-con p {
  margin-bottom: 5px;
}

.logo-area3 .main-menu ul li.mega-menu .mega-box .lt-news .news-box .news-con span {
  color: #969696;
}

.logo-area3 .main-menu ul li.mega-menu .mega-box .m-dept {
  padding: 30px;
}

.logo-area3 .main-menu ul li.mega-menu .mega-box .m-dept h6 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 22px;
}

.logo-area3 .main-menu ul li.mega-menu .mega-box .m-dept a {
  color: #555555;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #eeeeee;
}

.logo-area3 .main-menu ul li.mega-menu .mega-box .m-dept a:hover {
  color: #00a3c8;
}

.logo-area3 .main-menu ul li.mega-menu .mega-box .m-doc {
  padding: 30px 30px 0 0;
}

.logo-area3 .main-menu ul li.mega-menu .mega-box .m-doc h6 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 28px;
}

.logo-area3 .main-menu ul li.mega-menu .mega-box .m-doc .m-slider .slider-item img {
  margin-bottom: 10px;
}

.logo-area3 .main-menu ul li.mega-menu .mega-box .m-doc .m-slider .slider-item p {
  font-size: 15px;
  text-align: center;
  font-weight: 600;
}

.logo-area3 .main-menu ul li.mega-menu:hover .mega-box {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.menu-sticky.sticky {
  -webkit-animation: 300ms ease-in-out 0s normal none 1 fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 fadeInDown;
  left: 0;
  position: static;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  height: 85px;
  padding-top: 0px;
  -webkit-box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.4);
}

/* ====================
05. Mobile Menu
==================== */
.mobile-menu-area {
  display: none;
}

@media (max-width: 767px) {
  .top-bar, .top-bar2, .top-bar3, .logo-area, .logo-area2, .logo-area3 {
    display: none;
  }

}

.mean-container .mean-bar {
  background: #fff;
  float: none;
  z-index: 999;
  text-align: center;
  padding: 10px 0 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.mean-container .mean-bar:after {
  content: "";
  clear: both;
  display: block;
}

.mean-container .mean-bar .meanmenu-reveal {
  color: #00a3c8;
  position: absolute;
  left: 0 !important;
  right: inherit;
  top: 0;
  width: 23px;
  margin-top: 22px;
  margin-left: 30px;
}

.mean-container .mean-bar .meanmenu-reveal span {
  display: block;
  background: #00a3c8;
  height: 2px;
  margin-top: 5px;
}

.mean-container .mean-bar .mean-nav {
  float: left;
  width: 100%;
  background: transparent;
  margin-top: 0;
}

.mean-container .mean-bar .mean-nav a img {
  margin-top: 6px;
  margin-right: -60px;
  max-width: 150px;
}

.mean-container .mean-bar .mean-nav a i {
  font-size: 15px;
  color: #00a3c8;
  float: right;
  margin-top: 7px;
  margin-right: 30px;
  width: 35px;
  height: 35px;
  border: 1px solid #00a3c8;
  padding-top: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.mean-container .mean-bar .mean-nav a i:hover {
  color: #fff;
  background: #00a3c8;
}

.mean-container .mean-bar .mean-nav ul {
  margin-top: 50px;
  text-align: left;
  padding: 0 30px;
}

.mean-container .mean-bar .mean-nav ul li {
  position: relative;
}

.mean-container .mean-bar .mean-nav ul li a {
  color: #555555;
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #eeeeee;
  letter-spacing: 0.5px;
}

.mean-container .mean-bar .mean-nav ul li a:hover {
  color: #00a3c8;
}

.mean-container .mean-bar .mean-nav ul li:nth-child(1) a {
  border-top: 1px solid #eeeeee;
}

.mean-container .mean-bar .mean-nav ul li .mean-expand {
  font-size: 22px !important;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -6px;
  z-index: 2;
  background: transparent;
  border: none !important;
}

.mean-container .mean-bar .mean-nav ul li .mean-expand:hover {
  background: transparent;
}

.mean-container .mean-bar .mean-nav ul li ul {
  padding-left: 20px;
  margin-top: 10px;
}

.mean-container .mean-bar .mean-nav ul li ul li a {
  font-size: 15px;
  border: none !important;
}

/* ====================
06. Breadcrumb Area
==================== */
.breadcrumb-area {
  background-image: url(../images/bread-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px 0;
  position: relative;
}

.breadcrumb-area:before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-bottom: 2px solid #896527;
}

.breadcrumb-area h2 {
  color: #fff;
  text-transform: none;
  margin-bottom: 13px;
  letter-spacing: 1px;
  font-weight: 600;
  /*right: 460px;*/
  text-align:left;
  position: relative;
}

.breadcrumb-area ul li {
  color: #39639b;
}

.breadcrumb-area ul li a {
  color: #39639b;
}

.breadcrumb-area ul li a:hover {
  color: #00a3c8;
}

.breadcrumb-area ul li i {
  color: #969696;
  margin-right: 8px;
}

/* ====================
07. Welcome Area
==================== */
.welcome-area {
  padding: 90px 0;
}

.welcome-area .welcome-box h4 {
  color: #222222;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  position: relative;
}

.welcome-area .welcome-box h4:before {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 30px;
  height: 3px;
  bottom: 0;
  left: 0;
  margin-bottom: -23px;
}

.welcome-area .welcome-box h4:after {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 30px;
  height: 3px;
  bottom: 0;
  left: 0;
  margin-bottom: -23px;
  margin-left: 38px;
}

.welcome-area .welcome-box img {
  margin-left: 19px;
  margin-bottom: 10px;
}

.welcome-area .welcome-box p {
  font-size: 16px;
  color: #969696;
  line-height: 28px;
  margin-bottom: 30px;
}

.welcome-area .welcome-box a {
  font-size: 15px;
  color: #00a3c8;
  border: 1px solid #00a3c8;
  padding: 8px 20px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  font-weight: 600;
}

.welcome-area .welcome-box a:hover {
  background: #00a3c8;
  color: #fff;
}

/* ====================
08. Home Slider
==================== */
.home-slider .slider-wrapper {
  position: relative;
  overflow: hidden;
}

.home-slider .slider-wrapper .slider-item {
  /*width: 100%;
  height: 500px;*/
}

.home-slider .slider-wrapper .slider-item .slider-table {
  display: table;
  width: 100%;
  height: 100%;
}

.home-slider .slider-wrapper .slider-item .slider-table .slider-tablecell {
  display: table-cell;
  vertical-align: middle;
}

.home-slider .slider-wrapper .slider-item .slider-table .slider-tablecell h1 {
  color: #222222;
  margin-bottom: 20px;
  font-weight: 600;
}

.home-slider .slider-wrapper .slider-item .slider-table .slider-tablecell h1 span {
  color: #29538a;
}

.home-slider .slider-wrapper .slider-item .slider-table .slider-tablecell p {
  font-size: 18px;
  color: #444444;
  margin-bottom: 40px;
}

/*.home-slider .slider-wrapper .slider-item .slider-table .slider-tablecell a {
  font-size: 15px;
  color: #fff;
  background: #39639b;
  padding: 12px 30px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  font-weight: 600;
}

.home-slider .slider-wrapper .slider-item .slider-table .slider-tablecell a:hover {
  background: #29538a;
}*/

.home-slider .slider-wrapper .slider1 {
  background-image: url(../images/slider/slide-bg-5.jpg);

  background-size: cover;
 /* background-position: center;*/
  background-repeat: no-repeat;
}

.home-slider .slider-wrapper .slider2 {
 background-image: url(../images/slider/slide-bg-1.jpg);
 	/*background-color:rgb(40, 21, 14);*/
  background-size: cover;
/*  background-position: center;*/
  background-repeat: no-repeat;
}

.home-slider .slider-wrapper .slider3 {
  background-image: url(../images/slider/slide-bg-2.jpg);

  background-size: cover;
 /* background-position: center;*/
  background-repeat: no-repeat;
}

.home-slider .slider-wrapper .slider4 {
  background-image: url(../images/slider/slide-bg-3.jpg);

  background-size: cover;
 /* background-position: center;*/
  background-repeat: no-repeat;
}


.home-slider .slider-wrapper .slider5 {
  background-image: url(../images/slider/slide-bg-4.jpg);

  background-size: cover;
 /* background-position: center;*/
  background-repeat: no-repeat;
}

.home-slider .slider-wrapper .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  background: rgba(41, 83, 138, 0.8);
  width: 70px;
  height: 70px;
  text-align: center;
  margin-left: -32px;
  margin-top: -38px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding-top: 22px;
  padding-left: 20px;
}

.home-slider .slider-wrapper .owl-nav .owl-prev:hover {
  background: #39639b;
}

.home-slider .slider-wrapper .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  background: rgba(41, 83, 138, 0.8);
  width: 70px;
  height: 70px;
  text-align: center;
  margin-right: -32px;
  margin-top: -38px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding-top: 22px;
  padding-right: 20px;
}

.home-slider .slider-wrapper .owl-nav .owl-next:hover {
  background: #39639b;
}

.owl-carousel .owl-item {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.owl-carousel .owl-item img {
  -webkit-transform-style: unset;
  transform-style: unset;
}

/* ====================
09. Service Area
==================== */
.service-area {
  padding: 60px 0;
  /*background:#ece7dd;*/
  background-image:url(../images/home-welcome-bg.jpg) !important;background-repeat: repeat-x;background-position: left top;margin-bottom:0px !important;-webkit-animation: backgroundScroll 20s linear infinite;
animation: backgroundScroll 20s linear infinite;/*min-height:300px;*/position:relative;z-index:0;
}
@-webkit-keyframes backgroundScroll {
from {background-position: 0 0;}
to {background-position: -400px 0;}
}
@keyframes backgroundScroll {
from {background-position: 0 0;}
to {background-position: -400px 0;}
}
.service-area .service-top h4 span {
	color: #39639b;
}

.service-area .service-top h4 {
  color: #222222;
  font-weight: 600;
  margin-bottom: 5px;
  position: relative;
  font-size:30px;
}

.service-area .service-top h4:before {
  position: absolute;
  content: '';
  background: #39639b;
  width: 30px;
  height: 3px;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
  margin-bottom: -23px;
}

.service-area .service-top h4:after {
  position: absolute;
  content: '';
  background: #39639b;
  width: 30px;
  height: 3px;
  bottom: 0;
  right: 50%;
  margin-right: -33px;
  margin-bottom: -23px;
}

.service-area .service-top img {
  margin-bottom: 5px;
}

.service-area .service-top p {
  font-size: 16px;
  color: #000000;
  width: 990px;
  margin: auto;
  line-height: 2.14;
  margin-bottom: 30px;
}

.service-area .service-top a {
	font-size: 16px;
    color: #39639b;
    font-weight: 600;
    padding: 8px 30px;
    border: 1px solid #39639b;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    /*float: right;*/
}

.service-area .service-top a:hover {
  background: #39639b;
  color: #fff;
}

.service-right img {
    /*max-width: 100px;*/
    margin: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 10px;
}

.service-area .services-lft {
  padding-top: 50px;
}

.service-area .services-lft .service-box {
  margin-bottom: 40px;
}

.service-area .services-lft .service-box .box-icon span {
  display: block;
  width: 72px;
  height: 72px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  margin-left: 20px;
  text-align: center;
}

.service-area .services-lft .service-box .box-icon span img {
  padding-top: 19px;
}

.service-area .services-lft .service-box .box-content h6 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-area .services-lft .service-box .box-content p {
  font-size: 15px;
  color: #666666;
  letter-spacing: 0;
}

.service-area .services-ryt {
  padding-top: 50px;
}

.service-area .services-ryt .service-box {
  margin-bottom: 40px;
}

.service-area .services-ryt .service-box .box-icon span {
  display: block;
  width: 72px;
  height: 72px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  margin-right: 20px;
  text-align: center;
}

.service-area .services-ryt .service-box .box-icon span img {
  padding-top: 19px;
}

.service-area .services-ryt .service-box .box-content h6 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-area .services-ryt .service-box .box-content p {
  font-size: 15px;
  color: #666666;
  letter-spacing: 0;
}

.about-service {
  padding: 80px 0 20px;
}

.about-service .service-top h4 {
  color: #222222;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  position: relative;
}

.about-service .service-top h4:before {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 30px;
  height: 3px;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
  margin-bottom: -23px;
}

.about-service .service-top h4:after {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 30px;
  height: 3px;
  bottom: 0;
  right: 50%;
  margin-right: -33px;
  margin-bottom: -23px;
}

.about-service .service-top img {
  margin-bottom: 5px;
}

.about-service .service-top p {
  font-size: 16px;
  color: #969696;
  max-width: 550px;
  margin: auto;
  line-height: 28px;
  margin-bottom: 75px;
}

.about-service .service-box {
  margin-bottom: 70px;
}

.about-service .service-box .box-icon span {
  display: block;
  width: 72px;
  height: 72px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  margin-right: 20px;
  text-align: center;
}

.about-service .service-box .box-icon span img {
  padding-top: 19px;
}

.about-service .service-box .box-content h6 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

.about-service .service-box .box-content p {
  font-size: 15px;
  color: #666666;
  letter-spacing: 0;
}

.service-three {
  padding: 80px 0 60px;
}

.service-three .service-top h4 {
  color: #222222;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  position: relative;
}

.service-three .service-top h4:before {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 30px;
  height: 3px;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
  margin-bottom: -23px;
}

.service-three .service-top h4:after {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 30px;
  height: 3px;
  bottom: 0;
  right: 50%;
  margin-right: -33px;
  margin-bottom: -23px;
}

.service-three .service-top img {
  margin-bottom: 5px;
}

.service-three .service-top p {
  font-size: 16px;
  color: #969696;
  max-width: 550px;
  margin: auto;
  line-height: 28px;
  margin-bottom: 75px;
}

.service-three .service-box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 40px 0 45px;
  margin-bottom: 30px;
}

.service-three .service-box span {
  display: block;
  width: 72px;
  height: 72px;
  border: 1px solid #db841b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  margin: auto;
  margin-bottom: 25px;
}

.service-three .service-box span img {
  padding-top: 19px;
}

.service-three .service-box h6 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-three .service-box p {
  font-size: 15px;
  color: #666666;
  max-width: 280px;
  line-height: 25px;
  margin: auto;
}

/* ====================
10. Service Details
==================== */
.service-details {
  padding: 90px 0;
}

.service-details .sd-box .sd-top img {
  margin-bottom: 15px;
}

.service-details .sd-box .sd-top h4 {
  color: #222222;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-details .sd-box .sd-top p {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.service-details .sd-box .sd-mdl {
  margin-bottom: 25px;
}

.service-details .sd-box .sd-mdl img {
  margin-bottom: 20px;
}

.service-details .sd-box .sd-mdl p {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  letter-spacing: 0.5px;
}

.service-details .sd-box .sd-head {
  border: 1px solid #eeeeee;
  padding: 15px;
}

.service-details .sd-box .sd-head .head-img img {
  max-width: 150px;
  margin-right: 15px;
}

.service-details .sd-box .sd-head .head-box h6 {
  color: #222222;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 3px;
  font-weight: 600;
}

.service-details .sd-box .sd-head .head-box span {
  font-size: 13px;
  color: #00a3c8;
  display: block;
  margin-bottom: 8px;
}

.service-details .sd-box .sd-head .head-box p {
  color: #969696;
  letter-spacing: 0.5px;
  line-height: 23px;
  margin-bottom: 12px;
}

.service-details .sd-box .sd-head .head-box ul li a i {
  font-size: 13px;
  color: #969696;
}

.service-details .sd-box .sd-head .head-box ul li a i:hover {
  color: #00a3c8;
}

.service-details .sd-widgets .service-widget {
  border: 1px solid #eeeeee;
  padding: 20px 25px;
  margin-bottom: 35px;
}

.service-details .sd-widgets .service-widget h5 {
  font-size: 18px;
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 15px;
  position: relative;
}

.service-details .sd-widgets .service-widget h5:before {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
}

.service-details .sd-widgets .service-widget ul li a {
  display: block;
  font-size: 15px;
  color: #555555;
  border-bottom: 1px dashed #dddddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.service-details .sd-widgets .service-widget ul li a:hover {
  color: #00a3c8;
}

.service-details .sd-widgets .service-widget ul li:last-child a {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.service-details .sd-widgets .shedule-box {
  border: 1px solid #eeeeee;
  padding: 20px 25px 25px;
  margin-bottom: 35px;
}

.service-details .sd-widgets .shedule-box .open-hr {
  margin-bottom: 28px;
}

.service-details .sd-widgets .shedule-box .open-hr h6 {
  font-size: 17px;
  color: #222222;
  font-weight: 600;
  margin-bottom: 18px;
}

.service-details .sd-widgets .shedule-box .open-hr h6 i {
  color: #00a3c8;
  margin-right: 8px;
}

.service-details .sd-widgets .shedule-box .open-hr ul li {
  font-size: 15px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px dashed #dddddd;
}

.service-details .sd-widgets .shedule-box .open-hr ul li span {
  float: right;
}

.service-details .sd-widgets .shedule-box .help-box h6 {
  font-size: 17px;
  color: #222222;
  font-weight: 600;
  margin-bottom: 13px;
}

.service-details .sd-widgets .shedule-box .help-box h6 i {
  color: #00a3c8;
  margin-right: 8px;
}

.service-details .sd-widgets .shedule-box .help-box p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 25px;
}

.service-details .sd-widgets .shedule-box .help-box a {
  font-size: 15px;
  color: #fff;
  background: #00a3c8;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 8px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.service-details .sd-widgets .shedule-box .help-box a:hover {
  background: #008FD5;
}

.service-details .sd-widgets .appoint-widget {
  border: 1px solid #eeeeee;
  padding: 20px 25px 25px;
}

.service-details .sd-widgets .appoint-widget h5 {
  font-size: 18px;
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 15px;
  position: relative;
}

.service-details .sd-widgets .appoint-widget h5:before {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
}

.service-details .sd-widgets .appoint-widget form input {
  display: block;
  width: 100%;
  margin: auto;
  border: none;
  border-bottom: 2px solid #dddddd;
  margin-bottom: 12px;
  padding: 10px 0;
  color: #222222;
}

.service-details .sd-widgets .appoint-widget form input:focus {
  border-color: #00a3c8;
}

.service-details .sd-widgets .appoint-widget form textarea {
  display: block;
  width: 100%;
  height: 100px;
  margin: auto;
  border: none;
  border-bottom: 2px solid #dddddd;
  margin-bottom: 25px;
  padding: 10px 0;
  color: #222222;
}

.service-details .sd-widgets .appoint-widget form textarea:focus {
  border-color: #00a3c8;
}

.service-details .sd-widgets .appoint-widget form button {
  color: #fff;
  background: #00a3c8;
  border: none;
  padding: 8px 25px;
  font-weight: 600;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.service-details .sd-widgets .appoint-widget form button:hover {
  background: #008FD5;
}

/* ====================
11. Service Details
==================== */
.Appointment {
  padding: 80px 0 0;
}

.Appointment .app-box {
  padding: 35px 45px 40px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-top: 50px;
}

.Appointment .app-box h4 {
  color: #222222;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  position: relative;
}

.Appointment .app-box h4:before {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 30px;
  height: 3px;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
  margin-bottom: -23px;
}

.Appointment .app-box h4:after {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 30px;
  height: 3px;
  bottom: 0;
  right: 50%;
  margin-right: -33px;
  margin-bottom: -23px;
}

.Appointment .app-box img {
  margin-bottom: 5px;
}

.Appointment .app-box form input {
  display: block;
  width: 100%;
  margin: auto;
  border: none;
  border-bottom: 2px solid #eeeeee;
  margin-bottom: 25px;
  padding: 10px 0;
  font-size: 15px;
  color: #222222;
}

.Appointment .app-box form input:focus {
  border-color: #00a3c8;
}

.Appointment .app-box form textarea {
  display: block;
  width: 100%;
  height: 130px;
  margin: auto;
  border: none;
  border-bottom: 2px solid #eeeeee;
  margin-bottom: 25px;
  padding: 10px 0;
  font-size: 15px;
  color: #222222;
}

.Appointment .app-box form textarea:focus {
  border-color: #00a3c8;
}

.Appointment .app-box form button {
  font-size: 16px;
  color: #fff;
  background: #00a3c8;
  border: none;
  padding: 10px 40px;
  font-weight: 600;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.Appointment .app-box form button:hover {
  background: #008FD5;
}

/* ====================
12. Home About Area
==================== */
.h-about {
  background-image: url(../images/about-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.h-about:before {
  position: absolute;
  content: '';
  background: rgba(0, 163, 200, 0.93);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.h-about .about-box {
  padding: 80px 0;
}

.h-about .about-box h4 {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  position: relative;
}

.h-about .about-box h4:before {
  position: absolute;
  content: '';
  background: #eeeeee;
  width: 30px;
  height: 3px;
  bottom: 0;
  left: 0;
  margin-bottom: -23px;
}

.h-about .about-box h4:after {
  position: absolute;
  content: '';
  background: #eeeeee;
  width: 30px;
  height: 3px;
  bottom: 0;
  left: 0;
  margin-bottom: -23px;
  margin-left: 38px;
}

.h-about .about-box img {
  margin-left: 19px;
  margin-bottom: 10px;
}

.h-about .about-box p {
  font-size: 16px;
  color: #eeeeee;
  line-height: 32px;
  margin-bottom: 30px;
}

.h-about .about-box p span {
  display: block;
  color: #dddddd;
  margin-top: 10px;
}

.h-about .about-box ul {
  margin-bottom: 12px;
}

.h-about .about-box ul li {
  font-size: 15px;
  color: #eeeeee;
}

.h-about .about-box ul li:nth-child(1) {
  width: 35%;
}

.h-about .about-box ul li i {
  color: #dddddd;
  vertical-align: middle;
  margin-right: 15px;
}

.h-about .shedule-box {
  background: #f3f3f3;
  padding: 78px 45px 38px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.13);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.13);
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}

.h-about .shedule-box .open-hr {
  margin-bottom: 28px;
}

.h-about .shedule-box .open-hr h6 {
  font-size: 17px;
  color: #222222;
  font-weight: 600;
  margin-bottom: 18px;
}

.h-about .shedule-box .open-hr h6 i {
  color: #00a3c8;
  margin-right: 8px;
}

.h-about .shedule-box .open-hr ul li {
  font-size: 15px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px dashed #dddddd;
}

.h-about .shedule-box .open-hr ul li span {
  float: right;
}

.h-about .shedule-box .help-box h6 {
  font-size: 17px;
  color: #222222;
  font-weight: 600;
  margin-bottom: 13px;
}

.h-about .shedule-box .help-box h6 i {
  color: #00a3c8;
  margin-right: 8px;
}

.h-about .shedule-box .help-box p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 25px;
}

.h-about .shedule-box .help-box a {
  font-size: 15px;
  color: #fff;
  background: #00a3c8;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 8px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.h-about .shedule-box .help-box a:hover {
  background: #008FD5;
}

/* ====================
13. Department Area
==================== */
.department {
  padding: 80px 0 65px;
}

.department .department-top h4 {
  color: #222222;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  position: relative;
}

.department .department-top h4:before {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 30px;
  height: 3px;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
  margin-bottom: -23px;
}

.department .department-top h4:after {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 30px;
  height: 3px;
  bottom: 0;
  right: 50%;
  margin-right: -33px;
  margin-bottom: -23px;
}

.department .department-top img {
  margin-bottom: 5px;
}

.department .department-top p {
  font-size: 16px;
  color: #969696;
  max-width: 550px;
  margin: auto;
  line-height: 28px;
  margin-bottom: 75px;
}

.department .nav {
  padding-left: 15px;
}

.department .nav a.nav-link {
  width: 47%;
  height: 110px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  padding-top: 18px;
}

.department .nav a.nav-link img {
  max-width: 42px;
  margin-bottom: 10px;
}

.department .nav a.nav-link p {
  font-size: 15px;
  color: #222222;
  font-weight: 600;
  text-transform: uppercase;
}

.department .nav a.active {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.department .nav a.active p {
  color: #00a3c8;
}

.department .tab-content .tab-pane {
  padding: 18px 25px 22px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.department .tab-content .tab-pane .box-heading h4 {
  color: #222222;
  font-weight: 600;
  margin-bottom: 12px;
}

.department .tab-content .tab-pane .content-box p {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 20px;
}

.department .tab-content .tab-pane .content-box p span {
  display: block;
  font-size: 15px;
  color: #969696;
  margin-top: 10px;
}

.department .tab-content .tab-pane .content-box ul li {
  font-size: 15px;
  color: #969696;
  margin-bottom: 12px;
}

.department .tab-content .tab-pane .content-box ul li i {
  color: #00a3c8;
  margin-right: 8px;
}

.department .tab-content .tab-pane .image-box img {
  margin-top: 10px;
  margin-bottom: 20px;
}

.department .tab-content .tab-pane .image-box a {
  font-size: 16px;
  color: #00a3c8;
  font-weight: 600;
  padding: 8px 30px;
  border: 1px solid #00a3c8;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  float: right;
}

.department .tab-content .tab-pane .image-box a:hover {
  background: #00a3c8;
  color: #fff;
}

.department-two {
  padding: 80px 0 88px;
}

.department-two .department2-top h4 {
  color: #222222;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  position: relative;
}

.department-two .department2-top h4:before {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 30px;
  height: 3px;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
  margin-bottom: -23px;
}

.department-two .department2-top h4:after {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 30px;
  height: 3px;
  bottom: 0;
  right: 50%;
  margin-right: -33px;
  margin-bottom: -23px;
}

.department-two .department2-top img {
  margin-bottom: 5px;
}

.department-two .department2-top p {
  font-size: 16px;
  color: #969696;
  max-width: 550px;
  margin: auto;
  line-height: 28px;
  margin-bottom: 75px;
}

.department-two .nav {
  padding-left: 15px;
  margin-bottom: 30px;
}

.department-two .nav a.nav-link {
  width: 18%;
  height: 125px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  padding-top: 26px;
}

.department-two .nav a.nav-link img {
  max-width: 42px;
  margin-bottom: 10px;
}

.department-two .nav a.nav-link p {
  font-size: 15px;
  color: #222222;
  font-weight: 600;
  text-transform: uppercase;
}

.department-two .nav a.active {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.department-two .nav a.active p {
  color: #00a3c8;
}

.department-two .tab-content .tab-pane {
  padding: 18px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.department-two .tab-content .tab-pane .image-box a {
  font-size: 16px;
  color: #00a3c8;
  font-weight: 600;
  padding: 8px 30px;
  border: 1px solid #00a3c8;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  float: right;
}

.department-two .tab-content .tab-pane .image-box a:hover {
  background: #00a3c8;
  color: #fff;
}

.department-two .tab-content .tab-pane .content-box h4 {
  color: #222222;
  font-weight: 600;
  margin-bottom: 12px;
}

.department-two .tab-content .tab-pane .content-box p {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 20px;
}

.department-two .tab-content .tab-pane .content-box p span {
  display: block;
  color: #969696;
  margin-top: 10px;
}

.department-two .tab-content .tab-pane .content-box ul {
  margin-bottom: 35px;
}

.department-two .tab-content .tab-pane .content-box ul li {
  font-size: 15px;
  color: #969696;
  margin-bottom: 12px;
}

.department-two .tab-content .tab-pane .content-box ul li i {
  color: #00a3c8;
  margin-right: 8px;
}

.department-two .tab-content .tab-pane .content-box a {
  font-size: 16px;
  color: #00a3c8;
  font-weight: 600;
  padding: 8px 30px;
  border: 1px solid #00a3c8;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.department-two .tab-content .tab-pane .content-box a:hover {
  background: #00a3c8;
  color: #fff;
}

/* ====================
14. Specialist Area
==================== */
.specialist {
  padding: 0 0 85px;
}

.specialist .specialist-top h4 {
  color: #222222;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  position: relative;
}

.specialist .specialist-top h4:before {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 30px;
  height: 3px;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
  margin-bottom: -23px;
}

.specialist .specialist-top h4:after {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 30px;
  height: 3px;
  bottom: 0;
  right: 50%;
  margin-right: -33px;
  margin-bottom: -23px;
}

.specialist .specialist-top img {
  margin-bottom: 5px;
}

.specialist .specialist-top p {
  font-size: 16px;
  color: #969696;
  max-width: 550px;
  margin: auto;
  line-height: 28px;
  margin-bottom: 75px;
}

.specialist .owl-doctor .carousel-content {
  position: relative;
}

.specialist .owl-doctor .carousel-content .doc-content {
  position: absolute;
  bottom: -50px;
  left: 0;
  background: rgba(0, 163, 200, 0.85);
  width: 100%;
  padding: 10px 0 15px;
  overflow: hidden;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.specialist .owl-doctor .carousel-content .doc-content h5 {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 600;
}

.specialist .owl-doctor .carousel-content .doc-content p {
  color: #eeeeee;
  margin-bottom: 15px;
}

.specialist .owl-doctor .carousel-content .doc-content ul li a i {
  color: #eeeeee;
  width: 30px;
  height: 30px;
  border: 1px solid #eeeeee;
  padding-top: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.specialist .owl-doctor .carousel-content .doc-content ul li a i:hover {
  background: #fff;
  color: #00a3c8;
}

.specialist .owl-doctor .carousel-content:hover .doc-content {
  bottom: 0;
}

.about-specialist {
  padding-top: 80px;
}

.doctor-list {
  padding: 80px 0 60px;
}

.doctor-list .d-list-top h4 {
  color: #222222;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 5px;
  position: relative;
}

.doctor-list .d-list-top h4:before {
  position: absolute;
  content: '';
  background: #39639b;
  width: 30px;
  height: 3px;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
  margin-bottom: -23px;
}

.doctor-list .d-list-top h4:after {
  position: absolute;
  content: '';
  background: #39639b;
  width: 30px;
  height: 3px;
  bottom: 0;
  right: 50%;
  margin-right: -33px;
  margin-bottom: -23px;
}

.doctor-list .d-list-top img {
  margin-bottom: 5px;
}

.doctor-list .d-list-top p {
  font-size: 16px;
  color: #000000;
  margin: auto;
  line-height: 28px;
  margin-bottom: 10px;
  text-align:justify;
}

.doctor-list .doctor-box {
  margin-bottom: 40px;
  margin-top:30px;
}

.doctor-list .doctor-box img {
  margin-bottom: 15px;
}

.doctor-list .doctor-box h5 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}

.doctor-list .doctor-box p {
  color: #969696;
  margin-bottom: 20px;
}

.doctor-list .doctor-box a {
  font-size: 15px;
  color: #fff;
  background: #00a3c8;
  padding: 8px 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  font-weight: 600;
}

.doctor-list .doctor-box a:hover {
  background: #008FD5;
}

.doctor-list .doctor-box2 {
  border: 1px solid #eeeeee;
  margin-bottom: 70px;
}

.doctor-list .doctor-box2 img {
  margin-bottom: 15px;
}

.doctor-list .doctor-box2 h5 {
  margin-bottom: 5px;
}

.doctor-list .doctor-box2 h5 a {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
}

.doctor-list .doctor-box2 h5 a:hover {
  color: #00a3c8;
}

.doctor-list .doctor-box2 p {
  color: #969696;
  margin-bottom: 12px;
}

.doctor-list .doctor-box2 ul {
  padding-bottom: 20px;
}

.doctor-list .doctor-box2 ul li a i {
  font-size: 13px;
  color: #00a3c8;
  border: 1px solid #00a3c8;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding-top: 7px;
}

.doctor-list .doctor-box2 ul li a i:hover {
  background: #00a3c8;
  color: #fff;
}

.doc-details {
  padding: 90px 0 65px;
}

.doc-details .doc-image img {
  margin-bottom: 30px;
}

.doc-details .open-hr {
  border: 1px solid #eeeeee;
  padding: 20px 25px 25px;
}

.doc-details .open-hr h6 {
  font-size: 17px;
  color: #222222;
  font-weight: 600;
  margin-bottom: 18px;
}

.doc-details .open-hr h6 i {
  color: #00a3c8;
  margin-right: 8px;
}

.doc-details .open-hr ul {
  margin-bottom: 25px;
}

.doc-details .open-hr ul li {
  font-size: 15px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px dashed #dddddd;
}

.doc-details .open-hr ul li span {
  float: right;
}

.doc-details .open-hr a {
  font-size: 16px;
  color: #fff;
  background: #00a3c8;
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 10px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.doc-details .open-hr a:hover {
  background: #008FD5;
}

.doc-details .doc-pro h4 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

.doc-details .doc-pro span {
  font-size: 15px;
  color: #00a3c8;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

.doc-details .doc-pro p {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 25px;
}

.doc-details .doc-pbox ul {
  margin-bottom: 15px;
}

.doc-details .doc-pbox ul li {
  font-size: 15px;
  line-height: 28px;
}

.doc-details .doc-pbox ul li:nth-child(1) {
  font-size: 16px;
  color: #222222;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 3px;
  margin-bottom: 10px;
}

.doc-details .doc-pbox ul li:nth-child(1):before {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
}

/* ====================
15. Testimonial Area
==================== */
.testimonial {
  background-image: url(../images/testimonial-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 85px 0 150px;
}

.testimonial:before {
  position: absolute;
  content: '';
  background: rgba(57, 99, 155, 0.93);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.testimonial .testimonial-top h4 {
  color: #fff;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 5px;
  position: relative;
  font-size:30px;
}

.testimonial .testimonial-top h4:before {
  position: absolute;
  content: '';
  background: #eeeeee;
  width: 30px;
  height: 3px;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
  margin-bottom: -23px;
}

.testimonial .testimonial-top h4:after {
  position: absolute;
  content: '';
  background: #eeeeee;
  width: 30px;
  height: 3px;
  bottom: 0;
  right: 50%;
  margin-right: -33px;
  margin-bottom: -23px;
}

.testimonial .testimonial-top img {
  margin-bottom: 5px;
}

.testimonial .testimonial-top p {
  font-size: 16px;
  color: #eeeeee;
  max-width: 550px;
  margin: auto;
  line-height: 28px;
  margin-bottom: 45px;
}

.testimonial .owl-testimonial .testimonial-content img {
  max-width: 100px;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 10px;
}

.testimonial .owl-testimonial .testimonial-content h5 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 3px;
  font-weight: 600;
}

.testimonial .owl-testimonial .testimonial-content span {
  display: block;
  font-size: 15px;
  color: #dddddd;
  font-weight: 600;
  margin-bottom: 8px;
}

.testimonial .owl-testimonial .testimonial-content p {
  font-size: 16px;
  color: #eeeeee;
  line-height: 30px;
  letter-spacing: 0.5px;
  max-width: 500px;
  font-style: italic;
  margin: auto;
}

.testimonial .owl-testimonial .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: -70px;
  margin-left: -16px;
}

.testimonial .owl-testimonial .owl-dots .owl-dot {
  width: 5px;
  height: 13px;
  background: #dddddd;
  display: inline-block;
  margin: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.testimonial .owl-testimonial .owl-dots .owl-dot.active {
  background: #eeeeee;
  height: 16px;
}

/* ====================
16. Gallery Area
==================== */
.gallery {
  padding: 80px 0 55px;
}

.gallery .gallery-top h4 {
  color: #222222;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  position: relative;
}

.gallery .gallery-top h4:before {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 30px;
  height: 3px;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
  margin-bottom: -23px;
}

.gallery .gallery-top h4:after {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 30px;
  height: 3px;
  bottom: 0;
  right: 50%;
  margin-right: -33px;
  margin-bottom: -23px;
}

.gallery .gallery-top img {
  margin-bottom: 5px;
}

.gallery .gallery-top p {
  font-size: 16px;
  color: #969696;
  max-width: 550px;
  margin: auto;
  line-height: 28px;
  margin-bottom: 50px;
}

.gallery ul.gallery-filter {
  margin-bottom: 60px;
}

.gallery ul.gallery-filter li {
  font-size: 15px;
  color: #222222;
  font-weight: 600;
  padding: 8px 20px;
  margin: 0 8px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.gallery ul.gallery-filter li:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.gallery ul.gallery-filter li.active {
  background: #00a3c8;
  color: #fff;
}

.gallery .gallery-items .grid-item {
  margin-bottom: 30px;
}

.gallery .gallery-items .grid-item .gallery-content {
  overflow: hidden;
  position: relative;
}

.gallery .gallery-items .grid-item .gallery-content img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.gallery .gallery-items .grid-item .gallery-content .fc-icon {
  position: absolute;
  background: rgba(0, 163, 200, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.gallery .gallery-items .grid-item .gallery-content .fc-icon a {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #fff;
  margin-top: 28%;
  padding-top: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.gallery .gallery-items .grid-item .gallery-content .fc-icon a img {
  max-width: 25px;
}

.gallery .gallery-items .grid-item .gallery-content .fc-icon a:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.gallery .gallery-items .grid-item .gallery-content:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.gallery .gallery-items .grid-item .gallery-content:hover .fc-icon {
  visibility: visible;
  z-index: 1;
  opacity: 1;
}

.gallery .gallery-items .grid-item .gallery-content:hover .fc-icon a img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* ====================
17. Pricing
==================== */
.pricing {
  padding: 80px 0 85px;
}

.pricing .pricing-top h4 {
  color: #9e4c00;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  position: relative;
  font-size: 32px;
}

.pricing .pricing-top h4:before {
  position: absolute;
  content: '';
  background: #fed062;
  width: 30px;
  height: 3px;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
  margin-bottom: -23px;
}

.pricing .pricing-top h4:after {
  position: absolute;
  content: '';
  background: #fed062;
  width: 30px;
  height: 3px;
  bottom: 0;
  right: 50%;
  margin-right: -33px;
  margin-bottom: -23px;
}

.pricing .pricing-top img {
  margin-bottom: 5px;
}

.pricing .pricing-top p {
  font-size: 16px;
  color: #969696;
  max-width: 550px;
  margin: auto;
  line-height: 28px;
  margin-bottom: 60px;
}

.pricing .pricing-box {
	min-height:326px;
  background: #020e24;
  border: 4px solid #ad641d;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 40px 50px 45px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  margin-bottom: 50px;
}
.pricing .pricing-box:hover {border: 4px solid #00a3c8; border-radius:10px; }


.pricing .pricing-box h5 {
    color: #d88e2f;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
	margin-top: 8%;
}

.pricing .pricing-box p {
  font-size: 16px;
  color: #fff;
  background: #00a3c8;
  font-weight: 600;
  width: 105px;
  height: 105px;
  padding-top: 12px;
  margin: auto;
  margin-bottom: 30px;
}

.pricing .pricing-box p span {
  display: block;
  font-size: 36px;
  margin-bottom: -7px;
}

.pricing .pricing-box ul {
  margin-bottom: 35px;
}

.pricing .pricing-box ul li {
  font-size: 15px;
  color: #969696;
  border-bottom: 1px dashed #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.pricing .pricing-box ul li:first-child {
  border-top: 1px dashed #eeeeee;
  padding-top: 10px;
}

.pricing .pricing-box a {
  display: block;
  font-size: 16px;
  color: #fff;
  background: #00a3c8;
  padding: 10px;
  font-weight: 600;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.pricing .pricing-box a:hover {
  background: #008FD5;
}

.pricing .pricing-box:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.pricing .pricing-box2 {
  padding: 30px 30px 35px;
  border: 3px solid #eeeeee;
}

.pricing .pricing-box2 h5 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

.pricing .pricing-box2 p {
  font-size: 42px;
  color: #00a3c8;
  display: block;
  margin-bottom: 20px;
}

.pricing .pricing-box2 ul {
  margin-bottom: 30px;
}

.pricing .pricing-box2 ul li {
  font-size: 15px;
  color: #969696;
  border-bottom: 1px dashed #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.pricing .pricing-box2 ul li:first-child {
  border-top: 1px dashed #eeeeee;
  padding-top: 10px;
}

.pricing .pricing-box2 a {
  display: block;
  font-size: 16px;
  color: #fff;
  background: #00a3c8;
  padding: 8px;
  font-weight: 600;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.pricing .pricing-box2 a:hover {
  background: #008FD5;
}

/* ====================
18. Counter Area
==================== */
.counter-area {
  /*background-image: url(../images/counter-bg.jpg);
  background-size: auto;
  background-position: left top;
  background-repeat: repeat;*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 100px 0 90px;
}

.counter-area:before {
  position: absolute;
  content: '';
  background:#6c407e;
  /*background: rgba(0, 163, 200, 0.9);
 /* background:rgba(2, 98, 120, 0.9);*/
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.counter-area .counter-box {
  border: 1px solid #dddddd;
  border-top: none;
  margin: 0 20px;
  padding: 25px 0;
  position: relative;
}

.counter-area .counter-box:before {
  position: absolute;
  content: '';
  background: #dddddd;
  width: 60px;
  height: 1px;
  top: 0;
  left: 0;
}

.counter-area .counter-box:after {
  position: absolute;
  content: '';
  background: #dddddd;
  width: 60px;
  height: 1px;
  top: 0;
  right: 0;
}

.counter-area .counter-box img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
}

.counter-area .counter-box p {
  font-size: 46px;
  color: #fff;
  margin-bottom: 5px;
  margin-top:10px;
}

.counter-area .counter-box h6 {
  font-size: 17px;
  color: #eeeeee;
  text-transform: none;
  letter-spacing: 0.5px;
  font-weight: 600;
  padding-top:10px;
}

/* ====================
19. News & Events
==================== */
.news {
  padding: 80px 0 90px;
}

.news .news-top h4 {
  color: #222222;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 5px;
  position: relative;
  font-size:30px;
}

.news .news-top h4:before {
  position: absolute;
  content: '';
  background: #39639b;
  width: 30px;
  height: 3px;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
  margin-bottom: -23px;
}

.news .news-top h4:after {
  position: absolute;
  content: '';
  background: #39639b;
  width: 30px;
  height: 3px;
  bottom: 0;
  right: 50%;
  margin-right: -33px;
  margin-bottom: -23px;
}

.news .news-top img {
  margin-bottom: 5px;
}

.news .news-top p {
  font-size: 16px;
  color: #969696;
  max-width: 550px;
  margin: auto;
  line-height: 28px;
  margin-bottom: 75px;
}

.news .news-box {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.news .news-box .news-image a img {
  margin-bottom: 20px;
}

.news .news-box .news-heading {
  margin-bottom: 12px;
  padding: 0 20px;
}

.news .news-box .news-heading .news-date p {
  font-size: 20px;
  background: #39639b;
  color: #fff;
  width: 58px;
  height: 58px;
  font-weight: 600;
  line-height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding-top: 8px;
  margin-right: 12px;
}

.news .news-box .news-heading .heading-box {
  padding-top: 5px;
}

.news .news-box .news-heading .heading-box h6 a {
  font-size: 18px;
  color: #222222;
  font-weight: 600;
  margin-bottom: 6px;
  display: inline-block;
}

.news .news-box .news-heading .heading-box h6 a:hover {
  color: #00a3c8;
}

.news .news-box .news-heading .heading-box ul li i {
  color: #969696;
  margin-right: 5px;
}

.news .news-box .news-heading .heading-box ul li a {
  color: #555555;
}

.news .news-box .news-heading .heading-box ul li a:hover {
  color: #00a3c8;
}

.news .news-box .news-heading .heading-box ul li:nth-child(1) {
  margin-right: 10px;
}

.news .news-box .news-content {
  padding: 0 20px;
}

.news .news-box .news-content p {
  font-size: 16px;
  color: #969696;
  line-height: 30px;
  letter-spacing: 0.5px;
  padding-bottom: 20px;
}

.news .news-box:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

/* ====================
20. Footer Section
==================== */
footer {
	background: url(../images/footer-bg.jpg) center center no-repeat fixed;
    background-size: cover;
    padding: 40px 0;
  padding: 60px 0 0px;
}

footer .findus h4 {
  letter-spacing: 5px;
  color: #fed062;
  text-transform: uppercase;
  margin-bottom: 27px;
}
footer .findus h4 span {
    border-top: 2px solid /*#29231e*/#e3c899;
    display: block;
    width: 60%;
	margin-top:10px;
}

footer .findus p {
  font-size: 15px;
  color: #fed062;
  line-height: 28px;
  margin-bottom: 15px;
}

footer .findus ul li {
  color: #fed062;
  margin-bottom: 12px;
}

footer .findus ul li i {
  font-size: 15px;
  color: #e3c899 !important;
  width: 25px;
}

footer .qlink h4 {
  letter-spacing: 5px;
  color: #fed062;
  text-transform: uppercase;
  margin-bottom: 30px;
}
footer .qlink h4 span {
    border-top: 2px solid /*#29231e*/#e3c899;
    display: block;
    width: 60%;
	margin-top:10px;
}

footer .qlink ul li {
  margin-bottom: 10px;
}

footer .qlink ul li i {
  color: #e3c899 !important;
  margin-right: 20px;
}

footer .qlink ul li a {
  font-size: 15px;
  color: #fed062;
}

footer .qlink ul li a:hover {
  color: #ad641d;
}

footer .tpost h4 {
  color: #fed062;
  text-transform: uppercase;
  margin-bottom: 30px;
}

footer .tpost ul li {
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 20px;
}

footer .tpost ul li i {
  font-size: 32px;
  color: #ffffff;
  display: inline-block;
  margin-right: 10px;
  float: left;
  height: 42px;
}

footer .tpost ul li a {
  color: #00a3c8;
}

footer .tpost ul li a:hover {
  text-decoration: underline;
}

footer .newsletter h4 {
  color: #dddddd;
  text-transform: uppercase;
  margin-bottom: 38px;
}

footer .newsletter form input {
  width: 100%;
  height: 40px;
  border: 1px solid #666666;
  margin-bottom: 20px;
  background: transparent;
  color: #eeeeee;
  padding-left: 15px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

footer .newsletter form input:focus {
  border-color: #00a3c8;
}

footer .newsletter form button {
  font-size: 15px;
  color: #eeeeee;
  background: #00a3c8;
  width: 100%;
  height: 40px;
  font-weight: 600;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

footer .newsletter form button:hover {
  background: #008FD5;
}

footer .f-menu {
  margin-top: 30px;
  border-top: 1px solid #ad641d;
  padding-top: 20px;
  padding-bottom: 1px;
  background:#ad641d;
}

footer .f-menu ul.menu {
  margin-bottom: 5px;
}

footer .f-menu ul.menu li a {
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 10px;
}

footer .f-menu ul.menu li a:hover {
  color: #00a3c8;
}

footer .f-menu p {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 20px;
}

footer .f-menu p i {
  color: #00a3c8;
  margin: 0 2px;
}

footer .f-menu p a {
  color:#fed062;
}

footer .f-menu p a:hover {
  text-decoration: underline;
}

footer .f-menu ul.social li a i {
  font-size: 13px;
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 28px;
  height: 28px;
  padding-top: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

footer .f-menu ul.social li a i:hover {
  background: #666666;
  color: #00a3c8;
}

footer .back-to-top a {
  background:#fed062; color: #000;
  position: fixed;
  width: 45px;
  height: 45px;
  cursor: pointer;
  bottom: 80px;
  right: 40px;
  padding-top: 11px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: none;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  z-index: 1;
}

footer .back-to-top a:hover {
  background: #ad641d;
}

ul.footer_social {
    margin-top: 30px;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
ul.footer_social li {
    padding: 0 1px;
}
.list-inline-item:not(:last-child) {
    margin-right: 0px !important;
}
.list-inline-item {
    display: inline-block;
}
 ul.footer_social li a {
    display: block;
    width: 36px;
    height: 36px;
    color: #CACFD3;
    font-size: 19px;
    line-height: 37px;
    text-align: center;
    border-radius: 50%;
    background: #1f1f21;
    transition: all .5s ease;
}
ul.footer_social li a:hover {
    border-color: #454c80;
    background: #ad641d;
    border-radius: 50%;
    color: #CACFD3;
}
ul.footer_social li i {
    color: #fed062 !important;
}


/* ====================
21. Faq Area
==================== */
.faq {
  padding: 90px 0;
}

.faq .faq-box .card {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin-bottom: 20px;
}

.faq .faq-box .card .card-header {
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.faq .faq-box .card .card-header a {
  display: block;
  height: 55px;
  background: #eeeeee;
  position: relative;
}

.faq .faq-box .card .card-header a i {
  background: #00a3c8;
  font-size: 24px;
  color: #fff;
  position: absolute;
  width: 55px;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  padding-top: 15px;
}

.faq .faq-box .card .card-header a span {
  position: absolute;
  top: 13px;
  left: 10%;
  font-size: 18px;
  color: #222222;
  font-weight: 600;
}

.faq .faq-box .card .card-header a.hvr-effect.collapsed i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq .faq-box .card .card-body {
  border: 1px solid #eeeeee;
  border-top: none;
}

.faq .faq-box .card .card-body p {
  font-size: 15px;
  color: #969696;
  line-height: 25px;
}

.faq .faq-widgets .faq-widget {
  border: 1px solid #eeeeee;
  padding: 20px 25px;
  margin-bottom: 35px;
}

.faq .faq-widgets .faq-widget h5 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 15px;
  position: relative;
}

.faq .faq-widgets .faq-widget h5:before {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
}

.faq .faq-widgets .faq-widget ul li a {
  display: block;
  font-size: 15px;
  color: #555555;
  border-bottom: 1px dashed #dddddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.faq .faq-widgets .faq-widget ul li a:hover {
  color: #00a3c8;
}

.faq .faq-widgets .faq-widget ul li:last-child a {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.faq .faq-widgets .shedule-box {
  border: 1px solid #eeeeee;
  padding: 20px 25px 25px;
}

.faq .faq-widgets .shedule-box .open-hr {
  margin-bottom: 28px;
}

.faq .faq-widgets .shedule-box .open-hr h6 {
  font-size: 17px;
  color: #222222;
  font-weight: 600;
  margin-bottom: 18px;
}

.faq .faq-widgets .shedule-box .open-hr h6 i {
  color: #00a3c8;
  margin-right: 8px;
}

.faq .faq-widgets .shedule-box .open-hr ul li {
  font-size: 15px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px dashed #dddddd;
}

.faq .faq-widgets .shedule-box .open-hr ul li span {
  float: right;
}

.faq .faq-widgets .shedule-box .help-box h6 {
  font-size: 17px;
  color: #222222;
  font-weight: 600;
  margin-bottom: 13px;
}

.faq .faq-widgets .shedule-box .help-box h6 i {
  color: #00a3c8;
  margin-right: 8px;
}

.faq .faq-widgets .shedule-box .help-box p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 25px;
}

.faq .faq-widgets .shedule-box .help-box a {
  font-size: 15px;
  color: #fff;
  background: #00a3c8;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 8px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.faq .faq-widgets .shedule-box .help-box a:hover {
  background: #008FD5;
}

.faq-two {
  padding: 90px 0 55px;
}

.faq-two .faq-qes {
  margin-bottom: 30px;
}

.faq-two .faq-qes ul li a {
  font-size: 17px;
  color: #222222;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 15px;
}

.faq-two .faq-qes ul li a:hover {
  color: #00a3c8;
}

.faq-two .faq-ans {
  margin-bottom: 28px;
}

.faq-two .faq-ans .fa-ttl p {
  font-size: 17px;
  color: #222222;
  margin-bottom: 15px;
}

.faq-two .faq-ans .fa-par p {
  font-size: 15px;
  line-height: 25px;
}

.faq-two .faq-widgets .faq-widget {
  border: 1px solid #eeeeee;
  padding: 20px 25px;
  margin-bottom: 35px;
}

.faq-two .faq-widgets .faq-widget h5 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 15px;
  position: relative;
}

.faq-two .faq-widgets .faq-widget h5:before {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
}

.faq-two .faq-widgets .faq-widget ul li a {
  display: block;
  font-size: 15px;
  color: #555555;
  border-bottom: 1px dashed #dddddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.faq-two .faq-widgets .faq-widget ul li a:hover {
  color: #00a3c8;
}

.faq-two .faq-widgets .faq-widget ul li:last-child a {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.faq-two .faq-widgets .shedule-box {
  border: 1px solid #eeeeee;
  padding: 20px 25px 25px;
}

.faq-two .faq-widgets .shedule-box .open-hr {
  margin-bottom: 28px;
}

.faq-two .faq-widgets .shedule-box .open-hr h6 {
  font-size: 17px;
  color: #222222;
  font-weight: 600;
  margin-bottom: 18px;
}

.faq-two .faq-widgets .shedule-box .open-hr h6 i {
  color: #00a3c8;
  margin-right: 8px;
}

.faq-two .faq-widgets .shedule-box .open-hr ul li {
  font-size: 15px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px dashed #dddddd;
}

.faq-two .faq-widgets .shedule-box .open-hr ul li span {
  float: right;
}

.faq-two .faq-widgets .shedule-box .help-box h6 {
  font-size: 17px;
  color: #222222;
  font-weight: 600;
  margin-bottom: 13px;
}

.faq-two .faq-widgets .shedule-box .help-box h6 i {
  color: #00a3c8;
  margin-right: 8px;
}

.faq-two .faq-widgets .shedule-box .help-box p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 25px;
}

.faq-two .faq-widgets .shedule-box .help-box a {
  font-size: 15px;
  color: #fff;
  background: #00a3c8;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 8px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.faq-two .faq-widgets .shedule-box .help-box a:hover {
  background: #008FD5;
}

/* ====================
22. 404 Area
==================== */
.error-page {
  padding: 70px 0 135px;
}

.error-page .error-box h1 {
  font-size: 220px;
  color: #222222;
  font-weight: 700;
}

.error-page .error-box h1 img {
  max-width: 155px;
  margin: 0 10px;
  margin-top: -55px;
}

.error-page .error-box h3 {
  color: #444444;
  font-weight: 600;
  margin-bottom: 20px;
}

.error-page .error-box p {
  font-size: 18px;
  color: #969696;
  font-weight: 600;
  margin-bottom: 40px;
}

.error-page .error-box a {
  font-size: 18px;
  color: #00a3c8;
  background: #fff;
  padding: 10px 30px;
  font-weight: 600;
  border: 1px solid #00a3c8;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.error-page .error-box a i {
  margin-right: 8px;
}

.error-page .error-box a:hover {
  background: #00a3c8;
  color: #fff;
}

/* ====================
23. Coming Soon
==================== */
.coming-soon {
  background-image: url(../images/about.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 700px;
  position: relative;
}

.coming-soon:before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.coming-soon .cms-table {
  display: table;
  width: 100%;
  height: 100%;
}

.coming-soon .cms-table .cms-tablecell {
  display: table-cell;
  vertical-align: middle;
}

.coming-soon .cms-table .cms-tablecell .cms-box h1 {
  font-size: 56px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

.coming-soon .cms-table .cms-tablecell .cms-box .countdown-timer {
  margin-bottom: 45px;
}

.coming-soon .cms-table .cms-tablecell .cms-box .countdown-timer #timer-wrapper .timer-body-block .table-cell {
  display: inline-block;
  margin: 0 22px;
}

.coming-soon .cms-table .cms-tablecell .cms-box .countdown-timer #timer-wrapper .timer-body-block .table-cell .tab-val {
  font-size: 40px;
  color: #fff;
}

.coming-soon .cms-table .cms-tablecell .cms-box .countdown-timer #timer-wrapper .timer-body-block .table-cell .tab-unit {
  font-size: 15px;
  color: #eeeeee;
  font-weight: 600;
  text-transform: uppercase;
}

.coming-soon .cms-table .cms-tablecell .cms-box p {
  font-size: 24px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.coming-soon .cms-table .cms-tablecell .cms-box form {
  width: 400px;
  margin: auto;
  position: relative;
}

.coming-soon .cms-table .cms-tablecell .cms-box form input {
  width: 100%;
  height: 45px;
  font-size: 15px;
  color: #fff;
  background: transparent;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding-left: 20px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.coming-soon .cms-table .cms-tablecell .cms-box form input.placeholder {
  font-style: italic;
  color: #dddddd;
}

.coming-soon .cms-table .cms-tablecell .cms-box form input:-moz-placeholder {
  font-style: italic;
  color: #dddddd;
}

.coming-soon .cms-table .cms-tablecell .cms-box form input::-moz-placeholder {
  font-style: italic;
  color: #dddddd;
}

.coming-soon .cms-table .cms-tablecell .cms-box form input:-ms-input-placeholder {
  font-style: italic;
  color: #dddddd;
}

.coming-soon .cms-table .cms-tablecell .cms-box form input::-webkit-input-placeholder {
  font-style: italic;
  color: #dddddd;
}

.coming-soon .cms-table .cms-tablecell .cms-box form input:focus {
  border-color: #00a3c8;
}

.coming-soon .cms-table .cms-tablecell .cms-box form button {
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  right: 0;
  color: #dddddd;
  border: none;
  background: transparent;
}

.coming-soon .cms-table .cms-tablecell .cms-box form button:hover {
  color: #00a3c8;
}

.cms-footer {
  background: #263238;
  padding: 50px 0;
}

.cms-footer .cms-ftr-box p {
  font-size: 15px;
  color: #666666;
  margin-bottom: 20px;
}

.cms-footer .cms-ftr-box p i {
  color: #00a3c8;
  margin: 0 2px;
}

.cms-footer .cms-ftr-box p a {
  color: #00a3c8;
}

.cms-footer .cms-ftr-box p a:hover {
  text-decoration: underline;
}

.cms-footer .cms-ftr-box ul.social li a i {
  font-size: 13px;
  color: #666666;
  border: 1px solid #666666;
  width: 28px;
  height: 28px;
  padding-top: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.cms-footer .cms-ftr-box ul.social li a i:hover {
  background: #666666;
  color: #00a3c8;
}

/* ====================
24. Contact
==================== */
.contact {
  padding: 80px 0 0;
}

.contact .contact-box-tp h4 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 25px;
  position: relative;
}

.contact .contact-box-tp h4:before {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
}

.contact .contact-box {
  margin-bottom: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.contact .contact-box .contact-icon i {
  font-size: 26px;
  color: #00a3c8;
  width: 65px;
  height: 65px;
  text-align: center;
  padding-top: 19px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  margin-right: 20px;
  margin-top: 5px;
}

.contact .contact-box .contact-content h6 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact .contact-box .contact-content p {
  font-size: 15px;
  color: #969696;
}

.contact .social-link ul li a i {
  font-size: 15px;
  color: #fff;
  width: 38px;
  height: 38px;
  text-align: center;
  padding-top: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.contact .social-link ul li a i:hover {
  background: #00a3c8 !important;
}

.contact .social-link ul li:nth-child(1) a i {
  background: #3b5998;
}

.contact .social-link ul li:nth-child(2) a i {
  background: #1da1f2;
}

.contact .social-link ul li:nth-child(3) a i {
  background: #0077b5;
}

.contact .social-link ul li:nth-child(4) a i {
  background: #ff0000;
}

.contact .social-link ul li:nth-child(5) a i {
  background: #bd081c;
}

.contact .contact-form h4 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 25px;
  position: relative;
}

.contact .contact-form h4:before {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
}

.contact .contact-form form p input {
  font-size: 15px;
  width: 100%;
  height: 45px;
  border: 1px solid #dddddd;
  padding-left: 15px;
  margin-bottom: 25px;
}

.contact .contact-form form p input:focus {
  border-color: #00a3c8;
}

.contact .contact-form form p textarea {
  font-size: 15px;
  width: 100%;
  height: 185px;
  border: 1px solid #dddddd;
  padding: 15px;
  margin-bottom: 25px;
}

.contact .contact-form form p textarea:focus {
  border-color: #00a3c8;
}

.contact .contact-form form button {
  font-size: 15px;
  color: #fff;
  background: #00a3c8;
  padding: 10px 35px;
  border: none;
  font-weight: 600;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.contact .contact-form form button:hover {
  background: #008FD5;
}

.contact #map {
  width: 100%;
  height: 450px;
  margin-top: 80px;
}

.contact #map .info-window {
  padding: 15px;
}

.contact #map .info-window h5 {
  color: #00a3c8;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact #map .info-window p {
  font-size: 16px;
  color: #969696;
  line-height: 25px;
}

.contact-two {
  padding: 90px 0;
}

.contact-two .contact-box {
  border: 1px solid #eeeeee;
  padding: 20px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.contact-two .contact-box .contact-icon i {
  font-size: 22px;
  color: #fff;
  background: #00a3c8;
  width: 60px;
  height: 60px;
  text-align: center;
  padding-top: 19px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 15px;
  margin-top: 6px;
}

.contact-two .contact-box .contact-content h6 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-two .contact-box .contact-content p {
  font-size: 15px;
  color: #969696;
}

.contact-two .contact-form {
  margin-top: 80px;
}

.contact-two .contact-form h4 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 25px;
  position: relative;
}

.contact-two .contact-form h4:before {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
}

.contact-two .contact-form form p input {
  font-size: 15px;
  width: 100%;
  height: 45px;
  border: 1px solid #dddddd;
  padding-left: 15px;
  margin-bottom: 25px;
}

.contact-two .contact-form form p input:focus {
  border-color: #00a3c8;
}

.contact-two .contact-form form p textarea {
  font-size: 15px;
  width: 100%;
  height: 185px;
  border: 1px solid #dddddd;
  padding: 15px;
  margin-bottom: 25px;
}

.contact-two .contact-form form p textarea:focus {
  border-color: #00a3c8;
}

.contact-two .contact-form form button {
  font-size: 15px;
  color: #fff;
  background: #00a3c8;
  width: 100%;
  padding: 10px 35px;
  border: none;
  font-weight: 600;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.contact-two .contact-form form button:hover {
  background: #008FD5;
}

.contact-two #map {
  width: 100%;
  height: 450px;
  margin-top: 90px;
}

.contact-two #map .info-window {
  padding: 15px;
}

.contact-two #map .info-window h5 {
  color: #00a3c8;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-two #map .info-window p {
  font-size: 16px;
  color: #969696;
  line-height: 25px;
}

.contact-three {
  padding: 90px 0;
}

.contact-three #map {
  width: 100%;
  height: 450px;
  margin-bottom: 80px;
}

.contact-three #map .info-window {
  padding: 15px;
}

.contact-three #map .info-window h5 {
  color: #00a3c8;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-three #map .info-window p {
  font-size: 16px;
  color: #969696;
  line-height: 25px;
}

.contact-three .contact-form h4 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 25px;
  position: relative;
}

.contact-three .contact-form h4:before {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
}

.contact-three .contact-form form p input {
  font-size: 15px;
  width: 100%;
  height: 45px;
  border: 1px solid #dddddd;
  padding-left: 15px;
  margin-bottom: 25px;
}

.contact-three .contact-form form p input:focus {
  border-color: #00a3c8;
}

.contact-three .contact-form form p textarea {
  font-size: 15px;
  width: 100%;
  height: 185px;
  border: 1px solid #dddddd;
  padding: 15px;
  margin-bottom: 25px;
}

.contact-three .contact-form form p textarea:focus {
  border-color: #00a3c8;
}

.contact-three .contact-form form button {
  font-size: 15px;
  color: #fff;
  background: #00a3c8;
  padding: 10px 35px;
  border: none;
  font-weight: 600;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.contact-three .contact-form form button:hover {
  background: #008FD5;
}

.contact-three .contact-box-tp h4 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 25px;
  position: relative;
}

.contact-three .contact-box-tp h4:before {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
}

.contact-three .contact-box {
  margin-bottom: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.contact-three .contact-box .contact-icon i {
  font-size: 26px;
  color: #00a3c8;
  width: 65px;
  height: 65px;
  text-align: center;
  padding-top: 19px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  margin-right: 20px;
  margin-top: 5px;
}

.contact-three .contact-box .contact-content h6 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-three .contact-box .contact-content p {
  font-size: 15px;
  color: #969696;
}

.contact-three .social-link ul li a i {
  font-size: 15px;
  color: #fff;
  width: 38px;
  height: 38px;
  text-align: center;
  padding-top: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.contact-three .social-link ul li a i:hover {
  background: #00a3c8 !important;
}

.contact-three .social-link ul li:nth-child(1) a i {
  background: #3b5998;
}

.contact-three .social-link ul li:nth-child(2) a i {
  background: #1da1f2;
}

.contact-three .social-link ul li:nth-child(3) a i {
  background: #0077b5;
}

.contact-three .social-link ul li:nth-child(4) a i {
  background: #ff0000;
}

.contact-three .social-link ul li:nth-child(5) a i {
  background: #bd081c;
}

/* ====================
25. Blog
==================== */
.blog {
  padding: 90px 0;
}

.blog .blog-box {
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
}

.blog .blog-box .blog-image a img {
  margin-bottom: 20px;
}

.blog .blog-box .blog-heading {
  margin-bottom: 12px;
  padding: 0 20px;
}

.blog .blog-box .blog-heading .blog-date p {
  font-size: 16px;
  font-family:arial;
  background: #00a3c8;
  color: #fff;
  width: 58px;
  height: 58px;
  font-weight: 600;
  line-height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding-top: 8px;
  margin-right: 12px;
}

.blog .blog-box .blog-heading .heading-box {
  padding-top: 5px;
}

.blog .blog-box .blog-heading .heading-box h6 a {
  font-size: 18px;
  color: #222222;
  font-weight: 600;
  margin-bottom: 6px;
  display: inline-block;
}

.blog .blog-box .blog-heading .heading-box h6 a:hover {
  color: #00a3c8;
}

.blog .blog-box .blog-heading .heading-box ul li i {
  color: #969696;
  margin-right: 5px;
}

.blog .blog-box .blog-heading .heading-box ul li a {
  color: #555555;
}

.blog .blog-box .blog-heading .heading-box ul li a:hover {
  color: #00a3c8;
}

.blog .blog-box .blog-heading .heading-box ul li:nth-child(1) {
  margin-right: 10px;
}

.blog .blog-box .blog-content {
  padding: 0 20px;
}

.blog .blog-box .blog-content p {
  font-size: 15px;
  color: #969696;
  line-height: 30px;
  letter-spacing: 0.5px;
  padding-bottom: 20px;
}

.blog .pagination-box {
  margin-top: 40px;
}

.blog .pagination-box ul li a {
  font-size: 18px;
  color: #00a3c8;
  width: 40px;
  height: 40px;
  background: #fff;
  display: block;
  padding-top: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.blog .pagination-box ul li a:hover {
  background: #00a3c8;
  color: #fff;
}

.blog .pagination-box ul li.active a {
  background: #00a3c8;
  color: #fff;
}

.blog-two {
  padding: 90px 0;
}

.blog-two .blog-box {
  max-width: 80%;
  margin: auto;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 48px;
  margin-bottom: 45px;
}

.blog-two .blog-box .blog-image a img {
  margin-bottom: 20px;
}

.blog-two .blog-box .blog-heading {
  margin-bottom: 12px;
}

.blog-two .blog-box .blog-heading .blog-date p {
  font-size: 20px;
  background: #00a3c8;
  color: #fff;
  width: 62px;
  height: 62px;
  font-weight: 600;
  line-height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding-top: 10px;
  margin-right: 12px;
}

.blog-two .blog-box .blog-heading .heading-box {
  padding-top: 4px;
}

.blog-two .blog-box .blog-heading .heading-box h5 a {
  color: #222222;
  font-weight: 600;
  margin-bottom: 6px;
  display: inline-block;
}

.blog-two .blog-box .blog-heading .heading-box h5 a:hover {
  color: #00a3c8;
}

.blog-two .blog-box .blog-heading .heading-box ul li i {
  color: #969696;
  margin-right: 5px;
}

.blog-two .blog-box .blog-heading .heading-box ul li a {
  color: #555555;
}

.blog-two .blog-box .blog-heading .heading-box ul li a:hover {
  color: #00a3c8;
}

.blog-two .blog-box .blog-heading .heading-box ul li:nth-child(1) {
  margin-right: 10px;
}

.blog-two .blog-box .blog-content p {
  font-size: 16px;
  color: #969696;
  line-height: 30px;
  letter-spacing: 0.5px;
  padding-bottom: 25px;
}

.blog-two .blog-box .blog-content a {
  font-size: 15px;
  color: #00a3c8;
  border: 1px solid #00a3c8;
  padding: 7px 20px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.blog-two .blog-box .blog-content a:hover {
  background: #00a3c8;
  color: #fff;
}

.blog-two .pagination-box {
  margin-top: 40px;
}

.blog-two .pagination-box ul li a {
  font-size: 18px;
  color: #00a3c8;
  width: 40px;
  height: 40px;
  background: #fff;
  display: block;
  padding-top: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.blog-two .pagination-box ul li a:hover {
  background: #00a3c8;
  color: #fff;
}

.blog-two .pagination-box ul li.active a {
  background: #00a3c8;
  color: #fff;
}

.blog-three {
  padding: 90px 0;
}

.blog-three .blog-box {
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
}

.blog-three .blog-box .blog-image a img {
  max-width: 350px;
  margin-right: 20px;
}

.blog-three .blog-box .blog-content {
  padding: 15px 5px;
}

.blog-three .blog-box .blog-content h5 a {
  color: #222222;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}

.blog-three .blog-box .blog-content h5 a:hover {
  color: #00a3c8;
}

.blog-three .blog-box .blog-content ul {
  margin-bottom: 10px;
}

.blog-three .blog-box .blog-content ul li {
  font-size: 15px;
  margin-right: 10px;
}

.blog-three .blog-box .blog-content ul li i {
  color: #969696;
  margin-right: 5px;
}

.blog-three .blog-box .blog-content ul li a {
  font-size: 15px;
  color: #555555;
}

.blog-three .blog-box .blog-content ul li a:hover {
  color: #00a3c8;
}

.blog-three .blog-box .blog-content p {
  font-size: 15px;
  color: #969696;
  line-height: 25px;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
}

.blog-three .blog-box .blog-content span a {
  font-size: 15px;
  color: #00a3c8;
  border: 1px solid #00a3c8;
  padding: 6px 20px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.blog-three .blog-box .blog-content span a:hover {
  background: #00a3c8;
  color: #fff;
}

.blog-three .pagination-box {
  margin-top: 40px;
}

.blog-three .pagination-box ul li a {
  font-size: 18px;
  color: #00a3c8;
  width: 40px;
  height: 40px;
  background: #fff;
  display: block;
  padding-top: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.blog-three .pagination-box ul li a:hover {
  background: #00a3c8;
  color: #fff;
}

.blog-three .pagination-box ul li.active a {
  background: #00a3c8;
  color: #fff;
}

.blog-four {
  padding: 90px 0;
}

.blog-four .blog-box {
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
}

.blog-four .blog-box .blog-image a img {
  margin-bottom: 20px;
}

.blog-four .blog-box .blog-heading {
  margin-bottom: 12px;
  padding: 0 20px;
}

.blog-four .blog-box .blog-heading .blog-date p {
  font-size: 20px;
  background: #00a3c8;
  color: #fff;
  width: 58px;
  height: 58px;
  font-weight: 600;
  line-height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding-top: 8px;
  margin-right: 12px;
}

.blog-four .blog-box .blog-heading .heading-box {
  padding-top: 5px;
}

.blog-four .blog-box .blog-heading .heading-box h6 a {
  font-size: 18px;
  color: #222222;
  font-weight: 600;
  margin-bottom: 6px;
  display: inline-block;
}

.blog-four .blog-box .blog-heading .heading-box h6 a:hover {
  color: #00a3c8;
}

.blog-four .blog-box .blog-heading .heading-box ul li i {
  color: #969696;
  margin-right: 5px;
}

.blog-four .blog-box .blog-heading .heading-box ul li a {
  color: #555555;
}

.blog-four .blog-box .blog-heading .heading-box ul li a:hover {
  color: #00a3c8;
}

.blog-four .blog-box .blog-heading .heading-box ul li:nth-child(1) {
  margin-right: 10px;
}

.blog-four .blog-box .blog-content {
  padding: 0 20px;
}

.blog-four .blog-box .blog-content p {
  font-size: 16px;
  color: #969696;
  line-height: 30px;
  letter-spacing: 0.5px;
  padding-bottom: 20px;
}

.blog-four .pagination-box {
  margin-top: 40px;
}

.blog-four .pagination-box ul li a {
  font-size: 18px;
  color: #00a3c8;
  width: 40px;
  height: 40px;
  background: #fff;
  display: block;
  padding-top: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.blog-four .pagination-box ul li a:hover {
  background: #00a3c8;
  color: #fff;
}

.blog-four .pagination-box ul li.active a {
  background: #00a3c8;
  color: #fff;
}

.blog-four .widget-search {
  margin-bottom: 45px;
}

.blog-four .widget-search h5 {
  font-size: 17px;
  color: #222222;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 20px;
  position: relative;
}

.blog-four .widget-search h5:before {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
}

.blog-four .widget-search form {
  position: relative;
}

.blog-four .widget-search form input {
  width: 100%;
  height: 45px;
  border: 1px solid #dddddd;
  font-size: 15px;
  color: #222222;
  padding-left: 15px;
}

.blog-four .widget-search form input:focus {
  border-color: #00a3c8;
}

.blog-four .widget-search form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 100%;
  border: none;
  color: #fff;
  background: #444444;
}

.blog-four .widget-post {
  margin-bottom: 45px;
}

.blog-four .widget-post h5 {
  font-size: 17px;
  color: #222222;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 20px;
  position: relative;
}

.blog-four .widget-post h5:before {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
}

.blog-four .widget-post ul li {
  margin-bottom: 8px;
}

.blog-four .widget-post ul li i {
  font-size: 15px;
  color: #00a3c8;
  margin-right: 8px;
}

.blog-four .widget-post ul li a {
  font-size: 15px;
  color: #555555;
}

.blog-four .widget-post ul li a:hover {
  color: #00a3c8;
}

.blog-four .widget-cat {
  margin-bottom: 45px;
}

.blog-four .widget-cat h5 {
  font-size: 17px;
  color: #222222;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 20px;
  position: relative;
}

.blog-four .widget-cat h5:before {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
}

.blog-four .widget-cat ul li {
  margin-bottom: 10px;
}

.blog-four .widget-cat ul li a {
  font-size: 15px;
  color: #555555;
  display: block;
  letter-spacing: 0.5px;
}

.blog-four .widget-cat ul li a span {
  float: right;
}

.blog-four .widget-cat ul li a:hover {
  color: #00a3c8;
}

.blog-four .widget-tag h5 {
  font-size: 17px;
  color: #222222;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 25px;
  position: relative;
}

.blog-four .widget-tag h5:before {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
}

.blog-four .widget-tag .tag-box a {
  font-size: 13px;
  color: #555555;
  border: 1px solid #dddddd;
  padding: 6px 15px 5px;
  margin: 0 8px 13px 0;
  display: inline-block;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.blog-four .widget-tag .tag-box a:hover {
  color: #fff;
  background: #00a3c8;
  border-color: #00a3c8;
}

.blog-five {
  padding: 90px 0;
}

.blog-five .blog-box {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 48px;
  margin-bottom: 45px;
}

.blog-five .blog-box .blog-image a img {
  margin-bottom: 20px;
}

.blog-five .blog-box .blog-heading {
  margin-bottom: 12px;
}

.blog-five .blog-box .blog-heading .blog-date p {
  font-size: 20px;
  background: #00a3c8;
  color: #fff;
  width: 62px;
  height: 62px;
  font-weight: 600;
  line-height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding-top: 10px;
  margin-right: 12px;
}

.blog-five .blog-box .blog-heading .heading-box {
  padding-top: 4px;
}

.blog-five .blog-box .blog-heading .heading-box h5 a {
  color: #222222;
  font-weight: 600;
  margin-bottom: 6px;
  display: inline-block;
}

.blog-five .blog-box .blog-heading .heading-box h5 a:hover {
  color: #00a3c8;
}

.blog-five .blog-box .blog-heading .heading-box ul li i {
  color: #969696;
  margin-right: 5px;
}

.blog-five .blog-box .blog-heading .heading-box ul li a {
  color: #555555;
}

.blog-five .blog-box .blog-heading .heading-box ul li a:hover {
  color: #00a3c8;
}

.blog-five .blog-box .blog-heading .heading-box ul li:nth-child(1) {
  margin-right: 10px;
}

.blog-five .blog-box .blog-content p {
  font-size: 16px;
  color: #969696;
  line-height: 30px;
  letter-spacing: 0.5px;
  padding-bottom: 25px;
}

.blog-five .blog-box .blog-content a {
  font-size: 15px;
  color: #00a3c8;
  border: 1px solid #00a3c8;
  padding: 7px 20px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.blog-five .blog-box .blog-content a:hover {
  background: #00a3c8;
  color: #fff;
}

.blog-five .pagination-box {
  margin-top: 40px;
}

.blog-five .pagination-box ul li a {
  font-size: 18px;
  color: #00a3c8;
  width: 40px;
  height: 40px;
  background: #fff;
  display: block;
  padding-top: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.blog-five .pagination-box ul li a:hover {
  background: #00a3c8;
  color: #fff;
}

.blog-five .pagination-box ul li.active a {
  background: #00a3c8;
  color: #fff;
}

.blog-five .widget-search {
  margin-bottom: 45px;
}

.blog-five .widget-search h5 {
  font-size: 17px;
  color: #222222;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 20px;
  position: relative;
}

.blog-five .widget-search h5:before {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
}

.blog-five .widget-search form {
  position: relative;
}

.blog-five .widget-search form input {
  width: 100%;
  height: 45px;
  border: 1px solid #dddddd;
  font-size: 15px;
  color: #222222;
  padding-left: 15px;
}

.blog-five .widget-search form input:focus {
  border-color: #00a3c8;
}

.blog-five .widget-search form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 100%;
  border: none;
  color: #fff;
  background: #444444;
}

.blog-five .widget-post {
  margin-bottom: 45px;
}

.blog-five .widget-post h5 {
  font-size: 17px;
  color: #222222;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 20px;
  position: relative;
}

.blog-five .widget-post h5:before {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
}

.blog-five .widget-post ul li {
  margin-bottom: 8px;
}

.blog-five .widget-post ul li i {
  font-size: 15px;
  color: #00a3c8;
  margin-right: 8px;
}

.blog-five .widget-post ul li a {
  font-size: 15px;
  color: #555555;
}

.blog-five .widget-post ul li a:hover {
  color: #00a3c8;
}

.blog-five .widget-cat {
  margin-bottom: 45px;
}

.blog-five .widget-cat h5 {
  font-size: 17px;
  color: #222222;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 20px;
  position: relative;
}

.blog-five .widget-cat h5:before {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
}

.blog-five .widget-cat ul li {
  margin-bottom: 10px;
}

.blog-five .widget-cat ul li a {
  font-size: 15px;
  color: #555555;
  display: block;
  letter-spacing: 0.5px;
}

.blog-five .widget-cat ul li a span {
  float: right;
}

.blog-five .widget-cat ul li a:hover {
  color: #00a3c8;
}

.blog-five .widget-tag h5 {
  font-size: 17px;
  color: #222222;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 25px;
  position: relative;
}

.blog-five .widget-tag h5:before {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
}

.blog-five .widget-tag .tag-box a {
  font-size: 13px;
  color: #555555;
  border: 1px solid #dddddd;
  padding: 6px 15px 5px;
  margin: 0 8px 13px 0;
  display: inline-block;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.blog-five .widget-tag .tag-box a:hover {
  color: #fff;
  background: #00a3c8;
  border-color: #00a3c8;
}

.blog-six {
  padding: 90px 0;
}

.blog-six .blog-box {
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
}

.blog-six .blog-box .blog-image a img {
  max-width: 275px;
  margin-right: 15px;
}

.blog-six .blog-box .blog-content {
  padding: 12px 5px;
}

.blog-six .blog-box .blog-content h5 a {
  color: #222222;
  font-weight: 600;
  margin-bottom: 7px;
  display: inline-block;
}

.blog-six .blog-box .blog-content h5 a:hover {
  color: #00a3c8;
}

.blog-six .blog-box .blog-content ul {
  margin-bottom: 6px;
}

.blog-six .blog-box .blog-content ul li {
  margin-right: 10px;
}

.blog-six .blog-box .blog-content ul li i {
  font-size: 13px;
  color: #969696;
  margin-right: 5px;
}

.blog-six .blog-box .blog-content ul li a {
  color: #555555;
}

.blog-six .blog-box .blog-content ul li a:hover {
  color: #00a3c8;
}

.blog-six .blog-box .blog-content p {
  font-size: 15px;
  color: #969696;
  line-height: 25px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.blog-six .blog-box .blog-content span a {
  color: #00a3c8;
  border: 1px solid #00a3c8;
  padding: 5px 15px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.blog-six .blog-box .blog-content span a:hover {
  background: #00a3c8;
  color: #fff;
}

.blog-six .pagination-box {
  margin-top: 40px;
}

.blog-six .pagination-box ul li a {
  font-size: 18px;
  color: #00a3c8;
  width: 40px;
  height: 40px;
  background: #fff;
  display: block;
  padding-top: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.blog-six .pagination-box ul li a:hover {
  background: #00a3c8;
  color: #fff;
}

.blog-six .pagination-box ul li.active a {
  background: #00a3c8;
  color: #fff;
}

.blog-six .widget-search {
  margin-bottom: 45px;
}

.blog-six .widget-search h5 {
  font-size: 17px;
  color: #222222;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 20px;
  position: relative;
}

.blog-six .widget-search h5:before {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
}

.blog-six .widget-search form {
  position: relative;
}

.blog-six .widget-search form input {
  width: 100%;
  height: 45px;
  border: 1px solid #dddddd;
  font-size: 15px;
  color: #222222;
  padding-left: 15px;
}

.blog-six .widget-search form input:focus {
  border-color: #00a3c8;
}

.blog-six .widget-search form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 100%;
  border: none;
  color: #fff;
  background: #444444;
}

.blog-six .widget-post {
  margin-bottom: 45px;
}

.blog-six .widget-post h5 {
  font-size: 17px;
  color: #222222;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 20px;
  position: relative;
}

.blog-six .widget-post h5:before {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
}

.blog-six .widget-post ul li {
  margin-bottom: 8px;
}

.blog-six .widget-post ul li i {
  font-size: 15px;
  color: #00a3c8;
  margin-right: 8px;
}

.blog-six .widget-post ul li a {
  font-size: 15px;
  color: #555555;
}

.blog-six .widget-post ul li a:hover {
  color: #00a3c8;
}

.blog-six .widget-cat {
  margin-bottom: 45px;
}

.blog-six .widget-cat h5 {
  font-size: 17px;
  color: #222222;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 20px;
  position: relative;
}

.blog-six .widget-cat h5:before {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
}

.blog-six .widget-cat ul li {
  margin-bottom: 10px;
}

.blog-six .widget-cat ul li a {
  font-size: 15px;
  color: #555555;
  display: block;
  letter-spacing: 0.5px;
}

.blog-six .widget-cat ul li a span {
  float: right;
}

.blog-six .widget-cat ul li a:hover {
  color: #00a3c8;
}

.blog-six .widget-tag h5 {
  font-size: 17px;
  color: #222222;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 25px;
  position: relative;
}

.blog-six .widget-tag h5:before {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
}

.blog-six .widget-tag .tag-box a {
  font-size: 13px;
  color: #555555;
  border: 1px solid #dddddd;
  padding: 6px 15px 5px;
  margin: 0 8px 13px 0;
  display: inline-block;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.blog-six .widget-tag .tag-box a:hover {
  color: #fff;
  background: #00a3c8;
  border-color: #00a3c8;
}

/* ====================
26. Blog Details
==================== */
.blog-details {
  padding: 90px 0;
}

.blog-details .blog-d-box .image-box img {
  margin-bottom: 20px;
}

.blog-details .blog-d-box .image-content h4 {
  color: #222222;
  margin-bottom: 18px;
  font-weight: 600;
}

.blog-details .blog-d-box .image-content ul {
  margin-bottom: 12px;
}

.blog-details .blog-d-box .image-content ul li {
  margin-right: 15px;
}

.blog-details .blog-d-box .image-content ul li i {
  color: #00a3c8;
  margin-right: 7px;
}

.blog-details .blog-d-box .image-content ul li a {
  color: #555555;
}

.blog-details .blog-d-box .image-content ul li a:hover {
  color: #00a3c8;
}

.blog-details .blog-d-box .image-content p {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0.5px;
  line-height: 32px;
  margin-bottom: 45px;
}

.blog-details .blog-d-box .image-content p span {
  font-size: 15px;
  color: #555555;
  background: #eeeeee;
  display: block;
  padding: 20px 30px 25px;
  margin: 20px 0;
  border-left: 2px solid #00a3c8;
  line-height: 30px;
}

.blog-details .blog-d-box .blog-btns .share-btn ul li:first-child {
  font-size: 15px;
  font-weight: 600;
}

.blog-details .blog-d-box .blog-btns .share-btn ul li a i {
  color: #00a3c8;
  display: block;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  padding-top: 10px;
}

.blog-details .blog-d-box .blog-btns .share-btn ul li a i:hover {
  background: #00a3c8;
  border-color: #00a3c8;
  color: #fff;
}

.blog-details .blog-d-box .blog-btns .post-bfaf {
  margin-bottom: 50px;
}

.blog-details .blog-d-box .blog-btns .post-bfaf ul li a {
  display: block;
  width: 75px;
  height: 35px;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  text-align: center;
  padding-top: 5px;
}

.blog-details .blog-d-box .blog-btns .post-bfaf ul li a:hover {
  color: #fff;
  border-color: #00a3c8;
  background: #00a3c8;
}

.blog-details .blog-d-box .blog-btns .post-bfaf ul li:nth-child(1) i {
  padding-right: 5px;
}

.blog-details .blog-d-box .blog-btns .post-bfaf ul li:nth-child(2) i {
  padding-left: 5px;
}

.blog-details .blog-d-box .blog-comment h4 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 40px;
  position: relative;
}

.blog-details .blog-d-box .blog-comment h4:before {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
}

.blog-details .blog-d-box .blog-comment .comment-box {
  margin-bottom: 50px;
}

.blog-details .blog-d-box .blog-comment .comment-box .comment-img a {
  margin-right: 30px;
}

.blog-details .blog-d-box .blog-comment .comment-box .comment-img a img {
  width: 80px;
}

.blog-details .blog-d-box .blog-comment .comment-box .comment-con ul li:nth-child(1) a {
  font-size: 17px;
  color: #222222;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  margin-right: 20px;
}

.blog-details .blog-d-box .blog-comment .comment-box .comment-con ul li:nth-child(1) a:hover {
  color: #00a3c8;
}

.blog-details .blog-d-box .blog-comment .comment-box .comment-con ul li:nth-child(2) a {
  font-size: 12px;
  color: #fff;
  background: #00a3c8;
  padding: 4px 12px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.blog-details .blog-d-box .blog-comment .comment-box .comment-con ul li:nth-child(2) a:hover {
  background: #008FD5;
}

.blog-details .blog-d-box .blog-comment .comment-box .comment-con span {
  font-size: 13px;
  color: #969696;
  display: block;
  margin-bottom: 5px;
}

.blog-details .blog-d-box .blog-comment .comment-box .comment-con p {
  max-width: 700px;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.blog-details .blog-d-box .blog-comment .comment-box2 {
  margin-left: 45px;
}

.blog-details .blog-d-box .comment-form h5 {
  color: #222222;
  padding-top: 15px;
  margin-bottom: 40px;
}

.blog-details .blog-d-box .comment-form form input {
  width: 100%;
  height: 48px;
  font-size: 15px;
  color: #222222;
  border: 1px solid #dddddd;
  padding-left: 20px;
  margin-bottom: 25px;
}

.blog-details .blog-d-box .comment-form form input:focus {
  border-color: #00a3c8;
}

.blog-details .blog-d-box .comment-form form textarea {
  width: 100%;
  height: 200px;
  font-size: 15px;
  color: #222222;
  border: 1px solid #dddddd;
  padding: 20px;
  margin-bottom: 25px;
}

.blog-details .blog-d-box .comment-form form button {
  font-size: 16px;
  color: #fff;
  background: #00a3c8;
  border: none;
  width: 200px;
  height: 48px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  font-weight: 600;
}

.blog-details .blog-d-box .comment-form form button:hover {
  background: #008FD5;
}

.blog-details .widget-search {
  margin-bottom: 45px;
}

.blog-details .widget-search h5 {
  font-size: 17px;
  color: #222222;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 20px;
  position: relative;
}

.blog-details .widget-search h5:before {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
}

.blog-details .widget-search form {
  position: relative;
}

.blog-details .widget-search form input {
  width: 100%;
  height: 45px;
  border: 1px solid #dddddd;
  font-size: 15px;
  color: #222222;
  padding-left: 15px;
}

.blog-details .widget-search form input:focus {
  border-color: #00a3c8;
}

.blog-details .widget-search form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 100%;
  border: none;
  color: #fff;
  background: #444444;
}

.blog-details .widget-post {
  margin-bottom: 45px;
}

.blog-details .widget-post h5 {
  font-size: 17px;
  color: #222222;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 20px;
  position: relative;
}

.blog-details .widget-post h5:before {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
}

.blog-details .widget-post ul li {
  margin-bottom: 8px;
}

.blog-details .widget-post ul li i {
  font-size: 15px;
  color: #00a3c8;
  margin-right: 8px;
}

.blog-details .widget-post ul li a {
  font-size: 15px;
  color: #555555;
}

.blog-details .widget-post ul li a:hover {
  color: #00a3c8;
}

.blog-details .widget-cat {
  margin-bottom: 45px;
}

.blog-details .widget-cat h5 {
  font-size: 17px;
  color: #222222;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 20px;
  position: relative;
}

.blog-details .widget-cat h5:before {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
}

.blog-details .widget-cat ul li {
  margin-bottom: 10px;
}

.blog-details .widget-cat ul li a {
  font-size: 15px;
  color: #555555;
  display: block;
  letter-spacing: 0.5px;
}

.blog-details .widget-cat ul li a span {
  float: right;
}

.blog-details .widget-cat ul li a:hover {
  color: #00a3c8;
}

.blog-details .widget-tag h5 {
  font-size: 17px;
  color: #222222;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 25px;
  position: relative;
}

.blog-details .widget-tag h5:before {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
}

.blog-details .widget-tag .tag-box a {
  font-size: 13px;
  color: #555555;
  border: 1px solid #dddddd;
  padding: 6px 15px 5px;
  margin: 0 8px 13px 0;
  display: inline-block;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.blog-details .widget-tag .tag-box a:hover {
  color: #fff;
  background: #00a3c8;
  border-color: #00a3c8;
}

/* ====================
27. Helper Classes
==================== */
.hidden {
  display: none !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

<!-- css by salman -->
	.main-room {
		float: left;
		width: 100%;
		padding: 0 15px;
	}

	.main-room ul {
		margin:40px 20px 0px;
		display: block;
	}

	.main-room ul li {
		float: left;
		display: block;
	}

	.main-room ul li {
		display: block;
	}

	.mr-inner {
		position: relative;
	}

	.img .img-responsive,
	.mr-inner .img-responsive {
		width: 100%;
	}

	.mr-inner:after {
		content: "";
		height: 1px;
		background: #fff;
		opacity: 0.5;
		width: 100%;
		position: absolute;
		bottom: 5%;
		left: 0px;
		right: 0px;

	}

	.mr-inner:before {
		content: "";
		height: 1px;
		background: #fff;
		opacity: 0.5;
		width: 100%;
		position: absolute;
		top: 5%;
		margin-top: -1px;
		left: 0px;
		right: 0px;
	}

	.mr-overlay {
		background: transparent;
		position: absolute;
		bottom: 5%;
		left: 0;
		width: 100%;
		height: 107px;
		padding: 32px 32px 0;
		transition: .4s;
		-moz-transition: .4s;
		-webkit-transition: .4s;
		-ms-transition: .4s;
		cursor: pointer;
	}

	.mr-inner:hover .mr-overlay {
		background: rgba(57, 99, 155, 0.9);
		position: absolute;
		bottom: 5%;
		left: 0;
		width: 100%;
		height: 90%;
		padding: 32px;
		transition: .4s;
		-moz-transition: .4s;
		-webkit-transition: .4s;
		-ms-transition: .4s;
		cursor: pointer;
	}

	.mr-overlay h2 {
		font-size: 16px;
		line-height: 31px;
		color: #fff;
		font-weight: 400;
		transition: .4s;
		-moz-transition: .4s;
		-webkit-transition: .4s;
		-ms-transition: .4s;
		text-transform: uppercase;
		margin: 0px 0 0px;
	}

	.mr-head {
		background: #E7E1D6;
		position: absolute;
		top: 10%;
		left: 10%;
		right: 0;
		padding: 50px 18px;
		width: 80%;
		height: 80%;
	}

	.mr-inner:hover .mr-overlay h2 {
		margin: 70px 0 10px;
	}

	.mr-overlay p {
		font-size: 12px;
		line-height: 17px;
		color: #ffffff;
		display: block;
		padding-right: 15%;
		opacity: 0;
		visbility: hidden;
		transition: .4s;
		-moz-transition: .4s;
		-webkit-transition: .4s;
		-ms-transition: .4s;
	}

	.mr-inner:hover .mr-overlay p {
		opacity: 1;
		visbility: visible;
		transition: .4s;
		-moz-transition: .4s;
		-webkit-transition: .4s;
		-ms-transition: .4s;
		transition-delay: .2s;
	}

	.room-detail {
		font-weight: 400;
		font-size: 11px;
		line-height: 11px;
		color: #FFF;
		position: absolute;
		bottom: 64px;
		left: 32px;
		transition: .4s;
		-moz-transition: .4s;
		-webkit-transition: .4s;
		-ms-transition: .4s;
		opacity: 0;
		visbility: hidden;
	}

	.mr-inner:hover .room-detail {
		opacity: 1;
		visbility: visible;
		transition: .4s;
		-moz-transition: .4s;
		-webkit-transition: .4s;
		-ms-transition: .4s;
		transition-delay: .2s;
	}

	.room-detail i {
		padding-left: 6px;
	}

	.about-content-area {
		padding:40px;
		text-align:center;
	}

	services-inner {
		border: 2px solid #48c7ec;
		margin-left: 35px;
		transition: .3s;
	}

	.our-services-text {
		padding-right: 10px;
	}
	.our-services-text {
		overflow: hidden;
		/*padding: 28px 0 25px;*/
	}
	.our-services-text h4 {
		color: #222222;
		font-size: 18px;
		font-weight: 700;
		letter-spacing: 1px;
		margin-bottom: 8px;
		padding-bottom: 10px;
		position: relative;
		text-transform: uppercase;
	}
	.our-services-text h4::before {
		background: #ec6d48 none repeat scroll 0 0;
		bottom: 0;
		content: "";
		height: 1px;
		position: absolute;
		width: 35px;
	}
	.our-services-wrapper .services-inner {
		background: #fff none repeat scroll 0 0;
		border: 2px solid transparent;
		box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
	}
	.our-services-text p {
		margin-bottom: 0;
	}
	p {
		line-height: 26px;
		color:#222222;
		margin-bottom: 15px;
	}
	.our-services-right {
		background-color: #b1a684;
		padding: 30px 20px 30px;
		height: 400px;
	}
	.box-heading h4 {
	  color: #222222;
	  font-weight: 600;
	  margin-bottom: 5px;
	  position: relative;
	  font-size:30px;
	}

	.box-heading h4:before {
	  position: absolute;
	  content: '';
	  background: #39639b;
	  width: 30px;
	  height: 3px;
	  bottom: 0;
	  left: 50%;
	  margin-left: -35px;
	  margin-bottom: -23px;
	}

	.box-heading h4:after {
	  position: absolute;
	  content: '';
	  background: #39639b;
	  width: 30px;
	  height: 3px;
	  bottom: 0;
	  right: 50%;
	  margin-right: -33px;
	  margin-bottom: -23px;
	}

	.box-heading img {
	  margin-bottom: 5px;
	}

	.box-heading h4 span {
		color: #39639b;
	}

	.about-area {
		overflow:hidden;
	}

	.about-area .odd-box {
	  text-align: center;
	  padding: 50px 10px;
	  position: relative;
	  -webkit-transition: all 200ms ease-in;
	  -webkit-transform: scale(1);
	  -ms-transition: all 200ms ease-in;
	  -ms-transform: scale(1);
	  -moz-transition: all 200ms ease-in;
	  -moz-transform: scale(1);
	  transition: all 200ms ease-in;
	  transform: scale(1);
	  float: left;
	}
	.about-area .odd-box.box1 {
	  /*background: #4caf50;*/
	  background:#29538a;
	}
	.about-area .odd-box.box2 {
	  /*background: #5ABB5E;*/
	  background:#39639b;
	}
	.about-area .odd-box .spa-icon {
	  display: block;
	  margin: 0 0 20px;
	}
	.about-area .odd-box .spa-icon span {
	  height: 50px;
	  display: block;
	  width: 100%;
	}
	.about-area .odd-box .spa-icon .ti-cut1 {
	  background:url(../images/companies/1.png) no-repeat center;
	  transition: all 0.3s;
	}
	.about-area .odd-box .spa-icon .ti-cut2 {
	  background:url(../images/companies/2.png) no-repeat center;
	  transition: all 0.3s;
	}
	.about-area .odd-box .spa-icon .ti-cut3 {
	  background:url(../images/companies/3.png) no-repeat center;
	  transition: all 0.3s;
	}
	.about-area .odd-box .spa-icon .ti-cut4 {
	  background:url(../images/companies/4.png) no-repeat center;
	  transition: all 0.3s;
	}
	.about-area .odd-box .spa-icon .ti-cut5 {
	  background:url(../images/companies/5.png) no-repeat center;
	  transition: all 0.3s;
	}
	.about-area .odd-box .spa-icon .ti-cut6 {
	  background:url(../images/companies/6.png) no-repeat center;
	  transition: all 0.3s;
	}
	.about-area .odd-box h5 {
	  font-size: 16px;
	  font-weight: 600;
	  color: #fff;
	  margin: 0;
	  transition: all 0.3s;
	}
	.about-area .odd-box:hover {
	  background: #fff;
	  box-shadow: 0px 0px 20px #989898;
	  z-index: 2;
	  -webkit-transition: all 300ms ease-in;
	  -webkit-transform: scale(1.1);
	  -ms-transition: all 300ms ease-in;
	  -ms-transform: scale(1.1);
	  -moz-transition: all 300ms ease-in;
	  -moz-transform: scale(1.1);
	  transition: all 300ms ease-in;
	  transform: scale(1.1);
	}
	.about-area .odd-box:hover .spa-icon .ti-cut1 {
	  background:url(../images/companies/01.png) no-repeat center;
	}
	.about-area .odd-box:hover .spa-icon .ti-cut2 {
	  background:url(../images/companies/02.png) no-repeat center;
	}
	.about-area .odd-box:hover .spa-icon .ti-cut3 {
	  background:url(../images/companies/03.png) no-repeat center;
	}
	.about-area .odd-box:hover .spa-icon .ti-cut4 {
	  background:url(../images/companies/04.png) no-repeat center;
	}
	.about-area .odd-box:hover .spa-icon .ti-cut5 {
	  background:url(../images/companies/05.png) no-repeat center;
	}
	.about-area .odd-box:hover .spa-icon .ti-cut6 {
	  background:url(../images/companies/06.png) no-repeat center;
	}
	.about-area .odd-box:hover h5 {
	  color: #29538a;
	}

	.about-area .box-area {
		width:20%;
	}

	.quality {
		position: relative;
		display: flex;
	}
	.home-img-panel {
		float: left;
		width: 100%;
		background-image:url(../images/quality/1.jpg);
		background-position: center;
		background-repeat: no-repeat;
/*		background-size: cover;*/
		position: relative;
		padding: 50px 0 85px 0;
		margin: 0 0 -2px;
	}

	.panel-img-detail {
		position: relative;
		right: 150px;
		background-color: rgba(246,240,228,0.8);
		border: 1px solid rgba(255,255,255,0.8);
		text-align: center;
		padding: 55px 48px 31px 40px;
		text-align: center;
		width: 450px;
		float:right;
	}

	.panel-img-detail h4 {
		font-weight: 400;
		font-size: 30px;
		line-height: 26px;
		color: #222222;
		padding-bottom: 10px;
		font-weight:600;
	}
	.panel-img-detail h4 span {
		color: #39639b;
	}
	.panel-img-detail h4::before {
		position: absolute;
		content: '';
		background: #39639b;
		width: 30px;
		height: 3px;
		bottom: 0;
		left: 49%;
		margin-left: -35px;
		margin-bottom: -23px;
		top:106px;
	}
	.panel-img-detail h4::after {
		position: absolute;
		content: '';
		background: #39639b;
		width: 30px;
		height: 3px;
		bottom: 0;
		right: 51%;
		margin-right: -33px;
		margin-bottom: -23px;
		top:106px;
	}
	.panel-img-detail p {
		line-height: 28px;
		color: #333333;
		font-style: italic;
	}

	.panel-img-detail .btn {
		font-weight: 700;
		line-height: 14px;
		color: #39639b;
		border-radius: 18px;
		-moz-border-radius: 18px;
		-ms-border-radius: 18px;
		-o-border-radius: 18px;
		-webkit-border-radius: 18px;
		padding: 11px 29px;
		border:1px solid #39639b;
		text-transform: uppercase;
		display: inline-block;
		text-align: center;
		margin-top: 36px;
	}

	.panel-img-detail .btn:hover {
		background: #39639b;
		color: #fff;
	}

	@media only screen and (max-width: 400px)  {
		.panel-img-detail {
			left: 0;
			max-width: 100%;
		}
		.about-area .box-area {
			width:100%;
		}
	}
	@media screen and (min-width: 401px) and (max-width: 767px) {
		.panel-img-detail {
			left: 36px;
			max-width: 300px;
		}
		.about-area .box-area {
			width:100%;
		}
	}
.home-property-bg{background: url(../images/home-property-bg.jpg);background-clip: initial; padding:0;background-color: rgba(0, 0, 0, 0);background-origin:initial;background-position:center center;background-repeat:no-repeat;background-size:cover !important;position:relative;z-index:0;}

.home-interior-bg{background: url(../images/home-interior-bg.jpg);background-clip: initial; padding:0;background-color: rgba(0, 0, 0, 0);background-origin:initial;background-position:center center;background-repeat:no-repeat;background-size:cover !important;position:relative;z-index:0;}

.home-furniture-bg{background: url(../images/home-furniture-bg.jpg);background-clip: initial; padding:0;background-color: rgba(0, 0, 0, 0);background-origin:initial;background-position:center center;background-repeat:no-repeat;background-size:cover !important;position:relative;z-index:0;}

.home-sweets-bg{background: url(../images/home-sweets-bg.jpg);background-clip: initial; padding:0;background-color: rgba(0, 0, 0, 0);background-origin:initial;background-position:center center;background-repeat:no-repeat;background-size:cover !important;position:relative;z-index:0;}

.home-soap-bg{background: url(../images/home-soap-bg.jpg);background-clip: initial; padding:0;background-color: rgba(0, 0, 0, 0);background-origin:initial;background-position:center center;background-repeat:no-repeat;background-size:cover !important;position:relative;z-index:0;}

.bg-opacity-black:before{background:rgba(0, 0, 0, 0.1);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1;}
/*.home-quality-text-box{background:#0054bc;padding:50px 70px 50px 90px;color:#fff; text-align:justify;}.home-quality-text-box h2{text-align:center;margin-top:0;margin-bottom:25px;font-size:36px;}.home-quality-text-box span{text-align:center;display:block;}*/

.home-quality{padding:80px 0 60px;background:url(../images/home-quality-bg.jpg) center center no-repeat fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;min-height:440px; text-align:justify;}/*.home-quality h2{font-size:36px;margin:0 0 20px;}.home-quality p{line-height:28px;font-size:18px;}*/.home-quality h2 { text-transform: uppercase;color: #29231e;margin: 10px auto;display: block;text-align: left;font-size: 32px;}/*.home-quality h2 span {border-top: 2px solid #896527;display: block;width: 20%;margin: 10px 0;}*/ .home-quality h3 {font-size: 16px;line-height: 23px;font-weight: 500;color: #896527;} .home-quality p {text-align:justify;font-size:12px; }

.btn-one{border:2px solid #896527;border-radius:25px;color:#896527;margin-top:10px;letter-spacing:1px;text-transform:uppercase;padding:10px 28px 10px 28px;line-height:1;font-size:12px;}.btn-one:hover{background:#896527;color:#fff;}

.company-right-bg{padding:60px 60px 60px;background-image:url(../images/companies/companies-right-bg.jpg) !important;background-repeat: repeat;background-position: left top;margin-bottom:0px !important;-webkit-animation: backgroundScroll 20s linear infinite;
animation: backgroundScroll 20s linear infinite;min-height:300px;position:relative;z-index:0; text-align:center}
.company-right-bg h2{text-align:center;margin-top:0;margin-bottom:25px;font-size:36px;}.company-right-bgspan{text-align:center;display:block;}

.home-product-bg{background: url(../images/home-product-bg.png) center center repeat;}.home-product-bg h2{font-size:36px;text-align:center;margin-bottom:20px;color:#0054bc;}
.home-product-box{box-shadow:0px 0px 28px rgba(0, 0, 0, 0.14);text-align:center;margin:100px 0;background:rgba(255,255,255,0.9);padding:60px 100px;}.home-product-box h3{font-size:30px;}.home-product-box i{background-color:#0054bc;padding:10px;display:inline-block;border-radius:100%;}.home-product-box-icon{width:70px;height:70px;display:block;overflow:hidden;}

.home-inner-product-box{box-shadow:0px 0px 3px rgba(0, 0, 0, 0.5);text-align:center;margin:20px 0;background:rgba(255,255,255,0.9);padding:0px 2px; border:5px solid #ffffff;}.home-inner-product-box h3{color: #222222; font-weight: 600; margin-bottom: 5px;position: relative; margin-top:20px;} .home-inner-product-box  h3 span {color: #39639b;}.home-inner-product-box i{background-color:#0054bc;padding:10px;display:inline-block;border-radius:100%;}.home-inner-product-box-icon{width:70px;height:70px;display:block;overflow:hidden;}

.home-inner-product-box .btn {background: #39639b;font-weight: 700;line-height: 14px;color: #fff;border-radius: 18px;-moz-border-radius: 18px;-ms-border-radius: 18px;-o-border-radius: 18px;-webkit-border-radius: 18px;padding: 11px 29px;border:1px solid #39639b;text-transform: uppercase;display: inline-block;text-align: center;margin: 0px 0px 25px !important;}.home-inner-product-box .btn:hover {background: #fff;color: #39639b;}

.company-right-bg h4 { color: #222222; font-weight: 600; margin-bottom: 5px;position: relative;font-size:30px;}.company-right-bg h4:before {position: absolute;content: '';background: #39639b;width: 30px;height: 3px;bottom: 0;left: 50%;margin-left: -35px;margin-bottom: -23px;}.company-right-bg h4:after {position: absolute;content: '';background: #39639b;width: 30px;height: 3px;bottom: 0;right: 50%;margin-right: -33px;margin-bottom: -23px;}.company-right-bg img {margin-bottom: 5px;}.company-right-bg  h4 span {color: #39639b;}

.company-right-bg .btn {background: #39639b;font-weight: 700;line-height: 14px;color: #fff;border-radius: 18px;-moz-border-radius: 18px;-ms-border-radius: 18px;-o-border-radius: 18px;-webkit-border-radius: 18px;padding: 11px 29px;border:1px solid #39639b;text-transform: uppercase;display: inline-block;text-align: center;margin: 15px 0px 25px;}.company-right-bg .btn:hover {background: #fff;color: #39639b;}

.newsletter h4 {
  color: #dddddd;
  text-transform: uppercase;
  margin-bottom: 38px;
}
.newsletter form input {
  width: 100%;
  height: 40px;
  border: 1px solid #666666;
  margin-bottom: 20px;
  background: transparent;
  color: #eeeeee;
  padding-left: 15px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.newsletter form input:focus {
  border-color: #00a3c8;
}

.newsletter form button {
  font-size: 15px;
  color: #eeeeee;
  background: #00a3c8;
  width: 100%;
  height: 40px;
  font-weight: 600;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.newsletter form button:hover {
  background: #008FD5;
}



.brochure {
margin-left:43%; top: 165px; position: absolute;z-index: 1000;}
@media (max-width: 767px) {
	.brochure {
margin-left: 22%;
top: 0;
position: relative;}
}

@media (max-width: 992px) {
	.brochure {
margin-left: 30%;
top: 0;
position: relative;
float:left;}
	}

.home-fact-bg{background: url(../images/project-brochure-bg.jpg) center center no-repeat fixed;min-height:350px;padding:60px 0 80px;background-size: auto auto
 -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.flip-brchr-lft {
    /*width: 630px;
    float: left;*/
    height: auto;
    padding: 90px 0px 50px;
	margin:0 auto;
}
.flip-head {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: /*#fca92f*/#fff;
    word-spacing: 10px;
    text-align: center;
    line-height: 1.5;
}
.home-project-showcase-left h2{font-size:24px;line-height:38px;padding-top:0px; color: /*#fca92f*/#fff;}
.home-project-showcase-left h2 span{text-transform:uppercase;display:block;font-size:36px; color: /*#fca92f*/#fff;padding: 15px 0px}
.flip-brchr-cnt {
    font-size: 30px;
    font-weight: 200;
    color: #f4f2f2;
    text-align: center;
    line-height: 1.4;
    word-spacing: 6px;
}
.flip-dwnld-lnk {
	height: auto;
	/*margin-left:215px;*/
	padding-top:50px;
}


.flip-dwnld-lnk a{
		font-weight: 700;
		line-height: 14px;
		color: #fff;
		border-radius: 18px;
		-moz-border-radius: 18px;
		-ms-border-radius: 18px;
		-o-border-radius: 18px;
		-webkit-border-radius: 18px;
		padding: 11px 29px;
		border:1px solid #179aa6;
		text-transform: uppercase;
		display: inline-block;
		text-align: center;
		background:#179aa6;
	}

.flip-dwnld-lnk a:hover {
	background: #fff;
	color: #179aa6;
}


.flip-brchr-img {
    width: auto;
    height: auto;
    float: left;
    border-radius: 3px;
    border: 5px solid #fff;
    margin-top: 20px;
    margin-left: 45px;
}
.flip-brchr-img:hover a img{-webkit-transform:scale(1.1);transform:scale(1.1);-moz-transform:scale(1.1)}
.flip-brchr-img{overflow:hidden}.flip-brchr-img img{width:100%;overflow:hidden}.flip-brchr-img a img{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:transform;transition-property:transform;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}
.overview-box-outer{ width: 20%; padding: 20px;}
.overview-box{border-radius:4px;box-shadow:0px 1px 2px 0px rgba(90, 91, 95, 0.15);transition:all 0.3s ease-in-out;position:relative;top:0px;padding:30px 15px 30px 15px;text-align:center;margin:20px 25px 20px 25px;}.overview-box h4{font-size:16px;line-height:26px;}.overview-box h5{color:#5d5d5d;}.overview-box:hover{border-radius:12px;box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);top: -10px;}
@media (max-width:767px) {
	.flip-brchr-img {
		width: auto;
		height: auto;
		float: left;
		border-radius: 3px;
		border: 5px solid #fff;
		margin-top: 20px;
		margin-left: 0px;
	}
	.flip-dwnld-lnk {
		margin-top: 20px;
		float: left;
		margin-left:45px;
		padding: 30px 0px;
	}
}

<!-- update end -->


.btn-1 {
    display: inline-block;
    height: 44px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 25px;
    color: #00aeef;
    font-size: 15px;
    border: 2px solid #00aeef;
    text-align: center;
    font-weight: 400;
}
.home-about-falnir{ background-image:url(../images/home-concept-bg.jpg);}
.home-project-bottom-content{display:block;float:left;padding:80px 60px 80px;color:#fff; text-align:center; position: relative;
    overflow: hidden;}
.home-project-bottom-content h2{text-transform:uppercase;color:#fff;margin:20px 0px;}

.home-project-bottom-content p{color:#fff; text-align: center; line-height:28px;}
.home-project-bottom-content p a{color: #896527;}
.home-project-bottom-content ul{margin:10px auto;list-style:none!important;display:block;width:100%;float:left;}.home-project-bottom-content ul li {text-align:left;}.home-project-bottom-content ul li a{background:#433b35;padding:10px 20px;font-size:16px;color:#fff;}

.home-project-left-btn {
		font-weight: 700;
		line-height: 14px;
		color: #eb621b;
		border-radius: 18px;
		-moz-border-radius: 18px;
		-ms-border-radius: 18px;
		-o-border-radius: 18px;
		-webkit-border-radius: 18px;
		padding: 11px 29px;
		border:1px solid #896527;
		text-transform: uppercase;
		display: inline-block;
		text-align: center;
		margin-top: 20px;
		background:#fff;
	}

.home-project-left-btn:hover {
	background: #eb621b;
	color: #fff;
}

.home-amenities-left{background:url(../images/interiors/1.jpg) no-repeat 0px 0px;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;min-height:450px;position:relative;z-index:0;}.home-amenities-left:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1;}.home-amenities-left-content{position:absolute;text-align:center;left:0;right:0;top:30%;color:#fff;}
.home-amenities-middle{background:url(../images/interiors/2.jpg) no-repeat 0px 0px;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;min-height:450px;position:relative;z-index:0;/*background:#433b35;min-height:450px;position:relative;*/}.home-amenities-middle-content{text-align:center;color:#fff;padding:60px 50px 20px 50px;}.home-amenities-middle-content p{line-height:30px;font-size:16px;}.home-amenities-right{background: url(../images/home-swimming-bg.jpg)no-repeat right top;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;min-height:450px;position:relative;z-index:0;}.home-amenities-right:before{background:rgba(0,0,0,0.1);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1;}

.home-single-project-bg{background:/*#28150e*/#e3c899;}.home-project-left{padding:98px 50px; height: 420px;}.home-project-left img{margin:0 auto 20px auto;display:block;}.home-project-left p{font-size:16px;line-height:28px;margin-bottom:25px;color:#29231e;}.home-project-left ul{margin:0 0 15px;padding:0;list-style:none;}.home-project-left ul li{line-height:32px;font-size:16px;}.home-project-left ul li i{color:#629edd;padding-left:5px;}.home-right-project ul{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin:0;}.home-single-project-list{margin:0;padding:0;list-style:none;}.home-single-project-list li{display:inline-block;width:32%;}.home-single-project-list li i{background:#fff;border-radius:50%;padding:5px;width:120px;height:120px;display:block;margin:0 auto;box-shadow:0 10px 35px rgba(0, 0, 0, 0.1);}.home-single-project-list li i img{margin:0 auto;width:75%;padding-top:10px;}.home-single-project-list li h4{text-align:center;font-size:14px;font-weight:600;margin-top:20px;} .home-single-project-bg h4{font-size: 24px; line-height: 24px; padding-top: 0px; color: #000; text-align:center;}.home-single-project-bg h5{font-size: 16px;padding-top: 0px; color: #000; text-align:center;}

.home-right-project li{display:block;width:50%}.home-right-project li img{display:block;height:auto;width:100%}.home-right-project li.first{position:relative}.home-right-project ul li.last{width:100%}.home-project-left-btn-box{margin:0 auto;display: flex;}.home-project-left-btn-box a{margin:0 auto;}
.home-single-project-bg h2{text-transform:uppercase;color:#eb621b; margin:0 auto; display:block; text-align:center; font-size:36px;}
.home-single-project-bg h2 span{border-top:2px solid #29231e;display:block;width:60%; margin:10px auto;}
.home-project-bottom-btn {font-weight: 700;line-height: 14px;color: #896527;border-radius: 18px;-moz-border-radius: 18px;-ms-border-radius: 18px;-o-border-radius: 18px;-webkit-border-radius: 18px;padding: 11px 29px;border:1px solid #896527;text-transform: uppercase;display: inline-block;text-align: center;margin-top: 20px;background:#fff;}
.home-project-bottom-btn:hover {background: #896527;color: #fff;}

.pt-80{padding: 50px 0px 30px; background-color:#731c47}.box-resume{ position: relative; padding: 30px 30px 0; margin-top: 45%;}.center-top{text-align: center;margin-bottom: 40px;margin-top: -20%;}.center-top img { margin-top: -56%;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);} .box-resume ul {margin: 0;padding: 0;}.box-resume ul li {margin: 8px 0;padding: 0;list-style: none;}.box-resume ul li strong {width: 90px;display: inline-block;}.we-do {margin-top: 40px;}.we-do .desc {padding: 5px 0 10px 40px;position: relative;}.desc .fa {width: 30px;height: 30px;font-size: 15px;line-height: 30px;position: absolute;color: #fff;border-radius: 50%;text-align: center;left: -14px;top: 0;}.bg-color{background-color:#ffc539;}.we-do .desc h5 {letter-spacing:0.8px;font-weight: 400;font-size: 20px;position: relative;line-height: 1;color: #ffffff;margin-top: 0px;margin-bottom: 10px;text-transform: none;}.we-do .desc p {line-height: 25px;margin: 0px 0 10px 0;color: #ffffff;}.principal-head{color:#ffc539;padding:0 0 10px; text-transform:none;}@media (max-width:767px) {.pt-xs-60{margin:20px;}} @media (max-width:991px) {.pt-xs-60{margin:20px;}}.pt-xs-60{padding-left:35px;}
.lead {line-height: 25px;font-size: 18px;margin: 25px 0 10px 0;color: #ffffff;text-align: justify;}
.small-lead {line-height: 25px;font-size: 15px;margin: 10px 0 10px 0;color: #ffffff;text-align: justify;}
.home-sweets h4 {letter-spacing:0.8px;font-weight: 400;font-size: 25px;position: relative;line-height: 1;color: #ffffff;margin-top: 0px;margin-bottom: 10px;text-transform: none;}.home-sweets h4:after {background: #ffc539;content: "";height: 1px;left: 0;position: absolute;right: 0;top: 90%;width: 6%;margin-top:15px; }


.home-sweets h2{text-transform:uppercase;color:#ffffff; margin:0 auto 30px; display:block; text-align:center;}
.home-sweets h2 span{border-top:2px solid #ffc539;display:block;width:20%; margin:10px auto;}

.home-sweets a {font-weight: 700;line-height: 14px;color: #fff;border-radius: 18px;-moz-border-radius: 18px;-ms-border-radius: 18px;-o-border-radius: 18px;-webkit-border-radius: 18px;padding: 11px 29px;border:1px solid #fff;text-transform: uppercase;display: inline-block;text-align: center;margin-top: 20px;background:#ffc539;}
.home-sweets a:hover {background: #fff;color: #ffc539;}

.Overview{position:relative;background:#f4f4f4;}
.Overview h2{text-transform:uppercase;color:#29231e; margin:0 auto; display:block; text-align:center;font-size:32px;}
.Overview h2 span{border-top:2px solid #896527;display:block;width:20%; margin:10px auto;}
.overview-l-bg{background:url(../images/overview-l-bg.jpg)0 0 repeat;min-height:600px;}
.overview-bg{background:url(../images/overview-bg.jpg) center center no-repeat fixed;background-size:cover;padding:40px 0;min-height:400px;}.overview-box{border: 1px solid #e3c899;box-shadow:0px 1px 2px 0px rgba(90, 91, 95, 0.15);transition:all 0.3s ease-in-out;position:relative;top:0px;padding: 10px 0px 10px 0px;text-align:center;margin:20px 0px 20px 0px;}.overview-box:hover{ cursor:pointer;}.overview-box a{color: #555555;}
.overview-box h4{font-size:12px;line-height:26px;text-transform: uppercase;margin: 12px 2px 0px; border-top:1px solid
#e3c899;font-weight: 700;}.overview-box h5{line-height: 22px;margin: 10px 0 10px 0;}.overview-box:hover{border-radius:0px;box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);top: -10px;}
.gcity{overflow:hidden}.gcity img{width:100%;overflow:hidden}
.gcity img{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:transform;transition-property:transform;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0); }.gcity:hover img{-webkit-transform:scale(1.1);transform:scale(1.1);
-moz-transform:scale(1.1);}

.gcityright img{width:100%;overflow:hidden; }
.gcityright img{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:transform;transition-property:transform;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0); }.gcityright:hover img{-webkit-transform:scale(1.1);transform:scale(1.1);
-moz-transform:scale(1.1);}

.home-csr{background:/*#e3c899*/#f4f4f4; padding:80px 0px 80px;}
.home-csr-project-bottom-content{display:block;float:left;min-height:450px;padding:70px 60px;color:#433b35; text-align:center; margin-top: 30px;
padding: 35px 30px;
margin-right: -26%;
box-shadow: 4.921px 9.781px 31.16px 6.84px rgba(0, 0, 0, 0.08);
background-color: #fff;
position: relative;
overflow: hidden;
z-index: 2;
border: 1px solid #ad641d; }


.home-csr-project-bottom-content h2{text-transform:uppercase;color:#29231e;
    font-size: 25px;}
.home-csr-project-bottom-content h2 span{border-top:2px solid /*#29231e*/#896527;display:block;width:60%; margin:20px auto 10px;}
.home-csr-project-bottom-content h3{padding-top:15px;padding-bottom:25px;font-size:20px;color:/*#29231e*/#ffffff;}
.home-csr-project-bottom-content p{color:#29231e; padding-top:20px;text-align:justify;}
.home-csr-project-bottom-content ul{margin:30px auto;list-style:none!important;display:block;width:100%;float:left;}.home-csr-project-bottom-content ul li{float:left;margin-right:21%;}.home-csr-project-bottom-content ul li:last-child{margin-right:0;}.home-csr-project-bottom-content ul li a{background:#433b35;padding:10px 20px;font-size:16px;color:#fff;}

.home-csr-project-left-btn {
		font-weight: 700;
		line-height: 14px;
		color: #896527;
		border-radius: 18px;
		-moz-border-radius: 18px;
		-ms-border-radius: 18px;
		-o-border-radius: 18px;
		-webkit-border-radius: 18px;
		padding: 11px 29px;
		border:1px solid #896527;
		text-transform: uppercase;
		display: inline-block;
		text-align: center;
		margin: 20px 0px;
		background:#fff;
	}

.home-csr-project-left-btn:hover {
	background: #896527;
	color: #fff;
}
.service-area h1{text-transform:uppercase;color:/*#eb621b*/#39639b; font-size: 32px; margin-bottom:20px;}
.service-area h1 span{border-top:2px solid /*#29231e*/#000000;display:block;width:25%; margin:10px auto;}
.home-about-bg p{width:900px; margin:15px auto 30px; text-align: center;}
.inner-project-bg{ padding:10px; background: #fff;}
.inner-project-box{position: relative;border: 10px solid #fff;}
.inner-project-name{ position: absolute; background: rgba(0,0,0,0.8); color: #fff;bottom: 0; left: 0; right: 0;padding: 15px;}
.inner-project-name h2{ color:#eb621b;font-size: 28px;}
.inner-project-name h4{ color: #fff;font-size: 20px;}
.inner-project-name h5{ color: #fff;font-size: 15px; margin-bottom: 10px;}

@media only screen and (max-width: 768px){
.home-about-bg p{ width: 100%;}
.overview-box-outer{ width: 100%;}
.overview-box{ margin: 0 !important;}
.service-area{ padding: 40px 0 !important;}
.sweets{padding: 10px !important;}
.sweets li{ width: 100%;margin: 2% 0;padding: 10px;}
.roomarea{padding: 10px !important; display: inline-block;}
.roomarea li{width: 46%; margin: 2%;}
.home-fact-bg{ padding:0 !important;}
.home-project-showcase-left{padding: 15px 0 15px 0;}
.hidden-xs {
	display:none;
}
.service-area .service-top p {
	width:100%;
	font-size:12px;
}
.home-product-box {
    padding: 60px 40px;
}
.home-quality {
	min-height:620px;
}
.home-project-bottom-content {
    padding: 80px 0px 80px;
}
.home-project-bottom-content h3{
	text-align:justify;
}
.home-slider .slider-wrapper {
    top: 70px;
}
/* .service-area {

    top: 124px;
} */
footer {
	padding:0 !important;
}
footer .f-menu {
    margin-top: 0px;
}
.inner-box {
    padding: 0px !important;
    margin: 70px 30px 40px !important;
}
.contact-right-box {
    padding: 20px !important;
    height: auto;
	width:auto !important;
}
.circle-main {
	margin-top:-11% !important;
}
.outer-circle {
    width: 60px !important;
    height: 60px !important;
}
.s-icon {
    width: 50px !important;
    height: 50px !important;
}
.s-icon i {
    font-size: 30px !important;
	line-height:50px !important;
}
.home-csr-project-bottom-content {
  margin-right:0% !important;
  margin-bottom:30px;
  }
.home-about-falnir{
  margin-top:50px;
}

.text-center{
  padding-right: 0px;
}
.mean-container .mean-bar .mean-nav a img{
  display: none;
}
.home-fact-bg .offset-1{margin: 0 !important;}
.home-fact-bg .col-md-4{padding-bottom: 20px;}
.property-area{padding-top: 100px !important;}
.property-area h2{font-size: 26px !important;}
.property-area h2 span{ margin: 10px 0 10px 0 !important;}
.flip-brchr-lft{padding: 0px 0px 20px !important;}
.contact {padding: 20px 0 40px !important;}
}

/*.home-banner{background:rgb(40, 21, 14);}*/
.home-banner-content{display:block;float:left;padding:70px 60px;color:#433b35; text-align:left; margin-right:-15px; overflow:hidden;z-index:999; position:absolute;}
.home-banner-content h2{text-transform:uppercase;color:rgb(40, 21, 14); font-size:45px; letter-spacing:5px;}
.home-banner-content h2 span{border-top:2px solid /*#29231e*/#896527;display:block;width:18%; margin:10px auto;}
.home-banner-content h3{padding-top:15px;padding-bottom:25px;font-size:20px;color:/*#29231e*/#896527; letter-spacing: .3em;}
.home-banner-content p{font-size:16px;color:/*#29231e*/#ffffff;margin-bottom: 0px !important;}
.home-banner-content ul{margin:30px auto;list-style:none!important;display:block;width:100%;}.home-banner-content ul li:last-child{margin-right:0;}

.home-banner-btn {
    font-weight: 700;    line-height: 14px;
    color: #896527;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    -webkit-border-radius: 18px;
    padding: 11px 29px;
    border: 1px solid #896527;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    margin-top: 40px;
    background: #fff;
}

.home-banner-btn:hover {

    color: #fff;
    background: #896527;
}

.home-banner-box{box-shadow:0px 0px 28px rgba(0, 0, 0, 0.14);text-align:center;margin:60px -40px 60px 60px;background:rgba(255,255,255);padding:50px;}.home-banner-box h3{font-size:30px;}.home-banner-box i{background-color:#0054bc;padding:10px;display:inline-block;border-radius:100%;}.home-banner-box-icon{width:70px;height:70px;display:block;overflow:hidden;}
<!-- end css by salman -->

.wcounter {
	width: 20%;
	margin:20px;
}
.notify, .pTable {
    clear: both;
}
.notify {
    float: right;
    text-align: left;
}
list-style-4 {
    list-style: none;
    margin: 0 auto;
    padding: 0;
	text-align:center;
}
.list-style4-2 li i {
    color: #896527;
}
.list-style-4 li {
    position: relative;
    padding: 0 0 10px 22px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom-color: rgba(0, 0, 0, 0.1);

}
.list-style-4 li:last-child {
    border-bottom: 0;
        border-bottom-color: currentcolor;
}

@media screen and (max-width : 1920px) and (min-width: 768px){
	.div-only-mobile{
	  visibility:hidden;
	  display: none;
	}
}
.inner-box {
	padding:30px;
    transition: all 0.3s ease-in-out;
    position: relative;
    top: 0px;
    margin: 70px 0px 40px;
    box-shadow: 5px 10px 18px #888888;
}
.inner-bg {background:url(../images/about-bg.jpg) center center no-repeat fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;min-height: 750px;}
.inner-bg h2 {text-transform: uppercase;color: #29231e;margin: 10px auto 20px;display: block;text-align: left;font-size: 32px; padding:0px 20px 5px;} .inner-bg h2 span {border-top: 2px solid #896527;display: block;width: 10%; margin: 10px 0;}
/*.inner-bg h3 {font-size: 16px;line-height: 23px;font-weight: 500;color: #896527; }*/
.inner-bg p {text-align:justify; padding:0px 20px;}
.about-img-inner {padding: 40px;position: relative;}
.about-img-inner:before {right: 0;bottom: 0;}
.about-img-inner:after, .about-img-inner:before {content: '';position: absolute;width: 60%; height: 60%;background-color:#896527;}
.about-img-inner iframe.video, .about-img-inner img {position: relative;z-index: 9;border: 0;}.img-fluid {max-width: 100%;height: auto;}.about-img-inner:after {left: 0;top: 0;}

/* ====================
09. Service Area
==================== */
.property-area {
  padding: 70px 0 70px;
 /* background-image:url(../images/home-welcome-bg.jpg) !important;background-repeat: repeat;background-position: left top;margin-bottom:0px !important;*/
 background-color:#edf5f8;
}
.provide-circle::before {
    background-image:url(../images/dots.png);
    background-repeat: no-repeat;
    content: "";
    height: 124px;
    position: absolute;
    left: -34px;
    transition: all 0.3s ease 0s;
    width: 162px;
    top: -5px;
}
.property-area h2 {
	text-transform: uppercase;
	text-align:left;
	color:#000;
	font-size:40px;
	margin-top:10px;
	font-weight:600;
}
.property-area h2 span {
	text-transform: uppercase;
	text-align:left;
	color:#000;
	display:block;
	font-size:20px;
	font-weight:400;
}
.property-area .property-top img {
  margin-bottom: 5px;
}

.property-area .property-top p {
  font-size: 16px;
  color: #000000;
  margin: auto;
  line-height: 2;
  text-align:justify;
}

.property-area .property-top a {
	font-size: 16px;
    color: #39639b;
    font-weight: 600;
    padding: 8px 30px;
    border: 1px solid #39639b;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    /*float: right;*/
}
.property-area .property-top a:hover {
  background: #39639b;
  color: #fff;
}
.arrow-up {
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #e3c899;
    position: absolute;
    top: -20px;
    margin: 0 auto;
    display: block;
    right: 206px;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;

  border-top: 20px solid #e3c899;
  position: absolute;
    bottom: -20px;
    margin: 0 auto;
    display: block;
    right: 206px;
	z-index:9999;
}
.home-single-project-bg span{border-top:1px solid #896527;display:block;width:30%; margin:10px auto;}
/* For some effects it will show as a button */
.home-subsidiaries{ padding: 0; margin: 0;}
.home-subsidiaries-li{width: 50%;
    overflow: hidden;
    float: left;
    position: relative;}
.grid {
    	position: relative;
    	clear: both;
    	margin: 0 auto;
    	padding: 1em 0 4em;
    	width: 100%;
    	list-style: none;
    	text-align: center;
      overflow: hidden;
    }
    /* Common style */
    .grid figure {
    	position: relative;
    	float: left;
    	overflow: hidden;
    	margin: 10px 1%;
    	width: 98%;
    	height: auto;
    	background: #3085a3;
    	text-align: center;
    	cursor: pointer;
    }
    .grid figure img {
    	position: relative;
    	display: block;
    	min-height: 100%;
    	max-width: 100%;
    	opacity: 0.8;
    }
    .grid figure figcaption {
    	padding: 2em;
    	color: #fff;
    	text-transform: uppercase;
    	font-size: 1.25em;
    	-webkit-backface-visibility: hidden;
    	backface-visibility: hidden;
    }
    .grid figure figcaption::before,
    .grid figure figcaption::after {
    	pointer-events: none;
    }
    .grid figure figcaption,
    .grid figure figcaption > a {
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    }

    /* Anchor will cover the whole item by default */
    /* For some effects it will show as a button */
    .grid figure figcaption > a {
    	z-index: 1000;
    	text-indent: 200%;
    	white-space: nowrap;
    	font-size: 0;
    	opacity: 0;
    }
    .grid figure h2 {
    	font-weight: 300;
    }
    .grid figure h2 span {
    	font-weight: 600;
    }
    .grid figure h2,
    .grid figure p {
    	margin: 0;
    }
    .grid figure p {
    	letter-spacing: 1px;
    	font-size: 68.5%;
    }

    /*---------------*/
    /***** Ming *****/
    /*---------------*/

    figure.effect-ming {
    	background: #000000;
    }

    figure.effect-ming img {
    	opacity: 0.9;
    	-webkit-transition: opacity 0.35s;
    	transition: opacity 0.35s;
    }

    figure.effect-ming figcaption::before {
    	position: absolute;
    	top: 30px;
    	right: 30px;
    	bottom: 30px;
    	left: 30px;
    	border: 2px solid #fff;
    	box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
    	content: '';
    	opacity: 0;
    	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    	transition: opacity 0.35s, transform 0.35s;
    	-webkit-transform: scale3d(1.4,1.4,1);
    	transform: scale3d(1.4,1.4,1);
    }

    figure.effect-ming h2 {
    	margin: 20% 0 10px 0;
    	-webkit-transition: -webkit-transform 0.35s;
    	transition: transform 0.35s;color: #fff;
      text-shadow: 2px 2px 5px #000000;
    }

    figure.effect-ming p {
    	padding: 1em;
    	opacity: 0;
    	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    	transition: opacity 0.35s, transform 0.35s;
    	-webkit-transform: scale(1.5);
    	transform: scale(1.5);
    }

    figure.effect-ming:hover h2 {
    	-webkit-transform: scale(0.9);
    	transform: scale(0.9);
    }

    figure.effect-ming:hover figcaption::before,
    figure.effect-ming:hover p {
    	opacity: 1;
    	-webkit-transform: scale3d(1,1,1);
    	transform: scale3d(1,1,1); color: #fff;
    }

    figure.effect-ming:hover figcaption {
    	background-color: rgba(255,255,255,0);
    }

    figure.effect-ming:hover img {
    	opacity: 0.4;
    }
    .inner-banner{ position: relative; padding: 0 !important; overflow: hidden;}
    .inner-banner img{ min-width: 100%;}
    .inner-banner-text{ position: absolute;left: 9%;bottom: 30%;}


/* ====================
24. Contact
==================== */
.contact {background-image:url(../images/contact-bg.jpg);background-repeat: repeat;background-position: left top;margin-bottom: 0px !important;}

.contact-right-box{padding:20px 70px 80px 90px;height:590px;width:1100px; margin:0 auto;}

/*.contact {
  background:#073f70;
}*/


.contact .contact-box-tp h4:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
}

.contact .contact-box {
  margin-bottom: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.contact .contact-box .contact-icon i {
  float: left;
  font-size: 26px;
  color: #c76419;
  background:#ffffff;
  width: 65px;
  height: 65px;
  text-align: center;
  padding-top: 19px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  margin-right: 20px;
  margin-top: 5px;
}

.contact .contact-box .contact-content h6 {
  color: #d17219;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact .contact-box .contact-content p {
  font-size: 15px;
  color: #6b6969;
  font-family: verdana;
}

.contact .contact-form h4 {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 25px;
  position: relative;
}

.contact .contact-form h4:before {
  position: absolute;
  content: '';
  background: #000;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
}

.contact .contact-form form p input {
  font-size: 15px;
  width: 100%;
  height: 45px;
  border: 1px solid #dddddd;
  padding-left: 15px;
  margin-bottom: 25px;
}

.contact .contact-form form p input:focus {
  border-color: #000;
}

.contact .contact-form form p textarea {
  font-size: 15px;
  width: 100%;
  height: 165px;
  border: 1px solid #dddddd;
  padding: 15px;
  margin-bottom: 25px;
}

.contact .contact-form form p textarea:focus {
  border-color: #000;
}

.contact .contact-form form button {
  font-size: 15px;
  color: #fff;
  background: #000;
  padding: 10px 35px;
  border: none;
  font-weight: 600;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.contact .contact-form form button:hover {
  background: #fff;
  color:#000;
  border:1px solid #000;
}

.circle-main {
    background: #fff;
    width: 90px;
    height: 90px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 4%;
    top: 0;
	margin-top:-3.5%;
}
.outer-circle {
    border: 2px solid #f1f1f1;
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    transition: all linear .4s;
    left: 0;
    top: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.s-icon {
    background: #f1f1f1;
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all linear .3s;
}
.text-center {
    text-align: center!important;
}
.s-icon i {
    font-size: 40px;
    color: #896527;
    -webkit-transition: all linear .4s;
    -o-transition: all linear .4s;
    transition: all linear .4s;
    padding-bottom: 7px;
    line-height: 70px;
}
.s-icon i:hover  {
	color: #fff;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.s-icon:hover {
	background: #896527;
}
.outer-circle:hover {
	border: 2px solid #896527;
}
.small-head {
	font-size:20px !important;
	margin-top:45px !important;
}

.gallery-box-bg {
      padding: 0px 0 55px;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.gallery-box-bg:hover .image {
  opacity: 0.3;
}

.gallery-box-bg:hover .middle {
  opacity: 1;
}

.text {
  background-color: #00000094;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}


.main-contact-bg {background:url(../images/c-bg.png) center center no-repeat fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;min-height: 750px;}
.main-contact-bg h2 {text-transform: uppercase;color: #29231e;margin: 10px auto 20px;display: block;text-align: left;font-size: 32px; padding:0px 20px 5px;} .main-contact-bg h2 span {border-top: 2px solid #896527;display: block;width: 10%; margin: 10px 0;}
/*.inner-bg h3 {font-size: 16px;line-height: 23px;font-weight: 500;color: #896527;}*/
.main-contact-bg p {text-align:justify;font-size:12px; padding:0px 20px;}

img.resize{width: 90% !important; height: auto;"}


@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }

}
