@font-face {
  font-family: msb;
  src: url(fonts/Montserrat-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: mb;
  src: url(fonts/Montserrat-Bold.ttf) format("truetype");
}
@font-face {
  font-family: mm;
  src: url(fonts/Montserrat-Medium.ttf) format("truetype");
}
@font-face {
  font-family: mr;
  src: url(fonts/Montserrat-Regular.ttf) format("truetype");
}
body {
  max-width: 1600px;
  margin: auto;
  background: white;
}

#holdnavigation {
  position: relative;
}

.sticks {
  box-shadow: 0 5px 10px -5px black;
  background: white;
  position: fixed !important;
  z-index: 9999;
  max-width: 1600px;
  width: 100%;
  top: 0;
}

.sticks .topmenu img {
  width: 230px;
  left: calc(50% - 115px);
}

.sticks .bg {
  padding: 50px;
}

.topmenu {
  padding: 2% 0;
  position: relative;
}
.topmenu img {
  position: absolute;
  width: 250px;
  left: calc(50% - 125px);
  top: 0;
  transition: 0.2s;
}
.topmenu .innercon {
  display: flex;
  position: relative;
  max-width: 1200px;
  margin: auto;
  z-index: 0;
}
.topmenu .innercon .content:nth-child(1) {
  flex-basis: 50%;
  display: flex;
  align-items: center;
}
.topmenu .innercon .content:nth-child(2) {
  text-align: right;
  flex-basis: 50%;
}
.topmenu .innercon .content:nth-child(2) .clocks {
  text-align: center;
  margin: 0;
  font-size: 23px;
  font-family: msb;
  display: flex;
  line-height: 25px;
  align-items: center;
  justify-content: flex-end;
}
.topmenu .innercon .content:nth-child(2) .clocks .fa {
  margin-right: 2%;
  font-size: 40px;
}
.topmenu .innercon .content:nth-child(2) .clocks a {
  text-decoration: none;
  color: black;
  text-align: center;
}
.topmenu .innercon .content:nth-child(2) .clocks span {
  font-size: 14px;
  opacity: 0.6;
}
.topmenu .innercon .clock {
  display: flex;
  width: 100%;
  align-items: center;
  margin: 0;
  font-size: 20px;
  font-family: msb;
}
.topmenu .innercon .clock .fa {
  margin-right: 2%;
  font-size: 40px;
}

.bg {
  transition: 0.2s;
  background: #171134;
  padding: 50px;
}

.navflex {
  background: #281f4c;
  padding: 2% 5%;
  display: flex;
}
.navflex .left {
  flex-basis: 25%;
  display: flex;
  align-items: center;
}
.navflex .left .logo {
  color: #333333;
  font-family: lb;
  font-size: 20px;
  width: 200px;
  font-weight: bold;
  padding: 5% 0;
  background: white;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
.navflex .center {
  flex-basis: 50%;
}
.navflex .right {
  flex-basis: 25%;
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.navflex .right .num {
  background: white;
  border-radius: 50px;
  width: 200px;
  font-family: lr;
  font-size: 16px;
  outline: none;
  font-weight: bold;
  text-decoration: none;
  color: #333333;
}

ul#menu-primary-menu {
  text-align: right;
  margin: 0;
}
ul#menu-primary-menu li {
  display: inline-block;
  position: relative;
  font-family: lr;
  color: white;
  padding: 20px;
  font-size: 17px;
  text-transform: uppercase;
}
ul#menu-primary-menu a {
  text-decoration: none;
  color: white;
}

.div1 {
  position: relative;
  padding: 12% 0;
}
.div1 img {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.div1 .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  z-index: 0;
}
.div1 .innercon .slogan {
  width: 70%;
  text-transform: uppercase;
  font-family: mb;
  text-shadow: 2px 2px black;
  color: white;
  text-align: center;
  font-size: 70px;
  line-height: 85px;
}

.div2 {
  text-align: center;
  padding: 0;
}
.div2 img {
  width: 160px;
  margin: auto;
}

