html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Red Hat Display", sans-serif;
  position: relative;
  font-size: 17px;
  line-height: 26px;
}

img {
  width: 100%;
}

a {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #FFD500;
}

a:active,
a:focus,
a:hover {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333;
}

p {
  color: #333;
}

section {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 768px) {
  section {
    padding: 60px 0;
  }
}

.little-h {
  color: #FFD500;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .little-h {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
  }
}

.title-h {
  color: #222;
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
  margin-top: 15px;
  font-family: "Titillium Web", sans-serif;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .title-h {
    font-size: 36px;
    line-height: 39px;
  }
}

.title-p {
  margin-bottom: 20px;
  margin-top: 15px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Red Hat Display", sans-serif;
}
@media (max-width: 768px) {
  .title-p {
    font-size: 20px;
    line-height: 26px;
  }
}

.inner-h {
  font-size: 26px;
  line-height: 32px;
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn {
  color: #3c475d;
  background-color: transparent;
  padding: 15px 35px 12px 35px;
  font-size: 16px;
  font-weight: 800;
  border-radius: 50px;
  letter-spacing: 3px;
  border: 2px solid #3c475d;
  text-transform: uppercase;
  margin: 15px 0;
  display: inline-block;
}
@media (max-width: 500px) {
  .btn {
    font-size: 15px;
    padding: 14px 25px 11px 25px;
    letter-spacing: 1px;
  }
}

.btn-white {
  color: #fff;
  background-color: transparent;
  padding: 15px 35px 12px 35px;
  font-size: 16px;
  font-weight: 800;
  border-radius: 50px;
  letter-spacing: 3px;
  border: 2px solid #fff;
  text-transform: uppercase;
  margin: 15px 0;
  display: inline-block;
}
@media (max-width: 500px) {
  .btn-white {
    font-size: 15px;
    padding: 14px 25px 11px 25px;
  }
}

.btn:hover, .btn-white:hover {
  color: #fff;
  background-color: #3c475d;
  border-color: #3c475d;
}

.btn:focus, .btn-white:hover {
  color: #fff;
  background-color: #3c475d;
  border-color: #3c475d;
}

.btn:active:hover, .btn:active:focus, .btn:active.focus, .btn.active:hover, .btn.active:focus, .btn.active.focus, .open > .btn.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #3c475d;
  border-color: #3c475d;
}

.btn:not(:disabled):not(.disabled).active, .btny:not(:disabled):not(.disabled):active, .show > .btn.dropdown-toggle {
  color: #fff;
  background-color: #3c475d;
  border-color: #3c475d;
}

.btn:active, .btn.active, .open > .btn.dropdown-toggle {
  color: #fff;
  background-color: #3c475d;
  border-color: #3c475d;
}

.btn:focus {
  box-shadow: none;
}

.btn.focus, .btn:focus {
  box-shadow: none;
}

.btn-nav1 {
  color: #fff !important;
  background-color: #FFD500 !important;
  padding: 9px 17px !important;
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  border: 2px solid #FFD500;
  font-family: "Rajdhani", sans-serif;
}

.btn-nav1:hover {
  background-color: #3c475d !important;
  border: 2px solid #3c475d;
}

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.back-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.display-mobile {
  display: none !important;
}
@media (max-width: 991px) {
  .display-mobile {
    display: block !important;
  }
}

.display-comp {
  display: inline-block !important;
}
@media (max-width: 991px) {
  .display-comp {
    display: none !important;
  }
}

.or-spacer {
  margin: 25px auto;
  width: 300px;
  position: relative;
}
@media (max-width: 991px) {
  .or-spacer {
    width: 250px;
  }
}

.or-spacer-left {
  margin: 25px 0;
  width: 300px;
  position: relative;
}

.or-spacer .mask, .or-spacer-left .mask {
  overflow: hidden;
  height: 20px;
}

.or-spacer .mask:after, .or-spacer-left .mask:after {
  content: "";
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px/12px;
  box-shadow: 0 0 11px #FFD500;
}

