/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900");

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

:root {
  /* Variables For Storing Colors */
  --primary-clr: #c0292d;
  --secondary-clr: #263749;
  /*#164164;*/
  --bg-clr: #f6f6f6;
  --dark-heading-clr: #212121;
  --light-heading-clr: #fefefe;
  --light-text-clr: #a9a9a9;
  --bg-color: #bcbcbc;
}

@font-face {
  font-family: 'paragFont';
  src: url('../webfonts/HelveticaNowVar.ttf') format('truetype');


  font-family: 'HeaderFont';
  src: url('../webfonts/centurygothic_bold.ttf'),
    url('../webfonts/centurygothic.ttf') format('truetype');
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family:
    /*'Poppins'*/
    'paragFont', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--secondary-clr);
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 700;
  font-family:
    /*'Poppins'*/
    'HeaderFont', sans-serif;
}

ul {
  margin-bottom: 0px;
}

p {
  /*font-size: 14px;
  line-height: 28px;*/
  color: #4a4a4a;
  margin-bottom: 15px;
}

.side_bar_menu {
  background-color: #f3f5f7; 
  /*border:#ccc solid thin;*/
  border-top:var(--primary-clr) solid 4px;
  margin: 10px;
  padding:20px;
}

.side_bar_menu ul li {
  position: relative;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-left: 15px;
  border-bottom:var(--light-text-clr) solid thin;
}

.side_bar_menu a {
  color: var(--secondary-clr);
}

.side_bar_menu ul {
  list-style: none;
}

.side_bar_menu h4 {
  font-size: 18px;
}

.side_bar_menu ul li:before {
  content: '';
  position: absolute;
  /*border-right:5px solid var(--primary-clr);
   border-bottom:5px solid var(--primary-clr); */
  border: 5px solid var(--light-text-clr);
  width: 5px;
  height: 5px;
  top: calc(50% - 10px);
  left: -20px;
  margin-bottom: 5px;
  margin-top: 5px;
  /*transform: translateY(-50%) rotate(-45deg);*/
}

.myarrow:before {
  content: '';
  position: absolute;
  border-top: 2px solid var(--secondary-clr);
  border-right: 2px solid var(--secondary-clr);
  border-left: 2px solid var(--secondary-clr);
  border-bottom: 2px solid var(--secondary-clr);
  border-radius: 5px;
  width: 10px;
  height: 10px;
  top: calc(50% - 10px);
  left: -20px;
  transform: translateY(-50%) rotate(-45deg);
}



.list_style ul li {
  position: relative;
  padding-bottom: 15px;
  margin-left: 22px;
}

.list_style ul {
  list-style: none;
}

.list_style ul li:before {
  content: '';
  position: absolute;
  border-top: 3px solid var(--secondary-clr);
  border-right: 3px solid var(--secondary-clr);
  border-left: 3px solid var(--secondary-clr);
  border-bottom: 3px solid var(--secondary-clr);
  color: var(--secondary-clr);
  border-radius: 3px;
  width: 3px;
  height: 3px;
  top: 10px;/*calc(50% - 10px);*/
  left: -12px;
  transform: translateY(-50%) rotate(-45deg);
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/
html,
body {
  font-family:
    /*'Poppins'*/
    'paragFont', sans-serif;
}

::selection {
  background: #0071f8;
  color: #fff;
}

::-moz-selection {
  background: #0071f8;
  color: #fff;
}

.section {
  margin-top: 30px;
}

.section-heading {
  margin-bottom: 0px;
}

.section-heading h2 {
  /*font-size: 40px;*/
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 20px;
  line-height: 56px;
}

.section-heading h2 em {
  font-style: normal;
  color: #0071f8;
}

.section-heading h6 {
  color: var(--secondary-clr);
  /*font-size: 15px;*/
  text-transform: uppercase;
  font-weight: 700;
}

.icon-button a {
  display: inline-block;
  background-color: var(--secondary-clr);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  padding: 0px 30px 0px 0px;
  border-radius: 25px;
  transition: all .3s;
}

.icon-button a i {
  background-color: var(--primary-clr);
  height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  line-height: 50px;
  display: inline-block;
  margin-right: 15px;
  margin-left: -1px;
}

.icon-button a:hover {
  color: var(--primary-clr);
}

.icon-button a:hover i {
  color: #fff;
}

.main-button a {
  display: inline-block;
  background-color: var(--secondary-clr);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0px 30px;
  border-radius: 25px;
  transition: all .3s;
}

.main-button a:hover {
  background-color: var(--primary-clr);
  color: #fff;
}

/* 
---------------------------------------------
Pre-loader Style
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.99);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: transparent;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: var(--primary-clr);
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: var(--primary-clr);
  border-radius: 50%;
}



/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/


.sub-header {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: var(--secondary-clr);
  /* var(--secondary-clr);*/
  color: #fff;
  padding: 5px 0px 0 0;
  border-bottom: 1px solid #eee;
}

