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

body {
  font-family: "PT Sans", sans-serif;
  position: relative;
  font-size: 18px;
  line-height: 26px;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Arsenal", sans-serif;
}

img {
  width: 100%;
}

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

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

section {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 991px) {
  section {
    padding: 50px 0;
  }
}

.btn {
  background-color: #f5e5bc;
  border: none;
  box-shadow: inset 0 0 15px #e6ba4d;
  color: #333;
  font-family: "Arsenal", sans-serif;
  padding: 15px 35px 17px 35px;
  text-transform: capitalize;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 17px 0;
  border-radius: 50px;
}
@media (max-width: 991px) {
  .btn {
    font-size: 19px;
    letter-spacing: 1px;
  }
}

.btn:hover {
  background-color: #f2dda6;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease-in-out;
}

.btn:focus {
  background-color: #f2dda6;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease-in-out;
}

.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 {
  background-color: #f2dda6;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease-in-out;
}

.btn:active, .btn.active, .open > .btn.dropdown-toggle {
  background-color: #f2dda6;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease-in-out;
}

.title-small {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 5px;
  color: #eccb79;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 5px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .title-small {
    font-size: 22px !important;
    line-height: 27px !important;
  }
}

.title-h {
  font-family: "Arsenal", sans-serif;
  font-size: 56px;
  line-height: 60px;
  margin-bottom: 25px;
  text-transform: capitalize;
  color: #555;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .title-h {
    font-size: 34px !important;
    line-height: 39px !important;
    letter-spacing: 0;
  }
}

.title-p {
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 20px;
  font-weight: 200;
  color: #333;
  font-family: "Arsenal", sans-serif;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .title-p {
    font-size: 20px !important;
    line-height: 28px;
  }
}

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

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

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

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

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

.new-img {
  height: 220px;
}

/******navbar start*******/
.top-bar {
  background-color: #222;
}
.top-bar p, .top-bar a {
  padding-top: 6px;
  margin-bottom: 5px;
  color: #f2dda6;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .top-bar p, .top-bar a {
    font-size: 13px;
    line-height: 15px;
  }
}
.top-bar a:hover {
  color: #f2dda6;
}

@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: 14px;
    background-color: transparent;
  }
  .navbar-toggle .svg-inline--fa {
    color: #f2dda6;
  }
}
nav.navbar.bootsnav {
  background: #fff;
  border-bottom: solid 1px #eee;
}
@media (max-width: 991px) {
  nav.navbar.bootsnav {
    background: #fff !important;
    border-bottom: solid 1px none;
  }
}

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

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

.navbar-brand img {
  width: auto;
  height: 75px;
}
@media (max-width: 1025px) {
  .navbar-brand img {
    height: 52px;
  }
}

.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: #333 !important;
    font-weight: 400;
    font-family: "Arsenal", sans-serif;
    letter-spacing: 1px;
    font-size: 26px;
    padding: 15px 0;
  }
  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    background: #fff;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Arsenal", sans-serif;
    color: #fff;
    font-size: 15px;
    padding: 5px 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: rgba(255, 255, 255, 0.97);
    border: solid 1px #ccc;
    border-top: 5px solid #f2dda6;
    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: 19px 10px 18px 10px;
    font-weight: 500;
    font-size: 21px;
    color: #f2dda6;
    font-family: "Arsenal", sans-serif;
    letter-spacing: 1px;
    margin: 12px 0 12px 0;
  }
}
@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: 18px 10px 18px 10px;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0px;
  }
}
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #dfa920;
  }
  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: 11px 10px;
    border-bottom: solid 1px #eee;
    color: #333;
    font-weight: 400;
    font-size: 15px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #dfa920;
  }
}
nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 105px;
  margin-top: 0px;
}

@media (max-width: 991px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 52px;
    width: auto;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  #navbar-menu > ul > li.dropdown.on > ul > li > a {
    color: #333;
    line-height: 34px;
  }
  #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.navbar.bootsnav .btn {
  margin-left: 0px !important;
  min-width: 120px;
}

