body{
font-family: 'Source Sans Pro', sans-serif;
}




.google-reviews {
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 9999;
    box-shadow: 0 10px 20px rgb(0 0 0 / 9%), 0 6px 6px rgb(0 0 0 / 13%);
    max-width: 225px!important;
}



a:hover{
    text-decoration: none;  
}   
header.sticky {
    background: #fff;
    position: fixed;
    z-index: 10000;
    width: 100%;
    transition: .7s;
    box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
}
/*********************section-1**********************/
section.col-sm-12.section-1 {
    float: left;
    background-color: #ed8919;
    padding:10px 0px 10px 0px;
}
.section-1 .col-sm-4.top-1 {
    float: left;
    padding: 0px;
}
.top-1 ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}
.top-bar {
    max-width: 90%;
    margin: auto;
}
.top-1 ul li {
    font-size: 17px;
    font-weight: 600;
}
.top-1 a {
    color: #fff;
}
.top-1 ul li a {
    color: #fff;
    padding: 0px 0px 0px 15px;
    font-weight: 700;
    font-size: 18px;
}
.top-1 i {
    padding-right: 10px;
}

.col-sm-8.location {
    float: right;
    width: 25%;
    padding: 0px;
}	
.location ul {
    list-style: none;
    padding: 0 15px 0 0;
    text-align: right;
    margin: 0;
}
.location a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.location i {
    padding-right: 10px;
}
/***************************section-1 complete******************/
/******************section-2******************/
section.col-sm-12.section-2 {
    display: block!important;
    padding: 0px;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    background-color: #fff!important;
    max-width: 100%;
    margin: auto;
	padding: 1rem 1rem;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #ff9800 !important;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ff9800 !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #444444;
    font-weight: 800;
    font-size: 16px;
    font-family: 'Mukta Vaani', sans-serif;
    letter-spacing: 1px;
}
.navbar-light .navbar-nav a.nav-link {
    position: relative;
}
.navbar-light .navbar-nav li.nav-item:hover .nav-link:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    font-size: 0;
    line-height: 0;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -41px;
    z-index: 9;
}
.navbar-light .navbar-nav li.nav-item.active .nav-link:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    font-size: 0;
    line-height: 0;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -41px;
    z-index: 9;
}
.col-sm-3.logo {
    float: left;
    padding: 0px;
}
.logo img {
    width: 125px;
}
.col-sm-9.menu {
    float: right;
    padding: 0px;
}
ul.navbar-nav {
    margin-top: 10px;
    flex: 1;
}
.menu div#navbarSupportedContent {
    float: right;
}
.menu li {
    margin-right: 22px;
}
.menu ul li a {
    font-weight: 600;
}
.menu .submit {
    border: 1px solid #ed891a;
    padding: 3px 10px 3px 10px;
    border-radius: 8px;
    margin-left: 30px;
    background-color: #ed891a;
    display: flex;
    align-items: center;
    font-size: 18px;
}
.submit a {
    color: #fff !important;
    font-weight: 700;
    display: flex;
    letter-spacing: 2px;
    align-items: center;
}
.submit i {
    padding-right: 10px;
    font-size: 23px;
}
.search h4 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}
/**********************section-2 complete*****************/
/****************section-3***********************/
section.col-sm-12.section-3{
    position:relative;
    background-image: url(./img/banner.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center; 
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.5);
    padding:55px;
}
.banner-logo {
    text-align: center;
}
.banner-logo img {
    max-width:250px;
}
.banner-text {
    text-align: center;
    color: #fff;
}
.banner-text p {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px;
}
.banner-text h3, .banner-text h1 {
    font-size: 43px;
    font-weight: 900;
    margin-top: 25px;
    letter-spacing: -1px;
 font-weight:700!important; font-family:'Source Sans Pro', sans-serif!important;
}
.banner-text h5 {
    font-size: 21px;
    font-weight: 700;
    margin: 25px 0px 20px 0px;
    line-height: 32px;
}
.banner-text-2 {
    text-align: center;
}
.banner-text-2 a.home {
    border: 1px solid#ed891a;
    color: #fff;
    padding: 16px 20px;
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: 700;
    background-color: #ed891a;
    border-radius: 6px;
    margin-right: 58px;
}
.banner-text-2 i.fa.fa-home {
    margin-right: 5px;
}
.banner-text-2 a.home:hover{
    text-decoration: none;
}
.banner-text-2 a {
    border: 1px solid#ed891a;
    color: #fff;
    padding: 16px 20px;
    line-height: 18px;
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: 700;
    border-radius: 6px;
}
.banner-text-2 a:hover{
    text-decoration: none;
}
.banner-text-2 i.fa.fa-volume-control-phone {
    margin-right: 5px;
}
/************************section-3 complete*****************/
/***********************section--4************************/
section.col-sm-12.section-4 {
    float: left;
    padding: 0px;
}
.search {
    float: left;
    position: absolute;
    left: 0;
    top: 78%;
    width: 100%;
    right: 0;
    margin: auto;
    max-width: 1105px;
}
.search i {
    margin-right: 10px;
}
.mx-1 label {
    font-weight: 900;
    font-size: 22px;
    margin-left: 22px;
    margin-bottom: 15px;
}
.section-4 .container.px-5.py-5 {
    padding: 25px 0 !important;
}
section.col-sm-12.section-4 .col.mx-1 select {
    max-width: 158px;
    display: flex;
    align-items: center;
}
section.col-sm-12.section-4 .col.mx-1:last-child {
    flex: 1;
}
section.col-sm-12.section-4 .col.mx-1 {
    flex: 2;
    margin: 0;
}
.mx-1 select#Price {
    width: 100%;
    border: none;
    cursor: pointer;
    color: rgb(255, 152, 0);
    font-size: 20px;
    font-weight: 900;
}
.section-4 .mx-1 a {
    border: 1px solid#ed891a;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    margin-left: 15px;
    font-weight: 700;
    position: absolute;
    background: rgb(255, 152, 0);
    top: 12px;
    font-size: 18px;
}
.section-4 .mx-1 a:hover{
    text-decoration: none;
    color: #ff9800;
    background-color: #fff;
    transition: .5s;
}
.section-4 .container.px-5.py-5 {
    padding: 25px !important;
    box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 10px 12px;
    border-radius: 6px;
    position: absolute;
    bottom: -25px;
    background-color: #fff;
    left: 0;
    right: 0;
    max-width: 1110px;
}
/**************section-4 complte**********/
/****************section-5****/
section.col-sm-12.section-5 {
    float: left;
    padding: 50px 0px 50px 0px;
}

