@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;200;300;400;500&display=swap');
/********** Template CSS **********/

:root {
    --primary: #243b79;
    --secondary: #23223d;
    --light: #E8F5E9;
    --dark: #0F4229;
}
.headerlinks a {
    color: #ffffff!important;
    text-decoration: none;
}

body{
	font-family: 'Fira Sans', sans-serif !important;
	background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x:hidden
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: 'Fira Sans', sans-serif !important;
}
h1, .h1 {
    font-size: 2.2rem!important;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5, .h5, h6, .h6, .fw-semi-bold {
    font-size: 1rem;
}
p {
    text-align: justify;
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: 'Fira Sans', sans-serif !important;
    font-size: 14px !important;
    color: #000;
    font-weight: 400;
    line-height: 23px;
}
/*** 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;
}
b, strong {
    font-weight: 500;
}


a {
    color: #000;
    text-decoration: none;
}
a:hover{
    color: #0f9d9d;
    text-decoration: none;
}

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

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

.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 ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 100px
}
.navbar .navbar-nav .nav-link {
    margin-right: 10px;
    padding: 0px 27px;
    color: #000000;
    font-size: 21px;
    font-weight: 500;
    outline: none;
    text-transform: uppercase;
    border-right: 2px solid #ff9f2b;
}
.navbar .navbar-nav .dropdown-menu .nav-link {
    margin-right: 20px;
    padding: 12px 15px;
    color: #282020;
    font-size: 17px;
    font-weight: 400;
    outline: none;
    text-transform: capitalize;
    border-bottom: 2px solid #07494878;
}
.navbar .navbar-nav .dropdown-menu .nav-link:hover {
    margin-right: 0;
    padding: 12px 15px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    outline: none;
    text-transform: capitalize;
    border-bottom: 2px solid #07494878;
    background: #074948;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
    color: #ffffff;
}

.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) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        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;
		margin: 0;
		padding: 0px;
	}

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


/*** Header ***/

.carousel-caption {
    left: 0%;
    right: 0;
    bottom: 25%;
    /* align-items: center; */
    justify-content: center;
    text-align: center;
    z-index: 1;
}
.carousel-caption h2 {
    font-size: 2.3rem !important;
    margin-bottom: 1rem;
    color: #fff;
}
.carousel-caption p {
    font-size: 1.5rem !important;
    margin-bottom: 1rem;
    color: #fff;
    line-height: 1.2;
    text-align: center;
}
.carousel-caption .btn-click {
    background-color: #ff9f2b;
    padding: 10px 30px;
    font-size: 17px;
    color: #333;
    font-weight: 800;
    border-radius: 10px;
}
.carousel-caption .btn-click:hover{
    padding: 10px 30px;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
	background:#f49623;
}


.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}
.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: #a4a4a421;
    border: 10px solid #243b792e;
}

@media (max-width: 768px) {
   .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header{
    background:url(../img/contact/contactbanner.jpg) center center no-repeat;
    background-size: cover;
    height: 400px;
}

.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);
}

.page-header1 {
    background:url(../img/soluationsbanner.jpg) center center no-repeat;
    background-size: cover;
    height:400px;
}
.page-headerconactbanner{
    background:url(../img/conactbanner.jpg) center center no-repeat;
    background-size: cover;
    height:400px;
}
.page-privacy{
    background:url(../img/privacybanner.jpg) center center no-repeat;
    background-size: cover;
    height:400px;
}
.page-tearms{
    background:url(../img/tremsbanner.jpg) center center no-repeat;
    background-size: cover;
    height:400px;
}

/*** Top Feature ***/
@media (min-width: 991.98px) {
    .top-feature {
        position: relative;
        margin-top: -80px;
        z-index: 1;
    }
}


/*** Facts & Quote ***/
.facts,
.quote {
    background: rgba(15, 66, 41, .6);
}



/*** Service ***/
.service-item {
    position: relative;
    text-align: center;
    background: #0c8081;
}
.service-item .text p {
    padding-right: 1rem;
    color: #fff;
    font-size: 14px !important;
}
.service-item  .Testimonials b {
    text-align: left;
    color: #cca42b;
}
.service-item .Testimonials i {
    text-align: left;
    color: #d8d8d8e6;
}
.service-item .service-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.service-item .service-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    transform: scale(1.2);
    transition: .3s;
    z-index: -1;
}

.service-item:hover .service-img img {
    transform: scale(1);
}

.service-item .service-text {
    background: #f7fbfa;
    transition: .3s;
}

.service-item:hover .service-text {
    background: rgb(11 25 108);
}
.bg-dark {
    background-color: #243b79!important;
}

.service-item .service-text p {
    font-size: 15px;
    text-align: justify;height:70px;
}

.service-item .service-text h4 {
    font-size: 18px !important;
    margin-top: 0px;
}

.service-item:hover .service-text h4 {
    color: #FFFFFF;
    font-size: 18px !important;
}