.div3 {
  padding: 5% 0;
  background: #281f4c;
  position: relative;
}
.div3 .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  z-index: 0;
  display: flex;
}
.div3 .innercon .content {
  flex-basis: 50%;
}
.div3 .innercon .content .title {
  margin: 0 0 5%;
  color: white;
  font-size: 50px;
  text-shadow: 2px 2px black;
  font-family: msb;
}
.div3 .innercon .content .desc {
  color: white;
  font-family: mr;
  font-size: 20px;
  margin: 0 0 3%;
}
.div3 .innercon .content .holdprofile {
  float: left;
  margin-right: 3%;
}
.div3 .innercon .content .holdprofile img {
/*   width: 300px; */
	    width: 475px;
}
.div3 .innercon .content .flex {
  display: flex;
}
.div3 .innercon .content .flex .left:nth-child(1) {
  flex-basis: 50%;
  text-align: left;
}
.div3 .innercon .content .flex .left:nth-child(2) {
  flex-basis: 50%;
  text-align: right;
  display: flex;
}
.div3 .innercon .content .flex .left:nth-child(2) .right:nth-child(1) {
  flex-basis: 40%;
  font-size: 35px;
  color: white;
}
.div3 .innercon .content .flex .left:nth-child(2) .right:nth-child(2) {
  font-family: mr;
  font-size: 20px;
  color: white;
  flex-basis: 60%;
}
.div3 .innercon .content .flex .left:nth-child(2) .right:nth-child(2) span {
  color: white;
  opacity: 0.6;
  font-size: 15px;
}
.div3 .innercon .content .flex .info {
  font-family: mr;
  color: white;
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.div3 .innercon .content .flex .info .fa {
  margin-right: 5%;
  font-size: 35px;
}
.div3 .innercon .content .forms {
  margin-top: 8%;
}
.div3 .innercon .content .forms .inputs {
  margin-bottom: 3%;
}
.div3 .innercon .content .forms .inputs input, .div3 .innercon .content .forms .inputs textarea {
  border: none;
  font-family: mr;
  outline: none;
  padding: 3%;
  font-size: 17px;
  height: auto;
  color: black;
}
.div3 .innercon .content .forms .inputs input::placeholder, .div3 .innercon .content .forms .inputs textarea::placeholder {
  color: gray;
}
.div3 .innercon .content .forms .inputs .send {
  background: white;
  font-family: mr;
  color: black;
  text-decoration: none;
  outline: none;
  width: 300px;
  font-size: 17px;
}
.cstm-form-fill.cstm-form-addClass {
    color: #281f4c;
    font-family: msb;
    background: #ffffff;
    padding: 2%;
    width: 54%;
    text-align: center;
}
.div3 .innercon .content:nth-child(1) {
  margin-right: 7%;
}

.div4 {
  position: relative;
  padding: 5% 0;
}
.div4 .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  z-index: 0;
}
.div4 .innercon .title {
  color: white;
  font-size: 50px;
  text-shadow: 2px 2px black;
  font-family: msb;
  text-align: center;
  margin: 0 0 5%;
  color: black;
  text-shadow: 0 0;
}
.div4 .innercon .grids {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  margin: auto;
}
.div4 .innercon .grids .content:nth-child(1) {
  border-right: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
}
.div4 .innercon .grids .content:nth-child(2) {
  border-bottom: 1px solid #bebebe;
}
.div4 .innercon .grids .content:nth-child(3) {
  border-right: 1px solid #bebebe;
}
.div4 .innercon .grids .content {
  cursor: pointer;
  padding: 5%;
  transition: 0.3s;
}
.div4 .innercon .grids .content:hover {
  background: #171134;
}
.div4 .innercon .grids .content:hover .patitle, .div4 .innercon .grids .content:hover .padesc {
  color: white;
}
.div4 .innercon .grids .content:hover img {
  filter: invert(1);
}
.div4 .innercon .grids .content img {
  width: 100px;
  margin: auto;
}
.div4 .innercon .grids .content .patitle {
  font-family: msb;
  color: black;
  font-size: 30px;
  text-align: center;
  margin: 0 0 2%;
}
.div4 .innercon .grids .content .padesc {
  font-family: mr;
  font-size: 16px;
  margin: 0;
  text-align: center;
}

