@charset "utf-8";
/* Elite Common CSS */
body {
  color: #474747;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  background-image: url(../images/background2.png);
  background-attachment: fixed;
  background-size:cover; 
  background-position: center center;
  background-repeat: no-repeat;
}
/*  Font Css */
@font-face {
  font-family: 'Time-Roman';
  src: url('../fonts/Time-Roman.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Time-Roman.woff') format('woff'),
       url('../fonts/Time-Roman.ttf')  format('truetype'),
       url('../fonts/Time-Roman.svg#Time-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato-Heavy';
  src: url('../fonts/Lato-Heavy.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Lato-Heavy.woff') format('woff'),
       url('../fonts/Lato-Heavy.ttf')  format('truetype'),
       url('../fonts/Lato-Heavy.svg#Lato-Heavy') format('svg');
  font-weight: normal;
  font-style: normal;
}
*, *:focus {
  outline: none;
}
a {
  color: #474747;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a:hover, a:focus {
  color: #30638f;
  text-decoration: none;
}
img {
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
iframe {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 900;
  line-height: 1.3;
}
p {
  color: #707070;
  padding-bottom: 10px;
  margin-bottom: 0;
  line-height: 28px;
}
video {
  display: block;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  background: #f8f8f8;
}
audio, canvas, progress, video {
  vertical-align: middle;
}
button, button:focus {
  outline: none;
  outline-offset: 0;
}
::selection {
  background: #3c3679;
  color: #ffffff;
}
::-webkit-selection {
  background: #3c3679;
  color: #ffffff;
}
::-moz-selection {
  background: #3c3679;
  color: #ffffff;
}
::-o-selection {
  background: #3c3679;
  color: #ffffff;
}
::-ms-selection {
  background: #3c3679;
  color: #ffffff;
}
::-webkit-input-placeholder {
  color: #777777;
  opacity: 1;
}
::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #777777;
  opacity: 1;
}
:-moz-placeholder {
  color: #777777;
  opacity: 1;
}
/* Elite Normal CSS */
.textcenter {
  text-align: center;
}
.textright {
  text-align: right;
}
.elite-table-wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.elite-align-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.elite-btn {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  clear: both;
  min-width: 208px;
  background: #30638f;
  color: #ffffff;
  font-weight: 900;
  text-align: center;
  position: relative;
  outline: none;
  cursor: pointer;
  letter-spacing: 0.25px;
  padding: 11px 20px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: solid 2px transparent; 
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.elite-btn:hover, .elite-btn:focus {
  background: transparent;
  border-color: #30638f;
  color: #30638f;
}
.elite-white-btn {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}
 .elite-white-btn:hover, .elite-white-btn:focus {
  background-color: #30638f;
  color: #ffffff;
  border-color: transparent;
 }
.elite-medium-btn {
  min-width: 189px;
  padding: 15px 20px;
}
.section-title h2 {
  font-family: 'Time-Roman';
  line-height: 26px;
  font-weight: normal;
  font-size: 20px;
  color: #333333; 
  text-transform: uppercase;
}
.section-title h3 {
  font-size: 40px;
  line-height: 45px;
  color: #333333;
  max-width: 788px;
  position: relative;
  font-family: 'Lato-Heavy';
  padding-bottom: 15px;
}
.section-title {
  padding-bottom: 43px;
}
.section-title h3:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 68px;
  background-color: #30638f;
  content: "";
}
.btn-wrap {
  padding-top: 27px;
}
/* Owl Carousel Slider */
.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: unset;
  -moz-user-select: unset;
  -ms-user-select: unset;
  user-select: unset;
}
.owl-carousel .owl-prev, .owl-carousel .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
}
.owl-carousel .owl-dots {
  padding-top: 35px;
  text-align: center;
}
.owl-carousel button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  margin: 0 5px;
  background: #cecdd7;
  text-indent: -999px;
  cursor: pointer;
  outline: none;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.owl-carousel .owl-nav {
  padding-top: 5px;
  text-align: right;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  width: 28px;
  height: 14px;
  margin-left: 20px;
  background-image: url(../images/icon7.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 65px auto;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.owl-carousel .owl-nav button.owl-prev:hover {
  background-position: 100% 50%;
}
.owl-carousel .owl-nav button.owl-next {
  background-image: url(../images/icon13.png);
  background-position: 100% 50%;
}
.owl-carousel .owl-nav button.owl-next:hover {
  background-position: 0 50%;
}
.owl-drag .disabled {
  display: none;
}
.slider-no-current {
  display: none;
  padding-top: 46px;
}
.current-no:after {
  content: "/"
}
/* Elite Header CSS */
 .elite-header {
  background: #ffffff;
 }
.primary-header {
  padding: 19px 0;
  border-bottom: solid 1px #e5e5e5;
}
.elite-logo, .contact-link {
  display: inline-block;
  vertical-align: middle;
}
.contact-link {
  padding-left: 57px;
}
.contact-link .elite-icon {
  float: left;
  padding-top: 10px;
}
.contact-info {
  overflow: hidden;
  padding-left: 15px;
  font-size: 16px;
  color: #7d7d7d;
}
.contact-info span {
  display: block;
  font-size: 18px;
  color: #2e2e2e;
  font-weight: 600;
}
.secondary-header {
  border-bottom: solid 1px #e5e5e5;
}
.secondary-header ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.secondary-header ul li {
  font-size: 18px;
  padding-right: 26px; 
  color: #2e2e2e;
  display: inline-block;
  position: relative;
}
.secondary-header ul li a {
  padding: 19px 0 16px;
  display: inline-block;
  position: relative;
}
.secondary-header ul li a:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 4px;
  background-color: #30638f;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  content: "";
  z-index: 1;
}
.secondary-header ul li:hover > a, .secondary-header ul li.active > a {
  color: #30638f;
}
.secondary-header ul li:hover a:before, .secondary-header ul li.active a:before {
  width: 100%;
}
.secondary-header ul li:hover ul.submenu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
ul.submenu {
  position: absolute;
  top: 120%;
  left: -65px;
  min-width: 195px;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 2;
}
ul.submenu li {
  display: block;
  padding: 0;
  font-weight: 700;
  font-size: 16px;
}
ul.submenu li a {
  display: block;
  padding: 13px 10px 14px 30px;
  color: #010101;
  border-bottom: 1px solid #d6d6d6;
}
ul.submenu li a:hover {
  background: #eeeeee;
}
ul.submenu li:last-child a {
  border-bottom: none;
}
ul.submenu li a:before {
  position: absolute;
  left: 15px;
  top: 19px;
  width: 0;
  height: 0;
  background: transparent;
  border-top: 5px solid transparent;
  border-left: 6px solid #30638f;
  border-bottom: 5px solid transparent;
  content: "";
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.top-link {
  text-align: right;
}
.top-link .elite-icon {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  height: 35px;
  width: 35px;
  margin-right: 8px;
  line-height: 35px;
  background: #30638f;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.call-link {
  display: inline-block;
  padding-top: 5px;
}
.call-link span {
  font-size: 18px;
  color: #2e2e2e;
  font-weight: 800;
  text-transform: uppercase;
}
.call-link span a {
  color: inherit;
}
.call-link span a:hover {
  color: #30638f;
}
.secondary-header .row {
  margin: 0 -10px;
}
.secondary-header [class*="col-"] {
  padding: 0 10px;
}
/* Elite Banner */
.elite-banner {
  background-image:url(../images/background1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 648px;
  color: #ffffff;
  text-align: center;
  position: relative;
}
.elite-banner:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.3);
  content: "";
  z-index: 0;
}
.elite-banner > * {
  position: relative;
  z-index: 1;
}
.elite-banner h1 {
  font-size: 24px;
  color: #ffffff;
  padding-bottom: 17px;
  font-family: 'Time-Roman';
  font-weight: normal;
  text-transform: uppercase;
}
.elite-banner h2 {
  font-size: 80px;
  color: #ffffff;
  line-height: 68px;
  text-transform: uppercase;
}
.banner-wrap {
  max-width: 620px;
  margin: 0 auto;
}
.elite-banner p {
  font-size: 24px;
  color: #ffffff;
  padding: 2px 0 26px;  
}
.elite-services {
  padding: 85px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* Elite Services */
.service-item {
  text-align: center;
  background: #ffffff;
  padding: 43px 30px 24px;
  margin-bottom: 15px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.service-title {
  font-size: 24px;
  line-height: 26px;
  display: block;
  padding: 7px 0 15px;
  font-weight: 600;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.service-item:hover {
  background: #30638f;
}
.service-item:hover p, .service-item:hover .service-title a, .service-item:hover .service-title {
  color: #ffffff;
}
.service-item p {
  font-size: 16px;
  line-height: 22px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.service-images {
  position: relative;
  display: inline-block;
}
.service-images .hover-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.service-item:hover .hover-img {
  opacity: 1;
}
/* Elite About */
.elite-about {
  background: #30638f;
  overflow: hidden;
  min-height: 498px;
}
.elite-about .row {
  margin: 0;
}
.elite-about .row [class*="col-"] {
  padding: 0;
}
.about-info {
  max-width: 556px;
  float: right;
  color: #ffffff;
  padding: 45px 20px 45px 0;
}
.elite-about .section-title {
  padding-bottom: 30px;
}
.about-background {
  background-image: url(../images/background3.jpg);
  background-size: cover;
  background-position: center center;
  min-height: 500px;
  height: 100%;
}
.elite-about .section-title h2 {
  font-size: 20px;
  color: #ffffff;
}
.elite-about .section-title h3 {
  color: #ffffff;
}
.elite-about .section-title h3:after {
  background: #ffffff;
}
.elite-about p {
  padding-bottom: 20px;
  font-size: 18px;
  color: #c7cfd3;
}
.elite-about .elite-btn:hover, .elite-about .elite-btn:focus {
  border-color: #ffffff;
  background: #1e476a;
}
/*wrap-testimonial*/
.wrap-testimonial {
  max-width: 568px;
  padding: 50px 50px 36px;
  margin-left: auto;
  margin-right: 69px;
  background: #ffffff;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
   position: relative;
}
.elite-testimonial {
  background-image: url(../images/background4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 105px 0;
 }
.wrap-testimonial:after {
  position: absolute;
  right: 49px;
  top: -28px;
  height: 63px;
  width: 88px;
  background-image: url(../images/icon6.png);
  background-repeat: no-repeat;
  content: "";
}
.testimonial-name {
  font-size: 20px;
  line-height: 26px; 
  color: #30638f;
  padding-bottom: 0;
  text-transform: uppercase;
}
.testimonial-info {
  font-size: 18px;
  line-height: 26px;
  color: #7d7d7d;
  padding-bottom: 19px;
}
.elite-rating {
  font-size: 18px;
  padding-bottom: 10px;
}
.elite-rating a {
  color: #fbb601;
}
 /* Elite Gallery */
  .elite-gallery .section-title {
    text-align: center;
  }
.elite-gallery .section-title h3 {
  margin: 0 auto;
 }
.gallery-wrap {
  padding: 0 21px;
}
.elite-gallery .section-title h3:after {
  right: 0;
  margin: 0 auto;
}
.elite-gallery {
  padding: 50px 0 25px;
  background-color: #ffffff;
}
.gallery-item {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
}
.gallery-item img {
  width: 100%;
}
.hover-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center; 
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  padding: 30px;
}
.gallery-item:hover .hover-item {
  opacity: 1;
}
.hover-item a {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 61px;
  width: 61px;
  background-color: #30638f;
  color: inherit;
  font-size: 60px;
  line-height: 52px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
.hover-item h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 1;
}
.elite-map {
  height: 450px;
}
/* Elite Contact */
.elite-contact {
  background-color: #ffffff;
}
.contact-wrap {
  position: relative;
  margin-bottom: -217px;
  background: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.contact-wrap .row {
  margin: 0;
}
.contact-wrap .row [class*="col-"] {
  padding: 0;
}
.contact-wrap form {
  padding: 36px;
}
.contact-wrap form .row {
  margin: 0 -11px;
}
.contact-wrap form .row [class*="col-"] {
  padding: 0 11px;
}
form .elite-btn {
  font-size: 16px;
  width: 100%;
}
.form-control {
  padding: 0;
  font-size: 16px;
  border: none;
  border-bottom: solid 2px #e1e1e1;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: 52px;
  color: #777777;
  -webkit-appearance: none;
}
textarea.form-control {
  height: 102px;
  resize: none;
  padding: 13px 0;
}
.form-group {
  margin-bottom: 23px;
}
.btn-wrap {
  padding-top: 1px;
}
.form-control:focus {
  box-shadow: none;

}
.contact-wrap h3 {
  font-size: 34px;
  line-height: 45px;
  color:#333333;
  padding-bottom: 26px;
}
.contact-wrap strong {
  color:#30638f;
}
/* Elite Footer */
.elite-footer {
  background-image: url(../images/background5.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 268px;
  position: relative;
  z-index: 0;
}
.elite-footer p {
  font-size: 16px;
  line-height: 24px;
  color: #979797;
  padding: 21px 0 31px;
}
.elite-footer ul {
  padding-left: 0;
  margin-bottom: 0; 
}
.social-icons a {
  font-size: 20px;
  width: 42px;
  height: 42px;
  background: #393939;
  color: #b0b0b0;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  line-height: 42px;
  display: inline-block;
  margin-right: 5px;
}
.social-icons a:hover {
  background-color: #30638f;
  color: #ffffff;
}
.elite-footer .form-control {
  padding: 8px 15px;
  background-color: rgba(255,255,255,0.1);
  border: solid 2px #a4a4a4;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: 40px;
}
.elite-footer h3 {
  padding: 25px 0 20px;
  color: #ffffff;
  font-size: 24px;
  line-height: 32px;
}
.elite-footer .elite-btn {
  padding: 7px 10px;
}
.main-menu li {
  font-size: 16px;
  line-height: 30px;
  color: #979797;
  display: inline-block;
  width: 49%;
  padding-left: 20px;
  position: relative;
}
.main-menu li a {
  color: #979797;
}
.main-menu li:hover a {
  color: #427cad;
}
.main-menu li:before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 6px solid #979797;
  border-bottom: 5px solid transparent;
  content: "";
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.main-menu li:hover:before {
  border-left-color: #427cad;
}
.main-menu {
  padding-left: 30px;
}
.copyright  {
  background: #1a1a1a;
  font-size: 15px;
  font-weight: 300;
  color: #949494;
  text-transform: uppercase;
  padding: 43px 0 35px;
  margin-top: 50px;
}
.elite-footer ::-webkit-input-placeholder {
  color: #adadad;
  opacity: 1;
}
.elite-footer ::-moz-placeholder {
  color: #adadad;
  opacity: 1;
}
.elite-footer :-ms-input-placeholder {
  color: #adadad;
  opacity: 1;
}
.elite-footer :-moz-placeholder {
  color: #adadad;
  opacity: 0.5;
}
.elite-footer .form-control:focus {
  color: #ffffff;
}
.elite-footer .form-group {
  margin-bottom: 8px;
}
/* Elite Testmonials Page */
.elite-page-title {
  padding: 42px 0 145px;
  background-image: url(../images/background7.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #ffffff;
  position: relative;
}
.elite-page-title:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(48, 99, 143, 0.85);
  content: "";
  z-index: 0;
}
.elite-page-title > * {
  position: relative;
  z-index: 1;
}
.elite-page-title h2 {
  padding-bottom: 0;
  font-size: 50px;
  text-transform: uppercase;
}
/* Elite Mid Wrap */
.elite-mid-wrap {
  margin-top: -105px;
  position: relative;
  z-index: 1;
}
/* Elite Testimonials */
.testimonials-wrap {
  padding: 10px 40px 22px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}
.testimonials-wrap .testimonial-item {
  padding: 34px 25px 18px;
  border-bottom: 2px solid #f2f2f2;
}
.testimonials-wrap .testimonial-item:last-child {
  border-bottom: none;
}
.testimonials-wrap .testimonial-item:before, .testimonials-wrap .testimonial-item:after {
  display: table;
  clear: both;
  content: "";
}
.testimonials-wrap .testimonial-item .elite-image {
  float: left;
  padding-top: 26px;
}
.testimonials-wrap .testimonial-item .elite-image img {
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.testimonials-wrap .testimonial-info {
  overflow: hidden;
  padding-left: 42px;
}
.testimonials-wrap .testimonial-info h3 {
  padding-bottom: 17px;
  margin-bottom: 15px;
  font-size: 28px;
  color: #333333;
  position: relative;
}
.testimonials-wrap .testimonial-info h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 68px;
  height: 4px;
  background: #30638f;
  content: "";
  z-index: 1;
}
.testimonial-rating {
  padding-bottom: 11px;
}
.testimonial-rating a {
  display: inline-block;
  color: #fbb601;
  font-size: 18px;
}
.testimonial-meta {
  padding-top: 9px;
  font-size: 18px;
  line-height: 20px;
}
.testimonial-meta span {
  display: inline-block;
}
.meta-label {
  padding-right: 10px;
  color: #30638f;
  font-weight: 900;
  text-transform: uppercase;
  border-right: 1px solid #c6c6c6;
}
.meta-link i {
  padding: 0 5px;
  font-size: 20px;
}
.meta-link a {
  display: inline-block;
  position: relative;
}
.meta-link a:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #30638f;
  content: "";
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 1;
}
.meta-link a:hover:after {
  width: 100%;
}
/* Elite About Page */
.elite-about-wrap {
  padding: 35px 35px 54px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1); 
}
.about-info-wrap {
  padding: 37px 25px 0;
}
.about-info-wrap p {
  color: #8d8d8d;
  font-size: 18px;
  line-height: 26px;
}
.about-info-wrap .section-title {
  padding-bottom: 24px;
}
.about-info-wrap .section-title h3 {
  padding-bottom: 25px;
}
/* Elite Contact Page */
.contact-info-wrap {
  padding: 60px 100px;
  margin-bottom: 70px;
  background: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}
.contact-info-wrap [class*="col-"] {
  border-right: 2px solid #f0f0f0;
}
.contact-info-wrap [class*="col-"]:last-child {
  border-right: none;
}
.contact-item .elite-icon {
  padding-bottom: 14px;
}
.contact-item h3 {
  padding-bottom: 18px;
  font-weight: 700;
  font-size: 24px;
}
.contact-item p {
  color: #7d7d7d;
  font-size: 16px;
  line-height: 20px;
}
.contact-item p a {
  display: block;
  color: inherit;
}
.contact-item p a:hover {
  color: #30638f;
}
.elite-contact.no-bg {
  background: transparent;
}
/* Elite Residential Page */
.elite-gallery.gallery-style-two {
  padding: 63px 0 40px;
  margin-top: 70px;
  border-top: 2px solid #f6f6f6;
  border-bottom: 2px solid #f6f6f6;
}
/* Magnific Popup */
.mfp-fade.mfp-bg, .mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready, .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-bg.mfp-removing, .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-bg {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
}
.mfp-close {
  position: absolute;
  top: 30px;
  right: 28px;
  width: 16px;
  height: 16px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  z-index: 9999;
}
.mfp-close:active {
  top: 30px;
}
.mfp-bottom-bar {
  display: none;
}
.mfp-bottom-bar a {
  color: #ffffff;
  font-weight: 700;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  top: -30px;
  right: 0;
  width: 16px;
  padding-right: 0;
}
.mfp-image-holder .mfp-close {
  display: none;
}
.mfp-container {
  padding: 0 25px;
}
.mfp-container .mfp-img {
  padding: 0;
}
.mfp-container .mfp-arrow {
  width: auto;
  height: auto;
  margin: 0;
  color: #ffffff;
  opacity: 1;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-tap-highlight-color: transparent;
  z-index: 9999;
}
.mfp-arrow:after {
  display: none;
}
.mfp-arrow:before {
  display: inline-block;
  height: 90px;
  width: 35px;
  margin: 0;
  font: normal normal normal 21px/88px FontAwesome;
  background: rgba(225, 225, 225, 0.25);
  border: none;
  position: static;
  opacity: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.mfp-arrow-left {
  left: 30px;
}
.mfp-arrow-right {
  right: 45px;
}
.mfp-arrow-right:before {
  content: "\f105";
}
.mfp-figure:after {
  display: none;
}
.mfp-close:before {
  position: absolute;
  top: -2px;
  left: 7px;
  width: 2px;
  height: 16px;
  background: #ffffff;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
.mfp-close:after {
  position: absolute;
  top: -2px;
  right: 7px;
  width: 2px;
  height: 16px;
  background: #ffffff;
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}
.elite-toggle {
  display: none;
  width: 20px;
  height: 18px;
  margin-left: auto;
}
.elite-toggle .toggle-separator {
  display: block;
  width: 100%;
  height: 3px;
  background: #333333;
  position: relative;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.elite-toggle .toggle-separator:before, .elite-toggle .toggle-separator:after {
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #333333;
  content: "";
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1;
}
.elite-toggle .toggle-separator:after {
  top: 12px;
}