nav.no-background.bootsnav .btn {
  padding: 9px 17px !important;
  font-size: 20px;
  margin: 15px 10px 0 0px;
  font-weight: 500;
  background-color: transparent !important;
  border: 2px solid #fff !important;
  letter-spacing: 1px;
  box-shadow: none;
  color: #fff !important;
  font-family: "Arsenal", sans-serif;
}

nav.navbar-fixed.bootsnav .btn {
  padding: 9px 17px !important;
  font-size: 20px;
  margin: 15px 10px 0 0px;
  font-weight: 500;
  background-color: transparent;
  border: 2px solid #dfa920;
  color: #dfa920;
  letter-spacing: 1px;
  box-shadow: none;
  font-family: "Arsenal", sans-serif;
}

nav.navbar.bootsnav .btn:hover {
  background-color: #f2dda6 !important;
  border: 2px solid #f2dda6 !important;
  color: #333 !important;
}

nav.navbar-fixed.bootsnav .btn2 {
  background-color: #dfa920 !important;
  border: 2px solid #dfa920 !important;
  color: #fff !important;
}

nav.navbar.bootsnav.no-full .navbar-collapse {
  height: auto !important;
  max-height: none !important;
}

/******navbar end**********/
/*****hero start******/
.hero {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .hero {
    min-height: 85vh;
  }
}
.hero h1 {
  font-size: 24px;
  line-height: 42px;
  margin-bottom: 0px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Arsenal", sans-serif;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.6);
}
@media (max-width: 768px) {
  .hero h1 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 5px;
    color: #fff;
  }
}
.hero h2 {
  font-size: 58px;
  line-height: 62px;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Arsenal", sans-serif;
  color: #fff;
  margin-top: 5px;
  text-shadow: rgba(0, 0, 0, 0.6);
}
@media (max-width: 768px) {
  .hero h2 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 5px;
    color: #fff;
  }
}

.hero .overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(54, 54, 54, 0.5);
}

.hero-title {
  margin-top: 40vh;
  z-index: 3;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .hero-title {
    margin-top: 38vh;
    margin-bottom: 10px;
  }
}

.indicator {
  position: absolute;
  width: 35px;
  height: 35px;
  left: 50%;
  margin-left: -15px;
  bottom: 20px;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .indicator {
    display: none;
  }
}

.indicator span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: none;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  animation: animate 1s linear infinite;
}

.indicator span:nth-child(1) {
  top: -30px;
  left: -30px;
  animation-delay: 0s;
}

.indicator span:nth-child(2) {
  top: -15px;
  left: -15px;
  animation-delay: 0.2s;
}

@keyframes animate {
  0% {
    border-color: #fff;
    transform: translate(0, 0);
  }
  20% {
    border-color: #fff;
    transform: translate(15px, 15px);
  }
  20.1%, 100% {
    border-color: #dfa920;
  }
}
/*****hero end******/
.under-hero {
  padding: 20px 0;
}
.under-hero .icon-box {
  display: flex;
  padding: 25px 25px;
}
@media (max-width: 1200px) {
  .under-hero .icon-box {
    padding: 25px 15px;
  }
}
@media (max-width: 991px) {
  .under-hero .icon-box {
    padding: 25px 5px;
  }
}
@media (max-width: 768px) {
  .under-hero .icon-box {
    padding: 15px 5px;
  }
}
.under-hero .box-border {
  border-right: 1px solid #ccc;
}
@media (max-width: 991px) {
  .under-hero .box-border {
    border-right: none;
  }
}
.under-hero .icon, .under-hero .text {
  display: inline;
}
.under-hero .icon h2, .under-hero .text h2 {
  margin-top: 5px;
  text-transform: uppercase;
  color: #4d4e4e;
  font-size: 30px;
  line-height: 30px;
  font-family: "Arsenal", sans-serif;
  font-weight: 600;
}
@media (max-width: 991px) {
  .under-hero .icon h2, .under-hero .text h2 {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .under-hero .icon h2, .under-hero .text h2 {
    font-size: 28px;
    line-height: 28px;
    margin-top: 10px;
  }
}
.under-hero .icon h4, .under-hero .text h4 {
  font-family: "PT Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .under-hero .icon h4, .under-hero .text h4 {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
  }
}
.under-hero .icon {
  width: 90px;
}
@media (max-width: 1200px) {
  .under-hero .icon {
    width: 70px;
  }
}
@media (max-width: 991px) {
  .under-hero .icon {
    width: 60px;
  }
}
@media (max-width: 768px) {
  .under-hero .icon {
    width: 90px;
  }
}
.under-hero .text {
  flex: 1;
}
.under-hero img {
  width: 65px;
  vertical-align: center;
}
@media (max-width: 1200px) {
  .under-hero img {
    width: 60px;
  }
}
@media (max-width: 991px) {
  .under-hero img {
    width: 50px;
  }
}
@media (max-width: 768px) {
  .under-hero img {
    width: 70px;
  }
}

