@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;300;400;600;700;800;900&display=swap');
/***
====================================================================
	Reset
====================================================================
***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
  line-height: inherit;
}
.mobile-view1{
  display: none;
}
:root {
  --color-default: #3c3c3c;
  --color-primary: #3b3b3b;
  --color-secondary: #151515;
}
.container {
  position: relative;
}
/*** 
====================================================================
	Global Settings
====================================================================
 ***/
body {
  font-size: 16px;
  color: var(--color-default);
  line-height: 1.6em;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: "Martel Sans", sans-serif;
}
.mobile-view{
  display: none;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: var(--color-primary);
}
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: 600;
  margin: 0px;
  background: none;
  line-height: 1.2em;
}
img {
  max-width: 100%;
  height: auto;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol,
li {
  margin: 0;
  padding: 0;
}
.main-menu .navigation > li .active {
  color: var(--color-primary);
  border-radius: 50px;
  padding: 2px 10px;
}
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}
.page-wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
  overflow: hidden;
  position: relative;
}
.page-wrapper::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1; 
  opacity: 0.04;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 35%;
  filter: grayscale(1);
}
.top-wrap {
  position: relative;
  height: 100vh;
}
/**header-main**/
.header-main {
  position: absolute;
  width: 100%;
  z-index: 5;
}
.header-one {
  position: relative;
}
.header-one .container {
  position: relative;
}
.header-one .lower-box {
  position: relative;
  height: 100%;
}
.lower-box .logo {
  top: 32px;
  position: absolute;
  display: inline-block;
  z-index: 999;
  width: 385px;
}
.lower-box .logo a{
  font-family: "Milchella Regular";
  font-size: 54px;
}
.lower-box .nav-outer {
  position: relative;
  display: inline-block;
  text-align: right;
  margin-left: 0;
  width: 100%;
  padding: 0;
  margin-top: 0;
}
.nav-outer .mobile-nav-toggler {
  position: relative;
  display: none;
  float: right;
  cursor: pointer;
  padding: 25px 0;
}
.nav-outer .mobile-nav-toggler .inner {
  position: relative;
  display: block;
  padding: 3px 5px;
}
.main-menu {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 53px 0 0;
  top: 0;
}
.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}
.main-menu .navigation {
  position: relative;
  display: block;
  padding: 0 11px;
  border-radius: 24px 0 1px 24px;
}
.main-menu .navigation > li {
  position: relative;
  display: inline-table;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  border-right: 0px;
  padding: 8px 12px;
  opacity: 1;
  color: var(--color-default);
}
.main-menu li .submenu {
  position: absolute;
  width: 150px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  background-color: #f2fcff;
  z-index: 25;
  box-shadow: 0 3px 3px #6e6e6e;
  right: -42px;
}
.main-menu li:hover > .submenu.mega-menu {
  width: 600px;
}
.mega-menu .row .col-md-6 {
  border-right: 1px dashed #333;
}
.mega-menu .row .col-md-6:last-child {
  border-right: 0px;
}
.main-menu .navigation > li > ul > li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  display: block;
  background: var(--color-primary);
}