.service-item:hover .service-text p {
    color: var(--light);
}
.service-item .service-text .btn-square {
    width: 100px;
    height: 100px;
    background: transparent;
}
.text-dark {
    color: #0f1110 !important;
}

.service-item:hover .service-text .btn-square {
    background:#fff;
}

.service-item .service-text .btn {
    display: inline-flex;
    align-items: center;
    color: #fff !important;
    background: #243b79;
    white-space: nowrap;
    overflow: hidden;
    transition: .3s;
    border: none;
    margin-bottom: 20px;
    margin-top: 10px;
}

.service-item:hover .service-text .btn {
    width: 112px;
}



/*** Service ***/
.solutions-item {
    position: relative;
    text-align: center;
}

.solutions-item .solutions-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.solutions-item .solutions-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    transform: scale(1.2);
    transition: .3s;
    z-index: -1;
}

.solutions-item:hover .solutions-img img {
    transform: scale(1);
}

.solutions-item .solutions-text {
    background: #ffffff;
    transition: .3s;
    border: 3px solid #243b79;
}
.solutions-item .solutions-text h5 {
    margin-top: 55px;
}

.solutions-item .solutions-text p {
    font-size: 15px;
    text-align: justify;
    margin-top: 20px;
}

.solutions-item .solutions-text h4 {
    font-size: 18px !important;
    margin-top:10px;
}

.solutions-item:hover .solutions-text h4 {
    color: #FFFFFF;
    font-size: 18px !important;
}
.solutions-item:hover .solutions-text p {
    color: #000000;
}
.solutions-item .solutions-text .btn-square {
    width: 110px;
    height: 110px;
    background: transparent;
    transition: .5s;
    position: absolute;
    top: -52px;
    bottom: 0;
    left: 37%;
}
.solutions {
    margin-bottom: 5%;
}






/*** Project Portfolio ***/
#brand-flters {
    display: inline-block;
    background: var(--light);
    padding: 10px 15px;
}

#brand-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--primary);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#brand-flters li:hover,
#brand-flters li.active {
    color:#841b35;
    border-color: #243b79;
}

.brand-inner {
    position: relative;
    overflow: hidden;
}

.brand-inner::before,
.brand-inner::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(15, 66, 41, .6);
    transition: .5s;
}

.brand-inner::after {
    left: auto;
    right: 0;
}

.brand-inner:hover::before,
.brand-inner:hover::after {
    width: 50%;
}

.brand-inner .brand-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}

.brand-inner:hover .brand-text {
    transition-delay: .3s;
    opacity: 1;
}

.brand-inner .brand-text .btn {
    background: var(--light);
    color: var(--primary);
}

.brand-inner .brand-text .btn:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Team ***/
.team-item {
    position: relative;
    overflow: hidden;
}

.team-item .team-text {
    position: absolute;
    width: calc(100% - 45px);
    left: -100%;
    bottom: 45px;
    padding: 1.5rem;
    background: #FFFFFF;
    border-radius: 0 4px 4px 0;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    left: 0;
    opacity: 1;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

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

.team-item .team-img .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}

.team-item:hover .team-img .team-social {
    transition-delay: .3s;
    opacity: 1;
}


/*** Testimonial ***/

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 4px;
    font-size: 22px;
    transition: .5s;
}

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


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}
.footer .btn.btn-link a:hover {
    color: #000 !important;
}



.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: #000 !important;/*var(--primary);*/
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: var(--light);
    background: #840826;
}

.copyright a {
    color: #FFFFFF;
}

.copyright a:hover {
    color: var(--primary);
}

.btn-primary {
    color: #fff;
    background-color: #cca42b;
    border-color: #cca42b;
}
.btn-primary:hover {
    color: #fff;
    background-color: #243b79;
    border-color: #243b79;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;font-family: 'Aileron' !important;
    font-weight: 700;
    line-height: 1.2;
    color: #243b79;
}

.text-primary {
    color: #23223d!important;
}
.brand-inner::before, .brand-inner::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(85 15 33 / 18%);
    transition: .5s;
}
.py-6 {
    padding-top:4rem !important;
    padding-bottom:4rem !important;
}
.under  {
    font-size: 21px;
    font-weight: 500;
    color: #fff;margin-top:3rem;
}

