@import url(https://fonts.googleapis.com/css?family=Maven Pro:400,500,300,100);
/* ==================
 *
 *google fonts 
 *
 *===================*/

/* ==================
 *
 *var section 
 *
 *===================*/
/*****  font size  ******/
/*****  Colors  ******/
/* ==================
 *
 *	Reset Class Css
 *
 *===================*/
body {
  line-height: 24px;
  font-size: 14px;
  color: #e2b13c;
  font-weight: 400;
  color: #444;
  font-family: 'Maven Pro';
}

h1 {
  font-size: 48px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
p {
  margin: 0px;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Maven Pro';
  margin: 0px;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
ol, li a{
	color: #000;
}
a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
}
/* ==================
 *
 *  Global Class 
 *
 *===================*/
.btn {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 12px 25px;
  border-radius: 0;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background: transparent;
}
.title {
  text-align: center;
  padding-bottom: 30px;
}
.title h2 {
  font-family: 'Maven Pro';
  color: #333;
  font-size: 25px;
  padding-bottom: 25px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-weight: 600;
}

.title h2:before {
    content: '';
    width: 40px;
    height: 2px;
    background: #e2b13c;
    position: absolute;
    top: 12px;
    left: -60px;
}
.title h2:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #e2b13c;
    position: absolute;
    top: 12px;
    right: -60px;
}
.title p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #817C7C;
}
@media (min-width: 991px){
	header {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0px;
    -webkit-box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 20%);
}
}
header.smaller {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: fixed;
    float: left;
    z-index: 999999;
    width: 100%;
    /*background: rgb(211 165 56);*/
    background: rgb(0 0 0 / 55%);
    /*border-bottom: 1px solid #e4e4e4;*/
}
header.smaller .topbar {
    display: none;
}
.site-logo {
    float: left;
    background: #8c5934;
    position: absolute;
    left: 10%;
    bottom: -30px;
    z-index: 999;
    /*top: 0;*/
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    -webkit-box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
    box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
}
.site-logo h1 {
    padding: 17px 10px;
    margin: 0;
}
.default-logo {
    display: block;
}
.site-logo img {
    max-width: 250px;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}
.topbar {
    /*background: #222;*/
    height: 40px;
    /*overflow: hidden;*/
    font-size: 14px !important;
    color: #999;
    line-height: 40px;
}
.topbar p {
    font-size: 14px;
    margin-bottom: 0;
}
.phone-mail-div span a {
	font-size: 14px !important;
	color: #fff !important;
}
.phone-mail-div span i {
	font-size: 14px !important;
	color: #e2b13c !important;
}
.opening-hrs span.hrs-head{
	text-transform: uppercase;
	color: #e2b13c;
}
.opening-hrs span.hrs-span{
	color: #fff;
}
.topbar .social-icons-colored {
    margin-right: -15px;
}
.topbar .social-icons-colored li {
    float: left;
    margin-right: 2px;
}
.social-icons li, .social-icons-colored li {
    display: block;
    margin-right: 5px;
}
.topbar .social-icons-colored li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgba(0,0,0,1);
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 17px;
    color: #ccc;
}
.topbar{
	/*padding: 10px 0;*/
}
#notice-bar{
	box-shadow: 0px 2px 2px #ccc;
	padding: 20px 0;
}
#notice-bar h4{
	font-family: 'Maven Pro';
	font-size: 18px;
	line-height: 2em;
	margin: 0;
	margin-top: 5px;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0;
	color: #333;
}
#mixed-items .mix {
  display: none;
}
/* animation keyfrem */
@-webkit-keyframes wiggle {
  from {
    top: 10px;
  }
  to {
    top: 20px;
  }
}
@-moz-keyframes wiggle {
  from {
    top: 10px;
  }
  to {
    top: 20px;
  }
}
@-o-keyframes wiggle {
  from {
    top: 10px;
  }
  to {
    top: 20px;
  }
}
@keyframes wiggle {
  from {
    top: 10px;
  }
  to {
    top: 20px;
  }
}
/* ==================
 *
 *  section Class 
 *
 *===================*/
