@charset "UTF-8";
@font-face {
  font-family: myFirstFont;
  src: url(fonts/UtopiaStd-SemiboldDisp.otf);
}
.solo-pic img {
    width: 350px;
    float: left;
    margin: 0 20px 0 0;
}
.between {
    position: relative;
    text-align: center;
}
.between img {
    max-width: 1200px;
    margin: auto;
    width: 100%;
}
.between .under {
    margin: 20px 0;
    font-family: 'myFirstFont';
    font-size: 30px;
    color: #003161;
}
.menunav {
  position: relative;
  display: grid;
  grid-template-columns: 70% 30%;
  grid-gap: 0;
}
.menunav .inner:nth-child(1) {
  background: white;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.menunav .inner:nth-child(1) .hold {
  position: relative;
  max-width: calc(600px + 30%);
  width: 100%;
  display: flex;
}
.menunav .inner:nth-child(1) .hold .content:nth-child(1) {
  position: relative;
  flex-basis: 35%;
}
.menunav .inner:nth-child(1) .hold .content:nth-child(1) .fa {
  display: none;
}
.menunav .inner:nth-child(1) .hold .content:nth-child(1) .logo {
  width: auto;
}
.menunav .inner:nth-child(1) .hold .content:nth-child(2) {
  position: relative;
  flex-basis: 65%;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.menunav .inner:nth-child(1) .hold .content:nth-child(2) ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menunav .inner:nth-child(1) .hold .content:nth-child(2) ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
}
.menunav .inner:nth-child(1) .hold .content:nth-child(2) ul li a {
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 20px;
  transition: 0.3s;
}
.menunav .inner:nth-child(1) .hold .content:nth-child(2) ul li a:hover {
  color: #c86d00;
}
.menunav .inner:nth-child(2) {
  background: #c86d00;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.menunav .inner:nth-child(2) .content {
  position: relative;
  max-width: calc(600px - 70%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: myFirstFont;
  font-size: 30px;
}
.menunav .inner:nth-child(2) .content a {
  color: white;
  text-decoration: none;
  transition: 0.3s;
}
.menunav .inner:nth-child(2) .content a:hover {
  color: #034c93;
}

.div1 {
  position: relative;
  padding: 60px 0 0;
/*   background: url(images/bg.jpg) no-repeat center; */
	background: #003161;
  background-size: cover;
}
.div1 .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0;
}
.div1 .innercon .content:nth-child(1) {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 60px;
  justify-content: flex-start;
}
.div1 .innercon .content:nth-child(1) .top {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 25px;
  text-transform: uppercase;
  margin: 0;
}
.div1 .innercon .content:nth-child(1) .slogan {
  color: white;
  font-family: myFirstFont;
  margin: 0 0 30px;
  font-size: 75px;
}
.div1 .innercon .content:nth-child(1) .holdbutton {
  text-align: right;
}
.div1 .innercon .content:nth-child(1) .holdbutton .contact {
  padding: 12px 40px;
  background: #c86d00;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  border: 0;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  outline: none;
  transition: 0.3s;
  box-shadow: 5px 5px 10px black;
}
.div1 .innercon .content:nth-child(1) .holdbutton .contact:hover {
  background: #034c93;
}
.div1 .innercon .content:nth-child(1) .holdbadge {
  position: relative;
  margin: 70px 0 0;
  display: flex;
}
.div1 .innercon .content:nth-child(1) .holdbadge .badge {
    width: 180px;
    display: block;
    margin-right: 0;
    height: 100px;
    object-fit: contain;
}
.div1 .innercon .content:nth-child(2) {
  position: relative;
  text-align: right;
  padding-left: 50px;
}
.div1 .innercon .content:nth-child(2) .profile {
  width: 100%;
}

.div2 {
  position: relative;
  padding: 100px 0;
  background: url(images/bg2.jpg) no-repeat center;
  background-size: cover;
}
.div2 .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
.div2 .innercon .top {
  position: relative;
  font-family: myFirstFont;
  color: #000000;
  font-size: 30px;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.div2 .innercon .title {
  font-family: myFirstFont;
  color: #034c93;
  margin: 0 0 30px;
  text-transform: uppercase;
  padding: 0 0 30px;
  font-size: 55px;
  position: relative;
}
.div2 .innercon .title:before {
  position: absolute;
  content: "";
  border-top: 2px solid black;
  width: 70px;
  left: calc(50% - 35px);
  bottom: 0;
}
.div2 .innercon .title:after {
  position: absolute;
  content: "";
  border-top: 2px solid black;
  width: 120px;
  left: calc(50% - 60px);
  bottom: -7px;
}
.div2 .innercon .desc {
  position: relative;
  font-family: myFirstFont;
  color: #000000;
  line-height: 2;
  font-size: 20px;
  margin: 0 0 20px;
}
.div2 .innercon .contact {
  padding: 12px 40px;
  background: #c86d00;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  border: 0;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  outline: none;
  transition: 0.3s;
  box-shadow: 5px 5px 10px black;
}
.div2 .innercon .contact:hover {
  background: #034c93;
}

.div3 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0;
}
.div3 .inner:nth-child(1) {
  background: url(images/p1.jpg) no-repeat center;
  background-size: cover;
}
.div3 .inner:nth-child(2) {
  background: url(images/p2.jpg) no-repeat center;
  background-size: cover;
}
.div3 .inner:nth-child(3) {
  background: url(images/p3.jpg) no-repeat center;
  background-size: cover;
}
.div3 .inner:nth-child(4) {
  background: url(images/p4.jpg) no-repeat center;
  background-size: cover;
}
.div3 .inner {
  position: relative;
  background: url(images/p1.jpg) no-repeat center;
  background-size: cover;
  padding: 100px 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
.div3 .inner:after {
  position: absolute;
  content: "";
  border: 1px solid #ffffff4a;
  width: calc(100% - 70px);
  height: calc(100% - 70px);
  top: 35px;
  background: transparent;
  z-index: -1;
  left: 35px;
}
.div3 .inner .hold {
  position: relative;
  width: 100%;
  margin: auto;
  text-align: center;
  max-width: 600px;
}
.div3 .inner .hold .title {
  font-family: myFirstFont;
  font-size: 40px;
  line-height: 1.3;
  color: white;
  margin: 0 0 20px;
}
.div3 .inner .hold .title span {
    color: #c86d00;
}
.div3 .inner .hold .contact {
  padding: 12px 40px;
  background: #c86d00;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  border: 0;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  outline: none;
  transition: 0.3s;
  box-shadow: 5px 5px 10px black;
  padding: 20px 30px;
}
.div3 .inner .hold .contact:hover {
  background: #034c93;
}
.div3 .inner .hold .contact .fa {
  font-size: 20px;
}

.div4 {
  position: relative;
  padding: 100px 0;
  background: url(images/bg3.jpg) no-repeat center;
  background-size: cover;
}
.div4 .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
.div4 .innercon .top-reason {
  position: relative;
  max-width: 550px;
  margin: auto;
  padding: 50px;
  text-align: center;
  background: white;
  border: 20px solid #ebebeb;
}
.div4 .innercon .top-reason .num {
  font-family: myFirstFont;
  color: #c86d00;
  font-size: 150px;
  line-height: 1;
  position: absolute;
  width: 100%;
  top: -100px;
  left: 0;
}
.div4 .innercon .top-reason .title {
  font-family: myFirstFont;
  font-size: 35px;
  color: #000000;
  margin: 0;
  text-transform: uppercase;
}
.div4 .innercon .top-reason .title span {
  font-size: 45px;
}
.div4 .innercon .grids {
  position: relative;
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0;
}
.div4 .innercon .grids .content:nth-child(1), .div4 .innercon .grids .content:nth-child(3) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.div4 .innercon .grids .content:nth-child(2) {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 0;
  position: relative;
}
.div4 .innercon .grids .content:nth-child(2):before {
  width: 50px;
  z-index: 9;
  height: 50px;
  right: -25px;
  bottom: -25px;
  border-radius: 50px;
  background: #1a1a1a;
  position: absolute;
  content: "";
}
.div4 .innercon .grids .content:nth-child(2):after {
  width: 50px;
  z-index: 9;
  height: 50px;
  left: -25px;
  bottom: -25px;
  border-radius: 50px;
  background: #1a1a1a;
  position: absolute;
  content: "";
}
.div4 .innercon .grids .content:nth-child(5) {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 0;
  border-bottom: 0;
}
.div4 .innercon .grids .content {
  position: relative;
  padding: 50px;
  text-align: center;
}
.div4 .innercon .grids .content .hold {
  position: relative;
}
.div4 .innercon .grids .content .hold .holdimg {
  position: relative;
  margin: 0 0 20px;
}
.div4 .innercon .grids .content .hold .holdimg span {
  position: absolute;
  width: 50px;
  left: 60px;
  height: 50px;
  font-family: myFirstFont;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #3c6f9a;
  background: #293f5280;
  border-radius: 50px;
}
.div4 .innercon .grids .content .hold .holdimg img {
  width: 40px;
}
.div4 .innercon .grids .content .hold .subtitle {
  font-family: myFirstFont;
  font-size: 25px;
  color: white;
  margin: 0;
}

.footer {
  position: relative;
  background: #003161;
}
.footer .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0;
}
.footer .innercon .content:nth-child(1), .footer .innercon .content:nth-child(3) {
  position: relative;
  text-align: center;
  padding: 50px;
  background: #003161;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .innercon .content:nth-child(1):after, .footer .innercon .content:nth-child(3):after {
  position: absolute;
  content: "";
  border: 1px solid #ffffff30;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  left: 20px;
  top: 20px;
}
.footer .innercon .content:nth-child(1) .hold, .footer .innercon .content:nth-child(3) .hold {
  width: 100%;
  text-align: center;
  z-index: 99;
  position: relative;
}
.footer .innercon .content:nth-child(1) .hold img, .footer .innercon .content:nth-child(3) .hold img {
  width: 50px;
  margin: 0 0 15px;
}
.footer .innercon .content:nth-child(1) .hold .info, .footer .innercon .content:nth-child(3) .hold .info {
  position: relative;
  font-family: myFirstFont;
  font-size: 25px;
}
.footer .innercon .content:nth-child(1) .hold .info a, .footer .innercon .content:nth-child(3) .hold .info a {
  color: white;
  text-decoration: none;
  transition: 0.3s;
}
.footer .innercon .content:nth-child(1) .hold .info a:hover, .footer .innercon .content:nth-child(3) .hold .info a:hover {
  color: #c86d00;
}
.footer .innercon .content:nth-child(2) {
  position: relative;
  text-align: center;
  padding: 50px;
  background: #034c93;
}
.footer .innercon .content:nth-child(2):after {
  position: absolute;
  content: "";
  border: 1px solid #ffffff30;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  left: 20px;
  top: 20px;
}
.footer .innercon .content:nth-child(2) .hold {
  width: 100%;
  text-align: center;
  z-index: 99;
  position: relative;
}
.footer .innercon .content:nth-child(2) .hold .info {
  position: relative;
  font-family: myFirstFont;
  font-size: 20px;
  color: white;
}

.copy {
  position: relative;
  padding: 40px 0;
}
.copy .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 70% 30%;
  grid-gap: 0;
}
.copy .innercon .content:nth-child(1) {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  margin: 0;
  display: flex;
  align-items: center;
}
.copy .innercon .content:nth-child(2) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.copy .innercon .content:nth-child(2) .fa {
  color: white;
  font-size: 16px;
  border-radius: 50px;
  background: #888788;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  cursor: pointer;
}
.copy .innercon .content:nth-child(2) .fa:hover {
  background: #c86d00;
}