.main-menu .navigation > li > ul > li:hover:before {
  width: 100%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.header-top {
  position: relative;
  background: var(--color-primary);
  min-height: 50px;
}
.header-top .container {
  max-width: 1060px;
}
.header-top-social {
  position: absolute;
  right: 129px;
  top: 13px;
}
.header-top-social ul li {
  display: inline-block;
}
.header-top-social ul li a {
  width: 30px;
  height: 30px;
  background: #fff;
  color: var(--color-primary);
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  margin-right: 6px;
  font-size: 18px;
  display: block;
}
.header-contact ul li {
  display: inline-block;
}
.header-menu-nav ul li {
  display: inline-block;
}
.header-menu-nav {
  position: absolute;
  top: 14px;
  right: 379px;
}
.header-contact {
  position: absolute;
  top: 14px;
}
.header-menu-nav ul li a {
  color: #fff;
  padding: 0px 10px;
  border-right: 1px dashed;
}
.header-contact ul li:nth-child(2) a {
  border-right: 0px;
}
.header-contact ul li a {
  color: #fff;
  padding: 0px 10px;
  border-right: 1px dashed;
}
.logins_section {
  position: absolute;
  right: 0px;
  z-index: 99;
  display: inline-block;
  top: 10px;
}
.logins_section span {
  display: inline-block;
  color: #fff;
  padding: 4px 10px;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  border-radius: 5px;
  background: var(--color-secondary);
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0;
  width: 50px;
  height: 42px;
  border-left: 1px solid #04102a;
  text-align: center;
  font-size: 16px;
  line-height: 42px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  z-index: 5;
}
/*** 
========================================
    Mobile Menu
========================================
***/
.nav-outer .mobile-nav-toggler {
  position: relative;
  display: none;
  float: right;
  cursor: pointer;
  padding: 25px 0;
}
.nav-outer .mobile-nav-toggler .inner {
  position: relative;
  display: block;
  padding: 3px 5px;
}
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  padding-right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-default);
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: 1;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu .mCSB_inside > .mCSB_container {
  margin-right: 5px;
}
.mobile-menu .navbar-collapse {
  display: block !important;
}
.mobile-menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}
.mobile-menu .nav-logo a {
  position: relative;
  display: inline-block;
}
.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: var(--color-secondary);
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.mobile-menu .close-btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li>ul>li {
  border-top: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  padding: 10px 25px;
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .navigation li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .navigation li.current > a:before {
  height: 100%;
}
.mobile-menu .navigation li ul li > a {
  font-size: 15px;
  font-weight: 400;
  margin-left: 20px;
  text-transform: capitalize;
  position: relative;
  color: var(--color-secondary);
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 32px;
  background: var(--color-primary);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}
.main-menu .navigation > li > a:hover {
  color: var(--color-primary);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
  background: #fff;
}
.mobile-menu .social-links {
  position: relative;
  text-align: center;
  padding: 30px 25px;
}
.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 5px 10px;
}
.mobile-menu .social-links li a {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  line-height: 32px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .social-links li a:hover {
  color: #dddddd;
}
.main-menu .navigation > li > ul {
  border-left: 2px solid var(--color-secondary);
  position: absolute;
  top: 100%;
  visibility: hidden;
  left: 0;
  width: 310px;
  opacity: 0;
  z-index: 100;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px #a5a5a5;
}
.main-menu .navigation > li.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #929292;
}
.main-menu .navigation > li > ul > li > a:hover {
  /* background:var(--color-secondary); */
  color: #fff;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-weight: 500;
  font-size: 15px;
  color: var(--color-default);
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation .cstmwidth {
  width: 160px;
}
/*
* 4. banner style
*/
.banner-wrapper {
  position: relative;
}
.banner-one__slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}  
.slide-one{
  background-image: url(../gallery/banner3.jpg);
}
/***
====================================================================
	Scroll To Top style
====================================================================
***/
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  color: #ffffff;
  font-size: 20px;
  line-height: 51px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: linear-gradient(to right, var(--color-primary), var(--color-secondary));
  display: none;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.scroll-to-top:hover {
  background: linear-gradient(to right, var(--color-primary), var(--color-secondary));
}

.top-border{
  position: relative;
  width: 60%;
  height: 5px;
  border-radius: 30px;
  background: linear-gradient(to right,var(--color-primary),transparent,var(--color-primary));
  margin: auto;
}

.sec-title h1{
  color: var(--color-secondary);
  font-weight: 400;
}
.sec-title h3 {
  font-size: 19px;
  position: relative;
  margin-bottom: 30px;
  font-weight: 300;
}
.abt-sec .sec-title h2{
  font-size: 55px;
}
.sec-title h2 {
  color: var(--color-secondary);

  font-size: 45px;
  font-weight: 500;
  margin-bottom: -8px;
  text-transform: uppercase;
}
.sec-title p {
  padding: 0px 200px;
  font-size: 15px;
}
.sec-title h3::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/titlebg.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0px;
  top: 30px;
}




.abt-sec{
  padding-top: 40px;
  margin-bottom: 50px;
}
.abt-matter p{
  line-height: 30px;
  font-size: 15px;
}
.abt-matter .abt-button{
  background: var(--color-secondary);
  color: #fff;
  padding: 5px 10px 2px;
  display: inline-block;
}
.abt-matter .abt-button:hover{
  color: #fff;
}






.team_grid {
  margin-top: 50px;
}

.team_g_row .col-md-3,
.team_g_row .col-md-6,
.team_g_row .col-md-12 {
  padding: 0 10px;
}

.team_grid_list {
  margin-bottom: 15px;
}

.team_grid_list img {
  transition: all ease-in-out .7s;
}

.gallrow .col-md-3 {
  padding: 0 5px;
}

