@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap');
.content-wrapper {
	padding: 0 15px 0 15px;
}
.navbar-brand h1 a {
	display: block;
}
.navbar-brand h1 {
	margin: 0;
}
.main-content {
	padding-bottom: 0;
}

.comment-content ul > li, .entry-content ul > li {
	padding-left: 0;
}
.comment-content ul > li::before, .entry-content ul > li::before {
	content: '';
}
.login-form-container, #password-lost-form, #password-reset-form, #register-form {
	background-color: #ededed;
	padding: 30px;
	border-radius: 10px;
	position: relative;
}
.login-username label, .login-password label, #password-lost-form .form-row label, #password-reset-form p label, #register-form p label {
	display: block;
}
.login-username input, .login-password input, #password-lost-form .form-row input, #register-form .form-row input, #password-reset-form p input {
	border: 1px solid #25BCEF;
	padding: 10px;
	width: 100%;
	background-color: transparent;
}
.login-submit input, .lostpassword-submit input, #password-reset-form .resetpass-submit input, .signup-submit input {
	border: 0;
	background-color: #25BCEF;
	padding: 10px 35px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	width: auto;
}
.forgot-password {
	position: absolute;
	right: 30px;
	bottom: 95px;
	color: #fff;
	font-size: 14px;
}
.entry-content .login-form-container p {
	margin-bottom: 10px;
}
.login-form-container h2 {
	color: #fff;
	margin-bottom: 25px;
}
.login-form-container label {
	display: none;
}
.right-bottom svg {
    width: 20px;
    height: 20px;
    border: 1px solid #093564;
    color: #093564;
    fill: #093564;
    border-radius: 50%;
    padding: 3px;
    margin-left: 5px;
    margin-top: 0;
}
.count-totals {
	width: 794px;
	margin: 0 auto;
}
.row-section {
	height: 1122px;
	overflow: hidden;
	position: relative;
	width: 794px;
}
.section_1_details {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.top-banner {
	height: 100px;
	background-color: #093564;
	width: 100%;
}
.last-bottom ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 0 !important;
	padding: 0;
}
.last-bottom {
	background-color: #093564;
	padding: 5px 10px;
	color: #fff;
}
.last-bottom ul li {
	font-size: 14px;
	font-weight: normal;
}
.right-bottom {
    display: flex;
    text-align: right;
    justify-content: center;
    align-items: center;
}
.upper-bottom {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	padding: 10px 10px;
}
.right-bottom h5 {
	font-size: 16px;
	padding-right: 7px;
	margin-bottom: 0;
}
.right-bottom * {
	display: table-cell;
	vertical-align: middle;
}
.main-contents {
	text-align: center;
}
.main-contents img {
	margin-bottom: 10px;
}
.main-contents h3::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100px;
	height: 5px;
	background-color: #093564;
	margin-left: -50px;
}
.main-contents h3 {
	color: #545454;
	position: relative;
	padding-bottom: 10px;
	font-family: 'Ubuntu', sans-serif;
	text-transform: capitalize;
}
.main-contents h3 span {
	color: #093564;
}
.main-contents h1 {
	font-size: 38px;
	color: #5B5B5B;
}
body .main-contents p {
	font-weight: 600;
	margin-bottom: 2.125rem;
}
.all-information {
	text-align: center;
}
body .all-information p {
	margin: 0;
	line-height: 1.3;
}
.all-information h5 {
	font-size: 16px;
	margin: 0;
	color: #093564;
}
.title-s2area h1 {
	font-size: 40px;
	padding-top: 10px;
	position: relative;
	margin-bottom: 25px;
}
.s2middle-content {
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-left: -10px;
	margin-right: -10px;
    position: relative;
}
.s2middle-content::before {
	content: '';
	position: absolute;
	left: 49.5%;
	width: 1px;
	height: 97%;
	background-color: #093564;
	top: 0;
}
.title-s2area h1 span {
	color: #093564;
}
.title-s2area h1::before {
	content: '';
	width: 100px;
	height: 5px;
	background-color: #093564;
	position: absolute;
	top: 0;
}
.s2-leftcontent h4 span {
	border-bottom: 2px solid #093564;
	display: inline-block;
	line-height: 20px;
}
.s2-leftcontent h4 {
	font-size: 20px;
	color: #093564;
}
.s2-leftcontent ul {
	margin: 0;
	padding: 0;
}
.s2-leftcontent ul li span {
	width: 38%;
	display: block;
	font-weight: bold;
}
.s2-leftcontent ul li strong {
	width: 62%;
	font-weight: normal;
}
.s2-leftcontent ul li {
	display: flex;
	width: 100%;
	font-weight: bold;
	font-size: 14px;
}
.s2-leftcontent ul li.empty-spaces {
	height: 50px;
}
.separarors {
	margin-top: 40px;
	border-bottom: 1px solid #093564;
	margin-bottom: 20px;
}
.s2area-contents {
	padding: 0 20px;
}
.s2-leftcontent {
	padding-right: 10px;
	padding-left: 10px;
}
.s2-bottomsarea h3 span {
	border-bottom: 1px solid #093564;
}
.s2-bottomsarea h3 {
	text-transform: uppercase;
	color: #093564;
	font-size: 20px;
}
.s2-bottomsarea p {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
.s2middle-content::after {
	content: '';
	position: absolute;
	left: 10px;
	right: 10px;
	height: 1px;
	background-color: #093564;
	bottom: 0;
}
.single-s3middle h5, .s4-msingle h5 {
	position: relative;
	color: #093564;
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.single-s3middle svg, .s4-msingle svg {
	width: 18px;
	height: 18px;
	position: absolute;
	color: #093564;
	fill: #093564;
	left: 150px;
	top: 1px;
}
.single-s3middle h5::after, .s4-msingle h5:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 170px;
	height: 1px;
	background-color: #093564;
	display: block;
}
.single-s3middle p, .s4-msingle p {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
.single-s3middle, .s4-msingle {
	margin-bottom: 40px;
}
.s3middle-content {
	margin-top: 70px;
}
.s4-middlearea{
    margin-top: 50px;
}
.s4-msingle svg {
	left: 240px;
}
.s4-msingle h5::after {
	width: 260px;
}
.s4middle-bottom h5 span {
	display: inline-block;
	border-bottom: 1px solid #093564;
}
.s4middle-bottom h5 {
	font-size: 20px;
	color: #093564;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.s4middle-bottom p {
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
}
.s4separator-middles {
	border: 2px solid #093564;
	margin-bottom: 60px;
}
.single-photos img {
	width: 100%;
	border: 1px solid #000;
	object-fit: cover;
	object-position: center center;
	height: 350px;
}
.single-photos p {
	font-size: 12px;
	margin-top: 3px;
}
.single-photos {
	margin-top: 30px;
}
.single-photos {
	padding-left: 10px;
	padding-right: 10px;
	width: 33.3333%;
}
.photos-ares-s5 {
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
}
.row-mains {
	height: 1122px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
    border-bottom: 1px solid #093564;
}
.phone-number a {
	display: block;
	min-width: 114px;
	background-color: #093564;
	padding: 2px 10px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	pointer-events: none;
	border: 0;
}
.phone-number {
	margin-bottom: 10px;
}
.phone-number input, .phone-number textarea {
	border: 1px solid #a6a6a6;
	padding: 5px;
	font-size: 14px;
	width: 100%;
}
.row-mains .maximun-datas .phone-number {
	width: 50%;
	float: left;
}
.row-mains .maximun-datas .main-ares-title {
	display: table;
	width: 100%;
	clear: both;
	text-align: center;
}
.row-mains .maximun-datas .phone-number:last-child {
	width: 100%;
}
.themes-dwn button {
	background-color: #093564;
	color: #fff;
	padding: 10px 20px;
	border: 0;
	display: inline-block;
	border-radius: 4px;
}
.themes-dwn h3 {
	color: #093564;
	text-transform: uppercase;
	font-size: 20px;
}
.themes-dwn {
	text-align: center;
	display: table;
	width: 100%;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lds-dual-ring {
	display: none;
	width: 64px;
	height: 64px;
	margin-left: auto;
	margin-right: auto;
}
.lds-dual-ring::after {
	content: " ";
	display: block;
	width: 46px;
	height: 46px;
	margin: 1px;
	border-radius: 50%;
	border: 5px solid #093564;
	border-color: #093564 transparent #093564 transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}
body .navbar {  
	border-bottom: 1px solid #093564;
}
body:not(.menu-sandwich) .navbar-header img {
	height: 54px;
	width: auto;
}
.theme-upload.upload-form input[type="file"] {
	display: none;
}
.theme-upload.upload-form label {
	display: block;
	background-color: #093564;
	padding: 5px 20px;
	color: #fff;
	border-radius: 4px;
}
.theme-upload.upload-form img {
	max-height: 90px;
	object-fit: cover;
	object-position: center center;
	border: 1px solid #000;
	margin-bottom: 2px;
}
.theme-upload.upload-form {
	text-align: center;
	width: 50%;
	float: left;
	margin-bottom: 15px;
}
.login-form-container {
	background-color: transparent;
	color: #fff;
}
.login-pages {
	background: linear-gradient(#093564,cadetblue);
}
#loginform p svg {
	position: absolute;
	width: 19px;
	height: 19px;
	bottom: 15px;
	left: 5px;
}
.login-username input, .login-password input {
	border-bottom: 2px solid #fff;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	padding-left: 35px;
	color: #fff;
}
#loginform p {
	position: relative;
}
.entry-content .login-form-container p {
	margin-bottom: 35px;
}
.login-form-container .accecptance label {
	font-weight: normal;
}
.accecptance {
	margin-bottom: 20px;
}
.entry-content .login-form-container p.login-password {
	margin-bottom: 20px;
}
.section_1_details .main-contents > img {
	width: 100px;
	height: auto;
}
.upper-bottom .left-bottom img {
	width: 148px;
	height: auto;
}
.popup-visibliti h2, .popup-visibliti-load h2  {
	margin: 0;
	text-transform: uppercase;
    font-size: 19px;
}
.popup-visibliti {
	position: fixed;
	right: 10px;
	top: 131px;
	background-color: rgb(255, 207, 64, .8);
	padding: 20px;
    z-index: 999;
}
.popup-visibliti-load {
	position: fixed;
	right: 10px;
	top: 131px;
	background-color: rgba(0, 128, 0, 0.8);
	padding: 20px;
    z-index: 999;
}
.sk-circle {
	margin: 0 auto;
	width: 100px;
	height: 100px;
	position: relative;
	top: 48%;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.login_overlay {
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: 0.2;
	position: fixed;
	z-index: 998;
	text-align: center;
	left: 0;
	top: 0;
}
.button-saver.presentation2 {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
}
.button-saver.presentation2 a {
	background-color: #093564;
	padding: 7px 35px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
}
.button-saver.presentation2 a[disabled="disabled"] {
	pointer-events: none;
}
.main-contents .procays {
	max-width: 240px;
}
.main-contents span {
	display: block;
}
.main-contents span.row_section_1_data_2 {
	display: inline-block;
}
.blue-color {
	color: #093564;
}