.sub-header ul li {
  display: inline-block;
}

.sub-header ul.social-links {
  text-align: right;
}

.sub-header ul.social-links li {
  margin-left: 5px;
}

.sub-header ul.social-links li a {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: transparent;
  border-radius: 50%;
  text-align: center;
  /*line-height: 30px;*/
  color: #fff;
  font-size: 14px;
  transition: all .3s;
}

.sub-header ul.social-links li a:hover {
  background-color: var(--primary-clr);
}

.sub-header ul.info li {
  font-size: 12px;
  color: #fff;
  border-right: 1px solid #ccc;
  margin-right: 10px;
  padding-right: 10px;
}

.sub-header ul.info li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}

.sub-header ul.info li i {
  font-size: 14px;
  color: #fff;
  margin-right: 5px;
}

div.page_path, section.page_path {
  position: relative;
  display: block;
  padding: 12px 0;
  margin: 0;
  overflow: hidden;
  clear: both;
  text-align: left;
  z-index: 11;
  width: 100%;
  border-bottom: solid 1px #f3f5f7;
}

ul.page_path {
  padding: 0;
  clear: both;
  margin: 0;
}

ul.page_path li:after {
  content: "";
  /*"\f105";*/
  font-size: 14px;
  right: 0;
  top: 10px;
  line-height: 1;
  color: var(--secondary-clr);
  font-style: normal;

  position: absolute;
  /*border-top:2px solid var(--secondary-clr);*/
  border-right: 2px solid var(--secondary-clr);
  /*border-left:2px solid var(--secondary-clr);*/
  border-bottom: 2px solid var(--secondary-clr);
  width: 10px;
  height: 10px;
  /*top: calc(50% - 10px);*/
  /*left: -20px;*/
  transform: translateY(-50%) rotate(-45deg);
}


ul.page_path li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  vertical-align: top;
  padding: 0 18px 0 0;
  margin-right: 7px;
  color: var(--secondary-clr);
  font-style: normal;
  font-weight: 400;
}

ul.page_path li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--secondary-clr);
  vertical-align: top;
  font-weight: 700;
  text-decoration: none;
}

ul.page_path li:last-child {
  padding: 0;
  margin: 0;
}

ul.page_path li:last-child:after {
  border: none;
}

.page_path img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.page_path img {
  height: auto;
  max-width: 100%;
  /*user-drag: none;*/
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}