@media (max-width: 768px) {
  .border-new {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
}

.about-padd {
  padding-right: 0px;
  padding-top: 0px;
}
@media (max-width: 768px) {
  .about-padd {
    padding-right: 0px;
    padding-top: 0px;
  }
}

/*****tc-services start******/
.tc-service .icon {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  background-color: #eee;
  box-shadow: 0px 0px 5px #f2dda6;
}

.tc-service .text {
  padding: 55px 20px 30px 20px;
}
@media (max-width: 768px) {
  .tc-service .text {
    padding: 35px 15px 20px 15px;
  }
}

.icon img {
  width: auto;
  height: 80px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .icon img {
    margin-bottom: 10px;
  }
}

.icon h4 {
  font-family: "Arsenal", sans-serif;
  font-size: 28px;
  color: #dfa920;
  font-weight: 700;
}

.icon p {
  font-size: 17px;
  line-height: 24px;
  min-height: 134px;
}
@media (max-width: 768px) {
  .icon p {
    min-height: auto;
  }
}

.text a {
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #777;
  text-decoration: underline;
}

.icon:hover a {
  color: #dfa920;
  font-weight: 700;
}

.icon:hover {
  box-shadow: 0px 0px 10px #f2dda6;
}

/*****tc-services end******/
.info-left-text {
  padding: 0;
}

.info-left-text .info-img {
  margin-left: 45vw;
}

@media screen and (max-width: 991px) {
  .info-left-text .info-img {
    margin-left: 0;
  }
}
.info-left-text .info-img2 {
  display: none;
}

@media screen and (max-width: 991px) {
  .info-left-text .info-img2 {
    height: 220px;
    display: block;
  }
}
.info-left-text .info-text {
  padding: 80px 100px;
  width: 50vw;
  margin-right: 50vw;
  background-color: #333;
  margin-left: -45vw;
}

@media screen and (max-width: 991px) {
  .info-left-text .info-text {
    margin-right: 0;
    margin-left: 0;
    padding: 50px 15px;
    width: 100%;
  }
}
.info-left-text h3, .info-left-text p, .info-left-text h5, .info-left-text li {
  color: #fff;
}

.info-left-text .litle-h:after {
  background-color: #fff;
}

.features-text {
  display: inline-block;
}

.info-left-text h6 {
  font-family: "Arsenal", sans-serif;
  font-size: 28px;
  color: #f2dda6;
  margin-bottom: 10px;
}

.info-left-text p {
  font-size: 15px;
  line-height: 20px;
  padding: 0px 10px 5px 0;
}

.info-left-text .title-p {
  color: #fff;
}

.img-center-info {
  text-align: center;
}
@media (max-width: 600px) {
  .img-center-info {
    text-align: left;
  }
}

input, textarea {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid rgba(233, 202, 156, 0.4);
  margin-bottom: 15px;
  outline: none;
  border-radius: 0;
}

select {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid rgba(233, 202, 156, 0.4);
  margin-bottom: 15px;
  outline: none;
  border-radius: 0;
  font-size: 16px;
  color: #777;
  height: 65px;
  background: #fff;
}

::-moz-placeholder {
  font-size: 16px;
  color: #777;
}

::placeholder {
  font-size: 16px;
  color: #777;
}

.video-index {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .video-index {
    padding-bottom: 50px;
  }
}
.video-index .btn {
  margin: 5px;
  min-width: 220px;
}

.video-img {
  width: 100%;
  height: 650px;
  margin: 40px 0;
  position: relative;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .video-img {
    height: 260px;
    border-radius: 2px;
  }
}

.play-img {
  width: 190px;
  margin-top: 235px;
}
@media (max-width: 768px) {
  .play-img {
    margin-top: 60px;
    width: 140px;
  }
}

.play-img {
  animation: shadow-pulse 1.5s infinite;
}

@keyframes shadow-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#accordion .panel {
  border: none;
  border-radius: 0;
  margin-bottom: 9px;
  box-shadow: none;
}

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

