/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Header Section
    3.0 About Section
    3.1 About Style 2
    3.2 About Style 3
    3.3 About Style 4
    4.0 Service Section
    4.1 Service Style 2
    4.2 Service Style 3
    5.0 Projects Section
    5.1 Project Style 2
    6.0 Projects Single Section
    7.0 Counter Section
    8.0 Team Section
    9.0 Testimonial Sectionf
    10.0 CTA Section
    11.0 Hero Section
    11.1 Video Hero
    12.0 Page Header Section
    13.0 404 Error Section
    14.0 Contact Section
    14.1 Form Style
    14.2 Google Map
    15.0 Blog Section
    15.1 Pagination
    15.2 Sidebar Style
    15.3 Search Form Style
    15.4 Thumbnails Post Style
    15.5 Tag Cloud Style
    16.0 Blog Single Section
    16.1 Blog Quote 
    16.2 Post Tags Style
    16.3 Author Box Style
    16.4 Post Navigation
    16.5 Comments Style
    17.0 Sponsor Section
    18.0 Widget Section
  19.0 Footer Section
  20.0 Scroll To Top
    
    ==========================================================================
    Arkit By DynamicLayers
    ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro|Poppins:600,700|Work+Sans:600&amp;display=swap');
@import url('https://cdn-uicons.flaticon.com/2.0.0/uicons-brands/css/uicons-brands.css');
/*  ==========================================================================
    Common Styles
    ========================================================================== */
* {
  padding: 0;
  margin: 0;
}
body {
  background-color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  font-weight: 400;
  letter-spacing: -0.2px;
  position: relative;
  overflow-x: hidden;
}
::selection {
  background-color: #bfca02;
  color: #fff
}
-webkit-::selection {
  background-color: #bfca02;
  color: #fff
}
::-moz-selection {
  background-color: #bfca02;
  color: #fff
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #263a4f;
}
.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5 {
  color: #fff;
}
.bg-dark p, .bg-dark span {
  color: #999;
}
h1 {
  font-size: 43px;
  font-weight: 400;
  line-height: 55px;
  margin: 0 0 10px;
  color: #263a4f;
}
h2 {
  font-size: 32px;
  line-height: 42px;
  color: #263a4f;
  margin: 0 0 10px;
  font-weight: 600;
  letter-spacing: -1px;
}
h3, h4 {
  margin: 0 0 10px;
  font-weight: 400;
  line-height: 1.7;
  color: #263a4f;
  letter-spacing: -0.5px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 16px;
}
h5, h6 {
  font-size: 14px;
  margin: 0 0 10px;
}

.news-title {
  font-size: 38px;
  font-weight: 400;
  line-height: 43px;
  padding: 20px 0px;
  color: #111;
}

.news-title2 {
  line-height: 26px;
  text-align: left;
  font-size: 24px;
  color: #4477b8;
}

.news-title2 a{
  text-align: left;
  font-size: 24px;
  color: #4477b8;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}
ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
p, li, a, span {}
p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: justify;
}
a, a:hover {
  text-decoration: none;
}
a:focus {
  outline: 0;
  text-decoration: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ddd !important;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
  color: #ddd !important;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Firefox 19+ */
  color: #ddd !important;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ddd !important;
}
button {
  border: none;
  background: none;
}
/* Helper Class */
.padding {
  padding: 100px 0;
}
.padding1 {
  padding: 80px 0;
}
.padding2 {
  padding: 200px 0;
}.padding4 {
  padding: 100px 0;
}
.no-padding {
  padding: 0;
}
.padding-14 {
  padding: 14px;
}
.padding-15 {
  padding: 15px;
}
.padding-20 {
  padding: 20px;
}
.padding-0 {
  padding: 0px;
}
.box-padding {
  padding: 0 50px;
}
.bg-white {
  background-color: #fff;
}
.bg-grey {
  background-color: #f9fafa;
}
.bg-dark {
  background-color: #242323 !important;
}
.bd-top {
  border-top: 1px solid #e5e5e5;
}
.bd-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-35 {
  margin-left: 35px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-52 {
  margin-top: -50px;
}
.fz-28 {
  font-size: 28px;
}
.fz-24 {
  font-size: 24px;
}
.fz-22 {
  font-size: 22px;
}
.fz-20 {
  font-size: 20px;
}
.fz-18 {
  font-size: 18px;
}
.fz-16 {
  font-size: 16px;
}
.text-black {
  color: #333;
}
.text-white {
  color: #ffffff;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.fl-right {
  float: right;
}
.fl-left {
  float: left;
}
.display-table {
  width: 100%;
  height: 100%;
  display: table;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.overlay {
  width: 100%;
  position: relative;
  z-index: 1;
}
.overlay:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
/* Preloader Styles */
.loaded .site-preloader-wrap {
  opacity: 0;
  visibility: hidden;
}
.site-preloader-wrap {
  position: fixed;
  z-index: 999;
  height: 100%;
  width: 100%;
  background: #fff;
  top: 0;
  left: 0
}
.site-preloader-wrap .spinner {
  background-color: #bfca02;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.spinner {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0)
  }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}
/* Button Style */
.btn_group {}
.btn_group a {
  margin: 5px;
}
.btn_group_left a {
  margin-right: 15px;
  margin-bottom: 15px;
}
.default-btn {
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  line-height: 50px;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 0.5px;
  padding: 0 30px;
  -webkit-box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
  box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
  background-color: #c873ae;
  border-radius: 50px;
}
.default-btn img {
 
  display: inline-block;
 
}
.default-btn1 {
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  line-height: 50px;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 0.5px;
  padding: 0 30px;
  -webkit-box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
  box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
  background-color: #c873ae;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.default-btn1 img {
 
  display: inline-block;
 
}
.row3{
  margin: auto;
  width:100%;
  display:table; 
  box-sizing:border-box;
  } 
.smallerwidth1200{
  max-width: 1200px;  
  }
.dua{
  width:50%;
  }
.dua2{
  width: 80%;
  }
.enam{
  width:16.66%;
}
.column{
  display:table-cell;
  vertical-align:top;
  padding: 20px;
  position:relative;
  }
 .section-title-border-2 {
    border: 2px solid #047699;
    width: 205px;
    border-radius: 100px;
    position: relative;
    top: -9px;
}

.section-title-border-2::after {
    left: auto !important;
    right: 2px;
}

.section-title-border-2::before,
.section-title-border-2::after {
    content: '';
    position: absolute;
    height: 4px;
    width: 4px;
    left: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #ebe5e5;
}
/*section-heading*/
.section-heading h2 {
  font-family: "BwModelicaCondensed";
  font-weight: 800;
  font-size: 55px;
  color: #E696BB;
}
.section-heading h3 {
  font-weight: 400;
  font-size: 17px;
  display: block;
}
.section-heading span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  color: #263a4f;
  font-weight: 600;
  letter-spacing: 0;
  font-family: "Work Sans", sans-serif;
  position: relative;
  margin-bottom: 10px;
  z-index: 1;
}
.section-heading span:before {
  background-color: transparent;
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: -15px;
  top: -10px;
  border: 3px solid #1ba19a;
  opacity: 0.5;
  z-index: -1;
}
/*Section Heading For Dark Background*/
.bg-dark .section-heading span {
  color: #ddd;
}
.bg-dark .section-heading h2 {
  color: #fff;
}
/* Transition Effect */
a, a:hover, .overlay, .form-control, .form-control:hover, button {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/* ==========================================================================
   Header Section
   ========================================================================== */
.header-section {
  background-color: #fff;
  width: 100%;
  height: 108px;
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  padding: 0;
}
.navbar-fixed-top.header-section {
  background-color: #fff;
  -moz-box-shadow: 0 2px 5px rgba(16, 16, 16, .08);
  -webkit-box-shadow: 0 2px 5px rgba(16, 16, 16, .08);
  box-shadow: 0 2px 5px rgba(16, 16, 16, .08);
  height: 100px;
  border-bottom: 0;
  padding: 0;
}
.navbar-fixed-top ul.nav > li > a {
  color: #263a4f;
}
.navbar-fixed-top ul.nav > li > a:hover, .navbar-fixed-top ul.nav > li > a:focus, .navbar-fixed-top ul.nav > li.active > a {
  color: #263a4f;
}
.logo-light, .navbar-fixed-top .logo-light, .logo-dark, .navbar-fixed-top .logo-dark, .navbar-fixed-top.header-section, .header-section {
  transition: all 0.3s ease-in-out;
}
.navbar {
  border: medium none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin: 6px;
  position: relative;
  padding: 0;
}
.navbar-header {
  padding: 17px 0;
}
.navbar-header .brand {
  font-size: 25px;
  color: #333;
  font-family: 'Poppins', sans-serif;
  letter-spacing: -1px;
  font-weight: 600;
  margin-left: 13px;
}
.navbar-header .nav-btn {
  padding: 8px;
  border-radius: 1px;
}
.navbar-header .nav-btn .icon-bar {
  background-color: #fff;
  width: 18px;
}
.navbar-fixed-top .navbar-header .nav-btn .icon-bar {
  background-color: #019891;
}
.navbar-header .nav-btn:hover, .navbar-header .nav-btn:focus {
  opacity: 0.8;
}
/*Dropdown Style
==================*/
#mainmenu li ul {
  background-color: #fff;
  width: 200px;
  height: auto;
  position: absolute;
  left: 0;
  top: 140%;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1018;
}
#mainmenu li:hover > ul {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  top: 100%;
}
#mainmenu li ul li {
  border-bottom: 1px solid #e5e5e5;
  display: block;
  position: relative;
  padding: 0;
}
#mainmenu li ul li:last-child {
  border: none;
}
#mainmenu li ul li a {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 45px;
  display: block;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.2px;
  color: #8d9aa8;
  -webkit-transition: color 0.3s ease 0s, padding 0.3s ease 0s;
  transition: color 0.3s ease 0s, padding 0.3s ease 0s;
}
#mainmenu li > ul > li:hover a {
  background-color: #019891;
  color: #fff;
}
#mainmenu li > ul ul {
  background-color: #fff;
  left: 200px;
}
#mainmenu li > ul li:hover > ul li a {
  color: #FFFFFF;
}
#mainmenu li ul li:hover > ul {
  top: 0;
  opacity: 1;
  visibility: visible;
}
#mainmenu li > ul li:hover > ul li > a:hover {
  background-color: transparent;
  color: #fff;
}
#mainmenu li ul li li a:hover {
  color: #FC71F2 !important;
}
/* Nav Menu */
#navbar {
  z-index: 999;
  padding: 0 15px;
}
ul.nav {}
ul.nav > li {
  position: relative;
}
ul.nav > li > a {
  color: #263a4f;
  font-family: 'Work Sans', sans-serif;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 7px;
  letter-spacing: 0;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 80px;
  z-index: 1;
  left: 20px;
}
ul.nav li.phone {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 80px;
  left: 45px;
}
ul.nav li.phone i {
  color: #019891;
  margin-right: 5px;
}
ul.nav li.phone i:hover, ul.nav li.phone i:focus, ul.nav li.phone i.active {
  color: #263a4f;
}
ul.nav > li > a:hover, ul.nav > li > a:focus, ul.nav > li > a.active {
  background: none;
  color: #019891;
  opacity: 1;
}
.menu-btn {
  margin-left: 10px;
  margin-top: 10px;
}
/*Mobile Menu */
.slicknav_menu {
  background: none;
  padding: 4px 0;
  display: none;
  z-index: 999;
}

