/*-------Reset-css---*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: rgb(102, 102, 102);
  line-height: 26px;
  font-size: 16px;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Oswald, sans-serif;
}

p {
  margin-bottom: 15px;
}

/*--------------Top-Bar----------------*/

.top_header {
  background: #402818;
}

.header-top-left {
  position: relative;
  padding: 24px 0;
  z-index: 1;
}

.header-top-left:after {
  position: absolute;
  content: "";
  top: 0;
  height: 101%;
  left: -2514px;
  width: 2800px;
  background: #fff;
  z-index: -1;
  transform: skew(30deg);
}

.header-topbar-col {
  overflow: hidden;
  padding: 0px 0;
  position: relative;
}

.header-topbar-col ul.address {
  color: #ffffff;
  padding: 10px 10px 10px 30px;
}

.header-topbar-col ul.address li {
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  list-style: outside none none;
  margin: 0 14px 0 0;
  padding: 0;
}

.header-topbar-col ul.address li:first-child {
  margin-right: 25px;
  position: relative;
}

.header-topbar-col ul.address li:first-child:before {
  background-color: #fff;
  content: "";
  height: 22px;
  position: absolute;
  right: -15px;
  top: 3px;
  width: 2px;
}

.header-topbar-col ul.address li i {
  color: #ffffff;
  margin-right: 8px;
}

.header-topbar-col ul.address li a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}

.header-topbar-col ul.socials-icon {
  margin-top: 8px;
}

.header-topbar-col ul.socials-icon li {
  display: inline-block;
  list-style: none;
  color: #ffffff;
}

.header-topbar-col ul.socials-icon li span {
  margin-right: 12px;
}

.header-topbar-col ul.socials-icon li a {
  background: #664026;
  border: medium none;
  border-radius: 50%;
  color: #eee;
  display: block;
  font-size: 14px;
  height: 30px;
  line-height: 32px;
  padding: 0;
  text-align: center;
  width: 30px;
}

.header-topbar-col ul.socials-icon li a:hover {
  background: #fff;
  color: #402818;
}

/*----------------Nav-Bar--------------------*/

.main-menu-area {
  background: #fff;
  color: #000;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);
  margin-left: 0px;
  margin-top: 0px;
  border-bottom: 3px solid #402818;
}

.main-menu-area .navbar-default {
  background-color: transparent;
  border: none;
  margin: 0;
  z-index: 999;
}
.main-menu-area .logo {
  height: 100%;
  padding: 0px 0 10px;
  position: relative;
  margin-top: -50px;
}

.affix .logo img {
  position: relative;
  z-index: 999;
  width: 95px !important;
}

.affix .logo {
  height: 100%;
  padding: 5px 0;
  position: relative;
  margin-top: 0px;
}

.affix .navbar-right {
  float: right !important;
  margin-right: 0px;
  padding-top: 12px;
}

.main-menu ul li a .fa {
  color: #3b2414;
  font-size: 15px;
  margin-right: 5px;
}

.main-menu ul li .dropdown-menu li a {
  border-bottom: 1px dashed #ccc;
}

.navbar-right {
  float: right !important;
  margin-right: 0px;
  padding-top: 8px;
}

.logo a {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
  text-transform: uppercase;
  z-index: 9999;
}
.logo-two {
  text-align: center;
  background-color: #15aa19;
  max-width: 390px;
  margin: auto;
  padding: 15px;
}
.main-menu ul li a {
  display: block;
  font-weight: 500;
  color: #000 !important;
  text-transform: uppercase;
  padding: 28px 10px 32px;
  transition: 0.3s;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.main-menu ul li ul li a:hover {
  padding-left: 30px !important;
  transition: 0.5s;
}

.main-menu-area .navbar-default .navbar-nav > .active > a,
.main-menu-area .navbar-default .navbar-nav > .active > a:focus,
.main-menu-area .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
}
.main-menu-area .navbar-nav > li > a:focus,
.main-menu-area .navbar-nav > li > a:hover {
  background-color: transparent;
}
.main-menu-area .dropdown-menu > .active > a,
.main-menu-area .dropdown-menu > .active > a:focus,
.main-menu-area .dropdown-menu > .active > a:hover {
  background-color: #f5f5f5;
  color: #000;
}
.main-menu ul li .dropdown-menu li a {
  color: #000 !important;
}

.main-menu ul li .dropdown-menu {
  border-top: 3px solid #fff !important;
  width: 270px;
}

.main-menu-area .dropdown-menu > li > a:focus,
.main-menu-area .dropdown-menu > li > a:hover {
  background-color: #f5f5f5;
}
.main-menu-area .navbar-default .navbar-nav > .open > a,
.main-menu-area .navbar-default .navbar-nav > .open > a:focus,
.main-menu-area .navbar-default .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #f5f5f5;
}
.main-menu ul li a i.fa-angle-down {
  position: relative;
  top: 2px;
  left: 4px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.main-menu ul li:hover i.fa-angle-down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main-menu ul li a i.fa-angle-down {
  font-size: 20px;
}

.navbar-right .dropdown-menu {
  left: 0;
}
.main-menu ul li ul {
  box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.2);
  margin: 0px;
  padding: 0px;
  text-align: left;
}
.main-menu ul li ul li {
  display: block;
  position: relative;
}
.main-menu ul li ul li a {
  display: block;
  padding: 10px 22px;
  background-color: #fff;
  color: #777;
  text-align: left;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}
.main-menu ul li ul li.right-top ul {
  margin: 0px;
  padding: 0px;
  top: 0;
  position: absolute;
  text-align: left;
  left: 120%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 9999;
  width: 200px;
  border-left: 1px solid #eee;
}
.main-menu ul li ul li.right-top:hover ul {
  opacity: 1;
  visibility: visible;
  display: block;
  left: 100%;
}
@media screen and (min-width: 768px) {
  .main-menu ul li ul {
    box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.2);
    margin: 0px;
    padding: 0px;
    position: absolute;
    text-align: left;
    left: 0;
    top: 120%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    z-index: 9999;
    width: 200px;
  }
  .main-menu ul li:hover ul {
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
    display: block;
    top: 100%;
  }
  .main-menu ul li ul li.right-top {
    margin: 0;
    padding: 0;
    box-shadow: none;
    border: none;
    float: none;
  }
}
.affix {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 999;
  box-shadow: 0 0 25px #000;
  margin-top: 0px;
}

.affix .main-menu ul li a {
  display: block;
  font-weight: 500;
  color: #000 !important;
}

.affix .main-menu ul li a {
  padding-bottom: 40px;
}

.affix .main-menu ul li ul li a {
  padding: 12px 22px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #f9f6f6;
}

.main-menu-area .logo img {
  position: relative;
  z-index: 999;
  width: 130px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 25px;
}

/*------------touch-Slider------------------------*/

.bs-slider {
  margin-top: 0px;
  overflow: hidden;
  position: relative;
}
.bs-slider:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.bs-slider:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item {
}

.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: inherit;
  z-index: 20;
}

.service.layout-1:hover .img-in {
  background-color: #000;
}

.SERVICES-HOME .box-shadow {
  box-shadow: 0px 5px 7px 0px rgba(37, 34, 34, 0.33);
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/********************
*****Slide effect
**********************/
.slogen {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  /* background-color: red; */
  padding: 15px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px 0 rgba(135, 47, 31, 0.342);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.slogen .slogen-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.slogen .slogen-content::after {
  content: " ";
  position: absolute;
  display: block;
  width: 100px;
      height: 73px;
    top: -17px;
    right: -17px;
  z-index: -1;
  transform-origin: bottom left;
  -ms-transform: skew(-30deg, 0deg);
  -webkit-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
  background-color: rgb(64, 40, 24);
  box-shadow: 0 8px 32px 0 rgba(135, 47, 31, 0.342);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  /* border: 1px solid rgba(255, 255, 255, 0.18); */
}

.slogen h1 {
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
}

.fade {
  opacity: 1;
}
.fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
  top: auto;
  position: relative;
}
.fade .item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}
/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
  top: 47%;
  opacity: 0;
  width: 45px;
  height: 45px;
  z-index: 100;
  color: #ffffff;
  display: block;
  font-size: 24px;
  cursor: pointer;
  overflow: hidden;
  line-height: 43px;
  text-shadow: none;
  position: absolute;
  font-weight: normal;
  background: transparent;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.control-round:hover .carousel-control {
  opacity: 1;
}
.control-round .carousel-control.left {
  left: 1%;
}
.control-round .carousel-control.right {
  right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
  color: #fdfdfd;
  background: rgba(0, 0, 0, 0.5);
  border: 0px transparent;
}
.control-round .carousel-control.left > span:nth-child(1) {
  left: 45%;
  color: #fff;
}
.control-round .carousel-control.right > span:nth-child(1) {
  right: 45%;
  color: #fff;
}

#bootstrap-touch-slider .left .fa {
  margin-top: 10px;
  margin-right: 4px;
}

#bootstrap-touch-slider .right .fa {
  margin-top: 10px;
  margin-left: 4px;
}