.highlighted-text{ color:#ff9800!important; }

.col-sm-4.thumbnail {
    float: left;
}
.thumbnail-img {
    float: left;
}
.thumbnail-img img {
    max-width: 100%;
    border-radius: 6px;
}
.thumbnail-text {
    float: left;
    padding-top: 15px;
    width: 100%;
}
.thumbnail-content-1 .thumbnail-text p a {
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    color: #333333;
    margin: auto;
}
.thumbnail-text p a {
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    color: #333333;
    margin: auto;
	}
.thumbnail-text p {
    text-align: center;
}
.thumbnail-text p a:hover{
    color: #ff9800;
    text-decoration: none;
}
.thumbnail-content-1 .thumbnail-text h4 {
    text-align: center;
    font-size: 31px;
    font-weight: 600;
    color: #ff9800;
    margin: 0px 0px 25px 0;
}
.thumbnail-text h4 {
    text-align: center;
    font-size: 31px;
    font-weight: 600;
    color: #ff9800;
    margin: 0px 0px 25px 0;
}
.thumbnail-text a.detail {
    border: 1px solid;
    padding: 10px 25px;
    color: #fff;
    background-color: #ff9800;
    font-weight: 900;
    display: block;
    text-align: center;
    max-width: 150px;
    margin: auto;
}
.thumbnail-text a.more {
    border: 1px solid;
    padding: 10px 25px;
    margin: auto;
    color: #fff;
    background-color: #ff9800;
    font-weight: 900;
    display: block;
    text-align: center;
    max-width: 150px;
}

.thumbnail-content {
    background-color: #f2f2f2;
    float: left;
    padding-bottom: 18px;
     border-radius: 6px;
     box-shadow: 1px 4px 9px 0px #00000061;
}
.thumbnail-content-1 {
    background-color: #f2f2f2;
    float: left;
    padding-bottom: 18px;
     border-radius: 6px;
     box-shadow: 1px 4px 9px 0px #00000061;
}
.Properties {
    float: left;
    padding-top: 114px;
}
.Properties-text {
    text-align: center;
}
.Properties-text a {
    border: 1px solid #ed891a;
    padding: 16px 30px;
    border-radius: 6px;
    background-color: #ed891a;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
}
/***section-5 complete**/
/***section-6*****/
section.col-sm-12.section-6 {
    float: left;
    background-color: #f2f2f2;
    padding:70px 0px 50px 0px;
}
.col-sm-12.offer {
    float: left;
    padding: 20px 0px;
}
.col-sm-4.border-left {
    float: left;
    border: 1px solid#ff9800;
    margin: 26px 35px 0px 0px;
    background: #ff9800;
    padding: 0px;
    width: 30%;
}
.offer-text h4 {
    font-size: 45px;
    font-weight: 700;
    color: #333;
}
.col-sm-4.border-right {
    float: left;
    border: 1px solid#ff9800;
    margin: 30px 0px 0px 30px;
    background: #ff9800;
    padding: 0px;
    width: 30%;
}
.col-sm-4.border-text {
    float: left;
    padding: 0px;
}
.offer-text {
    text-align: center;
}
.sect-img {
    text-align: center;
}
.sect-img img {
    max-width: 125px;
}
.sect-text {
    text-align: center;
}
.sect-text p {
    margin: 40px 0px;
    color: #747474;
    font-weight: 600;
}
.col-sm-6.sect-list-1 {
    float: left;
}
.sect-list-text {
    float: left;
}
.sect-list-text i {
    color: #ff9800;
    margin-right: 0;
    font-size: 23px;
    font-weight: 100;
}
.sect-list-text span {
    float: left;
    margin: 10px 0 0 0;
    font-weight: 100;
}
.sect-list-text p {
    font-size: 20px;
    line-height: 34px;
    margin-left: 36px;
    color: #777777;
    font-weight: 600;
}

/****section-6 complete**/
/***section-7****/
section.col-sm-12.section-7 {
    float: left;
    padding: 61px 0px 0px 0px;
}
.col-sm-7.left-box {
    float: left;
}
.left-box-text {
    float: left;
}
.left-box-text h4 {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    padding: 0 0 10px 0;
}
.left-box-text p {
    font-size: 16px;
    color: #777;
    font-weight: 600;
    line-height: 2;
}
.left-box-text a {
    border: 1px solid #ed891a;
    padding: 16px 30px;
    line-height: 18px;
    color: #fff;
    background: #ed891a;
    border-radius: 5px;
    margin-top: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 25px 0 0 0;
    display: block;
    max-width: 180px;
    text-align: center;
}
.col-sm-5.right-box {
    float: left;
}
.right-box-img {
    float: left;
}
.right-box-img img {
    max-width: 100%;
}
.col-sm-12.covid {
    float: left;
    margin: 57px 0px 0px 0px;
    background-color: #ff9800;
    padding: 15px 0px;
}
.covid-text {
    float: left;
}
.covid-text p {
    color: #fff;
    font-size: 18px;
    margin: 0px;
    font-weight: 600;
}
.covid-text p i{
    margin-right:10px;
}
/***sect-7 complete**/
/**section-8***/
section.col-sm-12.section-8 {
    background-image: linear-gradient(rgba(87, 87, 86, 0.8) 0%, rgba(87, 87, 86, 0.8) 100%) ,url(./img/Quick-overview.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding:75px 0!important;
}
.over-text {
    text-align: center;
}
.over-text h4 {
    color: #fff;
    font-size: 55px;
    font-weight: bold;
}
.over-text p {
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
/**********************************counter********************/
.circle-counter {
    margin-top: 40px;
    padding-top: 30px;
}
.progress {
  width: 220px;
  height: 220px;
  line-height: 220px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 10px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 10px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #ff9800;
}
.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 110px;
  border-bottom-right-radius: 110px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 110px;
  border-bottom-left-radius: 110px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.progress .progress-value {
  display: flex;
  border-radius: 50%;
  font-size: 45px;
  text-align: center;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 700;
  position: absolute;
  left: 27%;
  color: #fff;
}
.progress .progress-value div {
  margin-top: 10px;
}
.progress .progress-value span {
  font-size: 12px;
  text-transform: uppercase;
}
.progress-value.value-1 {
    position: absolute;
    left: 41%;
}
.progress-value.value-2 {
    position: absolute !important;
    left: 36% !important;
}
.progress-value.value-3 {
    position: absolute;
    left: 25%;
}
/* This for loop creates the    necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}
.progress {
  margin-bottom: 1em;
}
.counter-text {
    color: #fff;
    text-align: center;
    margin-top: 88px;
    font-size: 18px;
    font-weight: 600;
}
/***section-8 complete**/
/**sec-9***/
section.col-sm-12.section-9 {
    float: left;
    padding: 50px 0px;
    background: #f2f2f2;
}
.image-1 img {
    width: 100%;
}
.col.mx-1.image-1 {
    float: left;
}
/**sec-9 complete***/
/**sec-10***/
section.col-sm-12.section-10 {
    float: left;
    padding: 0px;
    background: url(./img/P-1.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
}

.col-sm-6.left-area {
    float: left;
    background-color: #ff9800;
    padding-bottom: 52px;
}
.col-sm-6.right-area {
   background-image: url(./img/P-1.jpeg);
   background-repeat: none;
   background-size: cover;
   background-position: center;
   height: auto;
   min-height :506px;   
   float: left;
}
.left-area-img {
    float: left;
}
.left-area-img img {
    max-width: 100%;
}
.left-area h5 {
    font-size: 32px;
    color: #fff;
    font-weight: 900;
    line-height: 48px;
    margin-bottom: 14px;
}
.left-area.text {
    text-align: center;
    padding: 100px 0px 0px 0px;
}
.left-area p {
    color: #fff;
}

.col-sm-12.left-icon {
    float: left;
}
.col-sm-3.icon-1 {
    float: left;
    padding-top: 40px;
}
.icon-text {
    text-align: center;
}
.icon-text i {
    font-size: 31px;
    color: #fff;
    margin-bottom: 21px;
}
.icon-text p {
    font-size: 18px;
    padding-bottom: 46px;
}
.left-text {
    text-align: center;
}
.left-text a {
    border: 1px solid#fff;
    background: #fff;
    color: #ff9800;
    padding: 12px 26px;
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 18px;
}
/**sec-10 complete***/

/**sec-11***/
section.col-sm-12.section-11 {
    float: left;
    padding: 85px 0px 120px 0;
    background: #f2f2f2;
}
section.col-sm-12.section-11 .container {
    display: flex;
    align-items: center;
}
.col-sm-6.testi {
    float: left;
}
.testi img {
    border-radius: 6px;
}
.col-sm-6.slider{
    float: left;
    padding: 0px;
}
.sec-7.icon {
    text-align: center;
}
.icon i {
    font-size: 28px;
}
.icon i:hover{
    color: #fff;
}
.icon h4 {
    font-size: 32px;
    font-weight: 900;
    padding-bottom: 20px;
    color: #333;
}
.testimonial_095_slide h5 {
    text-align: center;
    font-weight: 900;
    color: #333;
}
.carousel-indicators {
    bottom: -63px !important;
}
/**********************slider******************/

.testimonial_095_slide p {
    text-align: center;
    font-style: italic;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    padding: 40px 0;
    line-height: 1.8em;
}
.carousel-indicators li {
    width: 11px !important;
    height: 11px!important;
    border-radius: 50% !important;
    border:1px solid !important;
}
.testimonial_095_indicators>.carousel-indicators .active {
    background-color: #000 !important;
}
.Testimonials .container.mt-5 {
    margin: 0px !important;
    padding: 0px;
}
/**sect-11 comp***/
/**section-12***/
section.col-sm-12.section-12 {
    float: left;
    padding: 51px 0px;
}
.col-sm-6.message {
    float: left;
    padding: 35px;
    box-shadow: 0px 4px 9px 0px#777;
    width: 48%;
}
.message h3 {
    padding-bottom: 35px;
    font-size: 32px;
    font-weight: bold;
    color: #575756;
}
.form-detail input#fname {
    width: 100%;
    font-size: 20px;
    background-color: #fbfbfb;
    margin-bottom: 18px;
    border: 1px solid #d2d2d2;
    border-radius: 6px;
    color: #333;
    padding: 10px 15px;
	font-size:16px;
	font-weight:400;
}
.form-detail input#lname{
    width: 100%;
    font-size: 20px;
    background-color: #fbfbfb;
    margin-bottom: 18px;
    border: 1px solid #d2d2d2;
    border-radius: 6px;
    color: #333;
    padding: 10px 15px;
    margin-bottom: 18px;
	font-size:16px;
	font-weight:400;
}
.form-detail input#nname {
    width: 100%;
    font-size: 20px;
    background-color: #fbfbfb;
    margin-bottom: 18px;
    border: 1px solid #d2d2d2;
    border-radius: 6px;
    color: #333;
    padding: 10px 15px;
	font-size:16px;
	font-weight:400;
}
.form-detail textarea#w3review {
    width: 100%;
    margin-bottom: 18px;
    border: 1px solid #d2d2d2;
    border-radius: 6px;
    color: #333;
    padding: 10px 15px;
}
.button {
    text-align: center;
}
.button a {
    border: 1px solid#ed891a;
    padding: 8px 5px;
    color: #fff;
    background: #ed891a;
    display: block;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 2px;
}
.detail-box {
    float: left;
    margin-top: 30px;
}
.col-sm-6.map {
    float: right;
    width: 50%;
    padding-left: 2%;
	    padding-right: 0;
}
.detail-box span.wpcf7-list-item-label {
    margin-left: 10px;
    font-size: 22px;
    color: #77777c;
    font-weight: 800;
}
.detail-box a {
    color: #333;
}
.detail-box a:hover{
    color: #ed891a;
     transition: .5s;
}
.map-img {
    float: left;
}
.map-img img {
    width: 48%;
    margin: 0px 0px 22px 0px;
}
.map-detail {
    float: left;
    margin-top: 20px;
}
.map-detail h5 {
    font-size: 20px;
    margin: 0 0 20px 0;
}
.map-detail i{
    color: #ed891a;
}
.map-detail a {
    color: #333;
    font-weight: 500;
    margin-left: 10px;
    font-size: 20px;
}
.map-detail a:hover{
    color: #ed891a;
    transition: .5s;
}
/******section-12***comp***/
/******sectio-13****/
section.col-sm-12.section-13 {
    float: left;
    padding:0px;
}
.mx-1.insta {
    float: left;
    margin: 0px !important;
    width: 20%;
    position: relative;
}
.insta img {
    width: 100%;
}
.insta-2 {
    float: left;
}
.mx-1.insta-2 {
    float: left;
    margin: 0px !important;
    width: 20%;
    position: relative;
}
.insta-2 img {
    width: 100%;
}
.section-13 h4 {
    text-align: center;
    padding: 60px 0px 10px 0px;
    font-size: 32px;
    font-weight: bold;
    color: #333;
}
.section-13 h4 span{
    color: #ed8919;
}
.insta-text {
    position: absolute;
    top: 0px;

    opacity: 0;
    height: 100%;
    background: #000000ba;
    transition: all 0.5s ease;
}
.insta-icon a {
    color: #fff;
}
.insta-icon {
    position: relative;
    top: 80px;
	    margin-bottom: 10px;
}
.insta-cont {
    position: relative;
    top: 80px;
    padding: 0px 26px;
    text-align: center;
}
.insta-cont a {
    text-align: center;
    color: #fff;
    padding: 0 7px;
}
.insta-icon a i {
    margin-left: 60px;
    width: 24px;
    height: 24px;
    color: #fff;
    text-align: center;
}
.insta:hover .insta-text{
    opacity: 1;
    
}
section.col-sm-12.section-15 .container {
    max-width: 90%;
}