.gallerybox.box {
  background-color: rgb(0 0 0 / 86%);
  overflow: hidden;
  position: relative;
}

.gallerybox {
  display: block;
  margin-bottom: 10px;
}

.gallerybox.box:before {
  content: '';
  border: 1px solid #fff;
  transform: scaleY(0);
  position: absolute;
  left: 12px;
  top: 12px;
  bottom: 12px;
  right: 12px;
  z-index: 1;
  transition: all 0.5s ease 0s;
}

.gallerybox.box:hover:before {
  transform: scaleY(1);
}

.gallerybox.box img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease 0s;
}

.gallerybox.box:hover img {
  opacity: 0.2;
  transform: scale(1.1);
  transform-origin: left top;
}

.gallerybox.box .box-content {
  color: #fff;
  text-align: center;
  width: 41px;
  height: 36px;
  filter: blur(5px);
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  transition: all 0.5s ease 0.2s;
}

.gallerybox.box:hover .box-content {
  filter: blur(0);
  opacity: 1;
}

.gallerybox.box .title {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0;
}

.gallerybox.box .post {
  color: #4cd137;
  font-size: 16px;
  font-style: italic;
  text-transform: capitalize;
  display: block;
}

.gallerybox.box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  /* transform: translateX(-50%) scale(0); */
  /* position: absolute; */
  /* left: 50%; */
  /* bottom: 0; */
  z-index: 1;
  transition: all 0.3s ease 0.3s;
}

.gallerybox.box:hover .icon {
  opacity: 1;
  /* transform: translateX(-50%) scale(1); */
}

.gallerybox.box .icon li {
  margin: 0 3px;
  display: inline-block;
}

.gallerybox.box .icon li a {
  color: #1e1e1e;
  background-color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 38px;
  height: 35px;
  width: 35px;
  display: block;
  transition: all 0.3s ease 0s;
}

.gallerybox.box .icon li a:hover {
  background: var(--color-secondary);
  color: #fff;
}

@media only screen and (max-width:990px) {
  .gallerybox.box {}
}


.services-sec{
  margin-bottom: 65px;
  position: relative;
}
/* .serv-block {
  padding: 13px 10px 10px;
  box-shadow: inset 0px 0px 11px #ccc;
  border-radius: 55px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
} */
.serv-row{
  padding-top: 30px;
}
.serv-content a{
  background: var(--color-secondary);
  color: #fff;
  padding: 5px 10px 2px;
}

