/*
--------------------------
  Css Indexing
--------------------------
  Table of Css Content
  ------- *** -------

--------------------------
** @typography
--------------------------
** Global style
--------------------------
** Preloader
--------------------------
** My-breadcrumb Area Start
--------------------------
** Normalize
--------------------------
** Top Header Area Start
--------------------------
** Main Menu Area Start
--------------------------
** Blog Area Start
--------------------------
** Blog Area Start
--------------------------
** Blog Area Start
--------------------------



*/
/*-----------------
    @Typography
-----------------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Ubuntu:300,400,500,700");
/*---------------------------
** Global style
---------------------------*/
.mybtn1 {
  border-radius: 5px;
  background-color: #76be5a;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(14, 35, 107, 0.3);
  box-shadow: 0px 5px 10px 0px rgba(14, 35, 107, 0.3);
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  width: 160px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
}

.mybtn1::after {
  position: absolute;
  content: " ";
  height: 100%;
  width: 10%;
  background: rgba(255, 255, 255, 0.2);
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.mybtn1:hover {
  color: #fff;
}

.mybtn1:hover::after {
  width: 100%;
  opacity: 1;
}

.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

.mix {
  display: none;
}

.remove-col-padding {
  padding: 0;
}

.navbar-toggler {
  border: 0px;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.90)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.bottomtotop i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  font-size: 14px;
  text-align: center;
  background: #f57f17;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  bottom: 50px;
  right: 15px;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
  z-index: 80;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
}

.br-10 {
  border-radius: 10px;
}

.section-title {
  text-align: center;
  margin-bottom: 46px;
}

.section-title.extra-padding .title {
  margin-bottom: 23px;
}

.section-title.white .subtitle {
  color: #fff;
}

.section-title.white .title {
  color: #fff;
}

.section-title.white p {
  color: rgba(255, 255, 255, 0.7);
}

.section-title .sub-title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
  color: #182a11;
  text-transform: uppercase;
  margin-bottom: 1px;
  font-family: "Open Sans", sans-serif;
}

.section-title .title {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 13px;
  color: #76be5a;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.section-title .text {
  max-width: 640px;
  font-size: 18px;
  line-height: 28px;
  margin: 0 auto;
  font-weight: 300;
}

.section-title.darkbg .title {
  color: #fff;
}

.section-title.darkbg .title span {
  color: #fff;
}

.section-title.darkbg p {
  color: rgba(255, 255, 255, 0.95);
}

.input-field {
  width: 100%;
  height: 70px;
  padding: 0 30px;
  border-radius: 5px;
  border: 0px;
  color: #5a6f84;
  font-size: 16px;
  margin-bottom: 15px;
  background: #ebeef1;
}

.input-field:focus {
  border: 0px solid rgba(255, 255, 255, 0);
}

.input-field::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #5a6f84;
}

.input-field:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #5a6f84;
}

.input-field::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #5a6f84;
}

.input-field:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #5a6f84;
}

.input-field.borderd {
  border: 2px solid rgba(0, 0, 0, 0.07);
}

.input-field.borderd:focus {
  border: 2px solid rgba(0, 0, 0, 0.3);
}

.input-field.textarea {
  min-height: 180px;
  padding: 20px 30px;
  resize: none;
}

.input-field.error {
  border: 1px solid #76be5a;
}

.input-field.error::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #76be5a;
}

.input-field.error:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #76be5a;
}

.input-field.error::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #76be5a;
}

.input-field.error:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #76be5a;
}

.input-field.error:focus {
  border-color: #76be5a;
}

.video-play-btn {
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 26px;
  background-color: #76be5a;
  border-radius: 50%;
  color: #fff;
  position: relative;
  z-index: 1;
}

.video-play-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: rgba(118, 190, 90, 0.8);
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}

.video-play-btn:hover i {
  color: #fff;
}

.email-success {
  display: block;
  width: 100%;
}

.checkbox-element {
  display: inline-block;
}

.checkbox-wrapper {
  display: inline-block;
}

.margin-top-minus-200 {
  margin-top: -200px;
}

.checkbox-inner {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  color: #585869;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-inner input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkbox-inner .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.checkbox-inner input:checked ~ .checkmark {
  background-color: #76be5a;
}

