/*** General ***/
.lt-btn,
.lt-slider-btn a,
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    font-weight: 500;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: .02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 34px;
    cursor: pointer;
    border: 0!important;
    text-transform: uppercase;
    color: #fff!important;
    border-radius: 29px;
    background-color: #3d59e8;
}
.lt-btn:hover,
.lt-slider-btn a:hover,
#sp_qc_submit:hover {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}
.lt-slider-btn a span:before {
    margin-left: 10px;
}
.lt-btn.no-bg {
    background: none!important;
    padding-left: 0!important;
    box-shadow: none!important;
}
body {
    font-size: 15px;
    line-height: 1.9em;
    color: #828282;
}
a:hover {
  color: #000;
}

/*** Top Head ***/
#sp-top-bar {
    background: #1b4962;
}

/*** Header ***/
#sp-header {
    top: 0;
    height: inherit;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    padding: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #fff;
}
#sp-header .logo {
    height: 90px;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
}
body.ltr #sp-header.header-sticky #offcanvas-toggler.offcanvas-toggler-right {
  margin-top: 0;
}
body:not(.home) #sp-header {
    background: #fff;
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
#sp-header.header-sticky .logo {
    height: 70px;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
#sp-header.header-sticky .sp-megamenu-parent > li > a {
    padding: 0;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
#sp-header .logo-image,
.sp-megamenu-parent > li > a {
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
#offcanvas-toggler {
    position: relative;
    width: 70px;
    height: 70px;
}
#offcanvas-toggler > .fa,
#offcanvas-toggler > .fa:before,
#offcanvas-toggler > .fa:after {
    content: "";
    top: 34px;
    position: absolute;
    left: 25px;
    height: 2px;
    width: 18px;
    background-color: #fff;
    border-radius: 12px;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
#offcanvas-toggler > .fa:before {
    left: 0;
    top: -6px;
    width: 10px;
}
#offcanvas-toggler > .fa:after {
    left: initial;
    right: 0;
    top: 6px;
    width: 10px;
}
#offcanvas-toggler:hover > .fa:before,
#offcanvas-toggler:hover > .fa:after {
    width: 18px;
}
#sp-menu {
    padding-left: 0;
}
.sp-megamenu-parent {
    display: flex!important;
    width: 90%;
}
.sp-megamenu-parent > li {
    flex: auto;
    text-align: center;
}
.sp-megamenu-parent > li li {
    text-align: left;
}
.sp-megamenu-parent > li:last-child {
    border-right: 0;
}
.sp-megamenu-parent > li > a {
    width: 100%;
    padding: 12px 0 14px;
    color: #000000;
    text-transform: capitalize;
}
.sp-megamenu-parent > li li a {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    font-weight: 600!important;
}
.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 li a:hover:before {
    opacity: 1;
    left: -5px;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, 
body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
    position: absolute;
}
.sp-megamenu-parent > li.active > a {
    font-weight: 600;
}
.sp-megamenu-parent .sp-dropdown .sp-mega-group-child.sp-dropdown-items li a {
    font-size: 12px;
}
.sp-megamenu-parent > li > a {
    position: relative;
}
.sp-megamenu-parent > li > a:before {
    content: '';
    font-family: 'FontAwesome';
    position: absolute;
    z-index: 1;
    left: 14%;
    top: 54%;
    margin-top: -4px;
    width: 8px;
    height: 2px;
    background: #ff91a4;
    box-sizing: border-box;
    border-radius: 50%;
    opacity: 1;
    transform: scale(0);
    transition: all 0.3s;
}
.sp-megamenu-parent > li.active > a:before,
.sp-megamenu-parent > li:hover > a:before {
    opacity: 1;
    transform: scale(1);
}

/*** Title ***/
.et-title {
    position: relative;
}
.et-title:after {
    content: "";
    height: 3px;
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 120px;
    right: 0;
    margin: 0 auto;
}

/*** Slider ***/
.et-slider-btn:hover {
    background-color: rgb(27,73,98) !important;
}

