@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i&display=swap');

body {
    background: #fff;
    font-family: "Lato", Helvetica, sans-serif;	
}
body, body p {
    font-size: 19px;
    color: #6d6d6d;
    letter-spacing: normal;
    line-height: 34px;
    margin: 0;
}
a, .comment-reply-link {
	color: #0c6838;
}
.widget_calendar tbody a { 
	background-color: #0c6838;
}

/*** Top Head Menu ***/
.site-header {
	padding-top: 0;
	padding-bottom: 0;
}
.top-head {
	background: #0c6838;
}
.top-head .container {
	max-width: 1200px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto;
}
.top-head .top-social {
	margin-left: 0;
}
.top-head .top-head-widget {
	width: 50%;
	display: inline-block;
}
.top-head ul li {
	list-style: none;
	display: inline-block;
	color: #fff;
	border-right: 1px solid #6a6984;
}
.top-head ul li a {
	box-shadow: none;
	color: #fff;
	padding: 0 5px;
}
.top-head .top-contact {
	text-align: right;
}
.top-head .top-contact li span {
    font-size: 20px;
    color: #f2784b!important;
}
.top-head .top-contact li:last-child {
	border: 0;
}

/*** Head ***/
header .site-branding {
    margin-top: 5px;
    margin-bottom: 5px;
}
header .site-branding .site-title {
    margin: 28px 0;
}
header .site-header-main {
    max-width: 1140px;
    margin: 0 auto;
}
.site-header {
    background: rgba(0, 0, 0, .2);
    top: 0;
    left: 0;
    z-index: 333;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.site-header.is-sticky {
    position: fixed!important;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, .2);
    z-index: 999!important;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
/*
body:not(.home) .site-header {
	background: #fff!important;
    position: relative;
}
*/
body.home .site-header {
    position: fixed;
}

/*** Menu ***/
.site-header-menu {
    margin: 30px 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: 600;
	font-size: 16px;
    font-family: "Lato", Helvetica, sans-serif;
    color: #fff;
}
.main-navigation ul ul a {
    width: 200px;
    color: #6D6D6D;
    font-weight: 500;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.main-navigation li:hover > a, 
.main-navigation li.focus > a,
.main-navigation li.current_page_item > a { 
	color: #0c6838;
}
.site-header-menu .main-navigation a {
	letter-spacing: 0.5px;
}
/*** Title ***/
.lt-title h3 {
	position: relative;
	padding-bottom: 25px!important;
}
.lt-title h3:before {
	content: "";
	bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 80px;
	height: 4px;
	background: #f2784b;
}
.entry-title {
	font-size: 28px!important;
}

/*** Button ***/
.lt-btn-box:hover a {
    padding-left: 40px!important;
}
.lt-btn-box .elementor-button-icon {
    -webkit-transition: all 0.6s ease-in-out!important;
    transition: all 0.6s ease-in-out!important;    
}
.lt-btn-box:hover .elementor-button-icon {
    margin-left: 20px!important;
}

/*** Slider ***/
/*.lt-slider .elementor-column-wrap {
	padding-bottom: 0!important;
}
.lt-slider .btn-slider a {
    font-weight: 20px !important;
    -webkit-transition: all 0.4s ease-in-out!important;
    transition: all 0.4s ease-in-out!important;
}
.lt-slider .btn-slider a > div:after {
    content: "\f054";
    font-size: 14px;
    color: #fff;
    font-family: FontAwesome;
    margin-left: 35px;
}
.lt-slider .btn-slider {
    box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.12)!important;
    -webkit-box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.12);
}
.lt-slider .lt-slider-max p {
    font-weight: 700!important;
    font-size: 280px!important;
}
.lt-slider .btn-slider{
    position: absolute !important;
    z-index: 12 !important;
}

.lt-slider .btn-slider:hover a {
    padding-left: 40px!important;
}
.lt-slider .btn-slider a {
    -webkit-transition: all 0.6s ease-in-out!important;
    transition: all 0.6s ease-in-out!important;    
}*/

/*** Pertnar ***/
.lt-pertnar {
    position: relative;
}
.lt-pertnar img {
    width: 50%!important;
}
.lt-pertnar .slick-slide img {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    opacity: 0.5;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.lt-pertnar .slick-slide img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 1;
}

/*** Portfolio ***/
.lt-portfolio .item-desc {
    background: #fff!important;
    position: relative!important;
    top: 0;
    right: 0;
    left: 0;
    padding: 50px 35px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    margin-bottom: 50px;
}
.lt-portfolio .filtr-item:hover .item-desc{
    box-shadow: 0 16px 26px 0 rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 16px 26px 0 rgba(0, 0, 0, 0.18);
}
.lt-portfolio .filtr-item span {
    font-weight: bold;
    font-size: 30px;
    color: #001038;
    font-family: "Lato", Helvetica, sans-serif;
}
.lt-portfolio .filtr-item span:hover {
    color: #0ab3e4;
}
.lt-portfolio img {
    margin-bottom: 0!important;
    padding: 0!important;
}
.lt-portfolio ul {
    display: none;
}
.lt-portfolio .hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(0px)!important;
  transform: translateY(0px)!important;
}
.lt-portfolio .hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(0px)!important;
  transform: translateY(0px)!important;
}

