/********** Template CSS **********/
:root {
    --primary: #4761FF;
    --secondary: #555555;
    --light: #F1F3FA;
    --dark: #1C2035;
}

@media only screen and (max-width: 1400px) and (min-width: 768px)  {
    .boxed-contents.p-5.top-right-curve-140.no-color-boxed h2 {
    font-size: 30px !important;
    line-height: 35px !important;
}
}


@media only screen and (max-width: 1024px) {
    .landing-page {
    height: 100% !important;
}
.landing-page button {
    width: 31% !important;
    height: 150px !important;
    margin-right: 1% !important;
    max-width: 220px !important;

}
}

@media only screen and (max-width: 680px) {
    .landing-page {
    padding: 30px 40px 40px !important;
}

div#step3 .container {
    padding: 0;
}

.zone-result img {
    margin-top: 10px !important;
    margin-bottom: 20px;
}

.step-indicator {
    flex: 1;
}
.landing-page button {
    width: 100% !important;
    height: 100px !important;
    font-size: 16px !important;
}
.landing-page .sec-title {
    font-size: 27pt;
    line-height: 33pt;
}
}


.iti__search-input {
    outline: none !important;
    box-shadow: none !important;
    padding: 10px 30px;
    font-family: 'Roboto';
    font-weight: 400;
    opacity: 0.5;
}

body .iti__country-container button {
    width: auto !important;
    height: 100% ! IMPORTANT;
    margin: 0 !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: Roboto;
    color: #000000b8 !important;
    border-right: 1px solid #e6e6e6;
    padding-right: 10px !important;
}

span.loading {
    font-size: 12px !important;
}

.zone-result img {
    width: 100%;
    margin-top: 20px;
}

.landing-page button {
    width: 220px;
    font-size: 20px;
    height: 220px;
    cursor: pointer;
    padding: 0 !important;
    margin: 15px 15px 0 0;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    border: 0px;
    font-weight: 500;
        transition: transform 0.15s 
ease, box-shadow 0.15s 
ease, background-color 0.3s 
ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.landing-page button:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

button#btnSubmitlp {
    width: auto !important;
    height: auto !important;
    font-size: 15px !important;
    padding: 15px 20px !important;
    line-height: 1 !important;
}

.landing-page button:active {
  transform: scale(0.95);
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

div#step2 button {
    width: 220px;
    font-size: 20px;
    height: 220px;
    cursor: pointer;
    padding: 0 !important;
}

.step-progress {
    display: flex
;
    justify-content: center;
    margin-bottom: 25px;
    gap: 30px;
    position: relative;
    margin-top: 50px;
}
.step-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.step-indicator .circle {
    width: 36px;
    height: 36px;
    background: #f1f1f1;
    color: #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    transition: all 0.3s ease;
    position: relative;
}

.step-indicator.active .circle {
    background: #f36e25;
    color: #fff;
}

.step-indicator .label {
  font-size: 14px;
  margin-top: 6px;
  color: #666;
}

.step-indicator.completed .circle {
    background:  #f36e25;
    color: #fff;
}

.step-indicator.completed .label,
.step-indicator.active .label {
  color:  #f36e25;
}

/* Connecting line between steps */
.step-progress::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 20%;
  right: 20%;
  height: 1px;
  background: #ddd;
  z-index: 0;
}

.step1-inner p.select-bold {
    margin-bottom: 40px;
}

.step1-inner {
    max-width: 800px;
    margin: 0 auto;
}

.thankyou-buttons a {
    background-color: #db0032 !important;
    font-size: 11pt;
    padding: 5px 15px;
    text-transform: uppercase;
    border-radius: 0px;
    border: 0px;
    color: #fff !important;
}

.thankyou-message p {
    margin-bottom: 20px;
}

.thankyou-message h3 {
    font-size: 22px;
    max-width: 500px;
}

