body {
    font-size: 14px;
    letter-spacing: 0.025em;
    line-height: 1.5;
    margin: 0;
	color: #F68E13;
/*    color: #212529; */
}
a:focus {
	outline: 0!important;
}
a, .comment-reply-link {
	color: #0fa89d;
}
.entry-title a:hover, 
.entry-title a:focus {
    color: #0fa89d;    
}
.widget_calendar tbody a { 
	background-color: #0fa89d;
}
.text-uppercase {
    text-transform: uppercase;
}
.single-post .site-inner,
.category .site-inner {
	margin-top: 50px;
}
/*** Top Head Menu ***/
.site-header {
	padding-top: 0;
	padding-bottom: 0;
}
.top-head {
    padding: 20px 0;
}
.top-head .container {
	max-width: 1200px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto;
}
.top-head .top-head-widget {
    display: inline-block;
}
.top-head .top-head-widget:nth-child(1) {
    width: 75%;
}
.top-head .top-head-widget:nth-child(2) {
    width: 25%;
}
.top-head .top-header-left {
    float: left;
}
.top-head .top-header-right {
    float: right;
}
.top-head a {
    box-shadow: none !important;
}
.lt-contact-info {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}
.lt-contact-info li {
    display: inline-block;
    margin: 0 10px;
}
.top-head .lt-contact-info span {
    top: 0;
    display: inline-block;
    position: relative;
    width: 45px;
    border: 1px solid #e5e5e5;
    height: 45px;
    margin-right: 10px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
}
/*** Head ***/
.site-header {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
body.home .site-header {
    margin-bottom: -40px;    
}
header .site-branding {
    margin-top: 5px;
    margin-bottom: 5px;
}
header .site-branding .site-title {
    margin: 0;
}
header .site-header-main {
    max-width: 1140px;
    margin: 0 auto;
}
.site-header {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.site-header.is-sticky {
    position: fixed;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999!important;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/*** Menu ***/
.site-header-menu {
    margin: 20px 0;
}
.main-navigation ul ul {
	-webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.main-navigation li:hover > ul {
	opacity: 1;
	visibility: initial;
}
.main-navigation a {
	font-weight: 700;
	font-size: 14px;
}
.main-navigation ul ul a {
    width: 200px;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
/*** Title ***/
.lt-main-heading {
    z-index: 1;
    font-size: 72px;
    padding-top: 90px;
    padding-bottom: 15px;
    position: relative;
}
.lt-main-heading:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 186px;
    top: auto;
    bottom: 0;
    right: auto;
    width: 16%;
    height: 3px;
    background: #b7b7b7;
}
.lt-main-heading .fst-lt {
    font-size: 210px;
    line-height: 140px;
    color: #252525;
    font-weight: 700;
    position: absolute;
    left: 0;
    display: block;
    z-index: -1;
    top: 0;
}
.lt-main-heading .fst-lt.lt-text {
    position: absolute;
    top: 178px;
    left: -13px;
}
.lt-title-general p {
    padding-left: 187px;
    font-weight: normal;
}
.lt-title-general .lt-main-heading {
    margin-bottom: 40px;
}
/*** Button ***/
.lt-btn {
    color: #fff !important;
    font-size: 14px;
    padding: 12px 35px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    background-color: #F68E13;
}
.lt-btn:before {
    position: absolute;
    transition: all .3s cubic-bezier(0,0,.1,1);
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #F68E13;
}
.lt-btn:hover:before {
    width: 100%;
}
/*** Slider ***/
.lt-slider .elementor-column-wrap {
	padding-bottom: 0!important;
}
/*** Chart ***/
#chart {
  width: 650px;
  height: 315px;
  margin: 30px auto 0;
  display: block;
}
#chart #numbers {
  width: 50px;
  height: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  float: left;
}
#chart #numbers li {
  text-align: right;
  padding-right: 1em;
  list-style: none;
  height: 30px;
  border-bottom: 1px solid #444;
  position: relative;
  bottom: 30px;
}
#chart #numbers li:last-child {
  height: 30px;
}
#chart #numbers li span {
  position: absolute;
  bottom: 0;
  right: 10px;
}
#chart #bars {
  display: inline-block;
  width: 600px;
  height: 315px;
  padding: 0;
  margin: 0;
  box-shadow: 0 0 0 1px #444;
}
#chart #bars li {
  display: table-cell;
  width: 100px;
  height: 315px;
  margin: 0;
  text-align: center;
  position: relative;
}
#chart #bars li .bar {
  display: block;
  width: 70px;
  margin-left: 15px;
  background: #0fa89d;
  position: absolute;
  bottom: 0;
}
#chart #bars li .bar:hover {
  background: #10a89d;
  cursor: pointer;
}
#chart #bars li .bar:hover:before {
  color: #222;
  content: attr(data-percentage) "%";
  position: relative;
  bottom: 20px;
}
#chart #bars li span {
  width: 100%;
  position: absolute;
  bottom: -2em;
  left: 0;
  text-align: center;
}
/*** Portfolio ***/
.lt-gallery-item .gallery-item {
    position: relative;
}
.lt-gallery-item .gallery-icon {
    display: inline-block;
    position: relative;
}
.lt-gallery-item .gallery-icon:before {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  bottom: 0;
  color: #6f6f6f;
  content: "\f002";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  height: 50px;
  left: 0;
  line-height: 50px;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15) 0s;
  -moz-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15) 0s;
  -o-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15) 0s;
  transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15) 0s;
  visibility: hidden;
  width: 50px;
  z-index: 11;
}
.lt-gallery-item .gallery-icon:hover::before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
.lt-gallery-item .gallery-icon:after {
  background: rgba(10,35,59,.5) none repeat scroll 0 0;
  bottom: 25px;
  content: "";
  display: block;
  left: 25px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 25px;
  top: 25px;
  -webkit-transform: rotate(180deg) scale(0);
  -ms-transform: rotate(180deg) scale(0);
  transform: rotate(180deg) scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.lt-gallery-item .gallery-icon:hover::after {
  opacity: 1;
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}
/*** Team ***/
.lt-team-item h6 {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #848484;
}
.lt-team-item .elementor-image-box-img {
    position: relative;
}
.lt-team-item .elementor-image-box-img img {
    width: 100%;
}
.lt-team-item .elementor-image-box-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: opacity .4s,-webkit-transform .4s cubic-bezier(.4,0,.2,1);
    transition: transform .4s cubic-bezier(.4,0,.2,1),opacity .4s;
    transition: transform .4s cubic-bezier(.4,0,.2,1),opacity .4s,
    -webkit-transform .4s cubic-bezier(.4,0,.2,1);
    background: rgba(10,35,59,.5);
}
.lt-team-item:hover .elementor-image-box-img:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}
.lt-team-item ul {
    padding: 0;
    position: absolute;
    top: 30%;
    width: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    margin-left: 0;
    visibility: hidden;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}
