
/* Base css */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

.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: #000;
	transition: .3s;
	display: inline-block;
}
a:hover{
    color: currentColor;
    text-decoration: none;
}
.container{
    max-width: 1140px;
}










/*--------------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;
  transition: .3s;
  position: relative;
  display: inline-block;
}
.header-menu ul li a:hover {
  color: #183A74;
}
.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;
}
.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 12px;
}
.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;
  display: block;
  opacity: 0;
  visibility: hidden;
}
.slidemenu.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.slidemenu ul li {
  margin: 12px 0;
}
.slidemenu ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.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;
}
.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);
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.hero-area::before {
  position: absolute;
  content: '';
  background-color: #000;
  opacity: 0.5;
  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: 90px;
  text-align: center;
}

.hero-wrapper-content .hero-wrap{
    padding-bottom: 0;
}
.hero-wrapper-content .hero-wrap h2{
  margin-bottom: 3px !important;
}

.area-title h2 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}
.area-title p {
  font-size: 17px;
  line-height: 1.4;
  color: #fff;
  font-weight: 500;
}
.hero-btn a {
  border: 2px solid #fff;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  display: inline-block;
  padding: 12px 24px;
  border-radius: 3px;
  margin-top: 30px;
}
/*-------------- Hero Area Snd -------------*/





/*-------------- Area Start -------------*/
.widget-area {
  padding-top: 60px;
  margin-bottom: 120px;
}
.area-title.color-gray h2 {
  color: #CDCDCD;
  text-transform: uppercase;
}
.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 {
  color: #fff;
  font-size: 15px;
  line-height: 1;
  padding: 12px 24px;
  background: #6EC3E5;
  border-radius: 3px;
  display: inline-block;
}

/*-------------- Area Snd -------------*/







/*-------------- referencer-slider Area Start -------------*/
.referencer-slider-area {
  background: #F4F4F4;
  padding: 35px 0;
}
.area-title.color-darkblue h2 {
  color: #183A74;
  text-transform: uppercase;
}
.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 Snd -------------*/






/*-------------- Contact Area Start -------------*/
.contact-area {
  padding: 115px 0;
}
.area-title.color-darkturquoise h2 {
  color: #6EC1E4;
}
.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: 0 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-info label span {
  color: #FF0000;
}
.contact-form {
  max-width: 780px;
  margin: 0 auto;
}
/*-------------- Contact Area Snd -------------*/






/*-------------- 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;
  font-weight: 500;
}


/*-------------- Footer Area Snd -------------*/

.copyright-area {
  background: #222222;
  text-align: center;
  padding: 12px 0;
}
.copyright-area p {
  margin: 0;
  color: #666666;
  font-size: 15px;
  letter-spacing: .3px;
}
.slidemenu li img {
  width: 14px !important;
  margin-left: 8px;
}


/*--------------- PRISER ------------------*/
.priser .top {
    color: white;
    background-color: #54595F;
    text-align: center;
}
.priser .top h3 {
    color: white;
    font-weight: 600;
    line-height: 28.8px;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 0px;
    padding-top: 18px;
}
.priser .top p {
    font-size: 13px;
    margin-bottom: 0;
    padding-bottom: 15px;
}
.priser .ribboooon {
    float: right;
    display: inline-block;
    transform: rotate(45deg);
    font-weight: 500;
    font-size: 13px;
    background-color: #183A74;
    color: white;
    text-align: center;
}
.priser .widget-card {
    position: relative; 
    overflow: hidden;
}
.priser .top {
    overflow: hidden;
}

.priser .ribbon-wrapper {
    left: auto; 
    position: absolute; 
    top:0; 
    right: 0; 
    height: 150px; 
    width: 150px; 
    transform: rotate(90deg);
}

.priser .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: 13px; 
    font-weight: 500;
}
.priser .price {
    color: #555;
    font-size: 65px;
    font-weight: 600;
    line-height: 1;
} 

.priser .text {
    margin-top: 25px;  
    padding: 0px 20px;  
    font-size: 15px;
    color: rgb(122, 122, 122);
}
.priser .text li {
    font-size: 15px;
    padding: 8px 0px;
    border-bottom: 1px solid #ddd;
}
.priser .text li:last-of-type {
    border-bottom: none; 
}

.priser .widget-btn {
    margin-top: 20px;
}
.priser .widget-btn a {
    background-color: #183A74;
    font-size: 15px;
    padding: 15px 30px;
    border-radius: 4px;
    font-weight: 500;
}

/*--------------- Pages ------------------*/
.content-area h2 {
    font-size: 16px;
    font-weight: 700;
    color: rgb(122, 122, 122);
    margin-bottom: 10px;
}
.content-area p {
    color: rgb(122, 122, 122);
}
.title-area {
    padding-top: 40px;
}
.title-area h2 {
    color: rgb(122, 122, 122);
}
.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;
}