.landing-page {
    font-family: 'Roboto';
    padding: 70px 50px 90px;
    max-width: 1200px;
    margin: auto;
    height: 800px;
}
  .landing-page .step.active {
    display: block;
}

  .landing-page .step p {
    font-size: 15px;
    color: #000;
}

.select-bold {
    font-weight: 500;
}
 .landing-page .step {
    display:none;
}

  .landing-page .form-container {
    margin-top: 15px;
  }

button.back-btn:hover {
    transform: none !important;
}


button.back-btn {
    background: transparent !important;
    color: #092f57;
    padding: 0 !IMPORTANT;
    margin-top: 40px;
    font-size: 14px !important;
    text-transform: inherit;
    width: 100% !important;
    height: 100% !important;
    box-shadow: none !important;
    text-align: left;
    transition: none ! IMPORTANT;
}
  .back-btn::before {
    content: '← ';
}

.zone-result.active {
    display: block;
}
.zone-result {
    display: none;
}

.boxed-contents.p-5.top-right-curve-140.no-color-boxed {
    padding-left: 30px ! IMPORTANT;
    padding-right: 30px !important;
}

.map-section iframe {
    width: 100%;
    margin-top: 20px;
}

.boxed-contents.p-5.top-right-curve-140.no-color-boxed h2 {
    font-size: 34px;
    line-height: 43px;
}

.Key-highlights {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    margin-bottom: 0 !important;
}

.Key-highlights .p-2.bg-light {
    background: #fff !important;
}