.slicknav_nav {
  background-color: #ffffffc9;
  font-size: 16px;
  padding: 20px 15px;
}
.slicknav_nav .phone {
  display: inline-block;
}
.js .slicknav_menu {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.slicknav_btn {
  background-color: transparent;
  margin: 15px 10px 27px;
}
.slicknav_menu .slicknav_icon-bar {
  width: 25px;
  height: 5px;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .5);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, .5);
  box-shadow: 0 2px 0 rgba(0, 0, 0, .5);
}
.slicknav_nav .slicknav_row:hover, .slicknav_nav .slicknav_row, .slicknav_nav a, .slicknav_nav a:hover {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.slicknav_nav .slicknav_row, .slicknav_nav a {
  padding: 10px 15px;
  margin: 0;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.slicknav_nav .slicknav_arrow {
  float: right;
}
.slicknav_nav a .caret {
  display: none;
}
.slicknav_nav ul {
  margin: 0;
}
.slicknav_nav ul li a {
  padding-left: 30px;
  font-size: 14px;
  color: #444;
}
.slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover {
  background-color: transparent;
  color: #333;
}
section.topbanner > .bannerPicture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}
section.topbanner > .bannerPicture > .bannerImage {
  width: 100%;
  height: 100%;
  object-fit: cover
}
section.top .swiper-container .swiper-slide .bannerPicture {
  width: 100%;
  height: 100%
}
section.top .swiper-container .swiper-slide .bannerPicture .bannerImage {
  width: 100%;
  height: 100%;
  object-fit: cover
}
section.top .swiper-container .swiper-slide .bannerPicture.old .bannerImage {
  object-position: left center
}
@media (max-width:1024px) {
  section.top .swiper-container .swiper-slide .bannerPicture.old .bannerImage {
    object-position: bottom center
  }

}
/* ==========================================================================
   About Section
   ========================================================================== */
.about-section {}
.about-wrap {}
.about-content {}
.about-content h1 {
  font-size: 42px;
  line-height: 2em;
  font-weight: lighter;
  position: relative;
}

.about-content h2 {
  margin-bottom: 1px;
  margin-top: 20px;
}
.about-content p {
text-align: left; 
}
.about-content1 h2 {
  margin-bottom: 1px;
  margin-top: 22px;
  font-size: 23px;
}
.about-content1 p {text-align: justify;font-size: 17px;line-height: 1.0;}



.about-content .default-btn {
  margin-top: 40px;
}
.about-bg {
  background-image: url(../img/about.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  top: 0;
  right: 0;
  position: relative;
}
.about-bg1 {
  background-image: url("../Images/Project/Broadhill/TypeA/TypeA.jpg");
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  top: 0;
  right: 0;
  position: relative;
}
.dots {
  position: absolute;
  left: -80px;
  top: 150px;
  width: 50%;
  height: 50%;
  background: url(../img/dots.png) 0 0 repeat;
  z-index: -1;
}
.year-content {
  position: absolute;
  width: auto;
  height: auto;
  left: 80px;
  top: 150px;
}
.year-content h2 {
  color: #263a4f;
  font-size: 100px;
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
}
.year-content h2:before {
  background-color: transparent;
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  border: 5px solid #bfca02;
  left: -10px;
  top: -80px;
  z-index: -1;
}
.year-content span {
  font-family: "Poppins", sans-serif;
  color: #263a4f;
  text-transform: uppercase;
  font-weight: 600;
}
/* About Style 2
===============*/
.about-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.section-2 .about-content {}
.section-2 .about-content h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.about-list {}
.about-list li {
  display: flex;
  align-items: center;
  line-height: 30px;
  color: #263a4f;
}
.about-list li i {
  font-size: 10px;
  color: #bfca02;
  margin-right: 10px;
}
.year-box {
  padding-left: 150px;
}
.year-text-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}
.year-bg {
  padding: 60px;
  background-size: 100%;
  background-position: top center;
  width: auto;
  position: relative;
}
.year-bg:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  background: #fff;
}
.year-info {
  color: #263a4f;
  font-size: 30px;
  font-family: 'Work Sans', sans-serif;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  text-align: center;
}
.year-tittle {
  background: inherit;
  font-size: 200px;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 2;
  font-weight: 700;
  letter-spacing: -2px;
}
.year-description {
  font-family: 'Poppins', sans-serif;
  color: #263a4f;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -1px;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
/* About Syle 3*/
.about-section.bg-dark {}
.about-section.bg-dark .about-list li {
  color: #fff;
}
/* Video Box
=============*/
.about-section.bg-dark .video-play-bg {
  background-image: url(../img/video-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 350px;
  border-radius: 5px;
}
.about-section.bg-dark .play-icon {
  background-color: #bfca02;
  color: #fff;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
}
.about-section.bg-dark .play-icon:hover {
  transform: scale(1.1);
  color: #fff;
}
/* About Style 4*/
.about-section .about-slider-wrap {
  background-image: url(../img/about-slider-bg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 80%;
  padding-right: 30px;
}
.about-carousel {
  width: 400px;
  height: auto;
  padding: 100px 0;
  margin-left: auto;
}
/* Nav Style
=============*/
.about-carousel.carousel-nav .owl-nav div {
  background-color: #fff;
  width: 80px;
}
.carousel-nav .owl-nav {
  position: absolute;
  width: auto;
  height: auto;
  right: 0;
  bottom: 100px;
  z-index: 1;
  display: inline-block;
}
.carousel-nav .owl-nav div {
  background-color: #f2f2f2;
  display: inline-block;
  color: #999;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.carousel-nav .owl-nav div:hover {
  color: #222;
}
/* ==========================================================================
   Service Section
   ========================================================================== */
.service-section {
  position: relative;
  z-index: 1;
}
.service-section .dots {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/bg-dots.png) 0 0 repeat;
  z-index: -1;
}
.service-wrap1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.service-wrap2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.service-wrap5 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.service-wrap6 {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.service-wrap24 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.service-item {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.service-thumb {
  overflow: hidden;
  z-index: -1;
}
.service-item:hover {
  cursor: pointer;
}
.service-content {
  padding: 0 30px 30px 30px;
  margin-top: -30px;
}
.service-content i {
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
  z-index: 1;
}
.service-content i:before {
  background-color: #bfca02;
  border-radius: 2px;
  padding: 10px;
}
.service-item a {
  color: #bfca02;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
}
.service-item h2 {
  color: #263a4f;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
}
.service-item1 {
  background-color: #787477c4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 14px;
  /* margin-top: -20px; */
  display: flex;
}
.service-thumb1 {
  overflow: hidden;
  z-index: -1;
}
.service-content1 {
  padding: 0 30px 30px 30px;
  margin-top: -30px;
}
.service-content1 i {
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
  z-index: 1;
}
.service-content1 i:before {
  background-color: #bfca02;
  border-radius: 2px;
  padding: 10px;
}
.service-item1 a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
}
.service-links li a {
  color: #FFFFFF;
  text-transform: unset;
  font-size: 12px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
}
.service-links li a:hover {
  color: #000000;
}
.service-item1 h3 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
}

.service-item1 p {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
}
.service-item2 {
  background-color: #787477;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 8px;
  margin-top: -20px;
}
.service-thumb2 {
  overflow: hidden;
  z-index: -1;
}
.service-content2 {
  padding: 0 30px 30px 30px;
  margin-top: -30px;
}
.service-content2 i {
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
  z-index: 1;
}
.service-content2 i:before {
  background-color: #bfca02;
  border-radius: 2px;
  padding: 10px;
}
.service-item2 a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
}
.service-links2 li a {
  color: #FFFFFF;
  text-transform: unset;
  font-size: 12px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
}
.service-links2 li a:hover {
  color: #000000;
}
.service-item2 h3 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
}
.service-item2 p {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
}
.service-item3 {
  background-color: #787477;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 8px;
  margin-top: -20px;
}
.service-thumb3 {
  overflow: hidden;
  z-index: -1;
}
.service-content3 {
  padding: 0 30px 30px 30px;
  margin-top: -30px;
}
.service-content3 i {
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
  z-index: 1;
}
.service-content3 i:before {
  background-color: #bfca02;
  border-radius: 2px;
  padding: 10px;
}
.service-item3 a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
}
.service-links3 li a {
  color: #FFFFFF;
  text-transform: unset;
  font-size: 12px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
}
.service-links3 li a:hover {
  color: #000000;
}
.service-item3 h3 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
}
.service-item3 p {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
}
.service-item6 {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.service-thumb6 {
  overflow: hidden;
  z-index: -1;
  border-radius: 18px;
}
.service-item6:hover {
  cursor: pointer;
}
.service-content6 {
  padding: 14px 14px 14px 14px;
  margin-top: -30px;
  text-align: justify;
}
.service-content6 i {
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
  z-index: 1;
}
.service-content6 i:before {
  background-color: #bfca02;
  border-radius: 2px;
  padding: 10px;
}
.service-item6 a {
  color: #bfca02;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
}
.service-item6 h2 {
  color: #263a4f;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
}
/* Service Style 2
====================*/
.section-2 .service-item {
  background-color: #fff;
  padding: 40px;
  padding-top: 30px;
  box-shadow: 0 19px 28px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
  border-radius: 20px;
}
.section-2 .service-item:hover {
  background-color: #009688;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.section-2 .service-item:hover i, .section-2 .service-item:hover h3, .section-2 .service-item:hover p, .section-2 .service-item:hover a {
  color: #fff;
}
.section-2 .service-item i {
  color: #009688;
  margin-bottom: 10px;
  display: block;
}
.section-2 .service-item h3 {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -1px;
}
/*Dark Background*/
.bg-dark .service-item {
  background-color: #242323;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 3px solid #bfca02;
}
/* Service Style 3
====================*/
.service-box {
  display: flex;
  flex-wrap: nowrap;
  align-content: flex-start;
}

.service-box-bg{

}
.service-box i {

  width: 70px;
  height: 70px;
  text-align: center;
  color: #fff;
  background-color: #019891;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-box i:before {
}
.service-info {
  padding: 0 0 0 20px;
  display: flex; 
  align-items: center;
}

.service-info2 {
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.service-box .service-info h3 {
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 1.2;
}
.service-box .service-info p {
  line-height: 1.2;
  text-align: left;
  margin-bottom: 0;
}
.contact-page {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0px 120px;
}

.contact-page__content {
    position: relative;
    display: block;
}

.contact-page__content .title-box {
    position: relative;
    display: block;
    margin-bottom: 23px;
}

.contact-page__content .title-box h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 22px;
    margin-top: 42px;
}

.contact-page__content .title-box p {
    margin: 0;
}

.contact-page__contact-info {
    position: relative;
    display: block;
}

.contact-page__contact-info li {
    position: relative;
    display: block;
    padding-left: 30px;
    margin-bottom: 20px;
}

.contact-page__contact-info li:last-child {
    margin-bottom: 0;
}

.contact-page__contact-info li .icon-box {
    position: absolute;
    top: 5px;
    left: 0;
}

.contact-page__contact-info li .icon-box span::before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 20px;
    font-weight: 700;
}

.contact-page__contact-info li .text-box {
    position: relative;
    display: block;
}

.contact-page__contact-info li .text-box h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 4px;
}

.contact-page__contact-info li .text-box p {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

.contact-page__contact-info li .text-box p a {
    color: var(--thm-gray);
    transition: all 200ms linear;
    transition-delay: 0.1s;

}

.contact-page__contact-info li .text-box p a:hover {
    color: var(--thm-base);
}

.contact-page__social-links {
    position: relative;
    display: block;
    margin-top: 37px;
}

.contact-page__social-links li {
    position: relative;
    display: inline-block;
    margin-right: 6px;
}

.contact-page__social-links li:last-child {
    margin-right: 0;
}

.contact-page__social-links li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #3b5998;
    border-radius: 50%;
    text-align: center;
}

.contact-page__social-links li a.bg2 {
    background: #55acee;
}

.contact-page__social-links li a.bg3 {
    background: #dc4e41;
}

.contact-page__social-links li a.bg4 {
    background: #3f729b;
}

.contact-page__social-links li a span {
    position: relative;
    display: block;
}

.contact-page__social-links li a span::before {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
}


.add-comment-box #contact-form {
    position: relative;
    display: block;
}

.add-comment-box #contact-form .input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.add-comment-box #contact-form input[type="text"],
.add-comment-box #contact-form input[type="email"],
.add-comment-box #contact-form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #E5E5E5;
    width: 100%;
    height: 50px;
    color: var(--thm-gray);
    font-weight: 500;
    font-size: 16px;
    font-style: normal;
    text-transform: none;
    padding: 0 35px;
    border-radius: 25px;
    transition: all 500ms ease;
    font-family: var(--thm-font);
}

.add-comment-box #contact-form textarea {
    height: 180px;
    padding: 12px 35px;
}

.add-comment-box #contact-form input[type="text"]:focus {
    border-color: #ffffff;
    box-shadow: 0px 10px 40px rgba(62, 84, 141, 0.1);
}

.add-comment-box #contact-form input[type="email"]:focus {
    border-color: #ffffff;
    box-shadow: 0px 10px 40px rgba(62, 84, 141, 0.1);
}

.add-comment-box #contact-form textarea:focus {
    border-color: #ffffff;
    box-shadow: 0px 10px 40px rgba(62, 84, 141, 0.1);
}

.add-comment-box #contact-form .button-box {
    position: relative;
    display: block;
    padding-top: 0px;
    line-height: 0;
}

.add-comment-box #contact-form .button-box button.btn-one {
    line-height: 60px;
    box-shadow: 0px 15px 50px rgba(235, 41, 44, 0.3);
    border-radius: 30px;
    padding-left: 45px;
    padding-right: 45px;
}



.google-map {
    position: relative;
    display: block;
}

.contact-page-map {
    position: relative;
    display: block;
    border: none;
    height: 450px;
    width: 100%;
}

/* ==========================================================================
   Projects Section
   ========================================================================== */