.background-header {
  background-color: #fff;
  height: 115px !important;
  /*position: fixed !important;
  top: 0 !important;*/
  position: fixed !important;
  top: 32px !important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area {
  position: relative;
  background-color: #fff;
  height: 110px;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  
  /*box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);*/

  /*border-bottom: var(--primary-clr) 3px solid;*/
}

.header-area .main-nav {
  background: transparent;
  display: flex;
  
  /*justify-content: space-between;*/
  justify-content: space-evenly;
}

.header-area .main-nav .logo {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
  padding-top: 17px;
}

.header-area .main-nav .logo h1 {
  /*line-height: 100px;
  font-size: 28px;
  text-transform: uppercase;
  color: var(--secondary-clr);
  font-weight: 700;
  letter-spacing: 2px;*/
  padding-left: 10px;
  line-height: 50px;
  /*font-size: 28px;*/
  color: var(--secondary-clr);
}

/*.background-header .main-nav .logo h1 {
  /*line-height: 109px;* /
}*/

.header-area .main-nav ul.nav {
  flex-basis: 100%;
  margin-top: 30px;
  justify-content: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
  border-radius: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li {
  padding-left: 10px;
  padding-right: 10px;
  /*height: 100px;
  line-height: 100px;*/
}

.header-area .main-nav .nav li a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  text-transform: capitalize;
  color: var(--secondary-clr);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: transparent;
  letter-spacing: .25px;
}

/*.header-area .main-nav .nav li:last-child a, .header-area .main-nav .nav li a.mnu_btns {
  background-color: var(--secondary-clr);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  border-radius: 20px;
  padding-left: 0px;
}*/

a.mnu_btns {
  background-color: var(--secondary-clr);
  color: #fff;
  font-size: 14px;
  /*font-weight: 500;*/
  text-transform: none;
  border-radius: 20px;
  /*padding-left: 20px;*/
  text-align: center;
  margin: 1px 3px 1px 3px;
  width: auto;
  min-width: 120px;
  padding: 5px 12px;
  position: absolute;
  top: 17px;
  right: 180px;
}

a.mnu_btns_donate {
  background-color: var(--primary-clr);
  color: #fff;
  font-size: 14px;
  /*font-weight: 500;*/
  text-transform: none;
  border-radius: 20px;
  /*padding-left: 20px;*/
  text-align: center;
  margin: 1px 3px 1px 3px;
  width: auto;
  min-width: 100px;
  min-width: 120px;
  padding: 5px 12px;
  position: absolute;
  top: 17px;
  right: 45px;
}

.btn {
  background-color: var(--primary-clr);
  color: #fff;
  font-size: 14px;
  /*font-weight: 500;*/
  text-transform: none;
  /*border-radius: 20px;*/
  /*padding-left: 20px;*/
  /*display: flex;
  -ms-flex-align: center;*/
  text-align: center;
  margin: 15px 3px 1px 3px;
  width: 100%;
  min-width: 100px;
  min-width: 120px;
  padding: 5px 12px;
}

.btn:hover {
  background-color: var(--secondary-clr);
  color: #fff;
}

/*--------- notification ----------*/
.e-alert-box-red {
  background: linear-gradient(to right, #ff0404 0, #ff0000 100%);
  color: white;
  width: 100%;
  padding: 5px;
  margin: 10px 0px;
}

.e-alert-box-green {
  background: linear-gradient(to right, #1caf12 0, #4ada38 100%);
  color: white;
  width: 100%;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*--------- end notification ----------*/

form .row div {
  margin-bottom: 5px;
}

form label {
  margin: 5px;
  font-weight: normal;
  width: auto;
  font-size: 13px;
}

.form-check-label {
  margin: 0 0 0 7px;
  font-weight: 500;
  width: 95%;
}

form .form-group {
  display: inline;
}

.btnDefault,
.btnUpload {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  color: #333333;
  cursor: pointer;
  font-weight: 200;
  display: inline-block;
  padding: 6px 12px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  height: 100px;
}

.btnUpload img {
  width: 70px;
}

.btnDefault:focus,
.btnDefault:hover,
.btnUpload:focus,
.btnUpload:hover {
  background-color: #E6E6E6;
}

.btnM {
  border-radius: 4px;
  font-size: 14px;
  padding: 6px 12px;
}

.customUpload {
  overflow: hidden;
  position: relative;
  display: block;
}

.customUpload input.upload {
  cursor: pointer;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/*.form-check-input {
  width: ;

}*/

/*.header-area .main-nav .nav li:last-child a i {
  background-color: var(--primary-clr);
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  margin-left: -1px;
}*/

/*.header-area .main-nav .nav li:last-child:hover a {
  background-color: var(--secondary-clr);
}

.header-area .main-nav .nav li:last-child:hover a i {
  color: #fff;
}*/

.header-area .main-nav .nav li:hover a {
  color: var(--primary-clr);
}

.header-area .main-nav .nav li a.active {
  color: var(--primary-clr);
}

a.active {
  color: var(--primary-clr);
}

a.active_sub {
  /*color: var(--primary-clr);*/
  border: none;
}

.background-header .main-nav .nav li a.active {
  color: var(--primary-clr);
}

.header-area .main-nav .nav li a.mnu_btns_donate:hover {
  color: #000;
}


.header-area .main-nav .menu-trigger {
  cursor: pointer;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 22px;
}

.background-header .main-nav ul.nav {
  margin-top: 20px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: var(--secondary-clr);
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: var(--secondary-clr);
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: var(--secondary-clr);
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: var(--secondary-clr);
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: var(--secondary-clr);
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: var(--secondary-clr);
}

.visible {
  display: inline !important;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 5px;
    padding-right: 5px;
  }

}

@media (max-width: 800px) {


  .background-header .main-nav {
    /*box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 25px 25px;*/
    width: 100%;
  }

  .header-area .main-nav .logo h1 {
    padding-left: 50px;
  }

  .background-header .main-nav .nav,
  .header-area .main-nav .nav {
    background-color: #fff;
  }

  .background-header .main-nav .nav li a,
  .header-area .main-nav .nav li a {
    line-height: 50px;
    height: 50px;
    font-weight: 400;
    color: var(--secondary-clr);
    background-color: #fff;
    border-radius: 0px 0px 25px 25px;
  }

  .background-header .main-nav .nav li,
  .header-area .main-nav .nav li {
    border-top: 1px solid #ddd;
    background-color: #f1f0fe;
    height: 50px;
    border-radius: 0px 0px 25px 25px;
  }

  .header-area .main-nav .nav {
    height: auto;
    flex-basis: 100%;
  }

  .header-area .main-nav .logo {
    position: absolute;
    left: 30px;
    top: 0px;
  }

  .background-header .main-nav .logo {
    top: 0px;
  }

  .background-header .main-nav .border-button {
    top: 0px !important;
  }

  .header-area .main-nav .border-button {
    position: absolute;
    top: 15px;
    right: 70px;
  }

  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #ee626b !important;
    opacity: 1;
  }

  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }

  /*.header-area .nav li:last-child a {
    background-color: transparent !important;
    font-weight: 300 !important;
    text-transform: capitalize !important;
  }*/
  .header-area {
    padding: 0px 15px;
    height: 109px;
    box-shadow: none;
    text-align: center;
  }

  .header-area .container {
    padding: 0px;
  }

  .header-area .logo {
    margin-left: 0px;
  }

  .header-area .menu-trigger {
    display: block !important;
  }

  .header-area .main-nav {
    overflow: hidden;
  }

  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }

  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }

  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }

  .background-header.header-sticky .nav {
    margin-top: 100px !important;
  }

  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .background-header {
  top: 0 !important;
  }

 

}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/
/*.main-banner {
  /*height: 50vh;* /
}*/