.map-section .sub-title {
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.landing-page-text h1 {
    text-transform: inherit;
    font-size: 40px !important;
}

.landing-page-text .banner-sub-title {
    margin-top: 35px !important;
    margin-bottom: 0 !important;
    text-transform: inherit;
    color: #fff !important;
    font-size: 17px;
    font-weight: 300;
}


.Key-highlights .rounded-1 img {
    margin-left: 10px;
    width: 57px !important;
}

.Key-highlights .row {
    align-items: center;
}

.Key-highlights .row p {
    font-size: 14px;
    font-weight: 400;
}

.container-fluid.py-5.middle-landing-page {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.landing-page-boxed .contents {
    padding-top: 74px;
}

.no-color-boxed .contents {
    padding: 0;
}

.landing-page-boxed .boxed-contents img {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
}

.landing-page-boxed .contents h5 {
    font-weight: 400;
}

.landing-page-boxed .boxed-contents {
    position: relative;
    height: 260px;
}

@media (min-width: 992px) {
.Key-highlights .col-lg-2 {
        flex: 0 0 auto;
        width: 14.66667%;
    }
}

.container-fluid.py-5.middle-landing-page .row.g-0 {
    align-items: center;
}

.middle-landing-page p {
    color: #fff;
}

.middle-landing-page .col-md-6.col-lg-6.col-xs-12 {
    padding-right: 72px !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 500;
}


body { font-family: "Roboto",sans-serif; font-size: 11pt; line-height: 14pt; font-weight: 300; }
.display-1 { font-size: 3rem !important; }
.display-3 { font-size: 1.9rem !important; line-height: 1.2em; text-transform: uppercase;}
.banner-sub-title { font-weight: 100; text-transform: uppercase;}
.banner-btn { background-color: #db0032 !important; font-size: 11pt; padding: 5px 15px; text-transform: uppercase; border-radius: 0px; border:0px;}
.sec-title { font-weight: 200; font-size: 33pt; line-height: 38pt;} 
.gold-color { color: #b48a33 !important;}
.blue-color {color: #003057 !important;}
.p-l-r-3 { padding: 0px 3rem !important;}
.about-image {position: relative;}
p.intro-text {font-size: 12pt; line-height: 17pt;}
h5.counter-title { color: #1e76bc; font-size: 40pt; line-height: 42pt; font-weight: 700;}
p.counter-text { color: #7c7c7c; text-transform: uppercase; font-size: 11pt;}
.service-item.counter-item { }
.service-item.counter-item .service-text { border-radius: 10px; }
.bg_blue { background-color: #003057 !important;}
.bg_blue_new { background-color: #1e76bc !important;}
.bg_yellow  { background-color: #b48a33 !important;}
.bg_green { background-color: #c9d7ac !important;}
.about-image:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: -10px;
    bottom: -10px;
    background: #fcb019; 
    z-index: -1;
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: #4c4c4c;
    font-size: 12pt;
    font-weight: 500;
    outline: none;
	text-transform: uppercase;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #003057;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {

.landing-page-boxed .boxed-contents {
    height: 300px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.boxed-contents.p-5.top-right-curve-140.no-color-boxed h2 {
    font-size: 28px;
    line-height: 31px;
}
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
   /* background: rgba(0, 0, 0, .1);*/
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
	top: auto !important;
	bottom: 15px;
	
}
.carousel-control-next {
    left: 35px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 1.5rem;
    height: 1.5rem;
   
}

@media (max-width: 768px) {

#header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Features ***/
.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}


/*** About ***/
.about {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/about.jpg) left center no-repeat;
    background-size: cover;
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 36px;
    height: 46px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--primary);
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--primary);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--primary);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 30px solid #FFFFFF;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Service ***/
.service-item .service-text {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: #9bcb3b;
    box-shadow: 0 0 45px rgba(0, 0, 0, .06);
    transition: .5s;
    z-index: 2;
}

.service-item:hover .service-text {
    top: -1.5rem;
}

.service-item .service-text h5 {
    transition: .5s;
}

.service-item:hover .service-text h5 {
    color:#003057;
}

.service-item .service-btn {
    position: absolute;
    width: 80%;
    height: 3rem;
    left: 10%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
    z-index: 1;
}

.service-item:hover .service-btn {
    bottom: -1.5rem;
}


/*** Project ***/
.project-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.project-item .project-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    padding-top: 60px;
    transition: .5s;
}

.project-item:hover .project-overlay {
    opacity: 1;
    padding-top: 0;
}

.project-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .project-carousel .owl-nav {
        top: -70px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .project-carousel .owl-nav .owl-prev,
    .project-carousel .owl-nav .owl-next {
        margin: 0 7px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}


/*** Team ***/
.team-item {
    position: relative;
    text-align: center;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item .team-social {
    position: absolute;
    padding: 0;
    top: 15px;
    left: 0;
    overflow: hidden;
}

.team-item .team-social li {
    list-style-type: none;
    margin-bottom: 10px;
    margin-left: -50px;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social li {
    margin-left: 15px;
    opacity: 1;
}

.team-item .team-social li .btn {
    background: #FFFFFF;
    color: var(--primary);
    border-radius: 40px;
    transition: .5s;
}

.team-item .team-social li .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item .team-social li:nth-child(1) {
    transition-delay: .1s;
}

.team-item .team-social li:nth-child(2) {
    transition-delay: .2s;
}

.team-item .team-social li:nth-child(3) {
    transition-delay: .3s;
}

.team-item .team-social li:nth-child(4) {
    transition-delay: .4s;
}

.team-item .team-social li:nth-child(5) {
    transition-delay: .5s;
}


/*** Testimonial ***/
.testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
}

.owl-item .testimonial-item,
.testimonial-item * {
    transition: .5s;
}

.owl-item.center .testimonial-item,
.testimonial-item:hover {
    background: var(--primary);
}

.owl-item.center .testimonial-item *,
.testimonial-item:hover * {
    color: #FFFFFF !important;
}

.testimonial-item img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 100px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}

@media (max-width: 768px) {

.landing-page-boxed .boxed-contents {
    height: 100% !important;
    padding: 2rem !important;
}

.map-section iframe {
    height: 300px !important;
}

.boxed-contents.p-5.top-right-curve-140.no-color-boxed h2 {
    font-size: 30px;
    line-height: 35px;
    padding-top: 40px;
}

.container-xxl.py-5.lp-contact .col-md-5.col-lg-5.col-xs-12.pe-5 {
    padding: 0 !important;
}

.container-xxl.py-5.lp-contact .col-md-5.col-lg-5.col-xs-12.pe-5 h2 {
    font-size: 37px;
    line-height: 42px;
}

.landing-page-text h1 {
    text-transform: inherit;
    font-size: 28px !important;
    padding: 0 20px;
}

.landing-page-text .banner-sub-title {
    padding: 0 20px;
    line-height: 24px;
    margin-top: 20px !important;
}

.Key-highlights .row p {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}

.container-fluid.contents_bg_1.py-5.mb-5.Key-highlights {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.container-fluid.py-5.middle-landing-page .ps-5 {
    padding-left: 0 !IMPORTANT;
    padding-top: 10px;
}

.middle-landing-page .col-md-6.col-lg-6.col-xs-12 {
    padding-right: 0 !IMPORTANT;
}

.lp-contact .col-md-7 h2 {
    display: none;
}

.lp-contact .col-md-7 form {
    margin-top: 10px;
}

.lp-contact .form-group input, .lp-contact .form-group textarea, .lp-contact  .form-group select {
    margin-bottom: 15px !important;
}

.lp-contact .form-group.row.mb-4 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

    .testimonial-carousel .owl-nav {
        top: -70px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .testimonial-carousel .owl-nav .owl-prev,
    .testimonial-carousel .owl-nav .owl-next {
        margin: 0 7px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}


/*** Footer ***/
.footer {
    color: #B0B9AE;
	border-top-right-radius: 350px;
	
}
.bg-blue {background-color: #002d53;}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: #B0B9AE;
}

.copyright {
    background: #00294c;
}

.copyright a:hover {
    color: var(--primary) !important;
}
/*Additional  */

.sec-sub-title {font-weight:300;}
.sec-sub-title-2 {font-weight:500; font-size: 17px;}
.gap-small { height: 15px !important; clear: both;}
.keyfact-item  { position: relative;}
.keyfact-item .contents-holder {position: absolute; top: 100px;}
.keyfact-item .contents-holder .contents {padding: 20px 50px;}
.keyfact-item figure img {width:100%;}
.bottom-right-curve { border-bottom-right-radius: 170px !important;}
.top-right-curve { border-top-right-radius: 170px !important;}
.top-right-curve-140 { border-top-right-radius: 140px !important;}
.black-gradient {  position:relative;
  display:inline-block;}
.black-gradient:after {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%;background: linear-gradient(rgba(255, 255, 255, 0),rgba(0, 0, 0, 1));
	border-top-right-radius: 170px !important;}
.single-item-container {    min-height: 155px;}
.bg-red { background-color: #db0032;}
.bg-yellow { background-color: #b48a33;}
.contents_bg_1 {background-color: #f8f8f8;}
.contents_bg_2 {background-color: #f7f2e8;}
.sep { height: 2px; width: 40px; background-color: #333;  margin: 30px auto !important;}

.p50 { padding: 40px 0px !important;}
.gray-border { border:  solid 1px #c4cdd6 !important;}
.text-gray { color: #898989;}
.medium-fnt { font-weight: 300;}
.single-zone-item.single-item-container {
    min-height: 178px;
	position: relative;
	cursor: pointer;
}
.single-zone-item.single-item-container h3 {font-size: 1.55em !important;}
.fnt-btn-bld { font-size:18px; font-weight:500;}
ul.arrow-list { padding: 0px; margin: 0px; list-style-type: none;}
ul.arrow-list li {padding: 6px 0px; }
ul.arrow-list li:before {
   padding-right: 10px;
    content: "➤";
   color: #fcb019;	
   
  
}
.fnw500 {font-weight: 300;}
.fnt-20 { font-size: 26px;}
.accordion-collapse {
    border: 0;
}
.accordion-button {
    padding: 25px 0px;
    font-weight: 500;
    border: 0;
    font-size: 18px;
    color: #fcb019;
    text-align: left;
   background-color: #1e76bc ;
	border-radius: 0px !important;
}
.accordion-button:focus {
    box-shadow: none;
    border: none;
}
.accordion-button:not(.collapsed) {
    background: #1e76bc;
	 color: #fcb019;
	 padding: 5px 0px;
   
}
.accordion-item {border-bottom: solid 1px #9bcb3b !important;}
.accordion-body {
   padding: 0px 0px 25px 0px;
    background-color: #1e76bc;
    border: 0px !important;
    color: #fff;
}
.accordion-button::after {
    width: auto;
    height: auto;
    content: "+";
    font-size: 30px;
    background-image: none;
    font-weight: 300;
    color: #b48a33;
    transform: translateY(-4px);
}
.accordion-button:not(.collapsed)::after {
    width: auto;
    height: auto;
    background-image: none;
    content: "-";
    font-size: 48px;
    transform: translate(-5px, -4px);
    transform: rotate(0deg);
}
.abs-top-right {
	 position: 		 absolute;
	top: 25px;		right:20px;
}
.abs-bottom-left { position:absolute;	bottom: 10px;}
.hover_contents {position: absolute; width: 100%; height: 100%; z-index: 9; background-color:#8eb83a; color: #353535; display: none;}
.green-future-block-bg { position: relative;
    background: url("../img/green-future.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
    z-index: 1;
  
  
}
.strategic-location-block-bg { position: relative;
    background: url("../img/strategic-location.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
    z-index: 1;
  
  
}
.boxed-contents { background-color: rgba(255,255,255,.8);}

.highlighted-box { background-color: #eeeeee; padding: 10px 20px; font-weight: 
500; display: inline-block;font-size: 17px; margin: 0px 5px; border-radius: 20px;}

.contact-items {padding: 0px;
    margin: 0px;
    list-style-type: none;}
.contact-items li { padding: 4px 0px;}
.contact-items li i { display: inline-block; width: 43px; color: #f36e25;}
.rdcolr {color: #f36e25;}
.form-group label { font-weight: 400; padding-bottom: 4px;}
.form-control { border: 0px; border-radius: 0px; background-color: #f6f6f6; padding: 8px 15px; }
.css_btn { background-color: #f36e25; border: 0px; border-radius: 0px; padding: 6px 60px;}
.light_shadow {
	    background-color: #fff;
    position: relative;
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    width: 100% !important;
    display: inline-block;
}
.press-item-widget .contents {	padding: 20px;}
.active-menu {  color: #f36e25 !important;   }
.abs-bottom-right {position:absolute;	bottom: 10px; right:25px;}
.back-to-top{ width:31px; height:30px; background-color: #db0032; border: 0px;}
.bi-arrow-up::before { font-size:14px;}
.loading { padding-right: 10px; color:#f36e25;}
.hide-temp {display:none !important; visibility: hidden;opacity: 0;}
.language-bar {padding: 4px 10px; border-radius: 8px;  background-color: #1e76bc;}
.language-bar a {color: #8e8f8f; text-transform: uppercase; font-size: 12px; margin: 0px 6px;}
.language-bar a.act { color: #fff !important;}

.orange-color {color: #f36e25 !important;}
.yellow-color {color: #fcb019 !important;}
.red-color {color: #ee2930 !important;}
.blue-color {color: #1e76bc !important;}
.green-color {color: #9bcb3b !important;}

.white-color {color: #ffffff !important;}
.orange-color-bg { background-color: #f36e25 !important;}
.yellow-color-bg { background-color: #fcb019 !important;}
.red-color-bg { background-color: #ee2930 !important;}
.blue-color-bg { background-color: #1e76bc !important;}
.green-color-bg { background-color: #9bcb3b !important;}
.footer_bg { background-image: url("../img/footer_bg.jpg");height: 70px;margin-top: 50px !important;}
.darkblue-color { color: #093254 !important;}
.minh250 { min-height:310px;}