body {
  background: #fff;
}
body,
body p {
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
}
a:focus,
.slick-slide {
  outline: 0!important;
}
a,
.comment-reply-link {
  color: #CF0A0A;
}
.entry-title a:hover,
.entry-title a:focus,
.post-navigation a:hover .post-title, 
.post-navigation a:focus .post-title {
  color: #CF0A0A;
}
.widget_calendar tbody a {
  background-color: #CF0A0A;
}
.text-uppercase {
  text-transform: uppercase;
}
.single-post .site-inner,
.category .site-inner {
  margin-top: 40px;
}
/*** Top Head Menu ***/
.top-head .container {
  max-width: 1140px;
  margin: 0 auto;
}
.top-head {
  padding: 8px 0;
}
.top-head-widget {
  width: 50%;
  display: inline-block;
}
.top-head h6 {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}
.social-link {
  text-align: right;
}
.social-link a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-top: 2px;
    position: relative;
    z-index: 2;
}
.social-link a.facebook {
    background-color: #3a6bb1;
}
.social-link a.twitter {
    background-color: #0ec8f5;
}
.social-link a.google-plus {
    background-color: #f2623b;
}
.social-link a.linkedin {
    background-color: #0094d3;
}
.header-top {
  width: 100%;
}
.site-branding {
  width: 30%;
  float: left;
}
.head-right {
  width: 70%;
  float: left; 
  padding: 15px 0;   
}
.top-right {
  width: 32.3%;
  padding: 0 30px;
  display: inline-block;
}
.top-right.top-1, 
.top-right.top-2 {
  border-right: 2px dotted #DAD7D7;
}
.top-right i {
  font-size: 32px;
  float: left;
  padding-right: 20px;
  line-height: 40px;
}
.top-right ul {
  margin-bottom: 0 !important;
}
.top-right ul li {
  list-style-type: none;
}
.top-right ul li.sp-contact-email,
.top-right ul li.sp-contact-time-top2 {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}
/*** Logo ***/
.site-branding::before {
    background: #0c1f38;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 0;
    margin-left: -300px;
    transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
}
.custom-logo-link {
  position: relative;
}
header .site-branding {
  margin-top: 12px;
  margin-bottom: 5px;
}
header .site-branding .site-title {
  margin: 0;
}
header .header-top {
  background: #CF0A0A;
  position: relative;
}
header .header-top .container {
  max-width: 1140px;
  margin: 0 auto;
}
/*** Head ***/
.site-header {
  z-index: 999;
  margin: 0 auto;
  padding: 0;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.site-header.is-sticky {
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
}
.site-header-menu {
  width: 100%;
  margin: 0 auto;
  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: fixed !important;
  top: 0;
  z-index: 999;
	background: #fff;
  left: 0;
  right: 0;
	box-shadow: 0 2px 8px rgba(0,0,0,.075);
	position: relative;
  -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 {
  font-weight: 700;
  font-size: 14px;
  padding-top: 0!important;
  padding-bottom: 0!important;
  line-height: 70px;
  height: 70px;
  position: relative;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
/*** Menu ***/
.main-navigation {
  max-width: 1170px;
  margin: 0 auto;
}
.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;
}
.main-navigation li ul {
  opacity: 0;
  visibility: initial;
  transition: all 500ms ease;
  border-bottom: none;
  border-radius: 8px;
  padding: 10px 10px 10px 20px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
}
.main-navigation ul ul li {
  border: 0;
  border-top: 1px solid #e9e9e9;
}
.main-navigation li ul li:first-child {
  border: 0;
}
.main-navigation ul ul li a {
  padding: 13px 12px 13px 0;
}
.main-navigation ul ul li a:hover {
  padding-left: 20px;
}
.main-navigation ul ul li a:before {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  right: auto;
  width: 7px;
  height: 7px;
  background: currentColor;
  border-radius: 50%;
  content: "";
  margin: 19px 0;
  opacity: 1;
  transform: scale(0);
  transition: all 500ms ease;
}
.main-navigation ul ul li a:hover:before {
  transform: scale(1);
  left: 10px;
}
/*** Slider ***/
.lt-slider .elementor-column-wrap {
  padding-bottom: 0!important;
}
/*** Feature ***/
.lt-feature-item {
    transition: 0.5s;
}
.lt-feature-item:hover {
  transform: translateY(-10px);
}
/*** Services ***/
.lt-service-sub {
    overflow: hidden;
}
/*.lt-service-sub::before {
    background: #00305b;
    content: "";
    height: 119%;
    right: 20%;
    position: absolute;
    top: 0;
    width: 161px;
    z-index: 1;
    transform: rotate(19.31deg);
    transform-origin: 174px -78px;
    -webkit-transform: rotate(19.31deg);
    -webkit-transform-origin: 174px -78px;
}*/
.lt-service-sub .elementor-widget-wrap {
    background: #00305b none repeat scroll 0 0;
    color: rgba(255, 255, 255, 0.85);
    padding: 25px 0 25px 30px;
    position: relative;
    z-index: 9;

}
.lt-service-sub a {
    margin-top: 50px;
    display: inline-block;
}
/*** Process ***/
.lt-process-number h4 {
    background: rgba(0, 123, 255, 0.04);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    transition: 0.5s;
    display: inline-block;
}
.lt-process-item:hover .lt-process-number h4 {
    background: #000;
}
.lt-process-item:hover h2, 
.lt-process-item:hover p {
    color: #fff !important;
    transition: 0.5s;
}
/*** Choose ***/
.lt-choose::before {
    background: #002e5b;
    content: "";
    height: 100%;
    left: -11%;
    position: absolute;
    top: 0;
    width: 50%;
}
.lt-choose::after {
    background: rgb(0, 46, 91);
    content: "";
    height: 120%;
    left: 41%;
    position: absolute;
    top: -61px;
    width: 280px;
    z-index: 0;
    transform: rotate(19.31deg);
    transform-origin: 174px -78px;
    -webkit-transform: rotate(17.31deg);
    -webkit-transform-origin: 174px -78px;
}
/*** Team ***/
.lt-team-item {
    overflow: hidden;
}
.lt-team-item h3,
.lt-team-item p {
    position: relative;
    z-index: 2;
}
.lt-team-item .elementor-image-box-content {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    padding: 13px 30px;
}
.lt-team-item .elementor-image-box-content:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    border-bottom: 104px solid #CF0A0A;
    border-right: 351px solid transparent!important;
}
.lt-team-item .elementor-image-box-content:after {
    position: absolute;
    content: '';
    right: -100%;
    bottom: 0px;
    border-bottom: 88px solid #0c1f38;
    border-left: 240px solid transparent;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.lt-team-item:hover .elementor-image-box-content:after {
    right: 0px;
}
.lt-team-item .social-icon-two {
    position: absolute;
    right: 30px;
    bottom: 2px;
    z-index: 99;
    opacity: 0;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.lt-team-item:hover .social-icon-two {
    opacity: 1;
}
.social-icon-two li {
    position: relative;
    margin-left: 12px;
    display: inline-block;
}
.social-icon-two li a {
    color: #ffffff;
    font-size: 14px;
}
/*** Blog ***/
.lt-blog-item .premium-blog-content-wrapper {
  top: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.lt-blog-item .premium-blog-content-wrapper,
.lt-blog-item .premium-blog-thumb-effect-wrapper {
  width: 50%;
  float: left;
}
.lt-blog-item .premium-blog-content-wrapper {
  top: 0 !important;
  margin: 0;
  clear: none;
}
.lt-blog-item .premium-blog-post-container:nth-child(2) .premium-blog-thumb-effect-wrapper {
  float: right !important;
}
.lt-blog-item .premium-blog-post-container:nth-child(2) .premium-blog-content-wrapper {
  padding-left: 0 !important;
}
.lt-blog-item .premium-blog-post-content {
  border-top: 0;
}
.lt-testimonial-item span {
    color: #EDEEF2;
    font-size: 48px;
}
/*** Contact ***/
.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;
}
/*** Footer ***/
.main-footer,
.site-footer {
  float: left;
  width: 100%;
}
.main-footer {
  padding: 70px 0 50px;
}
.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;
  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: #CF0A0A;
  line-height: 45px;
  padding: 14px;
  color: #fff;
  margin-right: 10px;
}
.main-footer .footer1 ul li a {
  box-shadow: none;
  color: #CF0A0A;
}
.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);
}

