/* General */
.et-slider-btn a {
    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: 15px 40px;
    cursor: pointer;
    border: 0!important;
    text-transform: capitalize;
    color: #fff!important;
    text-shadow: 1px 1px 0px RGBA(0,0,0,0.17);
    border-radius: 5px;
}
.et-btn {
	font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #fff !important;
    background-color: #6b303e;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px rgb(0 15 35 / 12%);
    padding: 20px 50px;
}
.et-btn:hover {
    color: #fff !important;
    background: #10162c;
}
.et-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);
    background-color: #10162c !important;
}
body {
    font-size: 15px;
    line-height: 1.9em;
    color: #828282;
}
a:hover {
    color: #000;
}

/* Head Top */
.top-head {
  	padding: 10px 0;
    background-color: #124547;
  	position: relative;
    z-index: 9999;
}
.top-head ul {
 	margin: 0;
}
.head-left ul li a,
.head-right ul li a {
	box-shadow: 0 0px 0 0 currentColor !important;
	line-height: 23px;
}
.head-right ul li a span.title {
	font-size: 20px;
	font-weight: 500;
    color: #fff;
}
.head-right .small {
	text-transform: capitalize;
	opacity: 0.5;
    color: #fff;
  	font-size: 15px;
}
.title-icon:before {
	padding-right: 10px;
	font-size: 25px;
}
.head-left ul li:before {
	font-size: 13px;
}
.head-left ul li span {
	opacity: 0.5;
}
.head-right .clock,
.head-right .headphones {
	text-align: left;
}
.head-left ul li a,
.head-right ul li {
    list-style-type: none;
}
.head-right ul li strong {
  	display: none;
}
.head-left ul li a {
    padding-left: 10px;
    font-size: 14px;
	font-weight: 400;
}
.header-top-left {
	margin-top: 10px;
	font-size: 18px;
	padding-left: 25px;
  	font-weight: 600;
}
.head-right ul li {
    float: right;
    padding: 0 10px;
    border-left: 1px solid;
	text-align: center;
  	line-height: 22px;
}
.head-left ul li {
    float: left;
    margin-right: 20px;
}
.head-right ul li em {
    font-size: 17px;
    color: #fff;
}
/* Header */
#sp-header {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    top: 0;
    height: inherit;
    padding: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: #6b303e;
}
#sp-header .logo {
    height: 75px;
}
#sp-header.header-sticky {
    position: fixed;
    background: #6b303e;
    top: 0;
}
body:not(.home) #sp-header {
    background: #6b303e;
    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 15px;
    -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: 100%;
}
.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: 0 10px;
    line-height: 75px;
    color: #fff;
    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: 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;
}

/* Title */
.et-title-big.small {
    font-size: 35px;
  	margin-bottom: 35px;
	color:rgba(213, 170, 109, 1);
}
.et-title.while h2 {
    color: #fff !important;
}
.et-title h3 {
  color: #d5aa6d;
}
.et-title-big {
  	font-size: 60px;
	color: rgba(213, 170, 109, 1);
}
.lt-title-icon {
    max-width: 250px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.lt-title-icon:before {
   	content: '';
    position: absolute;
    height: 4px;
    width: 100%;
  	z-index: -1;
    top: 12px;
    left: 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #6b303e;
}
.lt-title-icon i {
  	padding: 0 10px;
}

/* About */
.et-about-phone {
    padding: 30px;
    margin-top: -50px;
    margin-left: -150px;
    margin-right: 200px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.et-about:hover .et-about-phone {
    margin-right: 150px;
}
.et-about-img-center .sppb-addon-single-image-container {
    position: relative;
    overflow: hidden;
}
.et-about-img-center .sppb-addon-single-image-container img {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.et-about-img-center:hover .sppb-addon-single-image-container img {
    transform: translate(0, -30px);
}

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

/* Services */
.lt-services-item img {
  	width: 60px;
}

/* Newsletter */
.et-newsletter-colum .sppb-column-addons {
  	border: 2px solid #fff;   
    padding: 100px 200px 100px 200px;
}

/* Team */
.et-team-colum .sppb-column-addons {
    border: 1px solid #6b303e;
    padding: 0px 35px 35px 35px;
}
.et-team-colum img {
  	width: 130px;
  	margin-top: -60px;
}
.et-team-colum .star-rating {
  	font-size: 18px;
}
.et-team-colum .star-rating em {
  	color: #6b303e;
}

/* Choose */
.et-choose-item {
    border-bottom: 1px solid transparent;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.et-choose-item:hover {
    border-bottom: 1px solid #cfcece;
}

/* Feature */
ul.list {
    padding: 0px;
    list-style-type: none;  
}
ul.list li {
    padding-left: 20px;
    position: relative;
    padding-bottom: 5px;
}
ul.list li:before {
    content: '\f105';
    font-family: FontAwesome ;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
}

/* Subscribe */
.et-subscribe .acym_fulldiv form {
    position: relative;
}
.et-subscribe .btn.btn-primary {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px !important;
    padding: 7px 35px !important;
    border-radius: 0 !important;
  	background-color: #6b303e !important;
  	border: 1px solid #6b303e !important;
}

/* Contact Details */
.et-contact-details .clearfix:nth-child(2),
.et-contact-details .clearfix:nth-child(3),
.et-contact-details .clearfix:nth-child(4) {
    float: left;
    width: 48%;
    margin-right: 1%;
}
.et-contact-details .clearfix:nth-child(3) {
    margin-right: 0;
}

/* Gallery */
.speasyimagegallery-gallery-item > div {
    overflow: hidden;
    position: relative;
}
.et-porfolio .speasyimagegallery-gallery-item img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.et-porfolio .speasyimagegallery-gallery-item:hover img {
    transform: scale(1.1);
    opacity: 0.9;
}
.speasyimagegallery-gallery-item > div:after {
    content: " ";
    position: absolute;
    bottom: 6px;
    border: 2px solid #eee;
    left: 6px;
    right: 6px;
    top: 6px;
    z-index: 1;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.3) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.3) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.3) 100%);
    opacity: 0;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
}
.et-porfolio:hover .speasyimagegallery-gallery-item:after {
    opacity: 1;
}
.et-porfolio .speasyimagegallery-gallery-item-content {
    bottom: 15px;
    left: 15px;
}