.serv-content a:hover{
  background: var(--color-secondary);
  color: #fff;
  padding: 5px 10px 2px;
}
.serv-scroll-block{
  /* margin: 0px 10px 30px ; */
  margin-bottom: 20px;
}
.services-scroll .owl-dots {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.services-scroll .owl-dot {
  position: relative;
  display: inline-block;
  height: 7px;
  width: 21px;
  opacity: 1;
  margin: 0 2px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background: var(--color-primary);
}
.services-scroll .owl-dot:hover,
.services-scroll .owl-dot.active {
  opacity: 1;
  border: 2px solid var(--color-primary);
  background: #fff;
}
.serv-side-left-img img{
  box-shadow: 0px 0px 5px #8b8b8b;
  border: 9px solid #efeeee;
}

.serv-img img{
  transition: all ease 0.6s;
}
.form-blog-sec{
  margin-bottom: 100px;
  position: relative;
}


.form-container{ position: relative;; }
.form-container .form-horizontal {
  background: linear-gradient(to right, #151515 49%, #151515 50%);
  width: 520px;
  height: 511px;
  padding: 55px 95px 75px;
  margin: 0 auto;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}
.form-container .title {
  color: #ffffff;
  font-size: 45px;
  font-weight: 500;
  text-align: center;
 
  /* text-transform: uppercase; */
  margin: 0 0 10px 0;
}
.form-horizontal .form-group{
    font-size: 0;
    margin: 0 0 15px;
    border-bottom: 1px solid #838585;
    border-radius: 3px;
}
.form-horizontal .input-icon{
    color: #838585;
    font-size: 16px;
    text-align: center;
    line-height: 48px;
    height: 45px;
    width: 40px;
    vertical-align: top;
    display: inline-block;
}
.form-horizontal .form-control{
    color: #838585;
    background-color: transparent;
    font-size: 14px;
    width: calc(100% - 55px);
    height: 45px;
    padding: 2px 10px 0 0;
    box-shadow: none;
    border: none;
    border-radius: 0;
    display: inline-block;
    transition: all 0.3s;
}
.form-horizontal .form-control:focus{
    box-shadow: none;
    border: none;
}
.form-horizontal .form-control::placeholder{
    color: #838585;
    font-size: 13px;
    text-transform: capitalize;
}
.form-horizontal .btn {
  color: rgba(255, 255, 255, 0.8);
  background: rgba(235, 74, 92, 0.95);
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  /* letter-spacing: 1px; */
  width: 120px;
  height: 120px;
  line-height: 120px;
  margin: 0 0 15px 0;
  border: none;
  border-radius: 50%;
  display: inline-block;
  /* transform: translateX(30px); */
  transition: all 0.3s ease;
}
.form-horizontal .btn:hover,
.form-horizontal .btn:focus{
    color: #fff;
    letter-spacing: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.form-horizontal .forgot-pass{
    font-size: 12px;
    text-align: left;
    width: calc(100% - 125px);
    display: inline-block;
    vertical-align: top;
}
.form-horizontal .forgot-pass a{
    color: #999;
    transition: all 0.3s ease;
}
.form-horizontal .forgot-pass a:hover{
    color: #555;
    text-decoration: underline;
}
.grid-sec{
  position: relative;
  margin-bottom: 100px;
}




.post-slide{
  padding-right:20px;
}
.post-slide img{
  height: auto;
}
.post-slide .post-review{
  padding:0 17px 17px 10px;
}
.post-slide .post-date{
  float:left;
  margin-right: 10px;
  padding: 17px 15px 0px;
  text-align:center;
  background:#444;
  font-size:26px;
  color:#fff;
  font-weight:700;
  transition:background 0.20s linear 0s;
}
.post-slide:hover .post-date{
  background:var(--color-secondary);
}
.post-slide .post-date small{
  display:block;
  margin-bottom:10px;
  font-size: 13px;
  text-transform: capitalize;
}
.post-slide .post-date small:before{
  content:"";
  display:block;
  margin-bottom:5px;
  border-top:1px solid #fff;
}
.post-slide .post-title{
  margin: 0;
  padding-top: 15px;
  text-align: left;
}
.post-slide .post-title a{
  font-size:15px;
  color: #444;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block;
  line-height:20px;
  font-weight: bold;
}
.post-slide:hover .post-title a{
  color:var(--color-secondary);
  text-decoration:none;
}
.post-comment{
  margin: 0;
  list-style:none;
  text-align: left;
}
.post-comment li a{
  color:#a9a9a9;
  text-transform:capitalize;
}
.post-comment li a:before{
  content:"|";
  margin:0 5px 0 5px;
  color:#d3d3d3;
}
@media only screen and (max-width: 480px) {
  .post-slide{
      padding: 0;
  }
}
.blog-side{
  padding-top: 6px;
  position: relative;
  overflow: hidden;
}
.form-blog-sec .sec-title p{
  padding: 0px;
}


.blog-side .post-slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: -50px;
  bottom: auto;
  width: 100%;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all ease 0.6s;
  z-index: 1;
}

.blog-side .post-slide::after {
  content: "";
  position: absolute;
  left: -50px;
  top: 0px;
  bottom: auto;
  width: 50px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all ease 0.6s;
  z-index: 1;
}

.blog-side:hover .post-slide:before {
  top: 100%;
}

.blog-side:hover .post-slide::after {
  left: 100%;
}


.newsletter-section {
  position: relative;
  padding: 0;
  z-index: 1;
  margin-bottom: 30px;
}

.newsletter-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  max-width: 1017px;
  box-shadow: 0 0 10px #9e9d9d;
  bottom: -17px;
  left: 0;
  right: 0;
  margin: auto;
  background: #e1e1e1;
  z-index: -1;
}

.newsletter-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  max-width: 926px;
  box-shadow: 0 0 10px #9e9d9d;
  bottom: -34px;
  left: 0;
  right: 0;
  margin: auto;
  background: #eaeaea;
  z-index: -2
}

.newsletter-section .title-column {
  position: relative
}

.newsletter-section .title-column .inner-column {
  position: relative;
  padding-top: 0
}

.newsletter-section h2 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 200;
  margin-bottom: 0;
  font-size: 28px;
  text-align: center
}

.newsletter-section h4 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: inherit;
  color: #fff;
  font-weight: 500
}