/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators {
  display: none;

  right: 0px;
  bottom: 10%;
  left: 30%;
  width: 100%;
  height: 20px;
  font-size: 0;
  overflow-x: auto;
  text-align: center;
  overflow-y: hidden;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 1px;
  white-space: nowrap;
}
.indicators-line > .carousel-indicators li {
  padding: 5px;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  text-indent: 0;
  overflow: hidden;
  text-align: left;
  position: relative;
  letter-spacing: 1px;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 0%;
  border-radius: 50%;
  margin-right: 5px;
  -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
  transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
  z-index: 10;
  cursor: pointer;
}
.indicators-line > .carousel-indicators li:last-child {
  margin-right: 0;
}
.indicators-line > .carousel-indicators .active {
  margin: 1px 5px 1px 1px;
  box-shadow: 0 0 0 0px #fff;
  background-color: transparent;
  position: relative;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.indicators-line > .carousel-indicators .active:before {
  transform: scale(0.5);
  background-color: #00bf45;
  content: "";
  position: absolute;
  left: -1.6px;
  top: -1.6px;
  width: 17px;
  height: 17px;
  padding: 3px;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.control-round .carousel-control {
  top: 47%;
  opacity: 0;
  width: 70px;
  height: 70px;
  z-index: 100;
  color: #ffffff;
  display: block;
  font-size: 36px;
  cursor: pointer;
  overflow: hidden;
  line-height: 70px;
  text-shadow: none;
  position: absolute;
  font-weight: normal;
  background: transparent;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

.bs-slider .bs-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.11);
}

.slide-text > p {
  margin: 0 auto;
  text-align: center;
  width: 50%;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 0px 0px;
}

/*--------------About-Home------------------*/

.About-Home {
  padding: 100px 0px;
}

/*------------Services-Home-------------*/

.Services-Home {
}

.Services-Home {
  background-image: url(../images/Banner-03.jpg);
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  padding: 100px 0px 70px;
  background-position: center center;
  background-repeat: no-repeat;
}

.Services-Home::before,
.Services-Home::before {
  background: rgba(0, 0, 0, 0.57);
}

.Services-Home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-------Services Section Three--------*/

.Services-Home .heding-Box {
  position: relative;
}

.services-section-three {
  position: relative;
  padding: 100px 0;
}

.services-carousel-three {
  position: relative;
}

.service-block-three {
  position: relative;
  padding: 15px 15px 25px;
  margin-bottom: 25px;
}

.service-block-three .inner-box {
  position: relative;
  background-color: #ffffff;
  padding: 35px 15px 53px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.service-block-three .inner-box:before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 0px;
  width: 100%;
  background-color: rgb(29, 95, 124);
  content: "";
  transition: all 500ms ease 0s;
}

.service-block-three .inner-box:hover:before {
  height: 100%;
}

.service-block-three .icon-box {
  position: relative;
  height: 65px;
  width: 65px;
  background-color: #ffffff;
  border-radius: 50%;
  display: block;
  margin: 0 auto 20px;
}

.service-block-three .icon-box .icon {
  position: relative;
  display: inline-block;
  font-size: 54px;
  line-height: 70px;
  color: #7abf18;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-block-three .icon-box .icon-Green {
  display: block;
}

.service-block-three .inner-box:hover .icon-box .icon-Green {
  display: none;
  transform: scale(0.7);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-block-three .icon-box .icon-Pink {
  display: none;
  position: relative;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  transform: scale(0.7);
}

.service-block-three .inner-box:hover .icon-box .icon-Pink {
  display: block;
  transform: scale(0.7);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-block-three .inner-box:hover .icon-box .icon {
  color: #ea2d86;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}

.service-block-three h5 {
  position: relative;
  display: block;
  font-size: 20px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 17px;
}

.service-block-three h5 a {
  text-decoration: none;
  color: #333333;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-block-three .inner-box:hover h5 a {
  color: #ffffff;
}

.service-block-three .text {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 22px;
  color: #666666;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-block-three .inner-box:hover .text {
  color: #ffffff;
}

.service-block-three .link-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: 0 auto;
}

.service-block-three .link-box a {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #7abf18;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-block-three .inner-box:hover .link-box a {
  background-color: rgb(55, 147, 187);
}

.Services-Home .heding-Box h1 {
  font-weight: 600;
  color: #fff;
}

.Services-Home .heding-Box h4 {
  color: #c0c4c5;
}

/*-----------------------*/

.Why-Choose-Home .heding-Box h1 {
}

.chooseus-block-one {
  position: relative;
  display: block;
  overflow: hidden;
  background: #ffffff;
  padding: 30px 12px;
  text-align: center;
}

.chooseus-block-one .icon-box {
  position: relative;
  display: block;
  font-size: 60px;
  color: #f18f20;
  margin-bottom: 25px;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.chooseus-block-one:hover .icon-box,
.chooseus-block-one:hover .link a,
.chooseus-block-one:hover .text {
  color: #ffffff;
}

.chooseus-block-one .link {
  text-align: center;
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #2b3132;
  margin-bottom: 12px;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.chooseus-block-one .link a {
  position: relative;
  display: inline-block;
  color: #2b3132;
  text-decoration: none;
}

.chooseus-block-one .text {
  line-height: 20px;
  position: relative;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.chooseus-block-one .left-layer {
  position: absolute;
  left: 1px;
  top: 0px;
  width: 50%;
  height: 100%;
  display: block;
}

.chooseus-block-one .right-layer {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  display: block;
}

.chooseus-block-one .left-layer:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 50%;
  height: 0%;
  display: block;
  background-color: #008391;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.chooseus-block-one .left-layer:after {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  width: 50%;
  height: 0%;
  display: block;
  background-color: #008391;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.chooseus-block-one .right-layer:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 50%;
  height: 0%;
  display: block;
  background-color: #008391;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.chooseus-block-one .right-layer:after {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  width: 50%;
  height: 0%;
  display: block;
  background-color: #008391;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.chooseus-block-one:hover .right-layer:after,
.chooseus-block-one:hover .right-layer:before,
.chooseus-block-one:hover .left-layer:after,
.chooseus-block-one:hover .left-layer:before {
  height: 100%;
}

.chooseus-block-one .icon-box .fa {
  text-align: center;
  margin: 0 auto;
  display: table;
  font-size: 40px;
}

.Why-Choose-Home .col-md-5th-1 {
  padding-left: 0px;
  padding-right: 0px;
}

.Why-Choose-Home .col-sm-4 {
  padding-left: 0px;
  padding-right: 0px;
}

/*-------------Footer-Address----------------------*/

.footer-contact-info-area {
  position: relative;
  display: block;
  margin-bottom: -83px;
}
.single-footer-contact-box {
  position: relative;
  display: block;
  background: #875330;
  padding: 20px 35px;
}
.single-footer-contact-box.left-icon {
  position: relative;
  z-index: 1;
}
.single-footer-contact-box.left-icon:before {
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  content: "\f041";
  color: #783f16;
  font-size: 90px;
  line-height: 90px;
  z-index: -1;
  margin: 20px 0;
}
.single-footer-contact-box.right-box {
  position: relative;
  background: #266c8b;
  padding: 20px 35px;
  padding-right: 0px;
  z-index: 1;
  height: 150px;
}
.single-footer-contact-box.right-box:before {
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  content: "\f073";
  color: #1b4f66bf;
  font-size: 75px;
  line-height: 75px;
  z-index: -1;
  margin: 20px 0;
}
.single-footer-contact-box .icon-holder {
  width: 50px;
}
.single-footer-contact-box .icon-holder span:before {
  color: #ffffff;
  font-size: 60px;
  line-height: 60px;
}
.single-footer-contact-box.right-box .icon-holder span:before {
  color: #ffffff;
  font-size: 50px;
  line-height: 50px;
}
.single-footer-contact-box .icon-holder,
.single-footer-contact-box .text-holder {
  display: table-cell;
  vertical-align: middle;
}
.single-footer-contact-box .text-holder {
  padding-left: 32px;
}
.single-footer-contact-box.right-box .text-holder {
  padding-left: 40px;
}
.single-footer-contact-box .text-holder h3 {
  color: rgb(255, 255, 255);
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0px 0px 9px;
}

.single-footer-contact-box .text-holder p {
  color: rgb(255, 255, 255);
  margin: 0px;
}
.single-footer-contact-box .text-holder a {
  text-decoration: none;
  color: #ffffff;
}

.single-footer-contact-box .text-holder a:hover {
  text-decoration: none;
  color: #e18745;
  font-weight: 500;
}

.Why-Choose-Home {
  padding: 50px 0px 100px;
}

/*---------------Footer----------------*/

.footer-area {
  position: relative;
  display: block;
  background: #0a2722;
  padding-top: 130px;
  padding-bottom: 45px;
}
.footer-area.pdtop80 {
  padding-top: 80px;
}
.single-footer-widget {
  overflow: hidden;
}
.single-footer-widget.martop6 {
  margin-top: 70px;
}
.single-footer-widget .title {
  position: relative;
  display: block;
  margin-top: 1px;
  padding-bottom: 15px;
  margin-bottom: 45px;
}
.single-footer-widget .title:before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: 2px;
  content: "";
  background: rgb(139, 81, 41);
}
.single-footer-widget .title h3 {
  color: #ffffff;
  line-height: 22px;
  text-transform: capitalize;
  font-size: 20px;
}

.single-footer-widget .about-us {
  position: relative;
  display: block;
}
.single-footer-widget .about-us .footer-logo {
  margin-bottom: 16px;
}
.single-footer-widget .about-us .footer-logo a {
  display: inline-block;
}
.single-footer-widget .about-us .footer-logo a img {
  width: 130px;
  padding: 0px;
  border-radius: 0px;
}

.single-footer-widget .about-us .text-box {
}
.single-footer-widget .about-us .text-box p {
  color: rgb(175, 189, 187);
  margin: 0px;
}
.single-footer-widget .about-us .text-box p.bottom-text {
  margin-top: 17px;
}
.single-footer-widget .about-us .button {
  margin-top: 23px;
}
.single-footer-widget .about-us .button a {
  padding: 10px 20px;
}

.single-footer-widget .btn-one:hover {
  color: rgb(255, 255, 255);
  background: rgb(82, 46, 21);
}

.single-footer-widget .btn-one {
  position: relative;
  display: inline-block;
  color: rgb(255, 255, 255);
  font-size: 15px;
  line-height: 13px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  background: rgb(24, 63, 80);
  padding: 12px 16px 14px;
  transition: all 500ms ease 0s;
  border-radius: 3px;
}

.single-footer-widget .specialities {
  position: relative;
  display: block;
}
.single-footer-widget .specialities li {
  margin-bottom: 6px;
}
.single-footer-widget .specialities li:last-chil {
  margin-bottom: 0;
}
.single-footer-widget .specialities li a {
  position: relative;
  display: block;
  padding-left: 30px;
  color: rgb(175, 189, 187);
  font-weight: 400;
  text-decoration: none;
  transition: all 500ms ease 0s;
}
.single-footer-widget .specialities li a:hover {
  color: rgb(159, 97, 55);
}
.single-footer-widget .specialities li a:before {
  font-family: FontAwesome;
  position: absolute;
  top: 7px;
  left: 0px;
  content: "";
  font-size: 14px;
  line-height: 13px;
  font-weight: 100;
  transition: all 0.3s ease-in-out 0.1s;
}
.single-footer-widget .specialities li a:hover:before {
  color: rgb(159, 97, 55);
}

.single-footer-widget .facilities {
  position: relative;
  display: block;
}
.single-footer-widget .facilities li {
  margin-bottom: 6px;
}
.single-footer-widget .facilities li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .facilities li a {
  text-decoration: none;
  position: relative;
  display: block;
  padding-left: 30px;
  color: #afbdbb;
  font-weight: 400;
  transition: all 500ms ease;
}
.single-footer-widget .facilities li a:hover {
  color: rgb(159, 97, 55);
}
.single-footer-widget .facilities li a:before {
  font-family: FontAwesome;
  position: absolute;
  top: 7px;
  left: 0px;
  content: "";
  font-size: 14px;
  line-height: 13px;
  font-weight: 100;
  transition: all 0.1s ease-in-out 0.1s;
}

.single-footer-widget .solutions-links li a:hover:before {
  color: #8bc43f;
}

.single-footer-widget .opening-hours {
  position: relative;
  display: block;
  max-width: 300px;
}
.single-footer-widget .opening-hours li {
  position: relative;
  display: block;
  line-height: 14px;
  margin-bottom: 12px;
  color: #afbdbb;
  font-size: 15px;
  font-weight: 400;
}
.single-footer-widget .opening-hours li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .opening-hours li span.clr-green {
  color: #8bc43f;
}

.single-footer-widget .float-right {
  float: right;
}

.single-footer-widget .F-BOX {
  margin-bottom: 8px;
}

.single-footer-widget .F-BOX .F-Icon {
  float: left;
}

.single-footer-widget .F-BOX .F-Icon .fa {
  color: rgb(175, 189, 187);
}

.single-footer-widget .F-BOX .F-Info {
  margin-left: 30px;
  color: rgb(175, 189, 187);
}
.single-footer-widget .F-BOX .F-Info p a {
    color: #afbdbb;
}

.Footer-Stripe ul {
  float: right;
}

.Footer-Stripe ul li {
  list-style-type: none;
  display: inline;
}

.Footer-Stripe ul li a {
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  margin-right: 10px;
  color: #fff;
  font-size: 14px;
}

.Footer-Stripe {
  position: relative;
  display: block;
  background: #0a2722;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 0 0px;
}

.Footer-Stripe p {
  color: rgb(255, 255, 255);
  text-align: center;
}

.Footer-Stripe p a {
  font-weight: 500;
  color: rgb(139, 81, 41);
  text-decoration: none;
}

.Footer-Stripe p a:hover {
  color: #0091ca;
}

.Footer-Stripe ul li a:hover {
  color: #8ac33e;
}

/*-----------Testimonial-----------------*/

.Testimonial {
  padding: 100px 0px;
}

.Testimonial .owl-theme .owl-nav [class*="owl-"] {
  color: rgb(255, 255, 255);
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  margin: 50px 5px 0px !important;
  padding: 4px 10px !important;
  background: rgb(59, 36, 20) !important;
}

.single-testimonial-item {
  position: relative;
  display: block;
  width: 100%;
}
.single-testimonial-item .text-holder {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 54px 40px 62px;
  z-index: 1;
}
.single-testimonial-item .text-holder:before {
  position: absolute;
  left: 115px;
  bottom: -2px;
  right: 115px;
  height: 2px;
  background: #895b3b;
  content: "";
  transition: all 500ms ease;
}
.single-testimonial-item:hover .text-holder:before {
  left: 0;
  right: 0;
}
.single-testimonial-item .text-holder:after {
  position: absolute;
  top: 40px;
  left: 40px;
  background: url(../images/icon/quote.png);
  width: 59px;
  height: 40px;
  content: "";
  z-index: -1;
}
.single-testimonial-item .text-holder p {
  color: #8c8c8c;
  margin: 0;
  text-align: center;
}
.single-testimonial-item .img-holder {
  position: absolute;
  left: 0;
  bottom: -40px;
  right: 0;
  width: 80px;
  height: 80px;
  background: #895b3b;
  margin: 0 auto;
  border-radius: 50%;
}

.single-testimonial-item .img-holder img {
  width: 100%;
  border-radius: 50%;
}
.single-testimonial-item .name {
  position: relative;
  display: block;
  padding-top: 56px;
}
.single-testimonial-item .name h3 {
  font-size: 18px;
  font-weight: 500;
  color: rgb(59, 36, 20);
  margin: 0px 0px 3px;
}
.single-testimonial-item .name span {
  color: rgb(29, 95, 124);
  font-style: oblique;
  font-weight: 400;
}

/*----------------------------


.features   .heding-Box h1 {
    font-weight: 600;
    color: #00a2ce;
    font-family: 'Saira', sans-serif;
    line-height: 35px;
    padding: 5px 0px 50px;
}

.features {
    overflow: hidden;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

[data-overlay-dark="5"]:before, [data-overlay-light="5"]:before {
    opacity: 0.5;
}

[data-overlay-dark]:before {
    background: #000;
}

[data-overlay-dark]:before, [data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.ontop {
    position: relative;
    z-index: 4;
	color: #fff;
}

.features .item .cont {
    margin-left: 120px;
}

.half-padding {
    padding: 60px 5%  15px;
}

.features .item h6 {
    font-size: 18px;
    margin-bottom: 10px;
}

.features .item h6  a  {
	text-decoration:none;
	color:#fff;
}

.features .item p {
    font-size: 14px;
	color:#bbb;
	line-height: 20px;
}

[data-overlay-dark], [data-overlay-light] {
    position: relative;
}

[data-overlay-dark]:before {
    background: #000;
}

.features h4 {
    margin-bottom: 0px;
}

.sp-head:after {
    content: '';
    width: 80px;
    height: 1px;
    background: #f35d5d;
    position: absolute;
    top: 0;
    left: 0;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.features .item .icon {
    color: #f35d5d;
    font-size: 40px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background: rgba(200, 200, 200, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100% 50% 50% 100% / 75% 69% 69% 75%;
    float: left;
    -webkit-transition: all .4s;
    transition: all .4s;
}




[class^="FontAwesome-"], [class*=" FontAwesome-"] {
    font-family: 'FontAwesome' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

.icofont-responsive:before {
    content: "\f109";
}

.features .item .icon {
    color: #f35d5d;
    font-size: 36px;
    width: 81px;
    height: 81px;
    line-height: 81px;
    text-align: center;
    background: rgba(200, 200, 200, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100% 50% 50% 100% / 75% 69% 69% 75%;
    float: left;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.features .feat:before {
    border-radius: 50%/700px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 140%;
    width: 110%;
    top: -20%;
    left: -5%;
}

.ontop   .item:hover   .icon    {
	background:#f35d5d;
	color:#fff;
} 


/*-------------Gallery-Home----------------*/

.Gallery-Home {
  padding: 60px 0px 80px;
}

.Gallery-Home .heding-Box {
  text-align: center;
}

.colorlib-gallery .no-gutters {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.item-img {
  position: relative;
}

.item-img:hover .item-img-overlay {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.item-img-overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 30px;
  background: rgba(255, 252, 252, 0.71);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.full-width {
  text-align: center;
  margin-top: 20px;
  width: 100% !important;
}

.item-img-overlay p {
  color: #beef0d;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
}

.item-img-overlay h6 {
  font-size: 16px;
  margin-top: 5px;
  color: #fff;
}

.item-img-overlay .icon {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #f35d5d;
  text-align: center;
  font-size: 20px;
  color: #f35d5d;
}

.item-img-overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 30px;
  background: #286090c2;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.item-img:hover .item-img-overlay {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/*---------------Breadcums-----------------*/

.Breadcrumb {
  background-image: url(../images/Bg-02.jpg);
  background-color: rgba(0, 0, 0, 0.01);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding: 110px 0px;
  color: #fff;
  position: relative;
}

.Breadcrumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Breadcrumb::before,
.Breadcrumb::before {
  background: rgb(0 0 0 / 76%);
}

.Head-Box {
  display: table-cell;
}

.breadcrumb-wrapper {
  text-align: right;
  vertical-align: middle;
}

.Breadcrumb .Breadcrumb-Box span.current-item {
  color: #af6938;
}

.tm-textcolor-white a:hover,
.Breadcrumb-Box a:hover {
  color: #af6938;
  transition: all 0.3s ease 0s;
}

.Breadcrumb-Box a {
  text-decoration: none;
  color: #fff;
}

.Head-Box h1 {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
}

.Breadcrumb-Inner {
  background-color: rgba(255, 255, 255, 0.03);
  padding: 15px;
  display: inline-block;
  float: right;
}

.Breadcrumb .Breadcrumb-Box {
  color: rgba(255, 255, 255, 1);
}

.Breadcrumb-Box {
  font-weight: 400;
  text-transform: capitalize;
  color: #686e73;
}

/*----------About-Page-----------------*/

.About-Page {
  padding: 100px 0px;
}

.About-Page .About-Box {
  width: 95%;
  margin-bottom: 50px !important;
}

.About-Page .About-Info {
  margin: 35px 0px 30px;
}

.About-Page .About-Info h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  background: #875330;
  display: table;
  color: #fff;
  padding: 8px 15px;
  letter-spacing: 0px;
  text-transform: uppercase;
}

#image_block_1  {
    position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
}
#image_block_1 .image-box {
  position: relative;
  display: block;
}

#image_block_1 .image-box img {
  width: 86%;
  background: #764321;
  float: right;
}

#image_block_1 .image-box .rotate-me img {
  border-radius: 50%;
}

#image_block_1 .image-box .image-2 {
  position: absolute;
  bottom: 0px;
  left: -130px;
}

#image_block_1 .image-box .image-2 img {
  width: 65%;
}