#accordion .panel-title a {
  display: block;
  padding: 20px 15px;
  margin: 0;
  background: rgba(252, 246, 233, 0.2);
  font-size: 20px;
  font-weight: 500;
  color: #333;
  position: relative;
}
@media (max-width: 768px) {
  #accordion .panel-title a {
    padding: 20px 30px 20px 12px;
  }
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #dfa920;
  position: absolute;
  top: 29px;
  right: 30px;
}
@media (max-width: 768px) {
  #accordion .panel-title a:before,
  #accordion .panel-title a.collapsed:before {
    right: 15px;
  }
}

#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after {
  content: "";
  width: 2px;
  height: 20px;
  background: #dfa920;
  position: absolute;
  top: 21px;
  right: 39px;
  transition: all 0.3s ease 0s;
}
@media (max-width: 768px) {
  #accordion .panel-title a:after,
  #accordion .panel-title a.collapsed:after {
    right: 24px;
  }
}

#accordion .panel-title a:after {
  height: 0;
}

#accordion .panel-body {
  padding: 20px 15px;
  background: #fff;
  border-top: 1px solid #dfa920;
  font-size: 18px;
  color: #333;
}

.accordian-title {
  margin: 0 0 25px 0;
}
@media (max-width: 600px) {
  .accordian-title {
    margin: 15px 0 15px 0;
  }
}

/******* testimonials start **********/
.testimonials .owl-theme .owl-controls {
  text-align: left;
  margin-left: -5px;
}
.testimonials .owl-theme .owl-dots .owl-dot.active span, .testimonials .owl-theme .owl-dots .owl-dot:hover span {
  background: #dfa920;
}
@media (max-width: 991px) {
  .testimonials .back {
    background: rgba(54, 54, 54, 0.6);
  }
}
@media (max-width: 768px) {
  .testimonials {
    background-position: right;
  }
}

.testimonial {
  margin: 0 0px;
}

.testimonial .description {
  padding: 20px 10px 0px 0px;
  margin-bottom: 0px;
  font-size: 20px;
  color: #333;
  line-height: 34px;
  position: relative;
  font-style: italic;
}
@media (max-width: 991px) {
  .testimonial .description {
    padding: 20px 0px 0px 0px;
    font-size: 17px;
    line-height: 24px;
  }
}

.testimonial .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 30px 0;
}

#testimonial-slider {
  margin-bottom: 15px;
}