/* header style */
header {
  /*padding: 20px 0;*/
  background: rgb(0 0 0 / 55%);
}
header .navbar {
  height: auto;
  margin-bottom: 0;
}
.is-sticky #navigation {
  background: #fff;
  z-index: 1000;
  transition: 0.3s;
  width: 100%;
  padding: 0;
}
.main-header .header-top {
    position: relative;
    font-size: 13px;
    padding: 12px 0;
    color: #fff;
    background: #222;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 14px;
    margin: 0 auto;
}
.pull-left {
    float: left!important;
}
.top-left ol, ul{
	margin-bottom: 0px !important;
}
.main-header .links-nav li {
    position: relative;
    float: left;
    color: #777;
    font-size: 14px;
    margin-right: 25px;
}
.main-header .links-nav li a {
    position: relative;
    font-size: 14px;
    text-transform: none;
    padding-right: 24px;
    line-height: 1em;
    border-right: 1px solid #3e3e3e;
}
.main-header .header-top a {
    color: #aaa;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.pull-right {
    float: right!important;
}
.main-header .social-icon {
    position: relative;
    float: left;
}
.main-header .social-icon a {
    position: relative;
    line-height: 24px;
    font-size: 14px;
    color: #aaa;
    padding-left: 14px;
    display: inline-block;
    text-transform: capitalize;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.social-icons-colored li a {
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #fff;
    display: block;
    text-decoration: none;
    border: 0;
    background: rgb(226 177 60);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.main-header .header-upper {
    position: relative;
    padding: 10px 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    z-index: 5;
}
.main-header .logo-outer {
    position: relative;
    z-index: 25;
}
.main-header .header-upper .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
}
.main-header .header-upper .upper-right {
    position: relative;
    padding: 20px 0 0;
}
.main-header .info-box {
    position: relative;
    float: left;
    margin-left: 50px;
    font-size: 13px;
    color: #777;
    max-width: 275px;
    padding: 0 0 0 60px;
}
.main-header .info-box .icon-box {
    position: absolute;
    left: 0;
    top: 2px;
    width: 40px;
    height: 40px;
    line-height: 34px;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    text-align: center;
    background-color: #e2b13c;
    border: 3px solid #f2dca7;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.main-header .info-box li {
    position: relative;
    line-height: 22px;
    color: #222;
    font-size: 14px;
}
.main-header .info-box:last-child {
    padding-left: 0;
}
.btn-style-one {
    position: relative;
    padding: 9px 30px;
    line-height: 24px;
    color: #222;
    font-size: 14px;
    font-weight: 700;
    border-radius: 3px;
    background: 0 0;
    border: 1px solid #e2b13c;
    text-transform: uppercase;
}
.btn-style-one:hover {
    color: #fff;
    background: #e2b13c;
    border-color: #e2b13c;
}
.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: .5s;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 0;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    z-index: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.main-header .header-lower {
    position: absolute;
    width: 100%;
    z-index: 5;
    background-color: rgba(34,34,34,.28);
}
.main-header .nav-outer {
    position: relative;
    /*padding-right: 100px;*/
}
.main-menu {
    position: relative;
}
@media (min-width: 768px){
	.navbar-header {
    float: left;
	}
	.navbar-toggle {
    display: none;
}
.navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
}
.navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.main-menu .navigation>li>ul, .main-menu .navigation>li>ul>li>ul {
    display: block!important;
    visibility: hidden;
    opacity: 0;
}
}
.navbar-fixed-top{
	padding:10px 0;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: rgb(0 0 0 / 30%) !important;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 14px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.main-menu .navbar-collapse {
    padding: 0;
}
.main-menu .navigation {
    position: relative;
    margin-top: 0;
}
.main-menu .navigation>li:first-child {
    margin-left: 0;
}
.main-menu .navigation>li {
    position: relative;
    float: left;
    margin-right: 30px;
}
.main-menu .navigation>li.current-menu-item>a, .main-menu .navigation>li.current>a, .main-menu .navigation>li:hover>a {
    color: #e2b13c;
    opacity: 1;
    border-color: #e2b13c;
}
.main-menu .navigation>li>a {
    position: relative;
    display: block;
    padding: 14px 0;
    font-size: 13px;
    color: #fff;
    line-height: 30px;
    font-weight: 600;
    opacity: 1;
    text-transform: uppercase;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    border-bottom: 3px solid transparent;
}
.sticky-header .logo {
    padding: 5px 0 4px;
}
.main-menu {
    position: relative;
}
.main-header .sticky-header .main-menu .navigation>li.current-menu-item>a, .main-header .sticky-header .main-menu .navigation>li.current>a, .main-header .sticky-header .main-menu .navigation>li:hover>a {
    background: #e2b13c;
    color: #fff;
    opacity: 1;
    border: 0;
}
.main-menu .navigation>li.current-menu-item>a, .main-menu .navigation>li.current>a, .main-menu .navigation>li:hover>a {
    color: #e2b13c;
    opacity: 1;
    border-color: #e2b13c;
}
.sticky-header .main-menu .navigation>li>a {
    color: #181818;
    background: 0 0;
    border: 0;
    padding: 14px 14px!important;
}
.main-menu .navigation>li>ul {
    position: absolute;
    left: 0;
    top: 120%;
    width: 230px;
    z-index: 100;
    display: none;
    padding: 0 30px;
    background: #fff;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0 5px 1px rgb(0 0 0 / 5%);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05);
    box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0 5px 1px rgb(0 0 0 / 5%);
}
.navbar-brand {
  padding: 0;
  height: auto;
}
.navbar-toggle {
  border-color: #333;
  transition: 0.3s;
}
.navbar-toggle .icon-bar {
  background: #333;
  transition: 0.3s;
}
.navbar-toggle:hover {
  border-color: #e2b13c;
}
.navbar-toggle:hover .icon-bar {
  background: #e2b13c;
}
.menu a {
  color: #fff !important;
  transition: 0.3s;
  position: relative;
  font-size: 16px;
}
/*.menu a:before {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 12px;
  width: 0;
  height: 1px;
  background: #e2b13c;
  transition: 0.3s;
}*/
.menu a:hover {
  background: transparent;
  color: #e2b13c;
}

.menu .active a {
  color: #e2b13c;
}

.menu .active a:before{
  width: 25px;
}

.menu a:hover:before {
  width: 25px;
}
/* =================
   Home page style
   ================= */
.carousel-control.right, .carousel-control.left{
	background-image: none !important;
}
#banner {
  /*background: url('../img/Banner-1c.png');*/
  background-size: cover;
  /*padding: 250px 0;*/
  position: relative;
}
/*#banner:before {
  position: absolute;
  z-index: 99;
  background: rgba(0, 0, 0, 0.26);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
}*/
#banner .block {
  position: relative;
  z-index: 999;
  color: #fff;
}
#banner .item h3 {
    letter-spacing: 2px;
    text-transform: inherit;
    /*padding-bottom: 100px;*/
    font-size: 55px;
    font-weight: 100;
    color: #e2b13c;
}
#banner .item p {
  margin-bottom: 150px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}