#image_block_1 .image-box .icon-box {
  position: absolute;
  left: 95px;
  top: 195px;
  width: 130px;
  height: 130px;
  line-height: 146px;
  text-align: center;
  border-radius: 50%;
}

#image_block_1 .image-box .image-1 {
  position: relative;
  display: block;
  overflow: hidden;
}

#image_block_1 .image-box .image-1:before {
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0.3))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

#image_block_1 .image-box:hover .image-1:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

#image_block_1 img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

#image_block_1 .image-box .icon-box {
  /* background: #9e0036; */
}

#image_block_1 .rotate-me {
  animation-name: rotateme;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 30s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 30s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

/*-----------Contact-Page------------*/

.Contact-Page {
  padding: 80px 0px 70px;
}

/*---Demo-Contact-Section-----*/

.Contact-Section .Main-C-Box {
  display: table;
}

.Contact-Section {
  padding: 0px 0px;
  display: table;
  width: 100%;
  /* margin-bottom: 50px; */
  /* height: 100%; */
}

.Contact-Section .C-Head-Box {
  text-align: right;
  width: 85%;
  margin: 0 auto;
}

.Contact-Section .C-Head-Box h4 {
  color: #641212;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 120px;
}

.Contact-Section .C-Head-Box p {
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  color: #1a243f;
}

.Contact-Section .C-Head-Box a {
  /* padding: 10px 20px; */
  border: 1px solid #641212;
  margin-top: 30px;
  display: table;
  float: right;
  text-decoration: none;
}

.Contact-Section .C-Head-Box a:hover {
  background: #812525;
  transition: 0.3s;
}

.Contact-Section .C-Head-Box a:hover span {
  color: #fff;
  transition: 0.3s;
}

.Contact-Section .C-Head-Box .fa {
  padding: 30px 35px;
  background: #641212;
  color: #fff;
  font-size: 30px;
  /* margin-top: -73px; */
  margin-right: -147px;
  z-index: 1;
  position: relative;
}

.Contact-Section .C-Head-Box .fa-phone {
  padding: 16px 18px;
  background: #641212;
  color: #fff;
  font-size: 24px;
  float: left;
  margin: 0px 0px 0px 0px;
}

.Contact-Section .C-Head-Box a span {
  margin-left: 0px;
  font-size: 24px;
  font-weight: 600;
  display: table;
  padding: 15px 15px;
  color: #1a243f;
}

/*-----------*/

.Contact-Section .primary-btn {
  text-decoration: none !important;
  position: relative;
  left: 0px;
  display: inline-block;
  overflow: hidden;
  background: #af5c26;
  color: #202e31 !important;
  padding-right: 60px;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: color;
  transition-duration: 0.5s;
  cursor: pointer;
  margin-top: 25px;
  border: none;
}

.Contact-Section textarea {
  margin-bottom: 25px;
  display: block;
  width: 100%;
  height: 120px !important;
}

.Contact-Section .form-control {
  margin-bottom: 25px;
  display: block;
  width: 100%;
  height: 46px;
  padding: 8px 20px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border-bottom: 1px solid #dcdcdc !important;
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.Contact-Section .controls .form-control:focus {
  border-color: rgb(143, 181, 105);
  outline: 0;
  box-shadow: none;
}

.Contact-Section .Contact-Details-Box img {
  width: 55px;
  margin: 0 auto 25px;
}

.Contact-Section .Contact-Details-Box {
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 10px 20px rgb(136 136 136 / 27%);
  border: 1px solid #cccccc8c;
  padding: 24px 10px;
  height: 251px;
}

.Contact-Section .Contact-Details-Box h4 {
  font-size: 21px;
  color: #e12454;
  margin-bottom: 16px;
  font-weight: 500;
}

.Contact-Section .Bottom-Adj {
  text-align: center;
  margin: 30px auto 50px;
}

.Contact-Section .Contact-Size h2 {
  font-size: 32px;
  font-weight: 600;
  color: #223645;
  margin-bottom: 20px;
  margin-top: 12px;
}

.Contact-Section .Contact-Size img {
  width: 16%;
  height: 2px;
}

.Contact-Section .Contact-Size h4 {
  font-size: 16px;
  font-weight: 500;
  color: #647589;
}

.Contact-Section .Contact-Top {
  margin-top: 80px;
  padding: 50px;
  background: #e6e6e6e0;
}

.Contact-Section .Contact-Size {
  text-align: left;
  margin: 0px auto 35px;
}

.Contact-Section .layer {
  /* position: absolute; */
  /* width: 100%; */
  /* background-color: #00d6a3; */
  /* height: 100%; */
  /* overflow: hidden; */
}

.Contact-Section .No-padding {
  padding: 0px;
}

.Contact-Section .Contact-Form {
  padding: 130px 50px 30px 100px;
  /* overflow: hidden; */
  /* position: relative; */
  /* display: table-row; */
  position: relative;
  background-image: url(../images/Bg-03.jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}

.Contact-Section .Contact-Form::before,
.Contact-Section .Contact-Form::before {
  background: rgb(0 0 0 / 62%);
}
.Contact-Section .Contact-Form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*----C-Details----*/

.C-Details .No-Padding {
  padding: 0px;
}

.C-Details .C-Head-Box {
  padding: 150px 50px 50px;
}

.C-Details .C-Head-Box h4 {
  color: #641212;
  font-weight: 600;
  margin-bottom: 15px;
}

.C-Details .C-Head-Box p {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #641212;
  margin-bottom: 50px;
}

.C-Details .C-Head-Box p span {
  color: #1a243f;
}

.C-Details .C-Head-Box .Points .Icon {
  float: left;
}

.C-Details .C-Head-Box .Points .Info {
  margin-left: 65px;
}

.C-Details .C-Head-Box .Points .Info p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
}

.C-Details .C-Head-Box .Points .Icon {
  padding: 8px 8px;
  background: #663c1f;
}

.C-Details .C-Head-Box .Points .Icon img {
  width: 32px;
}

.C-Details .C-Head-Box .Points {
  margin-bottom: 25px;
  display: table;
}

/*---------------Gallery--------------*/

.Gallery-Page {
  padding: 50px 0px;
}

.Gallery-Page .box {
  margin-bottom: 30px;
}

#scroll-to-top {
  width: 50px !important;
  height: 50px !important;
  background-color: rgb(233, 30, 99) !important;
  border-radius: 50% !important;
  background-position: 50% 50%;
  background-size: 140% !important;
  background-image: url(../images/Up-Arrow.png) !important;
  background-repeat: no-repeat;
  background-color: transparent !important;
  border: 2px solid #ae5b26;
  bottom: 15px !important;
  right: 10px !important;
}

/*-----------*/

.About-Home .About-Box {
  width: 94%;
  float: right;
}

.heding-Box {
  padding-left: 20px;
  margin-bottom: 30px;
  border-left: 6px solid rgb(29, 95, 124);
}