.div5 {
  position: relative;
  padding: 5% 0;
}
.div5 img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.div5 .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  text-align:center;
  z-index: 0;
}
.div5 .innercon button.allreview {
    background: #ffffff;
    font-family: msb;
    text-transform: initial;
    margin-top: 3%;
    width: 300px;
    color: #171134;
    text-decoration: none;
    outline: none;
    font-size: 20px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0 !important;
    left: 0;
    width: 100%;
}
.div5 .innercon .title {
  color: white;
  font-size: 50px;
  text-shadow: 2px 2px black;
  font-family: msb;
  margin: 0 0 2%;
  text-align: center;
}
.div5 .innercon .quote {
  margin: 0 auto 2%;
  width: 50px;
  position: relative;
}
.div5 .innercon .swiper-container {
  width: 100%;
  height: 100%;
}
.div5 .innercon .swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 0;
}
.div5 .innercon .swiper-slide .holdreview {
  width: 80%;
  margin: 0 auto 3%;
  z-index: 0;
}
.div5 .innercon .swiper-slide .holdreview .review {
  text-align: center;
  font-size: 20px;
  font-family: mr;
  color: white;
  margin: 0;
}
.div5 .innercon .swiper-slide .holdreview .holdname {
  display: flex;
  width: 40%;
  background: white;
  padding: 1%;
  margin: 2% auto 0;
}
.div5 .innercon .swiper-slide .holdreview .holdname .left:nth-child(1) {
  flex-basis: 30%;
}
.div5 .innercon .swiper-slide .holdreview .holdname .left:nth-child(1) img {
  position: relative;
  width: 80%;
}
.div5 .innercon .swiper-slide .holdreview .holdname .left:nth-child(2) {
  flex-basis: 70%;
  display: flex;
  align-items: center;
}
.div5 .innercon .swiper-slide .holdreview .holdname .left:nth-child(2) .name {
  font-family: mm;
  color: black;
  font-size: 20px;
  text-align: left;
  line-height: 30px;
  margin: 0;
}
.div5 .innercon .swiper-slide .holdreview .holdname .left:nth-child(2) .name span {
  font-size: 17px;
  opacity: 0.6;
}
.div5 .innercon .swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  display: inline-block;
  border-radius: 100%;
  background: white;
  opacity: 0.2;
}
.div5 .innercon .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff !important;
}

.div6 {
  text-align: center;
  position: relative;
  padding: 5% 0;
}
.div6 .more {
  background: #171134;
  margin-top: 2%;
  width: 250px;
  text-decoration: none;
  border: none;
  font-size: 17px;
  outline: none;
  font-family: mm;
}
.div6 .title {
  color: white;
  font-size: 50px;
  text-shadow: 2px 2px black;
  font-family: msb;
  text-align: center;
  color: black;
  text-shadow: 0 0;
  margin: 0 0 4%;
}
.div6 .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  z-index: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 70px;
}
.div6 .innercon .content {
  position: relative;
}
.div6 .innercon .content .panels {
  position: relative;
}
.div6 .innercon .content .panels .ques {
  padding: 5%;
  font-family: mm;
  font-size: 20px;
  background: white;
  border-radius: 0;
  color: black;
  border: 1px solid gray;
  outline: none;
  margin-bottom: 15px;
}
.div6 .innercon .content .panels .holdans {
  margin-top: -15px;
  margin-bottom: 15px;
  padding: 3%;
  position: relative;
}
.div6 .innercon .content .panels .holdans .ans {
  font-family: mr;
  font-size: 16px;
  margin: 0;
}

.defaultIcon {
  background-image: url(images/defaultIcon.png) !important;
  width: 15px !important;
  height: 15px !important;
  background-size: contain;
}

.selectedIcon {
  background-image: url(images/selectedIcon.png) !important;
  width: 15px !important;
  height: 15px !important;
  background-size: contain;
}

.ui-icon {
  float: right;
  margin: 4px 0 0 0 !important;
  font-size: 20px !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #281f4c !important;
  font-weight: normal;
  color: #ffffff !important;
}

.holdmap iframe {
  width: 100%;
  height: 450px;
}

.proud {
  background: #171134;
  padding: 3% 0;
  text-align: center;
}
.proud .title {
  font-size: 25px;
  font-family: msb;
  text-align: center;
  color: white;
  margin: 0 0 1%;
}
.proud .desc {
  font-family: mr;
  font-size: 20px;
  text-align: center;
  margin: 0;
  color: white;
}

.footer {
  padding: 5% 0;
  background: #281f4c;
}
.footer .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  z-index: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}
.footer .innercon .content {
  text-align: center;
}
.footer .innercon .content img {
  width: 70%;
  margin: auto;
}
.footer .innercon .content .icon {
  color: white;
  font-size: 35px;
  margin: 0 0 3%;
}
.footer .innercon .content .info {
  font-family: mm;
  color: white;
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  margin: 0 0 5%;
}
.footer .innercon .content .address {
  font-family: mr;
  font-size: 20px;
  text-align: center;
  color: white;
  width: 80%;
  margin: auto;
}
.footer .innercon .content .address a {
  color: white;
  text-decoration: none;
}
.footer .innercon .content .address span {
  color: white;
  opacity: 0.6;
  font-size: 15px;
}

.copy {
  background: #171134;
  font-family: mr;
  color: white;
  font-size: 17px;
  padding: 3%;
  text-align: center;
}