#banner .block .btn-learn {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 25px;
  margin: 0 7px;
  padding: 10px 22px;
  font-size: 14px;
  transition: 0.3s;
}
#banner .block .btn-learn:hover {
  border-color: #e2b13c;
  color: #e2b13c;
}
#banner .block .buttons {
  margin-top: 40px;
}
#banner .block .buttons a:first-child {
  margin-left: 0;
}
#banner .scrolldown {
  position: absolute;
  left: 50%;
  bottom: 18%;
}
#banner .scrolldown .scroll {
  border-radius: 100px;
  width: 25px;
  height: 45px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -14px;
  display: inline-block;
  border: 1px solid #fff;
  z-index: 99;
}
#banner .scrolldown .scroll:after {
  background: #fff;
  border-radius: 300px;
  width: 4px;
  height: 9px;
  position: absolute;
  top: 10px;
  left: 50%;
  margin: 0 0 0 -2px;
  display: block;
  content: " ";
  -webkit-animation: wiggle 0.5s linear 0s infinite alternate;
  -moz-animation: wiggle 0.5s linear 0s infinite alternate;
  -o-animation: wiggle 0.5s linear 0s infinite alternate;
  animation: wiggle 0.5s linear 0s infinite alternate;
}
#about {
  padding: 100px 0 0;
}
#about .feature-block {
  padding-bottom: 35px;
}
#about .feature-block .icon-box {
  margin-bottom: 24px;
}
#about .feature-block .icon-box i {
  display: inline-block;
  line-height: 1;
  font-size: 60px;
  transition: 0.3s;
  color: #e2b13c;
}
#about .feature-block h4 {
  font-family: 'Maven Pro';
  font-size: 20px;
  color: #333;
  position: relative;
  text-transform: none;
  margin-bottom: 10px;
  font-weight: normal;
  font-weight: 600;
}
#about .feature-block p {
  font-family: 'Maven Pro';
  text-align: justify;
  /*font-size: 16px;*/
  color: #333;
  line-height: 24px;
  font-weight: normal;
  margin-top: 10px;
}
#about .showcase-img {
  margin-top: 40px;
}
#highlights {
  padding: 20px 0 0;
}
#highlights .feature-block {
  padding-bottom: 35px;
}
#highlights .feature-block .icon-box {
  margin-bottom: 24px;
}
#highlights .feature-block .icon-box i {
  display: inline-block;
  line-height: 1;
  font-size: 60px;
  transition: 0.3s;
  color: #e2b13c;
}
#highlights .feature-block h4 {
  font-size: 20px;
  color: #333;
  position: relative;
  text-transform: none;
  margin-bottom: 10px;
  font-weight: 400;
}
#highlights .feature-block p {
  font-size: 14px;
  color: #888;
  line-height: 24px;
  font-weight: 400;
  margin-top: 20px;
  
}
#highlights .showcase-img {
  margin-top: 40px;
}
.featured-block{
	margin:10px 0
}
.featured-block h3 a:hover{
	color:#333
}
.featured-block-in{
	background:#fff;
	padding:15px 25px;
	padding-top:25px
}
.featured-block figure{
	position:relative;
	margin-bottom:20px;
	overflow:hidden
}
.featured-block figure a{
	display:block
}
.featured-block.hover-effect figure img{
	transition: all .2s ease-in-out
}
.featured-block.hover-effect figure:hover img{
	transform: scale(1.1)
}
.featured-block.featured-block-secondary figure{
	margin-bottom:0
}
.featured-block.featured-block-secondary figure:hover img{
	transform: none
}
.featured-block figure .caption{
	position:absolute;
	top:25px;
	left:0;
	width:100%;
	/*height:100%;*/
	text-align:center;
	color:#fff;
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:2px;
	display:block
}
.featured-block figure .caption-table{
	display:table;
	vertical-align:middle;
	height:100%;
	position:relative;
	width:100%
}
.featured-block figure .caption-cell{
	font-family: 'Maven Pro';
	display:table-cell;
	vertical-align:middle;
	height:100%;
	position:relative;
	width:100%;
	padding:20px;
	text-shadow: 1px 4px 6px #000;
}
.featured-block p{
	font-family: 'Maven Pro';
	color: #333;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 24px;
}
.featured-block.featured-block-secondary p{
	margin-bottom:18px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.featured-block figure .caption{
		line-height:142px;
	}
}
@media only screen and (max-width: 767px) {
	.featured-block{
		margin-bottom:30px;
	}
	.featured-block figure img{
		width:100%;
	}
}
#history {
  padding: 40px 0 0px;
}
#history .title p{
	font-family: Maven Pro;
    font-size: 21px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.47em;
    letter-spacing: 0;
    color: #e2b13c;
    display: block;
    margin-bottom: 11px
}
#history h1{
	color: #333;
	font-family: Maven Pro;
	margin: 25px 0;
	font-weight: 400;
	text-transform: uppercase;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size: 51px;
	line-height: 1.15em;
	letter-spacing: .16em;
  position: relative;
  display: inline-block;
}
#history .title h1:before {
    content: '';
    width: 100px;
    height: 2px;
    background: #e2b13c;
    position: absolute;
    top: 30px;
    left: -110px;
}
#history .title h1:after {
    content: '';
    width: 100px;
    height: 2px;
    background: #e2b13c;
    position: absolute;
    top: 30px;
    right: -110px;
}
#history .feature-block img{
	width: 100%;
	height: auto;
}
#history .feature-block p{
	text-align: justify;
	max-width: 100%;
	white-space: pre-wrap;
	word-wrap: break-word;
	font-family: Maven Pro;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
	color: #333;
}
#history .feature-block h4{
	text-align: center;
	padding: 0 0 20px 0;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
}
#history a.btn-read{
	background: #e2b13c;
    color: #fff;
    padding: 10px 20px;
    font-size: 13px;
    margin-top: 14px;
    border-radius: 25px;
}
.cool_timeline .timeline-main-title{
	display: none;
}
#milestones {
  padding: 100px 0 0px;
}
#milestones .title p{
	font-family: Maven Pro;
    font-size: 21px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.47em;
    letter-spacing: 0;
    color: #e2b13c;
    display: block;
    margin-bottom: 11px
}
#milestones h2{
	color: #333;
	font-family: Maven Pro;
	margin: 25px 0;
	font-weight: 400;
	text-transform: uppercase;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size: 51px;
	line-height: 1.15em;
	letter-spacing: .16em;
}
#milestones .title h2:before {
    content: '';
    width: 100px;
    height: 2px;
    background: #e2b13c;
    position: absolute;
    top: 30px;
    left: -110px;
}
#milestones .title h2:after {
    content: '';
    width: 100px;
    height: 2px;
    background: #e2b13c;
    position: absolute;
    top: 30px;
    right: -110px;
}
.full-width {
    padding: 0 15px;
}
.cool-timeline .timeline-post .timeline-content .content-details, .cool-timeline .timeline-post .timeline-content .content-details p, .ctl-popup-content {
    font-size: 14px !important;
        color: #333;
        line-height: 24px;
}
@media only screen and (min-width: 1400px){
	.eltdf-row-grid-section {
    width: 1300px !important;
}
}
#wonders {
	padding-left: 15px;
	padding-right: 15px;
    width: 100%;
    box-sizing: border-box;
}
.onview-section {
    position: relative;
    padding-bottom: 84px;
    padding-top: 84px;
}
.onview-section::before {
    background-color: rgba(255,255,255,0.9);
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: inline-block !important;
}
.onview-section .container::before {
    content: "";
    border: 6px solid #e2b13c;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 66px;
    bottom: 90px;
    display: inline-block;
}
.section-header {
    display: inline-block;
    width: 100%;
    position: relative;
    /*margin-bottom: 35px;*/
}
.section-title-border {
    position: relative;
    display: inline-block;
    /*padding: 14px 40px 13px 0;*/
    z-index: 1;
}
.onview-content .section-header .section-title-border::before {
    /*border-color: #e4e4e4;*/
}
.section-title-border::before {
   /* border: 6px solid #f0efef;*/
    bottom: 0;
    content: "";
    display: inline-block;
    position: absolute;
    left: 40px;
    right: 0;
    top: 0;
    z-index: -1;
}
.section-header span, .section-header2 span {
    font-size: 20px;
    font-style: italic;
    color: #e2b13c;
    word-wrap: break-word;
    line-height: 36px;
    font-weight: 600;
}
.section-header h2, .section-header2 h2 {
    font-size: 32px;
    font-weight: bold;
    /* color: #222222; */
    letter-spacing: 0.64px;
    margin-bottom: 0;
    margin-top: 50px;
    text-transform: uppercase;
    padding: 0;
}
#counter {
  background: url(../img/counter-bg1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
  padding: 70px 0;
}
#counter:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.72);
}
#counter .title {
  position: relative;
}
#counter .title h2 ,#counter .title p {
  color: #fff;
}
#counter .block {
  margin-bottom: 20px;
}
#counter .block i {
  display: block;
  font-size: 40px;
  line-height: 1;
  padding-bottom: 20px;
  color: #e2b13c;
}
#counter .block span {
  line-height: 1;
  display: inline-block;
  color: #fff;
}
#counter .block .count-text {
  font-size: 36px;
}
#counter .block p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  padding-top: 20px;
}
#rajipunnoose .feature-block img{
	width: 100%;
}
#rajipunnoose{
	padding: 50px 0 0 0;
}
#portfolio {
  padding: 100px 0;
}
#portfolio .block .recent-work-mixMenu {
  padding-bottom: 40px;
  text-align: center;
}
#portfolio .block .recent-work-mixMenu ul li {
  display: inline-block;
  padding: 0;
}
#portfolio .block .recent-work-mixMenu ul li button {
  background: none;
  border: 0;
  font-size: 14px;
  color: #474747;
  margin: 0 20px;
  transition: 0.2s;
  text-transform: uppercase;
}
#portfolio .block .recent-work-mixMenu ul li button:hover {
  color: #e2b13c;
}
#portfolio .block .recent-work-mixMenu ul li button:focus {
  outline: 0;
}
#portfolio .block .recent-work-mixMenu ul li .active {
  color: #e2b13c;
}
#portfolio .block .recent-work-pic ul li {
  margin-bottom: 30px;
  position: relative;
}
#portfolio .block .recent-work-pic ul li:hover .overlay {
  opacity: 1;
}
#portfolio .block .recent-work-pic ul li:hover .overlay i {
  top: 40%;
  opacity: 1;
}
#portfolio .block .recent-work-pic ul li:hover .overlay h3 {
  bottom: 50%;
  opacity: 1;
}
#portfolio .block .recent-work-pic ul li .overlay {
  position: absolute;
  top: 23px;
  left: 38px;
  bottom: 23px;
  right: 38px;
  background: rgb(226 180 69 / 77%);
  transition: 0.3s;
  text-align: center;
  opacity: 0;
}
#portfolio .block .recent-work-pic ul li .overlay h3,
#portfolio .block .recent-work-pic ul li .overlay i {
  color: #fff;
  
}
#portfolio .block .recent-work-pic ul li .overlay h3 {
  bottom: 30%;
  left: 50%;
  opacity: 0;
  text-transform: uppercase;
  font-weight: 400;
  width: 100%;
  transition: 0.3s;
  position: absolute;
  transition-delay: 0.1s;
  transform: translateX(-50%);
}
#portfolio .block .recent-work-pic ul li .overlay i {
  top: 30%;
  opacity: 0;
  left: 50%;
  font-size: 50px;
  transition: 0.3s;
  transition-delay: 0s;
  position: absolute;
  transform: translate(-50%, 50%);
}
#portfolio .block .recent-work-pic ul li .overlay .overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#news .entry-header{
	margin-bottom: 10px;
    width: 100%;
    float: left;
    padding-left: 40px;
}
#news .post-date{
	padding-left: 100px;
    display: none;
    position: relative;
    margin-top: 20px;
    width: 100%;
}
#news .post-date b{
	font-size: 70px;
    font-weight: 400;
    left: 0;
    letter-spacing: 1.4px;
    line-height: 38px;
    position: absolute;
    top: auto;
    bottom: 5px;
}
#news .post-date span{
	color: #777777;
    display: block;
    font-size: 20px;
    font-style: italic;
    letter-spacing: 0.4px;
    line-height: 31px;
    text-transform: capitalize;
}
#news .entry-title{
	white-space: normal;
	color: #222222;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-bottom: 14px;
    margin-top: 14px;
    line-height: 35px;
}
#news .entry-content{
	padding-left: 40px;
	float: left;
    width: 100%;
    
}
#news .entry-content p {
    color: #777777;
    line-height: 26px;
    letter-spacing: 0.28px;
    margin-bottom: 20px;
}
#news .entry-content > a {
    font-family: 'Maven Pro';
    font-size: 12px;
    font-weight: 600;
    position: relative;
    padding-left: 80px;
    color: #222222;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 5px;
    display: inline-block;
}
#news article[class*="type-"]:not(.history_events) .entry-content > a::before {
    background-color: #e2b13c;
    border-right: 4px solid #222222;
    -webkit-box-shadow: -3px 0 0 0 #fff inset;
    -moz-box-shadow: -3px 0 0 0 #fff inset;
    box-shadow: -3px 0 0 0 #fff inset;
    content: "";
    width: 60px;
    height: 2px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