.main-banner .item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 220px 10% 320px 10%;
  margin-top: 0px;
  height: 60vh;
  border-bottom: var(--primary-clr) solid 3px;
}

.main-banner .item-1 {
  background-image: url(../imgs/home_1.png);
}

.main-banner .item-2 {
  background-image: url(../imgs/home_2.png);
}

.main-banner .item-3 {
  background-image: url(../imgs/home_3.png);
}

.main-banner .item-4 {
  background-image: url(../imgs/home_4.jpeg);
}

.main-banner .item span.category {
  background-color: #fff;
  border-radius: 20px;
  color: var(--secondary-clr);
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 6px 15px;
  display: inline-block;
  margin: 0;
  margin-bottom: 30px;
  margin-top: -20px;

}

.main-banner .item span.category em {
  font-style: normal;
  color: var(--primary-clr);
}

.main-banner .item h2 {
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  line-height: 25px;
  width: 70%;
  margin-bottom: 0px;
}

.main-banner .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 20%;
}

.main-banner .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  transition: all .5s;
}

.main-banner .owl-dots .active {
  background-color: var(--primary-clr);
}

.main-banner .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50px);
}

.main-banner .owl-nav .owl-prev i,
.main-banner .owl-nav .owl-next i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  display: inline-block;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  opacity: 1;
  transition: all .3s;
}

.main-banner .owl-nav .owl-prev i {
  position: absolute;
  left: 15px;
}

.main-banner .owl-nav .owl-next i {
  position: absolute;
  right: 15px;
}

.main-banner .owl-nav .owl-prev i:hover,
.main-banner .owl-nav .owl-next i:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
}



/* 
---------------------------------------------
Featured Style
--------------------------------------------- 
*/

.featured .left-image {
  position: relative;
}

.featured .left-image img {
  padding-left: 55px;
}

.featured .left-image a {
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  background-color: var(--primary-clr);
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -55px;
}

.featured .section-heading {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.featured .section-heading h2 {
  width: 70%;
}

.featured .accordion {
  margin-left: 10px;
  margin-right: 10px;
  --bs-accordion-border-radius: 10px;
  --bs-accordion-inner-border-radius: 10px;
  --bs-accordion-bg: #fafafa;
  --bs-accordion-border-color: none;
  border: none !important;
}

.featured .accordion-header {
  border-bottom: 1px solid #eaeaea;
}

.featured .accordion-button {
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  color: var(--secondary-clr);
}

.featured .accordion-button:not(.collapsed) {
  color: var(--primary-clr);
  background-color: #fafafa;
  outline: none;
}

.featured .accordion-button::after {
  display: none;
}

.featured #headingThree {
  border-bottom: none;
}

.featured .accordion-item:last-of-type .accordion-collapse {
  border-top: 1px solid #eaeaea;
}

.featured .info-table {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
}

.featured .info-table ul li {
  display: block;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eee;
}

.featured .info-table ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.featured .info-table ul li img {
  float: left;
  margin-right: 25px;
}

.featured .info-table ul li h4 {
  font-size: 22px;
  font-weight: 600;
}

.featured .info-table ul li h4 span {
  font-size: 15px;
  color: #aaa;
  font-weight: 400;
}

/* 
---------------------------------------------
Video Style
--------------------------------------------- 
*/

.video {
  background-image: url(../images/video-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0px 250px 0px;
  position: relative;
}

.video-content {
  margin-top: -240px;
}

.video .section-heading h2 {
  color: #fff;
}

.video-content .video-frame {
  position: relative;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.video-content .video-frame img {
  border-radius: 10px;
}

.video-content .video-frame a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-26px, -26px);
  width: 52px;
  height: 52px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 52px;
  color: var(--primary-clr);
  outline: 15px solid rgba(254, 85, 37, 0.5);
  font-size: 18px;
}

/* 
---------------------------------------------
Fun Facts Style
--------------------------------------------- 
*/

.fun-facts {
  text-align: center;
  margin-top: 60px;
}

.fun-facts .counter {
  /*background-color: #ffeee9;*/
  position: relative;
  border-radius: 10px;
  width: 270px;
  padding: 10px 2px;
  display: inline-block;
  min-height: 100px;
  border: thin #ccc solid;
}

.fun-facts .counter h2,
.fun-facts .counter p {
  display: inline-flex;
  vertical-align: middle;
}

