@import url('https://fonts.googleapis.com/css2?family=Bayon&family=Readex+Pro:wght@160..700&display=swap');
body {
    color: #000;
	font-family: "Readex Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 24px;
}

:root {
  --white: #fff;
  --black: #000000;
  --grey: #7d7d7d;
  --trans: 0.3s linear;
  --primary: #128F83;
  --secondary: #3C445D;
}
body.boxed {
    max-width: 1170px;
    background: #f4f5f8;
}

.company-titles h1 {
  font-size: 80px;
}
.company-titles h1 span {
  color: #00c6f8;
}
.company-titles p {
  text-transform: uppercase;
}
.header-area {
  position: fixed;
  width: 100%;
	padding: 0px 45px;
	border-bottom: 1px solid #dddddd45;
}
.reviewbox {
  background-color: #fff;
  padding: 24px;
  border-radius: 12px;
}
.detailbox {
  display: flex;
  align-items: center;
}
.detailbox div img {
  margin-right: 12px;
  width: 44px !important;
}
.detailbox div + div img {
  width: 99px !important;
}
.site-branding img {
  width: 61px;
}
.projectbox p {
  color: #fff;
}
.projectbox img {
  margin-bottom: 18px;
}
.gif img {
  width: 236px;
}
.header-area.sticky {
  background-color: #0a2835 !important;
  z-index: 99;
  transition: var(--trans);
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 9px 0px #0a2835;
}
.hometopc {
  justify-content: center;
}
h1, .h1 {
  font-size: 36px;
}
.company-title h2 {
  font-size: 60px;
}
.subtitle h3 {
  font-size: 20px;
}
.subtitle h2 {
  font-size: 45px;
}
.custom10 {
  margin-top: 10px;
}
.contactbody .panel-grid-cell:nth-child(2) {
  background-color: #00c6f8;
  padding: 30px 35px;
}
.contactbody p {
  position: relative;
}
.contactbody i {
  position: absolute;
  top: 20px;
  right: 14px;
}
.ankerone a {
  padding: .5em 1.4em;
  margin: 0px 2px;
  border-radius: 0px;
  background-color: #00C6F8;
  border: 2px solid #00c6f8;
  color: #0B1922;
  font-family: "Bayon", sans-serif !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.ow-button-base span {
	font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase;
}
.wow.ankerone a {
  margin: 0px 8px;
}
.himmags img {
  height: 282px !important;
  object-fit: cover;
  border-radius: 8px;
}
.ankerone a:nth-child(1),.ankerone a:nth-child(3) {
  background-color: transparent;
  border: 2px solid #00c6f8;
  color: #00c6f8;
}
.custom15 {
  position: relative;
  top: 21px;
}

a {
    color: #093eb6;
    text-decoration: none;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #000;
}

.teambo h3 {
  margin-top: 15px;
}
.teambo p.textblue {
  color: #00c6f8;
  margin-bottom: 0px;
}
.container {
    max-width: 100% !important;
    width: 1170px !important;
}

.wrapper {
    position: relative;
    overflow: hidden;
    min-height: 700px
}
a.mega-menu-link {
  letter-spacing: .1em !important;
}

/* #Progress
================================================== */

.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  font-family: "unicons";
  content: "\e84b";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #00c6f8;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover::after {
  opacity: 0;
}
.progress-wrap::before {
  position: absolute;
  font-family: "unicons";
  content: "\e84b";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background-image: linear-gradient(298deg, #a0bd20, #a0bd20);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover::before {
  opacity: 1;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #00c6f8;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

header {
    position: relative;
}

img {
    max-width: 100%;
}

ul {
    list-style-type: none;
}

ol,
ul {
    margin: 0px;
    padding: 0;
}

ul li,
ol li {
    color: #8d8d8d;
    line-height: 1.8;
}

ol.list-unstyled {
    margin-left: 0;
}

.list-unstyled li i {
    padding-right: 15px;
    color: #ffda43;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2a2a2a;
	   font-family: "Bayon", sans-serif !important;
}
.mega-menu-link {
  font-family: "Bayon", sans-serif !important;
}
.so-widget-sow-button span {
  font-family: "Bayon", sans-serif !important;
/*   font-size: 16px; */
}
.subboxnew img {
  border: 8px solid #EDDFB7;
  border-radius: 8px;
}
.ankerone a:hover {
  background-color: #00c6f838;
  color: #fff;
}
a:focus {
  outline: none;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
p + p:last-child {
    margin-bottom: 0;
}
.footer {
  background-color: #0B1922;
}
blockquote {
    padding: 30px 35px;
    background: #ffda44;
    font-size: 20px;
    color: #675F3F;
    line-height: 1.455;
    text-align: left;
    margin: 0;
    border: none;
    font-style: italic;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.light {
    font-weight: 100;
}

.btn {
    border-radius: 3px;
    font-size: 16px;
    line-height: 48px;
    padding: 0 0px;
    border: none;
    border: none;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.btn-primary {
    background: #093EB6;
    color: #fff;
}

.btn-primary:hover {
    background: #002D92;
}

.btn-default {
    background: #FFDA44;
    color: #4c443a;
}

.btn-default:hover {
    background: #ECC124;
}

section {
    padding: 80px 0;
}

.sidebar {
    padding: 80px 15px;
}

main.main {
    padding-bottom: 75px;
}

.threebox .panel-grid-cell {
  text-align: center;
  border: 2px solid #ddd;
  padding: 15px;
  border-radius: 8px;
  height: 282px;
	transition : var(--trans);
}
h3.widget-title {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
}
.quick-links ul {
  padding-left: 0px;
}
.threebox.imagess .panel-grid-cell:nth-child(3) {
  padding: 0px;
}
/* .threebox.imagess .panel-grid-cell {
  height: auto;
} */
.threebox .panel-grid-cell:hover {
  background-color: #00c6f8;
}
.togleclass a {
  font-family: "Bayon", sans-serif !important;
  font-size: 22px !important;
  border-bottom: 2px solid #00c6f8;
  padding-left: 0px !important;
}
.togleclass .iw-so-acc-content strong {
  color: #00c6f8;
  display: block;
  font-family: "Bayon", sans-serif !important;
  font-size: 18px;
  font-weight: 400;
  padding-top : 10px;
}
.togleclass .iw-so-acc-content {
  padding-left: 0px !important;
  color: #fff;
}
.threebox .panel-grid-cell h3 {
  color: #0a2835;
}
/* --------------- 1.1 Spacer --------------- */

.spacer-5,
.spacer-10,
.spacer-20,
.spacer-30,
.spacer-40,
.spacer-50,
.spacer-60,
.spacer-70,
.spacer-80,
.spacer-90,
.spacer-100 {
    display: block;
    clear: both;
    overflow: hidden;
}

.spacer-5 {
    height: 5px
}

.spacer-10 {
    height: 10px
}

.spacer-20 {
    height: 20px
}

.spacer-30 {
    height: 30px
}

.spacer-40 {
    height: 40px
}

.spacer-50 {
    height: 50px
}

.spacer-60 {
    height: 60px
}

.spacer-70 {
    height: 70px
}

.spacer-80 {
    height: 80px
}

.spacer-90 {
    height: 90px
}

.spacer-100 {
    height: 100px
}

@media all and (max-width: 991px) {
    section {
        padding: 60px 0;
    }
}

@media all and (max-width: 767px) {
    br {
        display: none;
    }
}

@media all and (max-width: 480px) {
    section {
        padding: 45px 0;
    }
}


/* --------------- Header Styles --------------- */

.logo-top-info {
    padding: 12px 0;
}

.footer {
  border-top: 1px solid #7c471d;
}
.quick-links ul li a {
  color: #fff;
  opacity: 0.6;
}
.contactfrom {
  background-color: #fff;
  padding: 35px;
  box-shadow: 0px 0px 13px 0px #0000004a;
  border-radius: 12px;
}
.contactfrom h3 {
  text-align: center;
  border: none;
  font-size: 35px;
  font-weight: 500;
}
.form-group {
    margin-bottom: 30px;
}
.border-top {
  border-top: 1px solid #9aa0a3 !important;
}
.copy p {
  margin-bottom: 0px;
  color: #fff;
  opacity: 0.7;
	text-align: left;
}
.copy a {
  color: #fff;
  opacity: 0.7;
  margin: 0px 5px;
}
.quick-links a {
  color: #fff;
  display: block;
  opacity: 0.5;
}
.quick-links a i {
  margin-right: 7px;
  font-size: 15px;
	width: 18px;
  text-align: center;
}

.copy {
  text-align: end;
}
.form-control {
    border: 1px solid rgba(244, 244, 244, 0.8);
    background: #ffffff;
    box-shadow: 1px 1.7px 2px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    line-height: 48px;
    height: auto;
    padding: 0 20px;
}

.form-control:focus {
    border: 1px solid rgba(244, 244, 244, 0.8);
    box-shadow: 1px 1.7px 2px 0px rgba(0, 0, 0, 0.2);
}

input[type="text"],input[type="email"] ,input[type="tel"], input[type="url"], input[type="password"], input[type="search"], textarea {
  color: #000;
  border-radius: 0px;
  border: none;
  border-bottom: 2px solid #000;
  padding: 15px 15px !important;
  width: 100%;
}
.contactfrom i {
  position: absolute;
  top: 20px;
  right: 15px;
}
.contactfrom .col-md-12 {
  position: relative;
}
textarea {
  height: 100px;
}
.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
  width: 100%;
  background-color: #000;
}
.wpcf7-spinner {
  position: absolute;
  left: 0px;
}
.widget-title {
  border-bottom: 0px solid #eee;
}
/*Image Hover Effects*/

.hover-effect img,
.img-hover-effect img {
    width: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hover-effect,
.img-hover-effect {
    background: #000;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin: 0 -1.5px;
}

.hover-effect:hover img {
    opacity: 0.6;
    transform: scale(1.1);
}
.whitebox {
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
}
.whitebox .tab button {
  border: 1px solid #000;
  padding: 7px 15px;
  border-radius: 30px;
  margin: 5px;
  background-color: transparent;
}
.whitebox .tab button.active {
  border-color: #7c471d;
}
.whitebox .tabcontent {
  height: 259px;
  overflow-y: scroll;
}
.whitebox .tabcontent .listcontent {
  display: flex;
  justify-content: space-between;
  background-color: #ddd;
  padding: 7px 15px;
  border-bottom: 1px solid #fff;
}
.whitebox .tabcontent .listcontent p {
  margin-bottom: 0px;
}
.site-branding {
  margin-top: 0px;
  margin-bottom: 0px;
}
.whitebox .tab button img {
  background-color: #ddd;
  border-radius: 50%;
  padding: 5px;
  width: 32px;
}
.whitebox .tab button.active img {
  background-color: #7c471d;
}
.subtwosectiond img {
  border-radius: 8px;
}
.subtwosection h3 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}
.hentry {
  margin: 0px;
}
.secondsection .panel-grid-cell {
  border: 2px solid #7c471d;
  border-radius: 8px;
}

.topheadnew {
  width: 100%;
  margin: 0 auto;
  position: absolute;
}
.topheadnew video {
  width: 100%;
  height: calc(100vh - 96px);
  object-fit: cover;
  object-position: center;
}
.secondsection .panel-grid-cell img {
  width: 75px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.secondsection .panel-grid-cell h3 {
  color: #7d481e;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
}
.aminities .panel-grid-cell .fourimage h3 {
  text-align: center;
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 500;
  padding: 10px;
	margin-bottom: 0px;
}
.aminities .panel-grid-cell {
  box-shadow: 0px 0px 7px 0px #00000052;
}
.fourimage.bge h3 {
  background-color: #CAA750;
}

.tab-content > .active {
  border-left: 3px solid #7E4A20;
  border-top: none;
  padding-left: 19px;
}

.subiimages table {
  width: 100% !important;
}
.subiimages table tbody th {
  background-color: #caa750;
}
.subiimages button.active {
  background-color: #7e4a20 !important;
  padding: 10px;
}




.widget {
  margin: 0px;
}


@media all and (max-width: 767px) {
.topheadnew video {
  width: 100%;
  height: auto !important;
  object-fit: cover;
  object-position: center;
}
	.secondsection {
		flex-direction: row !important;
    flex-wrap: wrap !important;
	}
	.w-75 {
  width: 100% !important;
}
	.border-top p {
  text-align: center;
		font-size: 11px;
}
	.copy a {
  font-size: 11px;
}
.copy {
  text-align: center;
}
	 .secondsection .panel-grid-cell {
    width: 48% !important;
  }
	.secondsection .panel-grid-cell h3 {
  font-size: 16px;
}
	.secondsection .panel-grid-cell img {
  width: 55px;
  padding-top: 11px;
  padding-bottom: 11px;
}
	.contactfrom h3 {
  text-align: center;
  border: none;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}
	 .quick-links ul {
    display: block;
    padding: 10px 0px;
  }
	body {
 font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}
	.threebox .panel-grid-cell {
  text-align: center;
  border: 2px solid #ddd;
  padding: 15px;
  border-radius: 8px;
  height: auto;
  transition: var(--trans);
  padding: 10px !important;
}
	.togleclass a {
  font-family: "Bayon", sans-serif !important;
  font-size: 19px !important;
  border-bottom: 2px solid #00c6f8;
  padding-left: 0px !important;
}
	.subtwosection h3 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
}
	.title-2 h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 500;
}
	.company-title h2 {
  font-size: 29px;
}
	h1, .h1 {
  font-size: 25px;
}
	.ankerone a {
  margin: 0px 4px;
  border-radius: 0px;
  background-color: #00C6F8;
  border: 2px solid #00c6f8;
  color: #0B1922;
  font-family: "Bayon", sans-serif !important;
  font-size: 11px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 4px 10px;
}
	.subtitle h2 {
  font-size: 30px;
}
	.header-area {
  position: fixed;
  width: 100%;
  padding: 0px 3px;
}
	.subboxnew img {
  border: 2px solid #EDDFB7;
  border-radius: 1px;
}
	.footerfirsta {
		flex-direction: row !important;
    flex-wrap: wrap !important;
	}
	 .footerfirsta .panel-grid-cell {
    width: 48% !important;
  }
	
	.footerfirsta .panel-grid-cell:nth-child(1) {
    width: 100% !important;
  }
	
	.subboxnew{
		flex-direction: row !important;
    flex-wrap: wrap !important;
	}
	  .subboxnew .panel-grid-cell {
    width: 48% !important;
    margin-bottom: 20px !important;
  }
	.site-header .col-md-8 {
  order: 2;
}
	.site-header .col-md-1 {
  order: 0;
}
	.site-header .col-md-3 {
  text-align: end;
		display : none;
}
	.company-titles h1 {
  font-size: 56px;
}
	.contactbody .panel-grid-cell:nth-child(2) {
  background-color: #00c6f8;
  padding: 30px 25px !important;
}
	h3.widget-title {
  font-size: 20px;
  line-height: 28px;
}
	.border-top .panel-grid-cell {
  margin-bottom: 3px !important;
}
	.mobilenone {
  display: none;
}
}
.site-description {
  display: none;
}