/******navbar start*******/
.top-bar {
  background-color: #282f3e;
}
@media (max-width: 991px) {
  .top-bar {
    text-align: center;
  }
}
.top-bar p {
  font-family: "Rajdhani", sans-serif;
  margin: 6px 0px 0 0;
}
.top-bar a {
  display: inline-block;
  margin: 0px 8px;
  color: #eee;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .top-bar a {
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 1px;
    font-weight: 500;
  }
}
.top-bar a:hover {
  color: #FFD500;
}
.top-bar .svg-inline--fa {
  color: #fff;
  margin: 0 0px;
}
.top-bar .top-text {
  display: inline-block;
}
.top-bar .top-right {
  text-align: right;
}
@media (max-width: 991px) {
  .top-bar .top-right {
    text-align: center;
  }
}
.top-bar .top-b {
  padding: 8px 0px 2px 0px;
}
@media (max-width: 991px) {
  .top-bar .top-b {
    padding: 1px 0px 2px 0px;
  }
}

@media (min-width: 991px) {
  nav.navbar.bootsnav.no-background {
    background-color: transparent;
    border: none;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 12px;
    background-color: transparent;
  }
  .navbar-toggle .svg-inline--fa {
    color: #333;
  }
}
nav.navbar.bootsnav {
  background: #fff;
  border-bottom: solid 1px #eee;
}

.navbar {
  min-height: 73px;
}
@media (max-width: 991px) {
  .navbar {
    min-height: 66px;
  }
}

.navbar-brand {
  padding: 0px 10px 2px 5px;
}
@media (max-width: 991px) {
  .navbar-brand {
    padding: 0px 0px 2px 10px;
  }
}

.navbar-brand img {
  width: auto;
  height: 78px;
}
@media (max-width: 1150px) {
  .navbar-brand img {
    height: 57px;
  }
}

.caret {
  margin-left: 4px;
}

@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    color: #222 !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 22px;
    font-family: "Rajdhani", sans-serif;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Rajdhani", sans-serif;
    color: #fff;
    font-size: 15px;
    padding: 9px 0;
  }
  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 20px -15px;
  }
  nav.navbar.bootsnav .btn {
    margin-left: 0px !important;
  }
}
@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: #fff;
    border: solid 1px #eee;
    border-top: 6px solid #FFD500;
    margin-top: 0px;
    width: 220px;
  }
  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 16px 12px 10px 8px;
    font-weight: 500;
    font-size: 18px;
    font-family: "Rajdhani", sans-serif;
    text-transform: uppercase;
    color: #FFD500;
    margin: 14px 0 12px 0;
    letter-spacing: 1px;
  }
}
@media (min-width: 991px) and (max-width: 1010px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 26px 7px 10px 7px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 16px 7px 10px 7px;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0px;
  }
}
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #282f3e;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #FFD500;
  }
  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff;
  }
  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 10px 10px;
    border-bottom: solid 1px #eee;
    color: #333;
    font-weight: 400;
    font-size: 17px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #FFD500;
  }
}
nav.navbar.bootsnav .btn {
  margin-top: 14px;
  text-transform: none;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 15px 5px 0;
  margin-right: 10px;
  margin-left: 5px;
  font-weight: 500;
  font-family: "Rajdhani", sans-serif;
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .btn {
    display: none;
  }
}

nav.navbar-fixed.bootsnav .btn {
  color: #3c475d !important;
  background-color: transparent !important;
  border: 2px solid #3c475d;
  padding: 10px 20px;
}

nav.no-background.bootsnav .btn {
  color: #fff !important;
  background-color: transparent !important;
  border: 2px solid #fff;
  padding: 10px 20px;
}

nav.bootsnav .btn:hover {
  color: #fff !important;
  background-color: #3c475d !important;
  border: 2px solid #3c475d;
  padding: 10px 20px;
}