.lt-team-item:hover ul {
    opacity: 1;
    visibility: inherit;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.lt-team-item ul li {
    list-style: none;
    width: 45px;
    height: 45px;
    text-align: center;
    display: inline-block;
    border: 2px solid #fff;
    position: relative;
    z-index: 1;
    border-radius: 50%;
}
.lt-team-item ul li a {
    display: inline-block;
    width: 100%;
    line-height: 45px;
}
.lt-team-item ul li em {
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
/*** Blog ***/
.lt-blog-item .premium-blog-content-wrapper {
    top: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.lt-subscribe-text h4 {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.5 !important;
}
.lt-subscribe-text h4 span {
    color: #0fa89d;
}
.lt-subscribe-form p {
    float: left;
    display: inline-block;
}
.lt-subscribe-form p:nth-child(2),
.lt-subscribe-form p:nth-child(3) {
    width: 33%;
    margin-right: 2%;
}

/*** Education ***/
.list-unstyled {
    list-style-type: none;
}
.lt-education-item ul.edu-list .time {
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
    display: block;
    width: 223px;
    position: absolute;
    left: -77px;
    top: 100px;
    background: #b7b7b7;
    padding: 17px 34px 21px 34px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.lt-education-item:hover ul.edu-list .time {
    background: #0fa89d;
}
.lt-education-item ul.edu-list:hover .uni-name {
    color: #0fa89d;
}
.lt-education-item ul.edu-list .txt-holder {
    width: 100%;
    padding: 0 0 34px 100px;
    float: left;
}
.lt-education-item ul.edu-list .uni-name {
    font-size: 24px;
    line-height: 26px;
    color: #b7b7b7;
    font-weight: 700;
    display: block;
    margin: 0 0 8px;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.lt-education-item ul.edu-list .sub-title {
    font-size: 14px;
    line-height: 16px;
    color: #b7b7b7;
    font-style: italic;
    display: block;
    margin: 0 0 26px;
}
.lt-review-item img {
    margin-bottom: 20px !important;
}
/*** Contact ***/
.lt-interest-item {
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;    
}
.lt-interest-item:hover {
    margin-top: -50px;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear; 
}
.lt-contact-form label {
    display: inline-block;
    width: 100%;
}
.lt-contact-form p:nth-child(4),
.lt-contact-form p:nth-child(2),
.lt-contact-form p:nth-child(3) {
    width: 30.8% !important;
    margin-right: 3%;
    display: inline-block;
}
.lt-contact-form p:nth-child(4) {
    margin-right: 0 !important;
}
.lt-contact-form p:nth-child(5) {
    margin-top: 20px;
    width: 100% !important;
    margin-right: 0 !important;
}
.lt-contact-form p:nth-child(6) {
    margin-top: 20px;
}
.lt-contact-icon ul li {
    list-style-type: none;
    margin: 20px 0;
    font-size: 18px;
}
.lt-contact-icon ul li em {
    margin-right: 10px;
    color: #0fa89d;
}
/*** Footer ***/
.main-footer, .site-footer {
    float: left;
    width: 100%;
}
.main-footer {
    padding: 50px 0;
}
.main-footer h2 {
    font-size: 19px;
    margin: 0 0 20px;
}
.main-footer ul {
    margin: 0;
}
.main-footer .footer1 ul li {
    display: inherit;
    line-height: 1;
    font-size: 15px;
    font-weight: 600;
    padding-left: 0;
    padding: 8px 0;
    letter-spacing: 1px;
}
.main-footer .footer1 ul li:before {
    font-family: FontAwesome;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 100px;
    background-color: #0fa89d;
    line-height: 45px;
    padding: 14px;
    color: #fff;
    margin-right: 10px;
}
.main-footer .footer1 ul li a {
    box-shadow: none;
}
.main-footer .footer2 ul {
    border: 1px solid rgba(255,255,255,0.1);
    padding: 10px 25px;
    list-style: none;
    max-width: 225px;
}
.main-footer .footer2 ul li,
.main-footer .footer3 ul li {
    list-style: none;
    line-height: 35px;
}
.site-footer .container {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.site-footer .lt-footer a {
	box-shadow: none;
}
/*** Responsive ***/
@media(max-width: 1280px) {
	.site-header {
		padding: 0 5px!important;
	}
	.lt-case-item .elementor-button .elementor-button-text {
		font-size: 10px!important;
	}
}
@media(max-width: 480px) {
	.lt-blog .rpwwt-widget ul li {
		width: 100%;
		margin-right: 0;
	}
	h2.elementor-heading-title {
		font-size: 25px !important;
	}
}

/*** Template null ***/
body.template-full .site-header-main .page_item a {
    line-height: 50px;
}
body.template-full .site-header {
    border-bottom: 1px solid #d2d0d0;
}
body.template-full #main.site-main {
    margin-top: 7em;
}