/*** Container ***/
.container, body.helix-ultimate .sppb-row-container {
    max-width: 1200px;
    width: 100%;
}

/*** General ***/
.et-btn {
  	color: #fff !important;
	font-size: 18px;
    font-weight: 400;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 20px 10px 20px;
}
.et-btn:hover {
    background: rgb(3 113 124 / 88%) !important;
}
.et-btn.white {
    color: #1E3D64 !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px solid #1E3D64 !important;
}
.et-btn.white:hover, .et-btn:hover {
    color: #fff !important;
}
body {
    font-size: 15px;
    line-height: 1.9em;
    color: #828282;
}
a:hover {
  color: #000;
}

/*** Head Top ***/
#sp-head-top {
    width: 100%;
    overflow: hidden;
    background: #FFB4C863;
}
#sp-head-top a {
    padding: 5px 0;
    color: #000;
    display: inline-block;
}
#sp-head-top ul {
    padding: 0;
    margin: 0;
}
#sp-head-top ul {
    margin-left: 0;
}
#sp-head-top .head-right ul {
    text-align: right;
}
#sp-head-top .head-left ul {
    text-align: left;
}
#sp-head-top ul li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #a6a6b3;
    margin-right: 0px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 10px;
}
#sp-head-top ul li i {
    position: relative;
    font-size: 18px;
    margin-right: 8px;
    font-weight: 700;
    color: transparent;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(-90deg, #f25743, #eb3648 50%);
}
#sp-head-top .head-right ul li:last-child {
    margin-right: 0;
}
#sp-head-top .head-right strong {
    display: none;
}

/*** Second Head ***/
.second-head {
  	background-color: #E8F4F4;
  	padding: 20px 0;
}
body:not(.home) .second-head {
  	background-color: #fff;
}
.second-head .shrewd_solution_icon {
    margin: 0;
    text-align: left;
    padding: 23px 0;
}
.second-head .shrewd_solution_icon li {
    position: relative;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    color: #a6a6b3;
}
.second-head .shrewd_solution_icon li a, #sp-position1 .shrewd_solution_icon li a:hover {
	font-size: 16px;
    position: relative;
    line-height: 38px;
    padding-right: 20px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: .5s;
  	color: #000;
    transition: .5s;
    display: inline-block;
}
.second-head .shrewd_solution_icon li strong {
    display: none;
}
.second-center img {
    margin: 0 auto;
}
.second-center {
    margin: 20px 0;
}
.second-right p {
    margin: 0;
    text-align: right;
}
.second-right .second-right-btn {
	margin: 20px 0;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    display: inline-block;
    border-radius: 0px 0px 0px 0px;
    box-shadow: none;
    font-size: 15px;
    font-weight: 500;
    padding: 9px 26px 4px;
    -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;
}

/*** Header ***/
#sp-header {
    top: 0;
    height: inherit;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    padding: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #fff;
}
#sp-header .logo {
    height: 70px;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
}
body:not(.home) #sp-header {
    background: #fff;
    position: static;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%); 
}
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;
}
.logo-header {
    display: none;
}
#sp-menu {
    max-width: 100% !important;
    flex: 100% !important;
    padding: 0;
}
.sp-megamenu-parent {
    display: flex!important;
    width: 90%;
    margin: 0 auto;
    float: initial !important;
    align-items: center;
}
.sp-megamenu-parent > li {
    flex: 1 ;
    text-align: center;
    padding: 0 0px;
}
.sp-megamenu-parent > li li {
    text-align: left;
}
.sp-megamenu-parent > li:last-child {
    border-right: 0;
}
.sp-megamenu-parent > li > a {
    width: 100%;
    color: #1a1a1a;
    padding: 8px 0 0 0 !important;
    line-height: 18px;
    text-transform: uppercase;
}
.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: 400!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;
    margin-left: 3px;
    font-size: 14px;
}
.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;
}

/*** Slider ***/
.et-slider-img img {
    margin-bottom: -50px;
    border-radius: 0px 0px 60px 0px;
}
.et-slider-colum {
    position: relative;
}
.et-spacer-img {
    position: absolute;
    top: 18%;
    left: -60px;
    width: 120px;
}
.et-spacer-images {
    width: 120px;
}
.et-spacer-images.right {
    float: right;
}

/*** Button ***/
.et-colum-button .clearfix:first-child {
  	width: 100%;
}
.et-colum-button .clearfix {
  	float: left;
    margin-right: 30px !important;
}