@media (max-width: 991px) {
  #navbar-menu > ul > li.dropdown.on > ul > li > a {
    color: #333;
    line-height: 36px;
    font-size: 18px;
  }
  #navbar-menu > ul > li.dropdown.on > ul {
    list-style: none;
    padding-left: 10px;
  }
}
nav.no-background.bootsnav .logo1 {
  display: inline-block !important;
}

nav.navbar-fixed.bootsnav .logo1 {
  display: none;
}

nav.no-background.bootsnav .logo2 {
  display: none !important;
}

nav.navbar-fixed.bootsnav .logo2 {
  display: inline-block;
}

@media (max-width: 992px) {
  nav.no-background.bootsnav .logo1 {
    display: none !important;
  }
  nav.no-background.bootsnav .logo2 {
    display: inline-block !important;
  }
}
nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 150px;
  margin-top: 0px;
}

@media (max-width: 1200px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 78px;
    width: auto;
    margin-top: 0;
  }
}
nav.navbar.bootsnav.no-full .navbar-collapse {
  height: auto !important;
  max-height: none !important;
}

.mobile-view {
  display: none !important;
}
@media (max-width: 991px) {
  .mobile-view {
    display: block !important;
  }
}

.desctop-view {
  display: inline-block !important;
}
@media (max-width: 991px) {
  .desctop-view {
    display: none !important;
  }
}

nav.navbar.bootsnav .material-symbols-outlined:hover {
  color: #FFD500;
}

/******navbar end**********/
/*****hero start******/
.hero {
  overflow: hidden;
  position: relative;
  height: calc(100vh + 50px);
  width: 100%;
  position: relative;
}
@media (max-width: 1050px) {
  .hero {
    height: auto;
    min-height: 60vh;
    background-attachment: scroll;
  }
}
@media (max-width: 650px) {
  .hero {
    height: auto;
    min-height: 80vh;
    background-attachment: scroll;
  }
}

.hero .back {
  background: rgba(20, 24, 31, 0.5);
}

.hero-box {
  margin-top: 50vh;
}
@media (max-width: 1050px) {
  .hero-box {
    margin-top: 32vh;
    margin-bottom: 50px;
  }
}
.hero-box .btn {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
@media (max-width: 768px) {
  .hero-box .btn {
    margin-bottom: 8px;
    min-width: 220px;
    margin-top: 5px;
  }
}
.hero-box .btn:hover {
  background-color: #3c475d;
  border: 2px solid #3c475d;
}
.hero-box h1 {
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
  margin-bottom: 15px;
}
@media (max-width: 450px) {
  .hero-box h1 {
    margin-bottom: 5px;
  }
}
.hero-box h2 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 5px;
  color: #fff;
  font-size: 23px;
  letter-spacing: 1px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
}
@media (max-width: 450px) {
  .hero-box h2 {
    font-size: 17px;
    line-height: 23px;
  }
}

/*****hero end******/
.hero-bottom {
  margin-top: -80px;
  padding: 0px;
}
@media (max-width: 991px) {
  .hero-bottom {
    margin-top: -40px;
  }
}
.hero-bottom h2 {
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  letter-spacing: 1px;
}

.grid {
  border-radius: 11px;
  position: relative;
  background-color: #282f3e;
  padding: 30px;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .grid {
    margin-bottom: 10px;
  }
}
@media (max-width: 550px) {
  .grid {
    padding: 30px 5px 15px 5px;
  }
}
.grid img {
  height: 70px;
  width: auto;
}

.grid:hover h2 {
  color: #fff;
  letter-spacing: 2px;
}