.insta-icon-insta-2 a i {
    margin-left: 60px;
    width: 24px;
    height: 24px;
    color: #fff;
    text-align: center;
}
.insta-cont-insta-2 a {
    text-align: center;
    color: #fff;
    padding: 0 7px;
}
.insta-text-insta-2 {
      position: absolute;
    top: 0px;
    opacity: 0;
    height: 100%;
    background: #000000ba;
    transition: all 0.5s ease;
}
.insta-cont-insta-2 {
    position: relative;
    top: 80px;
    padding: 0px 26px;
    text-align: center;
}
.insta-icon-insta-2 {
    position: relative;
    top: 80px;
}
.insta-2:hover .insta-text-insta-2{
    opacity: 1;
    
}
.insta-icon-insta-2 a {
    color: #fff;
}


/***section-14****/
section.col-sm-12.section-14 {
    float: left;
    background-color: #333333;
}

.col-sm-12.footer-box {
    float: left;
    background-color: #ed891a;
    margin-top: 35px;
    padding: 50px 0px;
}
.facebok-box {
    text-align: center;
}
.facebok-box img {
    width: 6%;
}
.facebok-box p {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2em;
    margin: 30px 0;
}
.facebok-box {
    text-align: center;
    padding: 0px 66px;
}
.facebok-box a {
    color: #fff;
    border: 1px solid#4080ff;
    padding: 4px 5px;
    background-color: #4080ff;
}
.facebok-box a i{
    margin-right: 7px;
}
.col-sm-12.footer-last {
    float: left;
}
.col-sm-3.footer-sec-1 {
    float: left;
}
.col-sm-12.footer-last {
    float: left;
    margin-top: 69px;
    margin-bottom: 69px;
}
.links {
    float: left;
    color: #fff;
}
.links h5 {
    margin-left: 40px;
    font-size: 15px;
    font-weight: 800;
}

