body {
    font-family: inherit;
    color: #777;
    letter-spacing: 0.025em;
    line-height: 28px;
    margin: 0;
    font-size: 15px;
}
a, .comment-reply-link {
	color: #FFCC03;
    text-decoration: none;
}
.widget_calendar tbody a { 
	background-color: #3b3e79;
}
.dropdown-toggle:after, .site-header-main .menu-toggle:before,
.site-header-main .menu-toggle:hover:before, .site-header.is-sticky .dropdown-toggle:after,
.site-header.is-sticky .site-header-main .menu-toggle:hover:before,
.site-header.is-sticky .dropdown-toggle:hover:after {
    color: #000;
}
.site-header.is-sticky .site-header-main .menu-toggle:before,
.site-header.is-sticky .dropdown-toggle:after {
    color: #000;
}
.breadcrumb {
	margin-top: 100px !important;
	margin-bottom: 30px;
}
.sidebar .widget button.search-submit {
    height: 35px;
}
.single-post .site-inner,
.category .site-inner,
.woocommerce .site-inner {
	margin-top: 40px;
}

/*** Head Top***/
.top-head {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 9999;
	background-image: linear-gradient(280deg, #001a33 0%, #796e41 100%);
}
.top-head .container {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
.head-left {
    width: 50%;
    float: left;
}
.head-right {
    text-align: right;
    float: right;
    width: 50%;
}
ul.top-left {
    padding: 9px 0;
    margin: 0;
    list-style: none;
}
ul.top-left li a {
    font-size: 13px;
    font-weight: 400;
    padding: 0 9px;
}
ul.top-left li:first-child a {
    padding-left: 0;
}
ul.top-left li:last-child a {
    border-right: none;
}
ul.top-left a, ul.top-right a {
    text-decoration: none;
    box-shadow: none;
	color: #fff;
}
ul.top-left li,
ul.top-right li {
    display: inline-block;
}
ul.top-right li strong,
ul.top-left li strong {
    display: none;
}
ul.top-left em {
    padding-right: 8px;
	color: #FFEA00;
}
ul.top-right li {
	color: #000;
	font-size: 13px;
    font-weight: 500;
}
ul.top-right a {
	color: #FFCC03;
	font-size: 15px;
    padding-left: 10px;
}
.head-right a {
	padding: 10px 20px;
    background: #FFEA00;
    display: inline-block;
	box-shadow: none;
	color: #000;
	font-weight: 400;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.head-right a:hover {
	background: #FFCC03;
}

/*** Header ***/
body .site-header {
    position: relative;
    z-index: 9999;
    width: 100%;
    top: 0px;
    padding: 0;
}
body:not(.home) .site-header {
	position: relative;
	top: 0px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
}
body:not(.home) .site-header.is-sticky {
    background: #fff !important;
}
body:not(.home) .site-header.is-sticky {
    position: fixed;
}
header .site-branding {
    margin-top: 5px;
    margin-bottom: 5px;
}
header .site-branding .site-title {
    margin: 0;
}
header .site-header-main {
    max-width: 1200px;
    margin: 0 auto;
}
body.home header.site-header.is-sticky .site-header-main {
    max-width: 1140px;
    margin: 0 auto;
}
body:not(.home) header .site-header-main {
    margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}
.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;
    animation-name: head_sticky;
    animation-duration: 0.60s;
    animation-timing-function: ease-out;
    transition: all .25s ease-in-out;
    padding: 0px!important;
}
@keyframes head_sticky {
    0%   {margin-top:-100px;}
    50%  {margin-top: -74px;}
    100% {margin-top: 0;}
}

/*** Menu ***/
.site-header-menu {
    margin: 17px 0;
}
.main-navigation ul ul {
	-webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.main-navigation li:hover > ul {
	opacity: 1;
	visibility: initial;
}
.main-navigation a {
	/*padding: 0.65625em 1.5em;*/
	padding: 1.5em 1.5em;
	font-weight: 600;
	font-size: 13px;
    text-transform: uppercase;
}
.main-navigation ul ul.sub-menu {
	box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
	background: #fff;
	border-radius: 5px;
	border-bottom: 2px solid #FFCC03;
}
.main-navigation ul li,
.main-navigation ul ul.sub-menu li {
	border: none !important;
}
.main-navigation ul ul.sub-menu li a {
	padding: 10px;
}
.main-navigation ul ul a {
	margin: 5px;
	border-bottom: 1px solid #eee;
    width: 200px;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.site-header.is-sticky .primary-menu > li > a {
	line-height: 1.3125 !important;
}
.main-navigation .menu-item-has-children > a:after {
	top: 32% !important;
}
.open-account {
   background: #ffcc03;
}
.open-account a{
	color: #fff!important;
}
.open-account a:hover {
   color: #293241!important;
}
/*** Canvas Menu LT ***/
.menu-toggle:hover, .menu-toggle:focus,
.menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus,
.menu-toggle.toggled-on {
	border-color: #FFCC03;
    color: #FFCC03;
}
.menu-toggle:hover:before {
	color: #fff !important;
}
.menu-toggle.toggled-on:before,
.dropdown-toggle:hover, .dropdown-toggle:focus {
	color: #FFCC03 !important;
}
.dropdown-toggle:after {
	border-color: #fff;
	border-left-width: 1px;
}
.dropdown-toggle:hover:after,
.dropdown-toggle:focus:after {
	color: #fff;
}

/*** Right Menu ***/
.header-right-menu {
    position: relative;
    float: right;
    transition: all 300ms ease;
}
.header-right-menu .opening-time {
    position: relative;
    display: block;
    float: left;
    padding: 14px 0;
    margin-right: 40px;
}
.header-right-menu .opening-time p {
    color: #91939d;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin: 0;
}
.header-right-menu .opening-time p i {
    position: relative;
    top: 1px;
    color: #1fc6c7;
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    padding-right: 9px;
}
.header-right-menu .button {
    position: relative;
    display: block;
    float: right;
    line-height: 1;
}

/*** Title ***/
.section_title .section_header {
    font-size: 30px !important;
    max-width: 650px;
    text-transform: capitalize;
    line-height: 1.4;
}
.section_title .section_title_border .f-border {
    width: 4px;
    display: inline-block;
    height: 4px;
    background-color: #000;
}
.section_title .section_title_border .s-border {
    width: 25px;
    display: inline-block;
    height: 4px;
    background-color: #000;
}
.sec_subtitle {
    max-width: 500px;
    font-size: 15px;
    line-height: 1.8;
}
/*** Button ***/
.lt-btn a {
    background: -webkit-linear-gradient(to right, #ff4f64, #f47a65);
    background: linear-gradient(to right, #f47a65, #ff4f64);
}
.lt-btn a:hover,
.wpcf7-submit:hover,
.lt-button a:hover {
	box-shadow: 0 8px 40px -2px #f47a65;
}

/*** Carousel ***/
.lt-carousel-item .swiper-slide-inner {
	border: 1px solid #B5B5B5;
    padding: 35px 20px 34px 20px;
	margin: 0 10px !important;
	background: #fff;
}
.lt-carousel-item .swiper-slide-inner img {
	display: none;
}
.lt-carousel-item .swiper-slide-inner p {
	margin: 0;
	font-size: 14px;
}
.lt-carousel-item .swiper-slide-inner h4 {
	font-size: 20px;
	color: #000;
	margin-bottom: 15px;
}

/*** Counter ***/
.lt-project-item, .lt-project-item .elementor-image-box-img {
    position: relative;
}
.lt-project-item .elementor-image-box-content {
    position: absolute;
    margin: auto;
    z-index: 1;
    left: 0;
    right: 0;
    top: 45%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-project-item.pr2 .elementor-image-box-content {
	top: 40%;
}
.lt-project-item:hover .elementor-image-box-content {
	opacity: 1;
}
.lt-project-item .elementor-image-box-img:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: linear-gradient(280deg, #001a33 0%, #796e41 100%);
	transform: scale(0.5);
    opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-project-item:hover .elementor-image-box-img:before {
	transform: scale(1);
    opacity: 1;
}

/*** Team ***/
.lt-team-item a {
	padding: 0 7px;
}
.lt-team-item p {
	margin-bottom: 10px;
}
.lt-team-item h5 {
	font-style: italic;
    padding: 6px 0;
}

/*** Services ***/
.lt-services-item .elementor-image-box-img {
	background: #001a33;
	padding: 10px 10px 10px 10px;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-services-item:hover .elementor-image-box-img {
	background: #FFEA00;
}
.lt-services-item .elementor-image-box-content h3 {
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}
.lt-services-item .elementor-image-box-content h3:before {
	content: '';
	position: absolute;
	left: 0;
	width: 40px;
	bottom: 0;
	background-color: #FFEA00;
	height: 2px;
}
.lt-services-item a.lt-link-ft {
	font-weight: 400;
}
.lt-services-item p {
	margin-bottom: 10px;
}

/*** Price ***/
.lt-price-item > .elementor-column-wrap {
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-price-item > .elementor-column-wrap:hover {
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%) !important;
}
.lt-price-item.color > .elementor-column-wrap:hover {
	box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 50%) !important;;
}
/*** Testimonial ***/
.lt-testimonila-item img {
	width: 100px;
	border-radius: 50% !important;
}
.lt-testimonila-item p {
	margin: 10px 0;
}
.lt-testimonila-item h5 {
	font-size: 18px;
	color: #001A33;
}
.lt-testimonila-item h6 {
	font-size: 14px;
    font-weight: 400;
    font-style: italic;
}

/*** Topic ***/
.lt-topic-item:hover .elementor-image-box-content h3 {
	color: #ffea00 !important;
}

/*** Contact ***/
#mc-submit:hover, .wpforms-submit:hover {
	transform: translateY(-8px);
}
.lt-contact .wpforms-submit {
    color: #fff !important;
    padding: 15px 35px !important;
	margin-top: 20px !important;
}
.wpforms-submit-container {
    text-align: center;
}
div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select {
    font-size: 12px;
    color: #555;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label,
div.wpforms-container-full .wpforms-form .wpforms-field-sublabel {
	color: #fff;
}
.wpforms-submit {
    border: none !important;
    border-radius: 0 !important;
    padding: 15px 25px !important;
	color: #fff !important;
}

/*** Price ***/
.lt-price-item {
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
	border: 1px solid #ebe8e8;
	padding: 0;
	padding-bottom: 40px;
}
.lt-price-item h3.elementskit-pricing-title {
	background: #ffea00;
}
.lt-price-item p.elementskit-pricing-subtitle {
	background: #001a33;
	margin: 0 !important;
}
.lt-price-item .elementskit-pricing-content {
	padding: 0 50px;
    text-align: left;
}
.lt-price-item .elementskit-pricing-content ul li  {
	padding: 5px 5px 10px 5px;
	border-bottom: 1px solid #ebe8e8;
	list-style-type: none;
	font-weight: 400;
}
.lt-price-item .elementskit-pricing-content ul li i {
	padding-right: 5px;
    color: #ffea00;
}
.lt-price-item .elementskit-pricing-content ul li.unavailable {
	color: #001a33;
    text-decoration: line-through;
}
.lt-price-item .elementskit-pricing-content ul li.unavailable i {
	color: #001a33;
}
/*** Page-Blog ***/
.widget .widget-title,
.widget_calendar caption {
    position: relative;
    color: #FFCC03;
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.widget .widget-title:before,
.widget_calendar caption:before {
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    border-radius: 30px;
    height: 4px;
    background: #fff;
}
.widget .widget-title:after,
.widget_calendar caption:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 00;
    height: 4px;
    width: 55px;
    border-radius: 30px;
    bottom: 0;
    display: inline-block;
    background: #FFCC03;
}
.widget li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px !important;
    font-weight: 300;
}
.page-header, .widget {
    border: none;
}
.entry-title a {
    font-size: 25px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.entry-title a, .page-title, .entry-title, .post-navigation span.post-title {
    color: #000 !important;
    font-size: 25px !important;
    font-weight: 600;
}
.entry-title a:hover, .widget ul li a:hover {
    color: #FFCC03 !important;
}
.status-publish {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px !important;
    margin-bottom: 20px !important;
}
#post-616 {
    border-top: 1px solid #eee !important;
}
.widget {
    background: #f4f5f5;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.18);
}
.widget ul li a {
    color: #000;
}
.sidebar section ul li {
    font-size: 16px;
    color: #FFCC03;
}
.comments-title, .comment-reply-title {
    border-top: 1px solid #1a1a1a !important;
}
.post-navigation {
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
}
.entry-header .entry-title {
    margin-top: 40px;
}
.entry-header .entry-title, .post-navigation .post-title {
    font-size: 25px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.post-navigation .post-title, .post-navigation .post-title:hover, .cat-links a:hover,
.posted-on a:hover, .entry-footer a:hover {
    color: #FFCC03 !important;
}
.form-submit input:hover {
    background: #FFCC03;
}
.post-navigation div + div {
    border-top: 1px solid #1a1a1a;
}
.comment-form-comment textarea:focus {
    border: 1px solid #00d9a6 !important;
}
.post-thumbnail img {
    width: 100%;
}
/*** Bottom ***/
.main-footer .top-bottom .container {
 	max-width: 100%;
	padding-top: 0;
}
.main-footer .top-bottom svg {
	width: calc(190% + 1.3px);
	left: 50%;
	position: relative;
    height: 165px;
    transform: translateX(-50%) rotateY(180deg);
}
.main-footer .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.main-footer .top-bottom-item {
    text-align: center;
    padding: 40px 10px;
    color: #fff;
}
.main-footer .top-bottom-item i {
    height: 60px;
    width: 60px;
    font-size: 22px;
    border-radius: 50%;
    line-height: 60px;
    color: #ff4f64;
    display: inline-block;
    box-shadow: 0 0px 0px 10px rgba(255, 255, 255, 0.33);
    background-color: #fff;
}
.main-footer .top-bottom-item h5 {
    font-size: 20px;
    font-weight: 700;
    margin: 30px 0 10px;
}
.main-footer .top-bottom-item p {
    font-size: 14px;
    color: #fff;
}

/*** Footer ***/
.main-footer {
    float: left;
    width: 100%;
	text-align: left;
	background-image: linear-gradient(180deg, #1D242F 0%, #263142 100%);
}
.main-footer .container {
    max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 70px 0 50px;
}
.main-footer h2 {
    margin: 0 0 20px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1em;
}
.main-footer a {
	font-weight: 500 !important;
	box-shadow: none;
}
.main-footer .columns {
	text-align: left;
	padding: 20px;
}
.main-footer ul {
    margin: 0;
	list-style-type: none;
}
.main-footer ul li {
	padding-bottom: 5px;
}
div#media_image-2 {
    margin-top: -15px;
    margin-bottom: 12px;
}
.main-footer .footer1 .shrewd_solution_icon ul li strong {
    display: none;
}
.main-footer .footer1 .shrewd_solution_icon {
    padding-top: 0px;
}
.main-footer .footer1 .shrewd_solution_icon ul,
.main-footer .footer1 .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
.main-footer .footer1 .shrewd_solution_icon ul li a {
    font-size: 21px;
    text-align: center;
    color: #fff;
    margin-right: 33px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    width: 0;
    height: 46px;
    line-height: 46px;
    border: none;
    box-shadow: none;
}
.main-footer .footer1 .shrewd_solution_icon ul li a i {}
.main-footer .footer1 .shrewd_solution_icon ul li a:hover,
.main-footer .footer1 .shrewd_solution_icon ul li:nth-child(2) a:hover,
.main-footer .footer1 .shrewd_solution_icon ul li:nth-child(3) a:hover,
.main-footer .footer1 .shrewd_solution_icon ul li:nth-child(4) a:hover,
.main-footer .footer1 .shrewd_solution_icon ul li:nth-child(5) a:hover,
.main-footer .footer1 .shrewd_solution_icon ul li:nth-child(6) a:hover{
    background: #FFCC03; 
	color: #fff;
}
.main-footer .footer2 ul li,
.main-footer .footer3 ul li {
    list-style: none;
    line-height: 35px;
    position: relative;
}
.main-footer ul li a em{
    padding-right: 12px;
}
.main-footer .wpforms-form input {
	max-width: 100% !important;
	border-radius: 30px !important;
}
.main-footer .wpforms-form button {
	width: 100% !important;
    height: 45px !important;
    border-radius: 30px !important;
    font-weight: 600 !important;
    color: #fff !important;
    background-color: #ffcc03 !important;
    border: none !important;
}
.main-footer .footer4 ul li a em {
	color: #ffea00 !important;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    padding: 0 !important;
	text-align: left;
    margin-top: 10px;
}
.site-footer {
    float: left;
    width: 100%;
	text-align: center;
}
.site-footer .container {
    padding: 30px 0;
	border-top: 1px solid #A0AABA2B;
}
.site-footer .site-info a {
    box-shadow: none;
}
p.left, p.right {
    text-align: center;
    margin: 0;
	font-weight: 400;
	font-size: 14px;
}
p.left a, p.right a {
	font-size: 400;
}

/*** Responsive ***/
@media(max-width: 1280px) {
	.site-header {
		padding: 0 5px!important;
	}
	.main-navigation a {
    	font-size: 12px !important;
	}
	.main-navigation ul li > a {
		padding-left: 12px;
		padding-right: 12px;
	}
	header .site-header-main,
	.main-footer .container {
		margin: 0 !important;
	}
	.main-footer .footer1 .shrewd_solution_icon ul li a {
    	margin-right: 0px;
	}
}
@media(max-width: 1000px) {
    .top-head {
        display: none;
    }
    body.archive .site-main, body.archive .page-header,
    body.single-post .site-main {
        padding: 15px;
    }
    body.single-post .comments-area, body.single-post .navigation.post-navigation, body.archive .page-header,
    article .post-thumbnail, article .entry-content, article .entry-content a, article .entry-footer, article .entry-header {
        margin: 0px !important;
    }
    body.single-post .comments-area, body.single-post .navigation.post-navigation {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
	.sidebar .widget button.search-submit {
    	height: 42px;
	}
}
@media (max-width: 991px) {
	.main-navigation .primary-menu {
    	max-height: 400px;
    	overflow-y: scroll;
	}
}
@media(max-width: 960px) {
	.site-header-menu .primary-menu > li > a:before {
		display: none;
	}
	.main-navigation ul ul li {
    	border-top: 1px solid #d1d1d1 !important;
    	position: relative;
	}
	.primary-menu > li > a,
	.site-header.is-sticky .primary-menu > li > a {
    	line-height: 32px !important;
	}
}
@media(max-width: 910px) {
    body.home #menu-main-menu {
        padding: 0 10px;
    }
	header .site-header-main {
		margin: 0px;
		border-radius: 0px;
	}
	body.home .site-header,
	body:not(.home) .site-header,
    .site-header.is-sticky {
		background: #fff !important;
		top: 0;
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    }
	.main-navigation a {
    	font-size: 13px !important;
	}
	.sidebar {
    	padding-right: 15px;
	}
}

@media(max-width: 768px) {
    .lt-blog .premium-blog-post-outer-container {
        position: relative !important;
        left: 0 !important;
        top: 0px !important;
    }
    article .post-thumbnail, article .entry-content p, article .entry-content a, article .entry-footer, article .entry-header {
        margin: 10px !important;
    }
    body.page-template-default .post-thumbnail, body.page-template-default .entry-content p, 
    body.page-template-default .entry-content a, body.page-template-default .entry-footer, body.page-template-default .entry-header {
        margin: 5px !important;
    }
}
@media(max-width: 480px) {
	p.left, p.right {
		width: 100%;
		text-align: center !important;
	}
	.lt-services-item .elementor-image-box-content h3:before {
		right: 0;
		margin: 0 auto;
	}
}

/*** 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;
}
body.page-template-default .status-publish {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.site-main {
    margin-bottom: 0 !important;
}
.sidebar {
    padding-right: 0px;
}
body.elementor-template-full-width .site-inner {
    max-width: 100%;
}
body.elementor-template-full-width .site-content {
    padding: 0;
}
#mc-submit, .wpforms-submit {
	font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    letter-spacing: 1.3px !important;
    background-color: #293241 !important;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#lt-monthly-form h5 {
	font-size: 18px;
    margin-bottom: 20px;
}