.heding-Box h4 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1.5px;
  color: rgb(157, 164, 167);
}

.heding-Box h1 {
  font-weight: 600;
  color: rgb(44, 44, 44);
  line-height: 35px;
  letter-spacing: 1px;
  padding: 5px 0px 12px;
}

.heding-Box h5 {
  font-size: 18px;
  font-weight: 300;
  text-transform: capitalize;
  color: red;
}

.btn-main a {
  position: relative;
  z-index: 99;
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0px;
  padding: 16px 20px 15px 50px;
  border-radius: 3px;
  background: #402818;
  text-decoration: none;
}

.btn-main a::before {
  content: "";
  width: 30px;
  height: 100%;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  position: absolute;
  z-index: 9;
  top: 0px;
  left: 0px;
  transition: all 0.5s ease 0s;
  background: rgb(129 70 31 / 74%);
}

.btn-main a span.more {
  position: relative;
  z-index: 99;
}

.btn-main a span.icon {
  position: absolute;
  left: -42px;
  top: -4px;
  color: rgb(255, 255, 255);
}

.btn-main a .fa {
  position: relative;
  z-index: 99;
  font-weight: 300;
}

.btn-main a .fa-plus::before {
  content: "";
  font-size: 15px;
  font-family: FontAwesome;
  padding-right: 28px;
}

.btn-main a:hover::before {
  position: absolute;
  z-index: 9;
  top: 0px;
  left: 0px;
  width: 100% !important;
  border-bottom-right-radius: 3px !important;
  border-top-right-radius: 3px !important;
  color: rgb(17, 22, 30) !important;
  transition: all 0.5s ease 0s;
  background: rgb(129 70 31 / 74%);
}

.btn-main {
  margin-top: 45px;
}

.Center-ADJ {
  position: relative;
  display: table;
  margin: 0px auto 60px;
}

/*----Single-Service-Page-----*/

.Single-Service-Page {
  padding: 100px 0px;
}

.Single-Service-Page .Sidebar .Active {
  border-left: 3px solid #f08604;
  padding: 1px 20px 1px !important;
  border-bottom: 1px solid #cccccc96;
  margin-bottom: 5px;
  /* display: table; */
  width: 100%;
}

.Single-Service-Page .Sidebar .Sub-Point-Box a {
  padding-top: 10px;
  display: block;
  text-decoration: none;
}

.Single-Service-Page .Sidebar .Sub-Point-Box .Icon .fa {
  display: none;
  padding-top: 5px;
  color: #4c4b4b;
}

.Single-Service-Page .Sidebar .Active .Icon .fa {
  color: #50311c;
}

.Single-Service-Page .Sidebar .Active .Info p {
  color: #50311c !important;
}

.Single-Service-Page .Sidebar .Active {
  border-left: 3px solid #50311c !important;
  padding: 1px 0px 1px;
  border-bottom: 0px solid #cccccc96;
  margin-bottom: 5px;
  /* display: table; */
  width: 100%;
}

.Single-Service-Page .Sidebar .Sub-Point-Box:hover {
  border-left: 3px solid #50311c !important;
  transition: 0.3s;
}

.Single-Service-Page .Sidebar .Sub-Point-Box:hover .Info p {
  transition: 0.3s;
  color: #50311c;
}

.Single-Service-Page .Sidebar .Sub-Point-Box:hover .Icon .fa {
  transition: 0.3s;
  color: #50311c;
}

.Single-Service-Page .Sidebar .Active .Icon .fa {
  display: block;
}

.Single-Service-Page .Sidebar .Sub-Point-Box:hover .Icon .fa {
  display: block;
}

.Single-Service-Page .Sidebar .Sub-Point-Box .Info {
  margin-left: 0px;
}

.Single-Service-Page .Sidebar .Sub-Point-Box .Info p {
  color: #4c4b4b;
  margin-bottom: 8px;
}

.Single-Service-Page .Sidebar .Sub-Point-Box:hover .Info {
  margin-left: 25px;
  transition: 0.3s;
}

.Single-Service-Page .Sidebar .Sub-Point-Box .Icon {
  float: left;
}

.Single-Service-Page .Sidebar .Active .Info {
  margin-left: 25px !important;
}

.Single-Service-Page .Sidebar .Sub-Point-Box {
  border-left: 3px solid #c1c1c1;
  padding: 1px 0px 1px;
  border-bottom: 0px solid #cccccc96;
  margin-bottom: 5px;
  /* display: table; */
  width: 100%;
}

.Single-Service-Page .Sidebar .Sub-Point-Box:hover {
  padding: 1px 20px 1px;
  transition: 0.3s;
}

.Single-Service-Page .Sidebar .Sub-Point-Box .Info {
  margin-left: 20px;
}

.Single-Service-Page .Sidebar .Active:hover .Info {
  margin-left: 20px;
  transition: 0.3s;
}

.Single-Service-Page .Sidebar .Sub-Point-Main {
  border-bottom: 1px solid #cccccc96;
  margin-bottom: 5px;
}

.Single-Service-Page .Sidebar .Sidebar-Title h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  background: #50311c;
  color: #fff;
  padding: 8px 20px;
  display: table;
  margin: 0 0 30px;
  letter-spacing: 0.5px;
}

.Single-Service-Page .Sidebar {
  width: 90%;
  display: table;
  margin-left: 35px;
}

.Single-Service-Page .Quick-Contact {
  width: 90%;
  display: table;
  margin-left: 35px;
}

.Single-Service-Page .Single-Service-Information .Service-Content-Main {
  padding: 45px 25px;
  border: 1px solid #cccccc42;
  border-top: none;
}

.Single-Service-Page .heding-Box {
  padding-left: 20px;
  margin-bottom: 45px;
  border-left: 4px solid rgb(29, 95, 124);
}

.Single-Service-Page .heding-Box h1 {
  font-weight: 600;
  color: rgb(44, 44, 44);
  line-height: 35px;
  letter-spacing: 0.5px;
  padding: 5px 0px 6px;
  font-size: 34px;
}

/*---Quick-Contact---*/

.Quick-Contact {
  padding: 40px 30px 30px;
  position: relative;
  margin-top: 60px;
  background-image: url(../images/Sidebar-Contact-BG.jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.Quick-Contact::before,
.Quick-Contact::before {
  background: rgba(0, 0, 0, 0.78);
}

.Quick-Contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Quick-Contact .Q-Pass {
  margin-bottom: 25px;
}

.Quick-Contact h5 {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 0px;
}

.Quick-Contact .Points .Icon img {
  width: 20px;
  z-index: 1;
  position: relative;
  padding-top: 3px;
}

.Quick-Contact .Points {
  margin-bottom: 10px;
}

.Quick-Contact .Points .Icon {
  float: left;
}

.Quick-Contact .Points .Info {
  margin-left: 28px;
}

.Quick-Contact h4 {
  color: #b1976b;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 26px;
  position: relative;
}

.Quick-Contact p {
  color: #b8b8b8;
  position: relative;
}

/*----Read-More-Btn------*/

.primary-btn {
  text-decoration: none !important;
  position: relative;
  left: 0px;
  display: inline-block;
  overflow: hidden;
  background: #e59112;
  color: #202e31 !important;
  padding-right: 60px;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: color;
  transition-duration: 0.5s;
  cursor: pointer;
  margin-top: 25px;
}

.primary-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #af5c26;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition: all 400ms linear 0s;
  transition-timing-function: ease-out;
}

.primary-btn .btn-text {
  padding: 8px 32px 6px 15px;
}

.primary-btn .btn-text {
  position: relative;
  display: block;
  line-height: 30px;
  padding: 12px 25px 10px 22px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}

.primary-btn .icon {
  background: #767676;
  color: #fff;
  line-height: 25px;
}

.primary-btn .icon span {
  position: relative;
  display: block;
  transform: skewX(20deg);
  color: #fff;
  font-weight: 200;
}

.primary-btn .icon {
  background: #767676;
  color: #fff;
  line-height: 25px;
}

.primary-btn .icon {
  position: absolute;
  right: -10px;
  top: 0px;
  display: block;
  line-height: 30px;
  padding: 16px 24px 10px 15px;
  text-align: center;
  color: #202e31;
  height: 100%;
  transform: skewX(-20deg);
  font-size: 18px;
}

.primary-btn:hover:before {
  background: #302d24;
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.Main-Title-Box h5 {
  font-size: 18px;
  font-weight: 600;
  color: #af5c26;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.Main-Title-Box h2 {
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}

.Main-Title-Box .Line {
  display: block;
  width: 55px;
  border: 1px solid #af5c26;
  margin-bottom: 35px;
  position: relative;
}

/*--Facility-Home--*/

.Facility-Home {
  padding: 100px 0px 60px;

  background-image: url(../images/Facility-Bg.jpg);
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.Facility-Home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Facility-Home::before,
.Facility-Home::before {
  background: #dbdbdb08;
}

.Facility-Main {
  border-bottom: 3px solid #402818;
  border-radius: 0 0 2px 2px;
  margin-bottom: 50px;
  min-height: 370px;
  overflow: hidden;
  position: relative;
}
.four_col .Facility-Main {
  border-bottom: 3px solid #402818;
  border-radius: 0 0 2px 2px;
  margin-bottom: 30px;
  min-height: 269px;
  overflow: hidden;
  position: relative;
}
.Facility-Main .thumb img {
  width: 100%;
}

.Facility-Main .Facility-Content {
  background-color: #fbf7f8;
  bottom: -65px;
  left: 0;
  padding: 0 15px 40px;
  padding-top: 28px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.Facility-Main:hover .Facility-Content {
  bottom: 0;
}

.Circle {
  background-color: #fbf7f8;
  border-radius: 50%;
  height: 90px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  top: -30px;
  width: 90px;
}

.Facility-Main:hover.round-style {
  top: -30px;
}

.Facility-Main .Facility-Content .icon {
  display: inline-block;
  position: relative;
  margin-left: 0px;
  top: -40px;
}

.Facility-Main .Facility-Content .icon img {
  width: 50px !important;
}

.Facility-Main .Facility-Content .title {
  margin-bottom: 10px;
  margin-top: 0px;
}

.Facility-Main .Facility-Content a.btn-thm {
  margin-top: 15px;
  opacity: 0;
  text-decoration: none;
}

.Facility-Main:hover .Facility-Content a.btn-thm {
  opacity: 1;
}

.Facility-Main:hover .Facility-Content a.btn-thm {
  margin-top: 10px;
}

/*---Faciliy-Ream-More-Btn---*/

.btn-thm {
  font-weight: 600;
  text-transform: uppercase;
  color: #fff !important;
  display: inline-block;
  background: #402818 !important;
  position: relative;
  line-height: 40px;
  padding-left: 27px;
  border-radius: 3px;
  padding-right: 9px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  font-size: 13px;
  line-height: 35px;
  padding: 0 12px;
  margin: 10px;

  margin-top: 15px;
  opacity: 0;
}

.btn-thm i {
  padding-left: 15px;
  font-size: 1.25em;
  padding-right: 7px;
  vertical-align: middle;
  border-left: 1px solid #f68a15 !important;
  position: relative;
  margin-left: 20px;
  font-size: 14px;
  line-height: 28px;

  margin-left: 10px;
  padding-left: 10px;
  padding-right: 0;
}

.btn-thm i:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #704527 !important;
  position: absolute;
  left: -2px;
  top: 0px;
}

.btn-thm:hover {
  color: #fff !important;
}

.btn-thm:hover {
  background: #212832 !important;
}

/*--Blog-Home--*/

.Blog-Home {
  padding: 100px 0px;
}

.Blog-Home .Blog-Box .Blog-Img {
  position: relative;
  overflow: hidden;
}

.Blog-Home .Blog-Box:hover .Blog-Img img {
  transform: scale(1.1);
  transition: all 1s ease 0s;
  height: auto;
  max-width: 100%;
}

.Blog-Home .Blog-Box .Blog-Content {
  padding: 25px 25px;
  background-color: #f7f9fa;
  margin-top: 2px;
  border-top: 3px solid #402818;
  box-shadow: 0px 0px 50px rgb(87 87 87 / 23%);
}

.Blog-Home .Blog-Box .Blog-Content h5 {
  font-size: 19px;
  line-height: 24px;
  font-weight: 500;
  color: #111212;
  margin-bottom: 15px;
  margin-top: 15px;
}

.Blog-Home .Blog-Box .Blog-Content h5 a {
  color: #202426;
  text-decoration: none;
}

.Blog-Home .Blog-Box .Blog-Content h5 a:hover {
  color: #22a2b2;
}

.Blog-Home .Blog-Content .read-more {
  color: #202426;
  font-weight: 500;
  font-size: 14px;
  margin-top: 8px;
  display: table;
  text-decoration: none;
}

.Blog-Home .Blog-Content .read-more .fa {
  margin-left: 5px;
}

.Blog-Home .Blog-Content .Date ul li {
  list-style-type: none;
  display: inline-block;
  float: left;
  width: 125px;
}

.Blog-Home .Blog-Content .Date .Date-Box {
  margin-top: -75px;
  display: table;
  z-index: 1;
  position: relative;
  background: #402818;
  padding: 5px 0px 0px;
  color: #fff;
  margin-bottom: 40px;
  width: 53px;
}

.Blog-Home .Blog-Content .Date .Date-Box .fa {
  float: none !important;
  font-size: 32px !important;
  color: #ffffff !important;
  padding: 4px 0px 8px !important;
  margin: 0 auto !important;
  text-align: center;
  display: table;
}

.Blog-Home .Blog-Content .Date {
  display: table;
}

.Blog-Home .Blog-Content .Date .Right {
  margin-left: 200px !important;
}

.Blog-Home .Blog-Content .Date .Left .fa {
  float: left;
  font-size: 14px;
  color: #402818;
  margin-right: 10px;
  padding-top: 4px;
  padding: 7px 0px 0px !important;
}

.Blog-Home .Blog-Content .Date .Left .lawyer {
  float: left;
  font-size: 14px;
  color: #402818;
  margin-right: 10px;
  padding-top: 4px;
  padding: 0px 5px 4px !important;
}

.Blog-Home .Blog-Content .Date .Left .fa img {
  width: 40px;
}

.Blog-Home .Blog-Content .Date .Left p {
  font-size: 13px;
}

.Blog-Home .Blog-Small {
  height: 310px;
}

.Blog-Home .Blog-Small .Blog-Content {
  padding: 50px 20px 25px;
  background-color: #f7f9fa;
  margin-top: 4px;
  border-top: 0px solid #faa322;
}

.Blog-Home .Blog-Small .Blog-Content .Date .Left .fa {
  float: left;
  font-size: 13px;
  color: #faa322;
  margin-right: 5px;
  padding-top: 6px;
}

.Blog-Home .Blog-Small .Blog-Content .Date ul li {
  list-style-type: none;
  display: inline-block;
  float: left;
  width: 112px;
}

.Blog-Home .Blog-Small .Blog-Img {
  width: 95%;
}

.Blog-Home .Blog-Box {
  width: 96%;
  margin: 0 auto;
}

.Blog-Home .Blog-Small {
  width: 100%;
}

.Blog-Home .Main-Title-Box {
  margin-bottom: 50px;
}

/*--Our-Number--*/

.Our-Number {
  padding: 90px 0px 40px;

  position: relative;
  background-image: url(../images/Bg-03.jpg);
  background-size: cover !important;
  background-attachment: fixed;
}

.Our-Number::before,
.Our-Number::before {
  background: #000000de;
}

.Our-Number::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Our-Number .heding-Box h1 {
  font-weight: 600;
  color: rgb(255 255 255);
  line-height: 45px;
  letter-spacing: 1px;
  padding: 15px 0px 15px;
}

.Our-Number .counter-Box .Info .counter-value {
  font-size: 34px;
  font-weight: 700;
  margin: 25px auto 18px;
  color: #fff;
}

.Our-Number .counter-Box .Info p {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #b9904c;
}

.Our-Number .counter-Box .counter-content .Icon img {
  width: 55px;
  margin: 0 auto 15px;
}

.Our-Number .counter-Box .counter-content .Info {
  text-align: center;
}

/*--Choose-Section--*/

.Choose-Section {
  padding: 100px 0px;
}

.Choose-Section .heding-Box {
  padding-left: 20px;
  margin-bottom: 45px;
  border-left: 4px solid rgb(29, 95, 124);
}

.Choose-Section .heding-Box h1 {
  font-weight: 600;
  color: rgb(44, 44, 44);
  line-height: 34px;
  letter-spacing: 0px;
  padding: 5px 0px 10px;
  font-size: 30px;
}

.Choose-Section .Choose-Main {
  width: 95%;
}

.Choose-Main .Points .Icon {
  float: left;
}

.Choose-Main .Points .Icon .fa {
  color: #1d5f7c;
}

.Choose-Main .Points {
  margin-bottom: 8px;
}

.Choose-Main .Points .Info {
  margin-left: 26px;
}

.Choose-Main .Points .Info p {
  font-weight: 500;
}

.Choose-Main h4 {
  margin: 20px 0px 25px;
  font-size: 20px;
  font-weight: 400;
  color: #000;
}

#accordion .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0 20px 15px 0;
  position: relative;
}
#accordion .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  position: relative;
}
#accordion .panel-heading:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #422917;
  position: absolute;
  top: 0;
  left: 0;
  transform: skew(-30deg, 0deg);
  transform-origin: left bottom 0;
}
#accordion .panel-title a {
  display: block;
  padding: 15px 25px 15px 20px;
  margin: 0;
  background: #422917;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 0;
  position: relative;
  text-decoration: none;
}

