@media (min-width:1441px) {
  .container {
    max-width: 1370px;
  }
}

h1, h2, h3 {
  letter-spacing: 2px;
}

/*====== Header Style ======*/
#sp-header {
  height: 70px; 
  border-bottom: 2px solid #fff;
}

#sp-header .logo {
  height: 70px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#sp-header .logo-image,
#sp-header .sp-column,
#sp-header .sp-megamenu-parent > li > a, 
#sp-header .sp-megamenu-parent > li > span {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  border-radius: 0 0 5px 5px;
  background: rgba(255, 255, 255, 0.95);
}
#sp-header .sp-megamenu-parent > li > a, 
#sp-header .sp-megamenu-parent > li > span {
  line-height: 70px;
}

/* Menu Sticky */
#sp-header.header-sticky {
  height: 50px; 
  background: rgba(33,54,110,1);
  
  transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -webkit-transition: height 0.5s ease; 
  -o-transition: height 0.5s ease;
}

#sp-header.header-sticky .logo-image {
  height: 35px;
  
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#sp-header.header-sticky .logo,
#sp-header.header-sticky .sp-column {
  height: 50px;
  
  transition: height 0.8s ease;
  -moz-transition: height 0.8s ease;
  -webkit-transition: height 0.8s ease;
  -o-transition: height 0.8s ease;
}
#sp-header.header-sticky .sp-megamenu-parent > li > a, 
#sp-header.header-sticky .sp-megamenu-parent > li > span {
  line-height: 50px;
  
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
  display: none;
}

/* Header For mobile */
#offcanvas-toggler {
  height: 60px;
  line-height: 60px;
  
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#sp-header.header-sticky #offcanvas-toggler {
  height: 50px;
  line-height: 50px;
}
@media (max-width: 767px) {
  #sp-header.header-sticky ~ section#sp-main-body {
    padding-top: 30px;
  }
  .sp-column.left-side {
    padding-bottom: 30px;
  }
  .offcanvas-menu .offcanvas-inner .sp-module.mbmenu {
    margin: 30px 0;
  }
}

/*========= Home Page =========*/