/*** Video ***/
.video-item {
  width: 100%;
  max-width: 600px;
  margin: 27px auto 0;
}
.video-item figure {
  position: relative;
  width: 100%;
  font-size: 0;
}
.video-item figure img {
  width: 100%;
}
.video-item figure a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 44%;
    width: 90px;
    height: 90px;
    margin-top: -32.5px;
    margin-left: -32.5px;
    border-radius: 50%;
    background-color: #ffc107;
    z-index: 10;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.video-item figure a:hover:before {
    width: 95px;
    height: 95px;
}
.video-item figure a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 46%;
    margin-top: 3.5px;
    margin-left: -5px;
    border: solid 9px transparent;
    border-left: solid 16px;
    border-left-color: #fff;
    z-index: 10;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.video-item figure a:hover:after {
  margin-top: 6.5px;
}
.modal-open {
  overflow: hidden;
}
.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 120px 10px;
  display: none;
  box-sizing: border-box;
  overflow: auto;
  z-index: 100;
}
.popup-modal {
  position: relative;
  margin: 0 auto;
  display: none;
}
.popup-modal .close {
  position: absolute;
  top: 18px;
  right: 30px;
  width: 28px;
  height: 28px;
  border: solid 1px #004eff;
  border-radius: 50%;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}
.popup-modal .close:before {
  position: absolute;
  width: 14px;
  height: 2px;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  background-color: #004eff;
  content: '';
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.popup-modal .close:after {
  position: absolute;
  width: 14px;
  height: 2px;
  top: 50%;
  right: 50%;
  margin-right: -7px;
  background-color: #004eff;
  content: '';
  -ms-transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.popup-modal .close:hover {
  border-color: #ff2700;
}
.popup-modal .close:hover:before {
  background-color: #ff2700;
}
.popup-modal .close:hover:after {
  background-color: #ff2700;
}

.post-popup {
  width: 100%;
  max-width: 875px;
  background-color: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
}
.post-popup .popup-header {
  padding: 20px 30px;
  font-size: 14px;
  margin-right: 60px;
}
.post-popup .popup-video {
  font-size: 0;
}
.post-popup .popup-video video {
  width: 100%;
}
.post-popup .popup-video img {
  width: 100%;
}
.post-popup .popup-main {
  padding: 40px 30px;
}
.post-popup .popup-main p {
  margin: 0 0 10px 0;
}

/*** Elementor ***/
.lt-elementor {
    position: relative;
    z-index: 1;
}
.lt-elementor:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    display: inline-block;
    background: rgb(43, 67, 142, 0.4);
    height: 100%;
    width: 100%;
}
.lt-elementor .elementor-icon {
    background: #fd7350;
    padding: 40px;
    border-radius: 50%;
}

/*** Servies ***/
.lt-servies .lt-servies-item .elementor-column-wrap {
    box-shadow: 0 16px 26px 0 rgba(0, 0, 0, 0.18)
}
.lt-servies .lt-servies-item .elementor-icon {
    padding: 20px;
    border-radius: 50%;
    background: rgba(10,179,228,0.05);
}
.lt-btn-service .elementor-button-text {
    display: none !important;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.lt-btn-service a {
    background: rgba(10, 179, 228, 0.05)!important;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.lt-btn-service #btn-icon .elementor-button-icon {
    color: #0AB3E4;
    -webkit-transition: 0.6s;
    transition: 0.6s;

}
.lt-btn-service #btn-icon .elementor-button-icon i {
     font-weight: 600;   
  }
.lt-btn-service:hover #btn-icon .elementor-button-icon {
    color: #fff;
}
.lt-btn-service:hover .elementor-button-text {
    display: inline-block !important;
}
.lt-btn-service:hover a {
    background: #0AB3E4!important;
}

