@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800&amp;family=Work+Sans:wght@300;400;500;600;700;800&amp;display=swap");
.gray-bg {
  background: #f1fbff;
}
.section-bg {
  background: #f1f6f9;
}
body {
  font-family: "Mulish", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Work Sans", sans-serif;
  color: #1a213d;
  margin-top: 0px;
  font-style: normal;
  font-weight: 500;
  text-transform: normal;
}
p {
  font-family: "Mulish", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 1.6;
}
button.btn-close {
    background: #000;
    border-radius: 21px;
    padding: 0px 10px;
}
.font-bold{
  font-weight: 600;
}

.footer-logo.mb-20 {
    display: flex;
    align-items: center;
}

.about-section{
    padding: 45px 0px;
}
/*
.modal-header{
      display: flex;
    justify-content: space-between;
    padding: 10px;
        border-bottom: 1px solid #f5f5f5;
}
.modal-content{
  background:#fff;
}*/
.f-right {
  float: right;
}
.fix {
  overflow: hidden;
}
.clear {
  clear: both;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.ml-20 {
  margin-left: 20px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-10{
  margin-right:10px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}
a {
  color: #635c5c;
  text-decoration: none;
}
a:hover {
  color: #13676c;
}
a:focus,
a:hover {
  text-decoration: none;
}
a,
button {
  color: #fff;
  outline: medium none;
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}
input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}
@keyframes bounce {
  0% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(-3px);
  }
}
.sticky-bar {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
#back-top {
  background: #4db7fe;
  height: 50px;
  width: 50px;
  right: 31px;
  bottom: 18px;
  position: fixed;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent;
  box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
}
@media (max-width: 575px) {
  #back-top {
    right: 16px;
  }
}
#back-top a i {
  display: block;
  line-height: 50px;
}
@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.slick-initialized .slick-slide {
  outline: 0;
}
.running {
  animation: nudge 10s linear infinite alternate;
}
@keyframes nudge {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-100px, 0);
    @media (max-width: 575px) {
      transform: translate(-50px, 0) !important;
    }
  }
  80% {
    transform: translate(100px, 0);
    @media (max-width: 575px) {
      transform: translate(50px, 0) !important;
    }
  }
}
.nice-select {
  line-height: 30px;
  border: 1px solid #eaeaea;
  height: 50px;
  width: 100%;
  color: #071112;
  font-weight: 500;
  text-transform: capitalize;
  padding-top: 10px;
  border-radius: 25px;
}
.nice-select::after {
  border-bottom: 2px solid #a3a3a3;
  border-right: 2px solid #a3a3a3;
  height: 7px;
  right: 41px;
  width: 7px;
}
.nice-select .list {
  width: 100%;
  border-radius: 0;
}
.nice-select.open .list {
  width: 100%;
  border-radius: 0;
}
.nice-select .option {
  color: #071112;
}
.nice-select::placeholder {
  color: #5e5e5e;
  font-size: 16px;
  font-weight: 400;
}
.section-padding {
  padding-top: 100px;
  padding-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .section-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.top-padding {
  padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-padding {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .top-padding {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .top-padding {
    padding-top: 70px;
  }
}
.w-padding2 {
  padding: 30px 50px;
}
@media (max-width: 575px) {
  .w-padding2 {
    padding: 30px 20px;
  }
}
.footer-padding {
  padding-top: 80px;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-padding {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-padding {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .footer-padding {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .section-tittle {
    margin-bottom: 50px;
  }
}
.section-tittle p {
  color: #6b5a5a;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle p br {
    display: none;
  }
}
@media (max-width: 575px) {
  .section-tittle p br {
    display: none;
  }
}
.section-tittle p a {
  text-decoration: underline;
}

.advisors{
  margin-bottom:15px;
}

.section-tittle > span {
  color: #7ea0ff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: capitalize;
  display: inline-block;
  letter-spacing: 0.05em;
}
@media (max-width: 575px) {
  .section-tittle > span {
    font-size: 14px;
    padding-left: 0px;
  }
}
.section-tittle h2 {
  font-family: "Work Sans", sans-serif;
  color: #1a213d;
  font-size: 36px;
  display: block;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 14px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .section-tittle h2 {
    font-size: 38px;
  }


}
@media (min-width: 576px){
.modal-dialog {
    max-width: 673px!important;
    
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-tittle h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-tittle h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle h2 {
    font-size: 31px;
  }
}
@media (max-width: 575px) {
  .section-tittle h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle h2 br {
    display: none;
  }
}
@media (max-width: 575px) {
  .section-tittle h2 br {
    display: none;
  }
}
.section-tittle h3 {
  font-size: 24px;
  font-weight: 400;
  color: #1a213d;
  line-height: 1.4;
}
@media (max-width: 575px) {
  .section-tittle h3 {
    font-size: 19px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .small-tittle {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .small-tittle {
    margin-bottom: 50px;
  }
}
.small-tittle h4 {
  color: #1a213d;
  font-size: 24px;
  display: block;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .small-tittle h4 {
    font-size: 41px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .small-tittle h4 {
    font-size: 43px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .small-tittle h4 {
    font-size: 31px;
  }
}
@media (max-width: 575px) {
  .small-tittle h4 {
    font-size: 24px;
  }
}
.small-tittle p {
  color: #c9d6cb;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
.small-tittle p a {
  text-decoration: underline;
}
.small-tittle.small-tittle2 h4 {
  color: #1a213d;
}
.small-tittle.small-tittle2 p {
  color: #66816a;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .small-tittle2 {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .small-tittle2 {
    margin-bottom: 50px;
  }
}
.small-tittle2 h4 {
  color: #1a213d;
  font-size: 14px;
  display: block;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 16px;
}
.small-tittle2 p {
  color: #c9d6cb;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
.small-tittle2 p a {
  text-decoration: underline;
}
.small-tittle2.small-tittle2 h4 {
  color: #1a213d;
}
.small-tittle2.small-tittle2 p {
  color: #66816a;
}
.section-img-bg2 {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.btn {
  background: #4db7fe;
  font-family: "Work Sans", sans-serif;
  text-transform: inherit !important;
  padding: 30px 35px;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 16px !important;
  font-weight: 500 !important;
  border-radius: 30px;
  line-height: 1;
  line-height: 0;
  cursor: pointer;
  -moz-user-select: none;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border: 0;
  overflow: hidden;
}
.btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 102%;
  height: 102%;
  background: #1a213d;
  z-index: 1;
  border-radius: 0px;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleX(0);
  border-radius: 0px;
}
.btn i {
  padding-right: 11px;
}
.btn:hover {
  color: #fff !important;
}
.btn:hover::before {
  transform: scaleX(1);
  z-index: -1;
}
.border-btn {
  border: 1px solid #fff;
  color: #fff;
  background: none;
  text-transform: normal;
  padding: 11px 37px !important;
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  z-index: 1;
}
.border-btn i {
  font-size: 16px;
  margin-right: 10px;
  color: #4db7fe;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.border-btn::before {
  border: 1px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: #fff;
  z-index: -1;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleY(0);
  border-radius: 0;
}
.border-btn:hover {
  color: #4db7fe;
}
.border-btn:hover::before {
  transform: scaleY(1);
  border: 1px solid transparent;
}
.header-btn {
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding: 0 3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-btn {
    margin-right: 15px;
  }
}
.header-btn i {
  padding-right: 6px;
  transform: rotate(0deg);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  font-weight: 600;
}
.header-btn:hover {
  color: #4db7fe;
}
.header-btn:hover i {
  transform: rotate(15deg);
}
.header-btn2 {
  padding: 12px 23px !important;
    margin-left: 0px;
    border-radius: 34px!important;
    background: #fff!important;
    color: #121f42!important;
    font-weight: 600!important;
}

.color-section::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../images/Home_triangle-asset.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index: 0;
}

.header-btn2:hover {
  color: inherit;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-btn2 {
    font-size: 13px !important;
    color: #fff;
  }
  .header-btn2:hover {
    color: #fff !important;
  }
}
@media (max-width: 575px) {
  .header-btn2 {
    font-size: 13px !important;
    color: #fff;
  }
  .header-btn2:hover {
    color: #fff !important;
  }
}
.submit-btn {
  width: 100%;
  background: #ff6f00;
  font-family: "Work Sans", sans-serif;
  text-transform: inherit !important;
  padding: 25px 43px;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 16px !important;
  font-weight: 500 !important;
  border-radius: 0px;
  line-height: 1;
  line-height: 0;
  cursor: pointer;
  -moz-user-select: none;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border: 0;
  overflow: hidden;
}
.submit-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: #fff;
  z-index: 1;
  border-radius: 5px;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleX(0);
  border-radius: 0px;
}
.submit-btn:hover {
  color: #4db7fe !important;
}
.submit-btn:hover::before {
  transform: scaleX(1);
  z-index: -1;
}
.submit-btn i {
  font-size: 20px;
  margin-right: 10px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.submit-btn2 {
  background: #4db7fe;
  height: 50px;
  padding: 10px 36px;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  border-radius: 0px;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 1px;
}
.btn_1 {
  background-color: #fff;
  color: #4db7fe !important;
  padding: 11px 20px;
  font-size: 16px;
  border-radius: 0px;
  font-weight: 400;
  text-transform: capitalize;
  border: 1px solid transparent;
  display: inline-block;
}
.btn_1:hover {
  background: none;
  border: 1px solid #fff;
  color: #fff !important;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.boxed-btn {
  background: #fff;
  color: #4db7fe !important;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #4db7fe;
  letter-spacing: 1px;
  text-align: center;
  color: #4db7fe;
  text-transform: uppercase;
  cursor: pointer;
}
.boxed-btn:hover {
  background: #4db7fe;
  color: #fff !important;
  border: 1px solid #4db7fe;
}
.boxed-btn:focus {
  outline: none;
}
.boxed-btn2 {
  padding: 4px 20px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area {
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area {
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  }
}
@media (max-width: 575px) {
  .header-area {
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  }
}
.header-area .main-header {
  padding: 0px 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-area .main-header {
    padding: 0px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .main-header {
    padding: 0px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header {
    padding: 8px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area .main-header {
    padding: 8px 0px;
  }
}
@media (max-width: 575px) {
  .header-area .main-header {
    padding: 8px 0px;
  }
}

@media (max-width:991px){

.offring-box{
    padding-bottom: 20px;
    
}
.offring-section{
  background: #fff0!important;
    padding-bottom: 12px;
}

.offring-section .col-xxl-3.col-xl-3.col-lg-4.col-md-6.col-sm-6 {
    margin-bottom: 15px;
}

.single-services.offring-box {
    padding: 18px;
    background: #fff;
    
}

.offring-section .founding-director {
    background: #fff;
    padding: 10px;
}

.offring-section .expert-wraper {
    background: #fff;
   
}

.offring-section h2.text-green {
    color: #fff!important;
}

.offring-box::after{
  content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    right: 0;
    background: transparent!important;
}
  .page-icon-image{
    width: 32%!important;
    height: 122px!important;
    margin: auto;
/*    background: #fff!important;*/
    margin-top: 0px!important;
       
  }
  .mobile-padding{
        padding: 10px;
  }
  .img-hiding.img-hiding{
        opacity: 1;
    border: 1px solid #f5f5f5;
    padding: 9px;
  }
  .bg-img.bg-img{
    background: transparent;
  }
  .logo-mobile-as{
    width:50%!important;
  }
  p{
    text-align: justify;
  }
}

span.d-block.logo-mobile-as {
    width: 86%;
}

.bold-white{
      font-weight: 700;
    color: #fff;
}
.expert-img{
  width:200px;
  height: 200px;
  display:block;
  margin:auto;
}
.expert-img img{
  width:100%;
  height:100%;
  object-fit: scale-down;
  border: 1px solid #13723f;
    padding: 6px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area .main-header.header-sticky.sticky-bar .button-header {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .header-area .main-header.header-sticky.sticky-bar .button-header {
    display: none !important;
  }
}
.header-area .main-header .form-box {
  position: relative;
  width: 323px;
  margin-left: 38px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .header-area .main-header .form-box {
    width: 297px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .main-header .form-box {
    width: 198px;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header .form-box {
    width: 208px;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area .main-header .form-box {
    width: 262px;
    margin-left: 20px;
  }
}
@media (max-width: 575px) {
  .header-area .main-header .form-box {
    width: 289px;
    margin-left: 20px;
    display: none;
  }
}
.header-area .main-header .form-box input {
  color: #fff;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(35, 47, 85, 0.15);
  border-radius: 30px;
  padding: 10px 20px;
  width: 100%;
  height: 48px;
  padding-left: 50px;
}
.header-area .main-header .form-box input::placeholder {
  color: #fff;
  font-size: 16px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area .main-header .form-box input::placeholder {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .header-area .main-header .form-box input::placeholder {
    font-size: 14px;
  }
}
.header-area .main-header .form-box input::-webkit-input-placeholder {
  color: #fff;
}
.header-area .main-header .form-box input::-moz-placeholder {
  color: #fff;
}
.header-area .main-header .form-box input:-ms-input-placeholder {
  color: #fff;
}
.header-area .main-header .form-box input::-ms-input-placeholder {
  color: #fff;
}
.header-area .main-header .form-box .search-icon {
  position: absolute;
  top: 14px;
  left: 25px;
}
@media (max-width: 575px) {
  .header-area .main-header .form-box .search-icon {
    top: 10px;
    left: 16px;
  }
}
.header-area .main-header .form-box .search-icon i {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}
.header-area .main-header .main-menu {
  margin-left: 8px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .header-area .main-header .main-menu {
    margin-left: 20px;
  }
}
@media (min-width: 1401px) and (max-width: 1600px) {
  .header-area .main-header .main-menu {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .header-area .main-header .main-menu {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .main-header .main-menu {
    margin-left: 15px;
  }
}
.header-area .main-header .main-menu ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 0 14px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .header-area .main-header .main-menu ul li {
    margin: 0 5px;
  }
}
@media (min-width: 1401px) and (max-width: 1600px) {
  .header-area .main-header .main-menu ul li {
    margin: 0 12px;
  }
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .header-area .main-header .main-menu ul li {
    margin: 0 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .main-header .main-menu ul li {
    margin: 0 2px;
  }
}


a.btn.business-insight-btn.white-transparent {
    border-radius: 23px;
    padding: 10px 10px;
    border: 1px solid #fff;
}

.header-area .main-header .main-menu ul li a {
  font-family: "Work Sans", sans-serif;
  color: #fff;
  font-weight: 600;
  padding: 28px 5px;
  display: block;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-transform: normal;
  font-family: "Work Sans", sans-serif;
  position: relative;
}
.header-area .main-header .main-menu ul li a i {
  color: #fff;
  margin-left: 2px;
  font-size: 12px;
}
.header-area .main-header .main-menu ul li:hover > a {
/*  color: #4db7fe;*/
    color: #d6602d;
}
.header-area .main-header .main-menu ul ul.submenu {
  position: absolute;
  width: 200px;
  background: rgba(26, 33, 61, 0.8);
  left: 0;
  top: 90%;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding: 17px 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header-area .main-header .main-menu ul ul.submenu > li {
  margin-left: 7px;
  display: block;
      border-bottom: 0.5px solid #fff;
}
.header-area .main-header .main-menu ul ul.submenu > li > a {
 padding: 6px 10px !important;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}
.header-area .main-header .main-menu ul ul.submenu > li > a:hover {
  color: #fff;
  background: none;
  padding-left: 13px !important;
}
.header-area .main-header ul > li:hover > ul.submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .button-header {
    margin-right: 40px;
  }
  .slider-area .hero-caption {
    text-align: center!important;
    margin-top: 0em!important;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .button-header {
   /* position: absolute;
    top: 80px;
    z-index: 3;
    right: 15px;*/
        display: inline-block!important;
  }
  .slider-area .hero-caption {
    text-align: center!important;
    margin-top: 0em!important;
}
}
@media (max-width: 575px) {
  .button-header {
    /*position: absolute;
    top: 80px;
    z-index: 3;
    right: 15px;*/
        display: inline-block!important;
  }
  .slider-area .hero-caption {
    text-align: center!important;
    margin-top: 0em!important;
}
}
a.slicknav_btn.slicknav_collapsed {
    background: #e15e21;
}
.header-transparent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
}
.header-sticky.sticky-bar {
/*  background: rgba(26, 33, 61, 0.8);*/
    background: rgb(26 153 143 / 90%);

}
.header-sticky.sticky-bar.sticky .main-menu ul li a {
  padding: 20px 20px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-sticky.sticky-bar.sticky {
    padding: 15px 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-sticky.sticky-bar.sticky {
    padding: 15px 0px;
  }
}
@media (max-width: 575px) {
  .header-sticky.sticky-bar.sticky {
    padding: 15px 0px;
  }
}
.header-sticky.sticky-bar .header-btn {
  color: #4db7fe;
}
.mobile_menu {
  position: absolute;
  right: 0px;
  width: 100%;
  z-index: 99;
  top: 16px;
}
ul#navigation {
    display: flex;
    align-items: center;
}
.header-btn::after {
  position: unset !important;
}
.slider-height1 {
  min-height: 556px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-height1 {
    min-height: 680px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height1 {
    min-height: 600px;
  }
  .section-advisor .h-100{
    height:auto;
  }
  .left-content .logo {
    position: absolute;
    top: 10px;
    z-index: 100;
    width:80%;
    left: 12px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-height1 {
    min-height: 400px;
  }
  .left-content .logo {
    position: absolute;
    top: 10px;
    z-index: 100;
    width:80%;
    left: 12px;
}
}
@media (max-width: 575px) {
  .slider-height1 {
    min-height: 350px;
  }
  .section-advisor .h-100{
    height:auto;
  }
  .left-content .logo {
    position: absolute;
    top: 10px;
    z-index: 100;
    left: 12px;
    width:80%;
}
}
.slider-height2 {
  min-height: 400px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-height2 {
    min-height: 300px;
  }
}
@media (max-width: 575px) {
  .slider-height2 {
    min-height: 300px;
  }
}
.slider-height3 {
  height: 430px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-height3 {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .slider-height3 {
    height: 500px;
  }
}
.hero-bg1 {
  background-image: url(../img/hero/h1_hero.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-bg2 {
  background-image: url(../img/hero/h2_hero1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.slider-area .hero-caption {
  text-align: left;
  margin-top: 7em;
}
@media (max-width: 575px) {
  .slider-area .hero-caption {
    padding-top: 24px;
  }
}
.slider-area .hero-caption span {
  color: #31ff7a;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 575px) {
  .slider-area .hero-caption span {
    margin-bottom: 30px;
    font-size: 56px;
  }
}
.slider-area .hero-caption h1 {
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 7px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .hero-caption h1 {
    font-size: 60px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .hero-caption h1 {
    font-size: 50px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-area .hero-caption h1 {
    font-size: 51px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .slider-area .hero-caption h1 {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
.slider-area .hero-caption p {
  color: #fff;
  font-size: 22px;
  margin-bottom: 34px;
  font-weight: 300;
  padding: 0 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .hero-caption p {
    font-size: 17px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-area .hero-caption p {
    font-size: 17px;
    padding: 0 19px;
  }
}
@media (max-width: 575px) {
  .slider-area .hero-caption p {
    font-size: 17px;
    padding: 0 19px;
  }
}
.slider-area .hero-caption.hero-caption2 {
  padding-top: 80px;
}
.slider-area .hero-caption.hero-caption2 h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-area .hero-caption.hero-caption2 h2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .slider-area .hero-caption.hero-caption2 h2 {
    font-size: 45px;
  }
}
.slider-area .hero-caption.hero-caption2 p {
  padding: 0;
}
.slider-area form.search-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  padding: 14px 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area form.search-box {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-area form.search-box {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .slider-area form.search-box {
    margin-bottom: 60px;
  }
}
.slider-area form.search-box .input-form {
  width: 42%;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area form.search-box .input-form {
    width: 40%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-area form.search-box .input-form {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .slider-area form.search-box .input-form {
    width: 100%;
    margin-bottom: 20px;
  }
}
.slider-area form.search-box .input-form span {
  position: absolute;
  font-family: "Work Sans", sans-serif;
  color: #1a213d;
  font-size: 16px;
  font-weight: 500;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
}
.slider-area form.search-box .input-form input {
  height: 60px;
  width: 100%;
  color: #140c40;
  font-size: 17px;
  font-weight: 400;
  padding: 9px 33px 9px 24px;
  border: none;
  position: relative;
  border-radius: 6px;
  padding-left: 94px;
}
.slider-area form.search-box .input-form input::placeholder {
  font-size: 15px;
  color: #616875;
}
@media (max-width: 575px) {
  .slider-area form.search-box .input-form input::placeholder {
    font-size: 13px;
  }
}
.slider-area form.search-box .search-form {
  width: 14%;
  border-radius: 6px;
  overflow: hidden;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-area form.search-box .search-form {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area form.search-box .search-form {
    width: 18%;
  }
}
@media (max-width: 575px) {
  .slider-area form.search-box .search-form {
    width: 100%;
  }
}
.slider-area form.search-box .search-form a {
  width: 100%;
  height: 60px;
  background: #4db7fe;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #fff;
  display: block;
  padding: 15px;
  border-radius: 0px;
  text-transform: capitalize;
  font-family: "Work Sans", sans-serif;
  line-height: 31px;
  font-size: 16px;
  font-weight: 500;
}
.slider-area form.search-box .search-form a i {
  color: #fff;
  padding-right: 10px;
}
.slider-area .category-items ul li {
  display: inline-block;
}
.slider-area .category-items ul li a {
  margin: 3px 5px;
  background: rgba(255, 255, 255, 0.25);
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px;
  border-radius: 20px;
  display: inline-block;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-area .category-items ul li a {
    margin: 0 1px;
    padding: 8px 14px;
  }
}
.slider-area .category-items ul li a.active {
  background: #304cbb;
}
.slider-area .category-items ul li a:hover {
  background: #304cbb;
}
.hero-overly {
  position: relative;
  z-index: 0;
}
.hero-overly::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
}
.header-transparent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
}
.great-stuffs .single-location {
  position: relative;
}
.great-stuffs .single-location h3 a {
  color: #1a213d;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  padding-top: 20px;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .great-stuffs .single-location h3 a {
    font-size: 19px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .great-stuffs .single-location h3 a {
    font-size: 19px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .great-stuffs .single-location h3 a {
    font-size: 19px;
  }
}
@media (max-width: 575px) {
  .great-stuffs .single-location h3 a {
    font-size: 19px;
  }
}
.great-stuffs .single-location .location-img {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  border-radius: 50%;
}
.great-stuffs .single-location .location-img::before {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  content: "";
  background: rgba(26, 33, 61, 0.5);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.great-stuffs .single-location .location-img::after {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: absolute;
  width: 92%;
  height: 91%;
  bottom: 10px;
  content: "";
  border: 2px dotted #fff;
  z-index: 1;
  left: 8px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .great-stuffs .single-location .location-img::after {
    bottom: 6px;
    left: 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .great-stuffs .single-location .location-img::after {
    bottom: 6px;
    left: 5px;
  }
}
@media (max-width: 575px) {
  .great-stuffs .single-location .location-img::after {
    bottom: 14px;
    left: 13px;
  }
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.great-stuffs .single-location .location-img img {
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.great-stuffs .single-location .location-details {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;@m
  text-align: center;
  margin: 0 auto;
  z-index: 2;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}
.great-stuffs .single-location .location-details h4 a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin: 0;
  line-height: 1;
}
@media (max-width: 575px) {
  .great-stuffs .single-location .location-details h4 a {
    font-size: 18px;
    line-height: 1.1;
  }
}
.great-stuffs .single-location .location-details h4 a i {
  margin-left: 5px;
}

.bg-gray {
  background: #e1dddd;
}

.great-stuffs .single-location .location-details h4 a:hover {
  letter-spacing: 0.5px;
}
.great-stuffs .single-location:hover h3 a {
  color: #4db7fe;
}
.great-stuffs .single-location:hover .location-img {
  box-shadow: 0 10px 20px rgba(26, 33, 61, 0.12);
}
.great-stuffs .single-location:hover .location-img img {
  transform: scale(1.05);
}
.great-stuffs .single-location:hover .location-img::before {
  opacity: 1;
  visibility: visible;
}
.great-stuffs .single-location:hover .location-img::after {
  opacity: 1;
  visibility: visible;
}
.great-stuffs .single-location:hover .location-details {
  opacity: 1;
  visibility: visible;
}
.popular-location .single-location {
  position: relative;
}
.popular-location .single-location .location-img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.popular-location .single-location .location-img::before {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  content: "";
  z-index: 1;
}
.popular-location .single-location .location-img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease-out 0s;
}
.popular-location .single-location .location-details {
  position: absolute;
  left: 25px;
  bottom: 20px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media (max-width: 575px) {
  .popular-location .single-location .location-details {
    left: 19px;
    bottom: 3px;
  }
}
.popular-location .single-location .location-details.location-details2 {
  bottom: 30px;
}
.popular-location .single-location .location-details.location-details2 h4 a {
  font-size: 24px;
}
.popular-location .single-location .location-details h4 a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  padding-right: 17px;
  padding-top: 19px;
}
@media (max-width: 575px) {
  .popular-location .single-location .location-details h4 a {
    font-size: 18px;
    line-height: 1.1;
  }
}
.popular-location .single-location .location-details p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.popular-location .single-location .location-details .location-btn {
  background: #4db7fe;
  padding: 13px 32px;
  color: #fff;
  border-radius: 30px;
  display: inline-block;
  font-size: 16px;
}
.popular-location .single-location .location-details .location-btn:hover {
  background: #fff;
  color: #4db7fe;
}
.popular-location .single-location .location-details .location-btn i {
  font-size: 10px;
  padding: 0;
  margin: 0;
  position: relative;
  left: -3px;
}
.single-location:hover .location-img img {
  transform: scale(1.1);
}
.popular-directorya-area .properties {
  margin: 0 15px;
}
.popular-directorya-area .properties .properties-card {
  box-shadow: 0px 6px 6px 0px rgba(2, 25, 65, 0.08);
  border-radius: 5px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.popular-directorya-area .properties .properties-card:hover {
  box-shadow: 0px 8px 8px 0px rgba(2, 25, 65, 0.08);
}
.popular-directorya-area .properties .properties-img {
  position: relative;
}
.popular-directorya-area .properties .properties-img::before {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  content: "";
  z-index: 1;
}
.popular-directorya-area .properties .properties-img img {
  width: 100%;
  border-radius: 5px 5px 0 0;
  position: relative;
}
.popular-directorya-area .properties .properties-img .img-text {
  position: absolute;
  top: 32px;
  left: 28px;
  z-index: 2;
}
.popular-directorya-area .properties .properties-img .img-text span {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 7px 15px;
  border-radius: 25px;
  background: rgba(126, 109, 92, 0.9);
}
.popular-directorya-area .properties .properties-img .icon {
  position: absolute;
  top: 27px;
  right: 28px;
  z-index: 2;
}
.popular-directorya-area .properties .properties-img .icon i {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: #4db7fe;
  color: #fff;
  width: 34px;
  line-height: 34px;
  height: 34px;
  background: rgba(126, 109, 92, 0.9);
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  display: block;
}
.popular-directorya-area .properties .properties-img .ratting {
  position: absolute;
  bottom: 25px;
  z-index: 2;
  left: 25px;
}
.popular-directorya-area .properties .properties-img .ratting ul li {
  display: inline-block;
  color: #ff6f00;
  font-size: 14px;
}
.popular-directorya-area .properties .properties-img .ratting ul span {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.popular-directorya-area .properties .properties-caption {
  padding: 15px 18px 0px 22px;
  border-bottom: 1px solid #ebeff4;
}
.popular-directorya-area .properties .properties-caption h3 a {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .popular-directorya-area .properties .properties-caption h3 a {
    font-size: 16px;
  }
}
.popular-directorya-area .properties .properties-caption h3 a:hover,
.popular-directorya-area .properties .properties-caption h3 .properties-card {
  color: #4db7fe;
}
.popular-directorya-area .properties .properties-caption h3 img {
  display: inline-block;
}
.popular-directorya-area .properties .properties-caption P span {
  color: #4db7fe;
  font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .popular-directorya-area .properties .properties-caption P span {
    font-size: 12px;
  }
}
.popular-directorya-area .properties .properties-caption i {
  color: #4db7fe;
  margin-right: 10px;
}
.popular-directorya-area .properties .properties-footer {
  padding: 19px 18px 12px 22px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media (max-width: 575px) {
  .popular-directorya-area .properties .properties-footer {
    padding: 19px 10px 12px 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .popular-directorya-area .properties .properties-footer .restaurant-name {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .popular-directorya-area .properties .properties-footer .restaurant-name {
    margin-bottom: 10px;
  }
}
.popular-directorya-area .properties .properties-footer .restaurant-name img {
  display: inline-block;
  padding-right: 7px;
  font-size: 16px;
}
.popular-directorya-area .properties .properties-footer .restaurant-name h3 {
  display: inline-block;
}
.popular-directorya-area .properties .properties-footer .restaurant-name h3 a {
  font-size: 14px;
  font-weight: 600;
}
.popular-directorya-area
  .properties
  .properties-footer
  .restaurant-name
  h3
  a:hover {
  color: inherit;
}
.popular-directorya-area .properties .properties-footer .contact ul li {
  display: inline-block;
  margin-left: 8px;
}
.popular-directorya-area .properties .properties-footer .contact ul li i {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: #4db7fe;
  color: #304cbb;
  width: 34px;
  line-height: 34px;
  height: 34px;
  background: rgba(48, 76, 187, 0.06);
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
}
.popular-directorya-area .properties .properties-footer .contact ul li:hover i {
  background: #304cbb;
  color: #fff;
}
.popular-directorya-area .properties.properties2 {
  margin: 0;
}
.directory-active button.slick-arrow {
  position: absolute;
  border: 0;
  padding: 0;
  z-index: 2;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  background: none;
}
.directory-active button.slick-arrow i {
  font-size: 23px;
  color: rgba(26, 33, 61, 0.4);
}
.directory-active button.slick-arrow i:hover {
  color: #1a213d;
}
.directory-active button.slick-prev {
  left: 10px;
  top: -86px;
}
.directory-active button.slick-next {
  right: 10px;
  top: -86px;
}
.our-services {
  background: #f1f6f9;
  padding-top: 90px;
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-services {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .our-services {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .our-services {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.our-services .single-services .services-icon img {
  text-align: center;
  margin-bottom: 14px;
}
.our-services .single-services .services-cap h5 a {
  font-weight: 600;
  font-size: 24px;
  color: #1a213d;
  line-height: 1.4;
  margin-bottom: 20px;
  display: block;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .our-services .single-services .services-cap h5 a {
    font-size: 21px;
  }
}
.our-services .single-services .services-cap p {
  font-weight: 300;
  color: #6a6063;
  line-height: 1.6;
}
.our-services .single-services:hover h5 a {
  color: #4db7fe;
}
.testimonial-area {
  position: relative;
}
.testimonial-area .testimonial-caption {
  padding-left: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-area .testimonial-caption {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-area .testimonial-caption {
    padding-left: 0px;
    padding-top: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-area .testimonial-caption {
    padding-left: 0px;
    padding-top: 40px;
  }
}
@media (max-width: 575px) {
  .testimonial-area .testimonial-caption {
    padding-left: 0px;
    padding-top: 40px;
  }
}
.testimonial-area .testimonial-caption .testimonial-top-cap img {
  margin-bottom: 30px;
  width: auto;
  display: inline-block;
}
.testimonial-area .testimonial-caption .testimonial-top-cap h2 {
  font-size: 36px;
  font-weight: 600;
  color: #000;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-area .testimonial-caption .testimonial-top-cap h2 {
    font-size: 29px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-area .testimonial-caption .testimonial-top-cap h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-area .testimonial-caption .testimonial-top-cap h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .testimonial-area .testimonial-caption .testimonial-top-cap h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.testimonial-area .testimonial-caption .testimonial-top-cap p {
  background: #f1f6f9;
  border-radius: 5px;
  padding: 30px 100px 30px 40px;
  line-height: 1.5;
  margin-bottom: 32px;
  font-size: 20px;
  color: #1a213d;
  font-weight: 400;
  position: relative;
}
@media (max-width: 575px) {
  .testimonial-area .testimonial-caption .testimonial-top-cap p {
    padding: 30px 20px 30px 40px;
  }
}
.testimonial-area .testimonial-caption .testimonial-top-cap p::before {
  position: absolute;
  height: 35px;
  width: 35px;
  background: #f1f6f9;
  content: "";
  left: 23px;
  bottom: -8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-area .testimonial-caption .testimonial-top-cap p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-area .testimonial-caption .testimonial-top-cap p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-area .testimonial-caption .testimonial-top-cap p {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-area .testimonial-caption .testimonial-top-cap p {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .testimonial-area .testimonial-caption .testimonial-top-cap p {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
.testimonial-area .testimonial-caption .testimonial-founder .founder-text {
  margin-left: 20px;
  text-align: left;
}
.testimonial-area .testimonial-caption .testimonial-founder .founder-text span {
  font-family: "Work Sans", sans-serif;
  color: #1a213d;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .testimonial-area
    .testimonial-caption
    .testimonial-founder
    .founder-text
    span {
    font-size: 18px;
  }
}
.testimonial-area .testimonial-caption .testimonial-founder .founder-text p {
  color: #68696e;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.h1-testimonial-active button.slick-arrow {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  border: 0;
  padding: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 40px;
  cursor: pointer;
  background: #000;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 2;
}
.h1-testimonial-active button.slick-arrow i {
  color: #423f8d;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h1-testimonial-active button.slick-arrow {
    left: -28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h1-testimonial-active button.slick-arrow {
    left: -28px;
  }
}
.h1-testimonial-active button.slick-next {
  left: auto;
  right: 0px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h1-testimonial-active button.slick-next {
    right: -28px;
  }
}
.slick-initialized .slick-slide {
  outline: 0;
}
.wantToWork-area {
  border: 1px solid #dee0e5;
  border-radius: 5px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wantToWork-area h2 {
  color: #1a213d;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wantToWork-area h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wantToWork-area h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .wantToWork-area h2 {
    font-size: 25px;
  }
}
.wantToWork-area p {
  font-size: 18px;
  margin-bottom: 0;
  color: #000;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wantToWork-area .wantToWork-btn {
    float: left;
    margin-top: 6px;
  }
}
@media (max-width: 575px) {
  .wantToWork-area .wantToWork-btn {
    float: left;
    margin-top: 6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wantToWork-area .wantToWork-btn {
    float: left;
    margin-top: 6px;
  }
}
.video-area {
  position: relative;
  height: 430px;
  border-radius: 5px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .video-area {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .video-area {
    height: 350px;
  }
}
.video-area .video-wrap {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
.video-area .video-wrap .video-icon a {
  margin-bottom: 20px;
  display: block;
}
.video-area .video-wrap .video-icon img {
  position: absolute;
  border: 37px solid rgba(255, 255, 255, 0.2);
  content: "";
  border-radius: 50%;
  left: -30px;
  top: -30px;
  right: 0;
  z-index: 1;
  background: #0000;
  text-align: center;
  margin: 0 auto;
}
.footer-wrapper {
  background: #002B2E;
}
.footer-wrapper .footer-area .footer-pera p {
  color: #a4a6ae;
  font-size: 14px;
  margin-bottom: 19px;
  line-height: 1.8;
}
.footer-wrapper .footer-area .footer-tittle h4 {
  font-size: 20px;
    margin-bottom: 12px;
    font-weight: 700;
    color:#fff;
}
.footer-wrapper .footer-area .footer-tittle ul li {
  margin-bottom: 0px;
}
.footer-wrapper .footer-area .footer-tittle ul li a { 
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  text-decoration: underline transparent;
}
.footer-wrapper .footer-area .footer-tittle ul li a:hover {
  color: #a4a6ae;
  text-decoration: underline;
}
.footer-wrapper .footer-area .footer-tittle ul li span {
  color: red;
}
.footer-wrapper .footer-area .footer-tittle p {
  color: #a4a6ae;
  font-size: 16px;
}
.footer-wrapper .footer-area .footer-form form {
  position: relative;
}
.footer-wrapper .footer-area .footer-form form input {
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  border: 1px solid #a4a6ae;
  border-radius: 30px;
  background: none;
  color: #a4a6ae;
}
.footer-wrapper .footer-area .footer-form form input::placeholder {
  color: #a4a6ae;
  font-size: 16px;
}
.footer-wrapper .footer-area .footer-form form .form-icon button {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 17px 22px;
  line-height: 1;
  border-radius: 0 3px 3px 0;
}
.footer-wrapper .footer-area .footer-form form .form-icon button i {
  color: #4db7fe;
}
.footer-wrapper .footer-area .info.error {
  color: #4db7fe;
}
.footer-bottom-area .footer-border {
  padding-top: 0px;
  padding-bottom: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-bottom-area .footer-border {
    padding-top: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-bottom-area .footer-border {
    padding-top: 0;
  }
}
@media (max-width: 575px) {
  .footer-bottom-area .footer-border {
    padding-top: 0;
  }
}
.footer-bottom-area .footer-copy-right p {
  color: #a4a6ae;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
}
.footer-bottom-area .footer-copy-right p i {
  color: #4db7fe;
}
.footer-bottom-area .footer-copy-right p a {
  color: #4db7fe;
}
.footer-social a {
  color: #677f8b;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  margin-right: 24px;
}
.footer-social a i {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  display: inline-block;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
}
.footer-social a:hover {
  color: #4db7fe;
}
.footer-social a:hover i {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.login-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/hero/h1_hero.jpg);
}
.login-form-area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 100vh;
  padding: 15px 0;
}
.login-form-area .login-form {
  background: #fff;
  padding: 55px 60px 50px 50px;
  box-shadow: 0px 10px 30px 0px rgba(13, 12, 13, 0.2);
  min-width: 700px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .login-form-area .login-form {
    padding: 40px 20px 20px 26px;
    min-width: 95%;
  }
}
@media (max-width: 575px) {
  .login-form-area .login-form {
    padding: 40px 20px 20px 26px;
    min-width: 95%;
  }
}
.login-form-area .login-form .login-heading {
  text-align: center;
}
.login-form-area .login-form .login-heading span {
  color: #140c40;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 16px;
  display: block;
  text-transform: capitalize;
}
.login-form-area .login-form .input-box {
  padding-top: 35px;
  padding-bottom: 75px;
}
@media (max-width: 575px) {
  .login-form-area .login-form .input-box {
    padding-top: 28px;
    padding-bottom: 10px;
  }
}
.login-form-area .login-form .input-box .single-input-fields label {
  display: block;
  font-size: 17px;
  margin-bottom: 6px;
  color: #140c40;
  text-transform: capitalize;
  font-weight: 500;
  text-align: left;
}
.login-form-area .login-form .input-box .single-input-fields input {
  border: 1px solid #c9c9c9;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  padding: 0 25px;
  color: #000;
}
.login-form-area
  .login-form
  .input-box
  .single-input-fields
  input::placeholder {
  color: #777777;
  font-weight: 300;
  font-size: 13px;
}
.login-form-area .login-form .login-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .login-form-area .login-form .login-footer {
    display: block;
    text-align: start;
  }
}
@media (max-width: 575px) {
  .login-form-area .login-form .login-footer {
    display: block;
    text-align: start;
  }
}
.login-form-area .login-form .login-footer p {
  margin: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .login-form-area .login-form .login-footer p {
    margin-bottom: 28px;
    display: block;
  }
}
@media (max-width: 575px) {
  .login-form-area .login-form .login-footer p {
    margin-bottom: 28px;
    display: block;
  }
}
.login-form-area .login-form .login-footer p a {
  color: #4db7fe;
}
.login-check {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 8px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .login-check {
    display: block;
  }
}
.login-check input[type="checkbox"] + label {
  display: inline-block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0;
  margin: 0 0 13px 0;
}
.login-check input[type="checkbox"] {
  display: none;
}
.login-check input[type="checkbox"] + label::before {
  content: "\2714";
  border: 0.1em solid #e4e4e4;
  border-radius: 0.2em;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 10px;
  vertical-align: bottom;
  color: transparent;
  transition: 0.2s;
}
.login-check input[type="checkbox"] + label:active:before {
  transform: scale(0);
}
.login-check input[type="checkbox"]:checked + label:before {
  background-color: #4db7fe;
  border-color: #4db7fe;
  color: #fff;
  line-height: 18px;
}
.login-check a {
  color: #4db7fe;
  font-size: 14px;
  font-weight: 400;
}
.login-check a:hover {
  color: #4db7fe;
}
@media (max-width: 575px) {
  .login-check a {
    float: left;
    display: block;
    padding-top: 7px;
    margin-bottom: 10px;
  }
}
.register-form-area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 100vh;
  padding: 15px 0;
}
.register-form-area .register-form {
  background: #fff;
  padding: 55px 60px 50px 50px;
  box-shadow: 0px 10px 30px 0px rgba(13, 12, 13, 0.2);
  min-width: 700px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .register-form-area .register-form {
    padding: 40px 20px 20px 26px;
    min-width: 95%;
  }
}
@media (max-width: 575px) {
  .register-form-area .register-form {
    padding: 40px 20px 20px 26px;
    min-width: 95%;
  }
}
.register-form-area .register-form .register-heading {
  text-align: center;
}
.register-form-area .register-form .register-heading span {
  color: #140c40;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 16px;
  display: block;
  text-transform: capitalize;
}
.register-form-area .register-form .input-box {
  padding-top: 35px;
  padding-bottom: 60px;
}
@media (max-width: 575px) {
  .register-form-area .register-form .input-box {
    padding-top: 28px;
    padding-bottom: 20px;
  }
}
.register-form-area .register-form .input-box .single-input-fields label {
  display: block;
  font-size: 17px;
  margin-bottom: 6px;
  color: #140c40;
  text-transform: capitalize;
  font-weight: 500;
  text-align: left;
}
.register-form-area .register-form .input-box .single-input-fields input {
  border: 1px solid #c9c9c9;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  padding: 0 25px;
  color: #000;
}
.register-form-area
  .register-form
  .input-box
  .single-input-fields
  input::placeholder {
  color: #777777;
  font-weight: 300;
  font-size: 13px;
}
.register-form-area .register-form .register-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .register-form-area .register-form .register-footer {
    display: block;
    text-align: start;
  }
}
@media (max-width: 575px) {
  .register-form-area .register-form .register-footer {
    display: block;
    text-align: start;
  }
}
.register-form-area .register-form .register-footer p {
  margin: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .register-form-area .register-form .register-footer p {
    margin-bottom: 28px;
    display: block;
  }
}
@media (max-width: 575px) {
  .register-form-area .register-form .register-footer p {
    margin-bottom: 28px;
    display: block;
  }
}
.register-form-area .register-form .register-footer p a {
  color: #4db7fe;
}
.submit-btn3 {
  background: #4db7fe;
  height: 60px;
  padding: 10px 43px;
  border: 0;
  color: #fff;
  text-transform: capitalize;
  cursor: pointer;
  font-size: 16px;
  border-radius: 0px;
}
.pagination-area .page-item {
  margin: 0;
}
.pagination-area .page-item:first-child {
  margin: 0;
}
.pagination-area .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0%;
  border-bottom-left-radius: 0%;
}
.pagination-area .page-item:last-child .page-link {
  border-top-right-radius: 0%;
  border-bottom-right-radius: 0%;
}
.pagination-area .page-item.active .page-link {
  z-index: 1;
  border: 0;
  position: relative;
  box-shadow: none;
  outline: 0;
  color: #fff;
  background: #4db7fe;
}
.pagination-area .page-link {
  font-size: 14px;
  text-align: center;
  box-shadow: none;
  outline: 0;
  color: #68696e;
  padding: 8px 10px;
  background: #fff;
  margin: 0 11px;
  border-radius: 5px;
  border: 1px solid #f0f0f0;
}
@media (max-width: 575px) {
  .pagination-area .page-link {
    margin: 0 4px;
    padding: 8px 11px;
  }
}
.pagination-area .page-link:hover {
  color: #fff;
  background: #4db7fe;
  border: 1px solid transparent;
}
@media (max-width: 575px) {
  .listing-area {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .listing-area {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.listing-area .count span {
  font-family: "Work Sans", sans-serif;
  color: #1a213d;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .listing-area .count span {
    margin-bottom: 30px;
  }
}
.category-listing {
  border: 1px solid #ededed;
  padding: 30px 19px 30px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category-listing {
    padding: 30px 19px 30px 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-listing {
    padding: 30px 19px 30px 16px;
  }
}
.category-listing .single-listing .input-form input {
  width: 100%;
  height: 45px;
  background: #fff;
  color: #777777;
  font-size: 18px;
  font-weight: 400;
  padding: 9px 33px 9px 18px;
  border: 1px solid #ededed;
  border-radius: 5px;
  position: relative;
  margin-bottom: 20px;
}
.category-listing .single-listing .select-job-items2 .nice-select {
  width: 100%;
  height: 45px;
  background: #fff;
  border-radius: 5px;
  padding: 11px 19px 11px 18px;
  color: #140c40;
  line-height: 20px;
  border: 1px solid #ededed;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .category-listing .single-listing .select-job-items2 .nice-select {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .category-listing .single-listing .select-job-items2 .nice-select {
    padding-left: 25px;
  }
}
.category-listing .single-listing .select-job-items2 .nice-select .list {
  width: 100%;
}
.category-listing .single-listing .select-job-items2 .nice-select.open .list {
  width: 100%;
  border-radius: 0;
  border: 0;
}
.category-listing .single-listing .select-job-items2 .nice-select::after {
  border-bottom: 1px solid #a9b6cd;
  border-right: 1px solid #a9b6cd;
  height: 12px;
  width: 12px;
  margin-top: -9px;
  right: 29px;
}
.category-listing .single-listing .select-Categories .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #666666;
  font-size: 16px;
}
@media (max-width: 575px) {
  .category-listing .single-listing .select-Categories .container {
    font-size: 14px;
  }
}
.category-listing .single-listing .select-Categories .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.category-listing .single-listing .select-Categories .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.category-listing
  .single-listing
  .select-Categories
  .container
  input:checked
  ~ .checkmark {
  background-color: #4db7fe;
  border: 2px solid transparent;
}
.category-listing .single-listing .select-Categories .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.category-listing
  .single-listing
  .select-Categories
  .container
  input:checked
  ~ .checkmark:after {
  display: block;
}
.category-listing
  .single-listing
  .select-Categories
  .container
  .checkmark::after {
  left: 6px;
  top: 1px;
  width: 6px;
  height: 14px;
  border: solid white;
  border-width: 0px 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gallery-img img {
  width: 100%;
  margin-bottom: 30px;
}
.map img {
  width: 100%;
}
.details-cap .icon {
  padding-right: 20px;
}
.details-cap .properties__caption h3 {
  color: #ffff;
  font-size: 18px;
}
.details-cap .properties__caption h3 a:hover {
  color: ffff;
}
.details-cap .properties__caption p {
  color: #fff;
}
.details-cap .properties__caption .img-text span {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 7px 15px;
  border-radius: 5px;
  text-transform: capitalize;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.details-cap .properties__caption .img-text .open {
  background: #ff377b;
  border: 0 !important;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .double-btn {
    float: left;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .double-btn {
    float: left;
    padding-top: 30px;
  }
}
@media (max-width: 575px) {
  .double-btn {
    float: left;
    padding-top: 30px;
  }
}
@media (max-width: 575px) {
  .double-btn .wantToWork-btn {
    margin-left: 0;
    margin-bottom: 15px;
  }
}

@media (max-width:991px){
  .about-section{
        padding: 3px 0px;
  }
}
.about-area h2 {
  font-family: "Work Sans", sans-serif;
  color: #1a213d;
  font-size: 36px;
  display: block;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .about-area h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area h2 {
    font-size: 31px;
  }
}
@media (max-width: 575px) {
  .about-area h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area h2 br {
    display: none;
  }
}
@media (max-width: 575px) {
  .about-area h2 br {
    display: none;
  }
}
.about-area p {
  color: #68696e;
  font-size: 18px;
}
.form-wrapper2 input {
  border: 1px solid #eaeaea;
  height: 50px;
  width: 100%;
  padding: 10px 25px;
  padding-right: 30px;
  color: #a3a3a3;
  font-weight: 300;
  text-transform: capitalize;
  border-radius: 0px;
}
.form-wrapper2 input .list {
  width: 100%;
  border-radius: 0;
}
.form-wrapper2 .nice-select {
  border: 1px solid #eaeaea;
  height: 50px;
  width: 100%;
  color: #a3a3a3;
  font-weight: 500;
  text-transform: capitalize;
  padding-top: 10px;
  border-radius: 0px;
}
.form-wrapper2 .nice-select::after {
  border-bottom: 2px solid #a3a3a3;
  border-right: 2px solid #a3a3a3;
  height: 7px;
  right: 41px;
  width: 7px;
}
.form-wrapper2 .nice-select.open .list {
  width: 100%;
  border-radius: 0;
}
.form-wrapper2 .nice-select .option {
  color: #a3a3a3;
}
.form-wrapper2 textarea {
  color: #a3a3a3;
  border: 1px solid #eaeaea;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: capitalize;
  height: 156px;
  width: 100%;
  padding: 30px 50px;
  border-radius: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .form-wrapper2 textarea {
    padding: 30px 42px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .form-wrapper2 textarea {
    padding: 30px 42px;
  }
}
@media (max-width: 575px) {
  .form-wrapper2 textarea {
    padding: 30px 42px;
  }
}
.form-wrapper2 textarea::placeholder {
  color: #898faf;
  font-size: 16px;
  font-weight: 300;
  transition: 0.4s;
}
.w-btn {
  padding: 18px 33px;
}
.blog_area a {
  color: "Work Sans", sans-serif !important;
  text-decoration: none;
  transition: 0.4s;
}
.blog_area a:hover,
.blog_area a :hover {
  background: -webkit-linear-gradient(131deg, #4db7fe 0%, #4db7fe 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  transition: 0.4s;
}
.blog_item {
  margin-bottom: 50px;
}
.blog_details {
  padding: 30px 0 20px 10px;
  box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}
@media (min-width: 768px) {
  .blog_details {
    padding: 60px 30px 35px 35px;
  }
}
.blog_details p {
  margin-bottom: 30px;
}
.blog_details a {
  color: #080808;
}
.blog_details a:hover {
  color: #4db7fe;
}
.blog_details h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .blog_details h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.blog-info-link li {
  float: left;
  font-size: 14px;
}
.blog-info-link li a {
  color: #999999;
}
.blog-info-link li i,
.blog-info-link li span {
  font-size: 13px;
  margin-right: 5px;
}
.blog-info-link li::after {
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
}
.blog-info-link li:last-child::after {
  display: none;
}
.blog-info-link::after {
  content: "";
  display: block;
  clear: both;
  display: table;
}
.blog_item_img {
  position: relative;
}
.blog_item_img .blog_item_date {
  position: absolute;
  bottom: -10px;
  left: 10px;
  display: block;
  color: #fff;
  background-color: #4db7fe;
  padding: 8px 15px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .blog_item_img .blog_item_date {
    bottom: -20px;
    left: 40px;
    padding: 13px 30px;
  }
}
.blog_item_img .blog_item_date h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .blog_item_img .blog_item_date h3 {
    font-size: 30px;
  }
}
.blog_item_img .blog_item_date p {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}
@media (min-width: 768px) {
  .blog_item_img .blog_item_date p {
    font-size: 18px;
  }
}
.blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px;
}
.blog_right_sidebar .widget_title::after {
  content: "";
  display: block;
  padding-top: 15px;
  border-bottom: 1px solid #f0e9ff;
}
.blog_right_sidebar .single_sidebar_widget {
  background: #fbf9ff;
  padding: 30px;
  margin-bottom: 30px;
}
.blog_right_sidebar .single_sidebar_widget .btn_1 {
  margin-top: 0px;
}
.blog_right_sidebar .search_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
  border-right: 0;
}
.blog_right_sidebar .search_widget .form-control::placeholder {
  color: #999999;
}
.blog_right_sidebar .search_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}
.blog_right_sidebar .search_widget .input-group button {
  background: #4db7fe;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 12px 15px;
  border-left: 0;
  cursor: pointer;
}
.blog_right_sidebar .search_widget .input-group button i {
  color: #fff;
}
.blog_right_sidebar .search_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}
.blog_right_sidebar .newsletter_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
}
.blog_right_sidebar .newsletter_widget .form-control::placeholder {
  color: #999999;
}
.blog_right_sidebar .newsletter_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}
.blog_right_sidebar .newsletter_widget .input-group button {
  background: #fff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}
.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
  font-size: 14px;
  color: #fff;
}
.blog_right_sidebar .post_category_widget .cat-list li {
  border-bottom: 1px solid #f0e9ff;
  transition: all 0.3s ease 0s;
  padding-bottom: 12px;
}
.blog_right_sidebar .post_category_widget .cat-list li:last-child {
  border-bottom: 0;
}
.blog_right_sidebar .post_category_widget .cat-list li a {
  font-size: 14px;
  line-height: 20px;
  color: #888888;
}
.blog_right_sidebar .post_category_widget .cat-list li a p {
  margin-bottom: 0px;
}
.blog_right_sidebar .post_category_widget .cat-list li + li {
  padding-top: 15px;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body {
  justify-content: center;
  align-self: center;
  padding-left: 20px;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
  transition: all 0.3s linear;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
  color: #fff;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
}
.blog_right_sidebar .popular_post_widget .post_item + .post_item {
  margin-top: 20px;
}
.blog_right_sidebar .tag_cloud_widget ul li {
  display: inline-block;
}
.blog_right_sidebar .tag_cloud_widget ul li a {
  display: inline-block;
  border: 1px solid #eeeeee;
  background: #fff;
  padding: 4px 20px;
  margin-bottom: 8px;
  margin-right: 3px;
  transition: all 0.3s ease 0s;
  color: #888888;
  font-size: 13px;
}
.blog_right_sidebar .tag_cloud_widget ul li a:hover {
  background: #4db7fe;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.blog_right_sidebar .instagram_feeds .instagram_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
}
.blog_right_sidebar .instagram_feeds .instagram_row li {
  width: 33.33%;
  float: left;
  padding-right: 6px;
  padding-left: 6px;
  margin-bottom: 15px;
}
.blog_right_sidebar .br {
  width: 100%;
  height: 1px;
  background: #eee;
  margin: 30px 0px;
}
.blog-pagination {
  margin-top: 80px;
}
.blog-pagination .page-link {
  font-size: 14px;
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  margin-left: -1px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  border-radius: 0 !important;
  color: #8a8a8a;
  border: 1px solid #f0e9ff;
  margin-right: 10px;
}
.blog-pagination .page-link i,
.blog-pagination .page-link span {
  font-size: 13px;
}
.blog-pagination .page-item.active .page-link {
  background-color: #fbf9ff;
  border-color: #f0e9ff;
  color: #888888;
}
.blog-pagination .page-item:last-child .page-link {
  margin-right: 0;
}
.single-post-area .blog_details {
  box-shadow: none;
  padding: 0;
}
.single-post-area .blog_details {
  padding-top: 26px;
}
.single-post-area .blog_details p {
  margin-bottom: 20px;
  font-size: 15px;
}
.single-post-area .quote-wrapper {
  background: rgba(130, 139, 178, 0.1);
  padding: 15px;
  line-height: 1.733;
  color: #888888;
  font-style: italic;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .single-post-area .quote-wrapper {
    padding: 30px;
  }
}
.single-post-area .quotes {
  background: #fff;
  padding: 15px 15px 15px 20px;
  border-left: 2px solid;
}
@media (min-width: 768px) {
  .single-post-area .quotes {
    padding: 25px 25px 25px 30px;
  }
}
.single-post-area .arrow {
  position: absolute;
}
.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600;
}
.single-post-area .navigation-top {
  padding-top: 15px;
  border-top: 1px solid #f0e9ff;
}
.single-post-area .navigation-top p {
  margin-bottom: 0;
}
.single-post-area .navigation-top .like-info {
  font-size: 14px;
}
.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
  font-size: 16px;
  margin-right: 5px;
}
.single-post-area .navigation-top .social-icons li {
  display: inline-block;
  margin-right: 15px;
}
.single-post-area .navigation-top .social-icons li:last-child {
  margin: 0;
}
.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
  font-size: 14px;
  color: #999999;
}
.single-post-area .blog-author {
  padding: 40px 30px;
  background: #fbf9ff;
  margin-top: 50px;
}
@media (max-width: 600px) {
  .single-post-area .blog-author {
    padding: 20px 8px;
  }
}
.single-post-area .blog-author img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 30px;
}
@media (max-width: 600px) {
  .single-post-area .blog-author img {
    margin-right: 15px;
    width: 45px;
    height: 45px;
  }
}
.single-post-area .blog-author a {
  display: inline-block;
}
.single-post-area .blog-author a:hover {
  color: #4db7fe;
}
.single-post-area .blog-author p {
  margin-bottom: 0;
  font-size: 15px;
}
.single-post-area .blog-author h4 {
  font-size: 16px;
}
.single-post-area .navigation-area {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-top: 55px;
}
.single-post-area .navigation-area p {
  margin-bottom: 0px;
}
.single-post-area .navigation-area h4 {
  font-size: 18px;
  line-height: 25px;
}
.single-post-area .navigation-area .nav-left {
  text-align: left;
}
.single-post-area .navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000;
}
.single-post-area .navigation-area .nav-left .thumb img {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.single-post-area .navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.single-post-area .navigation-area .nav-left:hover .lnr {
  opacity: 1;
}
.single-post-area .navigation-area .nav-left:hover .thumb img {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .single-post-area .navigation-area .nav-left {
    margin-bottom: 30px;
  }
}
.single-post-area .navigation-area .nav-right {
  text-align: right;
}
.single-post-area .navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}
.single-post-area .navigation-area .nav-right .thumb img {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1;
}
.single-post-area .navigation-area .nav-right:hover .thumb img {
  opacity: 0.5;
}
.comments-area {
  background: transparent;
  border-top: 1px solid #eee;
  padding: 45px 0;
  margin-top: 50px;
}
@media (max-width: 414px) {
  .comments-area {
    padding: 50px 8px;
  }
}
.comments-area h4 {
  margin-bottom: 35px;
  font-size: 18px;
}
.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0px;
}
.comments-area .comment-list {
  padding-bottom: 48px;
}
.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}
@media (max-width: 413px) {
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }
  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }
  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}
.comments-area .thumb {
  margin-right: 20px;
}
.comments-area .thumb img {
  width: 70px;
  border-radius: 50%;
}
.comments-area .date {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
  margin-left: 20px;
}
.comments-area .comment {
  margin-bottom: 10px;
  color: #777777;
  font-size: 15px;
}
.comments-area .btn-reply {
  background-color: transparent;
  color: #888888;
  padding: 5px 18px;
  font-size: 14px;
  display: block;
  font-weight: 400;
}
.comment-form {
  border-top: 1px solid #eee;
  padding-top: 45px;
  margin-top: 50px;
  margin-bottom: 20px;
}
.comment-form .form-group {
  margin-bottom: 30px;
}
.comment-form h4 {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 22px;
}
.comment-form .name {
  padding-left: 0px;
}
@media (max-width: 767px) {
  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
}
.comment-form .email {
  padding-right: 0px;
}
@media (max-width: 991px) {
  .comment-form .email {
    padding-left: 0px;
  }
}
.comment-form .form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}
.comment-form .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.comment-form .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}
.comment-form .form-control::placeholder {
  color: #777777;
}
.comment-form textarea {
  padding-top: 18px;
  border-radius: 12px;
  height: 100% !important;
}
.comment-form ::-webkit-input-placeholder {
  font-size: 13px;
  color: #777;
}
.comment-form ::-moz-placeholder {
  font-size: 13px;
  color: #777;
}
.comment-form :-ms-input-placeholder {
  font-size: 13px;
  color: #777;
}
.comment-form :-moz-placeholder {
  font-size: 13px;
  color: #777;
}
.media {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.img-fluid {
  width: 100%;
}
.form-group {
  margin-bottom: 1rem;
}
.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-info {
  margin-bottom: 25px;
}
.contact-info__icon {
  margin-right: 20px;
}
.contact-info__icon i,
.contact-info__icon span {
  color: #8f9195;
  font-size: 27px;
}
.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: #2a2a2a;
}
.contact-info .media-body h3 a:hover {
  color: #ff6f00;
}
.contact-info .media-body p {
  color: #8a8a8a;
}
.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}
.form-contact label {
  font-size: 14px;
}
.form-contact .form-group {
  margin-bottom: 30px;
}
.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}
.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
}
.contact-section {
  padding: 130px 0 100px;
}
@media (max-width: 991px) {

  .logo-section{
    flex-flow: column;
  }
  .contact-section {
    padding: 70px 0 40px;
  }
  .logo-section {
    margin-bottom:10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-section {
    padding: 80px 0 50px;
  }
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #4a3600;
  opacity: 0.6;
}
.hero-overly::before {
  background: -moz-linear-gradient(
    top,
    rgba(26, 32, 61, 0.65) 0%,
    rgba(27, 34, 60, 0.75) 48%,
    rgba(27, 34, 60, 0.73) 50%,
    rgba(25, 32, 61, 0.72) 51%,
    rgba(26, 32, 62, 0.63) 59%,
    rgba(25, 32, 61, 0.57) 64%,
    rgba(26, 32, 62, 0.48) 72%,
    rgba(27, 34, 60, 0.46) 74%,
    rgba(25, 32, 62, 0.45) 75%,
    rgba(27, 34, 61, 0.43) 77%,
    rgba(25, 32, 60, 0.42) 78%,
    rgba(28, 34, 61, 0.35) 84%,
    rgba(25, 31, 60, 0.34) 85%,
    rgba(24, 31, 59, 0.3) 88%,
    rgba(26, 33, 59, 0.29) 89%,
    rgba(27, 35, 62, 0.28) 90%,
    rgba(27, 31, 59, 0.27) 91%,
    rgba(26, 34, 59, 0.26) 92%,
    rgba(27, 31, 63, 0.25) 93%,
    rgba(28, 32, 60, 0.24) 94%,
    rgba(25, 34, 59, 0.23) 95%,
    rgba(25, 31, 61, 0.21) 96%,
    rgba(27, 32, 58, 0.2) 97%,
    rgba(24, 36, 59, 0.18) 98%,
    rgba(26, 32, 57, 0.16) 99%,
    rgba(27, 34, 60, 0.15) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(26, 32, 61, 0.65) 0%,
    rgba(27, 34, 60, 0.75) 48%,
    rgba(27, 34, 60, 0.73) 50%,
    rgba(25, 32, 61, 0.72) 51%,
    rgba(26, 32, 62, 0.63) 59%,
    rgba(25, 32, 61, 0.57) 64%,
    rgba(26, 32, 62, 0.48) 72%,
    rgba(27, 34, 60, 0.46) 74%,
    rgba(25, 32, 62, 0.45) 75%,
    rgba(27, 34, 61, 0.43) 77%,
    rgba(25, 32, 60, 0.42) 78%,
    rgba(28, 34, 61, 0.35) 84%,
    rgba(25, 31, 60, 0.34) 85%,
    rgba(24, 31, 59, 0.3) 88%,
    rgba(26, 33, 59, 0.29) 89%,
    rgba(27, 35, 62, 0.28) 90%,
    rgba(27, 31, 59, 0.27) 91%,
    rgba(26, 34, 59, 0.26) 92%,
    rgba(27, 31, 63, 0.25) 93%,
    rgba(28, 32, 60, 0.24) 94%,
    rgba(25, 34, 59, 0.23) 95%,
    rgba(25, 31, 61, 0.21) 96%,
    rgba(27, 32, 58, 0.2) 97%,
    rgba(24, 36, 59, 0.18) 98%,
    rgba(26, 32, 57, 0.16) 99%,
    rgba(27, 34, 60, 0.15) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(26, 32, 61, 0.65) 0%,
    rgba(27, 34, 60, 0.75) 48%,
    rgba(27, 34, 60, 0.73) 50%,
    rgba(25, 32, 61, 0.72) 51%,
    rgba(26, 32, 62, 0.63) 59%,
    rgba(25, 32, 61, 0.57) 64%,
    rgba(26, 32, 62, 0.48) 72%,
    rgba(27, 34, 60, 0.46) 74%,
    rgba(25, 32, 62, 0.45) 75%,
    rgba(27, 34, 61, 0.43) 77%,
    rgba(25, 32, 60, 0.42) 78%,
    rgba(28, 34, 61, 0.35) 84%,
    rgba(25, 31, 60, 0.34) 85%,
    rgba(24, 31, 59, 0.3) 88%,
    rgba(26, 33, 59, 0.29) 89%,
    rgba(27, 35, 62, 0.28) 90%,
    rgba(27, 31, 59, 0.27) 91%,
    rgba(26, 34, 59, 0.26) 92%,
    rgba(27, 31, 63, 0.25) 93%,
    rgba(28, 32, 60, 0.24) 94%,
    rgba(25, 34, 59, 0.23) 95%,
    rgba(25, 31, 61, 0.21) 96%,
    rgba(27, 32, 58, 0.2) 97%,
    rgba(24, 36, 59, 0.18) 98%,
    rgba(26, 32, 57, 0.16) 99%,
    rgba(27, 34, 60, 0.15) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a61a203d', endColorstr='#261b223c',GradientType=0 );
}
.popular-location .single-location .location-img::before,
.popular-directorya-area .properties .properties-img::before {
  background-image: -moz-linear-gradient(
    90deg,
    #010a27 0%,
    #010a27 0%,
    rgba(6, 31, 120, 0.3) 70%,
    rgba(11, 52, 201, 0.01) 100%,
    #0b34c9 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    #010a27 0%,
    #010a27 0%,
    rgba(6, 31, 120, 0.3) 70%,
    rgba(11, 52, 201, 0.01) 100%,
    #0b34c9 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    #010a27 0%,
    #010a27 0%,
    rgba(6, 31, 120, 0.3) 70%,
    rgba(11, 52, 201, 0.01) 100%,
    #0b34c9 100%
  );
}
.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}
.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}
b,
sup,
sub,
u,
del {
  color: #ff6f00;
}
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #828bb2;
}
.button-area {
  background: #fff;
}
.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}
.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}
.button-group-area .genric-btn:last-child {
  margin-right: 0;
}
.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: 0.8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -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;
}
.genric-btn:focus {
  outline: none;
}
.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}
.genric-btn.large {
  line-height: 45px;
}
.genric-btn.medium {
  line-height: 30px;
}
.genric-btn.small {
  line-height: 25px;
}
.genric-btn.radius {
  border-radius: 3px;
}
.genric-btn.circle {
  border-radius: 20px;
}
.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.genric-btn.arrow span {
  margin-left: 10px;
}
.genric-btn.default {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}
.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}
.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}
.genric-btn.default-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}
.genric-btn.primary {
  color: #fff;
  background: #ff6f00;
  border: 1px solid transparent;
}
.genric-btn.primary:hover {
  color: #ff6f00;
  border: 1px solid #ff6f00;
  background: #fff;
}
.genric-btn.primary-border {
  color: #ff6f00;
  border: 1px solid #ff6f00;
  background: #fff;
}
.genric-btn.primary-border:hover {
  color: #fff;
  background: #ff6f00;
  border: 1px solid transparent;
}
.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}
.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}
.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}
.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}
.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}
.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}
.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}
.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}
.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}
.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}
.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}
.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}
.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}
.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}
.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}
.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}
.genric-btn.link {
  color: #415094;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}
.genric-btn.link:hover {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
}
.genric-btn.link-border {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}
.genric-btn.link-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}
.genric-btn.disable {
  color: #222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}
.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #ff6f00;
}
.progress-table-wrap {
  overflow-x: scroll;
}
.progress-table {
  background: #f9f9ff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}
.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}
.progress-table .country {
  width: 28.07%;
}
.progress-table .visit {
  width: 19.74%;
}
.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}
.progress-table .table-head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
  color: #415094;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}
.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.progress-table .table-row .country img {
  margin-right: 15px;
}
.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}
.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}
.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}
.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}
.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}
.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}
.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}
.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}
.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}
.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}
.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}
.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}
.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #ff6f00;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}
.ordered-list {
  margin-left: 30px;
}
.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #ff6f00;
  font-weight: 500;
  line-height: 1.82em !important;
}
.ordered-list li span {
  font-weight: 300;
  color: #828bb2;
}
.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #ff6f00;
  font-weight: 500;
  line-height: 1.82em !important;
}
.ordered-list-alpha li span {
  font-weight: 300;
  color: #828bb2;
}
.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #ff6f00;
  font-weight: 500;
  line-height: 1.82em !important;
}
.ordered-list-roman li span {
  font-weight: 300;
  color: #828bb2;
}
.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}
.single-input:focus {
  outline: none;
}
.input-group-icon {
  position: relative;
}
.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}
.input-group-icon .icon i {
  color: #797979;
}
.input-group-icon .single-input {
  padding-left: 45px;
}
.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}
.single-textarea:focus {
  outline: none;
}
.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}
.single-input-primary:focus {
  outline: none;
  border: 1px solid #ff6f00;
}
.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}
.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}
.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}
.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}
.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}
.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ff6f00;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.default-switch input:checked + label {
  left: 19px;
}
.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}
.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.primary-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.primary-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.primary-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.primary-switch input:checked + label:after {
  left: 19px;
}
.primary-switch input:checked + label:before {
  background: #ff6f00;
}
.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}
.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.confirm-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.confirm-switch input:checked + label:after {
  left: 19px;
}
.confirm-switch input:checked + label:before {
  background: #4cd3e3;
}
.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}
.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.png) no-repeat center
    center/cover;
  border: none;
}
.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}
.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.confirm-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.png) no-repeat center
    center/cover;
  border: none;
}
.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}
.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.disabled-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}
.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.png) no-repeat center
    center/cover;
  border: none;
}
.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}
.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.png) no-repeat center
    center/cover;
  border: none;
}
.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}
.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.confirm-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.png) no-repeat center
    center/cover;
  border: none;
}
.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}
.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.disabled-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}
.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.png) no-repeat center
    center/cover;
  border: none;
}
.default-select {
  height: 40px;
}
.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px;
}
.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}
.default-select .nice-select .list .option {
  font-weight: 300;
  -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;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}
