@font-face {
    font-family: 'Akatab';
    src: url('../Fonts/Akatab-Black.eot');
    src: url('../Fonts/Akatab-Black.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/Akatab-Black.woff2') format('woff2'),
        url('../Fonts/Akatab-Black.woff') format('woff'),
        url('../Fonts/Akatab-Black.ttf') format('truetype'),
        url('../Fonts/Akatab-Black.svg#Akatab-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akatab';
    src: url('../Fonts/Akatab-Bold.eot');
    src: url('../Fonts/Akatab-Bold.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/Akatab-Bold.woff2') format('woff2'),
        url('../Fonts/Akatab-Bold.woff') format('woff'),
        url('../Fonts/Akatab-Bold.ttf') format('truetype'),
        url('../Fonts/Akatab-Bold.svg#Akatab-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akatab';
    src: url('../Fonts/Akatab-Medium.eot');
    src: url('../Fonts/Akatab-Medium.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/Akatab-Medium.woff2') format('woff2'),
        url('../Fonts/Akatab-Medium.woff') format('woff'),
        url('../Fonts/Akatab-Medium.ttf') format('truetype'),
        url('../Fonts/Akatab-Medium.svg#Akatab-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akatab';
    src: url('../Fonts/Akatab-Regular.eot');
    src: url('../Fonts/Akatab-Regular.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/Akatab-Regular.woff2') format('woff2'),
        url('../Fonts/Akatab-Regular.woff') format('woff'),
        url('../Fonts/Akatab-Regular.ttf') format('truetype'),
        url('../Fonts/Akatab-Regular.svg#Akatab-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akatab';
    src: url('../Fonts/Akatab-SemiBold.eot');
    src: url('../Fonts/Akatab-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/Akatab-SemiBold.woff2') format('woff2'),
        url('../Fonts/Akatab-SemiBold.woff') format('woff'),
        url('../Fonts/Akatab-SemiBold.ttf') format('truetype'),
        url('../Fonts/Akatab-SemiBold.svg#Akatab-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

html, body {
  font-family: 'Akatab', serif;
  color:#4d5c68;
  line-height: 1.4;
  font-size:24px;
  font-weight: 400;
}

/* Reset-min */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}


/*base styles*/

.clearfix:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
th, td {
  padding: 0 0.3em;
  vertical-align: top;
}
label {
  display: inline-block;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -webkit-border-radius: 0;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
input, textarea, select {
	-webkit-border-radius: 0;
}
main,
img {
	display: block;
	max-width: 100%;
	height: auto;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
iframe {
  border: 0;
}
:after,
:before {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
fieldset,img{
  border:0;
}
input,textarea,select{
  font-family:inherit;
  font-size:inherit;
  font-weight:inherit;
}

/* Reset-min END */

/* Base-min */

abbr,acronym{
  border-bottom:1px dotted #000;
  cursor:help;
  font-variant:normal;
}
blockquote,ul,ol,dl{
  margin:1em;
}
ol,ul,dl{
  margin:0px 0px 0px 20px;
}
dl dd{
  margin-left:1em;
}
th,td{
  border:0px;
  padding:.5em;
  vertical-align:top;
}
th{
  font-weight:bold;
  text-align:center;
}
caption{
  margin-bottom:.5em;
  text-align:center;
}
p,fieldset,table,pre{
  margin-bottom:1em;
}
strong {
	font-weight: 700;
}
sub, sup {
	font-size: 50%;
}

/* Base-min END */
h1,h2,h3,h4 {
  line-height: 1.2;
}
h1 {
  margin-top:0px;
  font-size:60px;
  margin-bottom: 25px;
  color:#004489;
  font-weight:700;
}
h2 {
  margin-top:0px;
  margin-bottom: 25px;
  font-size:48px;
  color: #f39000;
  font-weight:normal;
}
h3 {
  font-size:36px;
  font-weight: 900;
  color: #706f6f;
  position: relative;
  margin-bottom: 15px;
}
h4 {
  margin: 0px;
  color:#f39000;
  font-size:26px;
  font-weight:normal;
}
h5 {
  margin-top:0px;
  font-size:16px;
  font-weight: bold;
  margin-bottom:15px;
}
h6 {
  margin-top:0px;
  color:#004489;
  font-size:14px;
}
.h2-sm {
  font-size: 26px;
}
h2.font-small {
  font-size: 36px;
}

a{
  color: #004489;
  outline: 0;
}
a:not(.btn, a[href^="tel:"], .nav-wrap-one-pager li a, .navbar-main li a):hover{
  color:#f39000;
  text-decoration:underline;
}

/** default styles */
.font-bold {
  font-weight: 700;
}
.font-regular {
  font-weight: 400;
}
.font-black {
  font-weight: 700;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.list-unstyled li {
	margin-bottom: 0;
}

.row {
  --bs-gutter-x: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.g-1 {
	--bs-gutter-x: 60px;
}
.g-2 {
	--bs-gutter-x: 80px;
}
.g-0 {
	--bs-gutter-x: 0;
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
.d-flex {
	display: flex;
}
.flex-wrap {
	flex-wrap: wrap;
}
.flex-column {
	flex-direction: column;
}
.align-items-center {
	align-items: center;
}
.align-items-end {
	align-items: flex-end;
}
.align-self-end {
	align-self: end;
	margin-top: auto;
}
.align-self-center {
	align-self: center;
}
.justify-content-center {
	justify-content: center;
}
.justify-content-between {
	justify-content: space-between;
}
.justify-content-end {
	justify-content: flex-end;
}
.flex-row-reverse {
	flex-direction: row-reverse;
}
.flex-fill {
  flex: 1 1 auto;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow-1 {
  flex-grow: 1;
}
.mt-auto {
	margin-top: auto;
}
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.h-100{
  height: 100%;
}
.w-100 {
	width: 100%;
}
.text-uppercase {
	text-transform: uppercase;
}
.cursor-pointer {
	cursor: pointer;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.overflow-hidden {
  overflow: hidden;
}
.text-underline {
  text-decoration: underline;
}
.text-underline-none {
  text-decoration: none;
}

.top-0 {
  top: 0;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.z-index-1 {
  z-index: 1;
}
.z-index-2 {
  z-index: 2;
}
.text-center {
  text-align: center;
}
.text-right, .text-end {
  text-align: right;
}

.color-primary {
  color: #004289 !important;
}
.color-secondary {
  color: #f39000 !important;
}
.color-white {
  color: #fff;
}
.highlight {
  color: #004289;
  font-weight: 600;
}
.bg-primary {
  background-color: #e5ecf3;
}
.bg-secondary {
  background-color: #fef4e5;
}
.color-bodytext, .color-bodytext a {
  color: inherit;
}
.mt-15 { margin-top: 15px }
.mt-25 { margin-top: 25px }
.mt-50 { margin-top: 50px }
.mb-15 { margin-bottom: 15px }
.mb-25 { margin-bottom: 25px }
.mb-50 { margin-bottom: 50px }
.mb-0 {margin-bottom: 0;}
.ml-15 { margin-left: 15px }
.ml-auto { margin-left: auto; }
.mr-auto { margin-right: auto; }
.mr-15 { margin-right: 15px }
.mr-25 { margin-right: 25px }
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1350px;
  width: 90%;
}

/* ce content */
.ce-intext.ce-left .ce-gallery {
  margin-right: 30px;
}
.ce-image .ce-column:not(:last-child) {
  margin-right: 50px;
}
.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
  margin-bottom: 15px;
}
.ce-intext.ce-right .ce-gallery {
  margin-left: 30px;
}
.ce-textpic.ce-left.ce-intext .ce-bodytext P:first-of-type {
  margin-top: 0;
}
.ce-image.ce-center .ce-column {
  margin: 0 25px 25px 25px;
}
#header.fixed-header {
  position: fixed;
  transition: .6s cubic-bezier(.215,.61,.355,1) 0s;
  z-index: 99;
  left: 0;
  top: 0;
}
#header {
  background-color: #fff;
  width: 100%;
}
#header .header-container {
  padding: 25px 15px 30px 15px;
  display: flex;
  justify-content: space-between;
  transition: .6s cubic-bezier(.215,.61,.355,1) 0s;
}
#logo {
  width: 350px;
  height: 140px;
  transition: .6s cubic-bezier(.215,.61,.355,1) 0s;
  position: relative;
}
#header.fixed-header.header-shrink {
  box-shadow: rgba(50, 50, 50, 0.2) 0px -2px 15px 0px;
}
#header.header-shrink #logo {
  width: 200px;
  height: 80px;
}
#header.header-shrink .top_menu {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: .6s cubic-bezier(.215,.61,.355,1) 0s;
}
#header.header-shrink .container {
  padding-top: 15px;
  padding-bottom: 20px;
}

/* banner */
.slider-text {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slider-text h1 {
  text-transform: uppercase;
  color: #fff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
  font-weight: 900;
}
.slider-item {
  overflow: hidden;
  padding-bottom: 43%;
  position: relative;
}
.banner-slider-wrap {
  overflow: hidden;
  padding-bottom: 5px;
}
.owl-carousel .slfadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.slider-img {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.tree-img-with-line {
  position: absolute;
  bottom: 0;
  z-index: 9;
  right: 0;
  transform: translate3d(0,0,0);
  width: 100%;
  pointer-events: none;
}
.tree-img {
  width: 85px;
  margin-left: auto;
}
.tree-img-with-line .line {
  width: 15%;
  height: 5px;
  background-color: #f39000;
  margin-left: auto;
  opacity: 0;
  transition: 0.5s opacity ease 0s, 1s width ease 0s;
}
.tree-img-with-line .line.go {
  width: 75%;
  opacity: 1;
}
.frame {
  margin-bottom: 50px;
}
.frame-space-after-extra-small {
  margin-bottom: 10px;
}
.frame-space-after-small {
  margin-bottom: 2em;
}
.frame-space-after-medium {
  margin-bottom: 3em;
}
.frame-space-after-large {
  margin-bottom: 4em;
}
.link-hyperlink-icon {
  background-image: url(../Images/hyperlink-icon.svg);
  background-size: 0.7rem auto;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 1rem;
}
.botm_menu .link-hyperlink-icon {
  background-image: url(../Images/hyperlink-icon-highlight.svg);
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader-logo {
  width: 300px;
  max-width: 80%;
  display: none;
}
/* footer */
#footer {
  font-size: 16px;
  line-height: 1.4;
  padding-top: 25px;
  padding-bottom: 50px;
}
#footer header h5 {
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  text-transform: uppercase;
}
#footer a {
  color: #4d5c68;
}
#footer ul li {
  list-style: none;
}
#footer .col1 {
  width: 60%;
}
#footer .col1 ul {
  width: 33%;
  padding-right: 15px;
}
#footer .col1 ul li:first-child {
  text-transform: uppercase;
  font-weight: 900;
}
#footer .col2 {
  width: 19%;
}
#footer .col3 {
  width: 21%;
}
#footer .col1 .frame-type-text .frame-inner {
  display: flex;
  flex-wrap: wrap;
}
#footer .col1 header {
  width: 100%;
}
#footer ul {
  margin-left: 0;
}
#footer .col3 .ce-textpic {
  display: flex;
  align-items: flex-end;
}
#footer .col3  .ce-intext .ce-gallery {
  float: none;
  width: 100px;
}
#footer .col3 .ce-intext .ce-bodytext {
  margin-bottom: 15px;
}
#footer .col3 .ce-intext.ce-right {
  flex-direction: row-reverse;
  margin-top: 25px;
}
#footer .col3 .ce-bodytext p {
  margin-bottom: 5px;
  margin-top: 5px;
}
#footer .frame-default {
  margin-bottom: 15px;
}
#footer ul li {
  margin-bottom: 5px;
}
.copyright {
  font-size: 12px;
  font-weight: 500;
}
hr.ce-div {
  border: 0;
  border-bottom: 1px solid #b2c6db;
  margin: 25px 0px;
}
/* grid */
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.card-group-item {
  margin-bottom: 35px;
}
.more-link {
  display: inline-block;
  line-height: 1.2;
  font-weight: 600;
}
.owl-carousel .animated.fadeIn.active {
  opacity: 1;
}
.h2-style2 {
  font-size: 36px;
  color: #4d5c68;
  text-transform: uppercase;
  line-height: 1.4;
}
.image-caption {
  color: #004289;
  margin-top: 5px;
}
.twocol-img-cont.with-cont-bg .c-wrap {
  padding: 30px 80px;
}
.twocol-img-cont .card-group-item {
  margin-bottom: 50px;
}
.frame-block-with-left-bar {
  width: 80%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.frame-block-with-left-bar .frame-inner {
  position: relative;
  padding-left: 40px;
}
.frame-block-with-left-bar .frame-inner:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #f39000;
  height: 100%;
  width: 3px;
  opacity: 0;
  height: 0;
  
}
.frame-block-with-left-bar .frame-inner.go:before {
  height: 100%;
  opacity: 1;
  transition: height 1.05s cubic-bezier(.215,.61,.355,1) 0.1s, opacity .35s linear 0.5s;
}
.video-gallery-main-slider-wrap {
  background-color: #7fa0c4;
}
.video-gallery-main-slider {
  padding-top: 50px;
  padding-bottom: 90px;
}
.video-gallery-main-slider .item-video {
  width: 80%;
  max-width: 700px;
  margin: auto;
}
.video-gallery-thumbnails .video-placeholder {
  padding-bottom: 60%;
  height: 0;
  background-color: #ff9e00;
}
.video-gallery-thumbnails h3, .video-gallery-thumbnails h2 {
  color: #fff !important;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 30px;
}
.video-gallery-thumbnails h3:after {
  display: none;
}
.placeholder-text {
  position: absolute;
  left: 25px;
  bottom: 25px;
  
}
.placeholder-text .caption {
  font-size: 30px;
  line-height: 1;
}
.placeholder-text .link {
  font-size: 20px;
  color: #fff !important;
}
.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  transition: all .2s ease;
  border-radius: 5px;
}
.owl-theme .owl-dots .owl-dot.active span {
  width: 40px;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
  display: none;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
}
.owl-theme.owl-carousel .owl-nav button.owl-prev {
  background-image: url(../Images/arrow-left.svg);
}
.owl-theme.owl-carousel .owl-nav button.owl-next {
  background-image: url(../Images/arrow-right.svg);
}

