/*** General CSS ***/
.btn,
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    font-weight: 400;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: .02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border: 3px solid transparent;
    color: #010101;
    border-radius: 0px;
    font-size: 16px;
    text-transform: uppercase;
    border-style: solid;
    padding: 10px 35px 10px 35px;
}
.btn:hover {
    color: #ffffff;
    background-color: #010101!important;
    border-color: #f7f7f7!important;
}
/*** Title ***/
.title {
    position: relative;
    padding-bottom: 42px;
}
.title h2 {
    font-size: 44px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #e00231;
    margin-bottom: 30px;
}
.title h6 {
    font-family: cursive;
    letter-spacing: 4px;
    font-weight: 700;
}

/*** Header Area ***/
/* Top Header */

/* Header Logo */
#sp-header {
    top: 0;
    height: inherit;
    width: 100%;
    z-index: 2;
    box-shadow: none;
}

/* Header Menu */
.sp-megamenu-parent > li > span,
.sp-megamenu-parent > li > a {
    width: 100%;
    padding: 0 25px;
    position: relative;
    text-transform: uppercase;
  	font-weight: 700;
}
.sp-megamenu-parent > li > span {
  	color: #fff;
}
.sp-megamenu-parent > li > span,
.sp-megamenu-parent > li a {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.sp-megamenu-parent > li li a:hover {
    padding-left: 7px!important;
}
.sp-megamenu-parent > li li a:before {
    content: '+';
    left: -25px;
    width: 20px;
    position: relative;
    color: #001659;
    font-size: 18px;
    font-weight: 400!important;
    line-height: inherit;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    opacity: 0;
}
.sp-megamenu-parent > li > span:hover:before,
.sp-megamenu-parent > li li a:hover:before {
    opacity: 1;
    left: -5px;
}
.sp-megamenu-parent > li > span:before,
.sp-megamenu-parent > li > a:before {
    content: " ";
    display: block;
    width: 0px;
    height: 3px;
    right: 0;
    left: 0;
    margin: 45px auto 0px;
    position: absolute;
    bottom: 23px;
    background: #FCE15D;
    -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;
}
.sp-megamenu-parent > li:hover > span:before,
.sp-megamenu-parent > li:hover > a:before,
.sp-megamenu-parent > li.active > a:before {
    width: 37px;
}
.header-sticky .sp-megamenu-parent > li > a:before {
    bottom: 10px;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 15px;
    font-weight: 500;
}
.burger-icon>span {
    background-color: #fff;
}
.offcanvas-menu > .align-items-center {
    background: #031322;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/*** Video ***/
.work {
    z-index: 2!important
}
.work .sppb-row > div:nth-child(1) {
    position: relative;
    z-index: 2;
}
.video-left .clearfix:nth-child(n+2) {
    display: inline-block;
}
.video {
    min-width: 80px;
    min-height: 80px;
    position: absolute;
    top: 34%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
#video-popup-container {
    display:none;
    position: fixed;
    z-index: 996;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 20%;
    background-color: #fff;
}
.video a {
    font-size: 0;
    position: relative;
    display: inline-block;
}
@keyframes myrotate {
  0%   {transform: scale(1.02);}
  20%  {transform: scale(1.04);}
  40%  {transform: scale(1.06);}
  60%  {transform: scale(1.08);}
  80%  {transform: scale(1.06);}
  100% {transform: scale(1.04);}
}

.video a {
  animation: myrotate 3s infinite;
}
.video a:before {
    content: '';
    position: absolute;
    top: 44%;
    left: 39%;
    width: 95px;
    height: 95px;
    margin-top: -46.5px;
    margin-left: -47.5px;
    border-radius: 50%;
    z-index: 10;
    border: 5px solid #fff;
}
.video a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 57%;
    margin-top: -10.5px;
    margin-left: -7px;
    border: solid 11px transparent;
    border-left: solid 17px;
    border-left-color: #fff;
    z-index: 10;
}
#video-popup-close {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 998;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    background-color: #000;
    line-height: 25px;
    color: #fff;
    opacity: 1;
}
#video-popup-iframe-container {
    position: absolute;
    z-index: 997;
    width: 100%;
    padding-bottom: 56.25%;
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #000;
}
#video-popup-iframe {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
}
#video-popup-overlay {
    display: none;
    position: fixed;
    z-index: 995;
    top: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    left: 0;
}
#video-popup-close:hover {
    color: #DE0023;
}
.btn-no-bg,
.btn-no-bg:hover {
    background: none;
    border: 0;
}

