@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none !important;
}

*:not(i) {
  font-family: "Gilroy", Arial, sans-serif !important;
}

a {
  text-decoration: none !important;
}

button {
  cursor: pointer;
}

header .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
}
header .top img {
  max-height: 80px;
}
header .top .topRightSide img {
  margin-bottom: -10px;
  display: block;
}
header .top .topLeftSide{
    color:black;
}
header .top .topRightSide,
header .top .topLeftSide {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .top .topRightSide h2,
header .top .topLeftSide h3 {
  margin-left: 10px;
  font-size: 2.5rem;
  margin-bottom: 0;
}
header .top .topRightSide .quote,
header .top .topLeftSide .quote {
  text-align: right;
  font-style: italic;
}
header .top .topRightSide .quote h2,
header .top .topRightSide .quote h3,
header .top .topLeftSide .quote h2,
header .top .topLeftSide .quote h3 {
  font-size: 13px;
  line-height: 1.42;
}

nav {
  background: #42397f;
  padding: 4px 0;
}
nav .menuButton {
  display: none;
}
nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav .container .call {
  display: flex;
  align-items: center;
  color: white;
}
nav .container .call img {
  margin-right: 14px;
  max-height: 40px;
}
nav .container .call h6 {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0;
  color: #ffffff5e;
}
nav .container .call h3 {
        margin-left: -2px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 15px;
}
nav .navLinks {
  display: flex;
}
 .searchInput span {
     color: #fff;
 
    font-size: 36px;
    font-weight: 500;
 }
.fullTextService ul {
    margin-left:25px;
}

nav .navLinks .servicesLink {
  position: relative;
}
nav .navLinks .servicesLink:hover .dropDown {
  display: block;
}
nav .navLinks .servicesLink .dropDown {
  background-color: white;
  position: absolute;
  box-shadow: 0 5px 20px #00000026;
  border-radius: 5px;
  top: 100%;
  left: 0;
  padding: 15px 0;
  z-index: 50;
  min-width: 280px;
  display: none;
}
nav .navLinks .servicesLink .dropDown::before {
  content: "";
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  top: -9px;
  left: 25px;
  position: absolute;
  width: 0;
  height: 0;
}
nav .navLinks .servicesLink .dropDown a {
  display: block;
  padding: 0 15px;
  color: #000000 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
}
nav .navLinks .servicesLink .dropDown a:hover {
  background: #e6e6e6;
}
nav .navLinks .navLink {
  padding: 10px 16px;
  color: white !important;
  border-right: 1px solid #514892;
  font-size: 14px;
  transition: 0.3s ease;
  display: block;
  cursor: pointer;
}
nav .navLinks .navLink:hover {
  background: #645c9833;
}

.search {
  background-image: linear-gradient(90deg, #5040b2, #7a69e6);
  position: relative;
}
.search .texture {
  background-repeat: repeat;
  background-image: url("../img/texture.png");
  filter: grayscale(100%) opacity(0.05) brightness(100);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  background-size: 210px;
  background-position: center;
  pointer-events: none;
}
.search .container {
  display: flex;
  justify-content: center;
  height: 300px;
  flex-direction: column;
}
.search .voenTabs {
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  display: flex;
  overflow: hidden;
}
.search .voenTabs .tab {
  color: #ffffff82;
  z-index: 1;
  background-color: #5346a38f;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s ease;
  padding: 15px 15px 0 15px;
}
.search .voenTabs .tab.active {
  background-color: #42397f9e;
  color: white;
}
.search .voenTabs .tab.active:hover {
  opacity: 1;
}
.search .voenTabs .tab:hover {
  opacity: 0.7;
}
.search .searchInput {
  background-color: #42397f9e;
  padding: 15px;
  display: flex;
  width: 100%;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  z-index: 1;
}
.search .searchInput input {
  font-size: 1.4em;
  width: 100%;
  height: 80px;
  padding-left: 30px;
 
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
 border-bottom-right-radius: 0;
   -webkit-border-top-left-radius: 4px;
   -webkit-border-bottom-left-radius: 4px;
   -webkit-border-top-right-radius: 0;
   -webkit-border-bottom-right-radius: 0;
  border: none;
  box-shadow: 0 5px 5px #4a4a731a;
}
.search .searchInput input::-moz-placeholder {
  color: gray;
}
.search .searchInput input:-ms-input-placeholder {
  color: gray;
}
.search .searchInput input::placeholder {
  color: gray;
}
.search .searchInput .searchBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  background-color: white;
  padding: 7px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.search .searchInput .searchBtn a {
  display: block;
  background-color: #5045b0;
  color: white;
  padding: 18px 41px;
  font-size: 1.2rem;
  border-radius: 4px;
  font-weight: 700;
  border: none;
  transition: 0.3s ease;
  white-space: nowrap;
}
.search .searchInput .searchBtn a:hover {
  background-color: #514892;
}

.title {
  font-size: 26px;
  text-align: center;
  color: #191919;
  margin-bottom: 50px;
}
.title p {
    font-size: 32px;
    font-weight: 500;
}

section {
  padding: 50px 0;
}

.services {
  background-color: #f5f5f5;
}
.services .service {
  padding: 20px 30px;
  background-color: white;
  border-radius: 5px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 15px 0px #0000001c;
  transition: all 0.1s ease-in-out;
  display: flex;
  align-items: center;
  transition: 0.3s ease;
  min-height: 97px;
}
.services .service:hover {
  box-shadow: none;
}
.services .service img {
  margin-right: 20px;
}
.services .service h3, .services .service h5 {
  font-weight: bold;
  font-size: 16px;
  color: #272727;
  margin-bottom: 0;
}

.usefulInfo .row {
  margin-right: -5px;
  margin-left: -5px;
}
.usefulInfo .row > div {
  padding-right: 5px;
  padding-left: 5px;
}
.usefulInfo .info {
    transition: .3s ease;
  position: relative;
  height: 260px;
  border-radius: 6px;
  overflow: hidden;
}
.usefulInfo .info .bgImg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  
}

.usefulInfo .info:hover{
    transform:translateY(-10px);
}
.usefulInfo .info .caption {
  background: linear-gradient(#7663690a 0%, #76636936 27%, #5646bae8 64.33%, #4a3f94 100%);
  padding: 16px;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  color: white;
  justify-content: space-between;
}



.usefulInfo .info .caption .captionTop {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1rem;
  padding: 4px 8px;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.usefulInfo .info .caption .captionBottom {
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 20px;
  line-height: 24px;
}
.usefulInfo .info .caption .captionBottom h4 {
  font-weight: 700;
  font-size: 18px;
}
.usefulInfo .info .caption .captionBottom .icons {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.usefulInfo .info .caption .captionBottom .icons .likeDisLike {
  display: flex;
  align-items: center;
}
.usefulInfo .info .caption .captionBottom .icons .likeDisLike .like.active {
  background: rgba(255, 255, 255, 0.3);
}
.usefulInfo .info .caption .captionBottom .icons .likeDisLike .like.active svg {
  fill: #31e140;
}
.usefulInfo .info .caption .captionBottom .icons .likeDisLike .dislike.active {
  background: rgba(255, 255, 255, 0.3);
}
.usefulInfo .info .caption .captionBottom .icons .likeDisLike .dislike.active svg {
  fill: #fc3a3a;
}
.usefulInfo .info .caption .captionBottom .icons .likeDisLike .like,
.usefulInfo .info .caption .captionBottom .icons .likeDisLike .dislike {
  padding: 6px 8px;
  background: transparent;
  transition: 0.3s ease;
  border-radius: 12px;
  cursor: pointer;
}
.usefulInfo .info .caption .captionBottom .icons .likeDisLike .like:hover,
.usefulInfo .info .caption .captionBottom .icons .likeDisLike .dislike:hover {
  background: rgba(255, 255, 255, 0.3);
}
.usefulInfo .info .caption .captionBottom .icons .likeDisLike .like svg,
.usefulInfo .info .caption .captionBottom .icons .likeDisLike .dislike svg {
  fill: white;
}
.usefulInfo .info .caption .captionBottom .icons .view {
  font-size: 14px;
  font-weight: 700;
}

.usefulLinks {
  background-color: #f5f5f5;
}
.usefulLinks .title h4{
    font-size: 2rem;
}
.usefulLinks .link {
  background-color: white;
  color: black;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  font-size: 12px;
  line-height: 1.5;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  box-shadow: 0 2px 20px 0 #00000014;
  width: 100%;
  margin-bottom: 30px;
}
.usefulLinks .link:hover {
  background-color: #42397f;
  color: white;
}

.callToActionContainer {
  background-image: url("../img/callToAction.jpeg");
  background-position: center;
  background-size: cover;
  padding: 55px 80px 55px;
  color: white;
  border-radius: 4px;
}
.callToActionContainer h2 {
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1.25;
  max-width: 720px;
  margin-bottom: 1rem;
}
.callToActionContainer p {
  font-size: 1rem;
  line-height: 1.5;
  max-width: 720px;
  margin-bottom: 1rem;
}
.callToActionContainer a {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  padding: 12px 25px;
  color: #42397f;
  border-radius: 2px;
  background: white;
  transition: 0.3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.callToActionContainer a:hover {
  opacity: 0.8;
}
.callToActionContainer a svg {
  margin-left: 0.75rem;
}

footer .footerTop {
  padding-top: 48px;
}
footer .footerTop h5 {
  font-weight: 700;
  margin-bottom: 14px;
  font-size: 16px;
  letter-spacing: 1.5px;
  margin-top: 20px;
  text-transform: uppercase;
}
footer .footerTop a {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  transition: 0.3s ease-out;
  line-height: 1.25;
  padding: 6px 0;
}
footer .footerTop a:hover {
  color: black;
}
footer .socials {
  padding: 0 15px;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .socials a {
  margin: 0 25px;
}
footer .socials i {
  font-size: 25px;
  color: #b2b2b2;
  transition: 0.3s ease-out;
}
footer .socials i:hover {
  color: #000;
}
footer .rightSide {
  margin-bottom: 10px;
  text-align: right;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .rightSide .icon {
  margin-right: 5px;
}
footer .rightSide .icon::before {
  content: "";
  font-family: "honorIconFont" !important;
}
footer .rightSide h6 {
  line-height: 1;
  font-size: 14px;
  margin-bottom: 0;
}
footer .footerBottom {
  border-top: 1px solid #ededed;
  padding: 16px 0;
}
footer .footerBottom .menuLinks {
  display: flex;
  margin-bottom: 12px;
}
footer .footerBottom .menuLinks a {
  margin-right: 20px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  transition: 0.3s ease-out;
}
footer .footerBottom .menuLinks a:hover {
  color: black;
}
footer .footerBottom .copy {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: normal;
  margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
    .services .service img{
        display: none;
    }
  nav .container .call{
             display: none;
    }}
@media only screen and (max-width: 992px) {
      nav .container .call{
             display: flex;
    }
    .services .service img{
        display: inline-block;
    }
    body{
        padding-top:162px;
    }
     header{
         background:white;
         z-index:20;
          position:fixed;
         top:0;
         width:100%;
     }
     nav{
             z-index:20;
         position:fixed !important;
         top:114px;
         width:100%;
     }
  header .top .topLeftSide {
    flex-direction: column;
  }
  header .top .topLeftSide h1 {
    margin-left: 0;
    font-size: 20px;
  }
  header .top .topRightSide .quote h2 {
    max-width: 200px;
  }
  nav {
    position: relative;
  }
  nav .menuButton {
    display: block;
  }
  nav .menuButton i {
    color: white;
    font-size: 25px;
    cursor: pointer;
  }
  nav .menuButton i.deactive {
    display: none;
  }
  nav .navLinks {
    position: fixed;
    top: 162px;
    width: 100%;
    height: calc(100vh - 162px);
    background-color: #42397f;
    padding: 50px;
    flex-direction: column;
    z-index: 10;
    left: -100%;
    transition: 0.3s ease;
  }
  nav .navLinks .navLink {
    border: none;
    font-size: 18px;
  }
  nav .navLinks.open {
    left: 0;
  }
  nav .navLinks .servicesLink:hover .dropDown {
    display: none;
  }
  nav .navLinks .servicesLink .dropDown {
    position: relative;
    min-width: 100%;
    top: 0;
  }
  nav .navLinks .servicesLink .dropDown.active {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
    header .top .topRightSide h2,
header .top .topLeftSide h3 {
    margin-left: 0px !important;
    font-size: 20px !important;
    margin-bottom: 0 !important;
    margin-top: 5px !important;
}
     .staticDescription,.fullDescription {
         padding: 30px 20px !important;
     }
  .search .searchInput input::-moz-placeholder {
    font-size: 18px;
  }
  .search .searchInput input:-ms-input-placeholder {
    font-size: 18px;
  }
  .search .searchInput input::placeholder {
    font-size: 18px;
  }
  .search .searchInput .searchBtn a {
    font-size: 14px;
  }

  .callToActionContainer {
    padding: 40px;
  }

  footer .footerBottom .menuLinks {
    display: block;
  }

}
@media only screen and (max-width: 576px) {
  .callToActionContainer {
    padding: 30px;
  }

  .search .container {
    height: 250px;
  }
  .search .voenTabs .tab {
    font-size: 14px;
  }
  .search .searchInput input {
    height: 50px;
  }
  .search .searchInput input::-moz-placeholder {
    font-size: 16px;
  }
  .search .searchInput input:-ms-input-placeholder {
    font-size: 16px;
  }
  .search .searchInput input::placeholder {
    font-size: 16px;
  }
  .search .searchInput .searchBtn a {
    padding: 8px 41px;
    font-size: 12px;
  }

  .services .service {
    min-height: 71px;
  }

  footer .rightSide {
    justify-content: center;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .search .searchInput input::-moz-placeholder {
    font-size: 14px;
  }
  .search .searchInput input:-ms-input-placeholder {
    font-size: 14px;
  }
  .search .searchInput input::placeholder {
    font-size: 14px;
  }
  .search .searchInput .searchBtn a {
    font-size: 12px;
  }
}


@media (max-width:450px){
    .search .searchInput{
        flex-direction: column;
    }
    .search .searchInput input{
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    }
    
    .search .searchInput .searchBtn{
        border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
}

.search .searchInput .searchBtn a{
    width:100%;
    text-align:center;
}
}
.usefulInfo #dle-content{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.shortStory{
    background: #f5f5f5;
}

    .static .title , .fullStory .title {
        text-align:left;
        margin-bottom: 20px;
    }
     .staticDescription,.fullDescription {
  padding: 50px 30px;
  background-color: white;
  border-radius: 2px;
}

.allInfo a{
    width:fit-content;
    display:block;
   color: white !important;
        padding: 10px 20px;
    font-size: 15px;
    border-radius: 4px;
    border: none;
    transition: 0.3s ease;
       background-color: #5045b0;
       margin:0 auto;
}

.allInfo a:hover{
    opacity:.8;
}

.allInfo{
    text-align:center;
}




.pagination {
    margin-top: 5rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination span, 
.pagination a{
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8d9db;
    margin: 0 4px;
    border-radius: 2px;
    color: black;
}

.pagination a:hover{
    background: #949494;
    color: white;
}

.pagination>span{
    background: #f2f3f5;
}

.pagination .nav-icons a,
.pagination .nav-icons span{
    color: #adadad;
}

.pagination .nav-icons a:hover{
    background: #d8d9db;
    color:white;
}

.search h2 {
    font-size: 28px;
}