@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Marcellus&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&display=swap');

html {
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  overflow-x:hidden;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-size:14px;
  overflow-x:hidden;
  color:#333;
  letter-spacing:1px;
}
p {  font-weight:400;}
article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}
audio,
canvas,
progress,
video,a,span {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template, /* 1 */
[hidden] {
  display: none;
}
a,button {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
  transition: all 0.3s ease;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1,h2,h3,h4,h5 {
  margin: 0 0 15px;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img,i ,a,span{
  border-style: none;
  transition: all 0.3s ease;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}
optgroup {
  font-weight: bold;
}
button,
input { /* 1 */
  overflow: visible;
}
button,
select { /* 1 */
  text-transform: none;
}
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
} 
a {color:#111111;}
a:hover {color:#222; text-decoration:none;}
.img-responsive {width:100%; height:auto;}
.mb-8 {margin-bottom:80px;}
.mt-8 {margin-top:80px;}
.pt-8  {padding-top:80px;}
.pb-8 {padding-bottom:80px;}
.owl-carousel .owl-item img  {width:auto; display:inherit;}

/******** Start Home Page CSS **********************************************************/
header {
    position: relative;
}

.navbar {padding:20px 0; margin-bottom:10px; z-index: 100;}
.desktoplogo a {width:100px; height:100px;}
.navbar-brand {padding-top:0px;}

ul.navbar-nav {}
ul.navbar-nav li a { font-size:15px;}

.navigation {
  padding: 0;
  min-height: 150px;
  position: absolute;
  top: 0; /* required */
  width:100%;
  z-index:999;
  background:rgba(0,0,0,0);
}

.menu-main-menu-container {margin:0 auto; }
ul.menu {display:flex; text-align:center; list-style:none; padding:0px; column-gap: 40px;}
ul.menu li {font-size:17px;}
ul.menu li a{color:#FFF; text-transform:uppercase;}

.navigation:hover ul.menu li a {color:#000;}

.navigation:hover { width: 100%; background: #FFF;}
.navigation:hover .form-control {border-color:#000;}
.navigation:hover .searchbtn {color:#000;}

.actions form {position:relative;}
.form-control {width:280px; background:none; border-color:#FFF; color:#FFF; font-size:18px;}
.actions form .searchbtn { position: absolute; top: 5px; right: 10px; font-size: 18px; padding: 0px; border: none; font-weight: 200; color: #FFF;}

.shover img.color{display:none;}
.shover:hover a {color:#313131 !important;}
.shover:hover img.color{display:block;}
.shover:hover img.whitec{display:none;}

/*.sticky { position: fixed; top: 0; width: 100%; z-index: 1000; left: 0; right: 0; height: 150px; background:#FFF;}
.sticky img.whitec{display:none;} 
.sticky img.color{display:block;}
.sticky ul.menu li a {color:#000;}
.sticky .form-control {border-color:#000; color:#000;}
.sticky form .searchbtn {color:#000;}*/

.w-100 { height: auto;}
.mainBanner {height:689px;}
.captionBox {position: absolute; bottom: 90px; left: 40px;}

a.bannerbtn {border: 1px solid #FFF; border-radius: 5px; color: #FFF; font-size: 18px;  padding: 12px 15px;}
a.bannerbtn span img {width:20px;}
a.bannerbtn span {margin-left:20px;}
a.bannerbtn:hover {background:#3e495b; border-color:#3e495b;}

.herocopysection {background:url(../images/below-banner-bg.webp); background-size:cover;}
.herocopy {padding:80px 0px; margin:0 auto; text-align:center;}
.herocopy h1 {font-weight:300; font-size:50px; color:#FFF;}
.herocopy h1 span {color:#d8411b;}
.herocopy p {color:#FFF; font-size:22px; font-weight:300; hyphens: none; line-height:36px;}

.thirdsection {
    background-image: url("../images/third-section-bg.webp");
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height:544px;
    position:relative;
}
.thirdarea {position:absolute; position:absolute; left:40px; top:80px;}
.thirdarea h2 {color:#FFF; font-weight:300; font-size:34px; hyphens: none; line-height:46px;}
.btn-default { font-weight:500; font-size:18px; text-transform:uppercase; background: #E1CD8B;
background: linear-gradient(to right, #E1CD8B 0%, #D2B066 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;}
.btn-default:hover img {margin-right:10px;}
.btn-default:hover {color:#FFF; background:#FFF;-webkit-background-clip: text;}

.servicesection {
    position: relative;
}

.servicearea {
    position: relative;
    display: grid;
    grid-template-columns: 40% 50%;
    gap: 10%;
    align-items: start;
    padding: 80px 0;
}


..left-column {
    position: relative;
    width: 100%;
}

/* Actual panel */
.left-content {
    width: 100%;
}

.left-inner {
    background: #3e4a61;
    color: #fff;
    padding: 50px 40px;
    min-height: 450px;
}

@media (max-width: 991px) {
    .left-content {
        transform: none !important;
    }
}

.left-inner span {
    display: block;
    font-size: 20px;
    color: #949894;
    margin-bottom: 15px;
    font-weight:300;
}

.left-inner h2 {
    font-size: 38px;
    font-weight: 300;
    margin: 0 0 25px;
}

.left-inner h2 strong {
    display: block;
    color: #e4c95a;
    font-weight: 300;
}

.left-inner p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #e0e3e8;
    margin-bottom: 35px;
    hyphens: none; 
}

.left-inner a {
    color: #e4c95a;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}


/* RIGHT SIDE */
.right-content {
    min-height: 100%;
}

.service-item {
    padding: 35px 0;
    border-top: 3px solid #bacac5;
    position: relative;
}

.service-item:last-child {
    border-bottom: 3px solid #bacac5;
}

.service-item h3 {
    margin: 0 0 12px;
    color: #0a473b;
    font-size: 28px;
    font-weight: 400;
}

.service-item p {
    margin: 0;
    max-width: 600px;
    color: #555;
    font-size: 14px;
    line-height: 1.7;
}

.service-item::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0;
    transform: translateY(-50%);
    color: #e5d59f;
    background: url(../images/forward-arrow.png) no-repeat;
    height: 60px;
    width: 70px;
}

@media (min-width: 992px) {

    .left-content.js-sticky {
        position: fixed !important;
        top: 100px !important;
        z-index: 100;
        margin: 0 !important;
    }

    .left-content.js-sticky-bottom {
        position: absolute !important;
        bottom: 80px !important;
        z-index: 100;
        margin: 0 !important;
    }

}


/******** End Media CSS **********************************************************/
@media only screen and (min-width: 1200px) {
.container {
        max-width: 1280px;
    }
.container-fluid {
        padding-left:30px;
        padding-right:30px;}
}

@media only screen and (max-width: 1280px) {
}

@media only screen and (max-width: 1199px) {
}


@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 680px) {
}

@media only screen and (max-width: 512px) {
}

@media only screen and (max-width: 425px) {
}
    
    
    