/* Title Line */
.heading-line h2,
.heading-line-white h2{
  display: flex;
  width: 29%;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.heading-line h2:before,
.heading-line h2:after {
    content: '';
    border-top: 1px solid #21366e;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}
.heading-line h2:after {
    margin: 0 0 0 20px;
}
/* for mobile style */
@media (max-width:767px) {
  .heading-line h2, .heading-line-white h2 {
    width: 80%;
  }
  .heading-line h2:before,
  .heading-line h2:after {
    
  }
}

/* (White) Title Line */
.heading-line-white h2:before,
.heading-line-white h2:after {
    content: '';
    border-top: 1px solid #fff;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}
.heading-line-white h2:after {
    margin: 0 0 0 20px;
}

/* News List Tab */
.tab-news-list-content .qx-media-body {
  display: flex;
}
.tab-news-list-content .qx-post-meta {
  padding-left: 5px;
}
.tab-news-list-content .qx-media-heading {
  padding-left: 20px;
  width: 70%;
}

.tab-news-list .qx-flex-left {
  padding-left: 20px;
}
.tab-news-list .qx-tab > * {
  padding-left: 0;
}

.tab-news-list dl, .tab-news-list ol, .tab-news-list ul{
  margin-bottom: 0;
}
.tab-news-list-content {
  background: #fff;
  border-radius: 3px;
  
  -webkit-box-shadow: 0px 3px 10px 0px rgba(183,183,183,0.5); 
  box-shadow: 0px 3px 10px 0px rgba(183,183,183,0.5); 
}
.tab-news-list-content .qx-mb-4 {
  margin-bottom: 10px !important;
}
.tab-news-list-content .qx-list-unstyled {
  list-style: square;
  color: #21366e;
  font-size: 14px;
}

/*====== Pages Style ======*/
/* Blog List Style */
.blog h2 {
  background: url(../images/article-title-bg.jpg) no-repeat 0 0;
  color: #1a3266;
  font-size: 26px;
  font-weight: 500;
  padding: 8px 0 8px 30px;
}
.blog .article-list {
  padding: 30px 30px;
}
.article-header h2 {
  padding-left: 0;
}

.article-list .article .article-header h1, .article-list .article .article-header h2 {
  font-size: 1.1rem;
  margin: 0 0 0.5rem 0;
}
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
  color: rgba(33 , 54, 110, 1);
}
.article-list .article {
  border: 1px solid #ddd;
}
.article-list .article:hover,
.qx-card:hover {
  -webkit-box-shadow: 0px 0px 7px 1px rgba(64,64,64,0.35);
  box-shadow: 0px 0px 7px 1px rgba(64,64,64,0.35);
  
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.article-header h2 {
  background: #fff;
}
.article-introtext ul {
  padding-left: 15px;
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 13px;
  background: #fff;
  padding: 0 20px 0 0;
  float: right;
}
.breadcrumb a {
  font-size: 13px;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

/* Content Area */
.contents {
  background: #fff;
  border-radius: 5px;
  padding: 15px 0px;
  
  -webkit-box-shadow: 0px 0px 7px 1px rgba(64,64,64,0.35); 
  box-shadow: 0px 0px 7px 1px rgba(64,64,64,0.35);
}
.article-header {
  background: url(../images/article-title-bg.jpg) no-repeat 0 0;
}
.article-details .article-header h1, .article-details .article-header h2 {
  color: #1a3266;
  font-size: 26px;
  font-weight: 500;
  padding: 8px 0 8px 30px;
}
.articleBody {
  padding: 0 30px;
}
.article-details .article-ratings-social-share {
  border: 0;
}

/* Tags */
.tags {
  margin: 10px 0;
}
.tags > li a {
  background: #ceb47e;
  font-size: 0.8rem;
  color: #fff;
  border-radius: 3px;
  padding: 0.1rem 0.4rem;
}
.tags > li a:hover {
  background: #c1a472;
}
.tags.list-inline {
  padding: 10px 30px;
}
.article-list .tags.list-inline {
  padding: 0;
}

/* Page Navigation Style */
.pagination-wrapper {
  font-size: 14px;
  padding: 0 30px;
}
.pagination-counter {
  display: none;
}

.page-item.active .page-link {
  border-color: #21366e;
  background-color: #21366e;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #3e3a39;
}
.pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  color: #fff;
  border-color: #ceb47e;
  background-color: #ceb47e;
}
.pager {
  padding: 2rem 2rem 0 2rem;
  border-top: 0;
}
.pager > li a {
  background: #eee;
  border: 1px solid #ededed;
  color: #3e3a39;
  padding: 0.5rem 1rem;
  border-radius: 100px;
}

/* Left Side */
#sp-left .sp-module {
  border: 0;
  padding: 0 30px;
}
#sp-left .sp-module .leftNav-about,
#sp-left .sp-module .leftNav-cases,
#sp-left .sp-module .leftNav-news,
#sp-left .sp-module .leftNav-service,
#sp-left .sp-module .leftNav-team,
#sp-left .sp-module .leftNav-films {
  background: url(../images/leftnav-title-bg.jpg) no-repeat 0 0;
  background-size: contain;
  border: 0;
  color: #fff;
  margin-bottom: 10px;
  padding: 20px 0px 20px;
  text-align: center;
  letter-spacing: 6px;
}

/*
#sp-left .sp-module .leftNav-about:after {
  display: block;
  content: "about us";
  font-size: 12px;
  letter-spacing: 2px;
}
#sp-left .sp-module .leftNav-cases:after {
  display: block;
  content: "cases";
  font-size: 12px;
  letter-spacing: 2px;
}
#sp-left .sp-module .leftNav-news:after {
  display: block;
  content: "news";
  font-size: 12px;
  letter-spacing: 2px;
}
#sp-left .sp-module .leftNav-service:after {
  display: block;
  content: "service";
  font-size: 12px;
  letter-spacing: 2px;
}
#sp-left .sp-module .leftNav-team:after {
  display: block;
  content: "team";
  font-size: 12px;
  letter-spacing: 2px;
}
#sp-left .sp-module .leftNav-films:after {
  display: block;
  content: "videos";
  font-size: 12px;
  letter-spacing: 2px;
}
*/

#sp-left .sp-module .sp-module-content {
  padding-left: 50px;
}
#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
  border: 0;
}
#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
  color: #000;
  font-weight: 500;
}
/* Sub Menu */
#sp-left .sp-module ul.menu-child {
  padding-left: 15px;
}
#sp-left .sp-module ul.menu-child li a {
  color: #21366e;
  font-weight: 400;
}

