body {
  background: #fff;
}
body,
body p {
  line-height: 1.5;
  margin: 0;
  font-weight: 500;
}
a:focus {
  outline: 0!important;
}
a,
.comment-reply-link {
  color: #cda05f;
}
.entry-title a:hover,
.entry-title a:focus {
  color: #cda05f;
}
.widget_calendar tbody a {
  background-color: #cda05f;
}
.text-uppercase {
  text-transform: uppercase;
}
body.elementor-template-full-width .site-inner {
    max-width: 100%;
}
body.elementor-template-full-width .site-content {
    padding: 0;
}
/*** Top Head Menu ***/
.site-header {
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 0 20px rgba(73, 61, 94, 0.09);
}
.top-head {
  padding: 10px 0;
  background-color: #191d2b;
  position: relative;
  z-index: 1;
}
.top-head .container {
  max-width:1676px;
  margin: 0 auto;
}
.top-head .top-head-widget {
  display: inline-block;
  width: 50%;
}
.top-header-left {
  float: left;
}
.top-header-right {
  float: right;
}
.top-head a {
  color: #cda05f;
  box-shadow: none !important;
}
.top-head ul {
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}
.top-head li {
  color: #aaa;
  margin: 0 7px;
  font-size: 14px;
  display: inline-block;
  list-style-type: none;
}
.top-header-right span {
  margin-right: 5px;
}
.top-contact {
  text-align: right;
}
/*** Head ***/
.site-header {
  background: #12151e;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  margin: 0 auto;
}
header .site-branding {
  margin-top: 5px;
  margin-bottom: 5px;
}
header .site-branding .site-title {
  margin: 0;
}
header .site-header-main {
  max-width: 1676px;
  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 !important;
  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: 17px 0;
}
.main-navigation a {
  font-size: 16px;
    font-weight: 400;
}
.site-header-menu {
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    -webkit-transition: all 0.4s ease-in-out!important;
    -moz-transition: all 0.4s ease-in-out!important;
    -ms-transition: all 0.4s ease-in-out!important;
    -o-transition: all 0.4s ease-in-out!important;
    transition: all 0.4s ease-in-out!important;
}
.site-header-menu.is-sticky {
    position: relative;
    margin: 0 auto;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
    -webkit-transition: all 0.4s ease-in-out!important;
    -moz-transition: all 0.4s ease-in-out!important;
    -ms-transition: all 0.4s ease-in-out!important;
    -o-transition: all 0.4s ease-in-out!important;
    transition: all 0.4s ease-in-out!important;
}
.site-header-menu .primary-menu > li > a {
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 0!important;
    padding-bottom: 0!important;
    line-height: 80px;
    height: 80px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.site-header-menu .primary-menu > li > a:before {
    content: "";
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    position: absolute;
    border: 1px solid transparent;
}
.main-navigation li.focus>a,
.main-navigation a:hover,
.site-header-menu .primary-menu > li:hover > a,
.site-header-menu .primary-menu > li.current-menu-item > a {
    color: #cda05f !important;
}
.main-navigation li.focus>a,
.site-header-menu .primary-menu > li:hover > a:before,
.site-header-menu .primary-menu > li.current-menu-item > a:before {
  border-color: #cda05f;
}
.main-navigation li:hover > ul {
    animation: spFadeInUp 400ms ease-in;
}
@keyframes spFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*** Slider ***/
.lt-slider .elementor-column-wrap {
  padding-bottom: 0!important;
}
/*** Title ***/
.lt-title h2:before, 
.lt-title h2:after {
    content: "";
    position: absolute;
    bottom: 71%;
    height: 6px;
    width: 50px;
    background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0), 
                rgba(0, 0, 0, 0) 3px, 
                rgba(118, 116, 132, 0.15) 3px, 
                rgba(118, 116, 132, 0.15) 6px);
}
.lt-title.white h2:before, 
.lt-title.white h2:after {
    background: repeating-linear-gradient(-45deg, 
      rgba(255, 255, 255, 1), 
      rgba(255, 255, 255, 1) 3px, 
      rgba(0, 0, 0, 0.15) 3px, 
      rgba(0, 0, 0, 0.15) 6px);
}
.lt-title h2:before {
    left: 45px;
}
.lt-title h2:after {
    right: 45px;
}
.lt-title.first h2:before {
    left: -50px;
}
.lt-title.first h2:after {
    right: -30px;
}
.lt-title.first h2:before, 
.lt-title.first h2:after {
  bottom: 30%;
}
.lt-title-left h2 {
   padding-bottom: 30px !important;
}
.lt-title-left h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 6px;
    width: 100%;
    margin: 0;
    background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 3px, 
      rgba(118, 116, 132, 0.15) 3px, rgba(118, 116, 132, 0.15) 6px);
}
.lt-title-left h2 strong {
   color: #cda05f;
}
/*** Feature ***/
.lt-feature-title-top {
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1), 
                inset 0 -5px 0 rgba(255, 255, 255, 0.03), 
                inset -20px 0 0 rgba(0, 0, 0, 0.2), 
                inset -21px 0 0 rgba(255, 255, 255, 0.05), 
                inset -40px 0 0 rgba(0, 0, 0, 0.1), 
                inset -41px 0 0 rgba(255, 255, 255, 0.05);
}
/*** Porfolio ***/
.lt-portfolio-item .premium-gallery-cats-container li a.category {
    border-color: transparent;
}
.lt-portfolio-item .premium-gallery-cats-container li a.active {
    border-color: #cda05f;  
}
/*** Testimonial ***/
.lt-testimonial-item img {
    border-radius: 50% !important;
}
.lt-testimonial-item h3 {
    color: #1a2345;
    font-size: 25px;
    font-weight: 700;
    margin: 25px 0px;
}
.lt-testimonial-item h4 {
    color: #cda05f;
    font-size: 16px;
    font-weight: 300;
}
.lt-testimonial-item p {
    letter-spacing: 2px;
    font-size: 14px;
    margin: 15px 0px 40px;
}
/*** Team ***/
.lt-team-item img {
  width: 100%;
}
.lt-team-item .elementor-image-box-content {
    background: #ffffff;
    padding: 10px;
    position: absolute;
    bottom: 0;
}
.btn-link {
    font-size: 16px;
    padding: 8px 0;
    margin-top: 20px;
    position: relative;
    display: inline-block;
}
.btn-link:after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 7px;
    right: 0;
    width: 0;
    height: 1px;
    transition: 0.5s;
    background: #cda05f;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn-link:hover:after {
    cursor: pointer;
    left: 0;
    width: 100%;
}