/* Video */
#video-popup-container {
    display:none;
    position: fixed;
    z-index: 996;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 20%;
    background-color: #fff;
}
#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;
}

/* 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: 48%;
    float: left;
    margin-right: 2%;
}
div.k2ItemsBlock ul li:nth-child(2n) {
    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;
}

/* Testimonial */
.et-testimonial-column {
    position: relative;
}
.et-testimonial-column:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    display: inline-block;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.et-testimonial-column:hover:before {
    width: 100%;
}
.et-team-colum .sppb-column-addons {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out; 
}
.et-team-colum:hover .sppb-column-addons {
    border-style: dotted!important;
}

/* Blog */
.et-blog .lt-title h1:before {
    right: 0;
    margin: 0 auto;
}
.et-blog div.k2ItemsBlock ul li {
    position: relative;
    padding: 21px 0 32px 0;
}
div.k2ItemsBlock ul li a.moduleItemImage {
    overflow: hidden;
}
div.k2ItemsBlock ul li a.moduleItemImage img {
    padding: 0;
    margin: 0;
    -webkit-transition: all  1500ms ease;
    -ms-transition: all  1500ms ease;
    transition: all  1500ms ease;
}
div.k2ItemsBlock ul li:hover a.moduleItemImage img {
    opacity: .4;
    transform: scale(1.3);
}
.et-blog div.k2ItemsBlock ul li div.moduleItemIntrotext {
    padding: 0;
}
.et-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;
}
.et-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 .sp-simpleportfolio-item .sp-simpleportfolio-title a,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle .sp-simpleportfolio-tags {
    display: none;
}
.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;
}

/* Contact */
.et-contact .et-title.top h2:before {
    top: 0 !important;
    margin: 0 !important;
}
.et-contact .et-title.top h2 {
    padding-bottom: 0;
    padding-top: 30px;
    color: #000;
}
.et-contact .et-title.top p {
    margin-bottom: 30px;
}
.et-contact-colum {
    box-shadow: 0px 0px 30px 4px rgba(0,0,0,0.04) !important;
    padding: 80px 30px;
    border-radius: 15px;
    background: #fff;
}
.et-contact-item #sp-quickcontact-form #sp_qc_submit {
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 30px;
    font-size: 14px;
    border: 1px solid #000;
    background-color: #000;
    padding: 12px 30px 12px 30px;
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;
}
.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%;
}

/* 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: 20px 20px 20px 34px!important;
}
.sppb-panel-heading.active {
    padding-bottom: 0!important;
}
.sppb-panel-collapse {
    padding: 0 20px 30px;
}
.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-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: #fff;
}
.sppb-panel-title {
    font-size: 18px;
    color: #000;
}
.sppb-panel-modern {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

/* Icon */
.shrewd_solution_icon {
    margin: 0;
    text-align: left;
    padding: 0;
}
.shrewd_solution_icon li {
    position: relative;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    color: #a6a6b3;
}
.shrewd_solution_icon li a, #sp-position1 .shrewd_solution_icon li a:hover {
    font-size: 19px;
    height: 50px;
    width: 50px;
    position: relative;
    line-height: 52px;
    text-align: center;
    border-radius: 0;
    margin: 0 5px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgb(228 200 200 / 50%);
    display: inline-block;
}
.shrewd_solution_icon li strong {
    display: none;
}

/* 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: 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: #6b303e;
    color: #fff;
}
#sp-bottom p, #sp-bottom a {
    line-height: 30px;
}
#sp-footer {
    text-align: center;
}
#sp-footer p {
    margin-bottom: 0;
}
#sp-footer a {
    color: #fff;
}
#sp-footer {
    background: #6b303e;
}
#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 (max-width: 1028px) {
    .et-about {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .et-about-phone {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }
}
@media (min-width: 992px) and (max-width: 1280px) {
    .sp-megamenu-parent > li > a {
        padding: 0 4px;
    }
    .sp-megamenu-parent {
        width: 100%;
    }
}
@media (max-width: 991px) {
  	.top-head {
    	display: none;
  	}
    #sp-header .logo {
        height: 70px;
    }
    .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-logo {
    	width: 90%;
  	}
  	#sp-menu {
    	width: 10%;
  	}
  	#sp-header > .container {
    	padding: 10px;
  	}
}
@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-newsletter-colum .sppb-column-addons {
    	padding: 50px 10px;
	}
    .et-about-phone {
    	margin-top: -50px;
    	margin-left: 0px;
    	margin-right: 0px;
	}
    .et-team-colum .sppb-column-addons {
        margin-bottom: 100px;
    }
    .et-team-top {
        margin-bottom: 100px;
    }
}

@media (max-width: 488px) {
    .et-slider-btn a {
        font-size: 11px !important;
        padding: 12px 15px !important;
    }
}