.newsletter-section .inner-container {
  max-width: 1245px;
  margin: auto;
  background: var(--color-secondary);
  padding: 32px 42px;
  border-radius: 23px;
}
.newsletter-section a {
  display: inline-block;
  margin-top: 8px
}

.subscribe-form {
  position: relative
}

.subscribe-form .form-group {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  padding-right: 200px
}

.newsletter-section .form-control {
  height: 45px;
  background: transparent;
  color: #fff
}

.newsletter-section .form-control::placeholder {
  color: #eee
}

.subscribe-form .form-group .icon {
  position: absolute;
  left: 24px;
  top: 20px;
  z-index: 1;
  color: #888;
  font-size: 16px;
  line-height: 1em
}

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="tel"],
.subscribe-form .form-group input[type="email"],
.subscribe-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 65px;
  line-height: 30px;
  font-size: 16px;
  color: #858687;
  font-weight: 500;
  background: #fff;
  padding: 25px 40px;
  border-radius: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease
}

.subscribe-form .form-group input[type="submit"],
.subscribe-form .form-group button {
  position: absolute;
  right: 15px;
  top: 0;
  min-width: 185px;
  height: 100%;
  border-radius: 0;
  background: #5dc575
}


.newsletter-head h4 {
  text-transform: uppercase;
  font-size: 38px;
  color: #ffffff;
  font-weight: 600;
  line-height: 36px;
}
.newsletter-head .text {
  font-size: 14px;
  color: #fff;
}
.newsletter-form {
  position: relative;
  margin: auto;
}
.newsletter-form .form-control {
  height: 63px;
  background-color: transparent;
  border: 1px solid;
  color: #fff;
}
.newsletter-form .btn {
  position: absolute;
  top: 7px;
  right: 8px;
  background: #fff;
  border: none;
  border-radius: 0;
  padding: 15px 16px 10px;
  color: var(--color-secondary);
}


/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
  position: relative;
  color: #000;
}
.main-footer:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  /* top: 25px; */
  /* margin: auto; */
  /* background: #000; */
  width: 100%;
  height: 119%;
  content: "";
  z-index: -1;
}

.main-footer .anim-icons .icon {
  opacity: 0.08;
}

.main-footer .footer-upper {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 0px 15px;
  margin-top: 0;
  text-align: center;
}

._f_logo {
  text-align: center;
  position: relative;
  z-index: 2;
}

._f_logo img {
  width: 384px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.footer_about {
  text-align: center;
}

.footer_about .footer-about-link {
  display: inline-block;
  color: var(--color-secondary);
  margin: 8px 0 18px;
  font-size: 17px;
}

.useful-links {
  display: inline-block;
  margin: 5px 0 29px;
  padding: 5px 22px;
  border-top: 1px solid #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
}

.useful-links .useful-ul {
  text-align: center;
}

.useful-links .useful-ul span {
  display: inline-block;
  margin-right: 20px;
  text-transform: uppercase;
  color: var(--color-primary);
  font-weight: 600;
  font-size: 21px;
}

.useful-links .useful-ul li {
  display: inline-block;
}

.useful-links .useful-ul li a {
  padding: 0 7px;
  border-right: 1px solid #989898;
  font-size: 16px;
  color: #000000;
}

.useful-links .useful-ul li:last-child a {
  border-right: 0px;
}

.main-footer .footer-upper .footer-column {
  position: relative;
  margin-bottom: 35px;
}

.main-footer .footer-widget .widget-title {
  position: relative;
  font-size: 23px;
  font-weight: 600;
  color: #988ceb;
  margin-bottom: 18px;
  text-transform: uppercase;
  text-align: center;
}

.main-footer .footer-widget .widget-title::before {
  content: "";
  position: absolute;
  width: 34%;
  height: 2px;
  border-bottom: 2px solid #afa4ff;
  left: 0;
  top: 29px;
  right: 0;
  margin: auto;
}

a:hover {
  color: var(--color-secondary);
  text-decoration: none;
}

.ftr_add_row .col-md-4:nth-child(1),
.ftr_add_row .col-md-4:nth-child(2) {
  border-right: 1px dashed #988ceb;
}

.footer-widget {
  text-align: center;
}

.footer-widget i {
  position: relative;
  display: inline-block;
  font-size: 21px;
  line-height: 46px;
  width: 48px;
  height: 48px;
  border: 1px dashed;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  margin: 0 0 11px;
}

.widget-content {
  text-align: center;
}

.widget-content p {
  line-height: 26px;
  color: #c1c1c1;
}

.f_c_info_list {
  text-align: center;
}

.f_c_info_list a {
  display: inline-block;
  background: #0f1630;
  color: #fff;
  font-size: 19px;
  padding: 15px 16px;
  border-radius: 30px;
  border: 1px solid #9b8fed;
}

.f_c_row {
  position: relative;
}

.f_c_row::before {
  content: "";
  position: absolute;
  width: 42%;
  height: 1px;
  left: 0;
  right: 0;
  margin: auto;
  background: #9d9d9d;
  top: 24px;
}

.f_c_row .col-md-4:nth-child(3) .f_c_info_list a {
  background: #0f1630;
}

.f_reach_title {
  text-align: center;
}

.f_reach_title h3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 46px;
  margin: 0 0 21px;
  color: #ffffff;
  display: inline-block;
  padding: 0 80px;
}

