body {
  font-family: calibri;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: black;
  background: #fff;
}
footer{
	color: white;
}
a:hover{
	text-decoration: none;
}
a{
	color: #2f8ee0;
}	
.float{
	position:fixed;
	width:65px;
	height:65px;
	bottom:50%;
	left:1px;
	background-color:#25d366;
	color:#FFF;
	text-align:center;
	font-size:34px;
	z-index:100;
}

.inp-box{
    padding: 10px;
    width: 100%;
}
.comment {
    width: 100%;
    resize: none;
    height: 80px;
    outline: none;
}
.wrapper {
    align-items: center;
    justify-content: center;
    display: flex;
}
ul.social-icons {
    margin: 0;
    list-style: none;
    font-size: 24px;
    text-align: right;
	margin-top: 40%;
	margin-right: 20px;
	
}
ul.social-icons li.social-icon {
    display: inline-block;
    max-width: 33px;
}
@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
.my-float{
	margin-top:16px;
}
/* =-=-=-=-=-=-= Navigation =-=-=-=-=-=-= */
.navbar-custom {
    width: 100%;
    background-color: #15224a;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    z-index: 1050;
    box-shadow: 0 3px 6px rgba(0,0,0,.12);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.12);
}
.dropdown-menu{
	padding: 0px;
}
.dropdown-menu>li>a{
	background-color: #15224a;
	color: white;
    font-size: 16px;
    font-weight: 700;
	text-transform: uppercase;
}
	
@media(max-width: 767px){
.navbar-custom {
    width: 100%;
    background-color: white;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    z-index: 1050;
    box-shadow: 0 3px 6px rgba(0,0,0,.12);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.12);
}
}
.nav>li>a {
    color: white;
    font-size: 15px;
    font-weight: 700;
	text-transform: uppercase;
}
@media(max-width: 767px){
.nav>li>a {
    color: black;
    font-size: 14px;
    font-weight: 700;
}

.dropdown-menu>li>a{
	text-align: center;
	background-color: white;
	color: black;
    font-size: 14px;
    font-weight: 700;
	text-transform: uppercase;
}
.dropdown-menu>li>a{
	text-align: center;
	background-color: white;
	color: black;
    font-size: 14px;
    font-weight: 700;
	text-transform: uppercase;
}
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
	background: #497cd7;
}
@media (min-width: 768px) {

    .navbar-brand {
        padding: 35px 15px;
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-brand,
    .navbar-nav>li>a {
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
        -o-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }

    .is-sticky .navbar-brand {
        padding: 10px 15px;
    }
    .is-sticky .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
 
    .nav > li> a:hover,
    .navbar-nav > li.active > a {
        color: white;
        background-color: #497cd7;
        /*box-shadow: inset 0 3px #ff4444;*/
    }
	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
    text-decoration: none;
    color: white;
    background-color: #497cd7;
	}
}

@media screen and (max-width: 767px) {
    .navbar-brand {
        padding: 10px 15px;
    }
    .navbar-toggle .icon-bar {
		text-align: center;
        background-color: #ff4444;
    }

    .nav>li>a:hover,
    .navbar-nav>li.active>a {
        color: #ff4444;
        background-color: transparent;
    }
    .nav>li>a:focus {
        color: #ff4444;
        background-color: transparent;
    }
	.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse{
		text-align: center;
	}

}

/* Owl Slider CSS*/
.owl-height{
	position: relative;
	height: 550px;
}
.owl-wrapper {
	position: relative;
}
.owl-controls {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.owl-theme .owl-controls .owl-page span {
  background: #fff !important;
}

.owl-img {
  width: 100%;
}
@media screen and (min-width: 668px) {
.owl-height > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center;
}
}
.owl-text-overlay {
  position: absolute;
  z-index: 100;
  text-align: center;
  width: 60%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  background: rgba(0, 0, 0, 0.4);
  padding-bottom: 20px;
  font-family: "Open Sans", sans-serif;
}
p.owl-caption {
	font-size: 20px;
	color: white;
	line-height: 24px;
}
@media screen and (max-width: 666px) {
.owl-height{
	height: 90%;
}
.owl-title{
	color: #25d366;
	font-size: 16px;
}
.owl-text-overlay {
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  left: 0;
  transform: none;
  right: 0;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  background: rgba(0, 0, 0, 0.4);
  padding-bottom: 20px;
  font-family: "Open Sans", sans-serif;
}
p.owl-caption {
	color: white;
  font-size: 16px;
  line-height: 24px;
}
.img-height{
	height: 250px;
	width:100%;
}
}
h3.owl-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #25d366;
}
.owl-theme .owl-controls .owl-page span:active {
  background: #fff !important;
}

/* hide previous and next */

.owl-buttons {
  visibility: hidden;
  display: none;
}
/*END*/
.s_section{
  margin:50px 0;
}

.section-title{
	background-color: #fff;
	margin-bottom: 20px;
	overflow: hidden;
	color:#ff4444;
	/*border-left: 5px solid #ff4444;*/
}

.services-inner{
	overflow: hidden;
	clear: both;
	display: flex;
	flex-wrap: wrap;
}

.service {
	padding: 20px 0;
	border: none;
	box-shadow: 1px 1px 11px #dddd;
	margin: 1%;
	width: 23%;
}
.text-justify {
	color: #000;
	text-align: left;
}
.service h3{
	color:#ff4444;
}

.destinations li {
	font-size: 15px;
	padding-left: 0 !important;
}
 .destinations li span{
     color:#0080ff;
 }

.destinations ul {
	padding-left: 23px;
	float: left;
	width: 100%;
	margin-top: 6%;
}
.service-content{
	color: #fff;
	padding: 0 10px;
}