.display-2 {
    font-size: 3.5rem;
    color: #ffffff;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-image: linear-gradient(0.25turn, rgb(255 255 255), rgb(20 1 56), rgb(255 255 255));
    border-image-slice: 1;
    padding: 10px;
    font-weight: 400 !important;
}
.display-4 {
    font-size: 3rem;
    font-weight: 900 !important;
    margin-bottom: 20px;
    letter-spacing: -1px;
}
.display-5 {
    font-size: 2rem;
    font-weight: 800 !important;
}
.underconstruction{
	background-image: linear-gradient(to bottom, #572b83 , #0e0e1e);
}
.construction h3{
	color: #ffffff;
}
.construction p {
    color: #ffffff;
    font-size: 22px;line-height: 27px;
    font-weight: 400 !important;
}

.abouticon {
    display: flex;
}

.slideInDown {
    animation-name: slideInDown;
    font-size: 3.6rem;
}
.mt-10{
	margin-top:5rem;
}

.border-start img {
    border-radius: 50%;
    padding: 5%;
}
.border-start h4 {
    font-size: 22px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #525368;
    background-color: #fff;
    background-clip: padding-box;
    appearance: none;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    border-bottom: 2px dotted #243b79;
    border-top: none;
    border-left: none;
    border-right: none;
}
label {
    color: #110e0f !important;
    font-weight: 500!important;
}
.download {
	text-align:center;
}
.download h6 {
    color: #433939;
    font-size: 12px;
    font-weight: normal;
}
/* brand-carousel */
.brand-carousel .brand-item {
  margin-bottom: 0;
}

.brand-carousel .brand-item .portfolio__content {
  margin: 0;
}

.brand-carousel .carousel-arrows .owl-nav .owl-prev,
.brand-carousel .carousel-arrows .owl-nav .owl-next {
  top: 40%;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 3px 53px 0px rgba(40, 40, 40, 0.05);
}

.brand-carousel .carousel-arrows .owl-nav .owl-prev:hover,
.brand-carousel .carousel-arrows .owl-nav .owl-next:hover {
  background-color: #ff0000;
  color: #ffffff;
}

.brand-carousel .carousel-arrows .owl-nav .owl-prev {
  left: -30px;
}

.brand-carousel .carousel-arrows .owl-nav .owl-prev:before {
  content: "";
  font-size: 13px;
}

.brand-carousel .carousel-arrows .owl-nav .owl-next {
  right: -30px;
}

.brand-carousel .carousel-arrows .owl-nav .owl-next:before {
  content: "";
  font-size: 13px;
}

.brand-carousel-layout2 .brand-item {
  box-shadow: 0 0 12px 0 rgba(40, 40, 40, 0.08);
  margin-bottom: 20px;
}

.brand-carousel-layout2 .brand-item .portfolio__content {
  margin: 0;
  padding: 40px 40px 20px;
}

.brand-carousel-layout2 .owl-stage-outer {
  margin: -15px;
  padding: 15px;
}

.brand-hidden>.brand-item {
  display: none;
}

/* Large Size Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {

  .brand-carousel .owl-nav .owl-prev,
  .brand-carousel .owl-nav .owl-next {
    left: -30px;
  }

  .brand-carousel .owl-nav .owl-prev:before,
  .brand-carousel .owl-nav .owl-next:before {
    font-size: 40px;
  }
}

/*  Small Screens and tablets  */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .brand-grid .container {
    max-width: none;
  }


}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .brand-item .portfolio__content {
    padding-top: 15px;
  }

  .brand-item .portfolio__title {
    margin-bottom: 10px;
  }

  .brand-carousel .carousel-arrows .owl-nav .owl-prev {
    left: 10px;
  }

  .brand-carousel .carousel-arrows .owl-nav .owl-next {
    right: 10px;
  }

  .brand-carousel-layout2 .brand-item .portfolio__content {
    padding: 20px 20px 10px;
  }
}

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .brand-item .portfolio__title {
    font-size: 18px;
    line-height: 22px;
  }
}
.logo-img1 {
    width: 17%;
}
.page-headerabout{
    background:url(../img/aboutbanner.jpg) center center no-repeat;
    background-size: cover;
    height:400px;
}
.career{
    background:url(../img/career.jpg) center center no-repeat;
    background-size: cover;
    height:400px;
}
.title span{
  color:#243b79;
}
.border-start span{
    color:#333;  
}
.carousel-caption button {
    margin-bottom: 0px;
}
.border-start .img-fluid {
    width: 76% !important;
}
.brand-carousel{
    text-align:center;
}
@media (max-width: 575.98px) { 
.border-start .img-fluid {
    width: 40% !important;
} 
.border-start {
    border-left: 1px solid #dee2e6 !important;
    text-align: left;
}
h1, .h1 {
    font-size: 1.8rem!important;
}
.service-item {
    position: relative;
    text-align: center;
    margin-bottom:15px;
}
.service-item .service-text .btn-square {
    width: 74px;
    height: 65px;
    background: transparent;
    transition: .5s;
}
.logo-img {
    width: 34%;
}
.navbar-toggler {
    padding: 0.3rem 0rem 0.4rem 0rem;
    font-size: 1.25rem;
    line-height: 10px;
    background-color: #84752d;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: box-shadow 0.15s ease-in-out;
    margin-top: 0px;
    right: 3px;
    position: relative;
    width: 41px;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 0.1em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-color: #fff;
}
h4, .h4 {
    font-size: 1rem;
}
.solutions-item .solutions-text .btn-square {
    width: 82px;
    height: 95px;
    background: transparent;
    transition: .5s;
    position: absolute;
    top: -35px;
    bottom: 0;
    left: 34%;
}
.brand-carousel .brand-item {
    margin-bottom: 0;
    width: 70%;
    display: inline-flex;
}
}
@media (max-width: 767.98px) {
.brand-carousel .brand-item {
    margin-bottom: 0;
    width: 70%;
    display: inline-flex;
}
    .border-start .img-fluid {
    width: 40% !important;
} 
.border-start {
    border-left: 1px solid #dee2e6 !important;
    text-align: left;
}
.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: #83142a;
    font-size: 14px;
    font-weight: 800;
    outline: none;
    text-transform: uppercase;
}
}