/*** About ***/
.et-about .sppb-section-title  {
    max-width: 700px;
    margin: 0 auto;
}
.et-about .sppb-section-title h2 {
    line-height: 1.4!important;
}
.et-about-item .sppb-addon-title a {
    position: relative;
}
.et-about-item .sppb-addon-title a {
    color: #1b4962;
}
.et-about-item .sppb-addon-title a:after {
    content: "";
    height: 3px;
    position: absolute;
    top: -30px;
    left: 0;
    width: 60px;
    right: 0;
}
.et-about-item4 .sppb-addon-title a:after {
    content: none;
}
.et-about-item a.et-btn-about {
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.et-about-item a.et-btn-about:hover {
    background-color: #1b4962;
}
.et-about-row .clearfix {
    margin: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.et-about-row .clearfix:hover {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: rgba(91,220,205,0.57);
    box-shadow: 0px 0px 10px 0px rgba(91,220,205,0.5);
}
.et-about-img .sppb-media-content {
    width: 65%;
    float: left;
    padding: 44px 30px;
}
.et-about-img .sppb-img-container {
    width: 35%;
    float: left;
}
.et-about-img .sppb-media-content h5 {
    color: #1b4962;
    font-size: 26px;
    padding-bottom: 20px;
}

/*** Industries ***/
.et-industries-item .sppb-icon-container {
    border-style: solid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.et-industries-item .sppb-icon-container:hover i {
    color: #fff !important;
}

/*** Team ***/
.et-team .et-title:after {
    margin: 0;
}
.et-team-item .sppb-addon-content {
    position: relative;
    overflow: hidden;
}
.et-team-item .sppb-media-content {
    position: absolute;
    left: 0;
    padding: 30px 15px;
    top: auto;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: translate3d(0,100%,0);
    -ms-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    text-align: center;
    background-color: rgba(233,77,101,0.78);
    bottom: 100px;
    width: 100%;
}
.et-team-item:hover .sppb-media-content {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    bottom: -1px!important;
}
.et-team-item .sppb-media-content h3 {
    font-size: 25px;
    line-height: 1em;
}
.et-team-item .sppb-media-content h5 {
    font-size: 17px;
    margin-bottom: 20px;
}
.et-team-item .sppb-media-content ul {
    padding: 0;
    padding-top: 10px;
}
.et-team-item .sppb-media-content ul li a {
    font-size: 20px;
}
.et-team-item .sppb-media-content ul li {
    display: inline-block;
    padding: 5px;
}
.et-team-item .sppb-media-content ul li em {
    display: none;
}

/*** Pricing ***/
.et-pricing-item h2.title-pricing {
    color: #1b4962;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 5.9px;
    padding: 35px 0;
    display: inline-block;
    margin-bottom: 40px;
    position: relative;
}
.et-pricing-item h2.title-pricing:after {
    content: "";
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 50px;
    right: 0;
    margin: 0 auto;
    background-color: #1b4962;
}
.et-pricing-item ul li {
    color: #1b4962;
    padding-left: 40px;
    line-height: 2.4em;
    font-weight: 500;
    text-align: left;
    list-style-type: none;
    position: relative;
    font-size: 15px;
}
.et-pricing-item ul li:before {
    content: '\f00c';
    font-family: FontAwesome;
    left: 10px;
    position: absolute;
    top: 0;
}
.et-btn-pricing {
    color: #e94d65;
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
    display: inline-block;
    background-color: #ffffff;
    border: 3px solid;
    border-radius: 50px 50px 50px 50px;
    padding: 17px 50px 17px 50px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.et-btn-pricing:hover {
    color: #fff;
}
.et-pricing-center ul li,
.et-pricing-center h2.title-pricing,
.et-pricing-center .et-btn-pricing:hover {
    color: #fff !important;
}
.et-pricing-item h2.title-pricing:after,
.et-pricing-center .et-btn-pricing  {
    background-color: #fff;
}
.et-pricing-center .et-btn-pricing:hover {
    border-color: #fff !important;
}

/*** Carousel ***/
.et-carousel .sppb-col-md-3 {
    padding: 0;
}

/*** Public ***/
.et-public-item .sppb-addon-title a {
    position: relative;
}
.et-public-item .sppb-addon-title a:after {
    content: "";
    height: 1px;
    position: absolute;
    top: -30px;
    left: 0;
    width: 15%;
    right: 0;
}
.et-public-item04 .sppb-addon-title a,
.et-public-item04 .sppb-media-content p {
    color: #fff !important;
}
.et-public-item04 .sppb-addon-title a:after {
    width: 100px;
}
.et-public-item04 a.et-btn-about:hover {
    background-color: #fff !important;
}

/*** Reviews ***/
.et-reviews-item p {
    font-size: 18px;
}

/*** Reviews ***/
.et-services-row:hover .clearfix {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5) !important;
}

/*** Blog Default ***/
div.k2ItemsBlock ul li a.moduleItemImage {
    display: inline-block;
    width: 100%;
}
div.k2ItemsBlock ul li a.moduleItemImage img {
    width: 100%;
}
div.k2ItemsBlock ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
}
div.k2ItemsBlock ul li:nth-child(3n) {
    margin-right: 0;
}
div.k2ItemsBlock ul li a.moduleItemReadMore {
    display: inherit;
}
.com-k2 div.k2ItemsBlock ul li .moduleItemImage,
.com-k2 div.k2ItemsBlock ul li .moduleItemImage img {
    width: 100%;
}
#sp-left .sp-module ul, #sp-right .sp-module ul {
    display: inline-block;
}

/*** Blog ***/
.lt-blog .lt-title h1:before {
    right: 0;
    margin: 0 auto;
}
.lt-blog div.k2ItemsBlock ul li {
    position: relative;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.17);
    padding: 30px 15px;
    background: #fff;
}
.lt-blog div.k2ItemsBlock ul li a.moduleItemImage {
    overflow: hidden;
}
.lt-blog div.k2ItemsBlock ul li a.moduleItemImage img {
    padding: 0;
    -webkit-transition: all  1500ms ease;
    -ms-transition: all  1500ms ease;
    transition: all  1500ms ease;
}
.lt-blog div.k2ItemsBlock ul li:hover a.moduleItemImage img {
    opacity: .4;
    transform: scale(1.3);
}
.lt-blog div.k2ItemsBlock ul li div.moduleItemIntrotext {
    padding: 0;
}
.lt-blog div.k2ItemsBlock ul li span.moduleItemDateCreated {
    font-size: 12px;
    line-height: 2.33em;
    text-transform: uppercase;
    color: #565969;
    letter-spacing: .1em;
    font-weight: 500;
    padding: 0px 0 0px;
    display: inline-block;
}
.lt-blog div.k2ItemsBlock ul li a.moduleItemTitle {
    line-height: 1.15em;
    font-size: 20px;
    color: #383838;
    font-weight: 600;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 20px;
}
div.k2ItemsBlock ul li .moduleItemReadMore {
    position: relative;
    font-size: 16px;
    letter-spacing: .02em;
    margin-top: 7px;
    font-weight: 500;
    color: #001659;
}
div.k2ItemsBlock ul li.clearList {
    display: none;
}
.com-k2 div.k2ItemsBlock ul li {
    width: 100%;
    margin: 0;
}
#sp-left .sp-module ul > li, 
#sp-right .sp-module ul > li {
    display: block;
    border-bottom: 1px solid #f3f3f3;
}
div.k2ItemsBlock ul li a.moduleItemComments {
    border-right: 0;
}