#accordion .panel-title a .fa {
  float: right;
}

/*--C-Stripe--*/

.mission {
  padding: 85px 0px;
  position: relative;
  background-image: url(../images/mission.jpg);
  background-size: cover !important;
  background-attachment: fixed;
}
.mission::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #101010b8;

}


.mission .row{
    display: flex;
    justify-content: space-around;
}
.mission .card{
    background-color: #000000;
    padding: 15px;
    position: relative;
    z-index:1;
}
.mission .card .card-title{
    margin-bottom: 20px;
}
.mission .card h2, .mission .card p{
    color: white;
}


.C-Stripe {
  padding: 85px 0px;

  position: relative;
  background-image: url(../images/C-Bg.jpg);
  background-size: cover !important;
  background-attachment: fixed;
}

.C-Stripe::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.C-Stripe::before,
.C-Stripe::before {
  background: #101010b8;
}

.C-Stripe .C-Box-Main h2 {
  position: relative;
  color: #fff;
  z-index: 1200;
  line-height: 60px;
  font-size: 40px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.C-Stripe .C-Box-Main {
  text-align: center;
  margin: 0 auto;
}

.C-Stripe .C-Box-Main h3 {
  font-size: 36px;
  margin-bottom: 26px;
  color: #fff;
  position: relative;
  font-weight: 400;
  letter-spacing: 0px;
}

.C-Stripe .C-Box-Main h4 {
  font-size: 26px;
  margin-bottom: 15px;
  color: #cf7b41;
  position: relative;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0px;
}

.C-Stripe .primary-btn {
  text-decoration: none !important;
  position: relative;
  left: 0px;
  display: inline-block;
  overflow: hidden;
  background: #7c4118;
  color: #202e31 !important;
  padding-right: 60px;
  vertical-align: middle;
  transform: translateZ(0);
  /* box-shadow: 0 0 1px rgb(0 0 0 / 0%); */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: color;
  transition-duration: 0.5s;
  cursor: pointer;
  margin-top: 25px;
  border: none;
}

/*-------Tow-Button------*/

.Tow-Button .One {
  float: left;
  margin-right: 40px;
}

.Tow-Button .bold {
  font-weight: 600;
  color: #d68147;
}

.Tow-Button {
  padding: 10px 0px 20px;
}

.Sub-Box h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 30px;
}

.Sub-Box .Point-Box .Icon {
  float: left;
}

.Sub-Box .Point-Box .Icon .fa {
  color: #549dbd;
  font-size: 13px;
}

.Sub-Box .Point-Box .Info {
  margin-left: 25px;
}

.Sub-Box .Point-Box .Info p {
  padding-top: 3px;
}

.Font-Wt-600 {
  font-size: 16px;
  font-weight: 600;
}

.Sub-Box .Margin-top {
  margin-top: 35px;
  background: #d57b43;
  display: table;
  padding: 3px 12px 8px;
  color: #fff;
}

/*-----------------*/

.modalContent h1 {
  font-size: 24px;
  padding: 0px 0px 25px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  color: #983d20;
}

#modalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.62);
  z-index: 99999;
  height: 100%;
  width: 100%;
}
.modalPopup {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 60%;
  padding: 0 0 5px;
  -webkit-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.2);
  padding: 26px 20px;
}

.modalContent {
  padding: 5px 5px 0px;
}

.headerBar {
  width: 100%;

  margin: 0;
  text-align: center;
}

.headerBar img {
  margin: 1em 0.7em;
}

.buttonStyle {
  border: transparent;
  border-radius: 0;
  color: #ffffff !important;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  padding: 4px 15px;
  text-decoration: none;
  float: right;
  background: #983d20;
  margin-right: 10px;
}

.buttonStyle:hover {
  background: #1e1e1e;
  color: #fff;
  background: #235f9c;
}

.returnToProfile {
  text-align: center;
  margin: 3em;
}
.returnToProfile a,
.returnToProfile a:visited {
  color: #ddd;
}
.returnToProfile a:hover {
  color: #fff;
}

.Desclimer-Main {
  border-bottom: 0.1px solid #e5e3e3;
  margin-bottom: 25px;
}

/*-------------Laptop-View-Responsive-----------------*/