.fun-facts .counter p {
  text-align: center;
  font-size: 16px;
  color: var(--secondary-clr);
  font-weight: 600;
  line-height: 28px;
}

.fun-facts .counter h2 {
  margin-right: 25px;
  font-size: 40px;
  color: var(--primary-clr);
}

/*.fun-facts .counter:after {
  /*position: absolute;
  width: 50px;
  height: 50px;
  background-color: var(--primary-clr);
  border-radius: 50%;
  content: '';
  right: -25px;
  top: -25px;* /
}*/


/* 
---------------------------------------------
Best Deal Style
--------------------------------------------- 
*/

.section_2col {
  background-color: #fafafa;
  padding: 100px 0px;
}

.section_2col .tab-content img {
  padding: 5px 10px;

  border: thin solid #ccc;
  border-radius: 20%;
}

.section_2col .tabs-content .nav-link {
  font-size: 16px;
  font-weight: 500;
  background-color: var(--secondary-clr) !important;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  padding: 0px 25px;
  color: #fff;
}

.section_2col .tabs-content .nav-tabs .nav-link.active {
  background-color: var(--primary-clr) !important;
  color: #fff;
}

.section_2col .tabs-content ul.nav-tabs {
  border-bottom: none !important;
  margin-bottom: 80px;
  align-items: end;
  justify-content: end;
  /*margin-top: -130px;*/
}

.section_2col .tabs-content ul.nav-tabs li {
  padding-right: 0px;
  border-right: none;
  margin-left: 20px;
}

.section_2col .info-table {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
}

.section_2col .info-table ul li {
  display: block;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
  text-align: left;
  font-size: 15px;
  color: #aaa;
  font-weight: 400;
}

.section_2col .info-table ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.section_2col .info-table ul li span {
  font-size: 20px;
  color: var(--secondary-clr);
  font-weight: 700;
  display: inline-block;
  float: right;
}

.section_2col .tabs-content {
  padding: 0px;
  background-color: transparent;
}

.section_2col .tabs-content h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 30px;
}

.section_2col .icon-button {
  margin-top: 30px;
}


/* 
---------------------------------------------
our_work_sec Style
--------------------------------------------- 
*/

.our_work_sec .item {
  background-color: #fafafa;
  border: thin solid #ccc;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.our_work_sec .item img {
  border-radius: 10px;
  width: 100%;
  /*min-width: 250px;*/

  height: 280px;
}

.our_work_sec .item span.category {
  background-color: #fbd9cf;
  font-weight: 500;
  border-radius: 5px;
  font-size: 14px;
  color: var(--secondary-clr);
  padding: 5px 12px;
  display: inline-block;
  margin-top: 25px;
}

.our_work_sec .item h4 {
  font-size: 16px;
  margin: 25px 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.our_work_sec .item p {
  margin: 25px 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.our_work_sec .item h4 a {
  color: var(--secondary-clr);
}

.our_work_sec .item ul li {
  display: inline-block;
  font-size: 15px;
  color: #4a4a4a;
  margin-right: 20px;
}

.our_work_sec .item ul li span {
  font-weight: 600;
  color: var(--secondary-clr);
}

.our_work_sec .item ul {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.our_work_sec .item h6 {
  font-size: 20px;
  color: var(--primary-clr);
  margin-top: 6px;
  display: inline-block;
  float: right;
  margin-top: 30px;
}

.our_work_sec .item .main-button {
  text-align: center;
}


/* 
---------------------------------------------
Contact Style
--------------------------------------------- 
*/

.contact {
  background-image: url(../images/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0px 250px 0px;
  position: relative;
}

.contact .section-heading h2 {
  color: #fff;
}

.contact-content {
  margin-top: -240px;
  position: relative;
  z-index: 1;
}

.contact-content #map {
  border-radius: 10px;
  margin-bottom: 60px;
}

.contact-content .item {
  /*border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 15px 30px;
  background-color: #fff;*/
  border-bottom: #a9a9a9 solid 1px;
  margin: 0;
  background-color: #000;
}

.contact-content .phone {
  margin-right: 15px;
}

.contact-content .email {
  margin-left: 15px;
}

.contact-content .item img {
  float: left;
  margin-right: 25px;
  vertical-align: middle;
}

.contact-content .item h6 {
  font-size: 16px;
  font-weight: 600;
  vertical-align: middle;
}

.contact-content .item h6 span {
  font-size: 12px;
  color: #aaaaaa;
  font-weight: 400;
}

.contact-content #contact-form {
  margin-left: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  background-color: #fff;
}

.contact-content #contact-form label {
  font-size: 14px;
  color: #3a3a3a;
  margin-bottom: 15px;
  font-weight: normal;
}

.contact-content #contact-form input {

  width: 100%;
  height: 30px;
  /*border-radius: 22px;*/
  border: #ccc solid 1px;
  background-color: #f6f6f6;
  margin-bottom: 5px;
  font-size: 12px;
  padding: 0px 15px;
}