.f_reach_title h3::before,
.f_reach_title h3::after {
  content: "";
  position: absolute;
  width: 17%;
  height: 2px;
  border-bottom: 2px dashed #9b8fed;
  left: 0;
  top: 24px;
}

.f_reach_title h3::after {
  right: 0px;
  left: initial;
}
/*=== Social Icon Two ===*/

.social-icon-two {
  position: relative;
  text-align: center;
  margin-top: 0;
  display: inline-block;
  
  padding: 9px 17px;
  border-radius: 32px;
}

.social-icon-two li {
  position: relative;
  display: inline-block;
}

.social-icon-two li a {
  position: relative;
  display: block;
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 34px;
  color: #000000;
  background: #ffffff;
  border: 1px solid var(--color-secondary);
  border-radius: 50%;
  font-weight: 400;
  text-align: center;
  margin: 0 5px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-two li a:hover {
  color: #ffffff;
  background: var(--color-secondary);
}

.social-icon-two li a:first-child {
  margin-left: 0;
}
.main-footer .footer-bottom {
  position: relative;
  text-align: center;
}

.main-footer .footer-bottom:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: .03;
  content: "";
}

.main-footer .footer-bottom .social-icon-two {
  position: relative;
  float: right;
}

.main-footer .footer-bottom .copyright {
  position: relative;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  padding: 8px 0px;
}
.add_bar_row .col-md-4 {
  border-right: 1px dashed rgb(224 224 224);
  padding: 0px 14px;
}

.add_bar_row .col-md-4:nth-child(2) {
  border-right: 0px;
}

._addre_bar {
  text-align: center;
}

.add_bar_row1 {
  padding-bottom: 21px;
}

._addre_bar i {
  color: #fff;
  font-size: 19px;
  background: #000000;
  line-height: 32px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

._addre_bar h5 {
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 10px;
}
.footer_about p{
  font-size: 15px;
  margin-bottom: 0px;
}
.adde{
  padding: 0px 107px;
}
.serv-img{
  margin-bottom: 10px;
}


.serv-side-left-img{
  margin-bottom: 10px;
}


.page-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  filter: grayscale(1);
  height: 100%;
  opacity:0.04;
  background-image: url(../gallery/logo-bg.png);
  top: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  z-index: -1;
}

.main-footer .footer-bottom .copyright  a{
 color: var(--color-secondary);
}



.ss-name{
  margin-top: 15px;
}
.ss-name h2{

  font-size: 25px;
}

.abt-title h3 {
  font-size: 19px;
  position: relative;
 
  font-weight: 300;
  
}

.abt-title h2 {
  color: var(--color-secondary);
  font-size: 45px;
  font-weight: 500;
  margin-bottom: -8px;
  text-transform: uppercase;
  
}

.abt-note{
  margin-top: 10px;
}
.abt-note p{
  font-size: 15px;
  margin-bottom: 13px;
  line-height: 30px;
}

.abt-img img{
  
    filter: grayscale(1);
   
  box-shadow: 0px 0px 5px #8b8b8b;
  border: 7px solid #efeeee;
}

.abt-note .abt-note-button {
  background: var(--color-secondary);
  color: #fff;
  padding: 5px 10px 2px;
  display: inline-block;
}


.about-sec{
  position: relative;
 
  margin-bottom: 50px;
}