/*** Portfolio ***/
.sp-simpleportfolio-btns {
    margin-bottom: 20px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-title a,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns .btn-view,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle .sp-simpleportfolio-tags {
    display: none;
}
.sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
    position: relative;
}
.sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: .75!important;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns .btn-zoom {
    font-size: 0;
    border: 0;
    position: absolute;
    top: -50px;
    right: 10px;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-btns .btn-zoom {
    top: 20px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns .btn-zoom:before {
    content: "\f065";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 30px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a:hover {
    background: none;
    border: 0;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-tags {
    display: inline-block;
    position: absolute;
    left: -50px;
    bottom: 70px;
    transform: rotate(-90deg)!important;
    -webkit-transform: rotate(-90deg)!important;
    -ms-transform: rotate(-90deg)!important;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-tags {
    left: 5%;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-title {
    position: absolute;
    bottom: 20px;
    display: inherit!important;
    opacity: 0;
    right: -100%;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-title {
    right: 10px;
}
.lt-portfolio .lt-btn {
    display: unset;
}
/*** Contact ***/
.lt-contact-title em {
    font-style: inherit;
    font-size: 18px;
    line-height: 28px;
    display: inline-block;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
}
.et-contact-text ul.contact-icon {
    padding: 0;
    margin-top: 20px;
}
.et-contact-text li {
    list-style-type: none;
}
.et-contact-text li a:before {
    margin-right: 15px;
}
.et-contact-text .shrewd_solution_icon ul li strong {
    display: none;
}
.et-contact-text .shrewd_solution_icon ul,
.et-contact-text .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
.et-contact-text .shrewd_solution_icon ul li a {
    font-size: 13px;
    height: 35px;
    width: 35px;
    background: #646e80;
    line-height: 38px;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228, 200, 200, 0.5);
    display: inline-block;
}
.et-contact-text .shrewd_solution_icon ul li a:hover {
    color:#fff!important;
}
/*** Events ***/
#jevents_body .today,
#jevents_body .buttontext a {
  font-size: 12px;
}
#jevents_body h2,
#jevents_body a,
#jevents_body .tableh2 a,
#jevents_body ul.ev_ul li.ev_td_li {
    font-size: 15px;
}

/*** Contact Form ***/
.lt-contact-form {
    position: absolute;
    left: 0;
    top: 75px;
    display: block;
    max-width: 364px;
    width: 100%;
    background: #fff;
    padding: 45px 30px 39px;
    box-shadow: 0 0 20px rgba(34,34,34,.1);
    z-index: 1;
}
#sp-quickcontact-form textarea#message {
    width: 100%;
}
#sp-quickcontact-form input {
    width: 100%;
}
#sp-quickcontact-form .sp_qc_clr {
    display: none;
}
#sp-quickcontact-form textarea,
#sp-quickcontact-form input {
    margin-bottom: 20px;
    border-radius: 0;
}
#sp-quickcontact-form #sp_qc_submit {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: oswald,sans-serif;
    font-weight: 600;
    color: #222!important;
    background: 0 0;
    text-transform: uppercase;
    text-decoration: underline;
    cursor: pointer;
    transition: all 500ms ease;
    padding: 0;
    width: auto;
}