.links hr {
    background-color: #ed891a;
    width: 20%;
    margin-left: 43px;
}

.links ul {
    list-style: none;
}
.links ul li i {
    margin-right: 10px;
}
.links ul li a {
    color: #fff;
    line-height: 3;
    font-weight: 600;
}
.contact {
    float: left;
    color: #fff;
}
.contact h5 {
    font-size: 15px;
    font-weight: 800;
}
.contact hr{
    background-color: #ed891a;
    width: 20%;
    margin-left: 3px;
}
.contact ul {
    padding: 0px;
    list-style: none;
}
.contact ul li i {
    color: #ed891a;
    margin-right: 11px;
}
.contact ul li a {
    color: #fff;
    line-height: 3;
    font-weight: 600;
}
.social {
    float: left;
    line-height: 3;
}
.social h5 {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}
.social hr{
     background-color: #ed891a;
    width: 20%;
    margin-left: 3px;
}
.social ul {
    list-style: none;
    padding: 0px;
    display: flex;
}
.social ul li a {
    border: 1px solid#FFF;
    padding: 8px 10px;
    color: #fff;
}
.social ul li a:hover{
   background-color: #ed891a;
}
.social ul li a i:nth-chlid(1){
    margin-left: 0px;
}
.social i.fa.fa-facebook {
    padding: 4px;
}
.social li {
    margin-left: 17px;
}
.social li:nth-child(1) {
    margin-left: 0;
}
.review {
    float: left;
    color: #fff;
}
.review h5 {
    font-size: 15px;
    font-weight: 800;
}
.google-img h5 {
    font-size: 15px;
    color: #eee;
    font-weight: 800;
}
.google-img {
    float: left;
}
.google-img img {
    width: 16%;
    float: left;
}
.google-img img {
    width: 16%;
    float: left;
    margin-right:20px;
}
.google {
    float: left;
}
.google-img {
    float: left;
    margin-top: 30px;
}
.google-text {
    float: left;
}
.google-text ul {
    list-style: none;
    padding: 0px;
    display: flex;
}
.google-text ul li {
    color: #fbbc05;
    margin-left: 13px;
    font-size: 16px;
}
.power {
    text-align: center;
    margin-left: 41px;
}
.power h5 {
    color: #777777;
    font-size: 15px;
    font-weight: 800;
}
.power p {
    font-size: 15px;
    color: #eee;
    font-weight: 800;
}
.google-text ul {
    list-style: none;
    padding: 0px;
    display: flex;
    margin: 0px 0px 0px 65px;
}