@media(max-width: 767px){
  .services-inner{
		display: block;
	}
}
@media(min-width: 968px){
.whatsapp{
	float: right;
	padding-top: 5%;
	font-size: 21px;
}
}
.col-text {
  height:20em;
}
.grid-flex{
  margin-bottom: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  flex-direction: row; 
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-evenly;

}
.grid-flex2{
  margin-bottom: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  flex-direction: row; 
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-evenly;
  width:110%;
  margin-left:-6%;
  margin-rigth:-6%;

}
.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.col-left {
  -webkit-box-ordinal-group:-1;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.col-text{
  display: flex;
  align-items: center;
  justify-content: center;
}
.Aligner-item {
  font-size: 18px;
  width: 80%;
}
.col-image {
  background-size: cover;
  background-position:center center;
}

@media (max-width: 640px) {
  .grid-flex {
    height: 40em;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column; 
   }
  .col {
    order:vertical;
  }
  .col-left {
    -webkit-box-ordinal-group:0;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .col-text div p {
    padding: 1em;
  }
  .Aligner-item {
    width: 90%;
  }
}
.heading{
	color:black;
}
		#testimonials-section {
			padding: 15px 0;
			background: linear-gradient( rgb(0, 0, 0), rgba(0, 22, 37, 0.85) ), url("https://www.goldeneraproperty.com/images/accomplishment-agreement-business-1249158.jpg");
			background-size: cover;
			background-attachment: fixed;
			color: #a1aaad;
		}
		#testimonial {
			padding: 1px 0;
			text-align: center;
		}
		#testimonial .item {
			display: block;
			width: 100%;
			height: auto;
		}
		#testimonial .item p {
			font-weight: 400;
			margin: 0 0 1px 0;
		}
		.testimonials {
			margin: auto;
			height: 3px;
			width: 60px;
			position: relative;
			background: #a5a5a5;
			border: 0;
		}
		.title{
			padding: 7px;
		}
		.title h2{
			color: white;
		}
section#contact .section-heading {
    color: #fff;
}
section#contact1 {
    padding: 50px 0;
    background-color: ;
    ackground-repeat: no-repeat;
    background-position: center;
}

section#contact{
	padding: 50px 0;
    background-color: #212529;
    background-image: url(../images/map-image.png);
    background-repeat: no-repeat;
    background-position: center;
}
section#contact .form-group {
    margin-bottom: 25px;
}
section#contact .form-group textarea.form-control {
    height: 258px;
	background: white;
}
section#contact .form-group input.form-control {
    height: auto;
	background: white;
}
section#contact .form-group input, section#contact .form-group textarea {
    padding: 20px;
}
section#contact .form-group {
    margin-bottom: 25px;
}
.servimg, .servimg img {
	float: left;
	width: 100%;
}
section.section-main {
    margin: 0 auto;
    width: 80%;
}
.destinations {
	float: left;
	width: 25%;
	margin: 1%;
}
.destinations .servimg {
    border: 1px solid #ccc;
}
.service-section p {
    text-align: center !important;
}
.servimg1 img {
    width: 12%;
}
.sect1 h2 {
    color:black;
	text-align: center;
	float: left;
	width: 100%;
}
.section-main.about-section.process-section {
	margin-bottom: 3%;
}
.section-main.about-section.secondsect {
	padding: 0 5% !important;
	float: left !important;
	width: 100% !important;
	margin: 0 !important;
	background: #fafafa !important;
}

.secondsect h2{
    font-size:18px;
    color:	#686868;
}

.secondsect span1{
    font-size:40px;
    color:black;

}
.section-main .section-title {
	background: transparent !important;
}
.shadowbox {
	float: left;
	width: 80%;
	margin: 0 9%;
	box-shadow: 0px 0px 6px #cccc;
	background: #fafafa;
	padding: 2% 4%;
	margin-bottom: 4%;
}
.shadowbox h3 {
	font-size: 22px;
}



.services1 {
  position: relative;
  width: 33.3%;
}

.cust-xs-3 {
  position: relative;
  width: 25%;
  
}
.cust-xs-3 h2 {
    font-size:15px;
}

.cust-xs-3 p{
    font-size:12px;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.services1:hover .overlay1 {
  opacity: 1;
}
.over{
    color:white;
    background-color:#15224a;
    text-align:center;
    font-size:12px;
    line-height:37px;
}
.text {
	color: white;
	font-size: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	width: 80% !important;
}
.secondsect .col-md-4 {
	margin-bottom: 1%;
	/* background: #ccc; */
	margin: 8px;
	width: 20% !important;
	padding: 1%;
	box-shadow: 0px 0px 6px #ccc;
}
.section-p {
    padding: 85px 25px;
    padding-left:30px;
    padding-top:30px;
}
.counter-part .container {
    position: relative;
}
.row1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -86px;
    margin-left: -110px;
    box-shadow: 0px 0px 6px #ccc;
}
.counter-item p {
    color: #1e1e1e;
    font-weight: 600;
    font-size: 15px;
    margin-top: 70px;
    text-align:right;
    padding-left:4px;
}
.counter-item {
    display: flex;
    align-items: center;
    color: #ffad18;
}
.counter-box {
    background-position: right;
    background-size: cover;
    left: 0;
    width: 92%;
    padding-left:200px;

}
.count-des:first-child::after {
    position: absolute;
    content: '';
    top: 22px;
    right: -12px;
    height: 40px;
    width: -1px;
    background: #bfbcbc33;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 60px;
    font-style: normal;
    margin-left: 15px;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-bo

.count-des {
    padding-left: 30px;
    position: relative;
}


.count-des i {
    font-size: 52px;
}
.counter-item .count-des .counter {
    line-height: 23px;
    margin-top: 5px;
    margin-bottom: 20px;
}