.map {
  position: relative;
  height: 400px;
  background: url(images/map-bg.jpg) no-repeat center;
  background-size: cover;
}
.map img {
  width: 400px;
  position: absolute;
  left: calc(50% - 200px);
  cursor: pointer;
  bottom: 0;
}

.holdpage {
  padding: 100px 0;
  position: relative;
  background: url(images/bg.jpg) no-repeat center;
  background-size: cover;
}
.holdpage .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
.holdpage .innercon .content {
  position: relative;
}
.holdpage .innercon .content .pagetitle {
  font-family: myFirstFont;
  text-align: left;
  color: white;
  font-size: 50px;
  text-transform: uppercase;
  margin: 0;
}


/* NEW PAGECONTENT */
.pagecontent {
  padding: 70px 0;
  background: #f5f5f5;
  position: relative;
}
.pagecontent .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 30% 70%;
  grid-template-areas: "left right";
}
.pagecontent .innercon .content:nth-child(1) {
  grid-area: right;
  position: relative;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content {
    font-family: 'Montserrat';
    position: relative;
    font-size: 15px;
    line-height: 2.2;
    color: #2e2e2e;
    text-align: left;
    background: transparent;
    border: 0;
    padding: 0;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content h2::After,
.pagecontent .innercon .content:nth-child(1) .hold-all-content h3::After,
.pagecontent .innercon .content:nth-child(1) .hold-all-content h4::After,
.pagecontent .innercon .content:nth-child(1) .hold-all-content h5::After,
.pagecontent .innercon .content:nth-child(1) .hold-all-content h6::After{
    position: absolute;
    content: '';
    border-top: 1px solid #b9b9b9;
    width: 100px;
    left: 0;
    bottom: 0;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content h2 {
    font-family: 'myFirstFont';
    color: #003161;
    font-size: 32px;
    text-align: left;
    padding: 0 0 10px;
    position: relative;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content h3 {
    font-family: 'myFirstFont';
    color: #003161;
    font-size: 29px;
    text-align: left;
    padding: 0 0 10px;
    position: relative;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content h4 {
    font-family: 'myFirstFont';
    color: #003161;
    font-size: 27px;
    text-align: left;
    padding: 0 0 10px;
    position: relative;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content h5, .pagecontent .innercon .content:nth-child(1) .hold-all-content h6 {
    font-family: 'myFirstFont';
    color: #003161;
    font-size: 23px;
    text-align: left;
    padding: 0 0 10px;
    position: relative;
}
.page-id-54 .pagecontent .innercon .content:nth-child(1) .hold-all-content p.content-title:after{
	display:none;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content p.content-title:after {
    position: absolute;
    content: '';
    border-top: 1px solid #b9b9b9;
    width: 200px;
    left: 0;
    bottom: 0;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content p.content-title {
    font-family: 'myFirstFont';
    font-size: 50px;
    color: #003161;
    line-height: 1;
    margin: 0 0 20px;
    padding: 0 0 20px;
    position: relative;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content p.content-top {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.page-id-54 .pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg {
    position: relative;
    margin: 0 0 20px;
    display: none;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg {
  position: relative;
  margin: 0 0 20px;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg::before {
    position: absolute;
    content: '';
    background: linear-gradient(45deg, #003161, #034c9329);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg::after {
    position: absolute;
    content: '';
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    left: 20px;
    top: 20px;
    background: #ffffff30;
    z-index: 9;
    border: 1px solid #ffffff82;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg .pages-featuredimg {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  position: relative;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg .pages-featuredimg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 0;
  left: 0;
  top: 0;
  background: linear-gradient(45deg, #0b3efb73, #00000052);
  z-index: 9;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg .pages-featuredimg:After {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 2px solid #ffffff;
  left: 20px;
  top: 20px;
  z-index: 99;
}
.pagecontent .innercon .content:nth-child(1) .pagetitle {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  text-align: left;
  color: #1665c5;
  margin: 0 0 20px;
  position: relative;
}
.pagecontent .innercon .content:nth-child(1) .holdblog {
  position: relative;
  padding: 50px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .holdimg {
  position: relative;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .holdimg .thedate {
  position: absolute;
  right: 20px;
  top: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: white;
  background: #0f99fa;
  width: 100px;
  padding: 10px 0;
  font-size: 40px;
  text-align: center;
  line-height: 40px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .holdimg .featuredimg {
  width: 100%;
  margin: 0 0 20px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .blogcontitle {
  margin: 0 0 10px 0;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .blogcontitle a {
  color: #1665c5;
  text-decoration: none;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .excerpt {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  color: #3a3a3a;
  font-weight: 400;
  margin: 0 0 20px;
}
.pagecontent .innercon .content:nth-child(2) {
  flex-basis: 30%;
  margin-right: 60px;
  position: sticky;
  grid-area: left;
}
.pagecontent .innercon .content:nth-child(2) .sidebar:nth-child(odd) {
  background:#003161;
}
.pagecontent .innercon .content:nth-child(2) .sidebar:nth-child(even) {
  background: #034c93;
}
.pagecontent .innercon .content:nth-child(2) .sidebar:nth-child(even) .title {
    color:#c86d00;
}
.pagecontent .innercon .content:nth-child(2) .hold-sidebar {
    position: sticky;
    top: 50px;
    height: auto;
}
.pagecontent .innercon .content:nth-child(2) .sidebar {
  background: white;
  border: 1px solid #d8d8d8;
  padding: 30px;
	text-align:center;
  position: relative;
  margin: 0 0 30px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .title {
    color: #c86d00;
    font-family: 'myFirstFont';
    font-size: 30px;
    margin: 0 0 20px;
    font-weight: 400;
    padding-bottom: 10px;
    letter-spacing: 0;
    position: relative;
    padding: 0 0 10px;
    text-transform: uppercase;
    font-weight: 900;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul li {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 20px;
    padding-left: 0;
    position: relative;
    margin: 0 0 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff2b;
}

.pagecontent .innercon .content:nth-child(2) .sidebar ul li.mediation-areas a {
    color: #c86d00;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul li.mediation-areas {
    font-family: 'myFirstFont';
    font-size: 22px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul li a {
  color: white;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul li a:hover {
  color: #1665c5;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .lasts {
  margin: 0 !important;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs {
  margin-bottom: 10px;
  position: relative;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs input, .pagecontent .innercon .content:nth-child(2) .sidebar .inputs textarea {
    width: 100%;
    padding: 12px 0;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #ffffff5e;
    outline: none;
    font-family: 'Montserrat';
    font-size: 15px;
    text-align: center;
    color: white;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs input::placeholder,
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs textarea::placeholder {
  color: white;
  font-size: 15px;
  text-transform: uppercase;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs textarea {
  height: 100px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs .send {
    padding: 15px 40px;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: 'myFirstFont';
    border: 0;
    outline: none;
    border-bottom: 3px solid #c86d00;
    transition: 0.3s;
    width: 100%;
    background: #003161;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs .send .fa {
  color: #0f99fa;
  font-size: 20px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs .send:hover {
  background: #0f99fa;
  color: white;
  border-bottom: 3px solid white;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs .send:hover .fa {
  color: white;
}
/* END */



.blog-page {
  position: relative;
  padding: 100px 0;
}
.blog-page .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
.blog-page .innercon .content {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}
.blog-page .innercon .content .blogcon {
  position: relative;
}
.blog-page .innercon .content .blogcon .holdimg {
  position: relative;
}
.blog-page .innercon .content .blogcon .holdimg .featuredimg {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.blog-page .innercon .content .blogcon .holdinfo {
  padding: 20px 0;
  position: relative;
}
.blog-page .innercon .content .blogcon .holdinfo .blogcontitle {
  font-size: 20px;
  text-align: left;
  color: #003161;
  margin: 0 0 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .blogcontitle a {
  color: #003161;
  text-decoration: none;
}
.blog-page .innercon .content .blogcon .holdinfo .posted-date {
  color: #003161;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  margin: 0 0 10px;
  font-size: 15px;
}
.blog-page .innercon .content .blogcon .holdinfo .posted-date span {
  margin-right: 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .posted-date .fa {
  margin-right: 5px;
}
.blog-page .innercon .content .blogcon .holdinfo .excerpt {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 2;
  color: #034c93;
}
.blog-page .innercon .content .blogcon .holdinfo .reading {
  width: 100%;
  padding: 10px 0;
  transition: 0.3s;
  background: #003161;
  color: white;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  outline: none;
  border: 0;
}
.blog-page .innercon .content .blogcon .holdinfo .reading:hover {
  background: #000000;
}
.blog-page .innercon .content .blogcon .holdinfo .reading .fa {
  margin-left: 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .share {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  margin: 20px 0;
  color: #c86d00;
}
.blog-page .innercon .content .blogcon .holdinfo .fafa {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  padding: 2px 10px;
  color: white;
  text-decoration: none;
}
.blog-page .innercon .content .blogcon .holdinfo .fb {
  background: #536da6;
}
.blog-page .innercon .content .blogcon .holdinfo .twit {
  background: #54acee;
}
.blog-page .innercon .content .blogcon .holdinfo .link {
  background: #1581c2;
}
.blog-page .innercon .content .blogcon .holdinfo .soc-med {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .soc-med .fa {
  font-size: 15px;
  color: white;
  margin-right: 5px;
}
.blog-page .innercon .content .nextbutton {
  position: relative;
  font-family: "Montserrat", sans-serif;
  margin-top: 20px;
  padding-left: 20px;
}
.blog-page .innercon .content .nextbutton a {
  padding: 0 10px;
  font-size: 14px;
  background: #003161;
  color: white;
  text-decoration: none;
}
.blog-page .innercon .content .nextbutton span {
  padding: 0 10px;
  font-size: 14px;
  background: #c86d00;
  color: white;
  text-decoration: none;
}

.notfound {
  position: relative;
  padding: 50px 0;
}
.notfound .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 40% 60%;
  grid-gap: 0;
}
.notfound .innercon .content:nth-child(1) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notfound .innercon .content:nth-child(1) .all {
  text-align: center;
}
.notfound .innercon .content:nth-child(1) .all .title {
  color: #c86d00;
  font-family: "Montserrat", sans-serif;
  font-size: 80px;
  font-weight: 700;
  margin: 0 0;
}
.notfound .innercon .content:nth-child(1) .all .under {
  color: #c86d00;
  font-size: 13px;
}
.notfound .innercon .content:nth-child(2) {
  position: relative;
  text-align: center;
  padding: 0 0 0 50px;
}
.notfound .innercon .content:nth-child(2) .ops {
  color: #f8d065;
  text-shadow: 1px 1px #231b0e;
  font-size: 45px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0;
}
.notfound .innercon .content:nth-child(2) .notserver {
  color: #034c93;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0;
}
.notfound .innercon .content:nth-child(2) .desc {
  font-family: "Montserrat", sans-serif;
  line-height: 30px;
  font-size: 15px;
  margin: 0 0 20px;
}
.notfound .innercon .content:nth-child(2) .goto {
  padding: 12px 40px;
  background: #c86d00;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  border: 0;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  outline: none;
  transition: 0.3s;
  box-shadow: 5px 5px 10px black;
}
.notfound .innercon .content:nth-child(2) .goto:hover {
  background: #034c93;
}
.notfound .innercon .content:nth-child(2) .goto:hover {
  background: #034c93;
}

.contactpage {
  position: relative;
  padding: 70px 0;
  background: #f5f5f5;
}
.contactpage .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  font-family: "Montserrat", sans-serif;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}
.contactpage .innercon .content:nth-child(1) {
  position: relative;
}
.contactpage .innercon .content:nth-child(1) .title {
  font-family: myFirstFont;
  font-size: 40px;
  color: #034c93;
}
.contactpage .innercon .content:nth-child(1) .under {
  font-weight: 300;
  font-size: 15px;
  margin: 0 0 30px;
  color: #575757;
}
.contactpage .innercon .content:nth-child(1) .coninfos {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #dddddd;
  position: relative;
  display: grid;
  grid-template-columns: 10% 90%;
  grid-gap: 0;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conleft {
  position: relative;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conleft .fa {
  font-size: 50px;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conleft .fa-envelope {
  font-size: 40px;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright {
  position: relative;
  padding-left: 20px;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright .phoneinfo {
  color: #014c70;
  font-size: 15px;
  margin: 0 0;
  text-transform: uppercase;
  font-weight: 500;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright .phoneinfounder {
  color: #014c70;
  font-size: 15px;
  margin: 0 0;
  text-transform: uppercase;
  font-weight: 500;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright .phoneinfounder a {
  text-decoration: none;
  color: #c86d00;
  text-transform: initial;
}
.contactpage .innercon .content:nth-child(2) {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.contactpage .innercon .content:nth-child(2) .forms {
  position: relative;
  box-shadow: 0 0 10px #dddddd;
  background: white;
  padding: 40px;
  width: 80%;
}
.contactpage .innercon .content:nth-child(2) .forms .title {
  font-family: myFirstFont;
  font-size: 40px;
  color: #034c93;
}
.contactpage .innercon .content:nth-child(2) .forms .lasts {
  margin: 0 !important;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs {
  margin-bottom: 10px;
  position: relative;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs input,
.contactpage .innercon .content:nth-child(2) .forms .inputs textarea {
  width: 100%;
  padding: 12px 0;
  border: 1px solid #d1d1d1;
  background: white;
  outline: none;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  text-indent: 15px;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs input::placeholder,
.contactpage .innercon .content:nth-child(2) .forms .inputs textarea::placeholder {
  color: #9b9b9b;
  font-size: 12px;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs textarea {
  height: 100px;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs .send {
  padding: 12px 40px;
  background: #c86d00;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  border: 0;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  outline: none;
  transition: 0.3s;
  box-shadow: 5px 5px 10px black;
  width: 100%;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs .send:hover {
  background: #034c93;
}

@media only screen and (max-width: 1024px) {
	.pagecontent {
    padding: 70px 20px;
    background: #f5f5f5;
    position: relative;
}
  .holdpage {
    padding: 100px 20px;
    position: relative;
    background: url(images/bg.jpg) no-repeat center;
    background-size: cover;
  }

  .contactpage {
    position: relative;
    padding: 70px 20px;
    background: #f5f5f5;
  }

  .menunav .inner:nth-child(1) {
    background: white;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .menunav {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }

  .menunav .inner:nth-child(1) {
    background: white;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .menunav .inner:nth-child(2) .content {
    position: relative;
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: myFirstFont;
    font-size: 30px;
  }

  .div1 {
    position: relative;
    padding: 60px 20px 0;
    background-size: cover;
  }

  .div1 .innercon .content:nth-child(1) .slogan {
    color: white;
    font-family: myFirstFont;
    margin: 0 0 30px;
    font-size: 60px;
  }

  .div2 {
    position: relative;
    padding: 100px 20px;
    background: url(images/bg2.jpg) no-repeat center;
    background-size: cover;
  }

  .div4 .innercon .grids .content .hold .holdimg span {
    position: absolute;
    width: 50px;
    left: 40px;
    height: 50px;
    font-family: myFirstFont;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #3c6f9a;
    background: #293f5280;
    border-radius: 50px;
  }

  .copy {
    position: relative;
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 900px) {
  .div1 .innercon .content:nth-child(1) .slogan {
    color: white;
    font-family: myFirstFont;
    margin: 0 0 30px;
    font-size: 54px;
  }

  .div1 .innercon .content:nth-child(2) .profile {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .div3 .inner .hold .title {
    font-family: myFirstFont;
    font-size: 35px;
    line-height: 1.3;
    color: white;
    margin: 0 0 20px;
  }

  .div4 .innercon .grids .content .hold .holdimg span {
    position: absolute;
    width: 50px;
    left: 0;
    height: 50px;
    font-family: myFirstFont;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #3c6f9a;
    background: #293f5280;
    border-radius: 50px;
  }
}
@media only screen and (max-width: 768px) {
	.pagecontent .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-areas: "right"
    "left";
}
	.pagecontent .innercon .content:nth-child(2) {
    flex-basis: 30%;
    margin-right: 0;
    position: sticky;
    grid-area: left;
}
  .contactpage .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    font-family: "Montserrat", sans-serif;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px;
  }

  .contactpage .innercon .content:nth-child(2) {
    position: relative;
    display: flex;
    justify-content: center;
  }

  .menunav .inner:nth-child(1) .hold {
    position: relative;
    max-width: 100%;
    width: 100%;
    flex-flow: column;
  }

  .menunav .inner:nth-child(1) .hold .content:nth-child(2) ul li a:hover {
    color: white;
    background: #c86d00;
  }

  .menunav .inner:nth-child(1) .hold .content:nth-child(1) .logo {
    width: auto;
  }

  .menunav .inner:nth-child(1) .hold .content:nth-child(1) .fa {
    display: block;
    position: absolute;
    right: 0;
    font-size: 20px;
    top: calc(50% - 10px);
    color: #c86d00;
  }

  .menunav .inner:nth-child(1) .hold .content:nth-child(2) {
    position: fixed;
    flex-basis: 100%;
    padding-right: 0;
    display: none;
    align-items: initial;
    justify-content: initial;
    max-width: 350px;
    background: #161616;
    width: 100%;
    left: 0;
    top: 0;
    overflow: scroll;
    height: 100%;
    z-index: 999;
  }
	.div3 {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
}

  .menunav .inner:nth-child(1) .hold .content:nth-child(2) ul li a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 20px;
    transition: 0.3s;
  }

  .menunav .inner:nth-child(1) .hold .content:nth-child(2) ul li {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
  }

  .div1 .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }

  .div1 .innercon .content:nth-child(1) {
    position: relative;
    display: block;
    align-items: flex-end;
    padding-bottom: 60px;
    justify-content: flex-start;
    text-align: center;
  }

  .div1 .innercon .content:nth-child(1) .holdbadge {
    position: relative;
    margin: 70px 0 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .div1 .innercon .content:nth-child(1) .holdbutton {
    text-align: center;
  }

  .div1 .innercon .content:nth-child(2) .profile {
    width: 100%;
    height: auto;
    object-fit: initial;
  }

  .div3 .inner .hold .title {
    font-family: myFirstFont;
    font-size: 25px;
    line-height: 1.3;
    color: white;
    margin: 0 0 20px;
  }

  .div4 .innercon .grids {
    position: relative;
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0;
  }

  .div4 .innercon .grids .content:nth-child(6) {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .div4 .innercon .grids .content:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

  .div4 .innercon .grids .content:nth-child(3):after {
    position: absolute;
    width: 50px;
    z-index: 9;
    height: 50px;
    right: -25px;
    bottom: -25px;
    border-radius: 50px;
    background: #1a1a1a;
    position: absolute;
    content: "";
  }

  .footer .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
	.solo-pic img {
    width: 100%;
    float: none;
    margin: 0 20px 0 0;
}
  .div3 {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .contactpage .innercon .content:nth-child(2) .forms {
    position: relative;
    box-shadow: 0 0 10px #dddddd;
    background: white;
    padding: 40px;
    width: 100%;
  }

  .menunav .inner:nth-child(1) .hold .content:nth-child(1) .logo {
    width: 100px;
  }

  .div1 .innercon .content:nth-child(2) {
    position: relative;
    text-align: right;
    padding-left: 0;
  }

  .div2 .innercon .title {
    font-family: myFirstFont;
    color: #034c93;
    margin: 0 0 30px;
    text-transform: uppercase;
    padding: 0 0 30px;
    font-size: 45px;
    position: relative;
  }

  .div4 .innercon .top-reason .title {
    font-family: myFirstFont;
    font-size: 30px;
    color: #000000;
    margin: 0;
    text-transform: uppercase;
  }
	.div1 .innercon .content:nth-child(1) .holdbadge{
		flex-flow:column;
	}
	
	.div1 .innercon .content:nth-child(1) .holdbadge .badge {
    width: 180px;
    display: block;
    margin: 0 auto 10px;
    height: 100px;
    object-fit: contain;
}
	.div1 .innercon .content:nth-child(1) {
    position: relative;
    display: block;
    align-items: flex-end;
    padding-bottom: 0px;
    justify-content: flex-start;
    text-align: center;
}

	.div3 .inner {
    position: relative;
    background: url(images/p1.jpg) no-repeat center;
    background-size: cover;
    padding: 100px 20px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .div4 .innercon .top-reason .title span {
    font-size: 40px;
  }

  .div4 .innercon .grids {
    position: relative;
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }

  .div4 .innercon .grids .content:nth-child(2):before {
    width: 0;
    z-index: 9;
    height: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px;
    background: #1a1a1a;
    position: absolute;
    content: "";
  }

  .div4 .innercon .grids .content:nth-child(3):after {
    position: absolute;
    width: 0;
    z-index: 9;
    height: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    background: #1a1a1a;
    position: absolute;
    content: "";
  }

  .div4 .innercon .grids .content .hold .holdimg span {
    position: absolute;
    width: 50px;
    left: 100px;
    height: 50px;
    font-family: myFirstFont;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #3c6f9a;
    background: #293f5280;
    border-radius: 50px;
  }

  .copy .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }

  .copy .innercon .content:nth-child(1) {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .copy .innercon .content:nth-child(2) {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .div4 .innercon .top-reason {
    position: relative;
    max-width: 550px;
    margin: 0 20px;
    padding: 50px;
    text-align: center;
    background: white;
    border: 20px solid #ebebeb;
  }

  .div4 .innercon .top-reason .title span {
    font-size: 35px;
  }

  .div4 .innercon .top-reason .title {
    font-family: myFirstFont;
    font-size: 25px;
    color: #000000;
    margin: 0;
    text-transform: uppercase;
  }

  .div4 .innercon .top-reason .num {
    font-family: myFirstFont;
    color: #c86d00;
    font-size: 120px;
    line-height: 1;
    position: absolute;
    width: 100%;
    top: -70px;
    left: 0;
  }
}
@media only screen and (max-width: 420px) {
  .contactpage .innercon .content:nth-child(1) .coninfos .conleft .fa {
    font-size: 40px;
  }

  .contactpage .innercon .content:nth-child(1) .coninfos .conleft .fa-envelope {
    font-size: 30px;
  }

  .holdpage .innercon .content .pagetitle {
    font-family: myFirstFont;
    text-align: left;
    color: white;
    font-size: 35px;
    text-transform: uppercase;
    margin: 0;
  }

  .div1 .innercon .content:nth-child(1) .slogan {
    color: white;
    font-family: myFirstFont;
    margin: 0 0 30px;
    font-size: 44px;
  }

  .div1 .innercon .content:nth-child(1) .top {
    color: white;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
  }

  .div1 .innercon .content:nth-child(1) .holdbadge .badge {
    width: 150px;
    display: block;
    margin-right: 30px;
  }

  .div2 .innercon .title {
    font-family: myFirstFont;
    color: #034c93;
    margin: 0 0 30px;
    text-transform: uppercase;
    padding: 0 0 30px;
    font-size: 35px;
    position: relative;
  }

  .div4 .innercon .top-reason .title span {
    font-size: 30px;
  }

  .div4 .innercon .top-reason .title {
    font-family: myFirstFont;
    font-size: 20px;
    color: #000000;
    margin: 0;
    text-transform: uppercase;
  }

  .div4 .innercon .top-reason .num {
    font-family: myFirstFont;
    color: #c86d00;
    font-size: 90px;
    line-height: 1;
    position: absolute;
    width: 100%;
    top: -50px;
    left: 0;
  }
}
@media only screen and (max-width: 375px) {
	.pagecontent .innercon .content:nth-child(1) .hold-all-content p.content-title {
    font-family: 'myFirstFont';
    font-size: 35px;
    color: #003161;
    line-height: 1;
    margin: 0 0 20px;
    padding: 0 0 20px;
    position: relative;
}
  .div1 .innercon .content:nth-child(1) .slogan {
    color: white;
    font-family: myFirstFont;
    margin: 0 0 30px;
    font-size: 40px;
  }

  .menunav .inner:nth-child(1) .hold .content:nth-child(2) {
    position: fixed;
    flex-basis: 100%;
    padding-right: 20px;
    display: none;
    align-items: initial;
    justify-content: initial;
    max-width: 300px;
    background: #003161;
    width: 100%;
    left: 0;
    top: 0;
    overflow: scroll;
    height: 100%;
    z-index: 999;
  }

  .div1 .innercon .content:nth-child(1) .holdbadge .badge {
    width: 200px;
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin: 0 auto 20px;
  }

  .div1 .innercon .content:nth-child(1) .holdbadge {
    position: relative;
    margin: 70px 0 0px;
    text-align: center;
    display: block;
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .menunav .inner:nth-child(1) .hold .content:nth-child(1) .logo {
    width: 100px;
  }

  .div1 .innercon .content:nth-child(1) .holdbadge {
    position: relative;
    margin: 30px 0 0px;
    text-align: center;
    display: block;
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .div4 .innercon .top-reason {
    position: relative;
    max-width: 550px;
    margin: 0 20px;
    padding: 40px;
    text-align: center;
    background: white;
    border: 20px solid #ebebeb;
  }

  .div4 .innercon .top-reason .title span {
    font-size: 25px;
  }

  .div4 .innercon .top-reason .title {
    font-family: myFirstFont;
    font-size: 17px;
    color: #000000;
    margin: 0;
    text-transform: uppercase;
  }

  .div4 .innercon .grids .content .hold .holdimg span {
    position: absolute;
    width: 50px;
    left: 50px;
    height: 50px;
    font-family: myFirstFont;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #3c6f9a;
    background: #293f5280;
    border-radius: 50px;
  }

  .menunav .inner:nth-child(1) .hold .content:nth-child(2) ul li a:hover {
    color: white;
    background: #c86d00;
  }
}

/*# sourceMappingURL=main.css.map */