.checkbox-inner .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-inner input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-inner .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.table-responsive {
  display: table;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

@-moz-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

@-o-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

@media only screen and (max-width: 991px) {
  .row.reorder-xs {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    direction: rtl;
  }
  .row.reorder-xs > [class*="col-"] {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    direction: ltr;
  }
}

/*-------------------------
    Preloader Css
---------------------------*/
.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #76be5a;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.preloader-inner .cancel-preloader {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.preloader-inner .cancel-preloader a {
  background-color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  color: #76be5a;
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  display: block;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.preloader-inner .cancel-preloader a:hover {
  background-color: #76be5a;
  color: #fff;
}

.cube-folding {
  width: 50px;
  height: 50px;
  display: inline-block;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 0;
}

.cube-folding span {
  position: relative;
  width: 25px;
  height: 25px;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  display: inline-block;
}

.cube-folding span::before {
  content: '';
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 25px;
  height: 25px;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -moz-animation: folding 2.5s infinite linear both;
  -webkit-animation: folding 2.5s infinite linear both;
  animation: folding 2.5s infinite linear both;
}

.cube-folding .leaf2 {
  -moz-transform: rotateZ(90deg) scale(1.1);
  -ms-transform: rotateZ(90deg) scale(1.1);
  -webkit-transform: rotateZ(90deg) scale(1.1);
  transform: rotateZ(90deg) scale(1.1);
}

.cube-folding .leaf2::before {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  background-color: #f2f2f2;
}

.cube-folding .leaf3 {
  -moz-transform: rotateZ(270deg) scale(1.1);
  -ms-transform: rotateZ(270deg) scale(1.1);
  -webkit-transform: rotateZ(270deg) scale(1.1);
  transform: rotateZ(270deg) scale(1.1);
}

.cube-folding .leaf3::before {
  -moz-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  background-color: #f2f2f2;
}

.cube-folding .leaf4 {
  -moz-transform: rotateZ(180deg) scale(1.1);
  -ms-transform: rotateZ(180deg) scale(1.1);
  -webkit-transform: rotateZ(180deg) scale(1.1);
  transform: rotateZ(180deg) scale(1.1);
}

.cube-folding .leaf4::before {
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  background-color: #e6e6e6;
}

@-moz-keyframes folding {
  0%, 10% {
    -moz-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -moz-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -moz-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@-webkit-keyframes folding {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes folding {
  0%, 10% {
    -moz-transform: perspective(140px) rotateX(-180deg);
    -ms-transform: perspective(140px) rotateX(-180deg);
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -moz-transform: perspective(140px) rotateX(0deg);
    -ms-transform: perspective(140px) rotateX(0deg);
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -moz-transform: perspective(140px) rotateY(180deg);
    -ms-transform: perspective(140px) rotateY(180deg);
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

.cube-wrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  text-align: center;
}

.cube-wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  width: 90px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
  -moz-animation: shadow 0.5s ease infinite alternate;
  -webkit-animation: shadow 0.5s ease infinite alternate;
  animation: shadow 0.5s ease infinite alternate;
}

.cube-wrapper .loading {
  font-size: 16px;
  letter-spacing: 0.1em;
  display: block;
  color: white;
  position: relative;
  top: 25px;
  z-index: 2;
  -moz-animation: text 0.5s ease infinite alternate;
  -webkit-animation: text 0.5s ease infinite alternate;
  animation: text 0.5s ease infinite alternate;
  text-transform: uppercase;
}

@-moz-keyframes text {
  100% {
    top: 35px;
  }
}

@-webkit-keyframes text {
  100% {
    top: 35px;
  }
}

@keyframes text {
  100% {
    top: 35px;
  }
}

@-moz-keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}

@-webkit-keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}

@keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}

/*-----------------------------
**  My-breadcrumb Area Start
------------------------------*/
.my-breadcrumb {
  background: url(../images/breadcrumbbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 160px 0px 84px;
  margin-top: -4px;
  position: relative;
}

.my-breadcrumb .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #01235a;
  opacity: .60;
}

.my-breadcrumb .heading {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

.my-breadcrumb .links .home {
  color: #fff;
  display: inline-block;
}

.my-breadcrumb .links ul {
  position: relative;
  padding-left: 2px;
  display: inline-block;
  top: 1px;
}

.my-breadcrumb .links ul li {
  display: inline-block;
}

.my-breadcrumb .links ul li a {
  font-size: 16px;
  color: #fff;
  margin-right: 19px;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.my-breadcrumb .links ul li a:hover {
  color: #f57f17;
}

.my-breadcrumb .links ul li a::after {
  position: absolute;
  content: "\eaa0";
  font-family: IcoFont;
  top: 0;
  right: -20px;
  color: #fff;
}

.my-breadcrumb .links ul li:last-child a::after {
  display: none;
}

.ui-widget-header {
  border: 0px;
  background: none;
  color: #333;
  font-weight: bold;
}

.ui-widget.ui-widget-content {
  border: 0px;
}

.ui-state-active, .ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 0px;
  background: #007fff;
  font-weight: normal;
}

/*====================
** Normalize
====================*/
html {
  font-family: "Open Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin: 0;
  color: #465541;
  overflow-x: hidden;
}

h1 {
  font-size: 60px;
  line-height: 1.0833333333333333;
}

h2 {
  font-size: 52px;
  line-height: 1.4444444444444444;
}

h3 {
  font-size: 26px;
  line-height: 1.0833333333333333;
}

h4 {
  font-size: 22px;
  line-height: 1.2380952380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #143250;
  font-family: "Ubuntu", sans-serif;
}

p {
  font-size: 16px;
  color: #465541;
  line-height: 1.625;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  font-family: "Open Sans", sans-serif;
  hyphens: auto;
}

a {
  color: #143250;
  text-decoration: none;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

/**
 * 5.0 - Alignments
 */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

/*---------------------------
** Main Menu  Area Start
---------------------------*/
.navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.navigation.nav-fixed {
  background: #242424;
  position: fixed;
  width: 100%;
}

.navigation .dropdown-menu {
  border: 0px;
  border-radius: 0px;
  margin: 0px;
  padding: 0px;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.navigation .dropdown-menu .dropdown-item {
  background: #fff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  line-height: 30px;
}

.navigation .dropdown-menu .dropdown-item:hover {
  background: #76be5a;
  color: #ffff;
}

.navigation .navbar {
  padding: 0px 0px 0px;
}

.navigation .navbar .navbar-brand {
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  padding: 0px;
  margin-top: -2px;
  text-transform: uppercase;
}

.navigation .navbar .navbar-brand img {
  max-width: 170px;
}

.navigation .navbar #mainmenu ul .nav-item .nav-link {
  position: relative;
  padding: 28px 10px 28px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
}

.navigation .navbar #mainmenu .contact-btn {
  background: #76be5a;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  font-weight: 700;
  width: 160px;
  height: 50px;
  text-align: center;
  border-radius: 5px;
  margin-left: 20px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(14, 35, 107, 0.3);
  box-shadow: 0px 5px 10px 0px rgba(14, 35, 107, 0.3);
  position: relative;
}

.navigation .navbar #mainmenu .contact-btn::after {
  position: absolute;
  content: " ";
  height: 100%;
  width: 10%;
  background: rgba(255, 255, 255, 0.2);
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.navigation .navbar #mainmenu .contact-btn:hover {
  color: #fff;
}

.navigation .navbar #mainmenu .contact-btn:hover::after {
  width: 100%;
  opacity: 1;
}

/*-----------------------------
** Hero Area Start
------------------------------*/
.heroarea {
  padding: 186px 0px 260px;
  background: url(../images/heroarea/bg1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.heroarea .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 35, 90, 0.4);
}

.heroarea .sub-title {
  font-size: 26px;
  line-height: 36px;
  color: #fff;
  font-weight: 300;
}

.heroarea .title {
  font-size: 90px;
  line-height: 100px;
  color: #76be5a;
  font-weight: 600;
  margin: 13px 0px 22px;
}

.heroarea .title span {
  color: #fff;
}

.heroarea .link {
  width: 160px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  background: #76be5a;
  display: inline-block;
  border-radius: 4px;
  margin-top: 23px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
}

.heroarea .link::after {
  position: absolute;
  content: " ";
  height: 100%;
  width: 10%;
  background: rgba(255, 255, 255, 0.2);
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.heroarea .link:hover {
  color: #fff;
}

.heroarea .link:hover::after {
  width: 100%;
  opacity: 1;
}

.heroarea .right-area .img {
  position: relative;
}

.heroarea .right-area .img .video-icon {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  text-align: center;
  line-height: 120px;
  background: rgba(118, 190, 90, 0.7);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*-----------------------------
** Service Area Start
------------------------------*/
.service {
  padding: 0px 0px 0px;
  position: relative;
  margin-top: -150px;
  z-index: 99;
}

.service .item .single-service {
  position: relative;
  padding: 50px 20px 47px;
  text-align: center;
  border-radius: 7px;
  background: #fff;
  margin: 10px;
  display: block;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(78, 101, 148, 0.3);
  box-shadow: 0px 3px 10px 0px rgba(78, 101, 148, 0.3);
}

.service .item .single-service .icon {
  margin-bottom: 20px;
}

.service .item .single-service .title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 0px;
}

.service .owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,
.service .owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
  color: #fff;
  font-size: 14px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #76be5a;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
}

.service .owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev:hover,
.service .owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next:hover {
  background: #d2d2d2;
}

.service .owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
  left: -20px;
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
}

.service .owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
  right: -20px;
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
}

/*-----------------------------
** About Area Start
------------------------------*/
.about {
  padding: 90px 0px 90px;
}

.about .section-title {
  text-align: left;
  margin-bottom: 28px;
}

.about .about-info-top .left-content .content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

.about .about-info-top .left-content .mybtn1 {
  margin-top: 19px;
}

.about .about-slider {
  padding-top: 100px;
}

.about .about-slider .right-content-area .content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

.about .about-slider .right-content-area .mybtn1 {
  margin-top: 19px;
}

.about .about-slider .owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,
.about .about-slider .owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
  color: #fff;
  font-size: 14px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0;
  background: #76be5a;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
}