/*** Contact ***/
.lt-contact {
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1), 
    inset 0 -5px 0 rgba(255, 255, 255, 0.03), 
    inset -20px 0 0 rgba(0, 0, 0, 0.2), 
    inset 20px 0 0 rgba(0, 0, 0, 0.2), 
    inset -21px 0 0 rgba(255, 255, 255, 0.05), 
    inset 21px 0 0 rgba(255, 255, 255, 0.05), 
    inset -40px 0 0 rgba(0, 0, 0, 0.1), 
    inset 40px 0 0 rgba(0, 0, 0, 0.1), 
    inset -41px 0 0 rgba(255, 255, 255, 0.05), 
    inset 41px 0 0 rgba(255, 255, 255, 0.05), 0 20px 40px rgba(0, 0, 0, 0.2);
}
.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: 2%;
  display: inline-block;
  float: left;
}
.lt-contact-form p:nth-child(4) {
  margin-right: 0 !important;
}
/*** Footer ***/
.main-footer,
.site-footer {
  float: left;
  width: 100%;
}
.main-footer {
  padding: 70px 0 50px;
}
.main-footer h2 {
  font-size: 22px;
  margin: 0 0 20px;
}
.main-footer ul {
  margin: 0;
}
.main-footer .footer1 ul li {
  display: inherit;
  line-height: 1;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.67);
  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: #cda05f;
  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 .site-info a,
.site-info p {
	box-shadow: none;
}

/*** Responsive ***/

@media(max-width: 1280px) {
  .site-header {
    padding: 0 5px!important;
  }
}

@media(max-width: 1024px) {
	.lt-portfolio-item .premium-gallery-item {
		width: 33.3% !important;
	}
	.lt-portfolio-item .premium-img-gallery-filter .premium-gallery-cats-container li a.category {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding: 7px 15px !important;
	}
	 .lt-title h2:after,
	 .lt-title h2:before {
		content: none;
	  }
	.lt-title-left h2 {
		font-size: 30px !important;
	}
	.lt-contact-form p:nth-child(4) {
		margin-top: 20px;
	}
}
@media(max-width: 960px) {
  .site-header {
    position: relative !important;
  }
  .main-navigation ul .toggled-on {
    opacity: 1;
  }
  .lt-slider {
    margin-top: 0 !important;
  }
  .site-header-menu .primary-menu > li > a:before {
    content: none;
  }
}

@media(max-width: 769px) {
  .lt-client-column {
    width: 50% !important;
  }
  .top-head .top-head-widget {
    width: 100%;
  }
	.lt-title-center-column {
		width: 100% !important;
	}
}
@media(max-width: 767px) {
	.lt-practice-item {
		width: 50% !important;
		float: left;
	}
}
@media(max-width: 678px) {
  .premium-blog-post-container {
    width: 100% !important;
  }
  .top-head {
    display: none;
  }

}
@media(max-width: 480px) {
  .lt-client-column {
    width: 100% !important;
  }
  .lt-contact-form p:nth-child(4), 
  .lt-contact-form p:nth-child(2), 
  .lt-contact-form p:nth-child(3) {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .lt-title h2 {
      font-size: 30px !important;
  }
  .lt-slider a {
    font-size: 8px !important;
  }
	.lt-portfolio-item .premium-gallery-item,
	.lt-practice-item {
		width: 100% !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;
}