.pagetitle {
  font-family: lb;
  text-transform: uppercase;
  font-size: 50px;
  text-align: center;
  background: #62b6c9;
  color: white;
  margin: 0;
  padding: 4% 0 1%;
  position: relative;
  letter-spacing: 2px;
  text-shadow: 2px 2px #281f4c;
}
.pagetitle::after {
  position: absolute;
  content: "";
  background: url(images/sample.png) no-repeat center;
  background-size: cover;
  height: 150px;
  width: 100%;
  left: 0;
  z-index: -1;
  bottom: -100px;
}

.pagesflex {
  padding: 3%;
  display: flex;
  margin-top: 60px;
}
.pagesflex .leftflex {
  flex-basis: 70%;
  margin-right: 4%;
  font-family: lr;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 100;
  color: #171134;
}
.pagesflex .leftflex p {
  line-height: 35px;
}
.pagesflex .leftflex .excerptmore {
  color: #281f4c;
  text-decoration: none;
}
.pagesflex .leftflex .flexpost {
  display: flex;
  margin-bottom: 40px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 40px;
}
.pagesflex .leftflex .flexpost .leftpost {
  position: relative;
  flex-basis: 35%;
}
.pagesflex .leftflex .flexpost .leftpost img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.pagesflex .leftflex .flexpost .rightpost {
  flex-basis: 65%;
  margin-left: 5%;
}
.pagesflex .leftflex .flexpost .rightpost .posttitle {
  color: #281f4c;
  margin: 0 0 20px;
  font-family: lb;
  font-size: 25px;
}
.pagesflex .leftflex .flexpost .rightpost .posttitle a {
  text-decoration: none;
  color: #281f4c;
}
.pagesflex .leftflex .flexpost .rightpost .postauthor {
  color: #b1b1b1;
  margin: 0;
  font-family: lr;
  font-size: 14px;
}
.pagesflex .leftflex .flexpost .rightpost .postauthor .separator {
  color: #b1b1b1;
  margin: 0 2%;
}
.pagesflex .leftflex .flexpost .rightpost .postauthor .fa {
  margin-right: 1%;
}
.pagesflex .leftflex .flexpost .rightpost .postexcerpt {
  font-size: 18px;
  margin: 0 0 10px;
}
.pagesflex .leftflex .holdsingleimg {
  position: relative;
  width: 45%;
  float: left;
  margin-right: 4%;
}
.pagesflex .leftflex .holdsingleimg img {
  width: 100%;
  height: 100%;
}
.pagesflex .leftflex .socialsharing {
  position: relative;
  margin-top: 5%;
}
.pagesflex .leftflex .socialsharing .share {
  font-family: lr;
  font-size: 25px;
  margin: 0;
  font-weight: bold;
}
.pagesflex .leftflex .socialsharing .undershare {
  font-family: lr;
  color: #b8b8b8;
  font-size: 16px;
  margin: 0;
}
.pagesflex .leftflex .socialsharing .socialicons {
  position: relative;
  margin-top: 1%;
}
.pagesflex .leftflex .socialsharing .socialicons .fa {
  cursor: pointer;
  border-radius: 2px;
  padding: 1%;
  color: white;
  margin-right: 0.3%;
}
.pagesflex .leftflex .socialsharing .socialicons .fa-facebook {
  background: #4267b2;
}
.pagesflex .leftflex .socialsharing .socialicons .fa-twitter {
  background: #1da1f3;
}
.pagesflex .leftflex .socialsharing .socialicons .fa-linkedin {
  background: #0078b5;
}
.pagesflex .leftflex .socialsharing .socialicons .fa-google-plus {
  background: #d74937;
}
.pagesflex .leftflex .singlerecentpost {
  margin-top: 5%;
}
.pagesflex .leftflex .singlerecentpost .recentpost {
  font-family: lr;
  font-size: 25px;
  margin: 0;
  font-weight: bold;
}
.pagesflex .leftflex .singlerecentpost .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 20px;
  margin-top: 2%;
}
.pagesflex .leftflex .singlerecentpost .grid .singlerecentpostcon {
  position: relative;
  width: 100%;
  display: inline-block;
  overflow: hidden;
}
.pagesflex .leftflex .singlerecentpost .grid .singlerecentpostcon:hover img {
  transform: scale(1.03);
  transform-origin: 50% 50%;
}
.pagesflex .leftflex .singlerecentpost .grid .singlerecentpostcon img {
  height: 200px;
  display: block;
  width: 100%;
  transition: transform 0.4s;
}
.pagesflex .leftflex .singlerecentpost .grid .singlerecentpostcon .singlerecentposttitle {
  position: relative;
  z-index: 2;
  padding: 2%;
  font-size: 15px;
  line-height: initial;
  width: 100%;
}
.pagesflex .leftflex .singlerecentpost .grid .singlerecentpostcon .singlerecentposttitle a {
  text-decoration: none;
  color: dimgray;
}
.pagesflex .rightflex {
  flex-basis: 30%;
}
.pagesflex .rightflex .holdpracticearea {
  position: relative;
}
.pagesflex .rightflex .holdpracticearea ul {
  border: 1px solid #505050;
  border-top: 0;
  border-bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: inside;
}
.pagesflex .rightflex .holdpracticearea ul li {
  font-family: lr;
  font-size: 20px;
  margin: 0;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 4%;
  border-bottom: 1px solid #c7c7c7;
}
.pagesflex .rightflex .holdpracticearea ul li a {
  text-decoration: none;
  color: #171134;
}
.pagesflex .rightflex .title {
  font-family: lb;
  margin: 0;
  text-transform: uppercase;
  font-size: 25px;
  color: white;
  padding: 20px 4%;
  background: #62b6c9;
}
.pagesflex .rightflex .holdcontactus {
  margin-top: 7%;
}
.pagesflex .rightflex .holdcontactus .forms {
  border: 1px solid #505050;
  border-top: 0;
  padding: 5% 4%;
}
.pagesflex .rightflex .holdcontactus .forms .inputs {
  margin-bottom: 15px;
}
.pagesflex .rightflex .holdcontactus .forms .inputs input, .pagesflex .rightflex .holdcontactus .forms .inputs textarea {
  width: 100%;
  border: 1px solid #c7c7c7;
  resize: none;
  outline: none;
  padding: 4% 0;
  text-indent: 15px;
  font-size: 18px;
  font-family: lr;
}
.pagesflex .rightflex .holdcontactus .forms .inputs input::placeholder, .pagesflex .rightflex .holdcontactus .forms .inputs textarea::placeholder {
  color: #b4b4b4;
  font-size: 13px;
}
.pagesflex .rightflex .holdcontactus .forms .inputs .send {
  background: transparent;
  width: 100%;
  font-family: lr;
  text-transform: initial;
  border: 1px solid #c7c7c7;
  text-decoration: none;
  color: #171134;
  outline: none;
}