.about .about-slider .owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev:hover,
.about .about-slider .owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next:hover {
  background: #d2d2d2;
}

.about .about-slider .owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
  left: 0px;
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
}

.about .about-slider .owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
  right: 0px;
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
}

.about .about-slider .owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev,
.about .about-slider .owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
  opacity: 1;
}

/*-----------------------------
** Counter Area Start
------------------------------*/
.counter-area {
  padding: 40px 0px 35px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(26, 35, 126, 0.4);
  box-shadow: 0px 5px 10px 0px rgba(26, 35, 126, 0.4);
  position: relative;
  z-index: 9;
}

.counter-area .counter-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.counter-area .counter-box .left {
  margin-right: 30px;
}

.counter-area .counter-box .right .counter {
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  color: #f57f17;
  margin-bottom: 0px;
}

.counter-area .counter-box .right .info {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
}

/*-----------------------------
** FAQ Area Start
------------------------------*/
.faq-section {
  padding: 80px 0px 100px;
  background: #f4f4f4;
}

.ui-accordion .ui-accordion-header {
  padding: 16px 40px 16px;
  margin-top: 20px !important;
  background: #76be5a;
  color: #fff;
  font-weight: 600;
  border: 0px;
}

.ui-accordion .ui-accordion-header:focus {
  outline: 0px;
  border: 0px;
}

.ui-accordion .ui-accordion-header .ui-icon {
  display: none;
}

.ui-accordion .ui-accordion-header::before {
  position: absolute;
  content: "\efca";
  font-family: "IcoFont";
  left: 15px;
}

.ui-accordion .ui-widget-content {
  border: 0px;
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.05);
}

/*-----------------------------
** Intro Area Start
------------------------------*/
.introarea {
  padding: 80px 0px 142px;
  background: #efefef;
}

.introarea .left-area .section-title {
  margin-bottom: 25px;
}

.introarea .left-area .content {
  background: #f57f17;
  padding: 73px 30px 65px 60px;
  position: relative;
  z-index: 99;
}

.introarea .left-area .content::after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  height: 100%;
  width: 130%;
  background: #f57f17;
  z-index: -1;
}

.introarea .left-area .content .heading {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}

.introarea .left-area .content p {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

.introarea .left-area .content .video-play-btn {
  position: absolute;
  bottom: -45px;
  left: 90px;
  line-height: 90px;
}

.introarea .left-area .content .this-shape {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  height: 100%;
  width: 130%;
  background: blue;
  z-index: -9;
}

.introarea .left-area .content .this-shape::after {
  position: absolute;
  content: " ";
  bottom: -0px;
  left: 30px;
  height: 50%;
  width: 110%;
  background: rgba(245, 127, 23, 0.4);
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
  z-index: 3;
  border-radius: 4px;
}

.introarea .left-area .content .this-shape::before {
  position: absolute;
  content: " ";
  bottom: -0px;
  left: 60px;
  height: 50%;
  width: 110%;
  background: rgba(245, 127, 23, 0.2);
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
  z-index: 2;
  border-radius: 4px;
}

.introarea .right-area {
  position: inherit;
  z-index: 99;
}

/*-----------------------------
** Packages Area Start
------------------------------*/
.packages {
  margin-bottom: 95px;
}

.packages.packages-page {
  padding: 100px 0px 0px;
}

.packages .single-packages .img-area {
  position: relative;
  overflow: hidden;
}

.packages .single-packages .img-area .offer {
  position: absolute;
  top: 20px;
  right: 0;
  width: 65px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  background: #fc9715;
  color: #fff;
  z-index: 1;
}

.packages .single-packages .img-area .offer::before {
  position: absolute;
  content: " ";
  top: 0;
  right: 99.99%;
  width: 0;
  height: 0;
  border-bottom: 22px solid #fc9715;
  border-left: 15px solid transparent;
}

.packages .single-packages .img-area .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -50%;
  left: 0;
  opacity: 0;
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  background: -webkit-linear-gradient(to top, #012548 0%, rgba(1, 37, 72, 0.8) 30%, rgba(1, 37, 72, 0.4) 60%, rgba(1, 37, 72, 0.1) 80%, rgba(1, 37, 72, 0) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(#012548), color-stop(30%, rgba(1, 37, 72, 0.8)), color-stop(60%, rgba(1, 37, 72, 0.4)), color-stop(80%, rgba(1, 37, 72, 0.1)), to(rgba(1, 37, 72, 0)));
  background: -webkit-linear-gradient(bottom, #012548 0%, rgba(1, 37, 72, 0.8) 30%, rgba(1, 37, 72, 0.4) 60%, rgba(1, 37, 72, 0.1) 80%, rgba(1, 37, 72, 0) 100%);
  background: -o-linear-gradient(bottom, #012548 0%, rgba(1, 37, 72, 0.8) 30%, rgba(1, 37, 72, 0.4) 60%, rgba(1, 37, 72, 0.1) 80%, rgba(1, 37, 72, 0) 100%);
  background: linear-gradient(to top, #012548 0%, rgba(1, 37, 72, 0.8) 30%, rgba(1, 37, 72, 0.4) 60%, rgba(1, 37, 72, 0.1) 80%, rgba(1, 37, 72, 0) 100%);
}

.packages .single-packages .img-area .overlay .name {
  font-size: 28px;
  line-height: 38px;
  color: #fff;
  font-weight: 700;
  position: absolute;
  bottom: 13px;
  left: 28px;
}

.packages .single-packages .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 23px 0px 25px;
}

.packages .single-packages .content-wrapper .left-content {
  max-width: 130px;
}

.packages .single-packages .content-wrapper .left-content .sell {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #465541;
}

.packages .single-packages .content-wrapper .left-content .buy-btn {
  margin-top: 9px;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #76be5a;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}

.packages .single-packages .content-wrapper .left-content .buy-btn::after {
  position: absolute;
  content: " ";
  height: 100%;
  width: 10%;
  background: rgba(255, 255, 255, 0.2);
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.packages .single-packages .content-wrapper .left-content .buy-btn:hover {
  color: #fff;
}

.packages .single-packages .content-wrapper .left-content .buy-btn:hover::after {
  width: 100%;
  opacity: 1;
}

.packages .single-packages .content-wrapper .right-content {
  max-width: 130px;
}

.packages .single-packages .content-wrapper .right-content .duration {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #465541;
  margin-bottom: 0px;
}

.packages .single-packages .content-wrapper .right-content .price {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #76be5a;
  margin-bottom: 0px;
}

.packages .single-packages .content-wrapper .right-content .price small {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #b0aead;
  position: relative;
  display: inline-block;
}

.packages .single-packages .content-wrapper .right-content .price small::after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background: #b0aead;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.packages .single-packages:hover .overlay {
  bottom: 0px;
  opacity: 1;
}

.packages .page-link-btn {
  font-size: 18px;
  max-width: 640px;
  font-size: 18px;
  line-height: 28px;
  margin: 0 auto;
  font-weight: 300;
  color: #465541;
  text-decoration: underline;
}

/*-----------------------------
  How we Work Area Start
-----------------------------*/
.how-we-work {
  padding: 70px 0px 94px;
}

.how-we-work .section-title {
  margin-bottom: 54px;
}

.how-we-work .tab-menu {
  text-align: center;
  margin-bottom: 37px;
}

.how-we-work .tab-menu ul {
  display: inline-block;
}

.how-we-work .tab-content-area .feature-img {
  position: relative;
}

.how-we-work .tab-content-area .feature-img::after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 5px solid #f57f17;
  top: 40px;
  left: 40px;
  z-index: -1;
}

.how-we-work .tab-content-area .title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
}

.how-we-work .tab-content-area .info-text {
  font-size: 18px;
  margin-bottom: 20px;
}

.how-we-work .tab-content-area .info-list {
  padding-left: 0px;
  margin-bottom: 0px;
}

.how-we-work .tab-content-area .info-list li {
  list-style: none;
  font-size: 18px;
  line-height: 36px;
  position: relative;
  padding-left: 20px;
}

.how-we-work .tab-content-area .info-list li::after {
  position: absolute;
  content: "\ea69";
  font-family: IcoFont;
  left: 0;
}

.how-we-work .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
}

.how-we-work .ui-tabs .ui-tabs-nav {
  border: 1px solid #000;
  padding: 5px 5px 7px 7px;
  border-radius: 50px;
}

.how-we-work .ui-tabs .ui-tabs-nav li {
  border-radius: 50px;
  border: 0px;
  margin-right: 10px;
}

.how-we-work .ui-tabs .ui-tabs-nav li:last-child {
  margin-right: 0px;
}

.how-we-work .ui-state-default, .how-we-work .ui-widget-content .ui-state-default, .how-we-work .ui-widget-header .ui-state-default {
  background: #f57f17;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.how-we-work .ui-state-active, .how-we-work .ui-widget-content .ui-state-active, .how-we-work .ui-widget-header .ui-state-active {
  background: #143250;
  cursor: pointer;
}

.how-we-work .ui-widget-content {
  background: none;
}

/*-----------------------------
  Recent Project Area Start
-----------------------------*/
.gallery {
  margin-bottom: 230px;
}

.gallery .section-title {
  margin-bottom: 77px;
}

.gallery .gallery-slider.owl-carousel .owl-item {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

.gallery .gallery-slider.owl-carousel .owl-item.active.center {
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}

.gallery .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.gallery .owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,
.gallery .owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
  color: #fff;
  font-size: 20px;
  position: absolute;
  bottom: -140px;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  opacity: 1;
  background: #76be5a;
  -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);
}