/*** Title ***/
.et-title-img img {
    max-width: 60px;
}

/*** Services ***/
.et-services-item {
    padding: 20px;
    background: #fff;
    border-bottom: 2px solid #1E3D64;
}
.et-services-item strong {
  	display: none;
}
.et-services-item em {
  	padding-left: 10px;
}
.et-services-item img {
  	border-radius: 30px 0px 0px 0px;
}
@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.et-services-item:hover h3 {
	-webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* Images */
.images-style img {
  	-webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.images-style:hover img {
  	cursor: pointer;
  	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
  	transform: translateY(-5px);
}

/*** Divider ***/
.et-divider {
    margin: 0 auto;
}

/*** Clients ***/
.et-clients-item .sppb-img-container {
  	position: relative;
    z-index: 1;
    padding: 0px 0px 20px 20px;
}
.et-clients-item .sppb-img-container:before {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: 0px;
    width: 85%;
    background: #D0E0E0;
    z-index: -1;
}
.et-clients-colum .clearfix:first-child {
  	position: relative;
    z-index: 3;
    width: 50px;
}

/*** Luxury ***/
.et-luxury-colum .list {
  	margin: 0;
  	padding: 0;
  	list-style: none;
}
.et-luxury-colum .list strong {
  	display: none;
}
.et-luxury-colum .list em {
    padding-right: 10px;
}
.et-luxury-item {
    border-bottom: 1px solid #E8F4F4;
    padding-bottom: 40px;
}
.et-luxury-img img {
    margin-top: -60px;
    border-radius: 60px 0px 0px 0px;
}
.et-luxury.services .et-luxury-colum .sppb-column-addons {
    margin-left: -50px;
    background: #fff;
    padding: 30px;
}
ul.star-rating {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.star-rating li strong {
    display: none;
}
ul.star-rating li {
    display: inline-block;
}
ul.star-rating li em {
    display: inline-block;
    font-size: 11px;
    color: #f0ad4e;
}

/*** Feature ***/
.et-feature .sppb-col-md-12 {
    position: relative;
    z-index: 9;
}
.et-feature-colum {
    border-bottom: 2px solid #1E3D64;
}
.et-feature-img img, .et-feature-colum .clearfix {
    border-radius: 0px 90px 0px 0px;
}
.et-feature-colum.contact img {
    max-width: 50px;
    margin: 0 auto;
}

/*** Help ***/
.et-help .sppb-row {
    background: #E8F4F4;
}
.et-colum-button.help .clearfix:first-child {
    width: 100%;
}
.et-colum-button.help .clearfix {
    width: 50%;
    padding: 30px;
    margin-right: 0 !important;
}

/*** Info ***/
.et-contact-bt {
    border-bottom: 1px solid #D0E0E0;
    padding-bottom: 30px;
}

/*** Bg ***/
.et-bg-item img {
    margin-right: -120px;   
    border-radius: 0px 60px 0px 0px;
}

/*** Skill ***/
.et-skill {
    position: relative;
}
.et-skill:before {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: '';
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.33) 0%, rgba(246,131,56,0.67) 100%);
    z-index: -1;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.et-bar .sppb-row-container {
    margin-top: -250px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.18);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 90px 50px 20px;
}
.skill-left #skill li p {
    color: #000 !important;
}
#skill { 
    list-style: none;
    position: relative;
    padding-left: 0;
    margin-top: 70px;
}
#skill li { 
    margin-bottom: 40px; 
    background: #D0E0E0;
    height: 20px; 
    border-radius: 0px;    
}
#skill li h3, #skill li p { 
    position: relative;
    top: -28px;
    color: #999999;
    font-size: 19px;
    font-weight: 500;
    float: left;
    width: 100%;
}
#skill li p { 
    text-align: right;
    font-size: 16px;
}
.bar { 
    height: 20px;  
    position:absolute;
    border-radius: 0px; 
    background: #E87F7E;  
}
.graphic-design {
    width: 90%; 
    -moz-animation:graphic-design 2s ease-out;
    -webkit-animation:graphic-design 2s ease-out;
}
.html-css {
    width: 80%;
    -moz-animation:html-css 2s ease-out;
    -webkit-animation:html-css 2s ease-out;
}
.jquery {
    width: 86%;
    -moz-animation:jquery 2s ease-out;
    -webkit-animation:jquery 2s ease-out;
}

