:root {
    --brand-color: rgb(22,58,118);
    --brand-color-light: #44689c;
    --text-primary: rgb(122,122,122);
    --text-secondary: rgb(205,205,205);
    --background-primary: white;
    --background-secondary: rgba(224,224,224, 0.37);
}


/* Base css */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
  font-family: 'Roboto', sans-serif;
}
.alignleft{
  float:left;
  margin-right: 15px;
}
.alignright{
  float: right;
  margin-left: 15px;
}
.aligncenter{
  display: block;
  margin: 0 auto 15px;
}
a:focus, input:focus, textarea:focus, button:focus { outline: 0 solid }
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0 0 15px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
} 
body {
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 400;
  color: #000;
  font-family: 'Roboto', sans-serif;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
 /*   list-style: none; */
}
a {
	text-decoration: none;
	color: var(--brand-color);
	display: inline-block;
}
a:hover{
    text-decoration: underline;
}
.container{
    max-width: 1140px;
}

/* -- contact form -- */
.form {
    width: 780px;
    max-width: 100%;
    margin: 0 auto;
}
.form button {
    width: 100%;
    border: none;
    font-weight: 500;
    background: #183A75;
    color: #ffffff;
    padding: 10px 0;
    border-radius: 4px;
    line-height: 1;
    display: inline-block;
    font-size: 18px;
}
.form button:hover {
    background-color: rgba(24, 58, 116,0.8);
}
.form input[type=text] ,  .form input[type=password] {
    width: 100%;
    border: 1px solid #69727D;
    padding: 0 15px;
    border-radius: 4px;
    height: 40px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
}
.form .field-container {
    margin-bottom: 10px;
}
.form label {
    color: #7A7A7A;
    font-size: 16px;
    font-weight: 400;
}

.form input::placeholder {
  color: #7A7A7A;
}









/*--------------header-area Start -------------*/
.header-area {
  padding: 15px 0;
  width: 100%;
  background: #fff;
  border-top: 3px solid #DBDBDB;
  border-bottom: 3px solid #DBDBDB;
}
.slidemenu-area {
  display: block;
}
.header-logo img {
  width: 165px;
}
.header-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-menu ul li {
  display: inline-block;
  margin-left: 35px;
}
.header-menu ul li a {
  font-size: 16px;
  color: #7A7A7A;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: none;
  transition: .3s;
  position: relative;
  display: inline-block;
}
.header-menu ul li a:hover {
  color: #183A74;
  text-decoration: none;
}
.header-menu li a.active {
  color: #183A74;
}
.header-menu ul li ul {
  position: absolute;
  top: 100%;
  z-index: 9;
  background: #E4E4E4;
  margin-top: 10px;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  padding-left: 0;
}
.header-menu ul li:hover ul {
  opacity: 1;
  visibility: visible;
  margin-top: 3px;
}
.header-menu ul li ul li {
  margin: 0;
  padding: 0;
  display: block;
}
.header-menu ul li ul li a {
  color: #000;
  font-size: 15px;
  transition: .5s;
  display: flex;
  align-items: center;
  padding: 8px 12px;
}
.header-menu ul li ul li a:hover {
  background-color: #3F444B;
  color: #fff;
}
.header-menu ul li ul li a::after {
  display: none;
}
.header-menu ul li ul li:last-child {
  border: none;
}
.header-menu ul li ul li a {
  color: #33373d;
  font-size: 14px;
  transition: .3s;
  display: flex;
  align-items: center;
  padding: 8px 24px;
}
.header-menu ul li a img {
  margin-left: 4px;
  color: #7A7A7A;
  width: 12px;
  filter: brightness(0.5);
}
.header-menu li a:after {
  position: absolute;
  bottom: 0;
  top: 30px;
  height: 3px;
  width: 0;
  content: '';
  background: #183A74;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}
.header-menu li a:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
  left: 0;
}
.header-menu li a.active:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
  left: 0;
}
.header-content {
  position: relative;
  float: right;
}
.menu_bar {
	display: none;
}
.menu-x {
	display: none;
}

/*--------------header-area end -------------*/