#news .entry-cover{
	float: left;
    width: 100%;
    margin-bottom: 0;
    position: relative;
}
#news .entry-cover a {
    float: left;
}
#news .entry-cover img {
	display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    }
#awards{
	padding: 50px 0;
}
.award-div{
	position: relative;
}
.award-div .image {
  display: block;
  width: 100%;
  height: auto;
}

.award-div .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #e2b13c;
}

.award-div:hover .overlay {
  opacity: 1;
}

.award-div .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.section-padding {
	padding-top: 75px;
	padding-bottom: 75px;
}
#play-video {
  padding: 105px 0;
  background: url("../img/new-latter.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
#play-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 35, 34, 0.7);
}
#play-video .block {
  text-align: center;
}
#play-video .block h2 {
  color: #fff;
  padding-bottom: 5px;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: 'Maven Pro';
  font-weight: 600;
}
#play-video .block p {
  text-align: center;
  color: #dfdfdf;
  padding-bottom: 30px;
  font-family: 'Maven Pro';
  font-size: 14px;
  line-height: 22px;
  margin-top: 10px;
}
#play-video .block .button {
  position: relative;
  width: 100px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  background: #e2b13c;
  display: block;
  margin: 0 auto;
  text-align: center;
  border-radius: 4px;
  transition: all 300ms linear;
  font-size: 30px;
  margin-top: 10px;
}
#play-video .block .button:hover {
  color: #424242;
  border-color: red;
}
#html5-watermark {
  display: none !important;
}
#testimonial {
	background: bisque;
  	padding: 45px 0;
}
#testimonial .title h2{
	text-align: left;
	color: #333;
    font-size: 25px;
    padding-bottom: 25px;
    text-transform: none;
    display: inline-block;
    position: relative;
    
}
#testimonial .title h2:before {
    content: '';
    width: 40px;
    height: 2px;
    background: none;
    position: absolute;
    top: 12px;
    left: -60px;
}
#testimonial .title h2:after {
    content: '';
    width: 40px;
    height: 2px;
    background: none;
    position: absolute;
    top: 12px;
    right: -60px;
}
#testimonial .col {
  position: relative;
  padding: 47px 60px;
  overflow: hidden;
}
#testimonial .col-md-6 {
    border: solid #dedede;
    border-width: 0 1px 1px 0;
    padding-bottom: 42px;
}
#testimonial .col-md-6:nth-child(3n) {
      border-right: 0;
}
#testimonial .col-md-6:nth-child(5n) {
      border-right: 0;
      border-bottom: 0;
}
#testimonial .col-md-6:nth-child(4n) {
  border-bottom: 0;
}
#testimonial .media .media-left {
  padding-right: 20px;
}
#testimonial .media .media-left a {
  position: relative;
  display: block;
}
#testimonial .media .media-left a:before {
  content: "\f10d";
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  font-family: 'FontAwesome';
  /*background: #e2b13c;*/
  text-align: center;
  color: #000;
  font-size: 20px;
  padding-top: 2px;
}
#testimonial .media .media-body {
  padding-top: 30px;
}
#testimonial .media .media-body h4 {
  letter-spacing: unset;
  font-size: 16px;
  color: #444;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 600;
}
#testimonial .media .media-body p {
  font-size: 14px;
  font-family: 'Maven Pro';
  font-style: italic;
  color: #787878;
}
#faq .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
  transition: 0.4s;
}

