
body {
	padding: 0;
	margin: 0;
	background: #F8FAFC;
	font-family: Euclid Circular A;
}

h1 {
	color: #1E1D35;
	font-size: 35px;
	font-weight: bold;
}

h2 {
	color: #1E1D35;
	font-size: 24px;
}

h4 {
	font-weight: bold;
}

li {
	list-style-position: inside;
}

.list-group li {
	padding: 1.75rem 3rem;
}
.list-group li p {
	padding: 0;
	margin: 0;
}

.list-group {
	border-radius: 5px;
}

.text-white {
	color: #ffffff;
}

.feat-cont, .feat-cont h2, .feat-cont h1, .call-bg h2 {
	color: #ffffff;
}

a {
	color: #0f1a7a;
}
.breadcrumb a {
	color: #C2A39A;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #C2A39A;
}
.breadcrumb-item.active {
    color: #C2A39A;
}

.nav-link {
	font-size: 14px;
    color: #000000;
    text-decoration: none;
	text-transform: uppercase;
    background: 0 0;
    border: 0;
	border-radius: 0!important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
	padding: 0.65rem;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #0F1A7A;
    background-color: transparent!important;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(15, 26, 122, 1);
	-moz-box-shadow: 0px 2px 0px 0px rgba(15, 26, 122, 1);
	box-shadow: 0px 2px 0px 0px rgba(15, 26, 122, 1);
}


.divider {
	width: 100%;
	height: 1rem;
}

.shade {
-webkit-box-shadow: 0px 7px 5px 0px rgba(4, 4, 4, 0.23);
-moz-box-shadow: 0px 7px 5px 0px rgba(4, 4, 4, 0.23);
box-shadow: 0px 7px 5px 0px rgba(4, 4, 4, 0.23);
}

.bg-white {
		background-color: #ffffff;
}

.leo-bg {
	background-image: url('../img/leo_main.png');
	background-position: left center;
	background-size: cover;
    background-repeat: no-repeat;
}

.products-bg {
	background-image: url('../img/products-bg.png');
	background-position: center center;
	background-size: 575px;
    background-repeat: no-repeat;
}

.leo-bg-2 {
	background-image: url('../img/leo-bg-2.png');
	background-position: left center;
	background-size: cover;
    background-repeat: no-repeat;
}

.feat-bg-1 {
	background-image: url('../img/leo-bg-1.png');
	background-position: center center;
	background-size: cover;
    background-repeat: no-repeat;
}

.footer-bg {
	background-image: url('../img/footer-bg.png');
	background-position: bottom center;
	background-size: cover;
    background-repeat: no-repeat;
}

.btn-arrow {
	position: relative;
	top: -3px;
	margin-left: 5px;
}

.leo-bg h1 {
	color: #ffffff!important;
	font-size: 49px;
	font-weight: normal;
}
.lead {
	color: #E2E2E2;
}

.main-form-cont {
	background: #ffffff;
	border-radius: 5px;
	padding: 2rem;
}

.header-custom {
	background: #ffffff;
	border-radius: 5px;
	align-items: center;
}

.minus-margin {
	margin-top: -30px;
}
 .minus-margin-header {
	margin-top: -4rem; 
 }

.block-cont {
	padding: 0rem 1rem;
}
.block-white {
	background: #ffffff;
	padding: 2rem;
	border-radius: 5px;
}
.block-blue {
	background: #0F1A7A;
	padding: 1.75rem;
	border-radius: 5px;
}

.block-list {
	background: #F7E5E2;
	padding: 2rem;
	border-radius: 5px;
	position: relative;
	padding-left: 130px;
}
.block-why {
	background: #ffffff;
	padding: 2rem;
	border-radius: 5px;
	border: solid 1px #E2E2E2;
}
.list-text {
	font-size: 20px;	
}
.list-number {
	font-size: 100px;
	position: absolute;
	bottom: -45px;
	left: -18px;
	color: #F8FAFC;
	font-weight: bold;
}
.img-list-1 li {
  background: url('../img/list-img-1.png') left top no-repeat;
  padding: 0 0 30px 100px;
  list-style: none;
}