@media (max-width: 991.98px) { 
     .border-start .img-fluid {
    width: 40% !important;
} 
.border-start {
    border-left: 1px solid #dee2e6 !important;
    text-align: left;
}
.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 8px 15px;
    color: #134C50;
    font-size: 14px;
    font-weight: 800;
    outline: none;
    text-transform: uppercase;
} 
    
}


.topheader {
    padding: 9px 7px;
}
.topheader h3 {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 0.3rem;
    font-weight: 700 !important;
}
.topheader p {
    color: #fff;
    font-weight: bold;
    font-size: 14px !important;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ffffff;
}
.bg-logo {
    background-color: #0c8081;
}
.detailsgal img {
    padding-top: 0;
    width: 56px;
    padding-right: 20px;
}
.emailsec img {
    width: 96px;
    padding-right: 25px;
    padding-top: 2px;
}
.detailsgal span {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    position: relative;
    letter-spacing: -0.21px;
}
.detailsgal a:hover {
    color: red;
}
.detailsgal a {
    color: #000;
}
.detailsgal {
    line-height: 1.2;
    margin: 0px auto !important;
    display: flex;
    align-items: center;
    float: right;
}
.bg-logosection {
    background: linear-gradient(to right, #fbfbfb, #bdbec0, #9ea2aa, #8d8f97, #5d616a, #383b41);
}
.menuslist {
    padding: 10px 29px 50px 125px;
}
.menuslist ul li a {
	color:#000 !important;
}
.menuslist ul .active a {
    color: #a10524 !important;
    font-weight: 900 !important;
}
.menuslist ul .active .al {
    color: #a10524 !important;
    font-weight: 900 !important;
}

.menuslist ul{
	padding:10px;
	line-height: 20px;
}
.menuslist ul li {
    list-style: none;
    color: #000;
    line-height: 25px;
    font-size: 15px;
    font-weight: 500;
}
.menuslist ul li .a1 {
    list-style: none;
    color: #000;
    font-weight: 500;
    line-height: 10px;
    font-size: 13px !important;
    font-style: italic;
}
.vmv small {
    font-size: 12px;
    font-weight: bold;
}
.vmvp {
    margin-top: 0;
}
.pdfd {
    margin-bottom: 0px;
    margin-top: 17px;
}
.Environmentallist li {
    list-style: square;
    font-size: 15px;
    font-weight: 500;
}
.footer p {
    color: #000000 !important;
}


input[type=text], select, textarea {
    width: 100%;
    border: 3px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    text-align: right;
    background: transparent;
    color: #fff;
    border-radius: 6px;
}
input[type=text]::placeholder {
    font-size: 14px;
    color: #fff;
  }
input[type=submit] {
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.text-justify{
    text-align: justify;
    text-justify: inter-word;
  }



.img-fluid1 {
max-width: 150%;
height: 70%;
}
.img-fluiddownload {
    width: 70px;
    border: 2px solid #293475;
    border-radius: 50%;
    padding: 10px;
    height: 70px;
}
.solutions h4 {
    font-size: 18px;
    color: #a70c2a;
    margin-bottom: 12px;
}
.solutions p {
    font-size: 13px !important;
    text-align: left;
}
.solutions img {
    border: 3px solid #000;
    margin-bottom: 1rem;
    height: 170px;
    width: 100%;
}
.bg-footer {
    background-color: #0a8181;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footeraddress {
    padding-top: 1.4rem;
}
.footeraddress h6 {
    font-size: 1rem;
    margin-bottom: 0pc;
    padding-top: 1rem;
    color: #000;
    font-weight: 600 !important;
}
.footeraddress p {
    font-size: 15px !important;
    margin-bottom: 9px;
    font-weight: 500;
}
.menusec{
    padding: 5rem;
    text-align: center;
    background-color: #ffffffb3;
}
.bannetcap{
    padding: 5rem;
    text-align: left; 
}
.bannetcap h1{
    font-size:4rem !important; 
}
.bannetcap h3{
    font-size:2.5rem; 
}
.bannetcap button{
    margin-top: 1rem;
}
.nav-menu ul {
    list-style: none;
    line-height: 50px;
    color: #000;
}
.nav-menu ul li {
    font-size: 15px;
    text-align: left;
    font-weight: 700;
}
.nav-menu ul li img {
    width: 50px;
    height: 50px;
    background: #243b79;
    padding: 10px;
    border-radius: 50%;
    margin-bottom: 6px;
    margin-right: 0.61rem;
}
.navbar-brand img {
    width: 100%;
}
.search {
    padding-top: 1.5rem;
    padding-bottom: 0rem;
}
.search i {
    padding-top: 1rem;
    padding-bottom: 0rem;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}
.footerdetail img {
    width: 30%;
    margin-right: -6px !important;
}
.footerdetail a {
    font-size: 15px;
    color: #0a0909;
    font-weight: 500;
}
.footerdetail {
    color: #fff;
    line-height: 1.3;
}
.title h1 {
    text-transform: capitalize;
    font-size: 23px !important;
    margin-bottom: 15px !important;
}
.contenttext h3 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 900 !important;
}
.atext h3 {
   font-size: 24px;
    color: #a70c2a;
    margin-bottom: 12px;
    font-weight: 900 !important;
}
.atext {
    margin-bottom: 2rem;
}
.Environmentallist {
    margin-left: -1rem;
    color: #000;
    font-family: 'Fira Sans';
    font-weight: 900;
}
.usefulllinks {
    padding-top: 8px;
    padding-left: 2px;
    line-height: 1.4;
}


.usefulllinks li {
    list-style: none;
}
.usefulllinks li a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.btn-square img{
   height:50px;
}
.bg {
	background-image: url("../img/bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.aboutbg {
	background-image: url("../img/about/aboutbg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.aboutbgsectiontwo {
    background-image: url("../img/about/aboutbg2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}
.aboutbgsectionthree{
    background-image: url("../img/about/aboutbg3.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}
.productbg {
    background-image: url(../img/about/productbg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px 0px 0px;
}
.sloutaionsbg{
	background-image: url(../img/about/soluations.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.soluationsbg {
    background: linear-gradient(25deg, #f6f2d1, #aaa295);
}
.soluations h3 {
    color: #000;
}
.cotactbg{
	 background-image: url(../img/about/contactbg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:70px 0px;
}
.cntactsec h3{
	color:#fff;
}
.cntactsec p {
    color: #fff;
    font-weight: 400!important;
}
.contactsec img {
    width: 80%;
}
.contactsec span {
    font-weight: 500;
    color: #fff;
}
h3, .h3 {
    font-size: 2rem;
}

.contactsec span a{color: #fff;}
.downloadsbg {
     background-image: url(../img/about/downloadbg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:140px 0px;
}
.downloadssec h3{
	color:#fff;
}
.tremsbg{
	 background-image: url(../img/about/tremsbg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tremsbgsec h3{
	color:#fff;
}
.tremsbgsec h6{
	color:#fff;
}
.tremsbgsec p {
    color: #fff;
    font-weight: 500 !important;
}
.privacybg{
	 background-image: url(../img/about/privacybg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.privacybgsec h3{
	color:#fff;
}
.privacybgsec h6{
	color:#fff;
}
.privacybgsec p {
    color: #fff;
    font-weight: 500 !important;
}


.soluations ul li {
    text-align: justify;
    margin-top: 0;
    font-family: 'Fira Sans', sans-serif !important;
    font-size: 15px !important;
    color: #000;
    font-weight: 400;
    line-height: 23px;
}


.aboutbgsectionthree p {
    color: #000;
    text-align: center !important;
    font-size: 12px !important;
    line-height: 1.3;
}
.aboutbgsectionthree h3{
	color:#000;
}
.productsvaleus{
	text-align:center;
}
.productsvaleus h4 {
    text-align: center;
    color: #fff;
    font-size: 19px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.productsvaleus p {
    text-align: justify;
    color: #fff;
    font-size: 14px !important;
}
.valeusec{
	text-align:center;
}
.valeusec h4 {
    color: #000;
    font-size: 15px;
    font-weight: 600 !important;
}
.aboutbgsectiontwo p{
	color:#fff;
}
.aboutbg p{
	color:#fff;
}
@media (max-width: 575.98px) { 
.menuslist {
    padding: 10px;
}
.bannetcap {
    padding: 2rem;
    text-align: left;
}
.menusec {
    padding: 1rem;
    text-align: center;
    background-color: #ffffffb3;
}
.navbar-brand img {
    width: 60%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
}
.navbar-brand img {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0rem;
    padding-left: 1rem;
}
.detailsgal {
    padding-top: 1.5rem;
    padding-bottom: 0rem;
     display: none;
}
.detailsgal span {
    margin-left: 1rem;
    font-size: 13px;
    display: none;
}
.topheader {
    padding: 10px 0px 15px 0px;
    display: none;
}
.bannetcap h1 {
    font-size: 2rem !important;
}
.bannetcap h3 {
    font-size: 1rem;
}
.search {
    padding-top: 1.5rem;
    padding-bottom: 0rem;
    display: none;
}
 }
 
 

@media (max-width: 575.98px) { 
  .col-sm-1 { width: 20%; }
  .col-sm-2 { width: 50%; }
  .col-sm-3 { width: 16%; }
  .col-sm-4 { width: 80%; }
  .col-sm-5 { width: 100%; }
  .col-sm-6 { width: 60%; }
  .col-sm-12 { width: 100%; }
  
  .contenttext h3 {
		font-size: 21px;
		color: #a70c2a;
		margin-bottom: 12px;
		font-weight: 900 !important;
	}
	.col-6{
	width:50%;
}
.readytostart{
	background-color:#cca42b;
	padding:10px !important;text-align: center !important;
}
.readysec{
	padding:0px 10px  !important;
}

} 

@media (max-width: 767.98px) { 
  .col-md-1-5 { width: 20%; }
  .col-md-2-5 { width: 40%; }
  .col-md-3-5 { width: 60%; }
  .col-md-4-5 { width: 80%; }
  .col-md-5-5 { width: 100%; }
}

@media (min-width: 1200px) {
  .col-lg-1-5 { width: 20%; }
  .col-lg-2-5 { width: 40%; }
  .col-lg-3-5 { width: 60%; }
  .col-lg-4-5 { width: 80%; }
  .col-lg-5-5 { width: 100%; }
} 
.text-right{
	text-align:right !important; 
}
.bg-bottomfooter{
	background-color:#83752d;
}
.bg-bottomfooter p {
    color: #fff !important;
    padding-top: 0.4rem;
    margin-bottom: 0.4rem;
}
.aboutus-one {
    padding: 30px 0px 20px;
}



.text{
	margin-top:1rem;
}
.text h5 {
    color: #0d0e0e;
    padding-bottom: 0rem;
    font-size: 19px;
    font-weight: 600 !important;
}
.text h5 span {
    color: #017a7b;
    margin-left: 1rem;
}
.text h2 {
    color: #222;
    padding-bottom: 0.3rem;
    font-size: 28px;
    font-weight: 600 !important;
    font-family: 'Fira Sans' !important;
    letter-spacing: 2px;
}
.text p {
    padding-right: 1rem;
}
.btn-bglogo{
	background-color:#cca42b;
	color:#fff;
}
.btn-bglightlogo{
	background-color:#0c8081;
	color:#fff;
}
.text button {
    text-align: right;
    float: right;
}
.text h3 {
    color: #0c8081;
    font-size: 17px;
    margin-bottom: 1rem;
}
.team-details{
	padding-top:10px;
	text-align:center;
}
.team-details h3 {
    color: #0c8081;
    font-size: 20px;
}
.team img{
	width:100%;
}
.socail {
    margin: 0px 20% !important;
}
.valuessection h3 {
    color: #515757;
    font-size: 17px;
    margin-bottom: 10px;
}
.wealthtext h2 {
    color: #0a8181;
    padding-bottom: 0.3rem;
    font-size: 30px;
    font-weight: 400 !important;
    font-family: 'Fira Sans' !important;
    letter-spacing: 2px;
}
.wealthtext h2 span{
    color: #0a8181;
    padding-bottom: 0.3rem;
    font-size: 30px;
    font-weight: 500 !important;
    font-family: 'Fira Sans' !important;
    letter-spacing: 0px;
}
.specialsection h3 {
    color: #1d3737;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
}
.specialsection img {
    width: 100%;
}
.text p b {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}
.Testimonials {
    text-align: center;
}
.Testimonials img {
    text-align: center;
    width: 45%;
}
.Testimonials b{
	text-align: left;
}
.Testimonials i{
	text-align: left;
}
.Testimonials .text {
    margin-top: 1rem;
    text-align: left;
}


.btn-booking {
    background: #0c8081;
    color: #fff !important;
    font-size: 16px !important;
    border-radius: 8px;
}
.btn-booking:hover{
    background: #cda407;
    color: #fff !important;
    font-size: 16px !important;
	border-radius: 8px;
}

.service-image {
    position: relative;
    text-align: center;
    padding: 0px;
    border: 2px solid #ccb108b8;
}
.service-image img {
    width: 100%;
    height: 300px;
}
.service-image-content {
    position: absolute;
    bottom: 0px;
    text-align: center;
    background: #0a6c66cf;
    width: 100%;
    padding: 10px;
}
.service-image-content h4 {
    color: #fff;
    font-size: 18px;
}


.pb-5, .py-5 {
    padding-bottom: 3rem!important;
}

.overflow-hidden {
    overflow: hidden!important;
}
.mb-6, .my-6 {
    margin-bottom: 4rem!important;
}

.mt-5, .my-5 {
    margin-top: 3rem!important;
}
.position-relative {
    position: relative!important;
}
.financial-goals-parellelogram-bg {
    background: #edeff0;
    top: 0rem;
    bottom: 0;
    position: relative;
    right: -13%;
    left: 0%;
    transform: rotate(359deg);
    padding: 46px 0px 150px 0px;
    text-align: center !important;
}
.bgsec {
    transform: rotate(1deg);
}
.financial-goals {
    background: #e3e5b2;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.w-100 {
    width: 100%!important;
}
.btn-primary:hover{
    color: #fff;
    background: #0c8081;
    border-color: #0c8081;
}
.Smallerimgsec p {
    text-align: center;
    margin-top: -10px;
    padding-top: 0px;
    font-size: 17px !important;
    color: #041e25;
    font-weight: 500;
}
.circleview{
  position:relative;
  cursor:default;
}
.fa-info-circle {
    list-style: none;
    padding: 10px;
    display: inline-block;
    cursor: pointer;
}
.circleview .fa-info-circle div {
    background: #09515d;
    color: #fff !important;
    padding: 18px 6px 7px 6px;
    border-radius: 5px;
    position: relative;
    min-width: 50px;
    max-width: 500px;
    display: none;
    left: 0;
    margin-top: -19px;
}
.circleview .fa-info-circle div p {
    color: #fff !important;
    font-size: 13px !important;
    margin-bottom: 0px;
}
.circleview .fa-info-circle div a{
    color: blue !important;
}
.circleview .fa-info-circle div:before{
  content:'';
  height:3px;
  width:0;
  border:7px solid transparent;
  border-bottom-color:#1d1d1d;
  position:relative;
  top:-16px;
  left:14px;
}


.readytostart{
	background-color:#cca42b;
	padding:50px;text-align: center !important;
}
.readysec{
	padding:0px 40px ;
}
.readysec h2{
	text-align: center !important;color:#0a8181;
}
.readysec p{
	color:#fff;text-align: center !important;
}



.form-group {
    margin-bottom: 1rem;
    display: flex;
}
.wp-comment-cookies-consent {
    margin-top: 2rem;
}
.formsection {
    width: 70%;
    border-bottom: 1px dotted #111 !important;
    border: none;
    background: transparent;
    border-radius: 0px;
}

.comment-cookies {
    margin-bottom: 0px;
}
.btn-border-primary {
    border: 3px solid #08aab27d;
    padding: 10px 30px;
}
.btn-border-primary:hover{
    background-color: #08aab27d;
	color:#fff;
    padding: 10px 30px;
}


.owl-carousel .owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #c4b206;
    margin: 20px 3px;
}


.square:hover {
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
     }


.square{
  width: 100%;
    height: 410px;
	background: white;
  border-radius: 4px;
  box-shadow: 0px 20px 50px #D9DBDF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}

.mask {
    clip: rect(0px, 460px, 220px, 0px);
    border-radius: 8px;
    position: absolute;
    border: 1px solid #03a6924f;
}

.square img{
  width: 460px;
  }

.square .h1 {
    margin: auto;
    margin-top: 273px;
    color: #000;
    text-align: center;
    font-size: 20px !important;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.square p {
    text-align: justify;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
    color: #474646;
    line-height: 18px;
}
.square .button {
    background-color: #0c8081;
    color: white;
    padding: 10px 18px;
    border-radius: 3px;
    width: 130px;
    text-align: center;
    text-decoration: none;
    display: block;
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 70px;
    font-size: 15px;
    cursor: pointer;
}
.square .button:hover{
    background-color: #c4b206;
    color: white;
    padding: 10px 18px;
    border-radius: 3px;
    width: 130px;
    text-align: center;
    text-decoration: none;
    display: block;
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 70px;
    font-size: 15px;
    cursor: pointer;
}
.article-info {
    position: absolute;
    bottom: 33%;
}
.article-info i{
	color: #0c8081;
	padding-right:5px;
}
.text ul li {
    color: #222;
    list-style-type: disclosure-closed;
    margin-left: 0px;
}
.text ul{
    padding-left: 15px;
}

.contact .text p {
    text-align: center;
    font-size: 13px !important;
    padding: 0px 10px;
    line-height: 1.6;
}
.contact .iconimage {
    border: 3px solid #0c8081;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
}
.contact img {
    width: 100%;
    padding: 10px;
}
.contactdetails{
	margin-bottom: 15px;
}
.contact .text p b {
    font-size: 16px;
    color: #333;
}
.socialicons {
    text-align: center;
    align-items: center;
    justify-content: center;
}
.howcan-help {
    background-color: #2c2e35;
    margin-top: -100px;
    position: absolute;
    left: 9%;
    padding: 20px 0px 25px;
}
.howcan-help h2 {
    color: #fff;
    letter-spacing: 0px;
}
.howcan-help p{
	color: #fff;
	text-align:center;
}
.howcan-help label {
    color: #ffffff !important;
    font-weight: 400!important;
    font-size: 14px;
}

.subscription {
    margin-top: 17px;
}
.subscription .btn-click {
    background-color: #ff9f2b;
    padding: 8px 30px;
    font-size: 13px;
    color: #333;
    width: 100%;
    font-weight: 800;
    border-radius: 10px;
    text-align: center;
}
.about-image{
    text-align: center;
}
.about-image h5{
    text-align: center;
	color:#333;
}
.grid {
    display: grid;
    grid-template-columns: repeat(5, 215px);
    grid-gap: 10px;
    align-items: center;
    justify-content: center;
}
.testmoniyalview p {
    font-size: 13px !important;
    font-style: italic;
    text-align: left;
    padding-right: 0px;
}
.abooutnew .grid {
    display: grid;
    grid-template-columns: repeat(5, 207px);
    grid-gap: 10px;
        align-items: center;
        justify-content: center;
}
.abooutnew .grid .about-image p {
    text-align: center;
    font-size: 13px !important;
    line-height: 19px;
}
.productsview p span b {
    color: #ea9225;
    font-weight: 700;
    font-size: 16px !important;
}
.productsview p i{
	color:#ffa535;font-weight: 700;
        font-size: 16px !important;
}

.btn-click {
    background-color: #ff9f2b;
    padding: 10px 30px;
    font-size: 17px;
    color: #333;
    font-weight: 800;
    border-radius: 10px;
}
.tremssec span{
	font-weight:500;
}

.aboutus-oneneww{
	padding:50px 0px;
}
#navbarCollapse {
    padding-top: 35px;
}

@media (max-width: 575.98px) { 
	.howcan-help {
		background-color: #2c2e35;
		margin-top: -30px;
		position: absolute;
		left: 0%;
		padding: 20px 0px 25px;
		margin-bottom: -1rem;
		border: 3px solid #ffff;
	}
	.aboutus-oneneww{
		padding:130px 0px;
	}
	.text h2 {
		color: #222;
		padding-bottom: 0.3rem;
		font-size: 22px;
		font-weight: 600 !important;
		font-family: 'Fira Sans' !important;
		letter-spacing: 2px;
	}
	.grid {
		display: grid;
		grid-template-columns: repeat(2, 142px)!important;
		grid-gap: 10px;
	}
	.aboutus-one {
		padding: 90px 0px;
	}
	.testmoniyalview .text {
		margin-top: -1rem;
	}
	.testmoniyalview img {
		width: 50%;
		margin-bottom: -25px;
	}
	.abooutnew .grid {
		display: grid;
		grid-template-columns: repeat(1, 245px) !important;
		grid-gap: 26px;
	}
	.text p b {
		font-size: 15px;
		line-height: 1.6;
		color: #333;
	}
	p {
		text-align: left;
		margin-top: 0;
		margin-bottom: 1rem;
		font-family: 'Fira Sans', sans-serif !important;
		font-size: 15px !important;
		color: #000;
		font-weight: 400;
		line-height: 23px;
	}
	
	
	
}

@media (max-width: 767.98px) { 
	.howcan-help {
		background-color: #2c2e35;
		margin-top: -30px;
		position: absolute;
		left: 0%;
		padding: 20px 0px 25px;
		margin-bottom: -1rem;
		border: 3px solid #ffff;
	}
	.aboutus-oneneww{
		padding:130px 0px;
	}
	.text h2 {
		color: #222;
		padding-bottom: 0.3rem;
		font-size: 22px;
		font-weight: 600 !important;
		font-family: 'Fira Sans' !important;
		letter-spacing: 2px;
	}
	.grid {
		display: grid;
		grid-template-columns: repeat(2, 142px)!important;
		grid-gap: 10px;
	}
	.aboutus-one {
		padding: 60px 0px;
	}
	.testmoniyalview .text {
		margin-top: -1rem;
	}

}
@media (max-width: 991.98px) {
	.howcan-help {
		background-color: #2c2e35;
		margin-top: -30px;
		position: absolute;
		left: 0%;
		padding: 20px 0px 25px;
		margin-bottom: -1rem;
		border: 3px solid #ffff;
	}
	.aboutus-oneneww{
		padding:130px 0px;
	}
	.text h2 {
		color: #222;
		padding-bottom: 0.3rem;
		font-size: 22px;
		font-weight: 600 !important;
		font-family: 'Fira Sans' !important;
		letter-spacing: 2px;
	}
	.grid {
		display: grid;
		grid-template-columns: repeat(2, 136px)!important;
		grid-gap: 10px;
	}
	.aboutus-one {
		padding: 95px 0px;
	}
	.testmoniyalview .text {
		margin-top: 1rem;
	}

}

.about-image img {
    padding: 30px 35px 10px;
}
.testmoniyalview h5 {
    color: #f30000;
    font-size: 16px;
    margin-top: -5px;
}
.text-black{
    color:#000 !important;
}