.serv-blk{
  position: relative;
  margin: 21px 0;
  text-align: center;
  background: linear-gradient(to top, #e5e5e5, #ffffff);
  padding: 10px 10px 23px;
  border-radius: 15px;
  box-shadow: 0px 2px 6px #a3a3a3;
  height: 405px;
}


.serv-img {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: auto;
  /* border: 5px solid #d3dedf; */
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all ease 0.6s;
}

.ser-img img {
  box-shadow: 0px 0px 10px #4e4e4e;
}

.serv-blk h3 {
  text-transform: uppercase;
  color: var(--color-secondary);
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 5px;
 
 
}

.serv-blk p {
  font-size: 15px;
  line-height: 22px;
  position: relative;
}

.serv-blk p::before {
  content: "";
  position: absolute;
  left: 0;
}

.serv-blk a {
  background: var(--color-secondary);
  color: #fff;
  padding: 5px 10px 2px;
  display: inline-block;
}



.ser-row .serv-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: -50px;
  bottom: auto;
  width: 100%;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all ease 0.6s;
  z-index: 1;
}

.ser-row .serv-img::after {
  content: "";
  position: absolute;
  left: -50px;
  top: 0px;
  bottom: auto;
  width: 50px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all ease 0.6s;
  z-index: 1;
}

.serv-blk:hover .serv-img img{
  filter: none;
}
.serv-blk:hover .serv-img:before {
  top: 100%;
}

.serv-blk:hover .serv-img::after {
  left: 100%;
}


.top-wrap1 {
  position: relative;
}

.inner-section {
  position: relative;
  min-height: 47vh;
  padding: 20px 0px 41px;
 
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: var(--color-secondary);
  content: "/";
}


.breadcrumb-outer {
  padding-top: 148px;
}

.breadcrumb {
  
  text-align: center;
  color: var(--color-secondary);
  padding: 25px;
  border-radius: 0;
background-color: transparent;
}

.breadcrumb ol {
  display: inline-block;
  border: 1px dashed var(--color-secondary);
  padding: 6px 17px 2px;
  border-radius: 30px;
}
.breadcrumb ol>li {
  text-align: center;
  display: inline-block;
}


.breadcrumb a {
  color:var(--color-secondary);
  font-weight: 400;
  font-size: 16px;
}



.breadcrumb h1 {
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--color-secondary);
}

.breadcrumb h2 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 400;
  color: var(--color-secondary);
}