.contact-content #contact-form textarea {
  width: 100%;
  height: 150px;
  max-height: 180px;
  /*border-radius: 22px;*/
  border: #ccc solid 1px;
  background-color: #f6f6f6;
  margin-bottom: 40px;
  font-size: 14px;
  padding: 15px 15px;
}

.contact-content #contact-form button {
  background-color: var(--secondary-clr);
  height: 44px;
  border-radius: 22px;
  padding: 0px 20px;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 500;
  transition: all .5s;
}

.contact-content #contact-form button:hover {
  background-color: var(--primary-clr);
}


/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

.sub_footer {
  background-color: #eee;
  padding: 10px 0px;
  /*border: 1px solid var(--primary-clr);*/
  border-radius: 15px;

}

.sub_footer ul li {
  display: inline-block;
}

.sub_footer ul.social-links {
  text-align: right;
}

.sub_footer ul.social-links li {
  margin-left: 8px;
}

.sub_footer ul.social-links li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #cdcdcd;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  transition: all .3s;
}

.sub_footer ul.social-links li a:hover {
  background-color: var(--primary-clr);
}

.sub_footer ul.info li {
  font-size: 14px;
  color: #7a7a7a;
  border-right: 1px solid #eee;
  margin-right: 25px;
  padding-right: 25px;
}

.sub_footer ul.info li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}

.sub_footer ul.info li i {
  font-size: 20px;
  color: var(--primary-clr);
  margin-right: 8px;
}

footer.footer-no-gap {
  margin-top: 0px;
}

footer {
  margin-top: 150px;
  background-color: var(--secondary-clr);
  min-height: 100px;
  padding-top: 10px;
  /*border-top: var(--primary-clr) 3px solid;*/
}

footer p {
  text-align: center;
  line-height: 100px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto;
}

footer p a {
  color: #fff;
  transition: all .3s;
  position: relative;
  z-index: 3;
}

footer p a:hover {
  opacity: 0.75;
}


/* 
---------------------------------------------
Page Header Style
--------------------------------------------- 
*/

.page-heading {
  /*background-image: url(../images/page-heading-bg.jpg);*/
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 80px 0;
  /*110px 0px;*/
  text-align: left;
  height: 450px;
}

.page-heading span {
  background-color: #fff;
  color: var(--light-heading-clr);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 25px;
  display: inline-block;
  margin-bottom: 30px;
}

.page-heading span a {
  color: var(--light-heading-clr);
}

.page-heading h3 {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--light-heading-clr);
  text-align: left;
  margin-top: 10%;
}

h2.title {
  /*font-size: 18px;*/
  font-weight: 700;
  text-transform: uppercase;
  color: var(--secondary-clr);
  background-color: #fff;
  max-width: 230px;
  padding: 20px;
  margin: -20px 0 0 20px;
  border: var(--light-text-clr) thin solid;
  border-radius: 20px;
}

h2.title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--secondary-clr);
  background-color: #fff;
  max-width: 230px;
  padding: 20px;
  margin: -30px 0 0 -20px;
  border: var(--light-text-clr) thin solid;
  border-radius: 20px;
}

div.desc {
  /*font-size: 20px;
  font-weight: 700;*/
  text-transform: uppercase;
  color: #fff;
  background-color: var(--secondary-clr);
  min-width: 250px;
  padding: 0px 40px 10px 40px;
  margin: 10px 0px 0 0px;
  border: var(--light-text-clr) thin solid;
  border-radius: 0px;
  z-index: 1;
  text-align: center;
}

div.desc h3, div.desc h6, div.desc p {
  color: #fff;
}


/* 
---------------------------------------------
our_work_sec Style
--------------------------------------------- 
*/

.our_work_sec ul.our_work_sec-filter {
  list-style: none;
  text-align: center;
  margin-bottom: 70px;
}

.our_work_sec ul.our_work_sec-filter li {
  display: inline-block;
  margin: 5px 8px;
}

.our_work_sec ul.our_work_sec-filter li a {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  background-color: var(--secondary-clr);
  padding: 12px 25px;
  border-radius: 5px;
  transition: all .3s;
}

.our_work_sec ul.our_work_sec-filter li a.is_active {
  background-color: var(--primary-clr);
  color: #fff;
}

.our_work_sec ul.our_work_sec-filter li a.is_active:hover {
  color: #fff;
}

.our_work_sec ul.our_work_sec-filter li a:hover {
  color: var(--primary-clr);
}

.our_work_sec ul.pagination {
  margin-top: 50px;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.our_work_sec ul.pagination li {
  display: inline-block;
  margin: 0px 5px;
}

.our_work_sec ul.pagination li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--secondary-clr);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50%;
  transition: all .3s;
}