/******* testimonials end **********/
/**********cta2 start*********/
.cta2 {
  padding: 140px 0;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .cta2 {
    padding: 80px 0;
  }
}
.cta2 .back {
  background: rgba(26, 26, 26, 0.3);
}
.cta2 h3 {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
  color: #fff;
}
@media (max-width: 768px) {
  .cta2 h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
.cta2 h4 {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  margin-bottom: 0px;
  color: #fff;
}
.cta2 .btn {
  margin-top: 20px;
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta2 {
      background-attachment: scroll !important;
      background-size: auto 100%;
    }
  }
}
/*************cta end*********/
/********blog home start******/
.blog-home .blog-box {
  box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.blog-home .blog-img {
  background-size: cover;
  height: 350px;
  background-position: center;
}

.blog-home .blog-text {
  padding: 30px 20px 20px 5px;
}
@media (max-width: 991px) {
  .blog-home .blog-text {
    padding: 10px 20px 50px 20px;
  }
}

.blog-box h3 {
  margin-bottom: 15px;
  line-height: 30px;
  font-size: 25px;
  font-weight: 500;
}

.blog-box h5 {
  color: #dfa920;
}

.blog-box p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
  font-size: 15px;
  line-height: 20px;
}

.blog-box .btn-def {
  margin-top: 15px;
  font-size: 17px;
  position: absolute;
  bottom: 17px;
  right: 25px;
  color: #dfa920;
  opacity: 0.7;
}
.blog-box .btn-def .svg-inline--fa {
  margin-right: 8px;
}

@media (max-width: 991px) {
  .blog-home .blog-img {
    height: 230px;
  }
  .blog-home .blog-box {
    margin-bottom: 30px;
  }
}
/***********blog home end*********/
/*************footer start**********/
.tc-footer {
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 40px 0 60px 0;
}

@media (max-width: 991px) {
  .tc-footer {
    text-align: center;
  }
}
.tc-footer .back {
  background: rgba(242, 242, 242, 0.6);
}

.footer-box {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .footer-box {
    padding-left: 0;
  }
}

.tc-footer .footer-title {
  color: #333;
  font-family: "Arsenal", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 1px;
  margin: 50px 0 15px 0;
}

@media (max-width: 991px) {
  .tc-footer .footer-title {
    margin: 30px 0 10px 0;
  }
}
.tc-footer a {
  color: #444;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
}

@media (max-width: 991px) {
  .tc-footer a {
    line-height: 20px;
    font-size: 16px;
  }
}
.tc-footer a:hover {
  color: #dfa920;
  transition: all 0.4s ease-in-out;
}

.tc-footer ul {
  list-style: none;
  padding-left: 0px;
}