#faq .active, .accordion:hover {
  background-color: #ccc;
}

#faq .accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

#faq .active:after {
  content: "\2212";
}

#faq .panel {
	margin-bottom: 5px;
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

#team {
  padding: 80px 0 180px;
}
#team .block {
  position: relative;
  overflow: hidden;
  border:3px solid transparent;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
}
#team .block img {
  width: 100%;
  position: relative;
}

#team .block:hover {
  border: 3px solid #e2b13c;

}
#team .block:hover .team-overlay {
  bottom: 0;
  opacity: 1;
}
#team .team-overlay {
  background: rgba(255, 255, 255, 0.95);
  color: #fff;
  text-align: center;
  padding: 48px 62px;
  position: absolute;
  bottom: -150px;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  
  transition: 0.3s;
}
#team .team-overlay h3,
#team .team-overlay span {
  color: #333;
}
#team .team-overlay span {
  display: block;
  font-size: 13px;
  padding-top: 10px;
}
#team .team-overlay .icon {
  width: 38px;
  height: 38px;
  margin: 0 auto;
  padding: 10px;
  line-height: 1;
  margin-top: 36px;
  margin-bottom: 25px;
  border-radius: 100%;
  display: inline-block;
  background: #e2b13c;
}
#team .team-overlay .icon i {
  font-size: 18px;
  color: #fff;
}
#team .team-overlay p {
  font-size: 14px;
  line-height: 23px;
  color: #707a8a;
  
}
#team .team-overlay .media {
  margin-top: 10px;
}
#team .team-overlay .media a {
  font-size: 12px;
  color: #fff;
  transition: 0.3s;
  margin: 0 10px;
}
#team .team-overlay .media a:hover {
  color: #e2b13c;
}
#pricing-table {
  padding: 100px 0 127px;
  background: #e2b13c;
}
#pricing-table .title h2,
#pricing-table .title p {
  color: #fff;
}
#pricing-table .title h2:before, #pricing-table .title h2:after {
  background: #fff;
}
#pricing-table .block {
  color: #fff;
}
#pricing-table .block ul {
  border: 1px solid #fff;
  padding: 35px 0;
}
#pricing-table .block ul li {
  padding: 10px 0;
}
#pricing-table .block ul li p {
  text-transform: uppercase;
}
#pricing-table .block ul li:first-child {
  margin-bottom: 26px;
}
#pricing-table .block ul li:first-child h4 {
  padding-bottom: 29px;
  font-size: 20px;
}
#pricing-table .block ul li:first-child p {
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
}
#pricing-table .block ul li:first-child p span {
  font-size: 16px;
  font-weight: 300;
}
#pricing-table .block ul li:last-child {
  color: #fff;
  margin-top: 25px;
}
#pricing-table .block .btn-buy {
  border-color: #fff;
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  transition: 0.3s;
  background: #fff;
  color: #e2b13c;
}