.google-text ul li:nth-child(1){
    margin-left: 0px;
}
.watch {
    float: left;
    margin-top: 18px;
}
.mr-14 {
    float: left;
    width: 64px;
}
.mr-14 img {
    float: left;
    margin-right: 28px;
}
.mr-14-text h5 {
    font-size: 15px;
    color: #427fed!important;
    margin: 0 0px 0px 0px;
    cursor: pointer;
	font-weight: 800;
}
.mr-14-text {
    float: left;
    color: #fff;
}
.rating p {
    margin: 0px 0px 0px 63px;
    position: relative;
    bottom: 25px
}
.rating {
    float: left;
}
.rating p{
    color: #ececec;
}
.rating ul {
    list-style: none;
    display: flex;
    padding: 0px;
    float: right;
    width: 100%;
    position: relative;
    padding-left: 65px;
    bottom: 21px;
}
.rating ul li{
    color: #fff;
}
.rating ul li {
    color: #fbbc05;
}
li.more-text {
    color: #fff !important;
    font-size: 15px !important;
}
.text-p span {
    color: #136aaf;
    font-size: 15px;
}
.nexts a {
    padding-left: 90px;
    position: relative;
    bottom: 15px;
}
.nexts a:hover {
    color: #007bff;
}   




section.col-sm-12.section-15 {
    background-color: #ed8919;
    float: left;
}
.col-sm-6.footer-left {
    float: left;
    padding: 15px 0px 15px 0px;
}   
.col-sm-6.footer-right {
    float: left;
    margin-top: 10px;
}
.footer-menu {
    float: right;
    margin-top: 15px;
}
.footer-menu ul {
    list-style: none;
    padding: 0px;
    display: flex;
}
.footer-left p {
    margin: 0px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
}
.footer-left a {
    margin: 0px;
    color: #fff;
    font-size:10px;
    font-weight: 600;
}
.footer-menu ul li {
    margin-right: 13px;
    font-size: 12px;
}
.footer-menu ul li a{
    color: #fff;
}
.footer-left a:hover{
    color: #ff9800;
    transition: .5s;
}