.tc-footer p {
  color: #555;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

@media (max-width: 991px) {
  .tc-footer p {
    line-height: 20px;
    font-size: 16px;
  }
}
.footer-copyright {
  margin-top: 20px;
  padding: 0px 0 0px 0;
  letter-spacing: 1px;
  color: #222;
  font-size: 13px;
}

@media (max-width: 991px) {
  .footer-copyright {
    padding: 0px 15px 10px 15px;
    margin-top: 20px;
  }
}
.footer-logo {
  width: 85%;
  margin-top: 30px;
}

/******************************/
.products {
  overflow: hidden;
}
.products .product-circle {
  position: relative;
  width: 30.5%;
  margin: 20px 1% 10px 1%;
  padding: 20px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .products .product-circle {
    width: 97%;
    margin: 10px 1% 10px 1%;
    padding: 30px 15px 15px 15px;
    box-shadow: inset 0px 0px 20px rgba(239, 212, 143, 0.5);
  }
}
.products .product-circle h3 {
  font-family: "Arsenal", sans-serif;
  font-weight: 500;
  margin-top: 40px;
  color: #43330a;
}
@media screen and (max-width: 768px) {
  .products .product-circle h3 {
    margin-top: 20px;
  }
}
.products .product-img {
  position: relative;
  border-radius: 50%;
  width: 100%;
  height: auto;
  padding-top: 100%;
}
.products .btn, .products .btn2 {
  min-width: 200px;
  margin: 5px 5px;
}

.div-top {
  padding-top: 80px;
  padding-right: 100px;
}
@media screen and (max-width: 1200px) {
  .div-top {
    padding-top: 0px;
    padding-right: 0px;
  }
}

.product-circle:hover {
  box-shadow: inset 0px 0px 20px rgba(239, 212, 143, 0.5);
}

.tc-header {
  height: 48vh;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .tc-header {
    height: 35vh;
  }
}

.tc-header .back {
  background: rgba(26, 26, 26, 0.4);
}

.reviews-page .reviews-box {
  border: 1px solid #f2dda6;
  padding: 40px;
  position: relative;
  margin-top: 40px;
}
@media only screen and (max-width: 990px) {
  .reviews-page .reviews-box {
    padding: 30px 15px;
    margin-top: 30px;
  }
}
.reviews-page .reviews-box .inner-h {
  margin-bottom: 20px;
  font-size: 32px;
}
.reviews-page .reviews-box .review-img {
  background-color: #fff;
  padding: 11px;
  position: absolute;
  top: -27px;
  right: 30px;
}
@media only screen and (max-width: 990px) {
  .reviews-page .reviews-box .review-img {
    right: 20px;
  }
}
.reviews-page .reviews-box img {
  width: auto;
  height: 32px;
  opacity: 0.8;
}
@media only screen and (max-width: 990px) {
  .reviews-page .reviews-box img {
    height: 20px;
  }
}
.reviews-page .reviews-box h4 {
  margin: 30px 0px 10px 0;
  color: #dfa920;
  font-size: 22px;
}
@media only screen and (max-width: 990px) {
  .reviews-page .reviews-box h4 {
    margin-right: 0;
  }
}

.pagination {
  margin-top: 50px;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  margin-left: -1px;
  line-height: 2;
  color: #777;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #f2dda6;
}

.reviews-box h5 > a {
  font-size: 20px;
  color: #dfa920;
}

.reviews-box h5 > a:hover {
  color: #333;
}

.reviews-box .svg-inline--fa {
  font-size: 16px;
  margin-right: 6px;
}

.blog-page {
  position: relative;
}
.blog-page .blog-img {
  height: 280px;
  z-index: 1;
}
@media (max-width: 550px) {
  .blog-page .blog-img {
    height: 220px;
  }
}
.blog-page .blog-box {
  position: relative;
  width: calc(49% - 15px);
  display: inline-block;
  margin: 6px 6px;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  overflow: hidden;
}
@media (max-width: 1150px) {
  .blog-page .blog-box {
    width: calc(49% - 15px);
    margin: 10px 7px;
  }
}
@media (max-width: 550px) {
  .blog-page .blog-box {
    width: calc(100% - 0px);
    margin: 5px 0px;
  }
}
.blog-page .blog-box h3 {
  font-size: 26px;
  font-family: "Arsenal", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 22px;
}
@media (max-width: 550px) {
  .blog-page .blog-box h3 {
    margin-top: 15px;
  }
}
.blog-page .blog-box a {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  color: #dfa920;
}
.blog-page .blog-box a:hover {
  color: #f2dda6;
}
.blog-page .blog-text {
  position: relative;
  padding: 15px 15px 15px 15px;
  background-color: #fff;
  min-height: 250px;
}
@media (max-width: 550px) {
  .blog-page .blog-text {
    padding: 15px 15px 15px 15px;
    min-height: auto;
  }
}

.blog-box:hover .blog-text {
  background-color: rgba(252, 246, 233, 0.45);
}

.blog-box:hover a {
  letter-spacing: 2px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  background-color: rgba(252, 246, 233, 0.45);
}

.blog-detail-image {
  height: 400px;
  margin: 10px 0 30px 0;
}
@media screen and (max-width: 768px) {
  .blog-detail-image {
    height: 220px;
  }
}

.about-image {
  height: 400px;
  margin: 10px 0 30px 0;
}
@media screen and (max-width: 768px) {
  .about-image {
    height: 220px;
    margin: 10px 0 10px 0;
  }
}

.about-page:nth-child(even) {
  background: rgba(252, 246, 233, 0.35);
}

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

.inner-h {
  font-weight: 600;
}

.sessions-text h3 {
  color: #dfa920;
}

.services-page-img {
  height: 500px;
  margin: 10px 0 30px 0;
}
@media screen and (max-width: 768px) {
  .services-page-img {
    height: 220px;
  }
}/*# sourceMappingURL=style.css.map */