.post_pagination {
  margin-top: 5%;
  text-align: left;
}
.post_pagination .page-numbers {
  text-decoration: none;
  color: #281f4c;
  border: 1px solid #d1d1d1;
  padding: 1% 1.5%;
  font-size: 14px;
  font-family: lr;
}
.post_pagination .current {
  background: #281f4c;
  color: white;
  border: 1px solid #281f4c;
}

.notfounddesc {
  margin-bottom: 2%;
}

.notfoundtitle {
  font-size: 40px;
  font-family: lr;
  font-weight: bold;
  color: dimgray;
  margin: 0 0 3%;
}

.holdallcontent {
  height: 100%;
  position: relative;
}

.pagesflex {
  position: relative;
}
.pagesflex .leftflex {
  position: relative;
}
.pagesflex .leftflex .holdsearchresult {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(207, 207, 207, 0.781);
}
.pagesflex .leftflex .holdsearchresult .searchtitle {
  font-size: 24px;
  font-family: lb;
  margin: 0;
}
.pagesflex .leftflex .holdsearchresult .searchlink {
  color: #281f4c;
  margin: 0;
  font-size: 14px;
}
.pagesflex .leftflex .holdsearchresult .searchlink a {
  color: #281f4c;
  text-decoration: none;
}
.pagesflex .leftflex .holdsearchresult .searchexcerpt {
  font-size: 20px;
  margin: 0 0 0;
}
.pagesflex .leftflex .holdsearchresult .read {
  background: #281f4c;
  text-decoration: none;
  padding: 2% 0;
  width: 160px;
  font-family: lr;
  outline: none;
  border: 1px solid #281f4c;
  transition: 0.5s;
  text-transform: initial;
  margin-top: 20px;
}
.pagesflex .leftflex .holdsearchresult .read:hover {
  background: white;
  color: #281f4c;
}
.pagesflex .leftflex .holdsearchresult .searchauthor {
  font-size: 15px;
  margin: 5px 0;
}
.pagesflex .leftflex .holdsearchresult .searchauthor .fa {
  margin-right: 10px;
}
.pagesflex .leftflex .holdsearchresult .searchauthor .separator {
  margin: 10px;
}