.call-bg {
	background: #0F1A7A;
background: radial-gradient(circle,rgba(15, 26, 122, 1) 0%, rgba(29, 41, 61, 1) 50%);
	color: #ffffff!important;
	padding: 60px;
}


.news-cards .card {
  min-width: 0;
  width: 100%;
  background: #1D293D;
  color: #696969;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  border: none;
  border-radius: 5px;
  padding: 0;
  margin-bottom: 30px;
}
.news-cards .card .card-img-container .card-img {
  background-size: cover;
  background-position: top center;
  display: block;
  height: 175px;
}
.news-cards .card .card-img {
  height: 150px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.news-cards .card .card-img-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.news-cards .card .card-content {
  padding: 1rem 2rem;
}
.news-cards .card .card-meta {
  font-size: 12px;
}
.news-cards .card .meta-box {
  margin-right: 20px;
}
.news-cards .card .card-content h2 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
}
.news-cards .card h2 a {
  color: #D0D0D0;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}
.news-cards .card:hover h2 a {
  color: #FFF;
}
.news-cards .card .meta-tags a:hover {
  color: #FFF;
}
.news-cards .card .meta-tags .tag {
  background: #DD1B16;
  color: #f9c7c6;
}
.news-cards .card .meta-tags a:last-child {
  margin-right: 0;
  border-bottom-right-radius: 5px;
}
.news-cards .card .meta-tags a:first-child {
  border-top-left-radius: 5px;
}
.news-cards .card .meta-tags a {
  display: inline-block;
  padding: 3px 8px;
  color: #FFF;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}


div.carousel-nav-icon > svg {
    height: 37px;
    width: 37px;
	fill: #332727;
	padding: 10px;
	background: #f2f2f2;
	border-radius: 100px;
}

@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(33%);
    }

    .carousel-inner .carousel-item-start.active, 
    .carousel-inner .carousel-item-prev {
        transform: translateX(-33%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
    transform: translateX(0);
}

.carousel-item {
	height: auto!important;
}

.carousel .card-img-overlay {
	position: absolute;
    top: 10px;
    bottom: auto;
    left: 10px;
	right: auto;
	height: auto!important;
	font-size: 12px;
	padding: 4px 8px;
	background: #0F1A7A;
	border-radius: 100px;
	width: fit-content;
	font-weight: 100;
}

.featurette {
	color: #ffffff;
}

.hr-short {
	width: 150px;
	color: #C2A39A;
	background-color: #C2A39A;
}

/***************************************************Form-Sec************************************/
.form-sec {
  position: relative;
  padding: 40px 0px 0px 0px;
}

.bottom-sec-decor {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #ecf3f9;
  height: 240px;
  width: 100%;
}

.form-gen-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

.form-gen-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 410px;
  flex: 0 0 410px;
  background: #0F1A7A;
  background: -moz-linear-gradient(top, #0F1A7A 0%, #747AB2 100%);
  background: -webkit-linear-gradient(top, #0F1A7A 0%, #747AB2 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#747AB2), to(#747AB2));
  background: -o-linear-gradient(top, #0F1A7A 0%, #747AB2 100%);
  background: linear-gradient(to bottom, #0F1A7A 0%, #747AB2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0F1A7A', endColorstr='#747AB2',GradientType=0 );
  text-align: center;
  padding: 50px 0px;
}

.form-gen-image span {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

.form-gen-image svg {
  fill: #fff;
  margin-top: 50px;
}

.form-gen {
  padding: 46px 42px 37px 42px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #F8FAFC;
  border-radius: 0;
  -moz-placeholder-color: #332727;
  -moz-placeholder-font-size: 16px;
  -ms-input-placeholder-color: #C0C0C0;
  -ms-input-placeholder-font-size: 16px;
}

.form-gen input, .form-gen select {
  width: 100%;
  height: 50px;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #C0C0C0;
  margin-bottom: 34px;
  font-size: 16px;
  color: #332727;
  padding: 0 22px;
  border-radius: 3px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.form-gen select {
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 17px top 22px !important;
}

.form-gen ::-webkit-input-placeholder {
  color: #332727;
  font-size: 16px;
}

.form-gen ::-moz-placeholder {
  color: #332727;
  font-size: 16px;
}

.form-gen select {
  padding: 0 18px;
}

.form-gen option {
  font-size: 14px;
}

.form-gen textarea {
  width: 100%;
  height: 100%;
  resize: none;
  font-size: 16px;
  color: #332727;
  padding: 12px 22px;
  border: 1px solid #C0C0C0;
  border-radius: 3px;
  background-color: #fff;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.shot-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shot-field .field-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
}

.form-bottom {
  margin-top: 24px;
  text-align: right;
}


.textarea-field {
  height: 98px;
}

.label-select {
  position: absolute;
  height: 96%;
  width: 50px;
  top: 1px;
  right: 1px;
  background-color: #fff;
  background-size: 9px 7px;
  background-repeat: no-repeat;
  z-index: 100;
  background-position: center center;
  border-radius: 0px 3px 3px 0px;
  pointer-events: none;
}

.field-wrap {
  position: relative;
}

.form-gen input:hover, .form-gen input:active, .form-gen input:focus, .form-gen textarea:hover, .form-gen textarea:active, .form-gen textarea:focus, .form-gen select:hover, .form-gen select:active, .form-gen select:focus {
  border: 1px solid #3ba8f2 !important;
  background-color: #f8f8f8 !important;
}

.form-gen input:active, .form-gen input:focus, .form-gen textarea:active, .form-gen textarea:focus, .form-gen select:active, .form-gen select:focus {
  -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1) !important;
}

.form-control:focus {
    border-color: #C2A39A;
    box-shadow: 0 0 0 .25rem rgba(194,163,154,.25);
}

.footer-contact-info {
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 40px;
}

.btn-prim {
    font-weight: bold;
	color: #ffffff;
	background: #0F1A7A;
	padding: 0.6rem 1.5rem;
	    font-size: 18px;
		border: 0;
		border: solid 1px #0F1A7A;
		border-radius: 5px;
}

.btn-sec {
    font-weight: bold;
	color: #0F1A7A;
	padding: 0.6rem 1.5rem;
	    font-size: 18px;
		border: solid 1px #ffffff;
		border-radius: 5px;
}
.btn-light-sec {
	padding: 0.6rem 1rem;
	font-size: 18px;
	border-radius: 5px;
}

.btn-light-sec2 {
	padding: 0.6rem 1rem;
	font-size: 18px;
	border-radius: 5px;
	color: #C2A39A;
	border: solid 1px #C2A39A;
	background: #ffffff;
}

.form-control {
    padding: 0.6rem 1.5rem;
    border: solid 1px #C2A39A;
	border-radius: 5px;
}
.block-blue .form-control {
    padding: 0.6rem 1.5rem;
    border: solid 1px #0E176C;
	border-radius: 5px;
	background: #0E176C;
	color: #C2A39A;
	font-size: 18px;
	-moz-placeholder-color: #C2A39A;
  -moz-placeholder-font-size: 18px;
  -ms-input-placeholder-color: #C2A39A;
  -ms-input-placeholder-font-size: 18px;
}
.block-blue .form-control::-webkit-input-placeholder {
  color: #C2A39A;
  font-size: 18px;
}

.form-label {
    color: #C2A39A;
}

.text-muted {
    color: #C2A39A!important;
	font-size: 14px;
}

.card {
	border-radius: 5px;
	border: solid 1px #C2A39A;
	padding: 0;
	margin: 0;
}
.card-info {
	width: 100%;
	padding: 1.75rem;
}
.geo-icon {
	position: relative;
	top: -2px;
}

.slide-cntrl-cont {
	width: 100px;
}