/*** Bottom ***/
#sp-bottom {
    background: #1b1d1f;
    color: #a0aec6;
}
#sp-bottom p {
    line-height: 2.2;
    margin-bottom: 10px;
    color: #fff;
}
#sp-footer {
    background: #1b1d1f;
    text-align: center;
}
#sp-footer a {
    color: #fff;
}
#sp-footer p {
    margin-bottom: 0;
}
#sp-footer .container {
    border-top: 1px solid rgba(255, 255, 255, .1);
}
#sp-footer .container-inner {
    border-top: 0;
}
#sp-bottom h3 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 19px;
    margin: 0 0 20px;
    line-height: 1em;
}
#sp-bottom p a {
    font-weight: 700;
}

/*** Canvas Menu ***/
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
    padding: 9px;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
}

/*** Resposive ***/
@media (min-width: 1170px) {
    .lt-work-img {
        margin-right: calc(-50vw + 555px);
    }
    .lt-our-left .clearfix:nth-child(1) {
        left: calc(-50vw + 555px);
    }
    .lt-our-left .clearfix:nth-child(3) {
        left: calc(-50vw + 500px);
    }
}
@media (min-width: 992px) and (max-width: 1280px) {
    .sp-megamenu-parent > li > a {
        padding: 0 4px;
    }
    .sp-megamenu-parent {
        width: 90%;
      	margin-top: 13px;
    }
}
@media (max-width: 991px) {
    #sp-header .logo {
        height: 70px;
    }
    .sp-megamenu-parent {
        display: none!important;
    }
    .lt-feature-item,
    .lt-team-item,
    .lt-plan-item {
        margin: 20px 0;
    }
    .sppb-section-title .sppb-title-subheading {
        font-size: 30px!important;
    }
    div.k2ItemsBlock ul li > * {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
    .lt-contact {
        padding: 0!important;
    }
    .lt-contact-img {
        position: relative;
        bottom: 0;
        margin-top: 20px;
    }
    .lt-our-left .clearfix:nth-child(2) {
        top: 200px;
    }
    .lt-our-left .clearfix:nth-child(3) {
        top: 0;
    }
}
@media (max-width: 768px) {
    div.k2ItemsBlock ul li {
        width: 100%;
        margin-right: 0;
    }
    #sp-header .logo {
        text-align: left;
    }
    .lt-offer .sppb-column {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .sppb-panel-collapse,
    .sppb-panel-modern>.sppb-panel-heading {
        padding-left: 5px!important;
        padding-right: 5px!important;
    }
    .sppb-panel-modern>.sppb-panel-heading {
        padding-left: 20px!important;
    }
  	#jevents table {
    	table-layout: fixed;
        width: 100%;
        word-wrap: break-word;
  	}
    #jevents_body td, #jevents_body tr {
    	overflow: hidden;
    }
    .et-slider-btn a, .et-slider-button a {
        padding: 10px 0px !important;
        font-size: 9px !important;
        display: inline-block;
        letter-spacing: 1px !important;
    }
    .et-about-row .clearfix {
        margin-top: 0px !important;
    }
    #sppb-addon-1604474600570 {
        margin-top: 0px !important;
    }
}
@media (max-width: 480px) {
    .et-about-row > .sppb-column-addons > .clearfix {
        margin-top: 0 !important;
    }
    .et-team-text {
        margin-top: 50px;
    }
    .et-about-img .sppb-img-container,
    .et-about-img .sppb-media-content {
        width: 100%;
    }
}