@-moz-keyframes graphic-design {0%  { width:0px;} 100%{ width:100%;}  }
@-moz-keyframes html-css        { 0%  { width:0px;} 100%{ width:90%;}  }
@-moz-keyframes jquery      { 0%  { width:0px;} 100%{ width:65%;}  }
@-moz-keyframes wordpress   { 0%  { width:0px;} 100%{ width:80%;}  }

@-webkit-keyframes graphic-design       { 0%  { width:0px;} 100%{ width:100%;}  }
@-webkit-keyframes html-css        { 0%  { width:0px;} 100%{ width:90%;}  }
@-webkit-keyframes jquery      { 0%  { width:0px;} 100%{ width:65%;}  }
@-webkit-keyframes wordpress   { 0%  { width:0px;} 100%{ width:80%;}  }

/*** Team ***/ 
.et-team-item .sppb-media-content {
    padding: 30px 30px;
}
.et-team-item img, .et-team .clearfix {
    border-radius: 0px 60px 0px 0px;
}
.et-team-title, .et-team-time {
    width: 50%;
    float: left;
}
.et-team-bt {
    width: 100%;
    display: inline-block;
    padding-top: 20px;
    border-top: 1px solid #D0E0E0;
}
.et-team-title {
    text-transform: uppercase;
}
.et-team-time {
    color: #E87F7E;
    text-align: right;
}
.et-team-item .sppb-img-container, .et-team-item img {
    width: 100%;
}

/*** Star ***/
.et-star-img {
    border-radius: 90px 0 0 0;
}

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

/*** Step ***/
.sppb-panel-modern,
.sppb-panel-modern>.sppb-panel-heading {
    background: none;
    border: 0;
}
.sppb-panel-modern .sppb-panel-body {
    border: 0;
}
.sppb-panel-collapse,
.sppb-panel-heading.active {
    background: #fff;
}
.sppb-panel-heading {
    padding: 0 !important;
}
.sppb-panel-heading.active {
    padding-bottom: 0!important;
}
.sppb-panel-collapse {
    padding: 0;
}
.sppb-panel-heading i {
    padding: 10px 18px 14px;
    position: relative;
    font-size: 16px;
    letter-spacing: .02em;
    margin-top: 7px;
    font-weight: 500;
    color: #001659;
}
.sppb-panel-title {
    font-size: 18px;
    color: #1E3D64;
}
.sppb-panel-heading i:before {
    content: "+";
    font-size: 18px;
}
.sppb-panel-heading.active i:before {
    content: "-";
    font-size: 18px;
}
.sppb-panel-heading.active i {
    transform: rotate(90deg);
    color: #E87F7E;
}
.sppb-panel-heading.active .sppb-panel-title {
    color: #E87F7E;
}

/*** Contact Form ***/
#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: 'Roboto', 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;
}
.et-contact-icon .shrewd_solution_icon ul li strong {
    display: none;
}
.et-contact-icon .shrewd_solution_icon {
    padding-top: 20px;
}
.et-contact-icon .shrewd_solution_icon ul,
.et-contact-icon .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
.et-contact-icon .shrewd_solution_icon ul li a {
    font-size: 16px;
    color: #EA5A74;
    background: #fefefe;
    height: 36px;
    width: 36px;
    line-height: 38px;
    text-align: center;
    border-radius: 2px;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228, 200, 200, 0.5);
    display: inline-block;
}
.et-contact-icon .shrewd_solution_icon ul li a:hover {
    background: #EA5A74; 
    color:#fff!important;
}
.et-contact-item {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F0E7D5;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 50px 50px 50px;
}
.et-contact-item #sp-quickcontact-form #sp_qc_submit {
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 10px;
    border-radius: 10px;
    font-size: 13px;
    letter-spacing: 2px;
    background-color: #001d35;
    border: 2px solid #fff;
    padding: 12px 20px 12px 20px;
}
.et-contact-item #sp-quickcontact-form input:nth-child(2),
.et-contact-item #sp-quickcontact-form input:nth-child(4) {
    width: 49% !important;
    float: left;
}
.et-contact-item #sp-quickcontact-form input:nth-child(2) {
    margin-right: 2%;
}