/*** Team ***/
.team-item img {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.team-item:hover img {
    transform: rotate(4deg);
    filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg);

}

/*** Feature ***/
.feature-album iframe {
    max-width: 100%;
}
.feature .lt-title p,
.feature .lt-title h6 {
    color: #031322;
}
/*** Event ***/
.event-item {
    position: relative;
    overflow: hidden;
}
.event-item img {
    width: -webkit-calc(100% + 40px)!important;
    width: calc(100% + 40px)!important;
    max-width: -webkit-calc(100% + 40px)!important;
    max-width: calc(100% + 40px)!important;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s,-webkit-transform .35s;
    -webkit-transform: translate3d(-30px,0,0);
    transform: translate3d(-30px,0,0);
}
.event-item:hover img {
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
      -webkit-transform: translate3d(0px,0,0);
    transform: translate3d(0px,0,0);
}
.event-item .sppb-media-content {
    padding: 15px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.52);
}
.event-item:hover .sppb-media-content {
    background: rgba(0, 0, 0, 0.82);   
}
.event-item .sppb-media-content,
.event-item .sppb-media-content:before,
.event-item .sppb-media-content:after {
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s,-webkit-transform .35s;
}
.event-item .sppb-media-content:before {
    position: absolute;
    content: "";
    opacity: 0;
    top: 30px;
    right: 20px;
    bottom: 30px;
    left: 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
.event-item .sppb-media-content:after {
    position: absolute;
    content: "";
    top: 20px;
    right: 30px;
    bottom: 20px;
    left: 30px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    -ms-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.event-item:hover .sppb-media-content:after,
.event-item:hover .sppb-media-content:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.event-item h4 {
    padding: 50px 30px 0 30px;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s,-webkit-transform .35s;
}
.event-item h5 {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 30px;
    opacity: 0;
    overflow: hidden;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}
.event-item:hover h5 {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*** Portfolio ***/
.portfolio .title h2 {
    color: #010101;
}
.portfolio .title h6 {
    color: #e00231
}

/*** Follow ***/
.follow-btn, .follow-btn:hover {
    padding: 8px15px;
    background: #000;
    color: #fff !important;
}

/*** Night ***/
.night-item h3 {
    color: #FFFFFF;
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.night-item img {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.night-item img:hover {
    transform: translateY(-8px);
}
.title.icon h5, .title.icon h6 {
    color: #000 !important;
}


/*** Service ***/
.service .title {
    padding-bottom: 0;
}
.service-item h3 {
    position: relative;
    padding-bottom: 18px;
}
.service-item h3:after {
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    display: inline-block;
    width: 46px;
    height: 3px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.service-item:hover h3:after {
    left: 15px;
} 

/* Bottom */
.main-footer ul li {
    list-style-type: none;
}
.main-footer p,
.main-footer ul {
    margin: 0;
}
#sp-bottom1 .address-list li {
    position: relative;
    margin-bottom: 22px;
}
#sp-bottom1 .address-list li:last-child {
    margin-bottom: 0;
}
#sp-bottom1 .address-list i {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 8px;
    left: 0;
    border-radius: 50%;
    border: 1px solid #FCE15D;
    font-size: 20px;
    line-height: 35px;
    color: #FCE15D;
    text-align: center;
    padding-left: 2px;
}
#sp-bottom1 .address-list p {
    width: 100%;
    padding-left: 48px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    margin: 0 0 3px 0;
}
#sp-bottom1 .address-list,
#sp-bottom3 ul {
    margin-top: 10px;
}
#sp-bottom p {
    line-height: 2.2;
}
#sp-bottom .sp-module ul > li {
    position: relative;
}
#sp-bottom1 .sp-module ul > li strong {
    display: none;
}
#sp-bottom2 .opening-time {
    margin-top: 11px;
}
#sp-bottom2 .opening-time p,
#sp-bottom2 .opening-time small,
#sp-bottom2 .opening-time strong {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 0px;
}
#sp-bottom2 .opening-time p {
    width: 100%;
    display: table;
    margin-bottom: 10px;
}
#sp-bottom2 .opening-time p:last-child {
    margin: 40px 0px 0px;
}
#sp-bottom2 .opening-time small {
    width: 40%;
    float: left;
    text-align: right;
}
#sp-bottom2 .opening-time strong {
    width: 60%;
    float: left;
    position: relative;
    overflow: hidden;
}
#sp-bottom2 .opening-time strong:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 7px;
    background-color: #fff;
    z-index: 1;
}
#sp-bottom3 li {
    background-image: url(../images/tweet.png);
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding-bottom: 20px;
    line-height: 25px;
    list-style-type: none;
}
#sp-bottom3 li a {
    font-weight: 300;
    font-size: 12px;
    box-shadow: none;  
}
#sp-bottom .sp-module ul > li:before {
    position: absolute;
    left: 0;    
    top: 5px;
}
#sp-bottom2 .sp-module ul > li a {
    margin-left: 0;
}
.acymailing_form {
    margin: 0;
    width: 100%;
}
.acymailing_form input {
    width: 100% !important;
}