/*-------------- slidemenu area Start -------------*/
.menu_trigger {
  display: none;
}
.close_x {
  display: none;
}
.slidemenu {
  display: none;
}
.slidemenu {
  padding: 20px;
  width: 300px;
  position: fixed;
  right: -100%;
  top: 0;
  height: 100%;
  z-index: 105;
  transition: .3s;
  background: #183A74;
  background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5) ), url('/assets/img/hero.jpg');
  background-size: auto 100vh;
  display: block;
  opacity: 0;
  visibility: hidden;
}
.slidemenu a.active {
    position: relative;
    display: block;
    color: yellow;
}
.slidemenu a:hover {
    text-decoration: underline;
}
.slidemenu.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.slidemenu ul {
  padding-left: 10px;
}
.slidemenu ul li {
  margin: 12px 0;
}
.slidemenu ul li a {
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  color: white;
}
.slidemenu ul li a img {
  width: 30px;
  margin-right: 12px;
}
.slidemenu .header-btn {
  margin-left: 0;
  margin-top: 30px;
}
.slidemenu ul li a i {
  margin-left: 10px;
}
.expanded ul {
  margin-left: 15px;
}
.expanded ul li a {
  font-size: 13px;
}
.expanded ul {
  display: none;
  padding-left: 0px;
}
.expanded ul.active {
  display: block;
} 
.expanded a img {
    transform: rotate(-90deg);
    transition: transform 1s;
}
.expanded a.open>img {
    transform: rotate(0deg);
} 
.close_x {
  display: inline-block;
  margin-bottom: 50px;
}
.close_x img{
  width: 18px;
}

.slidemenu-btn a {
  background: #fff;
  padding: 10px 30px;
  color: #000;
  font-size: 16px;
  border-radius: 10px;
  transition: .3s;
  display: inline-block;
  font-weight: 500;
}
.slidemenu-btn {
  margin-top: 40px;
}
.expanded ul i {
  margin-left: 0;
  margin-right: 8px;
}
/*-------------- slidemenu area End -------------*/
.header {
  color: #000000C2;
}
.menu_trigger img {
  width: 22px;
}



/*-------------- Hero Area Start -------------*/
.hero-area {
  background-image: url(../img/hero.jpg);
  position: relative;
  width: 100%;
  z-index: 1;
}
.hero-area::before {
  position: absolute;
  content: '';
  background-color: #000;
  opacity: 0.3;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
.hero-wraper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 620px;
  text-align: center;
}
.hero-wrapper-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  text-align: center;
}

.hero-wrapper-content .hero-wrap{
    padding-bottom: 0;
}
.hero-wrapper-content .hero-wrap h1{
  margin-bottom: 3px !important;
  text-shadow: 1px 1px 2px black;
}

.area-title h1 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
  text-shadow: 1px 1px 2px black;
}
.area-title h2 {
    color: var(--brand-color-light);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}
.area-title p {
  font-size: 17px;
  line-height: 1.4;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px black;
}
.hero-btn a {
  border: 2px solid #fff;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  padding: 12px 24px;
  padding-bottom: 14px;
  border-radius: 3px;
  margin-top: 30px;
  text-decoration: none;
}
.hero-btn a:hover {
  background-color: rgba(0,0,0,0.3);
  color: #fff;
}
/*-------------- Hero Area End -------------*/





/*-------------- Area Start -------------*/
.widget-area {
  padding-top: 60px;
  margin-bottom: 120px;
}
.area-title {
  text-align: center;
}
.widget-card {
  padding: 0px 0px 0px 0px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  min-height: 510px;
  border-radius: 5px;
  margin-top: 50px;
  max-width: 345px;
  background: #EFEFEF;
}
.widget-wrap {
  text-align: center;
  margin-top: 36px;
  margin-bottom: 30px;
  padding: 0 20px;
}
.widget-text h4 {
  color: #183A74;
  font-size: 20px;
  font-weight: 600;
}
.widget-text p {
  color: #7A7A7A;
  font-size: 16px;
  margin: 0 auto;
  line-height: 1.6;
  margin-top: 20px;
  max-width: 250px;
}
.widget-btn {
  margin-top: 45px;
}
.widget-btn a {
    background-color: var(--brand-color);

    font-size: 16px;
    padding: 10px 40px;
    border-radius: 4px;
    font-weight: 500 !important;
    color: white;
    margin: 10px 0px;
    text-decoration: none;

}

