body {	
  font-optical-sizing: auto; 
    color: #322455;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	background: #fff;
	font-weight: 400;
	font-size: 18px;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1370px;
    }
}
a{
  text-decoration: none;
}
a:hover{
  color: var(--blue-color);
}
:root {
  --main-color: #132046;
  --gray-color: #959595;
  --blue-color: #093b56;
  --blue-light-color: #668fa6;
  --blue-light-color2: #164f6d;
  --main-color-opa-70: rgba(215,165,123,0.7);
  --main-color-opa-90: rgba(215,165,123,0.9);
  --blue-color-opa-90: rgba(9,59,86,0.9);
  --main-color-opa-80: rgba(215,165,123,0.8);
  --blue-color-opa-80: rgba(9,59,86,0.8);
  --blue-dark-color: #05141c;
  --main-light-color: #dcad86;
}

.text-white{
  color: #fff !important;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
  outline: none;
}
a {
  color: var(--main-color);
  outline: none;
}
a:hover,
a:focus {

  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
body .gx-6{
	--bs-gutter-x: 4rem;
}
.img-full img{
	width: 100%;
	height: auto;
}
.header-bar{
	background: #322455;
	color: #fff;
	text-align: center;
	padding: 5px 0;
}
.header-bar a{
	color: #FF574E;
}
.header-bar .d-flex{
	gap: 5px;
}
.header-main{
	padding: 30px 0;
}
.main-logo img{
	width: 300px;
	height: auto;
}
.wrap-testimonials{
	margin-bottom: 40px;
	position: relative;
}
.wrap-three .item{
	border: 1px solid #FF574E;
	border-radius: 10px;
	padding: 15px 15px 50px;
	position:relative;
	background: #fff;
	margin-bottom: 80px;
}
.wrap-three .item h2{
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
	color: #322455;
	text-align: center;
	margin: 0 0 20px;
	padding: 0px;
	height: 75px;
	overflow: hidden;
}
.wrap-three .item .except{
	height:90px;
	overflow: hidden;
}
.wrap-three .item .img-full{
	margin: 0 0 20px;
	border-radius: 10px;
	height: 250px;
	background-repeat:no-repeat;
	background-position: center center;
	background-size: contain;
}
.wrap-three .item img{
	border-radius: 10px;	
}
.btn-readmore{
	border-radius: 5px;
	font-size:20px;
	line-height: 28px;
	background-image: linear-gradient(90deg, #E2383B 0%, #F5CB3B 100%);
    border-style: none;
    border-radius: 10px 10px 10px 10px;
	letter-spacing: 1.6px;
	font-weight:500;
	text-align: center;
}
.wrap-three .btn-readmore{
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: -30px;
}
.btn-readmore a{
	display:block;	
    padding: 15px 0px 15px 0px;
	text-transform: uppercase;
	color:#FFF;
}
.footer{
	background: #322455;
	padding: 50px 0 0;
	color: #fff;
	font-size: 18px;
}
.footer-logo{
	margin: 0 0 15px;
}
.footer-logo img{
	width: 70%;
	height: auto;
}
.footer-menu-wrap ul li a{
	color: #fff;
}
.footer-menu-wrap ul li a:hover{
	color: #e23d3e;
}
.footer-menu-wrap ul li{
	margin-bottom: 5px;
}
/* .footer-menu-wrap ul li a:before{
	display: inline-block;
	content: "\2713";
	margin-right: 10px;
	color: #fff;
} */
.support-wrap{
	font-weight: 400;
}
.support-wrap li{
	margin-bottom: 10px;
}
.support-wrap i{
	color: #ccc;
	width: 25px;
}
.block-footer h3{
	margin: 0 0 30px;
	padding: 0;
}
.footer-copyright{
	padding: 30px 0;
}
.footer-copyright .social{
	gap: 20px;
	justify-content: end;
}
.footer-copyright .social i{
	font-size: 18px;
}
.footer-copyright .social a{
	color: #fff;
	font-size:15px;
}
.footer-copyright .social a:hover{
	opacity: 0.6;
}
.footer-copyright .social span{
	display: inline-block;	
	border-radius: 20px;
	padding: 0px 10px;
	color: #fff;
}
.footer-copyright .social span.linkedin{	
	background: #0d66c2;	
}
.footer-copyright .social span.youtube{
	background: #fe0000;
}
#menu-main-menu{
	margin:0;
	padding:0;
}
#menu-main-menu li{
	display: inline-block;
	margin: 0 20px 0 0;
	position: relative;
	z-index: 99999;
}
#menu-main-menu li a{
	font-size: 20px;
	font-weight: 600;
	color: #322455;
	text-decoration: none;
}
#menu-main-menu li a:hover{
	color: #FF574E;
}
#menu-main-menu .sub-menu{
	background: #322455;
	padding: 20px 24px;
	position: absolute;	
	border-radius: 14px;
	width: -moz-max-content;
    width: max-content;
	left: 50%;
	top: calc(100% + .4375rem);
	transform: translate(-50%, 0) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);
	z-index: 99999;
	display:none;
}
#menu-main-menu .sub-menu.active{
	display: block;
}
#menu-main-menu .sub-menu ul{
	display: flex;
	flex-direction: column;
	gap: 5px;
}
#menu-main-menu .sub-menu ul li{
	display: block;
	margin: 0;
	padding: 0;
}
#menu-main-menu .sub-menu ul li a{
	color: #fff;
	font-size: 16px;
}
#menu-main-menu .sub-menu ul li a:hover{
	color: #FF574E;
}
.wrap-menu{
	float: right;	
}
.main-menu-wrapper{
	align-items: center;
	justify-content: end;
	gap: 30px;	
}
.header-btn{
	background: #FF574E;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	border-radius: 5px;
}
.header-btn a{
	color: #fff;
	display:flex;
	padding: 10px 15px;
	gap: 10px;
}