/*** Footer ***/
#sp-footer1 p,
#sp-footer1 p a {
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}
#sp-footer {
    float: left;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(255, 255, 255, .1);
}
#sp-bottom h3 {
    margin: 0 0 20px;
    font-size: 19px;
    margin: 0 0 20px;
    line-height: 1em;
    text-transform: uppercase;
}
#sp-bottom p a {
    font-weight: 700;
}
.bottom-bank {
    text-align: center;
}
.bottom-bank .clearfix {
    display: inline-block;
    margin: 20px;
}
.bottom-social ul li {
    list-style: none;
    line-height: 35px;
    display: inline-block!important;
    padding: 0px!important;
}
.bottom-social ul li a {
    font-size: 16px;
    background: #fefefe;
    height: 36px;
    width: 36px;
    line-height: 38px;
    text-align: center;
    border-radius: 5px;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228, 200, 200, 0.5);
    display: inline-block;
}
.bottom-social ul li a strong {
    display: none;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
        max-width: 1320px;
    }
}
@media (min-width: 980px) and (max-width: 1199px) {

  
}

/* Tablet Portrait Layout */
@media (min-width: 768px) and (max-width: 979px) {

  
}

/* Mobile Standard Layout */
@media (max-width: 768px) {

  
}

/* Mobile Small Resolution */
@media (max-width: 480px) {

  
}

/*** Color Variables ***/
/* Get Variables */
:root {
    --background-color: currentColor;
    --background: currentColor;
    --text-color: currentColor;
}

/* General */
.feature,
.service-item h3:after,
.portfolio, .follow,
#sp_qc_submit,
.btn, .btn.black:hover,
.sp-megamenu-parent > li > span:before, .sp-megamenu-parent > li > a:before {
  	background: var(--background-color)!important;
}
.title h5, 
.title h6,  
.title-video, 
.abilities-item i, 
.abilities-item h3, 
.title h3, 
.testimonial-item em, 
.contact-test-item h6, 
.contact-test-item h4, 
.services-item i, 
.services-item h3 {
    color: var(--text-color);
}
#sp_qc_submit:hover {
    color: var(--text-color)!important;
}
#sp_qc_submit:hover {
  	border-color: var(--text-color)!important;
}