/*** Bottom ***/
#sp-bottom {
    background: #28364b;
    color: #fff;
}
#sp-bottom p {
    line-height: 35px;
    margin: 0;
    font-size: 15px;
}
#sp-bottom h3 {
    position: relative;
    margin: 0 0 20px;
    color: #fff;
    font-size: 20px !important;
    margin: 0 0 20px;
    line-height: 1em;
}
#sp-bottom a {
    font-weight: 600;
    color: #fff !important;
}
#sp-bottom1 strong {
    font-style: italic;
    padding-top: 15px;
    display: inline-block;
}
#sp-bottom1 img {
    margin-top: -20px;
    margin-bottom: 20px;
}
#sp-bottom3 strong {
    display: none;
}
#sp-bottom3 em {
    padding-right: 10px;
}
ul.menu-bottom {
    float: left;
    width: 50%;
}
#sp-bottom1 .shrewd_solution_icon {
    padding-top: 20px;
}
#sp-bottom1 .shrewd_solution_icon ul, #sp-bottom1 .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
}
#sp-bottom1 .shrewd_solution_icon ul li a {
    font-size: 16px;
    color: #c59d5f;
    background: #fefefe;
    height: 36px;
    width: 36px;
    line-height: 38px;
    text-align: center;
    border-radius: 2px;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228,200,200,.5);
    display: inline-block;
}
#sp-bottom1 .shrewd_solution_icon strong {
    display: none;
}
#sp-bottom2 ul li {
    list-style: none;
    line-height: 35px;
    position: relative;
}
#sp-bottom2 ul li a em {
    padding-right: 10px;
  	color: #fff !important;
}
#sp-bottom2 ul li a strong {
    display: none;
}
#sp-bottom3 .sp-module-content .latestnews > li > a > span {
    font-family: 'Great Vibes';
    color: #000;
    font-size: 17px;
}

/*** Footer ***/
#sp-footer {
    background: #28364b;
    text-align: center;
}
#sp-footer a,
#sp-footer p {
    color: #fff;
}
#sp-footer .container {
    border-top: 1px solid rgba(255, 255, 255, .1);
}
#sp-footer .container-inner {
    border-top: 0;
}
#sp-footer p {
    margin-bottom: 0;
}

/*** 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: 992px) and (max-width: 1280px) {
    .sp-megamenu-parent > li > a {
        padding: 0 4px;
    }
    .sp-megamenu-parent {
        width: 90%;
    }
    .sp-megamenu-parent > li {
        flex: 1 !important;
        padding: 0 0px !important;
    }   
}
@media (max-width: 991px) {
    #sp-header .logo {
        height: 70px;
    }
    ul.sp-megamenu-parent {
        display: none!important;
    }
    .sppb-section-title .sppb-title-subheading {
        font-size: 30px!important;
    }
    div.k2ItemsBlock ul li > * {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
    #sp-header.header-sticky .logo {
        height: 70px;
    }
    #sp-head-top, .second-head {
        display: none;
    }
    .sp-megamenu-wrapper {
        border-top: 0px solid #dcdcdc;
    }
}
@media (max-width: 910px) {
    #sp-logo {
        width: 80% !important;
    }
    .logo-header {
        display: block;
    }
    #sp-menu {
        width: 20% !important;
    }
    #sp-menu {
        max-width: 10% !important;
        flex: 10% !important;
        padding: 0;
    }
    body.ltr #offcanvas-toggler.offcanvas-toggler-right {
        margin-top: 0px;
    }
}
@media (max-width: 768px) {
    div.k2ItemsBlock ul li {
        width: 100%;
        margin-right: 0;
    }
    #sp-header .logo {
        text-align: left;
    }
    .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;
    }
    #sp-quickcontact-form input {
        width: 100%!important;
        margin-right: 0!important;
    }
  	#jevents table {
    	table-layout: fixed;
        width: 100%;
        word-wrap: break-word;
  	}
    #jevents_body td, #jevents_body tr {
    	overflow: hidden;
    }
    .et-sale .j2store-module-product-row .col-sm-3 {
        width: 50% !important;
        max-width: 50% !important;
        flex: 50%;
    }
    .et-colum-button.help .clearfix {
        width: 100%;
    }
    .et-feature .sppb-col-md-4, .et-team .sppb-col-md-3 {
        margin-bottom: 30px;
    }
    .et-colum-button.help .sppb-text-right, .et-colum-button.help .sppb-text-left {
        text-align: center !important;
    }
    .et-luxury.services .et-luxury-colum .sppb-column-addons {
        margin: 0 20px !important;
    }
}
@media (max-width: 480px) {
    .et-sale .j2store-module-product-row .col-sm-3 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 100%;
    }
    .et-testimonial-colum .clearfix:nth-child(2), .et-testimonial-colum .clearfix:nth-child(3) {
        width: 98%;
    }
}