.header-btn a span svg{
	width: 25px;
	fill: #fff;
}
.header-btn a:hover{
	color: #322455;
}
.wrap-main-content{
	padding-top:50px;
}
h1.main-title{
	font-size:30px;
	line-height: 30px;
	font-weight:700;
	color: #322455;
	margin: 0 0 50px;
	padding: 0;
}
.text-content{
	font-size: 20px;
	color: #322455;
}
.wpcf7-form .form-control,.wpcf7-form .form-select{
	border: 1px solid #322455;
	font-size: 16px;
	color: #322455;
	padding: 10px !important;
}
.wpcf7-form h3{
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 20px;
	padding: 0;
}
.wpcf7-form button[type="submit"]{
	border-radius: 5px;
	font-size:20px;
	line-height: 28px;
	background-image: linear-gradient(90deg, #E2383B 0%, #F5CB3B 100%);
    border-style: none;
    border-radius: 10px 10px 10px 10px;
	letter-spacing: 1.6px;
	font-weight:500;
	text-align: center;
	padding: 15px 150px;
	text-transform: uppercase;
	color:#FFF;
}

.wrap-content ul,.wrap-content ol{
	margin: 20px 0 20px 20px;
	padding-left: 20px;
}
.wrap-content ul li{
	list-style: disc;
}
.wrap-content ul li,.wrap-content ol li{
	margin-bottom: 10px;
	color: #fff;
}
.wrap-content .main-dark-color ul li,.wrap-content .main-dark-color ol li,.wrap-content .main-dark-color p{
	color: #322455;
}
.bg-blue{
	background-color: #322455;
}
.bg-gray{
	background-color: #e3e7e6;
}
.bg-gray-curve{
	padding:0;
	background-image: url(../images/bg-gray-wave.svg);
	background-position: bottom center;
	background-repeat: no-repeat;
}
.bg-bot{
	padding-bottom: 150px;
}
.bg-blue-curve{
	padding:0;
	background-image: url(../images/bg-blue-wave.svg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.content-single-post p,.content-single-post h2, .content-single-post h3{
	color: #fff !important;
}
.content-single-post h1{
	font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    color: #EA504C !important;
	margin: 0 0 30px;
	padding: 0;
}

.link-news .icon svg{
	width: 20px;
	fill: #6cbfc5;
}
.link-news a{
	color: #6cbfc5;
	text-transform: uppercase;
	font-size:16px;
}
.link-news a:hover{
	color: #fff;
}
.link-news a:hover svg{
	fill: #fff;
}
.link-share .icon svg{
	width: 20px;
}
.img-thumb img{
	width: 100%;
	height: auto;
}
.link-share a{
	color: #fff;
	text-transform: uppercase;
	font-size:16px;
	display: flex;
	gap: 10px;
}
.content-single-post .wrap-title{
	padding-bottom: 100px;
	margin-bottom: -1px;
}
.content-single-post .text-blue p{
	color: #322455 !important;
}
.content-single-post .excerpt{
	font-weight:700;
}
.footer-text{
	font-size: 16px;
	line-height:23px;
	margin-top: 70px;
}
.footer-main .row.gx-5{
	--bs-gutter-x: 6rem;
}
.footer-menu .gap-5{
	gap: 4rem !important;
}
.container-contact{
	padding-bottom: 50px !important;
}
.container-contact .row{	
	align-items: stretch;
}
.container-contact .bg-inner{
	background-image:url(../images/bg-contact.svg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 100%;
}
.container-contact .img-inner{
	width: 100%;
	height: auto;
	display: none;
}