#pricing-table .block .btn-buy {
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translate3d(0, -14px, 0);
    transform: translate3d(0, -14px, 0);
}
#pricing-table .block:hover {
  background:rgba(255, 255, 255, 0.17);
}
#pricing-table .block:hover .btn-buy {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}
#contact-form {
  padding: 100px 0;
  background:#f9f9f9;
}
#contact-form h4{
	font-family: 'Maven Pro';
    font-weight: 600;
    letter-spacing: normal;
    text-align: left;
    text-transform: none;
    color: #000;
    height: 40px;
}
#contact-form p{
	text-align: justify;
}
#contact-form form input,
#contact-form form textarea {
  padding: 24px 20px 0;
  border-color: #e2b13c;
  border-radius: 5px;
  font-size: 14px;
  color: #97a0af;
  box-shadow: none;
}
#contact-form form input {
  margin-bottom: 14px;
  padding: 24px 27px;
}
#contact-form form textarea {
  margin-bottom: 28px;
  min-height: 172px;
  resize: none;
}
#contact-form form button {
  float: right;
  color: #fff;
  font-size: 16px;
  padding: 17px 43px;
  background: #e2b13c;
  border-radius: 40px;
  font-weight: 600;
  border-color: transparent;
  transition: 0.3s;
}
#contact-form form button:hover {
  background: none;
  color: #e2b13c;
  border-color: #e2b13c;
}
.owl-carousel .owl-item{
	width: 33% !important;
}
#footer-top iframe {
  width: 100%;
  height: 385px;
  transform: translateZ(0px);
  background-color: #ffffff;
  border: 0;
}
/** Google Map**/
/* line 125, ../../scss/_contact.scss */
.map #googleMap {
  min-height: 345px;
  -webkit-filter: gray;
  filter: gray;
  filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
}
/* ================ Home end ========================= */
/* =====================
   contact page style
   ===================== */
#global-header {
  background: url(../img/contact-slider-img.jpg);
  background-size: cover;
  background-position: center;
  padding: 150px 0 90px;
  text-align: center;
  position: relative;
}
#global-header:before {
  position: absolute;
  z-index: 99;
  background: rgba(60, 59, 72, 0.69);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: 1;
}
#global-header .block {
  position: relative;
  z-index: 10;
  color: #fff;
}
#global-header .block h1 {
  font-size: 50px;
  margin-top: 20px;
}
#global-header .block p {
  font-size: 14px;
  padding-top: 10px;
  font-family: 'Maven Pro';
}

/* ================ Contact end ========================= */
/* =====================
   Service page style
   ===================== */
#client-logo {
  padding: 60px 0 60px;
  text-align: center;
}
#client-logo a {
  padding: 14px 24px;
  display: block;
}
#client-logo a img {
  transition: 0.3s;
  margin: 0 auto;
}
#client-logo a:hover img {
  transform: scale(1.2);
}
footer {
  background: #202322;
  padding: 20px 0 25px 0;
}
footer ul li{
	color: #999;
	text-align: left;
	display: inline;
}
footer ul{
	text-align: right;
}
footer p {
	text-align: right;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  padding-top: 26px;
  display: inline;
}
footer img{
	
}
/* =====================
   Blog Post
   ===================== */