/***Terstinomial***/


@media only screen and (min-width:1201px) and (max-width:1299px){
.navbar-light .navbar-nav .nav-link {
    font-size: 14px;
}
.menu li {
    margin-right: 16px;
}
.location a {
    font-size: 16px;
}
.top-1 ul li a {
    color: #fff;
    font-size: 16px;
}	
}

@media only screen and (min-width:992px) and (max-width:1200px){
.navbar-light .navbar-nav .nav-link {
    font-size: 14px;
}
.menu li {
    margin-right: 10px;
}
.location a {
    font-size: 14px;
}
.top-1 ul li a {
    color: #fff;
    font-size: 14px;
}
.col-sm-8.location {
    width: 30%;
}	
.col-sm-3.logo {
    max-width: 16%;
}
.col-sm-9.menu {
    max-width: 100%;
    flex: 1;
}
.submit a {
    font-size: 14px;
}
.menu .submit {
    margin-left: 10px;
}
.search, .section-4 .container.px-5.py-5 {
    max-width: 980px;
}
.col-sm-4.border-text {
    width: 33%;
}
}

@media only screen and (min-width:768px) and (max-width:991px){
.google-text ul li {
    margin-left: 5px;
}
.mx-1.insta, .mx-1.insta-2 {
    width: 33.33%;
}
.insta-1 .mx-1.insta-2:first-child {
    display: block;
}
.insta-1 .mx-1.insta-2 {
    display: none;
}
.search {
    max-width: 700px;
	top: 52%;
}
.section-4 .container.px-5.py-5 {
    max-width: 700px;
}
.section-4 .container.px-5.py-5 .row {
    display: block;
}
.row {
    flex-wrap: wrap;
}
.col-sm-4.thumbnail {
    max-width: 100%;
    flex: none;
    margin: 40px 0 0 0;
}
.col-sm-4.border-left, .col-sm-4.border-right {
    width: 10%;
}
.col-sm-4.border-text {
    width: 70%;
    max-width: 80%;
}
.progress {
    width: 180px;
    height: 180px;
    line-height: 180px;
}
section.col-sm-12.section-8 {
    padding-top: 40px;
    padding-bottom: 40px;
}
section.col-sm-12.section-11 .container {
    flex-wrap: wrap;
}
.col-sm-6.testi {
    float: none;
    max-width: 100%;
    width: 100%;
    flex: none;
    margin-bottom: 40px;
}
.testi img {
    border-radius: 6px;
    width: 100%;
}
.col-sm-6.slider {
    float: none;
    max-width: 100%;
    width: 100%;
    flex: none;
}
.col-sm-3.footer-sec-1 {
    flex: none;
    width: 100%;
    max-width: 100%;
}
.links ul {
    list-style: none;
    padding: 0;
}
.links h5 {
    margin: 0;
}
.links hr {
    margin-left: 0;
}
.col-sm-6.message {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
}
.col-sm-6.map {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.section-13 h4 {
    padding-top: 0;
}
.col-sm-8.location {
    width: 50%;
}
.section-1 .col-sm-4.top-1 {
    max-width: 50%;
}
.power {
    text-align: left;
    margin-left: 64px;
}
.google-text {
    width: 100%;
}
section.col-sm-12.section-3 {
    height:1000px;
}
.banner-text-2 {
    top: 44%;
}
section.col-sm-12.section-4 .col.mx-1 {
    margin: 0 !important;
}
section.col-sm-12.section-4 .col.mx-1 select {
    max-width: 100%;
    background: #f2f2f2;
    padding: 10px;
}
.mx-1 label {
    margin: 0;
    width: 100%;
    text-align: center;
}
.section-4 .mx-1 a {
    position: unset;
    top: 0;
    margin: 35px 0 0 0;
    display: block;
    max-width: 120px;
    text-align: center;
}
.google {
    float: left;
    width: 100%;
}
.col-sm-9.menu {
    background: #f5f5f5;
    margin-top: 1rem;
    width: 100%;
    max-width: 100%;
    display: block;
    flex: unset;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    padding: 1rem 0 0 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
}
.menu div#navbarSupportedContent {
    float: none;
}
ul.navbar-nav {
    margin: 0;
}
.menu li {
    margin: 0;
    border-bottom: 1px solid #fff;
    padding: 0 0 0 25px;
}
.menu li.nav-item.active, .menu li.nav-item:hover {
    background: #ccc;
}
.navbar-light .navbar-nav li.nav-item.active .nav-link:after, .navbar-light .navbar-nav li.nav-item:hover .nav-link:after{
	display:none;
}
.menu .submit a.nav-link {
    color: #333 !important;
    letter-spacing: 0;
    padding-left: 0;
    width: 100%;
    padding: 12px 0 12px 25px;
    font-size: 19px;
    font-weight: 600;
}
.menu .submit {
    background: no-repeat;
    border: none;
    color: #333;
    text-align: left !important;
    margin: 0;
}
.submit i {
    display: none;
    padding: 0 !important;
}
.navbar-light .navbar-toggler {
    border: none;
    font-weight: 900;
}
.navbar-light .navbar-toggler-icon {
    font-weight: 800;
    background-repeat: repeat;
    background-size: 42px;
}
input:focus, textarea:focus, select:focus, span:focus, a:focus, button:focus{
        outline: none;
    }
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #333 !important;
}
.menu .submit {
    width: 100%;
    padding: 0;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #333 !important;
}
.menu .submit:hover {
    background: #ccc;
    border-radius: 0;
}
.col-sm-3.logo {
    margin-left: 5%;
}
.navbar-light .navbar-toggler {
    margin-right: 4%;
}
.navbar-light .navbar-nav .nav-link {
    color: #333;
    font-size: 19px;
    font-weight: 600;
	padding:12px 0;
}	
.thumbnail-text a.more {
    max-width: 200px;
}
.left-box-text a {
    max-width: 100%;
}
section.col-sm-12.section-9 .row {
    display: block;
    text-align: center;
}
.col.mx-1.image-1 {
    display: inline-block;
}
}