/*** About ***/
.lt-about ul li {
    list-style-type: none;
    position: relative;
    margin-left: 20px;
    margin-bottom: 10px;
}
.lt-about ul li:before {
    position: absolute;
    z-index: 1;
    content: "\f00c";
    font-size: 19px;
    color: #0AB3E4;
    font-family: FontAwesome;
    left: -40px;
}
/*** Testimonial ***/
.lt-testimonial .lt-testimonial-item .elementor-column-wrap {
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.lt-testimonial .lt-testimonial-item .elementor-column-wrap:hover {
    box-shadow: 0 16px 26px 0 rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 16px 26px 0 rgba(0, 0, 0, 0.18);
}
.lt-testimonial .lt-testimonial-item .elementor-column-wrap img {
    border-radius: 50%;
    margin-top: 7px;
}

/*** Blog ***/
.lt-blog .rpwwt-widget ul li {
	width: 48%;
	float: left;
	list-style: none;
	margin-right: 4%;
}
.lt-blog .rpwwt-widget ul li:nth-child(2n) {
	margin-right: 0;
}
.rpwwt-widget ul li .rpwwt-post-title {
	font-size: 16px;
	margin: 15px 0 0;
	display: inline-block;
}
.lt-btn-blog a:after {
    color: #0ab3e4;
}
.lt-blog .premium-blog-content-wrapper {
    margin: 0;
    top: 0;
    padding: 30px 0px;
    background: none!important;
}
.lt-blog .premium-blog-wrap .premium-blog-post-content {
    display: none;
}
.lt-blog .premium-blog-wrap .premium-blog-entry-title a {
    font-size: 28px!important;
    font-weight: 600;
    color: #0E0429;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    font-family: "Lato", Helvetica, sans-serif;
}
.lt-blog .premium-blog-wrap .premium-blog-entry-meta {
    margin-top: 10px;
}
.lt-blog .premium-blog-wrap .premium-blog-entry-meta a {
    font-size: 15px!important;
    font-weight: 300 !important;
    color: #0E0429!important;
    font-family: "Lato", Helvetica, sans-serif;
}
.premium-blog-post-container:hover .premium-blog-thumb-effect-wrapper {
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.premium-blog-post-container:hover .premium-blog-thumb-effect-wrapper {
    box-shadow: 0 16px 26px 0 rgba(0, 0, 0, 0.18);
}
.lt-blog .elementor-widget-premium-addon-blog .premium-blog-framed-effect {
    display: none!important;
}
.elementor-widget-premium-addon-blog .premium-blog-thumbnail-container:before,
.elementor-widget-premium-addon-blog .premium-blog-thumbnail-container:after {
    background: none!important;
}
.premium-blog-post-container:hover .premium-blog-zoomin-effect img {
    transform: scale(1.2);
}
.lt-blog .premium-blog-post-container:hover a {
    color: #6ec1e4;
}

/*** Project ***/
.lt-project .elementor-container {
    border-bottom: 1px solid rgba(10, 179, 228, 0.2);
    padding-bottom: 80px;
}

/*** Footer ***/
.lt-footer ul {
	display: inline-flex;
	list-style: none;
}
.lt-footer ul li {
	margin: 0 10px;
	font-weight: 700;
	letter-spacing: 0.5px;
}
.lt-footer p{
	color: #333;
}
.main-footer .columns {
    width: 25%;
    float: left;
    padding: 10px 10px;
}
.site-footer {
	background: #0c6838;
}
.main-footer {
   background: #F3F3F3;	
}
.main-footer, .site-footer {    
    color: #a0aec6;
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.main-footer {
    padding: 50px 0;
}
.main-footer h2 {
    font-size: 15px;
    margin: 0px;
    color: #333;
	text-transform: uppercase;
}
.main-footer p {
    color: rgba(0, 0, 0, 0.55);
    font-weight: 400;
    font-size: 15px;
	line-height: 22px;
}
.main-footer ul {
    margin: 0;
}
.main-footer .footer1 ul li {
    display: inherit;
    line-height: 1.5;
    font-size: 14px;
    color: #818a91;
    padding-left: 0;
    padding: 8px 0;
}
.main-footer .footer1 ul {
    margin-top: 0px;
}
.main-footer .footer1 ul li {
    float: left;
    margin-right: 6px;
}
.main-footer .footer1 ul li a {
    box-shadow: none;
    color: #333;
    padding: 12px 0px;
    border-radius: 50%;
}
.main-footer .footer1 ul li a:hover {
    color: #0c6838;
}
.main-footer .footer1 p {
    margin-top: 20px;
}
.main-footer .footer2 ul {
    list-style: none;
    max-width: 225px;
}
.main-footer .footer2 {
    padding: 10px 10px;
}
.main-footer .footer2 ul li a {
    color: #54595f;
    box-shadow: none;
	font-size: 15px;
}
.main-footer .footer2 ul li,
.main-footer .footer3 ul li {
    list-style: none;
    line-height: 45px;
}
.main-footer .footer3 ul li a {
	color: #F5F9FF;	
}
.main-footer .footer3 p {
    margin-bottom: 0px;
	line-height: 2.5;
}
.main-footer .footer3 button {
    background: #0062cc;
    width: 60px;
}
.site-footer .site-info a {
    color: #fff;
}
input[type="search"] {
    padding: 19px 0px;
}

/*** Responsive ***/
@media(max-width: 1280px) {
	.site-header {
		padding: 0 5px!important;
	}
	.lt-case-item .elementor-button .elementor-button-text {
		font-size: 10px!important;
	}
	div#n2-ss-3 .n2-font-7ab6e47b05635a4cd86b0551eab48dcb-hover {
		font-size: 90px !important;
	}
}
@media(min-width: 980px ) {
    .lt-digital .lt-digital-item {
        width: 100%;
    }
}
/*@media(min-width: 767px ) and (max-width: 1199px) {
    .lt-slider .lt-slider-big div {
        font-size: 70px ;
    }
}*/
@media(max-width: 480px) {
	.lt-blog .rpwwt-widget ul li {
		width: 100%;
		margin-right: 0;
	}
    .lt-blog .premium-blog-post-container {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
	#lt-blog .premium-blog-post-container {
		width: 100%!important;
	}
	
	
	/*.n2-ss-layer.n2-ow.lt-slider-small {
		font-size: 12px!important;
		width: 100%!important;
	}*/
	.lt-digital h3.elementor-heading-title.elementor-size-default 	  {
		padding-top: 500px!important;
	}
	.main-navigation ul ul a {
		color: #fff!important;
	}
	.main-navigation li {
    	padding-left: 10px;
	}
	.site-header-menu .main-navigation a {
		color: #fff!important;
	}
	.site-header-menu {
    	background: #0c6838;
	}
	div#n2-ss-3 .n2-font-7ab6e47b05635a4cd86b0551eab48dcb-hover {
		font-size: 60px !important;
	}
}
@media (min-width: 980px) and (max-width: 1199px) {
	.main-navigation a {
		font-size: 13px!important;
	}
	#lt-pertnar {
		margin-top: 0!important;
	}
}

@media (min-width: 1200px) and (max-width: 1550px) {
	#lt-pertnar {
		margin-top: 0!important;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.main-navigation a {
		font-size: 13px!important;
	}
	.main-navigation li {
    	padding-left: 10px;
	}
	.site-header-menu .main-navigation a {
		color: #fff!important;
	}
	.site-header-menu {
    	background: #0c6838;
	}
}
@media (max-width: 480px) {
	div#n2-ss-3 .n2-font-7ab6e47b05635a4cd86b0551eab48dcb-hover {
		font-size: 50px !important;
	}
}

/*** Template full ***/
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;
}

/*** Contact Form ***/
.contact-form label {
	color: #fff!important;
}