.address_info_lisr {
  position: relative;
  text-align: center;
  background: linear-gradient(44deg, #ffffff, #e7e7e7);
  border: 7px solid #fff;
  box-shadow: 0px 0px 10px #ccc;
  margin-bottom: 30px;
}

.contact_row {
  margin: 0px;
}

.contact_row .col-md-12,
.contact_row .col-md-6 {
  padding: 33px 15px;
}

.contact_row .col-md-12 {
  border-bottom: 1px dashed;
}

.contact_row .col-md-6:nth-child(2) {
  border-right: 1px dashed;
}

.address_list h3 {
  display: inline-block;
  border-bottom: 1px dashed;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.address_list span {
  display: block;
}
.map{
  margin-top: 50px;
}
.map iframe {
  border: 7px solid #fff;
  box-shadow: 0px 0px 10px #ccc;
  width: 100%;
  height: 225px;
  margin-bottom: 30px;
}

.contactform_outer {
  position: relative;
  padding: 0 23px 23px;
  margin-top: 50px;
}


.contactform_outer::after {
  left: initial;
  right: 0px;
}

.contact_form {
  position: relative;
  padding: 26px 27px;
  text-align: center;
  border: 1px solid #ccc;
  background: #fefefe;
}

.contact_form h4 {
  text-transform: uppercase;
  margin-bottom: 30px;
  color: var(--color-primary);
  font-size: 37px;
  display: inline-block;
  border-bottom: 2px dashed;
}

.contact_form .form-control {
  height: 45px;
  background-color: #f5f5f5;
  margin-bottom: 25px;
}

.contact_form textarea.form-control {
  height: 80px;
}

.contact_form .btn {
  margin-top: 34px;
}




.serviceBox{
  text-align: center;
  padding: 0 10px;
}
.serviceBox .service-icon{
  color: var(--color-primary);
  background: #fff;
  font-size: 42px;
  line-height: 105px;
    width: 110px;
    height: 110px;
  margin: 0 auto 50px;
  border-radius: 50%;
  border: 7px solid var(--color-primary);
  box-shadow: 0 0 5px rgba(0,0,0,0.3) inset,0 15px 0 rgba(0,0,0,0.1);
  position: relative;
}
.serviceBox .service-icon:before,
.serviceBox .service-icon:after{
  content: '';
  background-color: var(--color-primary);
  height: 17px;
  width: 17px;
  border-radius: 50%;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: -33px;
}
.serviceBox .service-icon:after{
  height: 12px;
  width: 12px;
  bottom: -50px;
}
.serviceBox .title{
  color: var(--color-primary);
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 7px;
}
.serviceBox .description{
  font-size: 15px;
  line-height: 28px;
}
@media only screen and (max-width: 990px){
  .serviceBox{ margin: 0 0 30px; }
}
.serv-matter p {
  font-size: 15px;
  text-align: justify;
  line-height: 30px;
}
.serv-matter h2 {
  color: var(--color-primary);
  font-size: 23px;
  margin-bottom: 11px;
  display: inline-block;
  border-bottom: 1px solid;
}

.images-page .col-md-3{
  margin-bottom: 20px;
}
.map h4 {
  text-transform: uppercase;
  margin-bottom: 30px;
  color: var(--color-primary);
  font-size: 37px;
  display: inline-block;
  border-bottom: 2px dashed;
}
.founder-img img{
  border: 5px solid #f5f5f5;
  box-shadow: rgb(163, 163, 163) 0px 2px 6px;
}
.main-blog{
  background: #fff;
  box-shadow: 0px 0px 16px #939393;
  padding: 22px 22px 15px;
  text-align: end;
}
.main-blog-content h2{
  font-size: 21px;
  margin-bottom: 8px;
}
.main-blog-content a {
  border: 1px dashed var(--color-primary);
  padding: 3px 8px 0px;
  border-radius: 30px;
  font-size: 14px;
}
.main-blog-content p{
  margin-bottom: 10px;
}
.main-blog-img img{
  /* border: 5px solid #dadada; */
  /* box-shadow: rgb(163, 163, 163) 0px 2px 6px; */
}
.blog-inner-img img {
  border: 7px solid #f5f5f5;
  box-shadow: 0px 0px 10px #9f9f9f;
}
.blog-inner-page a{
  color: #e02424;
}


.ol_styles {
  padding: 0;
  display: inline-grid;
  padding-left: 20px;
}
.ol_styles li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  line-height: 30px;
  font-size: 15px;
  text-align: justify;
}
.ol_styles li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 17px;
  line-height: 28px;
  color: #373434;
  font-weight: 900;
  content: "\f101";
  font-family: "FontAwesome";
}
.ol_styles1 li {
  display: inline-block;
  padding: 10px;
}

.chatbox {
  position: fixed;
  bottom: 91px;
  left: 28px;
  width: 260px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgb(0 0 0 / 51%);
  display: none;
  z-index: 2;
}

.chatbox-header {
  background: var(--color-primary);
  color: #fff;
  padding: 13px 15px;
  display: flex;
  justify-content: space-between;
  /* border-radius: 10px 10px 0 0; */
}

.chatbox-header h2 {
  line-height: 33px;
  font-weight: 300;
  text-transform: capitalize;
  font-size: 26px;
}

.chatbox-header .btn-danger {
  color: var(--color-primary);
  background-color: #fff;
  border-color: #fff;
}

.chatbox-footer .btn-success {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.chatbox-footer .btn-success:hover {
  color: #fff;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary)
}

.chatbox-footer .btn-success.focus,
.chatbox-footer .btn-success:focus {
  box-shadow: 0 0 0 .2rem #6e341963
}

.chatbox-body {
  height: 200px;
  overflow-y: auto;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-image: url(../gallery/chat-bg.jpg);
  background-size: cover;
} 

.close-btn {
  font-size: 34px;
  padding: 0px;
  line-height: 24px;
  width: 30px;
  height: 30px;
  text-align: center;
  display: block; 
}

.chatbox-footer .form-control {
  border-bottom: none;
  font-size: 15px;
}

.chatbox-footer .form-control:focus {
  box-shadow: none;
}

.chatbox-footer {
  padding: 5px 10px;
  display: flex;
  gap: 5px;
}

#chatbox-open {
  position: fixed;
  bottom: 15px;
  left: 15px;
  padding: 0px;
  background: #ffffff00;
  z-index: 5;
} 
.btn img {
  width: 65px;
}

#chat-messages {
  background: #ffffff;
  padding: 14px;
  border-radius: 0px 25px 25px 25px;
  box-shadow: 0px 0px 8px #00000059;
}

#chat-messages p {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 23px;
}