html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  list-style: square;
  list-style-type: disclosure-closed;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background: #FFF;
}

body.scrolling {
  overflow-y: hidden;
}

a,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  a,
  button {
    cursor: default !important;
    border: none;
    outline: none;
  }
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

header {
	width: 100%;
	display: table;
	height: auto;
	position: relative;
	z-index: 2;
}

.head {
	width: 100%;
	height: auto;
	display: table;
	background: #075d87;
	margin: 0 auto;
	position: relative;
	/*background-image: url("../img/bg/header-bg.png");
	background-repeat: no-repeat;
    background-position: 80% 0;*/
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    border-radius: 0;
    box-shadow: 0px 2px 5px #555;
}

.head-contact {
	width: 20%;
	height: auto;
	display: table;
	float: right;
	padding: 10px 15px;
}

.head-contact .call-icon {
	background-repeat: no-repeat;
    background-size: 22px 33px;
    border: none;
    padding: 0 0 0 33px;
    cursor: pointer;
	background-image: url(../img/icons/call.svg);
    filter: brightness(1) sepia(0) hue-rotate(10deg) saturate(8);
}

.head-contact h2 {
	text-align: center;
	margin-top: 8px;
}

.head-contact a {
	color: #fecc09;
}

.head-contact a:hover {
	color: #FFF;
}

.head-logo {
	width: 20%;
	height: auto;
	display: table;
	float: left;
	position: absolute;	
}

.head-logo img.h-logo-1 {
	margin: 0 auto;
	width: 54%;
	background: #FFF;
	padding: 4px;
	display: block;
	box-shadow: 0px 2px 5px #999;
	border-radius: 6px;
}

.sticky .head-logo img.h-logo-1 {
	display: none;
}

.head-logo img.h-logo-2 {
	display: none;
}

.sticky .head-logo img.h-logo-2 {
	margin: 0 auto;
    width: 54%;
	background: #FFF;
	padding: 2px;
	display: block;
	box-shadow: none;
	border-radius: 6px;
}

.head-menu {
	width: 60%;
	height: auto;
	display: table;
	float: right;
	padding: 15px 30px 10px 50px;
}

/* Menu */

.topnav {
  overflow: hidden;
  background-color: transparent;
}

.topnav a {
  float: left;
  display: block;
  color: #FFF;
  text-align: center;
  padding: 5px 0px;
  text-decoration: none;
  font-size: 17px;
  margin: 0 16px;
  font-weight: 300;
}