@media (max-width:768px) {
  .sp-column.left-side {
    margin-bottom: 20px;
  }
  #sp-left .sp-module .leftNav-about, #sp-left .sp-module .leftNav-cases, #sp-left .sp-module .leftNav-news, #sp-left .sp-module .leftNav-service, #sp-left .sp-module .leftNav-team, #sp-left .sp-module .leftNav-films {
    background: #21366e;
    padding: 10px;
  }
}

@media (min-width:990px) and (max-width:1024px) {
  #sp-left .sp-module .leftNav-about,
  #sp-left .sp-module .leftNav-cases,
  #sp-left .sp-module .leftNav-news,
  #sp-left .sp-module .leftNav-service,
  #sp-left .sp-module .leftNav-team,
  #sp-left .sp-module .leftNav-films {
    font-size: 14px;
    padding: 10px 0 10px;
  }
  #sp-left .sp-module .sp-module-content {
    padding-left: 20px;
  }
}
@media (min-width:1025px) and (max-width:1440px) {
  #sp-left .sp-module .leftNav-about,
  #sp-left .sp-module .leftNav-cases,
  #sp-left .sp-module .leftNav-news,
  #sp-left .sp-module .leftNav-service,
  #sp-left .sp-module .leftNav-team,
  #sp-left .sp-module .leftNav-films {
    font-size: 16px;
    padding: 20px 0 20px;
  }
  #sp-left .sp-module .sp-module-content {
    padding-left: 40px;
  }
}

/*====== Price Table ======*/
.ox-pricetable {
  border: 1px solid #fff;
  padding:0;
  
  transition: transform 250ms linear;
}
.ox-pricetable:hover {
  transform: translateY(-20px);

}
.ox-tableHeading {
  background: #1a356a;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 0;
}
.ox-tableFor {
  background: #f6f6f6;
  text-align: center;
  color: #333;
  padding: 15px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.ox-tableContents {
  min-height: 380px;
  background: #f6f6f6;
  text-align: left;
  padding: 15px;
}
.ox-tableitem {
  text-align: center;
  color: #000;
  padding: 5px 0;
}
.ox-price-green {
  background: #709c41;
  color: #fff;
}
.ox-price-green-font {
  color: #709c41;
  font-size: 18px;
  font-weight: bold;
}
.ox-price-classic {
  background: #1a356a;
  color: #fff;
}
.ox-price-classic-font {
  color: #1a356a;
  font-size: 18px;
  font-weight: bold;
}
.ox-price-gold {
  background: #cab17d;
  color: #fff;
}
.ox-price-old {
  background: #f9ccbd;
  color: #fff;
}

/*====== Side Button ======*/
.facebookButton {
  background: #1877F2;
  border-radius: 3px;
  padding: 8px;
  margin: 5px 0 ;
  text-align: center;
}
.sideButton {
  background: #21366e;
  border-radius: 3px;
  padding: 8px;
  margin: 5px 0 ;
  text-align: center;
}
.sideButton-black {
  background: #333;
  border-radius: 3px;
  padding: 8px;
  margin: 5px 0 ;
  text-align: center;
}
.facebookButton a,
.sideButton a,
.sideButton-black a{
  color: #fff;
} 
.sideBtn-hover:hover {
  box-shadow: 0px 0px 17px -5px rgba(55,55,55,1);
  -webkit-box-shadow: 0px 0px 17px -5px rgba(55,55,55,1);
  -moz-box-shadow: 0px 0px 17px -5px rgba(55,55,55,1);
  
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

/*====== Footer / Icon ======*/
#sp-footer {
  font-size: 16px;
}
#sp-footer a:hover, #sp-bottom a:hover, #sp-footer a:active, #sp-bottom a:active, #sp-footer a:focus, #sp-bottom a:focus {
  color: #fff;
  text-align: underline;
}