.gallery .owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev:hover,
.gallery .owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next:hover {
  background-color: white;
  color: #76be5a;
  -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);
}

.gallery .owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
  left: 50%;
  margin-left: -70px;
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
}

.gallery .owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
  right: 50%;
  margin-right: -70px;
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
}

.gallery .owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev,
.gallery .owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
  opacity: 1;
}

.bg {
  border-radius: 50%;
  background-color: white;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 860px;
  top: 3632px;
  width: 80px;
  height: 80px;
  z-index: 250;
}

/*-----------------------------
  Testimonials Area Start
-----------------------------*/
.testimonials {
  background: url(../images/testimonial/bgimg.jpg);
  padding: 90px 0px 193px;
  position: relative;
}

.testimonials .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #22334d;
  opacity: .9;
}

.testimonials .section-title {
  margin-bottom: 28px;
}

.testimonials .section-title .sub-title {
  color: #fff;
}

.testimonials .section-title .text {
  color: #fff;
}

.testimonials .item {
  padding: 15px;
}

.testimonials .item .review {
  text-align: center;
}

.testimonials .item .review .left {
  width: 120px;
  height: 120px;
  border: 5px solid #fff;
  border-radius: 50%;
  display: inline-block;
}

.testimonials .item .review .left img {
  width: 100%;
  height: 100%;
}

.testimonials .item .review .right .name {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 32px 0px 5px;
}

.testimonials .item .review .right .address {
  font-size: 18px;
  line-height: 38px;
  color: #76be5a;
  font-weight: 400;
  margin: 0px 0px 8px;
}

.testimonials .item .review .right .text {
  font-size: 28px;
  line-height: 46px;
  color: #fff;
  font-weight: 300;
}

.testimonials .owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,
.testimonials .owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
  color: #fff;
  font-size: 24px;
  position: absolute;
  bottom: -93px;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  opacity: 1;
  background: #76be5a;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(90, 150, 66, 0.4);
  box-shadow: 0px 10px 15px 0px rgba(90, 150, 66, 0.4);
}

.testimonials .owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev:hover,
.testimonials .owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next:hover {
  background-color: white;
  color: #76be5a;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
}

.testimonials .owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
  left: 50%;
  margin-left: -70px;
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
}

.testimonials .owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
  right: 50%;
  margin-right: -70px;
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
}

.testimonials .owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev,
.testimonials .owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
  opacity: 1;
}

/*-----------------------------
** Blog Area Start
------------------------------*/
.blog {
  padding: 90px 0px 95px;
  background: #f4f4f4;
}

.blog.blog-page {
  padding: 100px 0px 71px;
}