.default-select .nice-select .list .option.selected {
  color: #ff6f00;
  background: transparent;
}
.default-select .nice-select .list .option:hover {
  color: #ff6f00;
  background: transparent;
}
.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}
.default-select .nice-select::after {
  right: 20px;
}
.form-select {
  height: 40px;
  width: 100%;
}
.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}
.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}
.form-select .nice-select .list .option {
  font-weight: 300;
  -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;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}
.form-select .nice-select .list .option.selected {
  color: #ff6f00;
  background: transparent;
}
.form-select .nice-select .list .option:hover {
  color: #ff6f00;
  background: transparent;
}
.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}
.form-select .nice-select::after {
  right: 20px;
}
.mt-10 {
  margin-top: 10px;
}
.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}
.team-padding{
      padding: 20px;
}
.section-advisor{
/*background: #0ba79b;*/
        border-radius: 31px;
}
.bg-img{
      background: url(../img/elements/Home_SubHeader_image.jpg) no-repeat;
          background-size: cover;
    background-position: center;

}
.img-hiding{
opacity:0;
}

.mb-30 {
  margin-bottom: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.switch-wrap {
  margin-bottom: 10px;
}
.logo a img {
/*  filter: saturate(0) brightness(7) contrast(4);*/
  transform: translateX(-15px);
  width:80%;
}
.p-0{
	padding:0px;
}
.text-justify{
	text-align: justify;
}
.great-stuffs.who-we-are {
    background: #062259;
}
.rounded-4 {
    border-radius: 0px!important;
}
.fs-5 {
    font-size: 1.25rem!important;
}
.text-muted {
    color: #a0abb8 !important;
}
.mb-0{
	margin-bottom: 0px!important;
}
.mt-2{
	margin-top: 10px;
}
.rounded-2 {
    border-radius: 0px!important;
}
.p-2 {
    padding: 0.5rem!important;
}

.color-section {
/*    background: linear-gradient(181deg, #082866 6%, #007C84 100%);*/

/* background: linear-gradient(181deg, #0F7D63 6%, #007C84 100%);*/
    background: linear-gradient(181deg, #062259 6%, #15813A 100%);
}
.offring-section{
	margin:0px auto;
	background:#fff;
	border-radius:20px;
  margin-bottom: 0px;
}

.index-1{
        z-index:1;
        position:relative;
    }

    .section-tittle.founding-director p{
      font-family: sans-serif!important;
    }

    .advisor .para {

    line-height: 1.4;
    font-size: 15px;
    font-family: sans-serif;
    color: #444141;
    padding:0px 12px;
    
    }

    .advisor .designation{
      font-weight:500;
      font-family: sans-serif;
    }
    .advisor h4{
      font-weight: 600;
    }
    .page-icon-image.page-icon-image{
         background: none;
    border-radius: 82px;
    margin-top: 0;
        width: 77%;
    height: 240px;
     transform: scale(1.3) translate(0, 21px);
    }