#sp-footer1, #sp-footer2,
#sp-footer3 {
  padding: 25px 0;
}
#sp-footer #sp-footer1 {
  text-align:center;
}
#sp-footer #sp-footer2 {
  text-align:left;
}
#sp-footer #sp-footer4 img {
  width: 25%;
}
#sp-footer i {
  padding-right: 5px;
}
#sp-copyright {
  padding: 10px 0;
  text-align: center;
}
.footer-social-icon img {
  display: inline-block;
}

/* for mobile */
@media (max-width: 767px) {
  #sp-footer {
    padding: 0 20px;
  }
  #sp-footer #sp-footer1 {
    text-align: left;
  }
  #sp-footer1, #sp-footer2, #sp-footer3 {
    padding: 10px 0;
  }
}
@media (min-width:768px) and (max-width:991px) {
  #sp-footer #sp-footer1 {
    text-align:left;
  }
  #sp-footer #sp-footer4 img {
    width: 12%;
  }
}

/*====== Offcanvas ======*/
.offcanvas-menu {
  background-color: #21366f;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  padding: 0.8rem 0;
  letter-spacing: 1.5px;
}
/* Menu Items Color*/
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span, .offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  color: #fff;
  font-size: 18px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
    color: #fff;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
    color: #ceb47e;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
}

.close-offcanvas {
    background: #fff;
    color: #333;
}
.close-offcanvas:hover {
    background: #ccc;
    color: #333;
}

/*====== Other Elements Style ======*/
[class*="qx-list"] > ::before {
  left: -5px;
}

.sp-scroll-up {
  color: #fff;
  background: #21366e;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
    color: #fff;
    background: #ceb47e;
}
.tab-news-list-content .qx-btn-link, .tab-news-list-content .qx-btn-link:hover,
.tab-news-list-content .qx-btn-link:focus {
  background: url(../images/arrow-right-icon.png) bottom center no-repeat;
  border-color: transparent;
}


/*====== Widgetkit Style ======*/
.homeEquip .uk-panel-box {
  background-color: rgba(204 , 204, 204, 1);
  padding: 0;
  border-radius: 3px;
}
.homeEquip .uk-text-center.uk-margin.uk-margin-top-remove {
  padding: 0;
}
.homeEquip .uk-panel-box-primary .uk-panel-title,
.homeEquip .uk-panel-box-primary .uk-panel-title,
.homeEquip .uk-panel-title {
  color: rgba(33 , 54, 110, 1);
  font-weight: 600;
  font-size: 16px;
  padding: 0 15px 20px;
}
.homeEquip .uk-margin {
  color: rgba(51 , 51, 51, 1);
  font-size: 14px;
  padding: 0 15px 20px;
}
.homeEquip ul {
  padding-left: 25px;
}
.homeEquip .uk-dotnav {
  margin-top: 0px !important;
  margin-bottom: 5% !important;
}
.homeEquip .uk-dotnav > * > * {
  width: 15px;
  height: 15px;
}

@media (max-width: 420px) {
  .homeEquip .uk-grid > * {
    padding-left: 0;
  }
}

/*====== Frontend Editor ======*/
.article-details .article-can-edit {
  margin: 15px;
}
.edit.item-page {
  padding: 20px;
}

/* Social Share */
#ampz_inline_bottom {
  padding: 30px;
}