/********* services end *********/
.tc-features .back {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.tc-features p {
  padding: 5px 10px 5px 0;
}

.features-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.tc-features h6 {
  font-family: "Titillium Web", sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.services-box {
  position: relative;
  padding: 40px;
  background-color: #fff;
  margin-bottom: 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .services-box {
    padding: 20px;
  }
}
.services-box img {
  height: 90px;
  width: auto;
}

.services-box:hover {
  box-shadow: 2px -2px 15px rgba(0, 0, 0, 0.2);
}

.tc-features h6 {
  font-family: "Titillium Web", sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFD500;
}

/******* services start *******/
.serviceBox {
  background: linear-gradient(-45deg, rgba(242, 242, 242, 0.18) 50%, rgba(255, 255, 255, 0.1) 50%);
  padding: 20px 30px 30px 40px;
  margin: 0px 0 15px 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  border-radius: 9px;
}
@media (max-width: 768px) {
  .serviceBox {
    padding: 20px 15px 20px 20px;
  }
}

.serviceBox .service-icon h2 {
  color: #3c475d;
  font-size: 70px;
  font-weight: 700;
  margin: 0px 0;
  font-family: "Rajdhani", sans-serif;
}

.serviceBox .title {
  color: #FFD500;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px 0 10px 0;
  font-family: "Titillium Web", sans-serif;
}

.serviceBox .description {
  color: #555;
  font-size: 15px;
  line-height: 20px;
  margin: 0;
}

.why-img {
  height: 700px;
  border-radius: 9px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .why-img {
    height: 250px;
  }
}

/******* services end *******/
/*********cta start*******/
.cta {
  padding: 25vh 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .cta {
    padding: 120px 0;
  }
}
.cta .back {
  background: rgba(26, 32, 56, 0.5);
}
.cta .title-h {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5);
}
.cta .title-p {
  text-shadow: rgba(0, 0, 0, 0.5);
  color: #fff;
  margin: 30px 0;
  font-weight: 400;
  font-size: 26px;
}
@media (max-width: 768px) {
  .cta .title-p {
    font-size: 22px;
  }
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: auto 200%;
    }
  }
}
/********cta end********/
/*********** testimonials start *********/
.testimonials {
  background-attachment: fixed;
  position: relative;
}
.testimonials .back {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: rgba(255, 255, 255, 0.89); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .testimonials {
      background-attachment: scroll !important;
      background-size: auto 200%;
    }
  }
}
.testimonial .description {
  padding: 30px 0;
  margin-bottom: 30px;
  font-size: 22px;
  color: #222;
  line-height: 34px;
  font-weight: 400;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .testimonial .description {
    padding: 30px 0;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
  }
}

.testimonial .title {
  display: block;
  font-size: 22px;
  font-weight: 500;
  color: #FFD500;
  font-family: "Rajdhani", sans-serif;
  letter-spacing: 1px;
  margin: 0 0 35px 0;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .testimonial .title {
    margin-bottom: 10px;
  }
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
  margin: 3px;
  padding: 4px 2px;
  display: inline-block;
  cursor: pointer;
  width: 16px;
  background: transparent;
  opacity: 1;
}
@media (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav [class*=owl-] {
    width: 14px;
  }
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #3c475d;
}

.owl-theme .owl-controls {
  text-align: center;
}

/************ testimonials end ************/
/*****tc- footer start******/
.tc-footer {
  background-position: bottom;
  position: relative;
  padding: 90px 0 25px 0;
}
@media only screen and (max-width: 990px) {
  .tc-footer {
    padding: 70px 0 25px 0;
  }
}
.tc-footer .back {
  background: rgba(30, 35, 46, 0.95);
}
.tc-footer a {
  font-weight: 500;
  color: #e6e6e6;
  font-size: 19px;
  line-height: 30px;
}
@media only screen and (max-width: 990px) {
  .tc-footer a {
    font-size: 16px;
  }
}
.tc-footer a:hover {
  color: #FFD500;
}
.tc-footer p, .tc-footer p a {
  color: #e6e6e6;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 0px;
  letter-spacing: 0px;
}
@media only screen and (max-width: 990px) {
  .tc-footer p, .tc-footer p a {
    font-size: 14px;
    line-height: 21px;
  }
}
.tc-footer .svg-inline--fa {
  height: 19px;
  width: 19px;
  color: #FFD500;
  margin: 0px 5px 5px 5px;
}
.tc-footer .svg-inline--fa:hover {
  color: #fff;
}
.tc-footer .copyright .svg-inline--fa {
  font-size: 20px;
  margin: 5px 6px;
}
.tc-footer img {
  margin-top: 0px;
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 990px) {
  .tc-footer img {
    height: auto;
    width: 100%;
    margin-bottom: 10px;
  }
}