@media only screen and (max-width: 1200px) {
  .main-menu-area .logo::before {
    background: transparent;
    content: "";
    height: 100%;
    position: absolute;
    right: -30px;
  }
  .main-menu ul li a {
    display: block;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    padding: 25px 8px;
  }

  .main-menu-area .logo img {
    position: relative;
    z-index: 999;
    width: 170px;
  }

  .main-menu-area {
    background: #fff;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);
  }

  /*-----------Super-Speciality-Services-Page---------------*/

  .SERVICES-BOX-MAIN {
    margin-bottom: 20px;
  }

  .Super-Speciality-Services-Page .SERVICES-BOX {
    height: 250px;
    text-align: center;
    padding: 15px 0px;
    border: 1px solid #e2e2e2c4;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.06),
      0 3px 1px 1px rgba(94, 96, 97, 0.14);
    background-color: #ffffff;
    transition: transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-bottom: 20px;
  }

  .Super-Speciality-Services-Page .SERVICES-BOX-MAIN:hover {
    transform: translateY(-8px);
    transition: transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .Single-Service-Page .INNER_BOX {
    padding: 20px 20px;
  }

  .Plastic-Surgery-ADJ {
    margin: 0px 0px 0px;
  }

  .Consultants-List .serviceBox {
    padding: 15px 5px;
    border-radius: 0px;
    text-align: right;
    overflow: hidden;
    z-index: 1;
    position: relative;
    height: 210px;
  }
}

/*------------Mini-Laptop-View-Responsive-----------------*/

@media only screen and (max-width: 992px) {
  .main-menu ul li a {
    display: block;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    padding: 18px 5px;
  }

  .navbar {
    position: relative;
    min-height: 0px;
  }

  /*-----------Super-Speciality-Services-Page--------------*/

  .Super-Speciality-Services-Page .SERVICES-BOX {
    height: 210px;
  }

  .SERVICES-BOX-MAIN {
    width: 90%;
    margin: 0 auto 30px;
  }

  .Super-Speciality-Services-Page {
    padding: 60px 0px 40px;
  }

  .entry-title {
    font-family: "Saira", Arial, Helvetica, sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
  }

  .breadcrumb-wrapper-inner {
    background-color: rgba(255, 255, 255, 0.03);
    padding: 15px 10px;
    display: inline-block;
  }

  .Super-Speciality-Services-Page .SERVICES-BOX p {
    padding: 15px 15px;
    line-height: 20px;
  }

  .Single-Service-Page .INNER_BOX {
    padding: 0px 20px 20px;
    border: 1px solid #ccc;
    border-radius: 2px 1px 10px 10px;
    display: table;
  }

  .Consultants-List .serviceBox {
    padding: 15px 5px;
    border-radius: 0px;
    text-align: right;
    overflow: hidden;
    z-index: 1;
    position: relative;
    height: 175px;
  }
}

/*-------------Tab-View-Responsive-----------------*/

@media only screen and (max-width: 768px) {
  .Mediclaim-Page {
    padding: 35px 0px 15px;
  }

  .Mediclaim-Page .heding-Box h1 {
    font-weight: 600;
    color: #04718e;
    font-family: "Saira", sans-serif;
    line-height: 35px;
    padding: 5px 0px 30px;
  }

  .Mediclaim-Page .Mediclaim-Page-Box h4 {
    padding-bottom: 8px;
    color: #04718e;
    font-weight: 500;
    /* font-style: italic; */
    font-size: 16px;
  }

  .Mediclaim-Page .Mediclaim-Page-Box p {
    line-height: 20px;
    padding-bottom: 5px;
  }

  .header-topbar-col ul.address .display-n-Remove {
    display: none;
  }

  /*----------.NABH-Page----------*/

  .NABH-Page {
    padding: 35px 0px 25px;
  }

  .NABH-Page .heding-Box h1 {
    font-size: 25px;
    font-weight: 600;
    color: #04718e;
    line-height: 26px;
    padding: 5px 0px 13px;
  }

  .NABH-Page img {
    width: 95%;
    margin: 10px auto 0px;
  }

  .NABH-Page .NABH-PASS p {
    line-height: 19px;
    margin-bottom: 12px;
    font-size: 14px;
  }

  .NABH-Page .heding-Box .line {
    display: block;
    border: 1px solid #88ab08;
    width: 100px;
    margin-bottom: 24px;
  }

  .NABH-Page .heding-Box h4 {
    font-family: "Saira", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #9da4a7;
  }

  /*--------Topbar---------*/

  .header-topbar-col ul.address {
    color: #ffffff;
    padding: 10px;
    margin: 0 auto;
    display: table;
    float: none !important;
    display: none;
  }

  .header-topbar-col ul.socials-icon {
    float: none !important;
    margin: 5px auto 5px;
    display: table;
  }

  .header-topbar-col ul.socials-icon li a {
    border: medium none;
    border-radius: 50%;
    color: #eee;
    display: block;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    padding: 0;
    text-align: center;
    width: 26px;
    margin-right: 5px;
  }

  /*-----------Menu-Bar--------------*/

  .main-menu ul li a {
    display: block;
    color: #000 !important;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 10px;
  }

  .main-menu-area .logo::before {
    background: #fff;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: skewX(-45deg);
    -webkit-transform: skewX(0deg);
    width: 2000px;
    z-index: 999;
  }

  .navbar-right {
    float: none !important;
    padding-top: 0px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #0c0c0c;
  }

  .affix {
    position: fixed;
    width: 100%;
    top: 0;
    left: -80px;
    right: 0;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 0 25px #000 !important;
    margin-top: 0px;
  }

  .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: -62px;
    z-index: 999;
    margin-right: 15px;
    margin-bottom: 20px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border: none;
  }

  /*-------home-gallery----------*/

  .Gallery-Home .item-img {
    width: 75%;
    margin: 0 auto 30px;
  }

  /*----------Nav bar-------------*/

  .main-menu-area {
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);
  }

  .affix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0px;
    margin-top: 0px;
  }

  .main-menu-area .navbar-default .navbar-nav > .open > a,
  .main-menu-area .navbar-default .navbar-nav > .open > a:focus,
  .main-menu-area .navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: transparent;
  }

  .slide-text h2 {
    font-size: 18px;
    width: 100%;
    line-height: 25px;
    color: #ffffff;
    margin-bottom: 0px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 2px;
  }

  .service.layout-1 {
    margin: 0 auto;
    width: 80%;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    transition: 0.7s ease;
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .bs-slider {
    margin-top: 0px;
    overflow: hidden;
    position: relative;
    background: #000000;
  }

  .service.layout-1:hover {
    margin-top: 10px;
  }

  .slide-text {
    left: 0;
    width: 90%;
    top: 6%;
    right: 0;
    position: absolute;
    padding: 0px 60px;
  }

  .slide-text h2 a {
    text-align: left;
    float: left;
    margin: 0 auto;
    padding: 0px 15px !important;
    background: #ec6a07;
    color: #fff;
    text-decoration: none;
    margin-top: 12px;
    display: table;
    font-weight: 600;
    font-size: 13px;
    line-height: 31px;
    border-radius: 20px;
  }

  .main-menu-area .M-ADJ {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .affix .main-menu ul li a {
    display: table;
    font-weight: 500;
    color: #000 !important;
    margin: 0;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    width: 100%;
    padding: 10px 15px 10px 25px;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #000;
    background-color: #fff !important;
  }

  .main-menu-area .logo {
    height: 100%;
    padding: 6px 0px;
    position: relative;
    margin-left: 15px;
    margin-top: 0px;
  }

  .header-top-left {
    position: relative;
    padding: 0px 0;
    z-index: 1;
  }

  .header-topbar-col ul.address li {
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    list-style: outside none none;
    margin: 0 0px 0 0;
    padding: 0;
  }

  .control-round .carousel-control {
    top: 40%;
    opacity: 0;
    width: 50px;
    height: 50px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 28px;
    cursor: pointer;
    overflow: hidden;
    line-height: 50px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
  }

  .About-Home img {
    padding: 0px;
    border: 0px solid #cacaca;
    border-radius: 5px;
    width: 85%;
    margin: 0 auto 30px;
  }

  .heding-Box h1 {
    font-weight: 500;
    color: #04718e;
    line-height: 30px;
    padding: 4px 0px 12px;
    font-size: 22px;
  }

  .heding-Box h4 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #9da4a7;
  }

  .heding-Box {
    padding-left: 15px;
    margin-bottom: 28px;
    border-left: 3px solid rgb(29, 95, 124);
  }

  .About-Home .About-Box {
    width: 100%;
    float: none;
  }

  .About-Home .About-Box p {
    font-size: 14px;
    line-height: 22px;
    color: #8d9192;
    padding-bottom: 16px;
  }

  .About-Home .About-Box a {
    border: 0px solid transparent;
    padding: 8px 12px 5px 45px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    display: table;
    margin-top: 0px;
  }

  .btn-main a span.icon {
    position: absolute;
    left: -14px;
    top: -5px;
    color: rgb(255, 255, 255);
  }

  .btn-main {
    margin-top: 12px;
  }

  .btn-main a span.icon {
    position: absolute;
    left: -37px;
    top: -8px;
    color: rgb(255, 255, 255);
  }

  .About-Home {
    padding: 40px 0px;
  }

  .service-block-three {
    width: 95%;
    position: relative;
    padding: 15px 15px 25px;
    margin: 0 auto 25px;
  }

  .service-block-three .icon-box {
    position: relative;
    height: 55px !important;
    width: 55px !important;
  }

  .service-block-three h5 {
    position: relative;
    display: block;
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 15px;
  }

  .service-block-three .link-box a {
    position: relative;
    display: inline-block;
    height: 46px;
    width: 46px;
    line-height: 46px;
    background-color: #7abf18;
    text-align: center;
    font-size: 19px;
    color: #ffffff;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  .service-block-three .text {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #666666;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  .Services-Home {
    background: #000;
    padding: 40px 0px 15px;
  }

  .Services-Home .heding-Box h1 {
    font-weight: 600;
    color: #3ec1e4;
    padding-bottom: 0px;
  }

  .Testimonial {
    padding: 35px 0px;
  }

  .single-testimonial-item .name h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 2px;
  }

  .owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 50px 5px 0px 5px !important;
    padding: 2px 8px !important;
    background: #de3284 !important;
  }

  .owl-theme .owl-nav {
    margin-top: 0px !important;
  }

  .single-testimonial-item .text-holder {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 30px 60px;
    z-index: 1;
  }

  .single-testimonial-item .img-holder {
    position: absolute;
    left: 0;
    bottom: -26px;
    right: 0;
    width: 60px;
    height: 60px;
    margin: 0 auto;
  }

  .owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 10px 5px 0px 5px !important;
  }

  .half-padding {
    padding: 0px 5% 0px;
  }

  .single-testimonial-item .name {
    position: relative;
    display: block;
    padding-top: 40px;
  }

  .features .item .icon {
    color: #f35d5d;
    font-size: 24px;
    width: 55px;
    height: 55px;
    line-height: 55px;
  }

  .features .item .cont {
    margin-left: 75px;
  }

  .features .item p {
    font-size: 14px;
    color: #bbb;
    line-height: 19px;
  }

  .features .item h6 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .Gallery-Home {
    padding: 35px 0px 5px;
  }

  .full-width {
    text-align: center;
    margin-top: 3%;
    width: 100% !important;
  }

  .features .heding-Box h1 {
    font-weight: 600;
    color: #00a2ce;
    font-family: "Saira", sans-serif;
    line-height: 35px;
    padding: 0px 0px 30px;
  }

  .single-footer-contact-box .icon-holder {
    width: 35px;
  }

  .single-footer-contact-box.right-box .icon-holder span:before {
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
  }

  .single-footer-contact-box.right-box .text-holder {
    padding-left: 20px;
  }

  .single-footer-contact-box.right-box {
    position: relative;
    padding: 26px 15px;
    padding-right: 0px;
    z-index: 1;
    height: auto;
    display: table;
    width: 100%;
  }

  .single-footer-contact-box.right-box:before {
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    content: "\f073";
    font-size: 40px !important;
    line-height: 54px;
    z-index: -1;
    margin: 20px 0px 0px;
  }

  .single-footer-widget .about-us .footer-logo a img {
    width: 105px;
    padding: 0px;
    border-radius: 0px;
  }

  .single-footer-contact-box.left-icon:before {
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    content: "\f041";
    font-size: 80px;
    line-height: 80px;
    z-index: -1;
    margin: 8px 0;
  }

  .C-Details .C-Head-Box {
    padding: 45px 15px 20px;
  }

  .C-Details .C-Head-Box h4 {
    color: #641212;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 1px;
  }

  .C-Details .C-Head-Box p {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #641212;
    margin-bottom: 30px;
    text-align: center;
  }

  .C-Details .C-Head-Box .Points .Icon img {
    width: 27px;
  }

  .C-Details .C-Head-Box .Points .Icon {
    padding: 7px 7px;
    background: #663c1f;
  }

  .C-Details .C-Head-Box .Points .Info p {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px;
    text-align: left;
  }

  .C-Details .C-Head-Box .Points .Info {
    margin-left: 60px;
  }

  .primary-btn .btn-text {
    position: relative;
    display: block;
    line-height: 30px;
    padding: 8px 10px 6px 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
  }

  .primary-btn .icon {
    position: absolute;
    right: -10px;
    top: 0px;
    display: block;
    line-height: 30px;
    padding: 15px 24px 10px 15px;
    text-align: center;
    color: #202e31;
    height: 100%;
    transform: skewX(-20deg);
    font-size: 17px;
  }

  .Contact-Section .primary-btn {
    text-decoration: none !important;
    position: relative;
    left: 0px;
    overflow: hidden;
    background: #af5c26;
    color: #202e31 !important;
    padding-right: 50px;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: none;
    backface-visibility: hidden;
    transition-property: color;
    transition-duration: 0.5s;
    cursor: pointer;
    border: none;
    margin: 40px auto 0px;
    display: table;
  }

  .single-footer-contact-box .text-holder {
    padding-left: 15px;
  }

  .single-footer-contact-box.right-box:before {
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    content: "\f073";
    font-size: 54px;
    line-height: 54px;
    z-index: -1;
    margin: 20px 0px 0px;
  }

  .single-footer-contact-box .text-holder h3 {
    font-size: 18px;
    color: #ffffff;
    margin: 0 0 8px;
    letter-spacing: 1px;
    font-weight: 500;
  }

  .single-footer-contact-box .text-holder p {
    color: #ffffff;
    margin: 10px 0 0px;
  }

  .Footer-Stripe p {
    text-align: center;
    color: #fff;
  }

  .Footer-Stripe ul {
    float: none;
    padding-top: 5px;
  }

  .single-footer-widget .about-us .button a {
    padding: 12px 15px;
  }

  .single-footer-widget .about-us .button {
    margin-top: 18px;
  }

  .Footer-Stripe ul li a {
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    margin-right: 10px;
    color: #fff;
    font-size: 14px;
  }

  .single-footer-widget.martop6 {
    margin-top: 32px;
  }

  .single-footer-widget .about-us .text-box p {
    color: #afbdbb;
    margin: 0;
  }

  .single-footer-widget .about-us .footer-logo {
    margin-bottom: 20px;
  }

  .single-footer-widget .title {
    position: relative;
    display: block;
    margin-top: 0px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .single-footer-widget .title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    content: "";
  }

  .single-footer-widget .specialities li a {
    position: relative;
    text-decoration: none;
    display: block;
    padding-left: 25px;
    color: #afbdbb;
    font-weight: 400;
    transition: all 500ms ease;
  }

  .single-footer-widget .specialities li {
    margin-bottom: 8px;
  }

  .single-footer-widget .title h3 {
    color: #ffffff;
    line-height: 26px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
  }

  .single-footer-widget .facilities li {
    margin-bottom: 6px;
  }

  .single-footer-widget .facilities li a {
    text-decoration: none;
    position: relative;
    display: block;
    padding-left: 25px;
    color: #afbdbb;
    font-weight: 400;
    transition: all 500ms ease;
  }

  .single-footer-widget .opening-hours li {
    position: relative;
    display: block;
    line-height: 16px;
    margin-bottom: 14px;
    color: #afbdbb;
    font-size: 14px;
    font-weight: 400;
  }

  .footer-area {
    position: relative;
    display: block;
    background: #0a2722;
    padding-top: 120px;
    padding-bottom: 25px;
  }

  .sidebar__inner {
    position: relative !important;
    top: 20px;
    left: 0px;
    width: auto;
    transform: translate3d(0px, 00px, 0px) !important;
  }

  /*-------------Appointment-Page--------------*/

  .Appointment-Page .Appointment-Box img {
    width: 70%;
    margin: 0 auto 35px;
    border: 1px solid #e0dbdb;
    padding: 3px;
    border-radius: 3px;
  }

  .Appointment-Page .Appointment-Box {
    width: 95%;
    margin: 0 auto;
  }

  .box_side_icon h3 {
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    color: #026586;
    padding: 0px 0px 18px;
  }

  .Appointment-Page .box_side_icon p {
    width: 95%;
    text-align: center;
    line-height: 18px;
    color: #929292;
    font-size: 14px;
    margin: 10px auto 10px;
  }

  .contect_form1 input {
    width: 100%;
    height: 39px;
    margin-top: 12px;
    padding-left: 6px;
    margin-bottom: 8px;
    color: white;
    background: transparent;
    border: 1px solid #d0d6d5;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 14px;
  }

  .contect_form3 input {
    width: 100%;
    font-size: 14px;
    height: 40px;
    margin-top: 12px;
    padding-left: 8px;
    background: transparent;
    color: #f1a2b1;
    border: 1px solid #d0d6d5;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }

  .Appointment-Page {
    padding: 35px 0px;
  }

  .entry-title-wrapper {
    display: block;
  }

  .entry-title {
    font-size: 30px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    display: table;
  }

  .tm-titlebar-main {
    background-image: url(http://brivona.themetechmount.com/brivona-overlay/wp-content/uploads/sites/10/2019/01/titlebar-bg003.jpg);
    background-color: rgba(0, 0, 0, 0.01);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 45px 0px;
    color: #fff;
  }

  .breadcrumb-wrapper {
    text-align: center;
    vertical-align: middle;
  }

  .breadcrumb-wrapper-inner {
    background-color: rgba(255, 255, 255, 0.03);
    padding: 8px;
    display: inline-block;
  }

  .single-footer-contact-box {
    position: relative;
    display: table;
    padding: 20px 15px;
  }

  .single-footer-contact-box .icon-holder span:before {
    color: #ffffff;
    font-size: 40px;
    line-height: 49px;
  }

  /*----------------About-Page----------------*/

  .ac-title {
    border: 1px solid #bbbbbb96;
    color: #fff;
    display: block;
    padding: 10px 12px;
    background-color: #a5285f;
    text-decoration: none !important;
    font-size: 15px;
  }

  .About-Page {
    padding: 35px 0px;
  }

  .About-Page .About-pg {
    width: 95%;
    margin: 0px auto 35px;
    padding: 2px;
    border: 1px solid #d0d0d0;
    border-radius: 2px;
  }

  .About-Page .pass {
    text-align: center;
    width: 95%;
    margin: 0px auto 30px;
    line-height: 20px;
    font-size: 14px;
  }

  /*---------Super-Speciality-Services-Page---------*/

  .Super-Speciality-Services-Page .SERVICES-BOX {
    height: auto;
  }

  .Super-Speciality-Services-Page {
    padding: 35px 0px 10px;
  }

  .Super-Speciality-Services-Page .SERVICES-BOX h4 {
    padding-bottom: 0px;
  }

  .Super-Speciality-Services-Page .SERVICES-BOX p {
    padding: 12px 10px 10px;
    line-height: 20px;
  }

  .SERVICES-BOX-MAIN {
    width: 75%;
    margin: 0 auto 30px;
  }

  /*------------Single-Service-Page---------------*/

  .Single-Service-Page {
    padding: 35px 0px 60px;
  }

  .Single-Service-Page .INNER_TITLE h2 {
    text-transform: uppercase;
    font-size: 20px;
    color: #242525;
    padding-bottom: 8px;
    font-weight: 600;
    text-align: center;
  }

  .Single-Service-Page .INNER_TITLE {
    padding: 25px 0px;
  }

  .Single-Service-Page .INNER_BOX p {
    line-height: 20px;
  }

  .Single-Service-Page .INNER_BOX p {
    padding-bottom: 10px;
  }

  .Single-Service-Page .INNER_BOX h4 {
    padding-bottom: 5px;
    font-size: 18px;
    color: #353434;
    font-weight: 700;
    margin-top: 10px;
  }

  .Single-Service-Page .INNER_BOX .line {
    display: block;
    width: 20%;
    margin-bottom: 12px;
    border: 1px solid #b31361;
  }

  .FAQ .ac-title {
    border: 1px solid #bbbbbb96;
    color: #fff;
    display: block;
    padding: 8px 10px;
    background-color: #a5285f;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
  }

  .Single-Service-Page .INNER_BOX .BOX {
    padding-bottom: 2px;
  }

  .Single-Service-Page .INNER_BOX .BOX-adj {
    padding-bottom: 15px !important;
  }

  .Single-Service-Page .specialities-sidebar .single-sidebar .inner h3 {
    position: relative;
    display: block;
    background: #b31361;
    color: #ffffff;
    font-size: 16px;
    padding: 14px 30px;
    border-top: 3px solid #2eb54c;
    text-align: center;
  }

  .Single-Service-Page .specialities-sidebar .specialities-categories li a {
    color: #404040;
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 30px;
    padding: 5px 0 5px 15px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
    transition: all 500ms ease;
    transition-delay: 0.1s;
    text-decoration: none;
  }

  .Single-Service-Page .specialities-sidebar .single-sidebar .inner h3 .fa {
    margin-right: 10px;
    font-size: 15px;
  }

  .Single-Service-Page .specialities-sidebar {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #eeeeee;
    padding: 0px 25px 10px 25px;
  }

  .Plastic-Surgery-IMG {
    margin: 0px 0px 25px;
  }

  .Plastic-Surgery-ADJ {
    margin: 0px 0px 0px !important;
  }

  .slide-text > p {
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    padding: 12px 0px;
  }

  .slide-text a {
    text-align: left;
    float: left;
    margin: 0px auto 0px;
    padding: 8px 10px;
    color: #fff;
    text-decoration: none;
    margin-top: 0px;
    display: table;
    font-weight: 600;
    font-size: 13px;
    margin-right: 0px;
  }

  .slide-text h5 {
    margin: 0 auto;
    background: #819c05;
    text-align: center;
    width: 255px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 14px;
    margin-bottom: 5px;
  }

  .single-testimonial-item .text-holder p {
    color: #8c8c8c;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    text-align: center;
  }

  /*-------------------*/
  .timeline li .tl-circ {
    position: absolute;
    top: 23px;
    left: 50%;
    text-align: center;
    background-image: linear-gradient(39deg, #42bfa2 0%, #52af00 100%);
    color: #fff;
    width: 55px;
    height: 55px;
    line-height: 35px;
    margin-left: -32px;
    border: 3px solid #90acc7;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .timeline li .tl-circ img {
    width: 30px;
    padding-top: 8px;
  }

  ul.timeline:before {
    left: 50px;
  }

  .timeline li .timeline-panel {
    width: 44%;
  }

  .timeline li .timeline-panel {
    width: 43%;
    float: left;
    background: #fff;
    border: 0px solid #9e8b8b;
    padding: 15px 15px 15px;
    margin-top: 12px;
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 11px #999;
  }

  ul.timeline > li > .timeline-panel {
    float: right;
    margin-right: -5px !important;
    margin-top: 6px !important;
    display: table;
    margin: 0 auto;
  }

  .header-topbar-col ul.address li:first-child:before {
    background-color: #fff;
    content: "";
    height: 18px;
    position: absolute;
    right: -15px;
    top: 2px;
    width: 1px;
  }

  .main-menu-area .logo img {
    position: relative;
    z-index: 999;
    width: 90px;
  }

  /*--------------*/

  .header-top-left:after {
    display: none;
  }

  .single-footer-widget .F-BOX .F-Info {
    margin-left: 26px;
    color: rgb(175, 189, 187);
  }

  .Head-Box {
    display: block;
    text-align: center;
  }

  .Head-Box h1 {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 32px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    margin: 0 auto 20px;
    display: table;
    letter-spacing: 1.5px;
  }

  .Breadcrumb-Box {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 26px;
  }

  .Breadcrumb-Inner {
    background-color: rgba(255, 255, 255, 0.03);
    padding: 10px 15px;
    float: none;
    margin: 0 auto;
    display: table;
  }

  .Breadcrumb {
    background-image: url(../images/Bg-02.jpg);
    background-color: rgba(0, 0, 0, 0.01);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 40px 0px;
    color: #fff;
    position: relative;
  }

  .About-Page .heding-Box {
    padding-left: 15px;
    border-left: 3px solid rgb(29, 95, 124);
    margin: 0 auto 30px;
    display: table;
  }

  .About-Page .About-Box {
    margin-bottom: 35px;
  }

  #image_block_1 .image-box .image-2 img {
    width: 60%;
    display: none;
  }

  #image_block_1 .image-box img {
    width: 70%;
    background: #9e0137;
    float: none;
    margin: 0 auto;
    display: table;
  }

  #image_block_1 .image-box .icon-box {
    position: absolute;
    left: 150px;
    top: 140px;
    width: 120px;
    height: 120px;
    line-height: 120;
    margin: 0 auto;
    display: table;
    text-align: center;
    display: none;
  }

  /*-----Contact-Section----*/

  .Contact-Section .C-Head-Box h4 {
    color: #641212;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0px;
  }

  .Contact-Section .C-Head-Box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1a243f;
  }

  .Contact-Section .C-Head-Box .fa-phone {
    padding: 12px 13px;
    background: #641212;
    color: #fff;
    font-size: 20px;
    float: left;
    margin: 0px 0px 0px 0px;
  }

  .Contact-Section .C-Head-Box a {
    border: 1px solid #641212;
    display: table;
    float: none;
    text-decoration: none;
    margin: 25px auto 35px;
  }

  .Contact-Section .C-Head-Box {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }

  .Contact-Section .Contact-Form {
    padding: 50px 30px 30px;
    /* overflow: hidden; */
    /* position: relative; */
    /* display: table-row; */
    position: relative;
    background-image: url(../images/Bg-03.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
  }

  .Contact-Form .Main-Title-Box h5 {
    font-size: 16px;
    font-weight: 500;
    color: #af5c26;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
  }
  http://localhost/Advocate-Soni/images/blog-post-Home.jpg
    .Contact-Form .Main-Title-Box {
    text-align: center;
  }

  .Contact-Section .form-control {
    margin-bottom: 25px;
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 15px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-bottom: 0px solid #dcdcdc !important;
    border: none;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s,
      -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  }

  .Contact-Form .Main-Title-Box h2 {
    font-size: 26px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 18px;
    z-index: 1;
    position: relative;
  }

  .Contact-Form .Main-Title-Box .Line {
    display: block;
    width: 50px;
    border: 1px solid #af5c26;
    position: relative;
    margin: 0 auto 30px;
  }

  .Contact-Section .C-Head-Box .fa-pencil {
    padding: 18px 20px;
    background: #641212;
    color: #fff;
    font-size: 22px;
    margin-top: 35px;
    margin-right: 0px;
    z-index: 1;
    position: relative;
    margin-bottom: 26px;
  }

  .Contact-Section .C-Head-Box a span {
    margin-left: 0px;
    font-size: 19px;
    font-weight: 600;
    display: table;
    padding: 9px 15px;
    color: #1a243f;
    letter-spacing: 0.5px;
  }

  .Circle {
    background-color: #fbf7f8;
    border-radius: 50%;
    height: 70px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    top: 112px;
    width: 75px;
  }

  .Facility-Main:hover .Facility-Content {
    bottom: -90px;
  }

  .Facility-Main .Facility-Content .icon img {
    width: 42px !important;
  }

  .Facility-Main {
    border-bottom: 3px solid #402818;
    border-radius: 0 0 2px 2px;
    margin-bottom: 40px;
    min-height: 315px;
    overflow: hidden;
    position: relative;
  }

  .Facility-Main:hover .Facility-Content a.btn-thm {
    margin: 25px 0px 10px;
  }

  .Facility-Main .Facility-Content a.btn-thm {
    margin: 25px 0px 10px;
  }

  .Facility-Main .Facility-Content .title {
    margin-bottom: 15px;
    margin-top: 0px;
    font-size: 20px;
    font-weight: 400;
    color: #000;
  }

  .Facility-Main .Facility-Content {
    background-color: #fbf7f8;
    bottom: -120px;
    left: 0;
    padding: 0 15px 20px;
    padding-top: 30px;
    position: initial;
    right: 0;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }

  .Facility-Main .Facility-Content a.btn-thm {
    opacity: 1;
  }

  .Choose-Section {
    padding: 35px 0px 15px;
  }

  .Choose-Section .heding-Box h1 {
    font-weight: 500;
    color: rgb(44, 44, 44);
    line-height: 26px;
    letter-spacing: 0px;
    padding: 5px 0px 10px;
    font-size: 22px;
  }

  .Choose-Section .heding-Box {
    padding-left: 15px;
    margin-bottom: 25px;
    border-left: 3px solid rgb(29, 95, 124);
  }

  .Choose-Main h4 {
    margin: 15px 0px 20px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 25px;
  }

  .Choose-Main .Points .Info p {
    font-weight: 400;
  }

  .Choose-Section .Choose-Main {
    width: 100%;
    margin-bottom: 35px;
  }

  #accordion .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0px 10px 0;
    position: relative;
  }

  #accordion .panel-title a {
    display: block;
    padding: 12px 5px 12px 12px;
    margin: 0;
    background: #422917;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0px;
    border-radius: 0;
    position: relative;
    text-decoration: none;
  }

  .Our-Number {
    padding: 35px 0px 15px;
    position: relative;
    background-image: url(../images/Bg-03.jpg);
    background-size: cover !important;
    background-attachment: fixed;
  }

  .Our-Number .heding-Box h1 {
    font-weight: 500;
    color: rgb(255 255 255);
    line-height: 30px;
    letter-spacing: 1px;
    padding: 5px 0px 12px;
  }

  .Our-Number .counter-Box .Info .counter-value {
    font-size: 28px;
    font-weight: 800;
    margin: 14px auto 10px;
    color: #fff;
  }

  .Our-Number .counter-Box .counter-content .Icon img {
    width: 45px;
    margin: 0 auto 8px;
  }

  .Our-Number .counter-Box {
    margin-bottom: 25px;
  }

  .Our-Number .counter-Box .Info p {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #b9904c;
  }

  .Testimonial .owl-theme .owl-nav [class*="owl-"] {
    color: rgb(255, 255, 255);
    font-size: 13px;
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
    margin: 20px 5px 0px !important;
    padding: 2px 10px !important;
    background: rgb(59, 36, 20) !important;
  }

  .C-Stripe .C-Box-Main h2 {
    position: relative;
    color: #fff;
    z-index: 1200;
    line-height: 36px;
    font-size: 26px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0px;
  }

  .C-Stripe .primary-btn {
    text-decoration: none !important;
    position: relative;
    left: 0px;
    display: inline-block;
    overflow: hidden;
    background: #7c4118;
    color: #202e31 !important;
    padding-right: 55px;
    vertical-align: middle;
    transform: translateZ(0);
    /* box-shadow: 0 0 1px rgb(0 0 0 / 0%); */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: color;
    transition-duration: 0.5s;
    cursor: pointer;
    margin-top: 15px;
    border: none;
  }

  .C-Stripe {
    padding: 40px 0px;
    position: relative;
    background-image: url(../images/C-Bg.jpg);
    background-size: cover !important;
    background-attachment: fixed;
  }

  .Blog-Home {
    padding: 35px 0px 10px;
  }

  .Blog-Home .Blog-Box .Blog-Content {
    padding: 15px 15px;
    background-color: #f7f9fa;
    margin-top: 2px;
    border-top: 3px solid #402818;
    box-shadow: 0px 0px 50px rgb(87 87 87 / 23%);
  }

  .Blog-Home .Blog-Box .Blog-Content h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #111212;
    margin-bottom: 12px;
    margin-top: 12px;
  }

  .Blog-Home .Blog-Box {
    width: 100%;
    margin: 0 auto 30px;
  }

  .Blog-Home .Blog-Content .Date .Date-Box {
    margin-top: -67px;
    display: table;
    z-index: 1;
    position: relative;
    background: #402818;
    padding: 5px 0px 0px;
    color: #fff;
    margin-bottom: 25px;
    width: 50px;
  }

  .Footer-Stripe {
    position: relative;
    display: block;
    background: #0a2722;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0 70px;
  }

  .C-Stripe .C-Box-Main h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 32px;
  }

  .C-Stripe .C-Box-Main h4 {
    font-size: 19px;
    margin-bottom: 15px;
    color: #cf7b41;
    position: relative;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0px;
    line-height: 22px;
  }

  /*----*/

  .Tow-Button .bold {
    font-weight: 500;
    color: #d68147;
    margin-bottom: 10px;
  }

  .Tow-Button {
    padding: 0px 0px 5px;
  }

  .Tow-Button .One {
    float: none;
    margin-right: 0px;
  }

  .Sub-Box h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 26px;
  }

  .Sub-Box .Point-Box .Icon .fa {
    color: #549dbd;
    font-size: 12px;
  }

  .Sub-Box .Point-Box .Info {
    margin-left: 20px;
  }

  .Font-Wt-600 {
    font-size: 16px;
    font-weight: 600;
  }

  /*----*/

  .modalPopup {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    width: 95%;
    padding: 0 0 5px;
    box-shadow: 0 2px 10px 3px rgb(0 0 0 / 20%);
    padding: 20px 15px;
  }

  /*----*/

  .modalPopup .Desclimer-Main .Mobile-View {
    display: none;
  }
}