.our_work_sec ul.pagination li a:hover,
.our_work_sec ul.pagination li a.is_active {
  background-color: var(--primary-clr);
  color: #fff;
}


/* 
---------------------------------------------
Single Page Style
--------------------------------------------- 
*/

.single-property .main-image img {
  float: none;
}

.single-property .main-content h4 {
  font-size: 25px;
  margin-top: 25px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.single-property .main-content span.category {
  background-color: #fbd9cf;
  font-weight: 500;
  border-radius: 5px;
  font-size: 14px;
  color: var(--secondary-clr);
  padding: 5px 12px;
  display: inline-block;
  margin-top: 40px;
}

.single-property .accordion {
  margin-top: 60px;
  margin-left: 0px;
  margin-right: 0px;
  --bs-accordion-border-radius: 10px;
  --bs-accordion-inner-border-radius: 10px;
  --bs-accordion-bg: #fafafa;
  --bs-accordion-border-color: none;
  border: none !important;
}

.single-property .accordion-header {
  border-bottom: 1px solid #eaeaea;
}

.single-property .accordion-button {
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  color: var(--secondary-clr);
}

.single-property .accordion-button:not(.collapsed) {
  color: var(--primary-clr);
  background-color: #fafafa;
  outline: none;
}

.single-property .accordion-button::after {
  display: none;
}

.single-property #headingThree {
  border-bottom: none;
}

.single-property .accordion-item:last-of-type .accordion-collapse {
  border-top: 1px solid #eaeaea;
}

.single-property .info-table {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  margin-left: 60px;
}

.single-property .info-table ul li {
  display: block;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eee;
}

.single-property .info-table ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.single-property .info-table ul li img {
  float: left;
  margin-right: 25px;
}

.single-property .info-table ul li h4 {
  font-size: 22px;
  font-weight: 600;
}

.single-property .info-table ul li h4 span {
  font-size: 15px;
  color: #aaa;
  font-weight: 400;
}


/* 
---------------------------------------------
Contact Page Style
--------------------------------------------- 
*/

.contact-page #map {
  margin-top: 20px;
}

.contact-page .section-heading {
  margin-bottom: 0px;
  margin-right: 280px;
}

.contact-page p {
  margin-bottom: 30px;
}

.contact-page .item {
  /*border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  padding: 10px 15px;
  background-color: #fff;*/
  display: inline-block;
  /*min-width: 360px;*/
  width: 100%;
  border-bottom: #aaa solid 1px;
}


.contact-page .phone {
  margin-bottom: 10px;
}

.contact-page .item img {
  float: left;
  margin-right: 25px;
  vertical-align: middle;
  width: 72px;
  height: 52px;
}

.contact-page .item i {
  float: left;
  margin-right: 25px;
  vertical-align: middle;
  font-size: 35px;
  line-height: 50px;
  width: 32px;
  height: 100%;
  color: var(--primary-clr);
}

.contact-page .item h6 {
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
}

.contact-page .item h6 span {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 400;
}

.contact-page #contact-form {
  margin-left: 10px;
  /*border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);*/
  padding: 15px 30px;
  background-color: #fff;
}

.contact-page #contact-form label {
  font-size: 14px;
  color: #3a3a3a;
  margin-bottom: 8px;
}

.contact-page #contact-form input {
  width: 100%;
  height: 30px;
  /*border-radius: 22px;*/
  border: #ccc solid 1px;
  background-color: #f6f6f6;
  margin-bottom: 5px;
  font-size: 12px;
  padding: 0px 15px;
}

.contact-page #contact-form textarea {
  width: 100%;
  height: 150px;
  max-height: 180px;
  /*border-radius: 22px;*/
  border: #ccc solid 1px;
  background-color: #f6f6f6;
  margin-bottom: 5px;
  font-size: 12px;
  padding: 15px 15px;
}

.contact-page #contact-form button {
  background-color: var(--secondary-clr);
  height: 44px;
  border-radius: 22px;
  padding: 0px 20px;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 500;
  transition: all .5s;
}

.contact-page #contact-form button:hover {
  background-color: var(--primary-clr);
}

form .row {
  margin-bottom: 7px;
}

form label {
  margin-left: 4px;
    font-size: 14px;
    color: #3a3a3a;
    margin-bottom: 8px;
}

form input {
  /*border-radius: 22px;*/
  width: 100%;
  height: 25px;
  /*border-radius: 22px;*/
  border: #ccc solid 1px;
  background-color: #f6f6f6;
  margin-bottom: 5px;
  font-size: 10px;
  padding: 0px 15px;
}



select {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 60%),
    linear-gradient(135deg, gray 40%, transparent 50%) !important;
  background-position:
    calc(100% - 30px) 14px,
    calc(100% - 20px) 14px,
    100% 0;
  background-size:
    11px 11px,
    11px 11px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* 
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/

body {
  overflow-x: hidden;
}