.footer-b {
  margin: -5px 6px 0 6px;
}

.tc-footer ul {
  list-style: none;
  margin: 2px 0 2px 0;
  padding: 0;
}
@media only screen and (max-width: 990px) {
  .tc-footer ul {
    margin: 0px 0 20px 0;
  }
}

.ul-copyright li {
  display: inline-block;
  margin: 10px 15px 15px 15px;
}
@media only screen and (max-width: 768px) {
  .ul-copyright li {
    margin: 2px 0px 2px 0px;
  }
}
.ul-copyright a {
  font-size: 15px;
  letter-spacing: 1px;
}

/*****tc-footer end******/
.tc-header {
  min-height: 45vh;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.back {
  background: rgba(26, 26, 26, 0.55);
}

/****** CONTACT PAGE START ******/
.contact-padd h3 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
}
.contact-padd .svg-inline--fa {
  background: #FFD500;
  color: #555;
  border-radius: 50%;
  height: 33px;
  width: 33px;
  font-size: 20px;
  padding: 20px;
}
.contact-padd a {
  color: #333;
}
.contact-padd a:hover {
  color: #FFD500;
}

.contact-padd:hover p {
  color: #FFD500;
}

input, textarea {
  width: 100%;
  background: #f4f4f4;
  margin: 10px 0;
  padding: 13px 20px;
  border: 1px solid #f2f2f2;
}
@media only screen and (max-width: 768px) {
  input, textarea {
    padding: 13px 15px;
  }
}

select {
  width: 100%;
  background: #f4f4f4;
  margin: 10px 0;
  padding: 13px 20px;
  border: 1px solid #f2f2f2;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  height: 54px;
}
@media only screen and (max-width: 768px) {
  select {
    padding: 13px 15px;
  }
}

.contact-page form {
  padding-top: 40px;
}
.contact-page h4 {
  color: #FFD500;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 30px;
}

::-moz-placeholder {
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
}

::placeholder {
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
}

/****** CONTACT PAGE END ******/
.example-image {
  background-size: cover;
  background-position: center;
  height: 260px;
  margin: 5px 5px;
  width: calc(33% - 15px);
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .example-image {
    height: 250px;
    margin: 5px 5px;
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 500px) {
  .example-image {
    height: 250px;
    margin: 5px 0px;
    width: calc(100% - 0px);
  }
}

.row-video iframe {
  width: 100%;
  height: 500px;
  margin-top: 25px;
}
@media screen and (max-width: 500px) {
  .row-video iframe {
    height: 220px;
  }
}

/********** TEAM PAGE START ********/
.team-box {
  background-color: #fff;
  overflow: hidden;
  display: inline-block;
  margin: 12px 12px;
  width: calc(33% - 30px);
}
@media (max-width: 1100px) {
  .team-box {
    width: calc(49% - 15px);
  }
}
@media (max-width: 550px) {
  .team-box {
    width: calc(99% - 15px);
  }
}

.team-img {
  height: 350px;
  background-position: top;
  transition: all 0.3s ease-in-out;
}

.team-box:hover .team-img { /* IE 9 */ /* Safari 3-8 */
  transform: scale(1.1);
}

.team-info {
  padding: 15px 5px 25px 5px;
}

.team-job-desc {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  color: #3c475d;
  font-size: 26px;
  margin-top: 0;
}

.team-name {
  color: #999;
  font-weight: 300;
  font-size: 16px;
  opacity: 0.85;
}

.team-info .btn {
  padding: 8px 20px;
  font-size: 14px;
  margin-top: 10px;
}

.team-link {
  display: block;
  margin: 2px 0;
  letter-spacing: 1px;
  font-weight: 300;
}

.inline-box-open {
  overflow: auto;
  background: #FDFDF6;
  padding: 40px;
  width: 70%;
  max-width: 100%;
  border-radius: 6px;
  margin-left: 15%;
}

@media screen and (max-width: 768px) {
  .inline-box-open {
    background: #FDFDF6;
    padding: 10px;
    width: 96%;
    max-width: 100%;
    border-radius: 6px;
    margin-left: 2%;
  }
}
.staff-bio .svg-inline--fa {
  width: 18px;
  height: 18px;
  padding: 9px;
  border: 1px solid #FFD500;
  background-color: #FFD500;
  border-radius: 50%;
  margin: 10px 6px 2px 0px;
  color: #555;
}

.staff-bio .svg-inline--fa:hover {
  background-color: #FFD500;
  color: #fff;
}

/********* TEAM PAGE END *******/
#accordion .panel {
  border: none;
  border-radius: 0;
  margin-bottom: 5px;
  box-shadow: none;
}