.video-gallery-main-slider .owl-nav, .image-gallery-slider .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
}
.video-gallery-main-slider .owl-dots, .image-gallery-slider .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}
.video-gallery-main-slider .owl-dot span, .image-gallery-slider .owl-dot span {
  background-color: rgba(255, 255, 266, 0.7);
}
.video-gallery-main-slider .owl-dots .owl-dot.active span, .image-gallery-slider .owl-dots .owl-dot.active span {
  background-color: rgba(255, 255, 266, 1);
}  
.video-gallery-main-slider.owl-carousel .owl-nav button.owl-prev, .image-gallery-slider.owl-carousel .owl-nav button.owl-prev {
  background-image: url(../Images/arrow-left-white.svg);
}
.video-gallery-main-slider.owl-carousel .owl-nav button.owl-next, .image-gallery-slider.owl-carousel .owl-nav button.owl-next {
  background-image: url(../Images/arrow-right-white.svg);
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  width: 55px;
  height: 35px;
  background-repeat: no-repeat !important;
  background-size: contain;
  background-position: center center !important;
}
.placeholder-img {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.9;
  overflow: hidden;
}
.placeholder-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.owl-carousel .video-gallery-video-playico {
  background: url(../Images/video-play-icon.png) no-repeat;
  background-size: contain;
  height: 100px;
  width: 100px;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  cursor: pointer;
}
.video-gallery-thumb-wrap {
  margin-top: 60px;
}
.video-gallery-thumb-slider .item-video-thumb .video-gallery-video-playico {
  height: 50px;
  width: 50px;
  top: 15px;
  right: 15px;
  margin: 0;
  left: auto
}
.video-gallery-thumb-slider .item-video-thumb {
  opacity: 0.85;
  cursor: pointer;
  transition: opacity 0.5s ease;
}
.video-gallery-thumb-slider .active-thumb .item-video-thumb {
  opacity: 1;
}
.video-gallery-thumb-slider .owl-item {
  max-width: 430px;
}
.pull-left, .frame-pull-left {
  margin-left: -5vw;
}
.pull-right, .frame-pull-right {
  margin-right: -5vw;
}
.flower-left {
  width: 20%;
  height: 50%;
  background-image: url(../Images/flower-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}
.flower-right {
  bottom: 0;
  width: 30%;
  height: 70%;
  right: 10%;
  background-image: url(../Images/flower-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.image-gallery-slider.owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.img-cover {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.image-gallery-slider .caption {
  line-height: 1.2;
  font-size: 32px;
}
.image-gallery-slider .caption span {
  display: block;
  font-weight: 900;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
}
.image-gallery-slider .owl-nav {
  top: auto;
  bottom: 35px;
  left: 100px;
  transform: none;
}
.bg-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 170px;
    background: linear-gradient(to top, rgba(0, 66, 137, 1) 0%, rgba(0, 66, 137, 0) 100%);
    pointer-events: none;
    z-index: 1;
}
.lightbox-icon {
  width: 45px;
  cursor: pointer;
}
.image-gallery .img-gallery-lightbox {
  position: absolute;
  left: 25px;
  bottom: 35px;
  z-index: 1;
} 
.gallery-small .image-gallery-slider .owl-dots {
  display: none;
}
.gallery-small.image-gallery .lightbox-icon {
  width: 30px;
}
.gallery-small.image-gallery .img-gallery-lightbox {
  left: 20px;
  bottom: 25px;
}
.gallery-small .image-gallery-slider .owl-nav {
  bottom: 20px;
  left: 80px;
  transform: none;
}
.gallery-small .image-gallery-slider .owl-nav button.owl-next, .gallery-small .image-gallery-slider .owl-nav button.owl-prev {
  width: 30px;
  height: 25px;
}
.twocol-box-cont .card-group-item-wrap {
  padding: 25px 50px;
  position: relative;
  will-change: transform;
}
.twocol-box-cont .card-group-item-wrap .img-wrap {
  max-width: 317px;
  width: 70%;
}
.twocol-box-cont .card-group-item-even {
  margin-top: 100px;
}
.img-card .img-wrap a.link {
  text-decoration: none;
  font-size: 20px;
  display: inline-block;
}
.img-card .img-wrap a.link span {
  font-size: 48px;
  line-height: 1;
  vertical-align: middle;
  margin-right: 5px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  transition: all .2s ease-in-out;
  line-height: normal;
  padding: 10px 25px;
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #f39000;
  border-radius: 5px;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.btn-secondary {
  background-color: #004489;
}
.btn:hover {
  text-decoration: none;
}
.full-width-bg, .full-width-bg h2, .full-width-bg h3 {
  color: #000;
}
.ce-row {
  display: flex;
  flex-wrap: wrap;
}
.ce-center .ce-row {
  justify-content: center;
}
.ce-center .image img {
  margin: auto;
}
.ce-gallery[data-ce-columns="3"] .ce-column {
  max-width: 33%;
  margin-bottom: 15px;
}
.ce-center .ce-inner, .ce-center .ce-outer {
  float: none;
  right: auto;
  left: auto;
}
.small {
  font-size: 12px;
}
.ce-container {
  padding-top: 100px;
  margin-left: auto;
  margin-right: auto;
}  
.ce-container.w-50 {width: 50%;}
.ce-container.w-60 {width: 60%;}
.ce-container.w-70 {width: 75%;}
.ce-container.w-80 {width: 80%;}
.ce-container.w-90 {width: 90%;}
.frame-type-ce_threecol {
  margin-bottom: 0;
}
.form-control {
  display: block;
  width: 100%;
  padding: 6px 10px 6px 10px;
  font-size: 18px;
  line-height: 1.5;
  color: inherit;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color:#66afe9;
  outline:0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
textarea.form-control {
  min-height: 150px;
}
.form-group {
  margin-bottom: 1rem;
}
.frame-type-form_formframework form legend, .frame-type-form_formframework form h2 {
  display: none;
}
.frame-type-form_formframework .form-label {
  display: none;
}

.form-check-label {
  font-size: 14px;
}
.form-check-label {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}
.form-check-label input[type="checkbox"], .form-check input[type="radio"] {
  background-color: #fff;
  margin: 0;
  color: currentColor;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  cursor: pointer;
  flex-shrink: 0;
  align-self: flex-start;
}
input[type="checkbox"]:checked, .form-check input[type="radio"]:checked {
  transform-origin: bottom left;
  clip-path: polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);
}
.form-check-label > span {
  flex-grow: 1;
}
.form-check .form-check-label > span .required {
  padding-left: 0;
  margin-left: 0;
}
.inputs-list .form-group {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
}
.inputs-list .form-group .form-check{
    margin-left: 10px;
    margin-right: 10px;
}
.inputs-list .form-group .form-check .form-check-label {
    display: inline-block;
}
.form-control.parsley-error {
  border-color:#a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.parsley-errors-list {
  list-style: none;
  color: #a94442;
  margin: 0;
}

#gotoTop {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: #f39000;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  top: auto;
  left: auto;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  z-index: 2000;
  border-radius: 50%;
  transition: background-color 0.2s linear;
  -webkit-transition:background-color 0.2s linear;
}
.frame-accordion-main-header header {
  border-bottom: 1px solid #c8d4dc;
}
.frame-accordion-main-header header h2 {
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.accordion-item-wrap .accordion-item {
  border-bottom: 1px solid #c8d4dc;
}
.accordion-item i {
  transition: transform 0.3s ease;
  
}
.accordion-content{
  padding: 14px 45px 14px 0;
  width: 90%;
}
.accordion-icon {
  align-items: center;
  padding-bottom: 15px;
  justify-content: space-between;
}
.accordion-item h3 i {
  color: #666;
}
.accordion-header{
  padding: 20px 15px 20px 0;
  position: relative;
  cursor: pointer;
}
.accordion-title {
  color: #004489;
  font-weight: 600;
}
.accordion-content .frame {
  margin-bottom: 0;
}
.accordion-content p {
  margin-top: 0;
}

.counter{
  font-size: 40px;
  font-weight: 700
}
.statistic-item {
  margin: auto;
}

.statistic-info {
  margin-top: 10px;
}
.two_col .col>.frame:last-of-type {
  margin-bottom: 0;
}
.video-gallery-video-wrapper iframe {
  width: 100%;
  height: 100%;
}
.image-gallery .img-cover {
  aspect-ratio: 3/2;
}