.projects-section {}
.projects-section .container-fluid {
  padding: 0;
}
.projects-carousel {}
.project-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.project-item .overlay {
  background-color: rgb(12 129 115 / 50%);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.project-item .overlay2 {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.project-item:hover .overlay {
  visibility: visible;
  opacity: 1;
  transition: all 300ms ease;
}
.projects-content {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  padding: 50px;
  z-index: 1;
  transform: translateY(20px);
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.project-item:hover .projects-content {
  transform: translateY(0);
}
.projects-content .category {
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 15px;
  color: #fff;
  display: block;
}
.projects-content .tittle {
  font-size: 20px;
  color: #fff;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0;
  display: block;
}
.project-item .view-icon {
  position: absolute;
  width: auto;
  height: auto;
  right: 40px;
  top: 30px;
  display: block;
  font-size: 25px;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.project-item:hover .view-icon {
  cursor: pointer;
  right: 20px;
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.project-item .view-icon2 {
  position: absolute;
  width: auto;
  height: auto;
  right: 30px;
  top: 436px;
  display: block;
  font-size: 25px;
  color: #4477b8;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.project-item .view-icon2i {
  position: absolute;
  width: auto;
  height: auto;
  right: 40px;
  top: 503px;
  display: block;
  font-size: 25px;
  color: black;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.project-item .view-icon4 {
  position: absolute;
  width: auto;
  height: auto;
  right: 40px;
  top: 180px;
  display: block;
  font-size: 25px;
  color: black;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.project-item .view-icon5 {
  position: absolute;
  width: auto;
  height: auto;
  right: 22px;
  top: 6px;
  display: block;
  font-size: 25px;
  color: #019790;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.project-item .view-icon3 {
  position: absolute;
  width: auto;
  height: auto;
  right: 40px;
  top: 30px;
  display: block;
  font-size: 25px;
  visibility: hidden;
  opacity: 0;
    cursor: pointer;
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

/* Project Style 2
===================*/
.project-2 {
  position: relative;
  z-index: 1;
}
.project-2 .dots {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/bg-dots.png) 0 0 repeat;
  z-index: -1;
}
.project-2 .project-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.project-2 .project-item .project-thumb {
  width: 100%;
  height: 100%;
}
.project-2 .project-item .project-content {
  padding: 50px;
}
.project-2 .project-item .project-content h3 a {
  color: #263a4f;
}
.project-2 .project-item .project-content h3 a:hover {
  text-decoration: underline;
  color: #bfca02;
}
.project-2 .project-item .project-content p {
  margin-bottom: 30px;
}
/* ==========================================================================
   Projects Single Section
   ========================================================================== */
.project-single-section {
  position: relative;
  z-index: 1;
}
.project-single-section .dots {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/bg-dots.png) 0 0 repeat;
  z-index: -1;
}
.project-single-content {
  background-color: #fff;
  padding: 50px 22px 40px;
  box-shadow: -2px 4px 18px -6px black;
  height: 513px;
  margin-bottom: 85px;
}
.project-single-content p, .project-single-content h2 {
  margin-bottom: 20px;
}
.project-single-content .project-details li {
  line-height: 40px;
}
.project-single-content .project-details span {
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #263a4f;
  font-size: 14px;
  letter-spacing: 0;
  width: 150px;
  display: inline-block;
}

/* ==========================================================================
   Projects Single Section1
   ========================================================================== */
.project-single-section1 {
  position: relative;
  z-index: 1;
}
.project-single-section1 .dots {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/bg-dots.png) 0 0 repeat;
  z-index: -1;
}
.project-single-content1 {
  background-color: #fff;
  padding: 50px 22px 40px;
  box-shadow: -2px 4px 18px -6px black;
}
.project-single-content1 p, .project-single-content h2 {
  margin-bottom: 20px;
}
.project-single-content1 .project-details li {
  line-height: 40px;
}
.project-single-content1 .project-details span {
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #263a4f;
  font-size: 14px;
  letter-spacing: 0;
  width: 150px;
  display: inline-block;
}


/* ==========================================================================
   Counter Section
   ========================================================================== */
.counter-content {
  text-align: center;
}
.counter-content h2 {
  font-size: 48px;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.counter-content h2:before {
  background-color: transparent;
  position: absolute;
  content: "";
  width: 110px;
  height: 110px;
  left: -55px;
  top: -20px;
  border: 5px solid #bfca02;
  opacity: 0.5;
  z-index: -1;
}
.counter-content span {
  font-family: "Poppins", sans-serif;
  font-style: 12px;
  color: #263a4f;
  font-weight: 600;
  padding-left: 20px;
  display: block;
}
.counter-section.bg-dark {}
.counter-section.bg-dark span {
  color: #fff;
}
/* ==========================================================================
   Team Section
   ========================================================================== */
.team-section {}
.bg-dark {
  position: relative;
  z-index: 1;
}
.team-section.bg-dark .dots {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/bg-dots.png) 0 0 repeat;
  z-index: -1;
}
.team-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.team-item img {
  width: 100%;
}
.team-item .team-content {
  display: block;
}
.team-item .team-content h3 {
  position: absolute;
  width: auto;
  height: auto;
  left: 0;
  bottom: -58px;
  background-color: #fff;
  box-shadow: 0px 14px 70px -10px rgba(0, 0, 0, .15);
  transform: rotate(-90deg);
  transform-origin: 0 0;
  padding: 10px 15px;
  font-size: 16px;
  z-index: 2;
}
/*Dark Background*/
.bg-dark .team-item .team-content h3 {
  color: #263a4f;
}
.team-item .team-content span {
  position: absolute;
  width: auto;
  height: auto;
  right: 20px;
  bottom: 20px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
  font-family: "Work Sans", sans-serif;
  padding: 5px 10px;
  background-color: #bfca02;
  box-shadow: 0px 14px 70px -10px rgba(0, 0, 0, .15);
  text-transform: uppercase;
  font-weight: 600;
  z-index: 2;
}
.team-item .team-social {
  position: absolute;
  width: auto;
  height: auto;
  right: 20px;
  top: 20px;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  transition: all 0.3s linear;
}
.team-item .team-social li {
  transform: translateX(100px);
  transition: all 0.3s linear;
}
.team-item .team-social li:nth-child(1) {
  transition-delay: 0ms;
}
.team-item .team-social li:nth-child(2) {
  transition-delay: 100ms;
}
.team-item .team-social li:nth-child(3) {
  transition-delay: 150ms;
}
.team-item .team-social li:nth-child(4) {
  transition-delay: 200ms;
}
.team-item:hover .team-social li {
  transform: translateX(0);
}
.team-item .team-social li a {
  color: #fff;
  margin-bottom: 10px;
  display: block;
}
.team-item:hover img {
  transform: scale(1.08);
  cursor: pointer;
}
.team-item:hover .team-social {
  visibility: visible;
  opacity: 1;
}
.team-item .overlay {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}
.team-item:hover .overlay {
  visibility: visible;
  opacity: 1;
}
/* ==========================================================================
   Testimonial Section
   ========================================================================== */
.testimonial-section {
  position: relative;
  z-index: 1;
}
.testimonial-section .dots {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/bg-dots.png) 0 0 repeat;
  z-index: -1;
}
/*Dark Background*/
.bg-dark .dots {
  opacity: 0.1;
}
.testi-item img {
  width: 100px !important;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
}
.testi-content {
  padding-left: 20px;
}
.testi-content h3 {
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  margin: 0;
}
.testi-content span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
}
.testi-item {
  background-color: #fff;
  position: relative;
  padding: 30px;
  border-left: 4px solid #bfca02;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.testi-item .fa-quote-right {
  position: absolute;
  right: 30px;
  bottom: 25px;
  font-size: 50px;
  color: #bfca02;
  opacity: 0.5;
}
/*Rattings*/
.testi-content .rattings {
  display: inline-block;
  margin-left: 5px;
}
.testi-content .rattings li {
  display: inline-block;
}
.testi-content .rattings li i {
  font-size: 10px;
  color: #bfca02;
  display: inline-block;
}
/*Boolets*/
.owl-controls .owl-dots {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: -50px;
  text-align: center;
}
.owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 1px;
  background-color: #555;
  margin: 0 3px;
  position: relative;
  text-align: center;
}
.owl-controls .owl-dots .owl-dot.active {
  background-color: #019891;
}
/* ==========================================================================
   CTA Section
   ========================================================================== */
.cta-section {
  background-image: url(../img/cta-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}
.cta-content h2 {
  color: #fff;
}
.cta-content p {
  color: #ddd;
}
/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-section {
  background-image: url(../img/home-classic-background.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 650px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero-content h1 {
  font-size: 62px;
  color: #fff;
  letter-spacing: -2px;
  margin-bottom: 20px;
}
.hero-content p {
  color: #ddd;
}
.hero-section .scroll-down {
  width: 2px;
  height: 80px;
  position: absolute;
  left: calc(50% - 1px);
  bottom: 100px;
  overflow: hidden;
}
.hero-section .scroll-down:before {
  background-color: #fff;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: scroll-down 2.0s ease-in-out forwards infinite;
  animation: scroll-down 2.0s ease-in-out forwards infinite;
}
@-webkit-keyframes scroll-down {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}
@keyframes scroll-down {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}
/*Video Hero
=============*/
.hero-section.video-hero {}
.hero-section.video-hero {
  background-image: url(../img/home-video-background.jpg);
}
.hero-section.video-hero:before {
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.video-hero h1 {
  font-size: 42px;
}
.hero-section .video-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
/* ==========================================================================
   Page Header Section
   ========================================================================== */
.page-header {
  background-image: url(../img/page-header.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  height: 90vh;
  /* height: calc(var(--vh,1vh) * 100); */
}
.page-header:before {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.page-content {}
.page-content h2 {
  color: #fff;
  font-size: 90px;
}
.page-content1 {}
.page-content1 h2 {
  color: #fff;
  font-size: 90px;
}

.page-content p {
  color: #ddd;
  margin: 0;
}
.page-header1 {
  background-image: url("../Images/banner/page-header1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  height: 90vh;
}
.page-header1:before {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.page-content1 {}
.page-content1 h2 {
  color: #fff;
  font-size: 90px;
}
.page-content1 p {
  color: #ddd;
  margin: 0;
}
.page-header2 {
  background-image: url(../images/banner/page-header2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.page-header2:before {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.page-content2 {}
.page-content2 h2 {
  color: #fff;
  font-size: 90px;
}
.page-content2 p {
  color: #ddd;
  margin: 0;
}
.page-header3 {
  background-image: url("../Images/Community/care.jpg");
  background-repeat: no-repeat;
 background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.page-header3:before {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.page-content3 {}
.page-content3 h2 {
  color: #fff;
  font-size: 90px;
}
.page-content3 p {
  color: #80cd48;
  margin: 0;
  font-size: 83px;
}
.page-header4 {
  background-image: url("../Images/banner/page-header4.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  height: 90vh;
  /* height: calc(var(--vh,1vh) * 100); */
}
.page-header4:before {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.page-content4 {}
.page-content4 h2 {
  color: #fff;
  font-size: 90px;
}
.page-header5 {
  background-image: url("../Images/banner/page-header5.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  height: 90vh;
  /* height: calc(var(--vh,1vh) * 100); */
}
.page-header5:before {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.page-content5 {}
.page-content5 h2 {
  color: #fff;
  font-size: 90px;
}
/* ==========================================================================
   404 Error Section
   ========================================================================== */
.error-section {}
.error-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-content img {
  max-width: 100%;
}
.error-content .error-info {
  padding-left: 50px;
  text-align: center;
}
.error-content .error-info h2 {
  font-size: 200px;
  line-height: 200px;
  letter-spacing: -10px;
}
.error-content .error-info a {
  color: #263a4f;
  font-weight: 600;
  text-decoration: underline;
}
.error-content .error-info a:hover {
  color: #bfca02;
}
/* ==========================================================================
   Contact Section
   ========================================================================== */
.contact-section {
  position: relative;
  z-index: 1;
}
.contact-section .dots {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/bg-dots.png) 0 0 repeat;
  z-index: -1;
}
.contact-info h3 {
  line-height: 28px;
}
.contact-info h4 {
  font-size: 15px;
  line-height: 28px;
}
.contact-info span {
  text-transform: uppercase;
  margin-right: 5px;
}
/* Form Style
===============*/
.form-control {
  background-color: #fff;
  border-radius: 0;
  padding: 15px 10px;
  box-shadow: none;
}
.form-control:focus {
  border-color: #bfca02;
  box-shadow: none;
  outline: none;
}
#form-messages {
  display: none;
}
#form-messages.alert-danger, #form-messages.alert-success {
  display: block;
}
/* Google Map*/
#google-map {
  width: 100%;
  height: 400px;
}
/* ==========================================================================
   Blog Section
   ========================================================================== */
.blog-section {}
.blog-section.bg-dark .dots {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/bg-dots.png) 0 0 repeat;
  z-index: -1;
}
.blog-wrap {}

.blog-wrap img {
  width: 100%;
  margin: 0;
}
.blog-wrap1 {}

.blog-item {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.blog-item .blog-thumb {
  position: relative;
}
.blog-item .blog-thumb .category {
  background: linear-gradient(to right, #a887c6 0%, #06617d 0%, #05617d 50%, #9883bf 100%) no-repeat scroll right bottom / 210% 100% #04607d;
  padding: 5px 15px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  position: absolute;
  width: auto;
  height: auto;
  left: 0;
  bottom: 0;
  margin-bottom: -14px;
}
.blog-item .blog-thumb .category a {
  color: #fff;
}
.blog-item .blog-thumb .lab {
  position: absolute;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 37px;
  color: #fff;
  border-radius: 50px;
}
.blog-item .blog-thumb .lab.soldout {
  top: 10px;
  left: 10px;
  background-color: #ff0000;
}
.blog-item .blog-thumb .lab.limited {
  top: 10px;
  left: 10px;
  background-color: #010846;
}
.blog-item .blog-thumb img {
  width: 100%;
  margin: 0;
}

a {
    color: #0c8173;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}
.blog-content {
  background-color: #f9fafa;
  padding: 15px;
}
.blog-content h2,
.blog-content a {
    color: #4477b8;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}
.blog-content h2:hover {
   -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #263a4f ;
}
.blog-content2 h2 {
    color: #4477b8;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}
.blog-content2 h2:hover {
   -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #263a4f ;
}
.blog-content3 h2 {
    color: #0c8173;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}
.blog-content3 h2:hover {
   -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #263a4f ;
}
.blog-content3 h3 {
    color: #0c8173;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}
.blog-content3 h3:hover {
   -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #263a4f ;
}
.blog-content5 h2 {
    color: #4477b8;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}
.blog-content5 h2:hover {
   -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #263a4f ;
}
.blog-wrap1 {}
.blog-item1 {
  position: relative;
    background: #fff;
    max-width: 327px;
    width: 327px;
    height: auto;
    margin: 15px;
    box-shadow: 0 5px 25px rgb(1 1 1 / 20%);
    overflow: hidden;
    border-radius: 10px;
}
.blog-item1 .blog-thumb1 {
  position: relative;
}
.blog-item1 .blog-thumb1 .category1 {
  background: linear-gradient(to right, #a887c6 0%, #06617d 0%, #05617d 50%, #9883bf 100%) no-repeat scroll right bottom / 210% 100% #04607d;
  padding: 5px 15px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  position: absolute;
  width: auto;
  height: auto;
  left: 0;
  bottom: 0;
  margin-bottom: -14px;
}
.blog-item2 .blog-thumb2 .category1 {
  background: linear-gradient(to right, #a887c6 0%, #06617d 0%, #05617d 50%, #9883bf 100%) no-repeat scroll right bottom / 210% 100% #04607d;
  padding: 5px 15px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  position: absolute;
  width: auto;
  height: auto;
  left: 0;
  bottom: 0;
  margin-bottom: -14px;
}
.blog-item1 .blog-thumb1 .category1 a {
  color: #fff;
}
.blog-item2 .blog-thumb2 .category1 a {
  color: #fff;
}
.blog-item1 .blog-thumb1 .lab1 {
  position: absolute;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 37px;
  color: #fff;
  border-radius: 50px;
}
.blog-item1 .blog-thumb1 .lab1.soldout1 {
  top: 10px;
  left: 10px;
  background-color: #ff0000;
}
.blog-item1 .blog-thumb1 .lab1.limited1 {
  top: 10px;
  left: 10px;
  background-color: #010846;
}
.blog-item1 .blog-thumb1 img {
  width: 100%;
  margin: 0;
}
.blog-content1 {
  background-color: #f9fafa;
  padding: 15px;
}

.blog-wrap2 {}
.blog-item2 {
  position: relative;
  background: #fff;
  max-width: 327px;
  width: 327px;
  height: auto;
  margin: 15px;
  box-shadow: 0 5px 25px rgb(1 1 1 / 20%);
  overflow: hidden;
  border-radius: 10px;
}
.blog-item2 .blog-thumb2 {
  position: relative;
}
.blog-item2 .blog-thumb2 .category2 {
  background: linear-gradient(to right, #a887c6 0%, #06617d 0%, #05617d 50%, #9883bf 100%) no-repeat scroll right bottom / 210% 100% #04607d;
  padding: 5px 15px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  position: absolute;
  width: auto;
  height: auto;
  left: 0;
  bottom: 0;
  margin-bottom: -14px;
}
.blog-item2 .blog-thumb2 .category2 a {
  color: #fff;
}
.blog-item2 .blog-thumb2 img {
  width: 100%;
  margin: 0;
}
.blog-content2 {
  background-color: #f9fafa;
  padding: 20px;
  border-radius: 0 0 20px 20px;
}

.blog-wrap3 {}
.blog-item3 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  background: #fff;
  max-width: 327px;
  width: 327px;
  height: auto;
  box-shadow: 0 5px 25px rgb(1 1 1 / 20%);
  overflow: hidden;
  border-radius: 30px;
}
.blog-item3 .blog-thumb3 {
  position: relative;
  padding: 8px;
}

.blog-item3 .blog-thumb3 img {
  width: 100%;
  margin: 0;
  border-radius: 20px;
}
.blog-content3 {
  background-color: #f9fafa;
  padding: 15px -2px 2px 0px;
  text-align: center;
}
.blog-wrap4 {}
.blog-item4 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  background: #fff;
  max-width: 327px;
  width: 327px;
  height: auto;
  box-shadow: 0 5px 25px rgb(1 1 1 / 20%);
  overflow: hidden;
  border-radius: 30px;
}
.blog-item4 .blog-thumb4 {
  position: relative;
  padding: 8px;
}

.blog-item4 .blog-thumb4 img {
  width: 100%;
  margin: 0;
  border-radius: 20px;
}
.blog-wrap5 {}
.blog-item5 {
  position: relative;
    background: #fff;
    max-width: 327px;
    width: 327px;
    height: auto;
    margin: 15px;
    box-shadow: 0 5px 25px rgb(1 1 1 / 20%);
    overflow: hidden;
    border-radius: 10px;
}
.blog-item5 .blog-thumb5 {
  position: relative;
}
.blog-item5 .blog-thumb5 .category5 {
  background: linear-gradient(to right, #a887c6 0%, #06617d 0%, #05617d 50%, #9883bf 100%) no-repeat scroll right bottom / 210% 100% #04607d;
  padding: 5px 15px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  position: absolute;
  width: auto;
  height: auto;
  left: 0;
  bottom: 0;
  margin-bottom: -14px;
}
.blog-item5 .blog-thumb5 .category5 a {
  color: #fff;
}
.blog-item5 .blog-thumb5 img {
  width: 100%;
  margin: 0;
}
.blog-content5 {
  background-color: #f9fafa;
  padding: 20px;
}
.blog-wrap6 {}
.blog-item6 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  background: #fff;
  max-width: 327px;
  width: 327px;
  height: auto;
  /* margin: 15px; */
  box-shadow: 0 5px 25px rgb(1 1 1 / 20%);
  overflow: hidden;
  border-radius: 30px;
}
.blog-item6 .blog-thumb6 {
  position: relative;
}
.blog-item6 .blog-thumb6 .category6 {
  background: linear-gradient(to right, #a887c6 0%, #06617d 0%, #05617d 50%, #9883bf 100%) no-repeat scroll right bottom / 210% 100% #04607d;
  padding: 5px 15px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  position: absolute;
  width: auto;
  height: auto;
  left: 0;
  bottom: 0;
  margin-bottom: -14px;
}
.blog-item6 .blog-thumb6 .category6 a {
  color: #fff;
}
.blog-item6 .blog-thumb6 img {
  width: 100%;
  margin: 0;
}
.blog-content6 {
  background-color: #f9fafa;
  padding: 25px;
}
/*Bg-dark*/
.bg-dark .blog-content {
  background-color: #242323;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 5px solid #bfca02;
}
.bg-dark .blog-content h3 a {
  color: #fff;
}
.bg-dark .blog-content p {
  color: #999;
}
.bg-dark .blog-content .read-more {
  color: #fff;
}
.blog-content h3 {
  line-height: 24px;
}
.blog-content h3 a {
  color: #263a4f;
  font-size: 18px;
  line-height: 24px;
}
.blog-content h3 a:hover {
  color: #bfca02;
}
.blog-content .read-more {
  font-family: "Work Sans", sans-serif;
  color: #263a4f;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-left: 40px;
}
.blog-content .read-more:hover {
  color: #bfca02;
}
.blog-content .read-more:before {
  background-color: #bfca02;
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  left: 0;
  top: calc(50% - 2px);
}
/* Pagination 
=============== */
.pagination-wrap {}
.pagination-wrap li {
  display: inline-block;
  margin: 0 5px;
}
.pagination-wrap.text-left li {
  margin: 0 10px 0 0;
}
.pagination-wrap li a {
  border: 1px solid #e5e5e5;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #263a4f;
  font-weight: 600;
  border-radius: 2px;
}
.pagination-wrap li a:hover {
  background-color: #bfca02;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
.pagination-wrap li a.active {
  background-color: #bfca02;
  border: 1px solid #bfca02;
  color: #fff;
}

/* Pagination2 
=============== */
.pagination2-wrap {}
.pagination2-wrap li {
  display: inline-block;
  margin: 0 5px;
}
.pagination2-wrap.text-left li {
  margin: 0 10px 0 0;
}
.pagination2-wrap li a {
  border: 1px solid #e5e5e5;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #263a4f;
  font-weight: 600;
  border-radius: 2px;
}
.pagination2-wrap li a:hover {
  background-color: #bfca02;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
.pagination2-wrap li a.active {
  background-color: #bfca02;
  border: 1px solid #bfca02;
  color: #fff;
}
/* Pagination5 
=============== */
.pagination5-wrap {}
.pagination5-wrap li {
  display: inline-block;
  margin: 0 5px;
}
.pagination5-wrap.text-left li {
  margin: 0 10px 0 0;
}
.pagination5-wrap li a {
  border: 1px solid #e5e5e5;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #263a4f;
  font-weight: 600;
  border-radius: 2px;
}
.pagination55-wrap li a:hover {
  background-color: #bfca02;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
.pagination5-wrap li a.active {
  background-color: #bfca02;
  border: 1px solid #bfca02;
  color: #fff;
}
/* Sidebar Style
===============*/
.sidebar-wrap {
  padding-left: 40px;
}
.sidebar-wrap .widget-content {
  margin-bottom: 40px;
}
.sidebar-wrap .widget-content h4 {
  position: relative;
  margin-bottom: 30px;
}
.sidebar-wrap .widget-content h4:before {
  background-color: #bfca02;
  position: absolute;
  content: "";
  width: 20%;
  height: 3px;
  left: 0;
  bottom: -5px;
}
.sidebar-wrap .widget-content .widget-links li a:hover {
  text-decoration: underline;
}
/* Search Form Style
===================*/
.search-form {
  position: relative;
  margin-left: -2px;
}
.search-form .form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  width: 100%;
  display: block;
  border: 1px solid #e5e5e5;
  color: #263a4f;
  height: auto;
  padding: 15px 20px;
  border-radius: 2px;
  padding-right: 60px;
}
.search-form .search-btn {
  background-color: transparent;
  font-size: 15px;
  color: #263a4f;
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 10px 0;
  opacity: 0.6;
}
.search-form .search-btn:focus, .search-form .search-btn:hover {
  opacity: 1;
  cursor: pointer;
}
.search-form input::-webkit-input-placeholder {
  color: #8d9aa8 !important;
}
.search-form input:-moz-placeholder { /* Firefox 18- */
  color: #8d9aa8 !important;
}
.search-form input::-moz-placeholder { /* Firefox 19+ */
  color: #8d9aa8 !important;
}
.search-form input:-ms-input-placeholder {
  color: #8d9aa8 !important;
}
/* Thumbnails Post Style
========================*/
.thumb-post {}
.thumb-post li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: top;
  margin-bottom: 20px;

}
.thumb-post li:last-child {
  margin-bottom: 0;
}
.thumb-post li img {
  width: 100px;
  display: block;
}
.thumb-post li a {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #263a4f;
  padding-left: 15px;
  letter-spacing: -0.5px;
}
.thumb-post li a:hover {
  color: #bfca02;
  text-decoration: underline;
}
/* Tag Cloud Style
==================*/
.widget-content .tags {}
.widget-content .tags li {
  display: inline-block;
}
.widget-content .tags li a {
  display: inline-block;
  background-color: #bfca02;
  padding: 5px 10px;
  border-radius: 2px;
  font-size: 12px;
  color: #fff;
  margin: 3px;
}
.widget-content .tags li a:hover {
  background-color: #263a4f;
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
/* ==========================================================================
   Blog Single Section
   ========================================================================== */
.blog-thumb {}
.blog-thumb img {
  margin-bottom: 20px;
}
.blog-single-content {}
.blog-single-content h2 a {
  font-size: 28px;
  color: #263a4f;
}
.blog-single-content h2 a:hover {
  color: #bfca02;
}
.blog-single-content1 p {
  font-size: 15.8px;
}
.blog-single-content2 {
  text-align: center;
}

.blog-single-content2 p {
  font-size: 21px;
}

.single-post-meta {
  margin-bottom: 20px;
}
.single-post-meta li {
  display: inline-block;
  margin-right: 20px;
}
.single-post-meta li i {
  font-size: 12px;
  color: #bfca02;
  margin-right: 5px;
}
.single-post-meta li a {
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #263a4f;
}
/* Blog Quote
===============*/
blockquote {
  background-color: #f5f5f5;
  padding: 40px;
  border-left: 4px solid #bfca02;
  margin: 30px 0;
  position: relative;
  z-index: 1;
}
blockquote .dots {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/bg-dots.png) 0 0 repeat;
  z-index: -1;
}
blockquote p {
  color: #263a4f;
  font-size: 20px;
}
blockquote span {
  display: block;
  margin-top: 20px;
  color: #263a4f;
}
/* Post Tags Style
==================*/
.post-tags {
  margin-top: 30px;
}
.post-tags li {
  display: inline-block;
}
.post-tags li a {
  display: inline-block;
  background-color: #bfca02;
  padding: 5px 10px;
  border-radius: 2px;
  font-size: 12px;
  color: #fff;
  margin: 3px;
}
.post-tags li a:hover {
  background-color: #263a4f;
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
/* Author Box Style
====================*/
.author-box {
  display: flex;
  align-items: center;
  padding: 30px;
  margin-top: 30px;
  border-left: 4px solid #bfca02;
}
.author-box img {
  border-radius: 50%;
}
.author-info {
  padding-left: 30px;
}
.author-info h3 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 5px;
}
.author-box .social-icon {}
.author-box .social-icon li {
  display: inline-block;
  margin-right: 8px;
}
.author-box .social-icon li a {

  font-size: 14px;
  color: #263a4f;
}
.author-box .social-icon li a:hover {
  color: #bfca02;
}
/* Post Navigation
====================*/
.post-navigation {
  border: 1px solid #e5e5e5;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
}
.post-navigation .col {
  padding: 20px;
}
.post-navigation .col:not(:last-of-type) {
  border-right: 1px solid rgba(17, 17, 17, 0.04);
}
.post-navigation .col a {
  color: #263a4f;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.post-navigation .col.next-post a {
  justify-content: flex-end;
}
.post-navigation .col i {
  display: inline-block;
  font-size: 14px;
}
.post-navigation .ti-arrow-left {
  margin-right: 10px;
}
.post-navigation .ti-arrow-right {
  margin-left: 10px;
}
.post-navigation .col a:hover {
  color: #bfca02;
}
.post-navigation .col.prev-post .fa {
  margin-right: 10px;
}
.post-navigation .col.next-post .fa {
  margin-left: 10px;
}
/* Comments Style
==================*/
.blog-single-wrap1 {
  width: 100%;
  text-align: justify;
}
.blog-single-wrap .comments-area {
  margin-top: 40px;
}
.blog-single-wrap .comments-area .comments {
  border-bottom: 0;
}
.blog-single-wrap .comments-area li > div {
  border-bottom: 1px solid rgba(17, 17, 17, 0.05);
  padding: 26px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.blog-single-wrap .comments-area ol {
  list-style-type: none;
  padding-left: 0;
}
.blog-single-wrap .comments-area ol ul {
  padding-left: 30px;
  list-style-type: none;
  margin: 0;
}
.blog-single-wrap .comments-area ol > li:last-child div {
  border-bottom: 0;
}
.blog-single-wrap .comments-area .comments-title {
  font-size: 22px;
  font-weight: 600;
}
.blog-single-wrap .comments-area li > div {
  position: relative;
}
.blog-single-wrap .comments-area .comment-thumb {
  position: absolute;
  left: 35px;
}
.blog-single-wrap .comments-area .comment-thumb .comment-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.blog-single-wrap .comments-area .comment-thumb .comment-img img {
  border-radius: 50%;
}
.blog-single-wrap .comments-area .comment-main-area {
  padding-left: 100px;
}
.blog-single-wrap .comments-area .comment-main-area p {
  margin-bottom: 20px;
}
.blog-single-wrap .comments-area .comments-meta h4 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -1px;
}
.blog-single-wrap .comments-area .comments-meta h4 span {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  text-transform: none;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 5px;
}
.blog-single-wrap .comments-area .comment-reply-link {
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #bfca02;
  display: inline-block;
  text-transform: uppercase;
  padding-left: 35px;
  position: relative;
}
.blog-single-wrap .comments-area .comment-reply-link:before {
  background-color: #bfca02;
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  left: 0;
  top: calc(50% - 1px);
}
.blog-single-wrap .comments-area .comment-reply-link:hover {
  text-decoration: underline;
}
.blog-single-wrap .comment-respond {}
.blog-single-wrap .comment-respond .comment-reply-title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.blog-single-wrap .comment-respond form input, .blog-single-wrap .comment-respond form textarea {
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 50px;
  padding: 6px 15px;
  margin-bottom: 15px;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: all 0.3s;
}
.blog-single-wrap .comment-respond form input:focus, .blog-single-wrap .comment-respond form textarea:focus {
  border-color: #bfca02;
}
.blog-single-wrap .comment-respond form textarea {
  height: 200px;
  padding: 15px;
}
.blog-single-wrap .comment-respond .form-inputs {
  overflow: hidden;
}
.blog-single-wrap .comment-respond .form-inputs > input:nth-child(2) {
  width: 49%;
  float: left;
}
.blog-single-wrap .comment-respond .form-inputs > input:nth-child(3) {
  width: 49%;
  float: right;
}
.blog-single-wrap .comment-respond .form-submit input {
  font-family: "Work Sans", sans-serif;
  max-width: 180px;
  background-color: #bfca02;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  border-radius: 0;
  text-transform: uppercase;
}
.blog-single-wrap .comment-respond .form-submit input:hover {
  opacity: 0.9;
}
/* ==========================================================================
   Sponsor Section
   ========================================================================== */
.sponsor-section {
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
.sponsor-section .dots {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/bg-dots.png) 0 0 repeat;

  z-index: -1;
}
.sponsor-item {}
.sponsor-item img {
  opacity: 0.5;
}
.sponsor-item:hover img {
  opacity: 1;
  cursor: pointer;
}
/* ==========================================================================
   Widget Section
   ========================================================================== */
.widget-section {
  border-top: 1px solid #e5e5e5;
  /* border-bottom: 1px solid #e5e5e5; */
  padding: 34px 0;
  background-color: #10c1b4;
 /* margin-top: 50px; */
}
/*Dark Background*/
.widget-section.bg-dark {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.widget-content {}
.widget-content img {
  margin-bottom: 50px;
  float: right;
}
.widget-content h4 {}
.widget-content p {}
.widget-content span {
  display: block;
}
.widget-content .widget-links {}
.widget-content .widget-links li {}
.widget-content .widget-links li a {
  color: #000000;
  line-height: 1.9;
}
.widget-content .widget-links li a:hover {
  color: #ffffff;
}
.subscribe-form {
  position: relative;
}
.subscribe-form .form-input {
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 50px;
  padding: 10px;
  padding-right: 140px;
  border-radius: 2px;
}
.subscribe-form .submit-btn {
  background-color: #bfca02;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  line-height: 50px;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 0.5px;
  padding: 0 30px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer-section {
  background-color: #fff;
  display: block;
  color: #fff;
  text-align: center;
  padding: 25px 0;
}
.footer-section p {
  font-size: 12px;
  color: #ababc7;
  margin: 0;
}
.footerNav a {
  padding-right: 10px
}
.footerNav a + a {
  border-left: 1px solid rgba(0, 0, 0, .3);
  padding-left: 6px
}
/*# sourceMappingURL=bootstrap.min.css.map */
/* ==========================================================================
   Scroll To Top
   ========================================================================== */
#scroll-to-top {
  background-color: #019891;
  display: none;
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
  line-height: 45px;
  /* color: #fff; */
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 999;
  border-style: dotted;
  border-color: white;
}
#scroll-to-top:hover {
  background-color: #019891;
  color: #fff;
  opacity: 0.8;
}
.pagination {
  text-align: center;
  margin: 30px 30px 60px;
  user-select: none;
}
.pagination li {
  display: inline-block;
  margin: 5px;
  box-shadow: 0 5px 25px rgb(1 1 1 / 10%);
}
.pagination li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2em;
  line-height: 30px;
}
.previous-page, .next-page {
  background: #0c8173;
  width: 80px;
  border-radius: 45px;
  cursor: pointer;
}
.previous-page a, .next-page a {
  transition: none
}
.current-page, .dots1 {
  width: 45px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #cccccc;
}
.active {
  background: #0c8173;
}
.disable {
  background: #ccc;
}
.page-link1 {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 30px;
  color: #007bff;
}
.page-link1:hover {
  color: #000000;
  text-decoration: none;
  background-color: #e9ecef;
  border-radius: 50%;
}
.page-link1:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.page-link1:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item1:first-child .page-link1 {
  border-radius: 45px;
}
.page-item1:last-child .page-link1 {
  border-radius: 45px;
  /* border-bottom-right-radius: .25rem; */
}
.page-item1.active .page-link1 {
  z-index: 1;
  color: #fff;
  background-color: #0c8173;
  border-radius: 50%;
}
.page-item1.disabled .page-link1 {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ccc;
}

.pagination2 {
  text-align: center;
  margin: 11px 0px 16px;
  user-select: none;
}
.pagination2 li {
  display: inline-block;
  margin: 5px;
  box-shadow: 0 5px 25px rgb(1 1 1 / 10%);
}
.pagination2 li a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  line-height: 20px;
}
.previous-page2, .next-page2 {
  background: #0c8173;
  width: 80px;
  border-radius: 45px;
  cursor: pointer;
}
.previous-page2 a, .next-page2 a {
  transition: none
}
.current-page2, .dots2 {
  width: 37px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #cccccc;
}
.active2 {
  background: #0c8173;
}
.disable2 {
  background: #ccc;
}
.page-link2 {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 30px;
  color: #007bff;
}
.page-link2:hover {
  color: #000000;
  text-decoration: none;
  background-color: #e9ecef;
  border-radius: 50%;
}
.page-link2:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.page-link2:not(:disabled):not(.disabled2) {
  cursor: pointer;
}
.page-item2:first-child .page-link2 {
  border-radius: 45px;
}
.page-item2:last-child .page-link2 {
  border-radius: 45px;
  /* border-bottom-right-radius: .25rem; */
}
.page-item2.active2 .page-link2 {
  z-index: 1;
  color: #fff;
  background-color: #0c8173;
  border-radius: 50%;
}
.page-item2.disabled .page-link2 {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ccc;
}

.pagination5 {
  text-align: center;
  margin: 11px 0px 16px;
  user-select: none;
}
.pagination5 li {
  display: inline-block;
  margin: 5px;
  box-shadow: 0 5px 25px rgb(1 1 1 / 10%);

}
.pagination5 li a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  line-height: 26px;
}
.previous-page5, .next-page5 {
  background: #0c8173;
  width: 80px;
  border-radius: 45px;
  cursor: pointer;
}
.previous-page5 a, .next-page5 a {
  transition: none
}
.current-page5, .dots5 {
  width: 37px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #cccccc;
}
.active5 {
  background: #0c8173;
}
.disable5 {
  background: #ccc;
}
.page-link5 {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 30px;
  color: #007bff;
}
.page-link5:hover {
  color: #000000;
  text-decoration: none;
  background-color: #e9ecef;
  border-radius: 50%;
}
.page-link5:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.page-link5:not(:disabled):not(.disabled5) {
  cursor: pointer;
}
.page-item5:first-child .page-link5 {
  border-radius: 45px;
}
.page-item5:last-child .page-link5 {
  border-radius: 45px;
  /* border-bottom-right-radius: .25rem; */
}
.page-item5.active5 .page-link5 {
  z-index: 1;
  color: #fff;
  background-color: #0c8173;
  border-radius: 50%;
}
.page-item5.disabled .page-link5 {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ccc;
}


.inner-top-blocks {
    position: relative;
    padding-top: 0;
    padding-bottom: 0
}

@media (min-width: 992px) {
    .inner-top-blocks {
    }
}

@media (min-width: 1400px) {
    .inner-top-blocks {
    }
}


.inrproperty-top-banner {
    position: relative;
    width: 100vw;
    background-size: cover;
    min-height: 665px
}

@media (max-width: 991.98px) {
    .inrproperty-top-banner {
        min-height:768px
    }
}

@media (max-width: 767.98px) {
    .inrproperty-top-banner {
        min-height:calc(550px + 100px)
    }
}

@media (max-width: 413.98px) {
    .inrproperty-top-banner {
        min-height:calc(500px + 80px)
    }
}

@media (max-width: 320px) {
    .inrproperty-top-banner {
        min-height:calc(420px + 45px)
    }
}

@media (min-width: 1440px) {
    .inrproperty-top-banner {
        min-height:720px
    }
}

@media (min-width: 1680px) {
    .inrproperty-top-banner {
        min-height:765px
    }
}

/*facilities card*/
@media (min-width: 993px) and (max-width: 1200px){
      .select1 {
    top: 300px;
    right: 30px;
    }
}

@media (min-width: 1200px) and (max-width: 1250px){
      .select1 {
    top: 300px;
    right: 60px;
    }
}

@media (min-width: 1251px) and (max-width: 1300px){
      .select1 {
    top: 300px;
    right: 90px;
    }
}

@media (min-width: 1301px) and (max-width: 1350px){
      .select1 {
    top: 300px;
    right: 120px;
    }
}

@media (min-width: 1351px) and (max-width: 1400px){
      .select1 {
    top: 300px;
    right: 134px;
    }
}

@media (min-width: 1401px) and (max-width: 1450px){
      .select1 {
    top: 300px;
    right: 162px;
    }
}

@media (min-width: 1451px) and (max-width: 1500px){
      .select1 {
    top: 300px;
    right: 186px;
    }
}

@media (min-width: 1501px) and (max-width: 1550px){
      .select1 {
    top: 300px;
    right: 211px;
    }
}

@media (min-width: 1551px) and (max-width: 1600px){
      .select1 {
    top: 300px;
    right: 231px;
    }
}

@media (min-width: 1601px) and (max-width: 1650px){
      .select1 {
    top: 300px;
    right: 258px;
    }
}

@media (min-width: 1651px) and (max-width: 1700px){
      .select1 {
    top: 300px;
    right: 286px;
    }
}

@media (min-width: 1701px) and (max-width: 1750px){
      .select1 {
    top: 300px;
    right: 308px;
    }
}

@media (min-width: 1751px) and (max-width: 1800px){
      .select1 {
    top: 300px;
    right: 335px;
    }
}

@media (min-width: 1801px) and (max-width: 1850px){
      .select1 {
    top: 300px;
    right: 360px;
    }
}

@media (min-width: 1851px) and (max-width: 1900px){
      .select1 {
    top: 300px;
    right: 386px;
    }
}

@media (min-width: 1901px) and (max-width: 1950px){
      .select1 {
    top: 300px;
    right: 413px;
    }
}

@media (min-width: 1951px) and (max-width: 2000px){
      .select1 {
    top: 300px;
    right: 435px;
    }
}




/*facilities card end*/

@media (max-height: 825px) and (min-height:810px) and (max-width:500px) {
    .inrproperty-top-banner {
        min-height:635px
    }
}

@media (min-height: 730px) and (max-height:809px) and (max-width:500px) {
    .inrproperty-top-banner {
        min-height:598px
    }
}

.inrproperty-top-banner-logo {
    position: absolute;
    width: 50vw;
    height: 35vw;
    top: 22vw;
    left: -7vw;
    margin: 0 auto;
    text-align: center;
    display: inline-block
}

@media (max-width: 320px) {
    .inrproperty-top-banner-logo {
        top:25vw
    }
}

.inrproperty-top-banner-logo .logo-bg {
    width: 100%;
    height: 100%;
    background: url(/images/theme/property/happy-smile-shape.png) center no-repeat;
    background-size: 100%
}


.inrproperty-top-banner-logo img {
    position: absolute;
    top: 65%;
    -webkit-transform: translate(0,-65%);
    transform: translate(0,-65%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 22vw
}

@media (min-width: 992px) {
    .inrproperty-top-banner-logo {
        position:absolute;
        width: 34vw;
        height: 22vw;
        top: 2.2vw;
        left: -6vw;
        margin: 0 auto;
        text-align: center;
        display: inline-block
    }

    .inrproperty-top-banner-logo .logo-bg {
        width: 100%;
        height: 100%;
        background: url(/images/theme/property/happy-smile-shape.png) center no-repeat;
        background-size: 100%
    }

    .inrproperty-top-banner-logo img {
        position: absolute;
        top: 65%;
        -webkit-transform: translate(0,-65%);
        transform: translate(0,-65%);
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        max-width: 15vw
    }
}

@media (min-width: 992px) {
    .inrproperty-top-banner-logo {
        width:24.5vw;
        height: 17vw;
        top: 1vw;
        left: -4vw
    }

    .inrproperty-top-banner-logo img {
        width: 100%;
        max-width: 11vw
    }
}

.inrproperty-top-content .content-cover {
    /* padding-top: 30px; */
    /* padding-bottom: 30px; */
}

@media (max-width: 991.98px) {
    .inrproperty-top-content .content-cover {
        padding-top:15px
    }
}

.inrproperty-top-content .content-cover-propertyimg {
    width: auto;
    height: 80px
}

@media (min-width: 992px) {
    .inrproperty-top-content .content-cover-propertyimg {
        width:auto;
        height: 100%;
    }
}

.inrproperty-top-content .content-cover hr {
    margin: 4px auto;
    border-color: rgba(24,44,113,.4)
}



.inrproperty-top-content .content-cover-region {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1;
    color: #182c71;
    margin: 0 auto
}

.inrproperty-top-content .content-cover h2 {
    font-family: BwModelicaCondensed;
    font-weight: 600;
    color: #4477b8;
    line-height: 1.1;
    font-size: 29px;
    /* margin: 5px auto; */
}

.inrproperty-top-content .content-cover p {
    font-size: 18px;
    font-weight: 100;
    line-height: 1.4;
    margin-bottom: 0;
    color: black;
}

.inrproperty-top-content .content-cover p+p {
    margin-top: 1rem
}

.inrproperty-top-content .content-cover-desc {
    margin-bottom: 8px!important;
}

.inrproperty-top-content .content-cover-subtitle {
    font-size: 14px;
    font-weight: 600;
    color: black;
}

@media (min-width: 768px) {
    .inrproperty-top-content .content-cover-subtitle {
        font-size:14px;
        font-weight: 600
    }
}

@media (min-width: 1340px) {
    .inrproperty-top-content .content-cover-subtitle {
        font-size:16px;
        font-weight: 600
    }
}

@media (min-width: 992px) {
    .inrproperty-top-content .content-cover {
        /* padding-top:2.8vw; */
        /* padding-bottom: 3.4vw; */
    }

  
    .inrproperty-top-content .content-cover-region {
        font-size: 15px;
        line-height: 1
    }

    .inrproperty-top-content .content-cover h2 {
        font-weight: 600;
        line-height: 1.1;
        font-size: 30px;
        /* margin: 10px auto; */
    }

    .inrproperty-top-content .content-cover p {
        font-size: 14px;
        line-height: 1.5
    }

    .inrproperty-top-content .content-cover-desc {
        /* margin-bottom: 30px!important; */
    }
}

@media (min-width: 1340px) {
    .inrproperty-top-content .content-cover-region {
        font-size:18px;
        line-height: 1.1
    }

    .inrproperty-top-content .content-cover h2 {
        font-weight: 600;
        line-height: 1.1;
        font-size: 30px;
        margin: 15px auto;
    }

    .inrproperty-top-content .content-cover p {
        font-size: 14px;
        line-height: 1.4;
        color: black;
    }
  
}

.inrproperty-top-content .content-cover-btn {
    padding: 0 5px
}

.inrproperty-top-content .content-cover-btn .items {
    background: 0 0;
    border-radius: 10px;
    text-align: left;
    font-size: 13px;
    color: black;
    font-weight: 600;
    line-height: 1;
    position: relative;
    height: 100%;
    vertical-align: middle;
    margin-bottom: 8px;
}

.inrproperty-top-content .content-cover-btn .items span {
    display: inline-block;
    color: #1d9f95;
    font-size: 40px;
    vertical-align: middle;
    margin-right: 8px
     
}

@media (min-width: 768px) {
    .inrproperty-top-content .content-cover-btn .items {
        background:#f6f6f6;
        font-size: 13px;
        padding: 0px 5px 10px;
        text-align: center;
        margin-bottom: 2px;
    }

    .inrproperty-top-content .content-cover-btn .items span {
        font-size: 35px;
        display: block;
        margin-bottom: 2px;
        margin-right: 0
    }
}

@media (min-width: 992px) {
    .inrproperty-top-content .content-cover-btn .items {
        font-size:13.5px
    }

    .inrproperty-top-content .content-cover-btn .items span {
        font-size: 35px;
    }
}

@media (min-width: 1530px) {
    .inrproperty-top-content .content-cover-btn .items {
        font-size: 15px;
        color: black;
    }

    .inrproperty-top-content .content-cover-btn .items span {
    }
    .inrproperty-top-content .content-cover-btn .items i {
  position: absolute;
  width: 100%;
  height: 56px;
  /* right: 59px; */
  top: 6px;
  display: block;
  /* font-size: 25px; */
  color: black;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  visibility: visible;
  /* opacity: 1; */
  z-index: 1;
  }
  
}

.inrproperty-top-content .content-cover-detailscons {
    text-align: center;
    padding: 0 5px;
    font-weight: 600;
    font-size: 12.5px;
    position: relative;
    padding-bottom: 9px;
}

.inrproperty-top-content .content-cover-detailscons span {
    font-size: 35px;
    color: #4477b8;
    display: block;
    text-align: center;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .inrproperty-top-content .content-cover-detailscons {
        font-size:13.5px
    }

    .inrproperty-top-content .content-cover-detailscons span {
        font-size: 32px;

}


  
}

@media (min-width: 1560px) {
    .inrproperty-top-content .content-cover-detailscons {
        font-size: 12px;
        color: black;
    }

    .inrproperty-top-content .content-cover-detailscons span {
        font-size: 30px;
    }
}

.inrproperty-top-content .content-cover-detailscons>div {
    vertical-align: middle;
    position: relative
}

.inrproperty-top-content .content-cover-detailscons>div .text {
    vertical-align: middle;
    position: relative;
    /* top: 29%; */
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    /* left: 2px; */
    /* right: 2px; */
    height: auto!important;
    line-height: 1;
    color: black;
    padding-top: 18px;
}

.inrproperty-top-content .content-cover-detailstxt {
    text-align: left;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 12px;
    padding: 10px;
}

@media (min-width: 768px) {
    .inrproperty-top-content .content-cover-detailstxt {
        font-size:14px
    }
}

@media (min-width: 1340px) {
    .inrproperty-top-content .content-cover-detailstxt {
        font-size: 14px;
    }
}

.inrproperty-top-content .content-cover-detailstxt2 {
    text-align: right;
    font-weight: 600;
    padding-top: 15px;
    font-size: 13px;
    padding: 10px 5px;
    color: black;
}

@media (min-width: 768px) {
    .inrproperty-top-content .content-cover-detailstxt2 {
        font-size:14px
    }
}

@media (min-width: 1340px) {
    .inrproperty-top-content .content-cover-detailstxt2 {
        font-size: 14px;
        color: black;
    }

}

  @media (max-width:991px) {
    .meiro-sdk-banner-wrapper {
      top: 0 !important;
      max-height: calc(90vh - 2*20px) !important
    }
  }
  .outline-border-x {
    border-left: 1px solid rgba(24, 44, 113, .4)
  }
  @media (max-width:991.98px) {
    .outline-border-x.border0lg {
      border-left: 0
    }
  }
  .outline-border-xr {
    border-right: 1px solid rgba(24, 44, 113, .4)
  }
  .outline-border-xr.borderwhite {
    border-color: rgba(255, 255, 255, .5)
  }
  @media (max-width:991.98px) {
    .outline-border-xr.border0lg {
      border-right: 0
    }
  }
  .outline-border-ybtm {
    border-bottom: 1px solid rgba(24, 44, 113, .4);
  }
  @media (max-width:991.98px) {
    .outline-border-ybtm.border0lg {
      border-bottom: 0
    }
  }
  .outline-border-ytop {
    border-top: 1px solid rgba(24, 44, 113, .4)
  }
  @media (max-width:991.98px) {
    .outline-border-ytop.borderytop0lg {
      border-top: 0
    }
  }
  .outline-border-y {
    border-top: 1px solid rgba(24, 44, 113, .4);
    border-bottom: 1px solid rgba(24, 44, 113, .4)
  }
  @media (max-width:991.98px) {
    .outline-border-y.border0lg {
      border-top: 0;
      border-bottom: 0
    }
    .outline-border-y.borderwbtm {
      border-top: 1px solid rgba(24, 44, 113, .4)
    }
  }
  .no-gutters-5 {
    margin-left: -5px;
    margin-right: -5px;
}

.no-gutters-8 {
    margin-left: -8px;
    margin-right: -8px
}

@media (min-width: 992px) {
    .col-lg-4special {
        -webkit-box-flex:0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-8special {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
}

@media (min-width: 1340px) {
    .col-lg-4special {
        -webkit-box-flex:0;
        -ms-flex: 0 0 28%;
        flex: 0 0 28%;
        max-width: 28%;
    }

    .col-lg-8special {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 71.9%;
        flex: 0 0 71.9%;
        max-width: 71.9%
    }
}

  .secgeneral-padl {
    padding-left: 25px
  }
  @media (min-width:992px) {
    .secgeneral-padl {
      padding-left: 3.3vw
    }
  }
  .secgeneral-pad {
    /* padding-left: 40px; */
    /* padding-right: 40px; */
  }
  @media (min-width:992px) {
    .secgeneral-pad {
      /* padding-left: 3.3vw; */
      /* padding-right: 3.3vw; */
    }   
    .secgeneral-pad1 {
   padding-left: 3.3vw; 
     padding-right: 3.3vw; 
    }
  }
  .secgeneral-pad2.wyaxis {
    padding-top: 6px;
    padding-bottom: 20px
  }
  @media (min-width:992px) {
    .secgeneral-pad.wyaxis {
      /* padding-top: 3.6vw; */
      padding-bottom: 3.6vw
    }
  }
  @media (min-width:1340px) {
    .secgeneral-pad.wyaxis {
      /* padding-top: 3.8vw; */
      padding-bottom: 3.8vw
    }
  }
  @media (max-width:991.98px) {
    .secgeneral-pad.wyaxis.mobpad0btm {
      padding-bottom: 0
    }
  }
  .secgeneral-pad.wyaxis-sm {
    padding-top: 25px;
    padding-bottom: 25px
  }
  @media (min-width:992px) {
    .secgeneral-pad.wyaxis-sm {
      padding-top: 1.8vw;
      padding-bottom: 1.8vw
    }
  }
  @media (min-width:1340px) {
    .secgeneral-pad.wyaxis-sm {
      padding-top: 2vw;
      padding-bottom: 2vw
    }
  }
  @media (max-width:991.98px) {
    .secgeneral-pad.wyaxis-sm.mobpad0btm {
      padding-bottom: 0
    }
  }
  .secgeneral-pad.noxpadding {
    padding-left: 15px;
    padding-right: 15px
  }
  .secbg-gradient {
    background: -webkit-gradient(linear, left top, right top, color-stop(15%, #182c71), to(#1d9f95)) no-repeat;
    background: linear-gradient(90deg, #182c71 15%, #1d9f95 100%) no-repeat
  }
  hr.hrbluecolor {
    border-color: rgba(68, 119, 184, .5)
  }
  .text-blue {
    font-size: 42px !important;
    color: #4477b8 !important;
  }
    .text-blue2 {
    font-size: 30px !important;
    color: #4477b8 !important;
  }
.text-pink {
    color: #e696bb!important
}

.text-pink:hover {
    color: #ce85a7!important
}

  .txtsgeneral p {
    /* font-size: 20px; */
    color: black;
  }
  .txtsgeneral p {
    line-height: 1.8;
  }
  .txtsgeneral p {
    margin: 0 auto;
    font-size: 20px;
  }
  .txtsgeneral h3 {
    font-size: 20px;
    font-weight: 100
  }
.features-items {
    color: #fff;
    font-weight: 200;
    font-size: 14px;
    line-height: 1.3;
    margin-top: 5px;
    margin-bottom: 5px
}

@media (min-width: 992px) {
    .features-items {
        font-size:15px;
        line-height: 1.4
    }
}

@media (min-width: 1340px) {
    .features-items {
        font-size:17px
    }
}

.features-items-icons {
    width: 100%;
    max-width: 45px;
    margin-right: 8px
}

@media (max-width: 413.98px) {
    .features-items {
        font-size:12px
    }

    .features-items-icons {
        width: 100%;
        max-width: 34px;
        margin-right: 5px
    }
}

  .plocations-cover {
    padding-left: 8px;
    padding-right: 8px;
    margin: 10px auto
  }
  .plocations-maps {
    border-radius: 18px;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 10
  }
  .plocations-amenities {
    border-radius: 18px;
    background-color: #f6f6f6;
    height: 100%;
    padding: 25px 25px;
    z-index: 1;
    padding: 25px 30px
  }
  .plocations-amenities hr {
    margin: 8px auto;
    border-color: rgba(24, 44, 113, .4)
  }
  .plocations-amenities-title {
    font-size: 20px;
    font-weight: 600;
    color: #4477b8;
    text-transform: capitalize;
    margin-bottom: 20px
  }
  .plocations-amenities-icons .imgcover {
   background: url("../Images/theme/property/icon/location-marker.svg")center no-repeat;
   background-size: contain;
   text-align: center;
   width: 40px;
   height: 40px;
   font-weight: 700;
   padding-top: 2px;
   color: #1d9f95;
   font-size: 19px;
   margin-right: 12px
  }
  .plocations-amenities-icons-text {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    padding-right: 38px !important;
    vertical-align: middle;
    line-height: 1.1;
    display: inline-block;
    color: black;
  }
  .plocations-amenities-icons-text .distance {
    float: right;
    margin-right: -38px;
    vertical-align: middle
  }
  @media (max-width: 991.98px) {
    .plocations-cover {
      margin-bottom: 0;
    }
  }
  @media (max-width: 991.98px) {
    .plocations-amenities {
      border-radius: 0;
      position: relative;
      z-index: 5;
      height: auto;
      margin: -70px -25px 0;
      padding: 80px 35px 25px
    }
  }
  .cvideo-cover {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url("../../images/theme/property/video-thumbnail.jpg") no-repeat;
    background: linear-gradient(90deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("../../images/theme/property/video-thumbnail.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    min-height: 380px;
    overflow: hidden;
    border-radius: 14px;
    text-align: center
  }
  .videoPopup .title {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: absolute;
    padding-left: 10px;
    padding-right: 10px;
    top: 30%
  }
  .videoPopup .title span {
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    display: block
  }
  .videoPopup .title img {
    display: block;
    text-align: center;
    margin: 0 auto
  }
  .blackOut {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
    top: 0;
    bottom: 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
  }
  .blackOut .popupAlignCenter {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .blackOut .popupAlignCenter .popUpWrapper {
    width: 100%;
    max-width: 851px;
    /* background-color: #fff; */
    z-index: 100;
  }
  .blackOut .popupAlignCenter .popUpWrapper button.videoClose {
    color: #999999;
    font-weight: 600;
    font-size: 22px;
    padding: 4px 10px;
    float: right;
    background: none;
    border: 0;
    cursor: pointer;
  }
.pfloorplns-propertyt-cover {
    /* padding-left: 8px; */
    /* padding-right: 8px; */
    margin: 23px auto;
}

@media (max-width: 991.98px) {
    .pfloorplns-propertyt-cover {
        margin-bottom:0
    }
}

.pfloorplns-propertyt-cover .nav-pills {
    margin: 10px auto
}

.pfloorplns-propertyt-cover .nav-link {
    background-color: transparent;
    border: 1px solid #4477b8;
    border-radius: 50px;
    max-width: 90%;
    margin: 5px auto 5px;
    font-weight: 600;
    color: #4477b8;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px
}

.pfloorplns-propertyt-cover .nav-link.active {
    background-color: #4477b8;
    color: #fff
}

.pfloorplns-propertyt-cover-detailscons {
    text-align: center;
    padding: 0 1px;
    font-weight: 600;
    font-size: 13.5px;
    margin-top: 30px
}

.pfloorplns-propertyt-cover-detailscons span {
    font-size: 35px;
    color: #4477b8;
    display: block;
    text-align: center;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .pfloorplns-propertyt-cover-detailscons {
        font-size:12px
    }

    .pfloorplns-propertyt-cover-detailscons span {
        font-size: 30px
    }
}

@media (min-width: 1530px) {
    .pfloorplns-propertyt-cover-detailscons {
        font-size:15px
    }

    .pfloorplns-propertyt-cover-detailscons span {
        font-size: 35px
    }
}

@media (max-width: 320px) {
    .pfloorplns-propertyt-cover-detailscons {
        font-size:11px
    }
}
.pfloorplns-propertyt button:focus {
    outline: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.pfloorplns-propertyt-enlarge {
    position: absolute;
    top: auto;
    bottom: 15px;
    right:-20px
}

.pfloorplns-propertyt-enlarge span {
    font-size: 26px
}


@media (min-width: 992px) {
   

    .pfloorplns-propertyt-enlarge span {
        font-size: 30px;
    }
}

.pfloorplns-propertyt-enlarge a {
    text-decoration: none;
}

.pfloorplns-propertyt:hover-enlarge a {
    text-decoration: none
}
.highlightabs {
    max-width: calc(700px * .9);
    margin: 20px auto 0;
    background: #fff;
    padding: 6px;
    border-radius: 70px
}
.highlightabs  h2{
  font-size: 20px
}

@media (min-width: 768px) {
    .highlightabs {
        padding:10px;
        margin: 40px auto 0
    }
  .highlightabs  h2{
  font-size: 20px
}

}

.highlightabs-nav {
    margin: 0;
    vertical-align: middle
}

.highlightabs-nav .nav-item .nav-link {
    border-radius: 70px;
    font-size: 13.6px;
    line-height: 17px;
    font-weight: 600;
    font-family: BwModelica;
    padding: 14px 10px;
    color: #1f1f1e
}


@media (min-width: 768px) {
    .highlightabs-nav .nav-item .nav-link {
        padding:20px 14px;
        font-size: 16.2px;
        line-height: 20.7px
    }
  .highlightabs  h2{
  font-size: 20px
}

}

@media (min-width: 1340px) {
    .highlightabs-nav .nav-item .nav-link {
        padding: 3px 59px;
        font-size: 17.1px;
        line-height: 21.6px
    }
  .highlightabs  h2{
  font-size: 22px;
  top: 5px;
  color: black;
  position: relative;
}
  .highlightabs  h2:hover{

  color: #e696bb;
}
}

.highlightabs-nav .nav-item .nav-link.active h2 {
    background: #e696bb;
    color: #fff
}

.highlightabs-nav .nav-item .nav-link:hover {
    color: #e696bb
}

.highlightabs-nav .nav-item .nav-link:hover.active h2 {
    color: #fff
}

.generalbtn-solid {
    border-radius: 30px;
    padding: 13px 30px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.4;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
/*    width: 20%;*/
}

.generalbtn-solid.outline {
    color: #fff;
    border: 1px solid #fff
}

.generalbtn-solid.outline:hover {
    color: #182c71;
    background-color: #fff;
    text-decoration: none
}

.generalbtn-solid.pink {
    color: #fff;
    background-color: #e696bb;
}

.generalbtn-solid span {
    float: left
}

.generalbtn-solid .icouems-arrow-right-wide {
    float: right;
    font-size: 11px;
    line-height: 2;
    vertical-align: middle
}

.generalbtn-solid.tiny {
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px
}

.generalbtn-solid.tiny .icouems-arrow-right-wide {
    font-size: 8px
}

@media (min-width: 640px) {
    .generalbtn-solid.tiny {
        font-size:16px
    }

    .generalbtn-solid.tiny .icouems-arrow-right-wide {
        font-size: 11px
    }
}

@media (max-width: 413.98px) {
    .generalbtn-solid.tiny {
        padding:10px 15px;
        font-size: 12px
    }

    .generalbtn-solid.tiny .icouems-arrow-right-wide {
        font-size: 8px
    }
}

@media (max-width: 320px) {
    .generalbtn-solid.tiny {
        padding:10px 10px;
        font-size: 11px
    }

    .generalbtn-solid.tiny .icouems-arrow-right-wide {
        font-size: 8px
    }
}

.generalbtn-solid.btn-align {
    text-align: left;
}

.generalbtn-solid.btn-align .icouems-arrow-right-wide {
    float: right
}

@media (min-width: 992px) {
    .generalbtn-solid.btn-align {
        display:inline-block;
        text-align: left
    }
}

.clearfix:before, .clearfix:after {content: " "; display: table;}
.clearfix:after {clear: both;}
.clearfix { zoom: 1;}

.large-icon-list {
    margin-top: 5em; border-bottom: 1px solid #eee;
    margin-left: 8.54701%; margin-right: 8.54701%;
}

.large-icon-list li {
    min-height: 170px; width: 48.71795%;
    float: left; margin-right: 2.5641%;
    display: inline;
}

/* one class-rule for each image - here sheets */
.large-icon-list li.icon-list-sheets .icon-list-image {
  background: url("../icon-sheets.png?14....9") 
  no-repeat top center;
}

.large-icon-list li .icon-list-image {
  height: 100px; width: 23.07692%;
  float: left; margin-right: 2.5641%;
  display: inline;
}

.large-icon-list li .icon-list-content {
  width: 74.35897%; float: right;
  margin-right: 0; margin-left: -30px;
  display: inline;
}
.cat-tab {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.tabs {
  position: relative;
  margin: 0px;
  /* padding: 39px; */
  list-style: none;
  z-index: 9;
  /* background: white; */
}

.tabs li {
  color: #222;
  display: inline-block;
  padding: 17px 15px;
  cursor: pointer;
}

.tabs li.current {
  background-color: #e44e4e;
  color: #fff;
}

.tabs li.tab-link:last-child {
  float: right;
}

.tab-content {
  display: none;
  background: #fff;
  /* padding: 15px; */
}

.tab-content.current {
  display: block;
}

.tabs .dropdown-tab {
  display: none;
}

.tabs .dropdown-tab.active {
  display: flex;
  flex-direction: column;
}

.tabs .dropdown {
  position: relative;
  background-color: black;
  border-radius: 20px;
  padding: 8px 20px;
}

.dropdown-tab {
  position: absolute;
  width: 270px;
  top: 100%;
  right: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding: 10px;
  z-index: 90999;
}

.drop-link {
  display: block;
  color: #222;
  padding: 10px 15px;
  cursor: pointer;
}

.drop-link:hover {
  background-color: #f2f2f2;
}

@media screen and (max-width: 500px) {
  ul.tabs>li.dropdown {
    display: block;
  }
}
.gambar1 {
    margin-bottom: 40px;
    margin-top: 4px;
}

@media only screen and (max-width: 800px) {
    .gambar1 {
        margin-bottom: 18px;
        margin-top: -184px;
    }
}

@media only screen and (max-width: 800px) {
    .gambar2 {
        margin-bottom: -140px;
        margin-top: -124px;
    }
}
.map-1 {
    display: block;
    margin-top: -75px;
}
.tab-navigation {position: absolute;display: contents;justify-content: center;padding: 33px;z-index: 999;width: 600px;}
.tablinks .active {}
.tab-content {display:contents
  ;}
#tab-1 { background:red; }
#tab-2 { background:blue; }
#tab-3 { background:gray; }
#tab-4 { background:yellow; color:black; }
#tab-5 { background:purple; }

.select1 {
    text-transform: capitalize;
    border-radius: 25px;
    font-size: 14px;
    width: auto;
    padding: 6px;
    z-index: 989;
    position: absolute;
    
  }
.readmore2 {
  display: inline-block;
  text-decoration: none;
  padding: 11px 41px;
  background-color: #019891;
  color: #ffF;
  cursor:pointer;
  font-family: 'Poppins';
  margin-top:20px;
  position:relative;
  font-weight: normal;
  text-transform: uppercase;
  border-radius: 30px;
}
.readmore2:hover {
  background-color: #f294be;
  opacity:1;
}
@media (max-width: 991.98px) {
    .our-projects-hero {
        margin-top:-70px!important
    }
}

.our-projects-overview {
    padding: 30px 0px 30px 0px;
}

@media (max-width: 991.98px) {
    .our-projects-overviewiconss {
        width:70px;
        padding: 0
    }
}
.gallery{
    opacity: 0;
    font-size: 88px;
    left: 114px;
    z-index: 999;
    position: absolute;
    right: 164px;
    top: -31px;
}
.secchiefvalues {
    padding: 50px 0;
    background: -webkit-gradient(linear,left top,right top,color-stop(5%,#182c71),to(#1d9f95)) no-repeat;
    background: linear-gradient(90deg,#26579e 5%,#1ca29b 100%) no-repeat;
}

.secchiefvalues .chiefvalues-slider .items {
    min-height: 255px;
    position: relative;
    padding: 34px 0;
    margin: 0 20px 20px;
    text-align: left
}

@media (min-width: 768px) {
    .secchiefvalues .chiefvalues-slider .items {
        margin: 0 10px 40px;
    }
}

@media (max-width: 500px) {
    .secchiefvalues .chiefvalues-slider .items {
        padding:30px 30px
    }
}

@media (max-width: 414px) {
    .secchiefvalues .chiefvalues-slider .items {
        padding:30px 15px
    }
}

@media (max-width: 413.98px) {
    .secchiefvalues .chiefvalues-slider .items {
        padding:30px 0
    }
}

.secchiefvalues .chiefvalues-slider .items h4 {
    color: #fff;
    font-family: BwModelicaCondensed;
    font-weight: 600;
    font-size: 33.75px;
    line-height: .9;
    margin-bottom: 8px
}

.secchiefvalues .chiefvalues-slider .items p {
    color: #fff;
    font-size: 13.5px;
    line-height: 21px
}

.secchiefvalues .chiefvalues-slider .items:before {
    font-family: unset;
    font-weight: 600;
    content: attr(data-char);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    text-align: left;
    color: rgba(255,255,255,.07);
    font-size: 255px;
    line-height: .75
}

@media (max-width: 500px) {
    .secchiefvalues .chiefvalues-slider .items:before {
        font-size:262.5px;
        line-height: .75;
        text-align: center
    }
}

@media (max-width: 413.98px) {
    .secchiefvalues .chiefvalues-slider .items:before {
        font-size:255px;
        line-height: .75;
        text-align: center
    }
}

@media (min-width: 1200px) {
    .secchiefvalues .chiefvalues-slider .items:before {
        font-size:315px;
        line-height: .75;
    }
}

.secchiefvalues .chiefvalues-slider .slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

.secchiefvalues .chiefvalues-slider .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 6px;
    padding: 0;
    width: auto;
    cursor: pointer
}

.secchiefvalues .chiefvalues-slider .slick-dots li button {
    border: 0;
    background: rgba(255,255,255,.8);
    display: block;
    height: 9px;
    width: 9px;
    border-radius: 25px;
    outline: 0;
    line-height: 0;
    font-size: 0px;
    color: transparent;
    padding: 4px;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.secchiefvalues .chiefvalues-slider .slick-dots li button:focus,.secchiefvalues .chiefvalues-slider .slick-dots li button:hover {
    outline: 0
}

.secchiefvalues .chiefvalues-slider .slick-dots li button:focus:before,.secchiefvalues .chiefvalues-slider .slick-dots li button:hover:before {
    display: none
}

.secchiefvalues .chiefvalues-slider .slick-dots li button:before {
    display: none
}

.secchiefvalues .chiefvalues-slider .slick-dots li.slick-active button {
    width: 45px
}

.secchiefvalues .chiefvalues-slider .slick-dots li.slick-active button {
    background: #e696bb;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.secchiefvalues .stndcta-solid {
    position: relative;
    bottom: 0;
    display: inline-block;
    background: #e696bb;
    color: #fff;
    margin-top: 1px;
    padding: .8rem 1.2rem .67rem;
    padding-right: 2.8rem;
    border-radius: 45px;
    background-image: url(/images/theme/vector/play-video-button.svg);
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: 91% center;
    text-decoration: none;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: -40px;
    font-size: 12.35px;
    line-height: 16.15px;
    outline: 0
}

.secchiefvalues .stndcta-solid:focus {
    outline: 0
}

@media (min-width: 768px) {
    .secchiefvalues .stndcta-solid {
        position:absolute;
        width: 100%;
        margin-top: 0;
        padding: .8rem 1rem;
        padding-right: 1.8rem;
        margin-bottom: -40px;
        font-size: 11.4375px;
        line-height: 14.25px;
        background-image: url(/images/theme/vector/play-video-button.svg);
        background-size: 11px 11px;
        background-repeat: no-repeat;
        background-position: 93% center
    }
}

@media (max-width: 320px) {
    .secchiefvalues .stndcta-solid {
        padding:.65rem 1rem .55rem;
        padding-right: 2.5rem;
        font-size: 11.4px;
        line-height: 15.2px
    }
}

.secchiefvalues .stndcta-solid:hover {
    text-decoration: none;
    background-color: #ce85a7
}

    .font-size-md-45 {
        font-size: 45px!important;
    }
    #about  {
  display: block;
  padding: 100px 0;
  /* padding-top: 200px; */
}
    #section1i  {
  display: block;
  padding: 0;
  /* padding-top: 200px; */
}

  iframe{
    width: 100%;
    height: calc(100/1.77);
}
imgw-300, .imgw-300 img {
    width: 378px;
}

.imgw-200, .imgw-200 img {
    width: 200px;
}

.imgw-300, .imgw-300 img {
    width: 300px;
}

@media only screen and (max-width: 767px) {
    .imgw-300, .imgw-300 img {
        width: 100%;
    }

    .imgw-200, .imgw-200 img {
        width: 100%;
    }

    .imgw-300, .imgw-300 img {
        width: 100%;
    }
}

.embed-left {
    float: left;
    margin: -1rem 2em 1rem 0px;
}

.embed-right {
    float: right;
    margin: 1rem;
}

.embedimg-icon {
    position: relative;
    height: 100%;
    display: inline-block;
    color: indianred !important;
    border-bottom: none !important;
}
/* Style tab links */
.tab1{
   /* float: left;
  background-color: #f1f1f1;
  width: 20%;
  height: 220px;*/
   /* text-align: center; */
   /* margin-bottom: 20px; */
   margin-left: 30px;
   max-width: calc(700px * .9);
   margin: 20px auto 0;
   background: #fff;
   padding: 6px;
   border-radius: 70px;
   display: flex;
   padding: 10px;
   margin: 40px auto 0;
   justify-content: center;
}
.tablink1 {
  background: linear-gradient(to right, #a887c6 0%, #06617d 0%, #05617d 50%, #9883bf 100%) no-repeat scroll right bottom / 210% 100% #04607d;
  color: white;
  float: left;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
}

.tablink1:hover {
  background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent1 {
  color: white;
  display: none;
  padding: 10px 20px;
  height: 100%;
}


/*add-on - faz*/

.fixed-tel {
  position: fixed;
  bottom: 100px;
  right: 45px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  z-index: 9999;
}

.fixed-tel:before {
  content: "";
  width: 45px;
  height: 45px;
  background-color: #dc3545;
  position: absolute;
  border-radius: 100%;
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .24);
  z-index: 1;
}

.fixed-tel i {
  vertical-align: middle;
  z-index: 2;
  position: relative;
  color: #030f27;
  font-size: 1.5rem;
  text-align: center;
  left:13px;
  top: -4px;
}

.page-header6 {
  background-image: url(../Images/banner/page-header6.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  height: 90vh;
  /* height: calc(var(--vh,1vh) * 100); */
}
.page-header6:before {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.page-content6 {}
.page-content6 h2 {
  color: #fff;
  font-size: 90px;
}

.fb-color:after{
  color: #1877F2;
}

.yb-color:after{
  color: #CD201F;
}

.green{
color: #00ff00;
margin-right: 10px;
}

.img-job img{
  width: 100%;
  padding-bottom: 50px;
  border-radius: 20px;
}

.job-title {
  font-size: 3em;
  line-height: 32px;
  padding-bottom: 30px;

}

/* CSS */
.button-36 {
  margin-bottom: 50px;
  background-color: #f194be;
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  flex-shrink: 0;
  font-family: "Inter UI","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 3rem;
  padding: 0 1.6rem;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
  transition: all .5s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-36:hover {
  box-shadow: rgba(42, 47, 111, 0.5) 0 1px 30px;
  background-color: #0da19a;
  transition-duration: .1s;
}

@media (min-width: 768px) {
  .button-36 {
    padding: 0 2.6rem;
  }
}

/* Pagination24 
=============== */
.pagination24-wrap {}
.pagination24-wrap li {
  display: inline-block;
  margin: 0 5px;
}
.pagination24-wrap.text-left li {
  margin: 0 10px 0 0;
}
.pagination24-wrap li a {
  border: 1px solid #e5e5e5;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #263a4f;
  font-weight: 600;
  border-radius: 2px;
}
.pagination24-wrap li a:hover {
  background-color: #bfca02;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
.pagination24-wrap li a.active {
  background-color: #bfca02;
  border: 1px solid #bfca02;
  color: #fff;
}

.pagination24 {
  text-align: center;
  margin: 30px 30px 60px;
  user-select: none;
}
.pagination24 li {
  display: inline-block;
  margin: 5px;
  box-shadow: 0 5px 25px rgb(1 1 1 / 10%);

}
.pagination24 li a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  line-height: 26px;
}
.previous-page24, .next-page24 {
  background: #0c8173;
  width: 80px;
  border-radius: 45px;
  cursor: pointer;
}
.previous-page24 a, .next-page24 a {
  transition: none
}
.current-page24, .dots24 {
  width: 43px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #cccccc;
}
.active24 {
  background: #0c8173;
}
.disable24 {
  background: #ccc;
}
.page-link24 {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 30px;
  color: #007bff;
}
.page-link24:hover {
  color: #000000;
  text-decoration: none;
  background-color: #e9ecef;
  border-radius: 50%;
}
.page-link24:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.page-link24:not(:disabled):not(.disabled24) {
  cursor: pointer;
}
.page-item24:first-child .page-link24 {
  border-radius: 45px;
}
.page-item24:last-child .page-link24 {
  border-radius: 45px;
  /* border-bottom-right-radius: .25rem; */
}
.page-item24.active24 .page-link24 {
  z-index: 1;
  color: #fff;
  background-color: #0c8173;
  border-radius: 50%;
}
.page-item24.disabled .page-link24 {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ccc;
}

.inrproperty-top-content .content-cover p{
    letter-spacing: 0;
}

.dropdown {
  position: relative;
  /* Needed for proper positioning of the list */
}

.dropdown-button {
  /* Style the button (font, border, etc.) */
}

.tab-list {
  position: absolute;
  /* Position the list relative to the button */
  top: 100%;
  /* Place the list below the button */
  left: 0;
  /* Align the list to the left of the button */
  background-color: #fff;
  /* Set background color */
  list-style: none;
  /* Remove default bullet points */
  padding: 0;
  /* Remove default padding */
  display: none;
  /* Hide the list initially */
}

.tab-list.show {
  display: block;
  /* Show the list when the button is clicked */
}

.tab-list a {
  /* Style the link items within the list */
  text-decoration: none;
  /* Remove underline from links */
  color: #000;
  /* Set text color */
  padding: 10px;
  /* Add padding to list items */
}

.tab-list a:hover {
  background-color: #ddd;
  /* Change background color on hover */
}

.krttx_desc,
.krttx_descv2{
  text-transform: capitalize;
  text-align: left;
}