@media only screen and (min-width:200px) and (max-width:767px){
.google-text ul li {
    margin-left: 5px;
}
.location a {
    width: 100%;
    display: block;
    text-align: left;
}
.mx-1.insta, .mx-1.insta-2 {
    width: 50%;
}
.insta-1 {
    display: none;
}
.mx-1.insta:nth-child(5) {
    display: none;
}
.insta-1 .mx-1.insta-2 {
    display: none;
}
.search {
    max-width: 90%;
	top: 59%;
}
.section-4 .container.px-5.py-5 {
    max-width: 90%;
}
.section-4 .container.px-5.py-5 .row {
    display: block;
}
.row {
    flex-wrap: wrap;
}
.col-sm-4.thumbnail {
    max-width: 100%;
    flex: none;
    margin: 40px 0 0 0;
}
.col-sm-4.border-left, .col-sm-4.border-right {
display: none;
}
.banner-text-2 a.home {
    width: 100%;
    margin: auto auto 20px auto;
    max-width: 90%;
}
.banner-text-2 a {
    display: block;
    width: 100%;
    max-width: 90%;
    margin: auto;
}
.offer-text h4 {
    text-align: center;
}
.sect-img {
    text-align: center;
}
.col-sm-4.border-text {
    width: 100%;
    max-width: 100%;
}
.left-box-text {
    margin-bottom: 40px;
}

section.col-sm-12.section-8 {
    padding-top: 40px;
    padding-bottom: 10px;
}
section.col-sm-12.section-11 .container {
    flex-wrap: wrap;
}
.col-sm-6.testi {
    float: none;
    max-width: 100%;
    width: 100%;
    flex: none;
    margin-bottom: 40px;
}
.testi img {
    border-radius: 6px;
    width: 100%;
}
.col-sm-6.slider {
    float: none;
    max-width: 100%;
    width: 100%;
    flex: none;
}
.col-sm-3.footer-sec-1 {
    flex: none;
    width: 100%;
    max-width: 100%;
}
.links ul {
    list-style: none;
    padding: 0;
}
.links h5 {
    margin: 0;
}
.links hr {
    margin-left: 0;
}
.col-sm-6.message {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
}
.col-sm-6.map {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.section-13 h4 {
    padding-top: 0;
}
.col-sm-8.location {
    width: 100%;
    float: none;
}
.top-1 ul li a {
    padding: 0;

}
.top-1 ul {
    flex-wrap: wrap;
}
.section-1 .col-sm-4.top-1 {
    max-width: 100%;
}
.power {
    text-align: left;
    margin-left: 64px;
}
.google-text, .top-1 ul li {
    width: 100%;
	    margin-bottom: 5px;
}
.col-sm-3.logo {
    width: auto;
}
section.col-sm-12.section-4 .col.mx-1 {
    margin: 0 !important;
}
section.col-sm-12.section-4 .col.mx-1 select {
    max-width: 100%;
    background: #f2f2f2;
    padding: 10px;
	margin-bottom: 10px;
}
.facebok-box img {
    width: 100%;
    max-width: 80px;
}
.facebok-box p {
    font-size: 25px;
}
.facebok-box {
    padding: 0 20px;
}
.mx-1 label {
    margin: 0;
    width: 100%;
    text-align: center;
}
section.col-sm-12.section-5 {
    padding: 60px 0px 50px 0px;
}
.section-4 .mx-1 a {
    position: unset;
    top: 0;
    margin: 35px 0 0 0;
    display: block;
    max-width: 120px;
    text-align: center;
}
.insta-icon {
    top: 10px;
}
.insta-icon a {
    width: 100%;
    display: block;
    text-align: center;
}
.insta-icon a i {
    margin: 0;
}
.insta-cont {
    top: 12px;
    padding: 0;
}
.Properties-text a {
    display: block;
    font-size: 15px;
}
.Properties {
    padding-top: 52px;
}
.banner-logo img {
    width: 100%;
    margin:20px 0;
}
.banner-text h3, .banner-text h1{
    font-size: 26px; font-weight:700!important; font-family:'Source Sans Pro', sans-serif!important;
}
.insta-cont a {
    font-size: 12px;
    line-height: 12px;
    display: block;
}
.insta-text, .insta-text-insta-2 {
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.col-sm-6.footer-left {
    text-align: center;
}
.footer-menu {
    float: none;
    text-align: center;
    width: 100%;
    margin: 0;
}
.footer-menu ul {
    flex-wrap: wrap;
    text-align: center;
    display: block;
}
.icon-text p {
    padding-bottom: 0;
    margin: 0;
	    font-weight: 700;
}
.col-sm-3.icon-1 {
    padding-top: 30px;
    float: none;
}
.footer-menu ul li {
    display: inline-block;
    margin: 0 5px;
	
}
.col-sm-6.footer-right {
    text-align: center;
    margin: 0;
}
.left-text a {
    margin-top: 40px;
    display: block;
    max-width: 200px;
    margin: 40px auto 0;
}
.col.mx-1.image-1 {
    width: 47%;
    max-width: 50%;
    display: block;
    flex: unset;
    float: none;
    text-align: center;
}
.counter-text {
    margin-top: 40px;
    margin-bottom: 50px;
}
.over-text h4 {
    font-size: 32px;
}
.col-sm-9.menu {
    background: #f5f5f5;
    margin-top: 1rem;
    flex: unset;
    width: 100%;
    max-width: 100%;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    padding: 1rem 0 0 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
}
.menu div#navbarSupportedContent {
    float: none;
}
ul.navbar-nav {
    margin: 0;
}
.menu li {
    margin: 0;
    border-bottom: 1px solid #fff;
    padding: 0 0 0 25px;
}
.menu li.nav-item.active, .menu li.nav-item:hover {
    background: #ccc;
}
.navbar-light .navbar-nav li.nav-item.active .nav-link:after, .navbar-light .navbar-nav li.nav-item:hover .nav-link:after{
	display:none;
}
.menu .submit a.nav-link {
    color: #333 !important;
    letter-spacing: 0;
    padding-left: 0;
    width: 100%;
    padding: 12px 0 12px 25px;
    font-size: 19px;
    font-weight: 600;
}
.menu .submit {
    background: no-repeat;
    border: none;
    color: #333;
    text-align: left !important;
    margin: 0;
}
.submit i {
    display: none;
    padding: 0 !important;
}
.navbar-light .navbar-toggler {
    border: none;
    font-weight: 900;
}
.navbar-light .navbar-toggler-icon {
    font-weight: 800;
    background-repeat: repeat;
    background-size: 42px;
}
input:focus, textarea:focus, select:focus, span:focus, a:focus, button:focus{
        outline: none;
    }
.navbar-light .navbar-nav .nav-link {
    color: #333;
    font-weight: 600;
    padding: 12px 0;
    font-size: 19px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #333 !important;
}
.menu .submit {
    width: 100%;
    padding: 0;
}	
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #333 !important;
}
.menu .submit:hover {
    background: #ccc;
    border-radius: 0;
}
.col-sm-3.logo {
    margin-left: 5%;
}
.navbar-light .navbar-toggler {
    margin-right: 4%;
}
.thumbnail-text a.more {
    max-width: 200px;
}
.left-box-text a {
    max-width: 100%;
}
section.col-sm-12.section-9 .row {
    display: block;
    text-align: center;
}
.col.mx-1.image-1 {
    display: inline-block;
}
}