.widget-btn a:hover {
    background-color: rgba(24, 58, 116, 0.8);
    color: white;
}
.widget-thumb {
    position: relative;
}
.widget-thumb::before {
    content: '';
    z-index: 10;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: linear-gradient(-13deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}

/*-------------- Area End -------------*/


/*-------------- referencer-slider Area Start -------------*/
.referencer-slider-area {
  background: #F4F4F4;
  padding: 35px 0;
}
.referencer-slider-item img {
  max-height: 126px;
  width: 170px;
}
.referencer-slider {
  margin-top: 55px;
}
.referencer-slider-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
}
/*-------------- referencer-slider Area End -------------*/






/*-------------- Contact Area Start -------------*/
.contact-area {
}
.contact-info input {
  width: 100%;
  border: 1px solid #69727D;
  padding: 0 15px;
  border-radius: 4px;
  height: 40px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
}
.contact-info label {
  color: #7A7A7A;
  font-size: 16px;
  font-weight: 400;
}
.contact-info input::placeholder {
  color: #7A7A7A;
}
.contact-info {
  margin-bottom: 10px;
}
.contact-info textarea {
  width: 100%;
  border: 1px solid #69727D;
  padding: 15px 15px;
  border-radius: 4px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  height: 120px;
}
.contact-info textarea::placeholder {
  color: #7A7A7A;
}
.contact-btn button {
  width: 100%;
  border: none;
  font-weight: 500;
  background: #183A74;
  color: #fff;
  padding: 10px 0;
  border-radius: 4px;
  line-height: 1;
  display: inline-block;
  font-size: 18px;
}
.contact-btn button:hover {
  background-color: rgba(24, 58, 116,0.8) 
}
.contact-info label span {
  color: #FF0000;
}
.contact-form {
  max-width: 780px;
  margin: 0 auto;
}
/*-------------- Contact Area End -------------*/






/*-------------- Footer Area Start -------------*/
.footer-area {
  background: #183A74;
  padding: 40px 0;
}
.footer-title h4 {
  color: #d4d4d4;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: 600;
}
.footer-link ul li a {
  color: #d4d4d4;
  font-size: 15px;
  font-weight: 400;
  position: relative;
}
.footer-link ul li {
  line-height: 1.5;
}
.footer-link ul li a::after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #7A7A7A;
  left: -16px;
  border-radius: 100%;
  top: 30%;
}
.footer-link {
  margin-left: 25px;
}
.footer-wrap-right {
  text-align: right;
}
.footer-right p {
  color: #d4d4d4;
  line-height: 80%;
  font-size: 16px;
  font-weight: 400;
}
.footer-right span {
  color: #d4d4d4;
  line-height: 80%;
  font-size: 16px;
  font-weight: 400;
}
.footer-right p a {
  color: #fff;
  margin-top: 20px;
  font-size: 16px;
}
.footer-area a:hover {
    text-decoration: underline;
}


/*-------------- Footer Area End -------------*/

.copyright-area {
  background: #222222;
  text-align: center;
  padding: 12px 0;
}
.copyright-area p {
  margin: 0;
  color: #666666;
  font-size: 16px;
  letter-spacing: .3px;
}
.slidemenu li img {
  width: 14px !important;
  margin-left: 8px;
}


/*--------------- PRISER ------------------*/

.price-area {
    padding-bottom: 25px;

    text-align: center;

    font-size: 15px;
    color: rgb(122, 122, 122);
    font-weight: 400;
}
.price-area .price-card {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    position: relative;
    display: flow-root;
    overflow: hidden;
    margin-bottom: 40px;
}
.price-area .price-top {
    color: white;
    background-color: rgb(84, 89,95);
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    padding: 20px 0;
    line-height: 25px;
}
.price-area .price-top h3 {
    color: white;
    font-weight: 600;
    line-height: 28.8px;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 0px;
}

.price-area .ribbon-wrapper {
    left: auto; 
    position: absolute; 
    top:0; 
    right: 0; 
    height: 150px; 
    width: 150px; 
    transform: rotate(90deg);
}

.price-area .ribbon {
    width: 200%; 
    line-height: 2; 
    text-align: center; 
    background-color: rgb(24, 58, 116); 
    color: white; 
    transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg); 
    margin-top: 35px; 
    font-size: 12.5px; 
    font-weight: 500;
}
.price-area .price-price {
    color: #555;
    font-size: 65px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    padding: 40px 0;
} 

.price-area ul {
    padding: 0 40px;
}
.price-area li {
    font-size: 15px;
    padding: 8px 0px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}
.price-area li:last-of-type {
    border-bottom: none; 
}