@media (max-width: 800px) {

  .sub-header {
    display: none;
  }
}
@media (max-width: 800px) {


  .header-area .main-nav {
    justify-content: space-between;
  /*justify-content: space-evenly;*/
  }

  h2.title {
    font-size: 14px;
  }

  div.desc {
    font-size: 16px;
  }

  .header-area .main-nav .logo h1 {
    line-height: 109px !important;
  }

  .section_2col .tabs-content .nav-link {
    font-size: 14px;
    padding: 0px 15px;
    height: 44px;
    line-height: 44px;
  }

  .section_2col .tabs-content ul.nav-tabs li {
    margin: 0px 5px;
  }

  .our_work_sec ul.our_work_sec-filter li a {
    font-size: 14px;
    padding: 10px 15px;
  }

  .our_work_sec ul.our_work_sec-filter li {
    margin: 5px;
  }

  .header-area .main-nav .nav li:last-child {
    display: none;
  }

  .main-banner .item h2 {
    width: 100%;
  }

  .contact-page .item {
    width: 100%;
  }

  .page-heading {
    
    padding: 10px 0;
    height: 230px;
  }

  .page-heading h3 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--light-heading-clr);
    text-align: left;
    margin-left: 5%;
    margin-bottom: 10%;
  }
}

@media (max-width: 992px) {
  
  .page-heading {
    
    padding: 10px 0;
    height: 230px;
  }

  .page-heading h3 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--light-heading-clr);
    text-align: left;
    margin-left: 5%;
    margin-bottom: 10%;
  }

  .sub_footer {
    display: block;
  }

  .header-area .main-nav .logo h1 {
    line-height: 100px;
  }

  .background-header .main-nav .logo h1 {
    line-height: 109px;
  }

  .header-area .main-nav .nav li a {
    padding-left: 3px;
    padding-right: 3px;
  }

  /*.header-area .main-nav .nav li:last-child a {
    padding-right: 15px;
  }*/
  .main-banner .item h2 {
    width: 100%;
  }

  .featured .section-heading {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 40px;
  }

  .featured .accordion {
    margin-left: 0px;
    margin-right: 0px;
  }

  .featured .info-table {
    margin-top: 45px;
  }

  .fun-facts .counter {
    margin-bottom: 45px;
  }

  .fun-facts .counter img {
    margin: 2px;
  }


  .section_2col .section-heading {
    text-align: center;
  }

  .section_2col .tabs-content ul.nav-tabs {
    margin-top: 0px;
    justify-content: center;
  }

  .section_2col .info-table {
    margin-bottom: 45px;
  }

  .section_2col .tab-content img {
    padding: 10px;
    border: thin solid #ccc;
    border-radius: 50%;

  }

  .section_2col .tabs-content h4 {
    margin-top: 45px;
  }

  .our_work_sec .item h6 {
    text-align: center;
    margin-bottom: 15px;
  }

  .our_work_sec .item .main-button {
    text-align: center;
  }

  .our_work_sec .item ul li {
    margin-right: 10px;
    font-size: 13px;
  }

  .contact-content .phone {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .contact-content .email {
    margin-left: 0px;
    margin-bottom: 45px;
  }

  .contact-content #contact-form {
    margin-left: 0px;
  }

  .single-property .info-table {
    margin-left: 0px;
    margin-top: 45px;
  }

  .contact-page .section-heading {
    margin-right: 0px !important;
  }

  .contact-page #contact-form {
    margin-left: 0px;
    margin-top: 20px;
  }

  .section_2col .info-table ul li span {
    float: right !important;
    width: auto !important;
  }
}

@media (max-width: 1200px) {
  .section_2col .info-table ul li span {
    float: none;
    width: 100%;
  }

  .contact-page .section-heading {
    margin-right: 100px;
  }
}

/* tab */
.collapsible_tab {
  /*background-color: var(--secondary-clr);
  color: white;*/
  background-color: transparent;
  color: var(--primary-clr);
  cursor: pointer;
  padding: 10px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}


.active_tab, .collapsible_tab:hover {
  color: var(--secondary-clr);
}

.collapsible_tab:after {
  content: '\002B';
  color: var(--primary-clr);
  /*white;*/
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active_tab:after {
  content: "\2212";
}

.content_tab {
  padding: 0 13px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: transparent;
  /*border: #f1f1f1 solid thin;*/
}

/* end tab */

.col-lg-12 {
  margin: 0;
  padding: 0;
}

form label{
  font-size: 14px;
} 
form input.form-control, form select.form-control, form textarea.form-control, form label.form-check-label {
  font-size: 13px;
  height: 32px;
}
form .form-check-input {
    /*width: 5px;
    height: 15px;*/
    font-size: 12px;
    margin-top: 5px;
}

input[type="radio"].form-check-input,
input[type="checkbox"].form-check-input {
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin-top: 2px;
}

span.redcolor {
  color: red;
  font-size: large;
}