#accordion .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
  position: relative;
}

#accordion .panel-title a {
  display: block;
  padding: 20px 25px;
  margin: 0;
  background: #fff;
  font-size: 17px;
  color: #333;
  letter-spacing: 1px;
  position: relative;
}
@media (max-width: 991px) {
  #accordion .panel-title a {
    padding: 20px 35px 20px 15px;
  }
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #FFD500;
  position: absolute;
  top: 31px;
  right: 20px;
}
@media (max-width: 991px) {
  #accordion .panel-title a:before,
  #accordion .panel-title a.collapsed:before {
    top: 28px;
  }
}

#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after {
  content: "";
  width: 2px;
  height: 20px;
  background: #FFD500;
  position: absolute;
  top: 22px;
  right: 29px;
  transition: all 0.3s ease 0s;
}
@media (max-width: 991px) {
  #accordion .panel-title a:after,
  #accordion .panel-title a.collapsed:after {
    top: 19px;
  }
}

.gallery-h {
  font-size: 38px;
  line-height: 40px;
  font-weight: 700;
  margin-top: 15px;
  font-family: "Titillium Web", sans-serif;
}

.gallery-page:nth-child(even) {
  background: #f7f7f7;
}

.gallery-page:nth-child(odd) {
  background: #fff;
}

.blog-box {
  position: relative;
  background-color: #fff;
  margin: 15px 0;
  box-shadow: 2px 4px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}
.blog-box .blog-img {
  height: 300px;
}
@media (max-width: 550px) {
  .blog-box .blog-img {
    height: 250px;
  }
}
.blog-box .blog-text {
  padding: 25px 20px 5px 20px;
}
.blog-box h3 {
  font-family: "Titillium Web", sans-serif;
  font-size: 23px;
  line-height: 28px;
  min-height: 84px;
  margin-top: 10px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .blog-box h3 {
    min-height: auto;
  }
}
.blog-box a {
  color: #FFD500;
}

.blog-box:hover a {
  font-weight: 700;
  letter-spacing: 1px;
}

.blog-box:hover {
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
}

.blog-ul {
  padding-left: 0;
  list-style: none;
}
.blog-ul li {
  display: inline-block;
}
.blog-ul .svg-inline--fa {
  height: 40px;
  width: 40px;
  padding: 12px;
  border-radius: 2px;
  background-color: #FFD500;
  color: #fff;
  margin: 20px 4px 5px 4px;
  transition: all 0.3s ease-in-out;
}
.blog-ul .svg-inline--fa:hover {
  padding: 10px;
}

.blog-detail-img {
  height: 400px;
  margin: 30px 0;
}
@media (max-width: 768px) {
  .blog-detail-img {
    height: 250px;
  }
}

.pagination {
  margin-top: 40px;
}

.pagination > li > a, .pagination > li > span {
  color: #333;
}/*# sourceMappingURL=style.css.map */