.topnav a:hover {
  border-bottom: 1px solid #fecc09;
  border-top: 1px solid #fecc09;
  color: #fecc09;
  padding-bottom: 5px;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.banner {
	width: 100%;
	height: auto;
	display: table;
}

.banner img {
	width: 100%;
	height: auto;
	display: block;
}

.banner-img {
	content: url("../img/port-town-gt-realty.jpg");
	display: inline-block;
}

.frame {
	width: 1230px;
	display: table;
	margin: 0 auto;
}




.about {
	width: 100%;
	height: auto;
	display: table;
	padding: 60px 0 20px 0;
	background: #FFF;
}

.about-main {
	width: 100%;
	height: auto;
	display: table;
	padding: 10px 0;
}

.about-right {
	width: 65%;
	height: auto;
	display: table;
	float: left;
	padding: 10px;
}

.about-left {
	width: 35%;
	height: auto;
	display: table;
	float: left;
	padding: 10px;
}

.about-col-right {
	width: 100%;
	height: auto;
	display: table;
	padding: 0px 30px 30px;
	/*background: #FFF;
	box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
	border-radius: 5px;
	background-image: url("../img/bg/header-bg.png");
	background-repeat: no-repeat;
    background-position: 80% 0;*/
}

.about-col-right h4 {
	text-transform: uppercase;
	font-weight: normal;
}

.about-col-right h1 {
	font-size: 2.5rem;
	font-weight: 700;
	margin: 20px 0;
	line-height: 3.2rem;
	padding: 0 25px;
	position: relative;
	text-transform: uppercase;
	text-align: center;
}

.about-col-right h2 {
	text-transform: uppercase;
	margin-bottom: 20px;
}

.about-col-right p {
	line-height: 2rem;
	text-align: justify;
	font-weight: 300;
}

.about-col-left {
	width: 100%;
	height: auto;
	display: table;
	padding: 30px;
	background: #075d87;
	box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
	border-radius: 5px;
	/*border: 1px solid #555;*/
}

.about-col-left h2 {
	margin-bottom: 10px;
	font-size: 2rem;
	position: relative;
	font-weight: 300;
	color: #FFF;
}


.form {
    width: 100%;
}

.form-col {
    width: 100%;
}

.form-control {
    width: 100%;
    height: 50px;
    padding: 0 20px 0 40px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #FFF;
    background-image: none;
    border: 0px dotted #CCC;
    margin: 10px 0;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.butn {
    border: none;
    padding: 15px;
    width: 100%;
    background-image: linear-gradient(to right, #fecc09 , #fecc09);
    background-origin: border-box;
	color: #000;
    font-size: 16px;
    cursor: pointer;
	margin-top: 10px;
}
.butn:hover {
	background-image: linear-gradient(to right, #ff3110 , #ff3110);
	color: #FFF;
}

.error {
    color: #fecc09;
    font-size: 0.7rem;
    position: relative;
	margin-top: 5px;
	text-align: left;
}



.service {
	width: 100%;
	height: auto;
	display: table;
	padding: 0 0 50px 0;
}

.service-main {
	width: 100%;
	height: auto;
	display: table;
	padding: 10px 0;
}

.service-main h2 {
	text-transform: uppercase;
	font-size: 1.8rem;
	margin: 0 0 50px 0;
	position: relative;
	text-align: center;
}

.service-col {
	width: 25%;
	height: auto;
	display: table;
	float: left;
}

.service-col-inner {
	width: 100%;
	height: auto;
	display: table;
	position: relative;
    overflow: hidden;	
}

.service-col-inner img {
	width: 30%;
	height: auto;
	display: block;
	transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
	margin: 0 auto;
	cursor: pointer;
}

.service-col-inner:hover img {
    filter: brightness(100%);
    transform: scale(1.1);
}

.service-details {
    margin: 0 auto;
    position: relative;
    color: #000;
    padding: 40px 0;
    height: auto;
    /*background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));*/
    width: 100%;
    z-index: 1;
    bottom: 0;
}

.service-details h3 {
    text-align: center;
    font-size: 1.2rem;
	font-weight: 300;
}

.advantage {
	width: 100%;
	height: auto;
	display: table;
	padding: 30px 0;
}

.advantage-full {
	width: 100%;
	height: auto;
	display: table;
	
}

.advantage-full h2 {
    text-transform: uppercase;
    font-size: 1.8rem;
    margin: 0 0 50px 0;
    position: relative;
    text-align: center;
}

.locadv-col-left {
    width: 35%;
	height: auto;
	display: table;
	float: left;
}

.locadv-col-right {
    width: 65%;
	height: auto;
	display: table;
	float: left;
	padding: 0 0 0 30px;
}

.type-btn-col {
	width: 100%;
	height: auto;
	display: table;
}

.bton.activia {
    background-color: #333;
    color: #FFF;
    font-weight: 600;
}

.bton {
    display: inline-block;
    border-radius: 0px;
    background-color: #075d87;
    border: none;
    color: #FFF;
    text-align: center;
    font-size: 1rem;
	font-weight: 300;
    padding: 15px;
    width: 20%;
    transition: all 0.5s;
    cursor: pointer;
    vertical-align: middle;
    float: left;
    border: 0px solid #FFF;
    text-decoration: none;
}

.bton:hover {
	background-color: #fecc09;
	color: #000;
}

.column-inner {
    display: none;
    width: 100%;
}

.column-inner-content {
	display: table;
    width: 100%;
}

.column-inner-content-col {
	width: 100%;
	float: left;
	padding: 30px;
}

.column-inner-content-col ul li {
	list-style-position: outside;
	list-style: square;
	margin-left: 10px;
	line-height: 2.5rem;
	cursor: pointer;
	color: #075d87;
}

.column-inner-content-col ul li span {
	position: relative;
	left: 10px;
	color: #000;
	font-weight: 300;
}

.column-inner-content-col ul li:hover {
	color: #ff3110;
}

/*.column-inner-content-col ul li::before {
	content: "";
	width: 13px;
    height: 13px;
    background-color: #075d87;
    float: left;
    margin: 13px 20px 0 10px;
	border-radius: 50%;
}

.column-inner-content-col ul li:hover::before {	
    background-color: #ff3110;    
}*/

.column-inner-content-col img {
	width: 100%;
	height: auto;
	display: block;
}

.show {
    display: block;
}


.route {
	width: 100%;
	height: auto;
	display: table;
	padding: 50px 0;
	background: #f0f1f3;
	/*background-image: url(../img/bg/right-shape.png), url(../img/bg/left-shape.png);
	background-position: right bottom, left top;
	background-repeat: no-repeat, no-repeat;
	background-size: auto 500px;*/
}

.route-map {
	width: 100%;
	height: auto;
	display: table;
}

.route-map p {
	text-align: center;
	margin-bottom: 20px;
	font-style: italic;
}

.route-map a {
	color: #000;
}

.route-map img {
	width: 60%;
	height: auto;
	display: block;
	margin: 0 auto;
}

footer {
	width: 100%;
	height: auto;
	display: table;
	background: #FFF;
	/*background: url(../img/footer.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
	box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.3) 0px 0px 8px;
}

.footer-main {
	width: 100%;
	height: auto;
	display: table;
}

.footer-col-left {
	width: 100%;
	height: auto;
	display: table;
	position: relative;
}

.footer-col-bg {
	/*background: #ff3110;*/
	padding: 40px 10px;	
	z-index: 1;
	position: relative;
	color: #000;
	width: 50%;
    margin: 0 auto;
}

/*.footer-col-left .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #f49d1e;
    opacity: .8;
    z-index: 0;
}*/

.footer-col-bg h2 {
	font-size: 1.8rem;
	margin-bottom: 20px;
	color: #075d87;
	text-align: center;
	text-transform: uppercase;
}

.footer-col-bg p {
	font-size: 1.3rem;
	line-height: 2.5rem;
	color: #000;
	text-align: center;
	font-weight: 300;
}

.base {
	width: 100%;
	height: auto;
	display: table;
	background: #333;
	padding: 20px 0 20px 0;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.base p {
	color: #CCC;
	text-align: center;
	font-weight: 300;
	line-height: 1.8rem;
}

.base a {
	color: #fecc09;
	font-weight: 500;
}


.footer-form {
	width: 100%;
    height: auto;
    background: #075d87;
    color: #fff;
    font-size: 24px;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0 -5px 15px rgb(0 0 0 / 60%);
    -moz-box-shadow: 0 -5px 15px rgba(0,0,0,.6);
    -webkit-box-shadow: 0 -5px 15px rgb(0 0 0 / 60%);
	padding: 5px 0;
}

.form-col-footer {
	width: 20%;
	padding: 0 10px;
	float: left;
}

.form-col-footer h3 { 
	font-weight: 500;
	padding-top: 8px;
}

.footer-form-control {
    width: 100%;
    height: 40px;
    padding: 0 20px 0 40px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #FFF;
    background-image: none;
    border: 0px dotted #CCC;
    margin: 10px 0 5px 0;
}

.footer-form-butn {
    border: none;
    padding: 8px;
    width: 100%;
    background-image: linear-gradient(to right, #fecc09 , #fecc09);
    background-origin: border-box;
    color: #000;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
}

.footer-form-butn:hover {
    background-image: linear-gradient(to right, #ff3110 , #ff3110);
    color: #FFF;
}



.wa {
    z-index: 99999;
    position: fixed;
    bottom: 5px;
    left: 5px;
}

.cal {
    z-index: 99999;
    position: fixed;
    bottom: 60%;
    right: -18px;
	display: none;
}

.cal img {
    width: 70%;
}

.pencil {
    z-index: 99999;
    position: fixed;
    bottom: 50%;
    right: -18px;
	display: none;
}

.pencil img {
    width: 70%;
}

.pdf {
    z-index: 99999;
    position: fixed;
    bottom: 40%;
    right: -18px;
}

.pdf img {
    width: 70%;
}

.cookie-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
	z-index: 999999;
	background: rgba(0, 0, 0, 0.95);
	display: none;
}
  
.cookie-form img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  width: 70%;
  height: auto;
  z-index: 9999999;
}
  
  
 .pop-btn {
	position: absolute;
    right: 40px;
    top: 20px;
    color: #FFF;
    background-color: transparent;
    font-size: 2rem;
    border: 0;
    cursor: pointer;
 }
 
 
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
    z-index: 99999999;
}

.modal-content {
	position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 60%;
    height: auto;
    max-width: 1200px;
}

.modal1 {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.modal-content1 {    
    margin: auto;
    padding: 20px;
    width: 60%;
	background: #075d87;
}

.modal-content1 h3 {
    margin: 0 0 20px 0;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
	color: #FFF;
    text-align: center;
}

.closebtn {
    color: #DDD;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: 2%;
    right: 5%;
}

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

.modal-content-popup-form {
	margin-top: 10%;
	padding: 0;	
}

.brochure-form-inner {
	padding: 20px;
	background-color: #1d3e73;
	display: table;
	background: url(../img/gallery-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.modal-content-popup-form h3 {
	font-size: 1.5rem;
	letter-spacing: 0;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}

.modal-content-popup-form p {
	letter-spacing: 0;
	text-align: center;
	color: #FFF;
	margin-bottom: 20px;
}

.modal-content-popup-form img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
}

.form-col-mob {
	width: 50%;
	float: left;
	padding: 0 10px;
}

.btn-pkg {
	padding: 10px 15px;
}

.error-pkg {
    color: #F0C311;
    font-size: 0.7rem;
    position: relative;
    margin-top: -7px;
}

select {
  /* styling */
  background-color: #FFF;
  color:#000;
  border: thin solid blue;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.minimal {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 7px), calc(100% - 15px) calc(1em + 7px), calc(100% - 2.5em) 1em;
    background-size: 5px 5px, 5px 5px, 1px 1.3em;
    background-repeat: no-repeat;
}

.desktop-hide {
	display: none;
}

.nk-cookie-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
	z-index: 999999;
	background: rgba(0, 0, 0, 0.9);
	display: none;
  }
  
  
 .pop-btn {
	position: absolute;
    right: 40px;
    top: 20px;
    color: #FFF;
    background-color: transparent;
    font-size: 2rem;
    border: 0;
    cursor: pointer;
 }
 
 .nk-cookie-banner img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  width: 60%;
  height: auto;
  z-index: 9999999;
}


		.thanks {
			background-color: transparent;
			color: #000;
			width: 100%;
			display: table;
			position: absolute;
		}

		.md {
			padding: 20px;
		}

		.company h1 {
			font-size: 1.8rem;
			text-transform: uppercase;
			line-height: 3rem;	
		}

		.w-80 {
			width: 80% !important;
		}

		.text-center {
			text-align: center !important;
		}

		.company {
			display: block;
			margin: 0 auto;
			top: 650%;
			left: 50%;
			transform: translate(-50%, -50%);
			position: absolute;
		}