#blog {
  padding:100px 0;
  background: #f1f1f1;
}
#blog-post .block {
  background: #fff;
  margin:0 5px;
}

#blog-post  .content {
  padding:30px 25px; 
  text-align: center;
}
#blog-post .content h4 {
  text-transform: capitalize;
  position: relative;
  margin: 20px 0 10px;
  padding: 10px 0;
}
#blog-post .content h4 a {
  color: #333;
}
#blog-post .content h4 a:hover {
 color: #e2b13c; 
}
#blog-post .content h4::before {
    content: '';
    position: absolute;
    left: 45%;
    top: -6px;
    width: 30px;
    height: 2px;
    background-color: #e2b13c;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
#blog-post .content small {
  color: #999;
}
#blog-post .content p {
  margin-top: 10px;
  color: #777;
}
#blog-post .content .btn-read {
  background: #e2b13c;
  color: #fff;
  padding:10px 20px;
  font-size: 13px;
  margin-top: 14px;
  border-radius: 25px;
}

/* =====================
   Blog Page
   ===================== */



#blog-left{
  padding: 130px 0;
}

#blog-left .blog-img .col-md-12{
  margin-bottom: 4% ;
}

#blog-left .block{
      margin: 5.5% 0 ;
}

#blog-left .block span{
  display: block;
  margin: 3% 0 ;
  color: #333 ;
  font-size: 14px ;
  line-height: 22px ;
  /*font-family: 'Maven Pro', sans-serif;*/
}

#blog-left .block .first-child{
    margin: 5.5% 0 ;
}

#blog-left .block p{
    font-size: 13px;
    color: #888;
    line-height: 23px;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
    /*font-family: 'Maven Pro', sans-serif;*/
}

#blog-left .block blockquote{
    border-left: 0 none;
    margin-bottom: 30px;
    padding: 46px;
    background-color: #f6f6f6 ;
}

#blog-left .block blockquote p{
  margin: 0 0 5.5% ;
  position: relative;
  font-family: 'Maven Pro';
  font-size: 14px;
  line-height: 22px;
  color: #626262;
}

#blog-left .block blockquote p:before{
    color: #333;
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 50px;
    margin-right: 10px;
}

#blog-left .block blockquote .footer{
  color: #000 ;
}

#blog-left .block blockquote .footer:before{
  content: '\2014 \00A0';
}

#blog-left .block .tags{
  margin: 0 0 6.5% ;
}

#blog-left .block .tags h5{
    font-size: 18px ;
    line-height: 27px ;
    color: #333 ;
}

#blog-left .block .tags a{
  font-size: 11px ;
  line-height: 20px;
  display: inline-block ;
  color: #272727;
  text-decoration: none;
}

#blog-left .block .blog-comment{
  padding: 5.5% ;
  background-color: #f6f6f6;
}

#blog-left .block .blog-comment .comment-img{
    float: left;
    margin-right: 35px;
    max-width: 100px;
}


#blog-left .block .blog-comment .comment-text a{
  color: #333;
  margin: 0 0 10px;
  font-family: 'Maven Pro';
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

#blog-left .block .blog-comment .comment-text span{
  font-size: 11px;
  line-height: 20px;
  display: inline-block;
  font-family: 'Maven Pro';
  color: #626262;
  margin: 0 0 10px;
}


#blog-left .block .media-link{
  text-align: center;
  padding: 5.5% 0;
  border-bottom: 4px solid #e2b13c;
}

#blog-left .block .media-link a i{
    font-size: 24px;
    line-height: 28px;
    color: #373737;
    margin: 0 0 0 5.5%;
}

#blog-left .blog-comment-main{
  padding-bottom: 7%;
  margin-bottom: 7%;
  border-bottom: 4px solid #e2b13c;
}

#blog-left .blog-comment-main .blog-comment .comment-img{
    float: left;
    margin-right: 35px;
    margin-top: 10px;
    max-width: 100px;
}

#blog-left .blog-comment-main .comment-text{
  overflow: hidden;
}

#blog-left .blog-comment-main .comment-text .title,
#blog-left .blog-comment-main .comment-text span{
  color: #333;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  font-family: 'Maven Pro';
  text-transform: uppercase;
  font-weight: 500;
  padding: 0;
}

#blog-left .blog-comment-main .comment-text .title:after{
    content: "/";
    padding: 0 10px;
    font-weight: 500;
}

#blog-left .blog-comment-main .comment-text p{
  margin: 2% 0;
  font-size: 13px;
  color: #626262;
  line-height: 23px;
}

#blog-left .blog-comment-main .comment-text .btn{
  font-size: 9px;
  padding: 4px 12px 3px;
  border: 2px solid #e2b13c;
  color: #fff;
  display: inline-block;
  background-color: #e2b13c;
  width: auto;
  -webkit-transition-duration: .2s;
  -webkit-transition-timing-function: ease-in-out;
  text-transform: uppercase;
  font-family: 'Maven Pro' !important;
  font-weight: 600;
  letter-spacing: 1px;
}

#blog-left .blog-comment-main .comment-text .btn:hover{
  border: 2px solid #373737;
  color: #373737;
  background-color: transparent;
}

#blog-left .blog-comment-main .sub-blog-comment{
  margin: 30px 0 30px 40px;
  padding: 4% 0;
}

#blog-left .blog-comment-main .sub-blog-comment .comment-img{
    float: left;
    margin-right: 35px;
    margin-top: 10px;
    max-width: 100px;
}