.price-area .price-contact a {
    background-color: var(--brand-color);
    font-size: 16px;
    padding: 10px 40px;
    border-radius: 4px;
    font-weight: 500 !important;
    color: white;
    margin: 10px 0px;
    text-decoration: none;
}
.price-area .price-contact a:hover {
    background-color: rgba(24, 58, 116, 0.8);
}


.price-area .price-note {
    padding-bottom: 25px;
    font-size: 13px;
}

/*--------------- Pages ------------------*/
.content-area h2 {
    font-size: 16px;
    font-weight: 700;
    color: var(--brand-color-light);
    margin-bottom: 10px;
}
.content-area {
    color: var(--text-primary);
}
.title-area {
    padding-top: 40px;
}
.title-area h2 {
    color: var(--brand-color-light);
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-top: 10px;
    text-align: center;
}
.content-area .list {
    padding-top: 90px;
    padding-bottom: 35px;
}
.content-area .list li  {
    color: var(--text-primary);
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
    padding-bottom: 20px;
}
.content-area .list > li  {
    font-weight: 600;
    color: black;
    padding-bottom: 25px;
}
.content-area .block {
    padding-bottom: 35px;
}
.content-area .wp-block-columns
{
padding-top: 40px;
padding-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
}

.content-area .wp-block-column
{
    padding: 10px;
    background-color: #E0E0E05E;
}

.content-area figcaption {
    color: rgb(122, 122, 122);
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
}
.content-area figure {
    margin-bottom: 4px !important;
}
.articles .wp-block-column {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    line-height: 24px;
    padding-left: 20px;
    padding-right: 20px;
}
.articles .wp-block-column  h2 {
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

.articles .wp-block-column  p {
    text-align: justify;
}

.article-list h2 {
    font-size: 24px;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 30px;
}

.article-list-entry {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    line-height: 24px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    background-color: #E0E0E05E;
    color: rgb(122, 122, 122);
    margin-bottom: 40px;
}
.article-list-entry p {
    text-align: justify;
}
.article-list-entry a {
    text-align: center;
    display: block;
    color: inherit;
    font-style: italic;
    padding-top: 40px;
}
.article-list-entry a:hover {
    text-decoration: underline;
    color: #88c8f3;
}
.article-list-entry .wp-block-image .alignleft {
    margin-right: 40px;
}

.article-list-entry .wp-block-image .alignright {
    margin-left: 40px;
}


/*  POST OVERVIEW */
.post-overview a {
    color: rgb(122, 122, 122);
}
.post-overview a:hover {
    color: rgb(22, 22, 22);
}


.post-overview h2 {
    font-size: 24px;
    padding-bottom: 20px;
    padding-top: 30px;
}

.post-overview-entry {
    display: flow-root;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    line-height: 24px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    background-color: #E0E0E03E;
    color: rgb(122, 122, 122);
    margin-bottom: 40px;
    text-align: justify;
}


.post-overview-entry .read-more {
    text-decoration: underline;
    font-style: italic;
}
.post-overview-entry img {
    margin-left: 30px;
}

/* content area */
.content-area img {
    margin-bottom: 7px;
    width: 350px;
}
.content-area figure.align-right {
    float: right;
    padding-left: 20px;
    padding-bottom: 10px;
}
.content-area figure.align-left {
    float: left;
    padding-right: 20px;
    padding-bottom: 10px;
}
.content-area figcaption {
    caption-side: bottom;
    display: table-caption;
    width: 100%;
}
.content-area p {
    text-align: justify;
    text-justify: inter-word;
}

/* boxes */
.boxes-area {
  background: var(--background-secondary); 
  padding-top: 35px;
  padding-bottom: 15px;
}
.boxes {
    display: flex;
    gap: 50px;
}
.boxes div {
    flex-grow: 1;
    flex-basis: 100%;
}
.box , .box h3 {
    color: var(--text-primary);
    font-size: 16px;
}
.box h3 {
    margin-bottom: 20px;
    font-weight: 500;
}
.box p {
    line-height: 24px;
}

/* large text */
.text-large-area {
    color: var(--text-secondary);
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    line-height: 32px;
    padding-top: 60px;
    padding-bottom: 40px;
}

.text-large-area.extra-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

/* webmail-page */

.webmail-area {
    height: calc(100vh - 570px);
    min-height: 350px; 
}
.webmail-area p {
    color: rgb(122, 122, 122);
    margin-top: 25px;
    text-align: center;
}

/* responsiveness */

