@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700&display=swap");

@import url(css/bootstrap.min.css);
@import url(css/animate.css);
@import url(css/default-assets/foggy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/font-awesome.min.css);
@import url(css/style.css);
/* :: 01.0 Reboot Area CSS */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  z-index: auto;

  }
  
  

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #2a303b;
  line-height: 1.3;
  font-weight: 500; }

a,
a:active,
a:focus,
a:hover {
  color: #2a303b;
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  outline: none;
  font-weight: 500; }


p {
  line-height: 1.7;
  color: #636a76;
  font-size: 16px;
  font-weight: 400; }

img {
  max-width: 100%;
  height: auto; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0;
    padding: 0; }

.bg-overlay {
  position: relative;
  z-index: 1; }
  .bg-overlay::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgb(14 39 55 / 50%); 
	 }

.bg-img {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important; 
  }

.jarallax {
  position: relative;
  z-index: 0; }
  .jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: 20px;
  text-align: center;
  padding-right: 0;
  width: 100%;
  position: fixed;
  top: 20px;
  width: 30px;
  background: #2c76bb;
  height: 30px;
  line-height: 30px; }

button.mfp-close,
button.mfp-arrow {
  background: #2c76bb; }

.mfp-bottom-bar {
  display: none !important; }

.mfp-bg {
  background-color: #000000; }

.bg-transparent {
  background-color: transparent !important; }

.bg-gray {
  background-color: #e8f1f8 !important; }

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

.border {
  border-color: #ebebeb; }

.mfp-arrow-left::after {
  border-right-color: transparent; }

.mfp-arrow-left::before {
  border-right-color: #ffffff; }

.mfp-arrow-right::after {
  border-left-color: transparent; }

.mfp-arrow-right::before {
  border-left-color: #ffffff; }

/* :: 02.0 Spacing Area CSS */
.mt-15 {
  margin-top: 15px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-70 {
  margin-top: 70px; }

.mt-80 {
  margin-top: 80px; }

.hs-100 {
  margin-top: 100px; }

.mt-150 {
  margin-top: 150px; }

.mr-15 {
  margin-right: 15px; }

.mr-30 {
  margin-right: 30px; }

.mr-50 {
  margin-right: 50px; }

.mr-100 {
  margin-right: 100px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-100 {
  margin-bottom: 100px; }

.ml-15 {
  margin-left: 15px; }

.ml-30 {
  margin-left: 30px; }

.ml-50 {
  margin-left: 50px; }

.ml-100 {
  margin-left: 100px; }

.pt-50 {
  padding-top: 50px !important; }

.section-padding-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.section-padding-0-80 {
  padding-top: 0;
  padding-bottom: 80px; }

.section-padding-80-0 {
  padding-top: 80px;
  padding-bottom: 0; }

.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0; }

/* :: 3.0 load Area CSS */
#load {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: #2c76bb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden; }

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out; }

.loader {
  color: #ffffff;
  font-size: 6px;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0; }

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.loader:after {
  left: 3.5em; }

@-webkit-keyframes load7 {
  0%,
    80%,
    100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }
@keyframes load7 {
  0%,
    80%,
    100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }
/* :: 4.0 Heading Area CSS */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 50px; 
  text-align:center;
  }
  .section-heading h6 {
    text-transform: none;
    color: #2c76bb;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 20px; }
  .section-heading h2 {
    font-size: 42px;
    text-transform: none;
    margin-bottom: 8px;
    display: block;
    line-height: 1.2; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .section-heading h2 {
        font-size: 36px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-heading h2 {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .section-heading h2 {
        font-size: 24px; } }
  .section-heading.white h6,
  .section-heading.white h2 {
    color: #ffffff; }

/* :: 5.0 Backtotop Area CSS */
#scrollUp {
  position: fixed;
  right: 0px;
  font-size: 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  bottom: 40px;
  background-color: #2c76bb;
  color: #ffffff;
  text-align: center;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border-radius: 0%;
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  z-index: 15962536; }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      right: 20px;
      bottom: 70px; } }
  #scrollUp:focus, #scrollUp:hover {
    background-color: #214467;
    color: #ffffff; }

/* :: 6.0 Buttons Area CSS */
.btn:focus {
  box-shadow: none; }

.secure-btn {
  position: relative;
  z-index: 1;
  min-width: 150px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 0 40px;
  text-align: center;
  text-transform: none;
  background-color: #2c76bb;
  color: #ffffff;
  border: none;
  border-radius: 2px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  .secure-btn:focus, .secure-btn:hover {
    font-weight: 500;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    background-color: #ffffff;
    color: #2c76bb; }
  .secure-btn.btn-2 {
    min-width: 180px;
    height: 50px;
    line-height: 46px;
    border: 2px solid #2c76bb;
    background-color: transparent;
    color: #ffffff; }
    .secure-btn.btn-2:focus, .secure-btn.btn-2:hover {
      color: #ffffff;
      background-color: #2c76bb; }

.continue-btn {
  padding: 0;
  line-height: 1;
  color: #afb4bf;
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
  font-weight: 500; }
  .continue-btn:focus, .continue-btn:hover {
    text-decoration: none;
    color: #000000; }

/* :: 7.0 Header Area CSS */
.header {
  position: relative;
  z-index: 100;
  width: 100%;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #2c76bb; }
  .header .search-form {
    -webkit-transition-duration: 350ms;
    -o-transition-duration: 350ms;
    transition-duration: 350ms;
    transition-timing-function: ease-in;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 0;
    background-color: #2c76bb; }
    .header .search-form.search-form-active {
      height: 80px;
      z-index: 99999999; }
    .header .search-form form {
      position: relative;
      z-index: 1; }
      .header .search-form form input {
        background-color: transparent;
        width: 100%;
        height: 60px;
        border: none;
        font-size: 14px;
        color: #ffffff; }
      .header .search-form form button {
        position: absolute;
        width: 60px;
        height: 60px;
        top: 0;
        right: 0;
        z-index: 10;
        border: none;
        background-color: transparent;
        cursor: pointer;
        font-size: 18px;
        color: #ffffff;
        text-align: right; }
        .header .search-form form button:focus {
          outline: none; }

.top-header {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 60px;
  background-color: #091f36; }
  .top-header .first-header-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .top-header .first-header-con > a {
      color: #ffffff;
      font-size: 14px;
      font-weight: 400;
      line-height: 60px;
      display: inline-block;
      margin-right: 50px; }
      .top-header .first-header-con > a:last-child {
        margin-right: 0; }
      .top-header .first-header-con > a i {
        padding-right: 5px;
        color: #ffffff; 
		    font-size: 16px;
			}
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .top-header .first-header-con > a {
          margin-right: 30px; } }
      @media only screen and (max-width: 767px) {
        .top-header .first-header-con > a {
          margin-right: 15px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .top-header .first-header-con > a span {
          display: none; } }
      @media only screen and (max-width: 767px) {
        .small {
          display: none !important;
		  } 
		  }
      .top-header .first-header-con > a:hover, .top-header .first-header-con > a:focus {
        color: #afb4bf; }
    .top-header .first-header-con .top-social-area a {
      display: inline-block;
      margin-right: 30px;
      color: #ffffff;
      line-height: 60px;
      font-size: 20px; }
      .top-header .first-header-con .top-social-area a:last-child {
        margin-right: 0; }
      @media only screen and (max-width: 767px) {
        .top-header .first-header-con .top-social-area a {
          margin-right: 15px; } }
      .top-header .first-header-con .top-social-area a:hover, .top-header .first-header-con .top-social-area a:focus {
        color: #ffffff; }


.foggy-nav-container {
  background-color: transparent;
  padding: 5px; }
  .foggy-nav-container .foggy-navbar {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    height: 90px;
    padding: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .foggy-nav-container .foggy-navbar {
        height: 70px; } }
    @media only screen and (max-width: 767px) {
      .foggy-nav-container .foggy-navbar {
        height: 70px; } }
    @media only screen and (max-width: 767px) {
      .foggy-nav-container .foggy-navbar .nav-brand {
        max-width: 90px;
        margin-right: 15px; } }
    .foggy-nav-container .foggy-navbar .foggynav ul li a {
      font-size: 16px;
      text-transform: capitalize;
      color: #2a303b;
      font-weight: 500;
      padding: 0 20px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .foggy-nav-container .foggy-navbar .foggynav ul li a {
          font-size: 14px;
          padding: 0 10px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .foggy-nav-container .foggy-navbar .foggynav ul li a {
          font-size: 14px;
          color: #2a303b; }
          .foggy-nav-container .foggy-navbar .foggynav ul li a:hover, .foggy-nav-container .foggy-navbar .foggynav ul li a:focus {
            color: #2c76bb; } }
      @media only screen and (max-width: 767px) {
        .foggy-nav-container .foggy-navbar .foggynav ul li a {
          font-size: 14px;
          color: #99adb9; }
          .foggy-nav-container .foggy-navbar .foggynav ul li a:hover, .foggy-nav-container .foggy-navbar .foggynav ul li a:focus {
            color: #2c76bb; } }
      .foggy-nav-container .foggy-navbar .foggynav ul li a:focus, .foggy-nav-container .foggy-navbar .foggynav ul li a:hover {
        color: #2c77bc;
        font-weight: 500; 
		height:90px;
		background-color: #86939b14;
		padding-top:25px;
		}
    .foggy-nav-container .foggy-navbar .foggynav ul li.cn-dropdown-item ul li a, .foggy-nav-container .foggy-navbar .foggynav ul li.megamenu-item ul li a {
      font-size: 14px;
      text-transform: none;
      height: 42px;
      line-height: 42px;
      padding: 0 30px;
      color: #2a303b; }
      
      @media only screen and (max-width: 767px) {
    .foggy-nav-container .foggy-navbar .foggynav ul li.cn-dropdown-item ul li a, .foggy-nav-container .foggy-navbar .foggynav ul li.megamenu-item ul li a {
      font-size: 14px;
      text-transform: none;
      height: 42px;
      line-height: 42px;
      padding: 0 30px;
      color: #99adb9; } }
      
      .foggy-nav-container .foggy-navbar .foggynav ul li.cn-dropdown-item ul li a:focus, .foggy-nav-container .foggy-navbar .foggynav ul li.cn-dropdown-item ul li a:hover, .foggy-nav-container .foggy-navbar .foggynav ul li.megamenu-item ul li a:focus, .foggy-nav-container .foggy-navbar .foggynav ul li.megamenu-item ul li a:hover {
        color: #2c76bb; }

.foggynav ul li.active a {
  position: relative;
  z-index: 1; }
  .foggynav ul li.active a::before {
    width: 80%;
    height: 2px;
    background-color: #2c77bc;
    position: absolute;
    bottom: 0;
    left: 10%;
    z-index: 1;
    content: ''; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .foggynav ul li.active a::before {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .foggynav ul li.active a::before {
        display: none; } }

.foggynav ul li.has-down > a::after,
.foggynav ul li.has-down.active > a::after,
.foggynav ul li.megamenu-item > a::after {
  color: #2a303b; }

.breakpoint-off .foggynav ul li .dropdown,
.breakpoint-off .foggynav ul li .megamenu {
  width: 210px;
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  border-radius: 6px; }

.breakpoint-off .foggynav ul li .megamenu {
  width: 100%; }

.foggy-navbar-toggler .navbarToggler span {
  background-color: #2a303b; }

.main-header {
  position: relative;
  z-index: 1;
  background-color: #ffffff; }
  .main-header .book-now-btn a {
    padding: 0 30px;
    background-color: #2c76bb;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #ffffff;
    font-size: 16px; }
    .main-header .book-now-btn a i {
      padding-left: 5px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .main-header .book-now-btn a {
        height: 50px;
        line-height: 50px;
        border-radius: 30px; } }
    @media only screen and (max-width: 767px) {
      .main-header .book-now-btn a {
        height: 50px;
        line-height: 50px;
        border-radius: 30px; } }
    .main-header .book-now-btn a:hover, .main-header .book-now-btn a:focus {
      background-color: #2a303b;
      color: #ffffff; }
  .main-header .search-btn {
    cursor: pointer;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .main-header .search-btn {
        padding: 30px 0; } }
    @media only screen and (max-width: 767px) {
      .main-header .search-btn {
        padding: 30px 0; } }
    .main-header .search-btn:hover, .main-header .search-btn:focus {
      color: #2c76bb; }

/* :: 8.0 Hero Area CSS */
.slider-area {
  position: relative;
  z-index: 1; }

.slider-slides {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .slider-slides .owl-prev,
  .slider-slides .owl-next {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #2c76bb;
    text-indent: -50000em;
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -40px;
    z-index: 10;
    background-position: center center !important;
    background-size: cover !important;
    opacity: 0;
    visibility: hidden; }
    @media only screen and (max-width: 767px) {
      .slider-slides .owl-prev,
      .slider-slides .owl-next {
        width: 40px;
        left: 20px;
        height: 40px; } }
  .slider-slides .owl-next {
    left: auto;
    right: 30px; }
    @media only screen and (max-width: 767px) {
      .slider-slides .owl-next {
        right: 20px; } }
  .slider-slides:hover .owl-prev,
  .slider-slides:hover .owl-next, .slider-slides:focus .owl-prev,
  .slider-slides:focus .owl-next {
    opacity: 1;
    visibility: visible; }

.single-slide {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 770px;
  background-color: #2c76bb; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-slide {
      height: 600px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-slide {
      height: 600px; } }
  @media only screen and (max-width: 767px) {
    .single-slide {
      height: 700px; } }
  .single-slide .slider-text {
    position: relative;
    z-index: 1; }
    .single-slide .slider-text h2 {
      text-transform: none;
      letter-spacing: 2px;
      color: #ffffff;
      margin-bottom: 30px; 
	  font-size: 1rem
	  }
    .single-slide .slider-text h1 {
      font-size: 72px;
      display: block;
      margin-bottom: 30px;
      color: #ffffff; }




      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-slide .slider-text h1 {
          font-size: 48px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-slide .slider-text h1 {
          font-size: 42px; } }
      @media only screen and (max-width: 767px) {
        .single-slide .slider-text h1 {
          font-size: 30px; } }

/* :: 9.0 Footer Area CSS */
.footer-area {
  position: relative;
  z-index: 1;
  background-color: #091f36; }

.single-footer-widget {
  position: relative;
  z-index: 1; }
  .single-footer-widget .widget-title {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 25px;
    display: block;
    text-transform: none; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-footer-widget .widget-title {
        font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      .single-footer-widget .widget-title {
        font-size: 18px; } }
  .single-footer-widget .latest-blog-area {
    position: relative;
    z-index: 1;
    margin-bottom: 25px; }
    .single-footer-widget .latest-blog-area:last-child {
      margin-bottom: 0; }
    .single-footer-widget .latest-blog-area .post-title {
      font-size: 16px;
      display: block;
      margin-bottom: 5px;
      color: #ffffff;
      font-weight: 400; }
      .single-footer-widget .latest-blog-area .post-title:focus, .single-footer-widget .latest-blog-area .post-title:hover {
        color: #2c76bb; }
  .single-footer-widget .footer-nav {
    position: relative;
    z-index: 1; }
    .single-footer-widget .footer-nav li a  {
      display: block;
      margin-bottom: 10px;
      color: #afb4bf;
      font-size: 14px;
      font-weight: 400;
      text-transform: none; }
      .single-footer-widget .footer-nav li a :focus, .single-footer-widget .footer-nav li a :hover {
        color: #ffffff; }
    .single-footer-widget .footer-nav li:last-child a {
      margin-bottom: 0; }
  .single-footer-widget .nl-form {
    position: relative;
    z-index: 1;
    margin-top: 30px; }
    .single-footer-widget .nl-form input {
      width: 100%;
      height: 46px;
      background-color: #3e525f;
      border-radius: 30px;
      border: none;
      padding: 0 20px;
      color: #ffffff;
      font-size: 14px; }
      .single-footer-widget .nl-form input:focus {
        box-shadow: none; }
    .single-footer-widget .nl-form button {
      position: absolute;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: none;
      top: 3px;
      right: 3px;
      color: #ffffff;
      background-color: #2c76bb;
      cursor: pointer;
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms; }
      .single-footer-widget .nl-form button:focus, .single-footer-widget .nl-form button:hover {
        background-color: #2a303b; }
  .single-footer-widget .footer-logo {
    display: block;
    margin-bottom: 20px; }
  
  .single-footer-widget p {
    color: #2c76bb; 
	font-size: 1.5rem;
   
    line-height: 1.3;
    font-weight: 500;
	}
  .single-footer-widget span {
    color: #afb4bf;
    font-size: 14px;
    display: block;
    margin-bottom: 10px; }
    .single-footer-widget span:last-child {
      margin-bottom: 0; }

.copywrite-text {
  position: relative;
  z-index: 1;
text-align: center;
  }
  @media only screen and (max-width: 767px) {
    .copywrite-text {
      margin-bottom: 15px;
      text-align: center; } }
  .copywrite-text p {
    font-size: 14px;
    color: #afb4bf;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .copywrite-text p {
        font-size: 12px; } }
    .copywrite-text p a {
      color: #afb4bf;
      font-size: 14px; }
      @media only screen and (max-width: 767px) {
        .copywrite-text p a {
          font-size: 12px; } }
      .copywrite-text p a:focus, .copywrite-text p a:hover {
        color: #ffffff; }

.copywrite-content {
  position: relative;
  z-index: 1;
  padding: 10px 0;
  border-top: 2px solid #273d4b; }
  .copywrite-content .social-info {
    text-align: right; }
    @media only screen and (max-width: 767px) {
      .copywrite-content .social-info {
        text-align: center; } }
    .copywrite-content .social-info a {
      display: inline-block;
      color: #afb4bf;
      padding-left: 20px; }
      .copywrite-content .social-info a:focus, .copywrite-content .social-info a:hover {
        color: #ffffff; }

/* :: 10.0 Partner Area CSS */
.partner-logo-content {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px; }
  .partner-logo-content a {
    display: inline-block; }
    .partner-logo-content a img {
      max-height: 50px; }
      @media only screen and (max-width: 767px) {
        .partner-logo-content a img {
          max-height: 30px; } }

/* :: 11.0 Project Area CSS */
.single-project-slide {
  position: relative;
  z-index: 1;
  height: 800px;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2); }
  @media only screen and (max-width: 767px) {
    .single-project-slide {
      height: 650px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-project-slide {
      height: 700px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-project-slide {
      height: 650px; } }
  .single-project-slide .project-content {
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .single-project-slide .project-content .text h6 {
      color: #ffffff; }
    .single-project-slide .project-content .text h5 {
      color: #ffffff;
      margin-bottom: 0; }
  .single-project-slide .hover-effects {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #2c76bb;
    z-index: 100;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms; }
    .single-project-slide .hover-effects .text {
      padding: 30px; }
      .single-project-slide .hover-effects .text h6 {
        color: #ffffff; }
      .single-project-slide .hover-effects .text h5 {
        color: #ffffff;
        margin-bottom: 10px; }
      .single-project-slide .hover-effects .text p {
        margin-bottom: 0;
        color: #ffffff; }
    .single-project-slide .hover-effects .project-btn {
      font-size: 16px;
      padding: 0 30px;
      display: block;
      background-color: #0e2737;
      border-radius: 0;
      color: #ffffff;
      text-align: left;
      font-weight: 500;
      height: 100px;
      width: 100%;
      line-height: 100px; }
  .single-project-slide.active .hover-effects {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    visibility: visible; }

/* :: 12.0 CTA CSS */
.housesecure-contact-area {
  position: relative;
  z-index: 1; }
  .housesecure-contact-area .cta-content {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px; }
  .cta-textp {
    color: #ffffff;
    font-size: 36px;
    margin-bottom: 10px; }
  .housesecure-contact-area .cta-text p {
    margin-bottom: 0;
    color: #ffffff; }

/* :: 13.0 Testimonial Area CSS */
.housesecure-testimonials-area {
  position: relative;
  z-index: 1; }
  .housesecure-testimonials-area .testimonial-thumbnail {
    position: relative;
    z-index: 1;
    padding-right: 15px; }
    .housesecure-testimonials-area .testimonial-thumbnail img {
      border-radius: 8px;
      width: 100% !important; }
  .housesecure-testimonials-area .single-testimonial-slide h5 {
    color: #636a76;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .housesecure-testimonials-area .single-testimonial-slide h5 {
        font-size: 16px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .housesecure-testimonials-area .single-testimonial-slide h5 {
        font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      .housesecure-testimonials-area .single-testimonial-slide h5 {
        font-size: 16px; } }
  .housesecure-testimonials-area .single-testimonial-slide .rating-title {
    position: relative;
    z-index: 1;
    margin-top: 15px; }
    .housesecure-testimonials-area .single-testimonial-slide .rating-title .rating {
      display: block;
      margin-bottom: 10px; }
      .housesecure-testimonials-area .single-testimonial-slide .rating-title .rating i {
        color: #f5b917;
        font-size: 14px; }
    .housesecure-testimonials-area .single-testimonial-slide .rating-title h6 {
      margin-bottom: 0; }
      .housesecure-testimonials-area .single-testimonial-slide .rating-title h6 span {
        color: #2c76bb;
        font-size: 14px;
        font-weight: 400; }

.testimonial-slides .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px; }
  .testimonial-slides .owl-dots .owl-dot {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    max-width: 12px;
    width: 12px;
    height: 12px;
    background-color: #c0c8d7;
    border-radius: 50%;
    margin: 0 5px; }
    .testimonial-slides .owl-dots .owl-dot.active {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
      flex: 0 0 12px;
      max-width: 12px;
      width: 12px;
      background-color: #2c76bb;
      border-radius: 50%; }

.single-testimonial-area {
  position: relative;
  z-index: 1; }
  .single-testimonial-area .testimonial-content {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    padding: 40px;
    border-radius: 3px;
    box-shadow: 0 15px 9px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 40px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-testimonial-area .testimonial-content {
        padding: 30px; } }
    @media only screen and (max-width: 767px) {
      .single-testimonial-area .testimonial-content {
        padding: 30px; } }
    .single-testimonial-area .testimonial-content .ratings-icon {
      position: relative;
      z-index: 1;
      margin-bottom: 20px; }
      .single-testimonial-area .testimonial-content .ratings-icon .rating {
        color: #f3b409; }
    .single-testimonial-area .testimonial-content h5 {
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      margin-bottom: 0;
      color: #707070;
      line-height: 1.5;
      font-weight: 400; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-testimonial-area .testimonial-content h5 {
          font-size: 16px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-testimonial-area .testimonial-content h5 {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .single-testimonial-area .testimonial-content h5 {
          font-size: 16px; } }

/* :: 14.0 product Area CSS */
.single-product-slide {
  position: relative;
  z-index: 1;
  height: 700px;
  background-color: #091f36;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-product-slide {
      height: 600px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-product-slide {
      height: 600px; } }
  @media only screen and (max-width: 767px) {
    .single-product-slide {
      height: 700px; } }
  .single-product-slide .product-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .single-product-slide .product-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 200px !important; } }
  .single-product-slide .product-content {
    background-color: #091f36;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    padding-left: 80px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-product-slide .product-content {
        padding-left: 50px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-product-slide .product-content {
        padding-left: 30px; } }
    @media only screen and (max-width: 767px) {
      .single-product-slide .product-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding-left: 20px;
        margin-bottom: 50px; } }
    .single-product-slide .product-content h4 {
      color: #ffffff;
      font-size: 48px;
      display: block;
      margin-bottom: 15px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-product-slide .product-content h4 {
          font-size: 36px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-product-slide .product-content h4 {
          font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        .single-product-slide .product-content h4 {
          font-size: 32px; } }
    .single-product-slide .product-content P {
      color: #2c76bb;
      font-size: 36px;
      display: block;
      margin-bottom: 25px; }
      @media only screen and (max-width: 767px) {
        .single-product-slide .product-content P {
          font-size: 30px; } }
      .single-product-slide .product-content p span {
        color: #ffffff;
        font-size: 16px; }
    .single-product-slide .product-content .product-feature {
      position: relative;
      z-index: 1;
      margin-bottom: 30px; }
      @media only screen and (max-width: 767px) {
        .single-product-slide .product-content .product-feature {
          margin-bottom: 0; } }
      .single-product-slide .product-content .product-feature li {
        color: #ffffff;
        display: block;
        margin-bottom: 15px; }
        .single-product-slide .product-content .product-feature li span {
          min-width: 110px;
          display: inline-block; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .single-product-slide .product-content .product-feature li {
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .single-product-slide .product-content .product-feature li {
            font-size: 14px;
            margin-bottom: 5px; } }
        .single-product-slide .product-content .product-feature li:last-child {
          margin-bottom: 0; }

.product-slides {
  position: relative;
  z-index: 1; }
  .product-slides .owl-prev,
  .product-slides .owl-next {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 130px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    z-index: 100;
    background-image: none !important;
    background-color: #ffffff !important; }
    .product-slides .owl-prev:hover, .product-slides .owl-prev:focus,
    .product-slides .owl-next:hover,
    .product-slides .owl-next:focus {
      background-color: #2c76bb !important;
      color: #ffffff; }
  .product-slides .owl-prev {
    right: 50%; }
  .product-slides .owl-next {
    background-color: #2c76bb !important;
    left: 50%;
    color: #ffffff; }
    .product-slides .owl-next:hover, .product-slides .owl-next:focus {
      background-color: #2a303b !important;
      color: #ffffff; }

.single-product-area {
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .single-product-area {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .single-product-area .product-thumbnail {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .single-product-area .product-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-bottom: 30px; } }
    .single-product-area .product-thumbnail img {
      border-radius: 4px; }
  .single-product-area .product-content {
    position: relative;
    z-index: 1;
    padding-left: 35px; }
    @media only screen and (max-width: 767px) {
      .single-product-area .product-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding-left: 0; } }
    .single-product-area .product-content h2 {
      font-size: 30px;
      display: block;
      margin-bottom: 5px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-product-area .product-content h2 {
          font-size: 24px; } }
      @media only screen and (max-width: 767px) {
        .single-product-area .product-content h2 {
          font-size: 24px; } }
    .single-product-area .product-content h4 {
      color: #2c76bb;
      margin-bottom: 20px; }
      .single-product-area .product-content h4 span {
        color: #afb4bf;
        font-size: 14px; }
    .single-product-area .product-content .product-feature {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      position: relative;
      z-index: 1;
      margin-bottom: 20px; }
      .single-product-area .product-content .product-feature h6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
        font-weight: 400;
        color: #afb4bf;
        margin-bottom: 10px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single-product-area .product-content .product-feature h6 {
            font-size: 14px; } }
        .single-product-area .product-content .product-feature h6 span {
          color: #2a303b;
          display: block; }
    .single-product-area .product-content .view-detail-btn {
      padding: 0;
      font-size: 16px;
      color: #2c76bb;
      font-weight: 500; }
      .single-product-area .product-content .view-detail-btn:hover, .single-product-area .product-content .view-detail-btn:focus {
        color: #000000; }

.hotel-reservation--area {
  position: relative;
  z-index: 1; }
  .hotel-reservation--area label,
  .hotel-reservation--area .range-price {
    font-size: 18px;
    display: block;
    margin-bottom: 15px; }
  .hotel-reservation--area .form-control {
    width: 100%;
    height: 50px;
    text-align: left !important;
    font-size: 14px;
    padding: 0 20px;
    border-radius: 0 !important; }
    .hotel-reservation--area .form-control:focus {
      box-shadow: none;
      border-bottom-color: #2c76bb; }
  .hotel-reservation--area button {
    border-radius: 30px !important; }

.datepicker {
  padding: 15px;
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15); }
  .datepicker.dropdown-menu {
    font-size: 14px;
    color: #636a76;
    font-weight: 400; }

.hotel-reservation--area .nice-select {
  line-height: 48px; }
  .hotel-reservation--area .nice-select .list {
    width: 100%;
    background-color: #ffffff; }

.ui-slider .ui-slider-range {
  height: 5px !important; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0; }

.ui-widget-header {
  border: 1px solid #e8f1f8;
  background: #2c76bb; }

.ui-widget.ui-widget-content {
  border: 1px solid #e8f1f8;
  background-color: #e8f1f8;
  height: 5px !important; }

.ui-slider .ui-slider-handle {
  border-radius: 50%; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #2c76bb;
  background: #2c76bb; }

.ui-slider-horizontal .ui-slider-handle {
  top: -7px; }

.product-thumbnail-slides {
  position: relative;
  z-index: 1; }
  .product-thumbnail-slides .carousel-indicators {
    position: relative;
    margin-bottom: 0; }
    .product-thumbnail-slides .carousel-indicators li {
      width: 120px;
      height: 70px; }

.product-features-area {
  position: relative;
  z-index: 1; }
  .product-features-area h6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
    padding: 30px 15px;
    border-left: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
    color: #afb4bf;
    line-height: 1.5;
    margin-bottom: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .product-features-area h6 {
        font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      .product-features-area h6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
        font-size: 13px;
        padding: 20px 10px; } }
    .product-features-area h6 span {
      display: block;
      color: #2a303b; }
    .product-features-area h6:last-child {
      border-right: 1px solid #ebebeb; }

.single-product-details-area {
  position: relative;
  z-index: 1; }
  .single-product-details-area ul {
    position: relative;
    z-index: 1;
    margin-bottom: 15px; }
    .single-product-details-area ul li {
      color: #636a76;
      display: block;
      margin-bottom: 15px; }

.product-service {
  position: relative;
  z-index: 1; }
  .product-service ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .product-service ul li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
      width: 33.333333%;
      margin-top: 30px; }
      @media only screen and (max-width: 767px) {
        .product-service ul li {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
          width: 100%; } }
      .product-service ul li img {
        padding-right: 10px; }

.product-review-area {
  position: relative;
  z-index: 1; }
  .product-review-area h4 {
    margin-bottom: 30px; }
  .product-review-area .single-product-review-area {
    position: relative;
    z-index: 1;
    margin-bottom: 30px; }
    .product-review-area .single-product-review-area:last-child {
      margin-bottom: 0; }
    .product-review-area .single-product-review-area .reviwer-thumbnail {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
      flex: 0 0 70px;
      max-width: 70px;
      width: 70px;
      margin-right: 30px; }
      @media only screen and (max-width: 767px) {
        .product-review-area .single-product-review-area .reviwer-thumbnail {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 50px;
          flex: 0 0 50px;
          max-width: 50px;
          width: 50px;
          margin-right: 15px; } }
      .product-review-area .single-product-review-area .reviwer-thumbnail img {
        border-radius: 50%; }
    .product-review-area .single-product-review-area .reviwer-content {
      position: relative;
      z-index: 1;
      border-left: 1px solid #ebebeb;
      padding-left: 30px; }
      @media only screen and (max-width: 767px) {
        .product-review-area .single-product-review-area .reviwer-content {
          padding-left: 15px; } }
      .product-review-area .single-product-review-area .reviwer-content p {
        margin-bottom: 0; }
        @media only screen and (max-width: 767px) {
          .product-review-area .single-product-review-area .reviwer-content p {
            font-size: 14px; } }
      .product-review-area .single-product-review-area .reviwer-content .reviwer-title {
        position: relative;
        z-index: 1;
        margin-bottom: 10px; }
        .product-review-area .single-product-review-area .reviwer-content .reviwer-title span {
          font-size: 14px;
          display: block;
          margin-bottom: 10px;
          color: #afb4bf; }
          @media only screen and (max-width: 767px) {
            .product-review-area .single-product-review-area .reviwer-content .reviwer-title span {
              font-size: 12px; } }
        .product-review-area .single-product-review-area .reviwer-content .reviwer-title h6 {
          color: #2c76bb;
          margin-bottom: 0; }
          @media only screen and (max-width: 767px) {
            .product-review-area .single-product-review-area .reviwer-content .reviwer-title h6 {
              font-size: 14px; } }
      .product-review-area .single-product-review-area .reviwer-content .reviwer-rating i {
        color: #f5b917;
        font-size: 14px; }
        @media only screen and (max-width: 767px) {
          .product-review-area .single-product-review-area .reviwer-content .reviwer-rating i {
            font-size: 12px; } }

/* :: 15.0 About CSS */
.about-content {
  position: relative;
  z-index: 1; 
text-align: justify;
}

.info-content {
  position: relative;
  z-index: 1; }
  .info-content h5 {
    line-height: 1.8;
    color: #636a76;
    margin-bottom: 30px;
    font-weight: 400; }
  .info-content p {
    margin-bottom: 30px; }
    .info-content p span {
      color: #2c76bb; }

.about-thumbnail {
  position: relative;
  z-index: 1; }
  .about-thumbnail img {
    border-radius: 6px;
    width: 100%; }

.about-us-thumbnail {
  position: relative;
  z-index: 1; }
  .about-us-thumbnail .single-thumb {
    position: relative;
    z-index: 1;
    margin: 5px;
    display: block;
    overflow: hidden;
    border-radius: 6px; }
    .about-us-thumbnail .single-thumb img {
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      border-radius: 6px; }
    .about-us-thumbnail .single-thumb:first-child {
      margin-bottom: 10px; }
    .about-us-thumbnail .single-thumb:hover img, .about-us-thumbnail .single-thumb:focus img {
      -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
      transform: scale(1.15); }

.single-service-area {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  box-shadow: 0 2px 14px 5px rgba(20, 20, 20, 0.05);
  border-radius: 3px; }
  .single-service-area .service-title {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    width: 100%;
    background-color: rgba(42, 48, 59, 0.5);
    bottom: 0;
    left: 0;
    height: 80px;
    text-align: center; }
    .single-service-area .service-title h5 {
      margin-bottom: 0;
      font-size: 22px;
      color: #ffffff; }
  .single-service-area:hover .service-title, .single-service-area:focus .service-title {
    background-color: #2a303b; }

.secure-bussiness-area {
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .secure-bussiness-area .bussiness-content {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 70px; } }

.single-service--area {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  box-shadow: 0 2px 48px 0 rgb(0 0 0 / 6%);

  border-radius: 3px;
  padding: 30px;
  text-align: center; 
  height:130px;
  width: 250px;

  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-service--area {
      padding: 20px; } }
  @media only screen and (max-width: 767px) {
    .single-service--area {
      padding: 20px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
      flex: 0 0 45%;
      max-width: 45%;
      width: 45%;
      margin-bottom: 30px; } }
  .single-service--area img {
    margin-bottom: 20px;
    display: inline-block;
    max-height: 40px; }
    @media only screen and (max-width: 767px) {
      .single-service--area img {
        max-height: 30px; } }
  .single-service--area h5 {
    margin-bottom: 0;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-service--area h5 {
        font-size: 16px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-service--area h5 {
        font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      .single-service--area h5 {
        font-size: 14px; } }
  .single-service--area:hover h5, .single-service--area:focus h5 {
    color: #2c76bb; }

.hotel-search-form-area {
  position: relative;
  z-index: 1;
  padding-left: 10%;
  padding-right: 10%; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hotel-search-form-area {
      padding-left: 2%;
      padding-right: 2%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hotel-search-form-area {
      padding-left: 0%;
      padding-right: 0%; } }
  @media only screen and (max-width: 767px) {
    .hotel-search-form-area {
      padding-left: 0%;
      padding-right: 0%; } }
  .hotel-search-form-area .hotel-search-form {
    position: relative;
    z-index: 1;
    width: 100%;
    box-shadow: 0 2px 15px 1px rgba(0, 0, 0, 0.15);
    padding: 40px 40px 0 40px;
    border-radius: 5px;
    background-color: #ffffff; }
    @media only screen and (max-width: 767px) {
      .hotel-search-form-area .hotel-search-form {
        padding: 30px 30px 0 30px; } }
    .hotel-search-form-area .hotel-search-form label {
      font-size: 16px;
      font-weight: 500; }
      @media only screen and (max-width: 767px) {
        .hotel-search-form-area .hotel-search-form label {
          font-size: 13px; } }
    .hotel-search-form-area .hotel-search-form .form-control {
      width: 100%;
      margin-bottom: 40px;
      height: 50px;
      border: 1px solid #ebebeb;
      font-size: 13px; }
      @media only screen and (max-width: 767px) {
        .hotel-search-form-area .hotel-search-form .form-control {
          margin-bottom: 30px; } }
      .hotel-search-form-area .hotel-search-form .form-control:focus {
        box-shadow: none;
        border-color: #2c76bb; }

.housesecure-info-area {
  position: relative;
  z-index: 1; }
  .housesecure-info-area .hotel-search-form-area {
    position: absolute;
    width: 100%;
    z-index: 100;
    top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .housesecure-info-area .hotel-search-form-area .nice-select {
      line-height: 35px; }

.housesecure--video--area {
  position: relative;
  z-index: 1;
  padding-top: 150px;
  padding-bottom: 150px; }
  .housesecure--video--area .video-content-area {
    position: relative;
    z-index: 1; }
    .housesecure--video--area .video-content-area .video-play-btn {
      display: inline-block;
      width: 70px;
      height: 70px;
      background-color: #ffffff;
      color: #2c76bb;
      font-size: 18px;
      text-align: center;
      line-height: 70px;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -35px;
      margin-left: -35px;
      z-index: 100; }
      .housesecure--video--area .video-content-area .video-play-btn i {
        padding-left: 5px; }
      @media only screen and (max-width: 767px) {
        .housesecure--video--area .video-content-area .video-play-btn {
          width: 60px;
          height: 60px;
          font-size: 24px;
          line-height: 60px;
          margin-top: -30px;
          margin-left: -30px; } }
      .housesecure--video--area .video-content-area .video-play-btn:hover, .housesecure--video--area .video-content-area .video-play-btn:focus {
        background-color: #2c76bb;
        color: #ffffff; }

/* :: 16.0 Contact Area CSS */
.housesecure-contact-form {
  position: relative;
  z-index: 1; }
  .housesecure-contact-form h2 {
    margin-bottom: 30px;
    font-size: 22px;
    display: block; }
    @media only screen and (max-width: 767px) {
      .housesecure-contact-form h2 {
        font-size: 24px; } }
  .housesecure-contact-form .form-control {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border-radius: 2px;
    color: #afb4bf;
    font-size: 14px;
    border: 0px solid #ebebeb; 
	 border-bottom: 1px solid #ebebeb;
	}
    .housesecure-contact-form .form-control:focus {
     
	   background: #fff;
  box-shadow: 0 0 30px 3px rgba(0, 0, 0, .2);
	  }
  .housesecure-contact-form textarea.form-control {
    height: 130px;
    padding: 20px; }

.google-maps-contact-info {
  position: relative;
  z-index: 1;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: -100px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .google-maps-contact-info {
      padding-left: 2%;
      padding-right: 2%; } }

.google-maps-contact-content {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  padding: 35px; }
  @media only screen and (max-width: 767px) {
    .google-maps-contact-content {
      padding: 20px; } }
  .google-maps-contact-content .single-contact-info {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 40px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .google-maps-contact-content .single-contact-info h4 {
        font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      .google-maps-contact-content .single-contact-info h4 {
        font-size: 14px; } }
    .google-maps-contact-content .single-contact-info i {
      display: inline-block;
      font-size: 30px;
      margin-bottom: 15px;
      color: #2c76bb; }
      @media only screen and (max-width: 767px) {
        .google-maps-contact-content .single-contact-info i {
          font-size: 24px; } }
    .google-maps-contact-content .single-contact-info p {
      margin-bottom: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .google-maps-contact-content .single-contact-info p {
          font-size: 12px; } }
      @media only screen and (max-width: 767px) {
        .google-maps-contact-content .single-contact-info p {
          font-size: 12px; } }
  .google-maps-contact-content .google-maps {
    position: relative;
    z-index: 1; }
    .google-maps-contact-content .google-maps iframe {
      width: 100%;
      height: 500px;
      border: none; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .google-maps-contact-content .google-maps iframe {
          height: 400px; } }
      @media only screen and (max-width: 767px) {
        .google-maps-contact-content .google-maps iframe {
          height: 300px; } }

/* :: 17.0 Widget Area CSS */
.single-widget-area {
  position: relative;
  z-index: 1; }
  .single-widget-area .widget-title {
    font-size: 22px;
    display: block;
    border-bottom: 1px solid #ebebeb;
    font-weight: 500;
    padding-bottom: 10px; }

.newsletter-form {
  padding: 40px 30px;
  background-color: #e8f1f8;
  border-radius: 4px; }
  .newsletter-form h5 {
    font-size: 22px; }
  .newsletter-form input {
    height: 46px;
    border: 1px solid #ebebeb;
    background-color: #ffffff;
    color: #636a76;
    font-size: 13px;
    margin-bottom: 20px; }
    .newsletter-form input:focus {
      box-shadow: none;
      border-color: #2c76bb; }

.popular-tags {
  position: relative;
  z-index: 1;
  margin-left: -3px; }
  .popular-tags li {
    display: inline-block;
    float: left;
    margin: 3px; }
    .popular-tags li a {
      font-size: 16px;
      display: inline-block;
      padding: 0;
      font-weight: 400;
      text-transform: none;
      color: #afb4bf; }
      .popular-tags li a:hover, .popular-tags li a:focus {
        color: #2c76bb; }

.instagram-feeds {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -7.5px;
  margin-left: -7.5px; }
  .instagram-feeds li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333%;
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
    width: 33.3333333%; }
    .instagram-feeds li a {
      display: block;
      padding: 7.5px; }
      .instagram-feeds li a img {
        width: 100%; }

.single-recent-post {
  position: relative;
  z-index: 1;
  margin-bottom: 30px; }
  .single-recent-post:last-child {
    margin-bottom: 0; }
  .single-recent-post .post-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    max-width: 110px;
    width: 110px;
    margin-right: 20px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-recent-post .post-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        max-width: 80px;
        width: 80px; } }
    .single-recent-post .post-thumb img {
      border-radius: 3px; }
  .single-recent-post .post-content .post-title {
    font-size: 16px;
    display: block;
    margin-bottom: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-recent-post .post-content .post-title {
        font-size: 13px; } }
    .single-recent-post .post-content .post-title:hover, .single-recent-post .post-content .post-title:focus {
      color: #2c76bb; }
  .single-recent-post .post-content .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 5px; }
    .single-recent-post .post-content .post-meta a {
      position: relative;
      z-index: 1;
      font-size: 12px;
      color: #2c76bb;
      display: inline-block;
      margin-right: 30px;
      letter-spacing: 1px;
      text-transform: none; }
      .single-recent-post .post-content .post-meta a:last-child {
        margin-right: 0; }
        .single-recent-post .post-content .post-meta a:last-child::before {
          content: '';
          position: absolute;
          top: 0;
          left: -20px;
          z-index: 1; }
      .single-recent-post .post-content .post-meta a:hover, .single-recent-post .post-content .post-meta a:focus {
        color: #000000; }

/* :: 18.0 Breadcrumb Area CSS */
.breadcrumb-area {
  position: relative;
  z-index: 1;
  height: 350px; }
  @media only screen and (max-width: 767px) {
    .breadcrumb-area {
      height: 200px; } }
  .breadcrumb-area .page-title {
    color: #ffffff;
    font-size: 48px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .breadcrumb-area .page-title {
        font-size: 36px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .breadcrumb-area .page-title {
        font-size: 36px; } }
    @media only screen and (max-width: 767px) {
      .breadcrumb-area .page-title {
        font-size: 24px; } }
  .breadcrumb-area.contact-breadcrumb {
    height: 400px; }
    @media only screen and (max-width: 767px) {
      .breadcrumb-area.contact-breadcrumb {
        height: 300px; } }
  .breadcrumb-area .product-title {
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .breadcrumb-area .product-title {
        font-size: 42px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .breadcrumb-area .product-title {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .breadcrumb-area .product-title {
        font-size: 24px; } }
  .breadcrumb-area .product-price {
    font-size: 36px;
    color: #2c76bb;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .breadcrumb-area .product-price {
        font-size: 14px; } }
    .breadcrumb-area .product-price span {
      font-size: 18px;
      color: #ffffff; }
      @media only screen and (max-width: 767px) {
        .breadcrumb-area .product-price span {
          font-size: 12px; } }

.breadcrumb-content {
  position: relative;
  z-index: 1; }
  .breadcrumb-content .breadcrumb {
    padding: 0;
    background-color: transparent;
    margin-bottom: 0; }
    .breadcrumb-content .breadcrumb .breadcrumb-item {
      color: #ffffff; 
	  font-weight: 400;
    font-size: 16px;
	  }
      .breadcrumb-content .breadcrumb .breadcrumb-item a {
        color: #ffffff; }
        .breadcrumb-content .breadcrumb .breadcrumb-item a:hover, .breadcrumb-content .breadcrumb .breadcrumb-item a:focus {
          color: #2c76bb; }
    .breadcrumb-content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      content: '\f105';
      font-family: "FontAwesome";
      color: #ffffff; }

/* :: 19.0 Blog CSS */
.single-post-area {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  .single-post-area .post-thumbnail {
    display: block;
    margin-bottom: 30px; }
  .single-post-area .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 8px; }
    .single-post-area .post-meta a {
      position: relative;
      z-index: 1;
      font-size: 14px;
      color: #afb4bf;
      display: inline-block;
      margin-right: 30px;
      text-transform: uppercase;
      letter-spacing: 1px; }
      .single-post-area .post-meta a:last-child {
        margin-right: 0;
        color: #2c76bb; }
      .single-post-area .post-meta a:hover, .single-post-area .post-meta a:focus {
        color: #2c76bb; }
  .single-post-area .post-title {
    font-size: 20px;
    line-height: 1.2;
    display: block;
    margin-bottom: 15px; }
    .single-post-area .post-title:hover, .single-post-area .post-title:focus {
      color: #2c76bb; }
  .single-post-area p {
    margin-bottom: 15px; }
  .single-post-area:hover, .single-post-area:focus {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
    .single-post-area:hover .post-title, .single-post-area:focus .post-title {
      color: #2c76bb; }

.single-blog-post {
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .single-blog-post {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .single-blog-post .post-thumbnail {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    width: 40%; }
    @media only screen and (max-width: 767px) {
      .single-blog-post .post-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-bottom: 50px; } }
    .single-blog-post .post-thumbnail a {
      display: block; }
    .single-blog-post .post-thumbnail img {
      border-radius: 4px; }
  .single-blog-post .post-content {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    width: 60%;
    padding-left: 30px; }
    @media only screen and (max-width: 767px) {
      .single-blog-post .post-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding-left: 0; } }
    .single-blog-post .post-content .post-title {
      font-size: 20px;
      line-height: 1.5;
      display: block;
      margin-bottom: 15px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-blog-post .post-content .post-title {
          font-size: 16px; } }
      .single-blog-post .post-content .post-title:hover, .single-blog-post .post-content .post-title:focus {
        color: #2c76bb; }
    .single-blog-post .post-content .post-meta {
      position: relative;
      z-index: 1;
      margin-bottom: 10px; }
      .single-blog-post .post-content .post-meta a {
        position: relative;
        z-index: 1;
        font-size: 14px;
        color: #2c76bb;
        display: inline-block;
        margin-right: 30px;
        letter-spacing: 1px;
        text-transform: uppercase; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single-blog-post .post-content .post-meta a {
            font-size: 12px; } }
        .single-blog-post .post-content .post-meta a:last-child {
          margin-right: 0; }
          .single-blog-post .post-content .post-meta a:last-child::before {
            content: '/';
            position: absolute;
            top: 0;
            left: -20px;
            z-index: 1; }
        .single-blog-post .post-content .post-meta a:hover, .single-blog-post .post-content .post-meta a:focus {
          color: #000000; }
    .single-blog-post .post-content p {
      margin-bottom: 20px;
      line-height: 1.6; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-blog-post .post-content p {
          font-size: 14px; } }

.breadcrumb-post-content {
  position: relative;
  z-index: 1; }
  .breadcrumb-post-content .post-title {
    font-size: 48px;
    line-height: 1.5;
    display: block;
   text-align: center;
	margin-bottom: 50px;
    color: #707070;
	}
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .breadcrumb-post-content .post-title {
        font-size: 36px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .breadcrumb-post-content .post-title {
        font-size: 36px; } }
    @media only screen and (max-width: 767px) {
      .breadcrumb-post-content .post-title {
        font-size: 24px; } }
  .breadcrumb-post-content .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 10px; }
    .breadcrumb-post-content .post-meta a {
      position: relative;
      z-index: 1;
      font-size: 16px;
      color: #ffffff;
      display: inline-block;
      margin-right: 30px;
      letter-spacing: 1px;
      text-transform: uppercase; }
      .breadcrumb-post-content .post-meta a:last-child {
        margin-right: 0; }
        .breadcrumb-post-content .post-meta a:last-child::before {
          content: '/';
          position: absolute;
          top: 0;
          left: -20px;
          z-index: 1; }
      .breadcrumb-post-content .post-meta a:hover, .breadcrumb-post-content .post-meta a:focus {
        color: #2c76bb; }

.blog-details-text {
  position: relative;
  z-index: 1; }
  .blog-details-text p {
    font-size: 16px;
    margin-bottom: 30px; }
  .blog-details-text ul {
    position: relative;
    z-index: 1;
    padding-left: 15px; }
    .blog-details-text ul li {
      font-size: 20px;
      color: #636a76;
      margin-bottom: 30px; }
      .blog-details-text ul li span {
        color: #2a303b; }
      .blog-details-text ul li i {
        font-size: 14px;
        margin-right: 10px; }
      @media only screen and (max-width: 767px) {
        .blog-details-text ul li {
          font-size: 16px; } }

.housesecure-blockquote {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-top: 30px; }
  .housesecure-blockquote .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    width: 70px; }
    .housesecure-blockquote .icon img {
      padding-top: 10px; }
  .housesecure-blockquote .text p {
    margin-bottom: 10px;
    color: #707070;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5; 
	    font-size: 1.25rem;
		    margin-top: 0;
	}

.post-author-area {
  position: relative;
  z-index: 1;
  border-top: 1px solid #ebebeb;
  padding-top: 10px; }
  .post-author-area .popular-tags li a {
    color: #2a303b; }
  .post-author-area .author-social-info p {
    margin-bottom: 0;
    margin-right: 20px;
    color: #2a303b; }
    @media only screen and (max-width: 767px) {
      .post-author-area .author-social-info p {
        margin-right: 10px; } }
  .post-author-area .author-social-info a {
    display: inline-block;
    color: #2a303b;
    margin-right: 20px; }
    @media only screen and (max-width: 767px) {
      .post-author-area .author-social-info a {
        margin-right: 10px; } }
    .post-author-area .author-social-info a:hover, .post-author-area .author-social-info a:focus {
      color: #2c76bb; }

.pagination {
  position: relative;
  z-index: 1; }
  .pagination .page-item:last-child .page-link {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .pagination .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .pagination .page-link {
    padding: 12px 15px;
    color: #2a303b;
    border: none;
    background-color: #e8f1f8;
    margin-right: 5px;
    border-radius: 3px; }
    .pagination .page-link:hover, .pagination .page-link:focus {
      background-color: #2c76bb;
      color: #ffffff;
      border-color: #2c76bb; }
    .pagination .page-link:focus {
      box-shadow: none; }

.related-news-area {
  position: relative;
  z-index: 1;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb; }
  .related-news-area h2 {
    margin-bottom: 30px;
    display: block;
    font-size: 30px; }

.single-related-news {
  position: relative;
  z-index: 1; }
  .single-related-news .post-date {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #2c76bb;
    display: block;
    margin-bottom: 5px; }
  .single-related-news .post-title {
    font-size: 24px !important;
    line-height: 1.5;
    display: block;
    font-weight: 400;
    margin-bottom: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-related-news .post-title {
        font-size: 20px !important; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-related-news .post-title {
        font-size: 20px !important; } }
    @media only screen and (max-width: 767px) {
      .single-related-news .post-title {
        font-size: 20px !important; } }
    .single-related-news .post-title:hover, .single-related-news .post-title:focus {
      color: #2c76bb; }

.comment_area {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
  border-bottom: 1px solid #ebebeb; }
  .comment_area h2 {
    margin-bottom: 30px;
    font-size: 22px;
    display: block; }
    @media only screen and (max-width: 767px) {
      .comment_area h2 {
        font-size: 24px; } }
  .comment_area .comment-content {
    position: relative;
    z-index: 1;
    margin-bottom: 30px; }
    .comment_area .comment-content .comment-author {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
      flex: 0 0 70px;
      width: 70px;
      max-width: 70px;
      margin-right: 20px;
      border-radius: 50%; }
      @media only screen and (max-width: 767px) {
        .comment_area .comment-content .comment-author {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 50px;
          flex: 0 0 50px;
          width: 50px;
          max-width: 50px;
          margin-right: 10px; } }
      .comment_area .comment-content .comment-author img {
        border-radius: 50%; }
    .comment_area .comment-content .comment-meta .post-date {
      color: #2c76bb;
      font-size: 12px;
      text-transform: uppercase;
      display: block;
      margin-bottom: 5px;
      font-weight: 600; }
    .comment_area .comment-content .comment-meta h5 {
      margin-bottom: 5px; }
      @media only screen and (max-width: 767px) {
        .comment_area .comment-content .comment-meta h5 {
          font-size: 16px; } }
    .comment_area .comment-content .comment-meta p {
      color: #636a76;
      font-size: 16px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .comment_area .comment-content .comment-meta p {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .comment_area .comment-content .comment-meta p {
          font-size: 14px; } }
    .comment_area .comment-content .comment-meta a.like,
    .comment_area .comment-content .comment-meta a.reply {
      display: inline-block;
      padding: 5px 25px 3px;
      font-size: 12px;
      font-weight: 600;
      border: 1px solid #ebebeb;
      text-transform: uppercase;
      border-radius: 30px; }
      .comment_area .comment-content .comment-meta a.like:focus, .comment_area .comment-content .comment-meta a.like:hover,
      .comment_area .comment-content .comment-meta a.reply:focus,
      .comment_area .comment-content .comment-meta a.reply:hover {
        border-color: #2c76bb;
        background-color: #2c76bb;
        color: #ffffff; }
  .comment_area .children {
    margin-left: 50px; }
    @media only screen and (max-width: 767px) {
      .comment_area .children {
        margin-left: 20px; } }
    .comment_area .children .single_comment_area:last-of-type {
      margin-bottom: 0; }
	  
	  
	  
	  section.pricing {
  background: #ffffff;
  background: linear-gradient(to right,#ffffff, #ffffff);
}

.pricing .card {
  border: none;
  
  transition: all 0.2s;
  box-shadow: 0 0.5rem 3rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
 font-size: 1.25rem;
  letter-spacing: .1rem;
  font-weight: bold;
   color: #ffffff;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
  color: #ffffff;

}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 80%;
  letter-spacing: .1rem;
  
  padding: 1rem;
  opacity: 0.8;
  transition: all 0.2s;
  left: 70px;
  position: absolute;
  width: 60%;
}



/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
	
	border-bottom: 2px solid #2c76bb;
    border-top: 2px solid #2c76bb;
    
   
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}


#loading {
    bottom: 0;
    height: 175px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 175px
}

#loading {
    bottom: 0;
    height: 175px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 175px
}

#loading .dot {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 90px
}

#loading .dot::before {
    border-radius: 100%;
    content: "";
    height: 90px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    width: 87.5px
}

#loading .dot:nth-child(7n+1) {
    transform: rotate(45deg)
}

#loading .dot:nth-child(7n+1)::before {
    animation: 2s linear 0.3s normal none infinite running load;
    background: #ffffff none repeat scroll 0 0
}

#loading .dot:nth-child(7n+2) {
    transform: rotate(90deg)
}

#loading .dot:nth-child(7n+2)::before {
    animation: 2s linear 0.3s normal none infinite running load;
    background: #ffffff none repeat scroll 0 0
}

#loading .dot:nth-child(7n+3) {
    transform: rotate(135deg)
}

#loading .dot:nth-child(7n+3)::before {
    animation: 2s linear 0.4s normal none infinite running load;
    background: #ffffff none repeat scroll 0 0
}

#loading .dot:nth-child(7n+4) {
    transform: rotate(180deg)
}

#loading .dot:nth-child(7n+4)::before {
    animation: 2s linear 0.5s normal none infinite running load;
    background: #ffffff none repeat scroll 0 0
}

#loading .dot:nth-child(7n+5) {
    transform: rotate(225deg)
}

#loading .dot:nth-child(7n+5)::before {
    animation: 2s linear 0.6s normal none infinite running load;
    background: #ffffff none repeat scroll 0 0
}

#loading .dot:nth-child(7n+6) {
    transform: rotate(270deg)
}

#loading .dot:nth-child(7n+6)::before {
    animation: 2s linear 0.7s normal none infinite running load;
    background: #ffffff none repeat scroll 0 0
}

#loading .dot:nth-child(7n+7) {
    transform: rotate(315deg)
}

#loading .dot:nth-child(7n+7)::before {
    animation: 2s linear 0.8s normal none infinite running load;
    background: #ffffff none repeat scroll 0 0
}

#loading .dot:nth-child(7n+8) {
    transform: rotate(360deg)
}

#loading .dot:nth-child(7n+8)::before {
    animation: 2s linear 0.9s normal none infinite running load;
    background: #ffffff none repeat scroll 0 0
}

#loading .lading {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    bottom: -40px;
    height: 20px;
    left: 0;
    position: absolute;
    right: 0;
    width: 180px
}

@keyframes load {
    100% {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes load {
    100% {
        opacity: 0;
        transform: scale(1)
    }
}


.down-social-area > a{
	color: white;
    padding-right: 10px;
    font-size: 25px;
}
.main-footer-area{
	padding-left: 40px;
    padding-right: 40px;
    
}

.signeture{
	color:#2c76bb;
	letter-spacing: 2px;
	font-style: italic; 
	    font-size: 1rem;

}

.vesti{
	text-transform: none !important;
    color: #2c76bb !important;
    letter-spacing: 2px !important;
    display: block !important;
    margin-bottom: 20px !important;
}

.about{
	margin-top: 100px;
	
}

.priceCont{
	padding-bottom:30px;
}

.price-h{
	font-size: 2rem;
}

.price-top-box{
	background-color: #2c76bb;
	padding-top: 20px;
}

.price-down-box{
	
	padding: 1.25rem;
}

.section-heading-contant{
	text-transform: none;
	color: #65686d;
}
.section-heading-contant1{
	padding-top: 10px;
}

.authorpost{
	color:#2c76bb;
}




 .accordion .accordion-item {
	 border-bottom: 1px solid #2c76bb8f;
}
 .accordion .accordion-item button[aria-expanded='true'] {
	 border-bottom: 1px solid #2c76bb8f;
}
 .accordion button {
	 position: relative;
	 display: block;
	 text-align: left;
	 width: 100%;
	 padding: 1em 0;
	 color: #2c76bb;
	 font-size: 1.15rem;
	 font-weight: 400;
	 border: none;
	 background: none;
	 outline: none;
}
 .accordion button:hover, .accordion button:focus {
	 cursor: pointer;
	 color: #2c76bb8f;
}
 .accordion button:hover::after, .accordion button:focus::after {
	 cursor: pointer;
	 color: #2c76bb8f;
	 border: 1px solid #2c76bb8f;
}
 .accordion button .accordion-title {
	 padding: 1em 1.5em 1em 0;
}
 .accordion button .icon {
	 display: inline-block;
	 position: absolute;
	 top: 18px;
	 right: 0;
	 width: 22px;
	 height: 22px;
	 border: 1px solid;
	 border-radius: 22px;
}
 .accordion button .icon::before {
	 display: block;
	 position: absolute;
	 content: '';
	 top: 9px;
	 left: 5px;
	 width: 10px;
	 height: 2px;
	 background: currentColor;
}
 .accordion button .icon::after {
	 display: block;
	 position: absolute;
	 content: '';
	 top: 5px;
	 left: 9px;
	 width: 2px;
	 height: 10px;
	 background: currentColor;
}
 .accordion button[aria-expanded='true'] {
	 color: #2c76bb8f;
}
 .accordion button[aria-expanded='true'] .icon::after {
	 width: 0;
}
 .accordion button[aria-expanded='true'] + .accordion-content {
	 opacity: 1;
	 max-height: 50em;
	 transition: all 200ms linear;
	 will-change: opacity, max-height;
}
 .accordion .accordion-content {
	 opacity: 0;
	 max-height: 0;
	 overflow: hidden;
	 transition: opacity 200ms linear, max-height 200ms linear;
	 will-change: opacity, max-height;
}
 .accordion .accordion-content p {
	 font-size: 1rem;
	 font-weight: 300;
	 margin: 2em 0;
}

.containeracord > h4{
	color: #2a303bcc;
	font-size: 2rem;
}

.logopic{

  width: 150px; 
}




@keyframes scroll {
     0% {
         transform: translateX(0);
    }
     100% {
         transform: translateX(calc(-250px * 7));
    }
}
 .slider {

     height: 100px;
     margin: auto;
     overflow: hidden;
     position: relative;
     width: 100%;
}
 .slider::before, .slider::after {
background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
     content: "";
     height: 100px;
     position: absolute;
     width: 200px;
     z-index: 2;
}
 .slider::after {
     right: 0;
     top: 0;
     transform: rotateZ(180deg);
}
 .slider::before {
     left: 0;
     top: 0;
}
 .slider .slide-track {
     animation: scroll 40s linear infinite;
     display: flex;
     width: calc(250px * 14);
}
 .slider .slide {
     height: 100px;
     width: 250px;
}


.pro{
  padding-left: 30px;
  padding-right: 30px;
}





.prod {
    padding: 0px 0;
    min-height: 100vh;
}

.bg-gray {
    background-color: #f9f9f9;
}

.site-heading p {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 2rem;
}

.site-heading p span {
  color: #2c76bb;
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: none;
  z-index: 1;
}

.site-heading h4::before {
  background: #2c76bb none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
  background: #2c76bb none repeat scroll 0 0;
  border-color: #2c76bb;
}

.we-offer-area .item {
  background: #ffffff none repeat scroll 0 0;
  border-left: 2px solid #2c76bb;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
  height: 350px;
}

.we-offer-area.text-center .item {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  padding: 67px 40px 64px;
      box-shadow: 0 2px 48px 0 rgb(0 0 0 / 6%);
}

.we-offer-area.text-center .item i {
  background: #2c76bb none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
  border: 2px solid #2c76bb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 90px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 90px;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
  border: medium none;
}



.we-offer-area.item-border-less .item .number {
  font-family: "Poppins",sans-serif;
  font-size: 50px;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  right: 30px;
  top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
  background: #2c76bb none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
  color: #ffffff;
}

.we-offer-area .item i {
  color: #2c76bb;
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px;
}

.we-offer-area .item h3 {
     font-size: 1.5rem;

  text-transform: none;
}

.we-offer-area .item h2 {
  margin: 0;
  line-height: 1.7;
    color: #636a76;
    font-size: 16px;
    font-weight: 400;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
  background: #2c76bb none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: -1;
}

.we-offer-area .item:hover::after {
  left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h3,
.we-offer-area .item:hover p{
  color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
  border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
  background-color: #ffffff !important;
  color: #2c76bb !important;
   background-repeat: no-repeat;
    background-position: center;
}

.we-offer-area.text-center .item i  {

background-repeat: no-repeat;
background-position: center;
}



.we-offer-area.text-center .smarthouse:hover i  {
background-image: url(img/pic/home.svg);
}

.we-offer-area.text-center .video:hover i  {
background-image: url(img/pic/video.svg);
}

.we-offer-area.text-center .alarm:hover i  {
background-image: url(img/pic/alarm.svg);
}

.we-offer-area.text-center .intercom:hover i  {
background-image: url(img/pic/intercom.svg);
}

.we-offer-area.text-center .evidention:hover i  {
background-image: url(img/pic/evidention.svg);
}

.we-offer-area.text-center .control:hover i  {
background-image: url(img/pic/control.svg);
}




.we-offer-area.text-center .smarthouse i  {
background-image: url(img/pic/home1.svg);
}

.we-offer-area.text-center .video i  {
background-image: url(img/pic/video1.svg);
}

.we-offer-area.text-center .alarm i  {
background-image: url(img/pic/alarm1.svg);
}

.we-offer-area.text-center .intercom i  {
background-image: url(img/pic/intercom1.svg);
}

.we-offer-area.text-center .evidention i  {
background-image: url(img/pic/evidention1.svg);
}

.we-offer-area.text-center .control i  {
background-image: url(img/pic/control1.svg);
}


.we-offer-area.text-left .item i {
  background: #2c76bb none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 60px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  position: relative;
  width: 100px;
  z-index: 1;
  text-align: center;
}

.we-offer-area.text-left .item i::after {
  border: 2px solid #2c76bb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 120px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 120px;
}

section.cizgiBg {
    height: 170px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    opacity: 0.18;
    background: url(img/cizgi.png);
}

.pad {
   padding-bottom: 50px;
}

.pad2 {
   padding-bottom: 100px;
}

.fixed-btn-hs {
   
  padding-bottom:150px;
    height: 10px;
    z-index: 999;

}

.face-button-hs {
   height: 64px;
      display: inline-block;

   border: 3px solid #2c76bb;
   font-size: 20px;
   font-weight: 500;
   text-align: center;
   text-decoration: none;
   color: #2c76bb;
   overflow: hidden;
    width: 300px;
}
 .face-button-hs .icon {
   margin-right: 6px;

}

 .face-button-hs .face-primary-hs, .face-button-hs .face-secondary-hs {
   padding: 0 32px;
   line-height: 64px;
   transition: margin 0.4s;
      display: block;

}


 .face-button-hs .face-primary-hs {
   background-color: #2c76bb;
   color: #fff;
}
 .face-button-hs:hover .face-primary-hs {
   margin-top: -64px;
}



@media (min-width: 992px) {
      .post-imgH {
           height: 160px; 
           width: 250px;
           } 

 }

 @media (max-width: 552px) {
      .textmedia {
         display: none;
           } 
           .we-offer-area.text-center .item{
           height: fit-content; 
           min-height: 250px;
    padding-top: 40px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;     

     } 

 .equal-height{
  padding-bottom:  50px;
  padding-right: 60px;
    padding-left: 60px;
 }

 }

 ::marker {
   color: #091f36;
}

 @media (max-width: 552px) {
.logopic {
    width: 150px;
    
    }}

@media (min-width: 552px) {
.cen{

    padding-left: 50px;
    padding-top: 50px;
}
}


 
 .testi-wrap {
     position: relative;
     height: 650px;
     margin-top: -80px;
}
 .client-single {
     margin-top: 20px;
     text-align: center;
     position: absolute;
     -webkit-transition: all 1s ease;
     transition: all 1s ease;
}
 .client-info, .client-comment {
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
 .client-single.inactive .client-comment, .client-single.inactive .client-info {
     display: none;
}
 .client-single.inactive .client-comment, .client-single.inactive .client-info {
     opacity: 0;
     visibility: hidden;
}
 .client-single.position-1 {
     -webkit-transform: scale(0.65);
     transform: scale(0.65);
}
 .client-single.position-2 {
     left: 55px;

     top: 30px;
}
 .client-single.position-3 {
     left: -40px;
     top: 225px;
    
}
 .client-single.position-4 {
     left: 55px;
     top: 420px;
}
 .client-single.position-5 {
     top: 30px;
     right: 55px;
}
 .client-single.position-6 {
     top: 225px;
     right: -40px;
}
 .client-single.position-7 {
     top: 420px;
     right: 45px;

}
 .client-single.active {
     top: 10%;
     left: 50%;
     -webkit-transform: translateX(-50%);
     transform: translateX(-50%);
     z-index: 10;
     width: 70%;
}
 .client-single.active .client-comment, .client-single.active .client-info {
     -webkit-transition-delay: 0.6s;
     transition-delay: 0.6s;
}
 .client-single:not(.active) {
     -webkit-transform: scale(0.55);
     transform: scale(0.55);
     z-index: 99;
}
 .client-single.active .client-img {
     width: 160px;
     height: 160px;
     margin: 0 auto 24px;
     position: relative;
}
 .client-single.active .client-img:before {
     border-radius: 100%;
     content: '';
   
     padding: 5px;
     width: 160px;
     height: 160px;
     top: -4px;
     left: 0px;
     position: absolute;
     z-index: -1;
}
 .client-single .client-img img {
     width: 150px;
    

     cursor: pointer;
}
 .client-single.active .client-img img {
     max-width: 160px;
     margin: 0 auto 24px;
     border: 0;
}
 .client-comment {
     padding: 0 30px;
}

 .client-comment span i {
     font-size: 60px;
     color: #0084ff;
     margin: 40px 0 24px;
     display: inline-block;
}


 @media only screen and (min-width: 768px) and (max-width: 991px) {
     #testimonial-area .section-heading h2 {
         font-size: 30px;
    }
     .client-comment h3 {
         font-size: 18px;
         line-height: 28px;
    }
     .client-single.active {
         width: 60%;
    }
     .client-single:not(.active) {
         -webkit-transform: scale(0.55);
         transform: scale(0.35);
    }
     .client-single.position-3, .client-single.position-7 {
         -webkit-transform: scale(0.3) !important;
         transform: scale(0.3) !important;
    }
     .client-single.active .client-img img {
         max-width: 100px;
    }
     .client-single.active .client-img::before {
         padding: 5px;
         width: 108px;
         height: 108px;
         top: -4px;
         left: 6px;
    }
     .client-single.active .client-img {
         width: 120px;
         height: 100px;
    }
     .testi-wrap {
         height: 580px;
    }
     #testimonial-area {
         padding: 100px 0 0;
    }
}
 @media only screen and (min-width: 480px) and (max-width: 767px) {
     #testimonial-area .section-heading h2 {
         font-size: 30px;
    }
     .client-comment h3 {
         font-size: 14px;
         line-height: 26px;
    }
     .client-single.active {
         width: 60%;
    }
     .client-comment span i {
         font-size: 40px;
    }
     .client-single:not(.active) {
         -webkit-transform: scale(0.55);
         transform: scale(0.35);
    }
     .client-single.position-5, .client-single.position-7 {
         right: 0;
    }
     .client-single.position-4 {
         left: 0;
    }
     .client-single.position-3, .client-single.position-7 {
         -webkit-transform: scale(0.3) !important;
         transform: scale(0.3) !important;
    }
     .client-single.active .client-img img {
         max-width: 80px;
    }
     .client-single.active .client-img::before {
         padding: 5px;
         width: 88px;
         height: 88px;
         top: -4px;
         left: 16px;
    }
     .client-single.active .client-img {
         width: 120px;
         height: 100px;
    }
     .testi-wrap {
         height: 630px;
    }
}
 @media only screen and (min-width: 360px) and (max-width: 479px) {
	 #testimonial-area{
		 padding-bottom:100px;
	 }
	 
     #testimonial-area .section-heading h2 {
         font-size: 30px;
         line-height: 40px;
    }
     .client-comment h3 {
         font-size: 14px;
         line-height: 26px;
    }
     .client-single.active {
         width: 80%;
    }
     .client-comment span i {
         font-size: 40px;
    }
     .client-single:not(.active) {
         -webkit-transform: scale(0.25);
         transform: scale(0.25);
    }
     .client-single.position-5, .client-single.position-7, .client-single.position-6 {
         right: -70px;
    }
     .client-single.position-4 {
         left: -60px;
    }
     .client-single.position-3 {
         left: -75px;
    }
     .client-single.position-3, .client-single.position-7 {
         -webkit-transform: scale(0.25) !important;
         transform: scale(0.25) !important;
    }
     .client-single.active .client-img img {
         max-width: 100px;
    }
     .client-single.active .client-img::before {
         padding: 5px;
         width: 88px;
         height: 88px;
         top: -4px;
         left: 16px;
    }
     .client-single.active .client-img {
         width: 120px;
         height: 100px;
    }
     .testi-wrap {
         height: 600px;
    }
}
 @media only screen and (min-width: 320px) and (max-width: 359px) {
     #testimonial-area .section-heading h2 {
         font-size: 30px;
    }
     .client-comment h3 {
         font-size: 14px;
         line-height: 26px;
    }
     .client-single.active {
         width: 80%;
    }
     .client-comment span i {
         font-size: 40px;
    }
     .client-single:not(.active) {
         -webkit-transform: scale(0.25);
         transform: scale(0.25);
    }
     .client-single.position-5, .client-single.position-7, .client-single.position-6 {
         right: -70px;
    }
     .client-single.position-4 {
         left: -60px;
    }
     .client-single.position-3 {
         left: -75px;
    }
     .client-single.position-3, .client-single.position-7 {
         -webkit-transform: scale(0.25) !important;
         transform: scale(0.25) !important;
    }
     .client-single.active .client-img img {
         max-width: 80px;
    }
     .client-single.active .client-img::before {
         padding: 5px;
         width: 88px;
         height: 88px;
         top: -4px;
         left: 16px;
    }
     .client-single.active .client-img {
         width: 120px;
         height: 100px;
    }
     .testi-wrap {
         height: 550px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 479px) {

    .client-single.position-5, .client-single.position-2 {
        top: -20px !important;
    }

     .client-single.position-6, .client-single.position-3 {
        top: 40px !important;
    }

    .client-single.position-7, .client-single.position-4 {
        top: 100px !important;
    }

    .client-single.position-7, .client-single.position-5 {
        right: -20px !important;
    }

     .client-single.position-2, .client-single.position-4 {
        left: -20px !important;
    }
 .client-single.position-6 {
        right: -60px !important;
    }
.client-single.position-3 {
        left: -60px !important;
    }

 .client-info {
        padding-top: 40px !important;
    }
	 
}
.client-info p{
         font-family: "Poppins", sans-serif;
    color: #2a303b;
    line-height: 1.3;
    font-weight: 500;
	font-size: 1.75rem;
	margin-bottom: .5rem;
	margin-top: 0;
    }

    @keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1.05,1.05);
    }
    
    100% {
        transform: scale(1,1);
    }
}

.anim {
    animation: zoominoutsinglefeatured 10s infinite;
}


@media only screen and (max-width: 479px) {

    .telsld {
        background-image: url(img/slideralarmtel.webp) !important;
    }

     .telsld .slider-text
      {
        text-align: center; !important;
    }

  }
  .footer-logo{
  
      width: 180px;
    height: 80px;
  }
  
  .slider-desc{
	  
	  text-transform: none;
    letter-spacing: 2px;
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 1rem;
	line-height: 1.3;
    font-weight: 500;
  }

 .slider-titl{
      font-size: 72px !important; 
      display: block !important;
      margin-bottom: 30px !important;
      color: #ffffff !important; }




      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .slider-titl {
          font-size: 48px !important; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-titl {
          font-size: 42px !important; } }
      @media only screen and (max-width: 767px) {
        .slider-titl {
          font-size: 30px !important; } }
		  
.heading-p{  
text-transform: none;
    color: #2c76bb;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 20px;
    line-height: 1.3;
    font-weight: 500;

    font-size: 1rem ;
	}
	
	  .heading-p2 {
    font-size: 42px;
    text-transform: none;
    margin-bottom: 8px;
    display: block;
    line-height: 1.2;
	color: #2a303b;
	font-weight: 500;
	}
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
       .heading-p2 {
        font-size: 36px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
       .heading-p2 {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
       .heading-p2 {
        font-size: 24px; } }
		
	.site-headingp2{
		display: inline-block !important;
    padding-bottom: 20px;
    position: relative;
    text-transform: none !important;
    z-index: 1;
	    font-family: "Poppins", sans-serif;
    color: #2a303b;
    line-height: 1.3;
    font-weight: 500 !important;
	font-size: 1.5rem !important;
	}
	
	.site-headingp2::before {
    background: #2c76bb none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