#blog-left .addcomment span{
  margin: 0 0 5.5%;
  display: block;
  font-size: 18px;
  line-height: 27px;
  color: #333;
}

#blog-left .addcomment .blog-comment-form form input, textarea{
  padding: 18px 25px;
  border: 2px solid rgba(0,0,0,.1);
  font-size: 14px;
  height: auto;
  margin: 0 0 20px 0;
  border-radius: 0;
  transition: 0.8s;
}

#blog-left .addcomment .blog-comment-form form input:focus{
  border: 2px solid #e2b13c ;
  box-shadow: none;
}

#blog-left .addcomment .blog-comment-form form textarea{
  border-radius: 0;
  padding: 18px 25px;
  min-height: 100px;
  border: 2px solid rgba(0,0,0,.1);
}

#blog-left .addcomment .blog-comment-form form textarea:focus{
  box-shadow: none;
  border: 2px solid #e2b13c;
}

#blog-left .addcomment .blog-comment-form form button{
  font-size: 14px;
  padding: 10px 22px;
  letter-spacing: 1px;
  border: 2px solid #e2b13c;
  color: #fff;
  background-color: #e2b13c;
  -webkit-transition-duration: .2s;
  -webkit-transition-timing-function: ease-in-out;
}

#blog-left .addcomment .blog-comment-form form button:hover{
  background-color: transparent;
  border: 2px solid #e2b13c;
  color: #e2b13c;
}

#blog-left .widget{
  margin: 0 0 10.5%;
}

#blog-left .widget form i{
    cursor: pointer;
    position: absolute;
    right: 19px;
    top: 12px;
    z-index: 998;
}

#blog-left .widget form input{
    color: #949494;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    letter-spacing: 1px;
    font-size: 11px;
    padding: 8px 14px;
    padding-left: 0;
    width: 100%;
    margin: 0 0 20px 0;
    max-width: 100%;
    resize: none;
    transition: 0.8s;
    font-family: 'Maven Pro' !important;
    letter-spacing: 1px;
    font-size: 11px;
}

#blog-left .widget form input:focus{
  outline: none;
  border: none;
  border-bottom: 1px solid #000;
}

#blog-left .widget span{
  font-size: 14px;
  line-height: 22px;
  color: #333;
  display: block;
  margin-bottom: 7%;
  padding-bottom: 7%;
  position: relative;
  font-family: 'Maven Pro';
  font-weight: 600;
}
#blog-left .widget span:before{
  content: "";
  position: absolute;
  bottom: 0;
  background: #e2b13c;
  width: 30px;
  height: 4px;
}

#blog-left .widget .widget-body ul li{
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 12px;
  margin-bottom: 10px;
  color: #ababab;
}

#blog-left .widget .widget-body ul li a{
  letter-spacing: 1px;
  display: block;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
  color: #333;
  font-family: 'Maven Pro';
  letter-spacing: 1px;
  font-weight: 500;
}

#blog-left .widget .widget-body ul li .items{
  text-transform: none;
  font-weight: 600;
  font-size: 12px;
}

#blog-left .widget .widget-body ul li:last-child{
  border: 0;
}

#blog-left .widget .widget-body .title{
  margin: 0;
  margin-top: 11.5%;
  padding: 0;
  text-align: left;
}

#blog-left .widget .widget-body .title:before{
  display: none;
}

#blog-left .widget .widget-body p{
  font-size: 13px;
  color: #626262;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #626262;
}

#blog-left .sidebar-tags a{
  padding: 2px 10px;
  display: inline-block;
  color: #373737;
  margin: 0 8px 10px 0;
  background-color: #f6f6f6;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 20px;
  font-family: 'Maven Pro';
  letter-spacing: 0.02em;
}

#blog-left .sidebar-tags a:hover{
  background-color: #000;
  color: #fff;
  -webkit-transition-duration: .2s;
  -webkit-transition-timing-function: ease-in-out;
}

.cool-timeline.white-timeline .timeline-year {
   -webkit-box-shadow: 0 0 0 4px white, inset 0 0 0 2px rgb(0 0 0 / 5%), 0 0 0 8px rgb(255 255 255) !important;
}
.content-title{
    
    display:none;
}

.short-logo{
	    display:none;
	}
	.cool-timeline.white-timeline:before, .cool-timeline.white-timeline.one-sided:before {
    background-color: #737373;
    background-image: -webkit-linear-gradient(top,#737373 0%,#737373 8%,#737373 92%,#737373 100%);
    background-image: -moz-linear-gradient(top,#737373 0%,#737373 8%,#737373 92%,#737373 100%);
    background-image: -ms-linear-gradient(top,#737373 0%,#737373 8%,#737373 92%,#737373 100%);
}
#wonders .feature-block {
    margin-bottom: 50px;
}
#wonders .feature-block img {
    position: absolute;
    top: -150px;
    left: -114px;
}
.cool-timeline .timeline-post .timeline-content img {
    max-width: 100%;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 15px;
}
section#faq {
    padding-top: 80px;
}
.mother{
  padding: 60px 0px 0px;
}

.mother img{
  width: 100%;
}

.why-choose{
  padding: 30px 0px;
}
.why-choose img{
  height: 300px;
  width: auto;
  margin: 0 auto;
  display: block;
}
.why-choose ul li{
    list-style: none;
    position: relative;
    padding: 5px 0px;
    padding-left: 30px;
    color: #444;
}
.why-choose ul li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}
.why-choose-content{
  /* display: flex;
  align-items: center; */
}
.why-choose .title{
  text-align: left !important;
}
.why-choose .title h2:before, .why-choose .title h2:after{
  display: none;
}
.why-choose ul{
  margin-bottom: 20px !important;
}