/*** Responsive ***/

@media(max-width: 1280px) {
  .site-header {
    padding: 0 5px!important;
  }
  .site-header-menu .primary-menu > li > a {
    padding-left: 1.3em;
    padding-right: 1.3em;
  }
}
@media(max-width: 1024px) and (min-width: 676px ){
  .lt-portfolio-item .premium-gallery-item {
    width: 33.3% !important;
  }
}

@media(max-width: 960px) {
  .site-header {
    position: relative !important;
  }
  .main-navigation ul .toggled-on {
    opacity: 1;
  }
}
@media(max-width: 910px) {
  .head-right {
    display: none;
  }
  .site-header-main {
    display: inline-block;
    width: 100%;
  }
  .site-header-menu,
  .site-header-main .menu-toggle {
    float: right;
  }
  .site-header {
    background: #000 !important;
  }
  .lt-service-sub::before {
    right: 13%;
    height: 105%;
  }
}
@media(max-width: 767px) {
  .lt-service-sub .elementor-column-wrap,
  .lt-process-item .elementor-column-wrap {
      margin-right: 0 !important;
      margin-left: 0 !important;
      margin-bottom: 20px !important;
  }
  .lt-service-sub::before {
      content: none;
  }
  .lt-team-item img,
  .lt-choose::after {
    width: 100% !important;
  }

}
@media(max-width: 678px) {
  .lt-blog-item .premium-blog-content-wrapper, 
  .lt-blog-item .premium-blog-thumb-effect-wrapper {
    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;
  }
}
@media(max-width: 480px) {
  .site-branding {
    width: 70%;
  }
  .lt-slider-btn a {
    font-size: 7px !important;
    padding: 10px 20px !important;
  }
  .top-head {
    display: none;
  }

}


/*** 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.elementor-template-full-width .site-inner {
    max-width: 100%;
}
body.elementor-template-full-width .site-content {
    padding: 0;
}
.premium-blog-post-content { 
    overflow: hidden; 
    width:100%; 
    display: -webkit-box; 
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical; 
}