@media (max-width: 1024px) {
    .topmenu {
    padding: 2%;
    position: relative;
}

.div1 .innercon .slogan {
    width: 100%;
    text-transform: uppercase;
    font-family: mb;
    text-shadow: 2px 2px black;
    color: white;
    text-align: center;
    font-size: 70px;
    line-height: 85px;
}
.div3 {
    padding: 5% 3%;
    background: #281f4c;
    position: relative;
}
.div3 .innercon .content .flex{
    flex-flow:column;
}

.div3 .innercon .content .flex .left:nth-child(2) {
    flex-basis: 50%;
    text-align: left;
    display: flex;
    margin-top: 4%;
}
.div3 .innercon .content .flex .left:nth-child(2) .right:nth-child(1) {
    flex-basis: 10%;
    font-size: 35px;
    color: white;
}
}
@media (max-width: 900px) {
    .topmenu img {
    position: absolute;
    width: 200px;
    left: calc(50% - 100px);
    top: 0;
    transition: 0.2s;
}
.sticks .topmenu img {
    width: 180px;
    left: calc(50% - 90px);
}
.div3 .innercon{
    flex-flow:column;
}

.div3 .innercon .content .title {
    margin: 0 0 3%;
    color: white;
    font-size: 50px;
    text-shadow: 2px 2px black;
    font-family: msb;
    text-align: center;
}

.div3 .innercon .content:nth-child(1) {
    margin-right: 0;
}
.div3 .innercon .content .holdprofile {
    float: none;
    margin-right: 0;
    text-align: center;
}
.div3 .innercon .content .holdprofile img {
    /* width: 300px; */
    width: 300px;
    margin: auto;
}
.div3 .innercon .content .flex .info {
    font-family: mr;
    color: white;
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 18px;
    justify-content: center;
    display: block;
    text-align: center;
}
.div3 .innercon .content .flex .info .fa {
    margin-right: 0;
    font-size: 35px;
    display: block;
}
.div3 .innercon .content .flex .left:nth-child(2) {
    flex-basis: 50%;
    text-align: center;
   flex-flow:column;
    margin-top: 1%;
}
.div3 .innercon .content .forms {
    max-width: 600px;
    text-align: center;
    margin: 5% auto 0;
}
.div3 .innercon .content .forms .inputs input, .div3 .innercon .content .forms .inputs textarea {
    border: none;
    font-family: mr;
    outline: none;
    padding: 2%;
    font-size: 17px;
    height: auto;
    color: black;
}
.div5 .innercon .swiper-slide .holdreview {
    width: 85%;
    margin: 0 auto 3%;
    z-index: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -4px !important;
    left: 0;
    width: 100%;
}

}
@media (max-width: 768px) {
    .topmenu .innercon{
        flex-flow:column;
    }
    
    .topmenu .innercon .clock {
    display: flex;
    width: 100%;
    color:white;
    align-items: center;
    margin: 0;
    justify-content: center;
    font-size: 20px;
    font-family: msb;
}
.topmenu .innercon .content:nth-child(2) .clocks {
    text-align: center;
    margin: 0;
    font-size: 23px;
    color:white;
    font-family: msb;
    display: flex;
    line-height: 25px;
    align-items: center;
    justify-content: center;
}
.topmenu .innercon .content:nth-child(2) .clocks a {
    text-decoration: none;
    color: white;
    text-align: center;
}
.topmenu img {
    position: relative;
    width: 200px;
    left: calc(50% - 100px);
    top: 20px;
    transition: 0.2s;
}
.topmenu .innercon .content:nth-child(2) {
    text-align: center;
    flex-basis: 50%;
    margin: 20px 0 0;
}
.sticks {
    box-shadow: 0 5px 10px -5px black;
    background: white;
    position: relative !important;
    z-index: 9999;
    max-width: 1600px;
    width: 100%;
    top: 0;
}
.topmenu {
    padding: 4% 2%;
    position: relative;
    background: #171134;
}
.bg {
    transition: 0.2s;
    background: #171134;
    padding: 0;
}
.div4 .innercon .grids {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    margin: auto;
}
.div4 .innercon .grids .content:nth-child(1) {
    border-right: 0;
    border-bottom: 1px solid #bebebe;
}
.div4 .innercon .grids .content {
    cursor: pointer;
    padding: 4%;
    transition: 0.3s;
}
.div4 .innercon .grids .content:nth-child(3) {
    border-right: 0;
}
.div4 .innercon .grids .content:nth-child(3) {
    border-bottom: 1px solid #bebebe;
}
.proud {
    background: #171134;
    padding: 4% 0;
    text-align: center;
}
.holdmap iframe {
    width: 100%;
    height: 350px;
}
.footer .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    z-index: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}
.footer .innercon .content:nth-child(3) {
    grid-column: span 2;
}
.footer .innercon .content:nth-child(3) .info {
    margin: 0 0 20px;
}

}
@media (max-width: 600px) {
    .div1 .innercon .slogan {
    width: 100%;
    text-transform: uppercase;
    font-family: mb;
    text-shadow: 2px 2px black;
    color: white;
    text-align: center;
    font-size: 50px;
    line-height: 65px;
}
.div2 img {
    width: 120px;
    margin: auto;
}
.div5 .innercon .swiper-slide .holdreview {
    width: 95%;
    margin: 0 auto 3%;
    z-index: 0;
}
.div5 .innercon .swiper-slide .holdreview .holdname {
    display: flex;
    width: 60%;
    background: white;
    padding: 1%;
    margin: 2% auto 0;
}
.holdmap iframe {
    width: 100%;
    height: 350px;
}
.div5 .innercon .title {
    color: white;
    font-size: 41px;
    text-shadow: 2px 2px black;
    font-family: msb;
    margin: 0 0 2%;
    text-align: center;
}
.div5 .innercon .title {
    color: white;
    font-size: 40px;
    text-shadow: 2px 2px black;
    font-family: msb;
    margin: 0 0 2%;
    text-align: center;
}
.div3 .innercon .content .title {
    margin: 0 0 3%;
    color: white;
    font-size: 40px;
    text-shadow: 2px 2px black;
    font-family: msb;
    text-align: center;
}
.copy {
    background: #171134;
    font-family: mr;
    color: white;
    font-size: 17px;
    padding: 5% 0%;
    text-align: center;
}
.div4 .innercon .title {
    color: white;
    font-size: 40px;
    text-shadow: 2px 2px black;
    font-family: msb;
    text-align: center;
    margin: 0 0 5%;
    color: black;
    text-shadow: 0 0;
}
}
@media (max-width: 480px) {
    .topmenu .innercon .clock {
    display: flex;
    width: 100%;
    color: white;
    align-items: center;
    margin: 0;
    justify-content: center;
    font-size: 17px;
    font-family: msb;
}
.topmenu .innercon .clock .fa {
    margin-right: 2%;
    font-size: 30px;
}
.topmenu .innercon .content:nth-child(2) .clocks {
    text-align: center;
    margin: 0;
    font-size: 18px;
    color: white;
    font-family: msb;
    display: flex;
    line-height: 25px;
    align-items: center;
    justify-content: center;
}
.topmenu .innercon .content:nth-child(2) .clocks .fa {
    margin-right: 2%;
    font-size: 30px;
}
.topmenu .innercon .content:nth-child(2) .clocks span {
    font-size: 10px;
    opacity: 0.6;
}
.topmenu img {
    position: relative;
    width: 180px;
    left: calc(50% - 90px);
    top: 0;
    transition: 0.2s;
}
.div1 .innercon .slogan {
    width: 100%;
    text-transform: uppercase;
    font-family: mb;
    text-shadow: 2px 2px black;
    color: white;
    text-align: center;
    font-size: 40px;
    line-height: 55px;
}
.div3 .innercon .content .title {
    margin: 0 0 3%;
    color: white;
    font-size: 30px;
    text-shadow: 2px 2px black;
    font-family: msb;
    text-align: center;
}
.div3 .innercon .content .forms .inputs .send {
    background: white;
    font-family: mr;
    color: black;
    text-decoration: none;
    outline: none;
    width: 300px;
    font-size: 15px;
}
.div4 .innercon .title {
    color: white;
    font-size: 30px;
    text-shadow: 2px 2px black;
    font-family: msb;
    text-align: center;
    margin: 0 0 5%;
    color: black;
    text-shadow: 0 0;
}
.div4 .innercon .grids .content .patitle {
    font-family: msb;
    color: black;
    font-size: 25px;
    text-align: center;
    margin: 0 0 2%;
}
.div5 .innercon .title {
    color: white;
    font-size: 30px;
    text-shadow: 2px 2px black;
    font-family: msb;
    margin: 0 0 2%;
    text-align: center;
}
.div5 .innercon .swiper-slide .holdreview .review {
    text-align: center;
    font-size: 17px;
    font-family: mr;
    color: white;
    margin: 0;
}
.div5 .innercon .swiper-slide .holdreview .holdname .left:nth-child(2) .name {
    font-family: mm;
    color: black;
    font-size: 17px;
    text-align: left;
    line-height: 30px;
    margin: 0;
}
.div5 .innercon button.allreview {
    background: #ffffff;
    font-family: msb;
    text-transform: initial;
    margin-top: 5%;
    width: 250px;
    color: #171134;
    text-decoration: none;
    outline: none;
    font-size: 15px;
}
.proud .title {
    font-size: 20px;
    font-family: msb;
    text-align: center;
    color: white;
    margin: 0 0 1%;
}
.proud .desc {
    font-family: mr;
    font-size: 17px;
    text-align: center;
    margin: 0;
    color: white;
}
.footer .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    z-index: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
}
.footer .innercon .content:nth-child(3) {
    grid-column: span 1;
}
.footer .innercon .content img {
    width: 200px;
    margin: auto;
}
.copy {
    background: #171134;
    font-family: mr;
    color: white;
    font-size: 15px;
    padding: 5% 0%;
    text-align: center;
}
}
@media (max-width: 375px) {
    
    .topmenu .innercon .clock {
    display: flex;
    width: 100%;
    color: white;
    align-items: center;
    margin: 0;
    justify-content: center;
    font-size: 16px;
    font-family: msb;
}
.topmenu .innercon .content:nth-child(2) .clocks {
    text-align: center;
    margin: 0;
    font-size: 16px;
    color: white;
    font-family: msb;
    display: flex;
    line-height: 17px;
    align-items: center;
    justify-content: center;
}
.div1 .innercon .slogan {
    width: 100%;
    text-transform: uppercase;
    font-family: mb;
    text-shadow: 2px 2px black;
    color: white;
    text-align: center;
    font-size: 30px;
    line-height: 45px;
}
.div2 img {
    width: 80px;
    margin: auto;
}
.div3 .innercon .content .title {
    margin: 0 0 3%;
    color: white;
    font-size: 25px;
    text-shadow: 2px 2px black;
    font-family: msb;
    text-align: center;
}
.div3 .innercon .content .holdprofile img {
    /* width: 300px; */
    width: 200px;
    margin: 0 auto 5%;
}
.div3 .innercon .content .flex .info {
    font-family: mr;
    color: white;
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    justify-content: center;
    display: block;
    text-align: center;
}
.div3 .innercon .content .flex .left:nth-child(2) .right:nth-child(2) {
    font-family: mr;
    font-size: 18px;
    color: white;
    flex-basis: 60%;
    font-weight: bold;
}
.div3 .innercon .content .forms .inputs input, .div3 .innercon .content .forms .inputs textarea {
    border: none;
    font-family: mr;
    outline: none;
    padding: 3%;
    font-size: 16px;
    height: auto;
    color: black;
}
.div3 .innercon .content .forms .inputs input::placeholder, .div3 .innercon .content .forms .inputs textarea::placeholder{
    font-size:14px;
}

.div4 .innercon .title {
    color: white;
    font-size: 25px;
    text-shadow: 2px 2px black;
    font-family: msb;
    text-align: center;
    margin: 0 0 5%;
    color: black;
    text-shadow: 0 0;
}
.div4 .innercon .grids .content img {
    width: 70px;
    margin: auto;
}
.div4 .innercon .grids .content .patitle {
    font-family: msb;
    color: black;
    font-size: 20px;
    text-align: center;
    margin: 0 0 2%;
}
.div5 .innercon .title {
    color: white;
    font-size: 25px;
    text-shadow: 2px 2px black;
    font-family: msb;
    margin: 0 0 2%;
    text-align: center;
}
.div5 .innercon .quote {
    margin: 0 auto 2%;
    width: 40px;
    position: relative;
}
.div5 .innercon .swiper-slide .holdreview .review {
    text-align: center;
    font-size: 16px;
    font-family: mr;
    color: white;
    margin: 0;
}
.div5 .innercon .swiper-slide .holdreview .holdname {
    display: flex;
    width: 80%;
    background: white;
    padding: 1%;
    margin: 2% auto 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 1px !important;
    left: 0;
    width: 100%;
    position: relative !important;
}
.proud .title {
    font-size: 17px;
    font-family: msb;
    text-align: center;
    color: white;
    margin: 0 0 1%;
}
.proud .desc {
    font-family: mr;
    font-size: 14px;
    text-align: center;
    margin: 0;
    color: white;
}
.footer .innercon .content .info {
    font-family: mm;
    color: white;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 2%;
}
.footer .innercon .content .address {
    font-family: mr;
    font-size: 17px;
    text-align: center;
    color: white;
    width: 80%;
    margin: auto;
}
.footer .innercon .content img {
    width: 150px;
    margin: auto;
}
.footer .innercon .content:nth-child(3) .info {
    margin: 0 0 2%;
}
.footer .innercon .content .address a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}
.copy {
    background: #171134;
    font-family: mr;
    color: white;
    font-size: 12px;
    padding: 5% 0%;
    text-align: center;
}
.topmenu img {
    position: relative;
    width: 180px;
    left: calc(50% - 90px);
    top: 0;
    display: none;
    transition: 0.2s;
}
}
/*# sourceMappingURL=style.css.map */