.blog .blog-box {
  position: relative;
  background: #fff;
  padding: 10px;
  margin-bottom: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog .blog-box .blog-images {
  width: 100%;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
}

.blog .blog-box .blog-images .img {
  width: 100%;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.blog .blog-box .blog-images .img img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.blog .blog-box .blog-images .date {
  position: absolute;
  background: #76be5a;
  z-index: 2;
  bottom: 0;
  left: 0;
  height: 50px;
  width: 50px;
  text-align: center;
}

.blog .blog-box .blog-images .date p {
  margin: 0;
  padding: 0;
  color: #fff;
  line-height: 14px;
  font-size: 14px;
}

.blog .blog-box .details {
  padding: 10px 0px 8px;
}

.blog .blog-box .details .blog-title {
  font-size: 21px;
  font-weight: 400;
}

.blog .blog-box .details .blog-text {
  font-size: 16px;
  font-weight: 300;
}

.blog .blog-box .details .read-more-btn {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  background: #76be5a;
  padding: 8px 18px;
  border-radius: 3px;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  position: relative;
}

.blog .blog-box .details .read-more-btn::after {
  position: absolute;
  content: " ";
  height: 100%;
  width: 10%;
  background: rgba(255, 255, 255, 0.2);
  left: 50%;
  top: 0;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog .blog-box .details .read-more-btn:hover {
  color: #fff;
}

.blog .blog-box .details .read-more-btn:hover::after {
  width: 100%;
  opacity: 1;
}

.blog .blog-box:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.blog .blog-box:hover .blog-images .img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.blog .page-link-btn {
  font-size: 18px;
  max-width: 640px;
  font-size: 18px;
  line-height: 28px;
  margin: 0 auto;
  font-weight: 300;
  color: #465541;
  text-decoration: underline;
}

/*-----------------------------
** Subscribe Area Start
------------------------------*/
.subscribe {
  padding: 90px 0px 100px;
}

.subscribe .subscribe-form form {
  position: relative;
}

.subscribe .subscribe-form form input {
  width: 100%;
  height: 60px;
  border: 1px solid #a2aaa0;
  border-radius: 10px;
  padding: 0px 180px 0px 30px;
}

.subscribe .subscribe-form form button {
  position: absolute;
  top: 7px;
  right: 7px;
  height: 46px;
  width: 155px;
  border-radius: 10px;
  font-size: 18px;
  text-transform: uppercase;
  background: #76be5a;
  border: 0px;
  color: #fff;
  cursor: pointer;
}

.subscribe .subscribe-form form button::after {
  position: absolute;
  content: " ";
  height: 100%;
  width: 10%;
  background: rgba(255, 255, 255, 0.2);
  left: 50%;
  top: 0;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.subscribe .subscribe-form form button:hover {
  color: #fff;
}

.subscribe .subscribe-form form button:hover::after {
  width: 100%;
  opacity: 1;
}

/*-----------------------------
** Footer Area Start
------------------------------*/
.footer-area {
  overflow: hidden;
  position: relative;
  background: url(../images/footerbg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 92px 0px 0px;
}

.footer-area .footer-top-linka .link-widget .title {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.footer-area .footer-top-linka .link-widget ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.footer-area .footer-top-linka .link-widget ul li {
  list-style: none;
}

.footer-area .footer-top-linka .link-widget ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.footer-area .footer-top-linka .link-widget ul li a i {
  font-size: 14px;
  padding-right: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer-area .footer-top-linka .link-widget ul li a:hover {
  color: #f57f17;
  padding-left: 20px;
}

.footer-area .footer-top-linka .link-widget ul li a:hover i {
  opacity: 1;
}

.footer-area .footer-top-linka .link-widget.f-blog li {
  margin-bottom: 10px;
}

.footer-area .footer-top-linka .link-widget.f-blog li a img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.footer-area .footer-top-linka .link-widget.f-blog li a:hover {
  padding-left: 0px;
}

.footer-area .footer-top-linka .link-widget.f-blog li:last-child {
  margin-bottom: 0px;
}

.footer-area .footer-top-linka .about-widget .title {
  color: #fff;
}

.footer-area .footer-top-linka .about-widget p {
  color: #fff;
}

.footer-area .copyright-area {
  padding: 20px 15px 20px;
  margin-top: 94px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-area .copyright-area .left-area p {
  font-size: 14px;
  line-height: 38px;
  margin-bottom: 0px;
  color: #fff;
}

.footer-area .copyright-area .left-area a {
  margin-bottom: 0px;
  color: #f57f17;
}

.footer-area .copyright-area .right-atea {
  text-align: right;
}

.footer-area .copyright-area .right-atea .fotter-social-links {
  padding-left: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  display: inline-block;
}

.footer-area .copyright-area .right-atea .fotter-social-links li {
  display: inline-block;
  list-style: none;
}

.footer-area .copyright-area .right-atea .fotter-social-links li a {
  font-size: 14px;
  width: 38px;
  height: 38px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  margin: 0px 3px;
  color: #76be5a;
  border: 1px solid #76be5a;
  background: none;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.footer-area .copyright-area .right-atea .fotter-social-links li a:hover {
  background: #f57f17;
  border-color: #f57f17;
  color: #fff;
}

/*-----------------------------
** Packages Details Area Start
------------------------------*/
.packges-details {
  padding: 100px 0px 100px;
}

.packges-details .title {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 20px;
}

.packges-details .overview-area {
  margin-top: 30px;
  padding: 20px 30px 24px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.packges-details .overview-area .overview-title {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 14px;
}

.packges-details .overview-area p {
  font-size: 28px;
  line-height: 38px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.packges-details .overview-area .link {
  margin-top: 5px;
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
  color: #76be5a;
}

.packges-details .overview-area .link i {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.packges-details .overview-area .link:hover i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.packges-details .highlights-area {
  margin-top: 30px;
  padding: 20px 30px 24px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.packges-details .highlights-area .highlights-title {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 18px;
}

.packges-details .highlights-area .list {
  padding-left: 0px;
  margin-bottom: px;
}

.packges-details .highlights-area .list li {
  list-style: none;
}

.packges-details .highlights-area .list li p {
  font-size: 28px;
  line-height: 38px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.packges-details .highlights-area .list li p i {
  color: #76be5a;
  font-size: 16px;
}

.packges-details .highlights-area .link {
  margin-top: 5px;
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
  color: #76be5a;
}

.packges-details .highlights-area .link i {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.packges-details .highlights-area .link:hover i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.packges-details .package-details-tab {
  margin-top: 30px;
  padding: 20px 30px 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.packges-details .package-details-tab .tab-top-title {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 18px;
}

.packges-details .package-details-tab .tab-top-sub-title {
  font-size: 24px;
  line-height: 38px;
  color: #76be5a;
  font-weight: 400;
  margin-bottom: 22px;
}

.packges-details .package-details-tab .right-area {
  padding-left: 15px;
}

.packges-details .package-details-tab .right-area .schedule .title {
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
  margin-bottom: 19px;
}

.packges-details .package-details-tab .right-area .schedule .todo ul {
  padding-left: 0px;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.packges-details .package-details-tab .right-area .schedule .todo ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}

.packges-details .package-details-tab .right-area .schedule .todo ul li .item {
  margin-bottom: 0px;
  padding: 4px 15px 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.packges-details .package-details-tab .right-area .schedule .todo ul li:last-child {
  margin-right: 0px;
}

.packges-details .package-details-tab .right-area .schedule .benefits .title {
  font-size: 18px;
  font-weight: 500;
  margin-top: 16px;
  margin-bottom: 10px;
  color: #182a11;
}

.packges-details .package-details-tab .right-area .schedule .benefits p {
  font-weight: 300;
}

.packges-details .package-details-tab .right-area .schedule .benefits p .mark {
  font-weight: 300;
  font-size: 16px;
}

.packges-details .in-ex-area {
  margin-top: 30px;
  padding: 30px 30px 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.packges-details .in-ex-area .menu-area ul {
  padding-left: 0px;
  margin-bottom: 0px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.packges-details .in-ex-area .menu-area ul li {
  list-style: none;
  display: inline-block;
  text-align: center;
}

.packges-details .in-ex-area .content-area {
  margin-top: 25px;
}

.packges-details .in-ex-area .content-area .list {
  padding-left: 0px;
  margin-bottom: px;
}

.packges-details .in-ex-area .content-area .list li {
  list-style: none;
}

.packges-details .in-ex-area .content-area .list li p {
  font-weight: 300;
  font-size: 28px;
  line-height: 38px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.packges-details .in-ex-area .content-area .list li p i {
  color: #76be5a;
  font-size: 16px;
}

.packges-details .accordion-area {
  margin-top: 30px;
  padding: 20px 30px 24px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.packges-details .accordion-area .highlights-title {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 26px;
}

.packges-details .accordion-area .ui-accordion .ui-widget-content {
  background: #f1f1f1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.packges-details .packages.simelar-packages {
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-top: 41px;
}

.packges-details .packages.simelar-packages .title {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 26px;
}

.packges-details .right-content-start .book-now-area {
  padding: 15px 30px 14px;
  margin-top: 66px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.packges-details .right-content-start .book-now-area .title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 13px;
}

.packges-details .right-content-start .book-now-area .booking-number {
  padding-bottom: 29px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.packges-details .right-content-start .book-now-area .booking-number .blocks {
  font-size: 16px;
  color: #182a11;
}

.packges-details .right-content-start .book-now-area .booking-number .blocks .adults {
  margin-bottom: 10px;
}

.packges-details .right-content-start .book-now-area .booking-number .blocks input {
  height: 30px;
  width: 90px;
  padding: 0px 10px;
  margin: 0px 5px;
}

.packges-details .right-content-start .book-now-area .booking-number .blocks small {
  margin-right: 5px;
}

.packges-details .right-content-start .book-now-area .total-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 22px;
}

.packges-details .right-content-start .book-now-area .total-area .left .title {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 28px;
}

.packges-details .right-content-start .book-now-area .total-area .left .price {
  font-size: 28px;
  color: #76be5a;
  font-weight: 600;
  margin-bottom: 0px;
}

.packges-details .right-content-start .book-now-area .total-area .left .price small {
  color: #b0aead;
  font-size: 18px;
}

.packges-details .right-content-start .book-now-area .total-area .right a,
.packges-details .right-content-start .book-now-area .total-area .right button[type=submit] {
  border-radius: 5px;
  background-color: #76be5a;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  width: 130px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
}

.packges-details .right-content-start .book-now-area .total-area .right a::after {
  position: absolute;
  content: " ";
  height: 100%;
  width: 10%;
  background: rgba(255, 255, 255, 0.2);
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.packges-details .right-content-start .book-now-area .total-area .right a:hover {
  color: #fff;
}

.packges-details .right-content-start .book-now-area .total-area .right a:hover::after {
  width: 100%;
  opacity: 1;
}

.packges-details .right-content-start .highlights-area .highlights-title {
  font-size: 20px;
}

.packges-details .right-content-start .how-it-work {
  padding: 25px 30px 25px;
  margin-top: 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.packges-details .right-content-start .how-it-work .how-it-work-title {
  font-size: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.packges-details .right-content-start .how-it-work .list {
  padding-left: 0px;
  margin-bottom: 0px;
}

.packges-details .right-content-start .how-it-work .list li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 25px;
  margin-bottom: 20px;
}

.packges-details .right-content-start .how-it-work .list li .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.packges-details .right-content-start .how-it-work .list li .box .left .num {
  width: 35px;
  height: 35px;
  background: #76be5a;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  margin-top: 10px;
  margin-right: 30px;
  text-decoration: none;
}

.packges-details .right-content-start .how-it-work .list li .box .right .title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0px;
}

.packges-details .right-content-start .how-it-work .list li .box .right .text {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0px;
  text-decoration: none !important;
}

.packges-details .right-content-start .how-it-work .list li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border: 0px;
}

.packges-details .owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,
.packges-details .owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
  color: #76be5a;
  font-size: 14px;
  margin-top: -19px;
  position: absolute;
  top: 50%;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
}

.packges-details .owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev:hover,
.packges-details .owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next:hover {
  background: #76be5a;
  color: #fff;
}

.packges-details .owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
  left: 0%;
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
}

.packges-details .owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
  right: 0%;
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
}

.packges-details .ui-widget.ui-widget-content {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.packges-details .ui-tabs .ui-tabs-panel {
  padding: 0px;
}

.packges-details li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active a {
  color: #fff;
  border-radius: 0px;
}

.packges-details .ui-state-default {
  border: 0px;
  margin: 0px;
  width: 100%;
  border-radius: 0px;
}

.packges-details .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 0px;
  width: 100%;
  padding: 10px 10px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0px;
}

.packges-details .ui-state-active {
  background: #76be5a;
  color: #fff;
  border-radius: 0px;
}

.packges-details .ui-tabs {
  border-radius: 0px;
}

.packges-details .ui-tabs .ui-tabs-nav {
  padding: 0px;
}

/*-----------------------------
** Blog Details Area Start
------------------------------*/
.blog-details {
  padding: 100px 0px 100px;
}

.blog-details .blog-content .content {
  border: 1px solid #e5e9f4;
  padding: 20px 30px 30px;
}

.blog-details .blog-content .content .title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
}

.blog-details .blog-content .content .post-meta {
  padding-left: 0px;
  margin-bottom: 20px;
  margin-top: 12px;
}

.blog-details .blog-content .content .post-meta li {
  list-style: none;
  display: inline-block;
}

.blog-details .blog-content .content .post-meta li a {
  font-size: 14px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-details .blog-content .content .post-meta li a:hover {
  color: #76be5a;
}

.blog-details .blog-content .content p {
  color: #2f3744;
  font-size: 16px;
}

.blog-details .blog-content .content .heading {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0px 20px;
  display: inline-block;
}

.blog-details .blog-content .content .img {
  margin: 30px 0px 30px;
  display: block;
}

.blog-details .blog-content .content blockquote {
  margin-top: 50px;
  background: #f3f6ff;
  border-left: 5px solid #76be5a;
  padding: 25px 30px 28px;
  font-size: 16px;
  color: #76be5a;
  font-weight: 600;
  display: block;
}

.blog-details .blog-content .content blockquote p {
  margin-bottom: 0px;
}

.blog-details .blog-content .content .tag-social-link {
  background: #f3f6ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 20px 20px;
}

.blog-details .blog-content .content .tag-social-link .tag .title {
  font-size: 14px;
  color: #000000;
  display: inline-block;
  margin-bottom: 0px;
  line-height: inherit;
}

.blog-details .blog-content .content .tag-social-link .tag a {
  color: #545558;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 0px;
}

.blog-details .blog-content .content .tag-social-link .social-links {
  padding-left: 0px;
  margin-bottom: 0px;
}

.blog-details .blog-content .content .tag-social-link .social-links li {
  display: inline-block;
}

.blog-details .blog-content .content .tag-social-link .social-links li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  margin-left: 2px;
  background: #76be5a;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-details .blog-content .content .tag-social-link .social-links li a:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(90, 62, 241, 0.3);
  box-shadow: 0px 10px 30px 0px rgba(90, 62, 241, 0.3);
}

.blog-details .comments {
  margin-top: 90px;
}

.blog-details .comments .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  color: #252a32;
  text-transform: uppercase;
  margin-bottom: 38px;
}

.blog-details .comments .comment-box-area {
  padding-left: 0px;
  margin-bottom: 0px;
}

.blog-details .comments .comment-box-area li {
  list-style: none;
  margin-bottom: 30px;
}

.blog-details .comments .comment-box-area li .comment-box {
  position: relative;
}

.blog-details .comments .comment-box-area li .comment-box .left {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}

.blog-details .comments .comment-box-area li .comment-box .left .img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px solid #76be5a;
  overflow: hidden;
  margin-bottom: 19px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(43, 43, 43, 0.3);
  box-shadow: 0px 5px 10px 0px rgba(43, 43, 43, 0.3);
}

.blog-details .comments .comment-box-area li .comment-box .left .img img {
  width: 100%;
  border-radius: 50%;
}

.blog-details .comments .comment-box-area li .comment-box .left .replay {
  width: 55px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  display: inline-block;
  color: #fff;
  background: #76be5a;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-details .comments .comment-box-area li .comment-box .left .replay:hover {
  background: #76be5a;
}

.blog-details .comments .comment-box-area li .comment-box .right {
  margin-left: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.blog-details .comments .comment-box-area li .comment-box .right .name {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  line-height: 24px;
  text-transform: uppercase;
}

.blog-details .comments .comment-box-area li .comment-box .right .date {
  font-size: 14px;
  font-weight: 24px;
  color: #474747;
}

.blog-details .comments .comment-box-area li .comment-box .right .text p {
  color: #505b6d;
  font-size: 14px;
  line-height: 26px;
}

.blog-details .comments .comment-box-area li .replay-form {
  margin-left: 100px;
  padding: 58px 0px 10px;
  position: relative;
}

.blog-details .comments .comment-box-area li .replay-form .replay-form-close {
  position: absolute;
  top: 10px;
  right: 0;
  font-weight: 700;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-details .comments .comment-box-area li .replay-form .replay-form-close:hover {
  background: #76be5a;
  border-color: #76be5a;
  color: #fff;
}

.blog-details .comments .comment-box-area li .replay-form .input-field {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: 60px;
  font-size: 14px;
}

.blog-details .comments .comment-box-area li .replay-form .replay-comment-btn {
  width: 180px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #76be5a;
  border: 0px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-top: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-details .comments .comment-box-area li .replay-form .replay-comment-btn:hover {
  background: #76be5a;
}

.blog-details .comments .comment-box-area li:last-child {
  margin-bottom: 0px;
}

.blog-details .comments .comment-box-area li:last-child .comment-box .right {
  border-bottom: 0px;
}

.blog-details .write-comment {
  margin-top: 55px;
}

.blog-details .write-comment .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  color: #252a32;
  text-transform: uppercase;
  margin-bottom: 38px;
}

.blog-details .write-comment .input-field {
  height: 50px;
  font-size: 14px;
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: none;
  margin-bottom: 30px;
}

.blog-details .write-comment .submit-btn {
  width: 225px;
  height: 60px;
  background: #76be5a;
  color: #fff;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  border: 0px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(21, 10, 82, 0.35);
  box-shadow: 0px 10px 30px 0px rgba(21, 10, 82, 0.35);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-details .write-comment .submit-btn:hover {
  background: #76be5a;
}

.blog-details .blog-aside .serch-form {
  position: relative;
}

.blog-details .blog-aside .serch-form input {
  width: 100%;
  height: 50px;
  border: 2px solid #f2f2f2;
  background: #f7f8fc;
  padding: 0px 50px 0px 20px;
}

.blog-details .blog-aside .serch-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  border: none;
  background: none;
  cursor: pointer;
}

.blog-details .blog-aside .serch-form button:focus {
  outline: 0;
}

.blog-details .blog-aside .categori {
  border: 1px solid #e5e9f4;
  padding: 22px 30px 22px;
  margin-top: 30px;
}

.blog-details .blog-aside .categori .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #252a32;
  display: block;
  text-align: center;
  margin-bottom: 17px;
}

.blog-details .blog-aside .categori .separator {
  background: #eeeeee;
  width: 195px;
  height: 2px;
  display: block;
  margin: 0 auto;
}

.blog-details .blog-aside .categori .categori-list {
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 17px;
}

.blog-details .blog-aside .categori .categori-list li {
  list-style: none;
  line-height: 36px;
}

.blog-details .blog-aside .categori .categori-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-details .blog-aside .categori .categori-list li a:hover, .blog-details .blog-aside .categori .categori-list li a.active {
  color: #76be5a;
  padding-left: 5px;
}

.blog-details .blog-aside .recent-post-widget {
  border: 1px solid #e5e9f4;
  padding: 20px 30px 28px;
  margin-top: 30px;
}

.blog-details .blog-aside .recent-post-widget .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #252a32;
  display: block;
  text-align: center;
  margin-bottom: 17px;
}

.blog-details .blog-aside .recent-post-widget .separator {
  background: #eeeeee;
  width: 195px;
  height: 2px;
  display: block;
  margin: 0 auto;
}

.blog-details .blog-aside .recent-post-widget .post-list {
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 30px;
}

.blog-details .blog-aside .recent-post-widget .post-list li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.blog-details .blog-aside .recent-post-widget .post-list li .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-details .blog-aside .recent-post-widget .post-list li .post .post-img {
  margin-right: 20px;
}

.blog-details .blog-aside .recent-post-widget .post-list li .post .post-details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blog-details .blog-aside .recent-post-widget .post-list li .post .post-details .post-title {
  font-size: 14px;
  color: #2f3744;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-details .blog-aside .recent-post-widget .post-list li .post .post-details .post-title:hover {
  color: #76be5a;
}

.blog-details .blog-aside .recent-post-widget .post-list li .post .post-details .date {
  color: #7b8698;
  font-size: 12px;
  margin-bottom: 0px;
}

.blog-details .blog-aside .recent-post-widget .post-list li:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.blog-details .blog-aside .archives {
  border: 1px solid #e5e9f4;
  padding: 22px 30px 22px;
  margin-top: 30px;
}

.blog-details .blog-aside .archives .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #252a32;
  display: block;
  text-align: center;
  margin-bottom: 17px;
}

.blog-details .blog-aside .archives .separator {
  background: #eeeeee;
  width: 195px;
  height: 2px;
  display: block;
  margin: 0 auto;
}

.blog-details .blog-aside .archives .archives-list {
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 17px;
}

.blog-details .blog-aside .archives .archives-list li {
  list-style: none;
  line-height: 36px;
}

.blog-details .blog-aside .archives .archives-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-details .blog-aside .archives .archives-list li a:hover {
  color: #76be5a;
}

.blog-details .blog-aside .tags {
  border: 1px solid #e5e9f4;
  padding: 22px 30px 15px;
  margin-top: 30px;
}

.blog-details .blog-aside .tags .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #252a32;
  display: block;
  text-align: center;
  margin-bottom: 17px;
}

.blog-details .blog-aside .tags .separator {
  background: #eeeeee;
  width: 195px;
  height: 2px;
  display: block;
  margin: 0 auto;
}

.blog-details .blog-aside .tags .tags-list {
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 29px;
}

.blog-details .blog-aside .tags .tags-list li {
  list-style: none;
  display: inline-block;
}

.blog-details .blog-aside .tags .tags-list li a {
  font-size: 13px;
  text-transform: uppercase;
  padding: 8px 22px;
  background: #f4f5f8;
  border: 1px solid #505b6d;
  border-radius: 50px;
  color: #505b6d;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-bottom: 15px;
  margin-right: 9px;
}

.blog-details .blog-aside .tags .tags-list li a:hover {
  background: #76be5a;
  border-color: #76be5a;
  color: #fff;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(245, 127, 23, 0.3);
  box-shadow: 0px 10px 10px 0px rgba(245, 127, 23, 0.3);
}

/*-----------------------------
** Check Out Area Start
------------------------------*/
.checkout {
  padding: 100px 0px 100px;
}

.checkout .left-area .checkoutform .title {
  font-size: 40px;
  line-height: 50px;
}

.checkout .left-area .checkoutform label {
  font-size: 14px;
  line-height: 24px;
  color: #182a11;
  margin-bottom: 0px;
}

.checkout .left-area .checkoutform input {
  width: 100%;
  height: 50px;
  padding: 0px 15px;
  margin-bottom: 22px;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.checkout .left-area .checkoutform input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(24, 42, 17, 0.6);
}

.checkout .left-area .checkoutform input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(24, 42, 17, 0.6);
}

.checkout .left-area .checkoutform input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(24, 42, 17, 0.6);
}

.checkout .left-area .checkoutform input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(24, 42, 17, 0.6);
}

.checkout .left-area .checkoutform .billing-info-area {
  padding-top: 30px;
}

.checkout .left-area .checkoutform .payment-information {
  padding-top: 29px;
}

.checkout .left-area .checkoutform .payment-information .pm-list {
  padding-top: 18px;
  padding-bottom: 21px;
  padding-left: 0px;
  margin-bottom: 0px;
}

.checkout .left-area .checkoutform .payment-information .pm-list li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

.checkout .left-area .checkoutform .payment-information .pm-list li:last-child {
  margin-right: 0px;
}

.checkout .left-area .checkoutform .checkout-btn {
  border: 0px;
  cursor: pointer;
  margin-top: 18px;
}

.checkout .right-area .header-area {
  background: #76be5a;
  padding: 20px;
  text-align: center;
}

.checkout .right-area .header-area .header-title {
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0px;
}

.checkout .right-area .body-area {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 0px;
  padding: 40px 20px 20px;
}

.checkout .right-area .body-area .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
}

.checkout .right-area .body-area .box .left .icon {
  width: 40px;
  margin-right: 20px;
}

.checkout .right-area .body-area .box .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.checkout .right-area .body-area .box .right .title {
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
}

.checkout .right-area .body-area .box .right .info {
  font-size: 16px;
  margin-bottom: 0px;
}

.checkout .right-area .body-area .box .right .info b {
  margin-right: 7px;
}

.checkout .right-area .footer {
  background: rgba(118, 190, 90, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 20px 10px;
}

.checkout .right-area .footer .left .text {
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 46px;
}

.checkout .right-area .footer .right .price {
  font-size: 36px;
  line-height: 46px;
  color: #76be5a;
  font-weight: 700;
  margin-bottom: 0px;
}

.checkout .right-area .footer .right .price small {
  font-size: 18px;
  color: #b0aead;
}

/*---------------------------
** Contact Us  Area Start
---------------------------*/
.contact-us {
  padding: 98px 0px 100px;
}

.contact-us .contact-section-title .subtitle {
  color: #143250;
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.contact-us .contact-section-title .title {
  color: #76be5a;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.contact-us .contact-section-title .text {
  color: #76be5a;
}

.contact-us .left-area {
  background: #fff;
}

.contact-us .left-area .contact-form {
  margin-top: 12px;
  padding: 30px 30px 30px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(14, 35, 107, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(14, 35, 107, 0.15);
}

.contact-us .left-area .contact-form ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.contact-us .left-area .contact-form ul li {
  list-style: none;
}

.contact-us .left-area .contact-form ul li .input-field {
  margin-bottom: 20px;
  background: none;
  border-radius: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-us .left-area .contact-form ul li .input-field:focus {
  border: 0px !important;
  border-bottom: 1px solid #76be5a !important;
}

.contact-us .left-area .contact-form ul li .input-field.textarea {
  margin-bottom: 35px;
}

.contact-us .left-area .contact-form .captcha-area li img {
  max-width: 225px;
  display: inline-block;
}

.contact-us .left-area .contact-form .captcha-area li i {
  display: inline-block;
  margin-left: 15px;
  font-size: 25px;
}

.contact-us .left-area .contact-form .captcha-area li .input-field {
  margin-bottom: 20px;
  background: none;
  max-width: 225px;
  border-radius: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-us .left-area .contact-form .captcha-area li .input-field:focus {
  border: 0px !important;
  border-bottom: 1px solid #76be5a !important;
}

.contact-us .left-area .contact-form .submit-btn {
  width: 225px;
  height: 60px;
  background: #76be5a;
  color: #fff;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  border: 0px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(21, 10, 82, 0.35);
  box-shadow: 0px 10px 30px 0px rgba(21, 10, 82, 0.35);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.contact-us .left-area .contact-form .submit-btn:hover {
  background: #76be5a;
}

.contact-us .right-area .top-content {
  margin-bottom: 23px;
}

.contact-us .right-area .top-content .title {
  font-size: 28px;
  line-height: 28px;
  color: #143250;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-us .right-area .top-content .text {
  color: #465541;
}

.contact-us .right-area .contact-info {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(14, 35, 107, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(14, 35, 107, 0.15);
  border-bottom: 2px solid #76be5a;
  padding: 30px 30px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-us .right-area .contact-info .left {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.contact-us .right-area .contact-info .left .icon {
  width: 70px;
  height: 70px;
  background: #76be5a;
  text-align: center;
  line-height: 70px;
  font-size: 28px;
  color: #fff;
  border-radius: 50%;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.contact-us .right-area .contact-info .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-us .right-area .contact-info .content a {
  display: block;
  margin-bottom: 0px;
}

.contact-us .right-area .contact-info .content p {
  margin-bottom: 0px;
}

.contact-us .right-area .contact-info:hover {
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
}

.contact-us .right-area .contact-info:hover .icon {
  font-size: 32px;
}

.contact-us .right-area .social-links .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #143250;
  margin-top: -5px;
  margin-bottom: 18px;
}

.contact-us .right-area .social-links ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.contact-us .right-area .social-links ul li {
  display: inline-block;
}

.contact-us .right-area .social-links ul li a {
  font-size: 16px;
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  margin: 0px 3px;
  background: #76be5a;
  color: #fff;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.contact-us .right-area .social-links ul li a:hover {
  background: #76be5a;
}





/*Pagination Design*/
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #0165cb;
    border-color: #0165cb;
}
.dataTables_wrapper .dataTables_length select.form-control:focus, 
.dataTables_wrapper .dataTables_filter input.form-control:focus {
    border-bottom: 1px solid #0165cb;
}

.pagination {
    justify-content: center;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, 
.pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination>li>a, .pagination>li>span {
    color: #0163d2;
    border: 1px solid #0163d2;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover,
 .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    cursor: not-allowed;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
}
.page-center {
  justify-content: center;
}
/*Pagination Design Ends*/

.footer-area .footer-top-linka .link-widget.address a {
  color: #fff;
  padding-left: 25px;
}

.footer-area .footer-top-linka .link-widget.address a:hover {
  padding-left: 25px;
}

.footer-area .footer-top-linka .link-widget.address a i {
  opacity: 1;
}
#stripes {
  display: none; 
  margin-top: 5px; 
  margin-left: 2px;  
}
.refresh_code {
  cursor: pointer;
}
.book-button button {
  cursor: pointer;
}
.packges-details img {
  width: 100%;
  height: 100%;
}
.t12 {
  top: 12px !important;
}
.my-breadcrumb .error {
  padding-top: 100px;
  padding-bottom: 100px;
}