/*-------------Mobile-View-Responsive-----------------*/

@media only screen and (max-width: 480px) {
  .Facility-Home {
    padding: 35px 0px 0px;
    background-image: url(../images/Facility-Bg.jpg);
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .Services-Home .box {
    width: 90%;
  }

  .Services-Home .box:before,
  .Services-Home .box:after,
  .Services-Home .box-content:before,
  .Services-Home .box-content:after {
    content: "";
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    height: 52%;
  }

  .Services-Home .box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    transform: translateX(-50%);
    position: absolute;
    top: 46%;
    right: 37%;
    z-index: 2;
    transition: all 0.5s ease 0.3s;
  }

  .Services-Inner-Main-Box p {
    font-size: 15px;
    font-weight: 400;
    color: #4a4949;
    line-height: 20px;
    padding: 10px 0px;
  }

  .slide-text {
    left: 0;
    width: 95%;
    top: 11%;
    right: 0;
    position: absolute;
    padding: 0px 0px 0px 40px;
  }

  .slide-text h5 {
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    padding-bottom: 4px;
  }

  .slide-text h2 {
    font-size: 14px;
    width: 100%;
    line-height: 18px;
    color: #ffffff;
    margin-bottom: 0px;
    font-weight: 500;
    text-transform: uppercase;
  }

  .slide-text > p {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    padding: 8px 0px 2px;
  }

  .Heading-ADJ h2 {
    font-size: 20px;
  }

  .Heading-ADJ h2:before {
    left: -30px;
  }

  .Heading-ADJ h2:after {
    right: -30px;
  }

  #scroll-to-top {
    width: 40px !important;
    height: 40px !important;
    background-color: rgb(233, 30, 99) !important;
    border-radius: 50% !important;
    background-position: 50% 50%;
    background-size: 140% !important;
    background-image: url(../images/Up-Arrow.png) !important;
    background-repeat: no-repeat;
    background-color: transparent !important;
    bottom: 60px !important;
    right: 10px !important;
  }

  .navbar-toggle {
    position: relative;
    float: right;
    padding: 1px 10px 0px;
  }

  .main-menu-area .logo img {
    position: relative;
    z-index: 999;
    width: 95px;
  }

  .header-topbar-col ul.address li:first-child:before {
    background-color: #fff;
    content: "";
    height: 18px;
    position: absolute;
    right: -15px;
    top: 2px;
    width: 0px;
  }

  .Mission-Home .nav-tabs > li > a {
    border-right: ;
    font-size: 12px;
    border-top: 5px solid transparent;
    padding: 10px 10px;
  }

  .Mission-Home .nav-tabs {
    margin: 0 auto 20px;
    border: 1px solid #ddd;
    display: block;
  }

  .Mission-Home .T-Inner-Box01 {
    padding: 15px 0px;
    display: table;
  }

  /*------------All-SERVICES-Page--------------*/

  .SERVICES-BOX-MAIN {
    width: 90%;
    margin: 0 auto 30px;
  }

  .entry-title {
    font-size: 28px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    display: table;
  }

  .single-footer-contact-box.left-icon:before {
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    content: "\f041";
    font-size: 55px;
    line-height: 100px;
    z-index: -1;
    margin: 0px 0;
  }

  .footer-contact-info-area {
    position: relative;
    display: block;
    margin-bottom: -88px;
  }

  .Head-Box h1 {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 24px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    margin: 0px auto 10px;
    display: table;
    letter-spacing: 1px;
  }

  .Breadcrumb-Inner {
    background-color: rgba(255, 255, 255, 0.03);
    padding: 8px 8px;
    float: none;
    margin: 0 auto;
    display: table;
  }

  .Breadcrumb {
    background-image: url(../images/Bg-02.jpg);
    background-color: rgba(0, 0, 0, 0.01);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 25px 0px;
    color: #fff;
    position: relative;
  }

  .Single-Service-Page .heding-Box h1 {
    font-weight: 600;
    color: rgb(44, 44, 44);
    line-height: 28px;
    letter-spacing: 0px;
    padding: 5px 0px 6px;
    font-size: 24px;
  }

  .Single-Service-Page .heding-Box {
    padding-left: 16px;
    margin-bottom: 25px;
    border-left: 3px solid rgb(29, 95, 124);
  }

  .Single-Service-Page .Sidebar .Sidebar-Title h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    background: #50311c;
    color: #fff;
    padding: 10px 20px;
    display: table;
    margin: 30px auto 20px;
    letter-spacing: 0.5px;
  }

  .Single-Service-Page .Single-Service-Information .Service-Content-Main {
    padding: 30px 15px 15px;
    border: 1px solid #cccccc42;
    border-top: none;
  }

  .Single-Service-Page .Sidebar {
    width: 100%;
    display: table;
    margin-left: 0px;
  }

  .Single-Service-Page .Quick-Contact {
    width: 100%;
    display: table;
    margin-left: 0px;
  }

  .Quick-Contact h4 {
    color: #b1976b;
    font-weight: 500;
    margin-bottom: 16px;
    font-size: 22px;
    position: relative;
  }

  .Quick-Contact h5 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }

  .Quick-Contact {
    padding: 25px 15px 15px;
    position: relative;
    margin-top: 30px;
    background-image: url(../images/Sidebar-Contact-BG.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }

  .Single-Service-Page {
    padding: 35px 0px 35px;
  }
}
