/*********************
	header logo
*********************/
#sp-header {
   	transition: .3s;
}

#sp-header.menu-fixed {
    background: #030203;
}

.logo img {
    transition: 0.3s ease;
}

#sp-header .logo {
    margin: 0 0 0 50px;
    width: 30%;
    transition: 0.6s ease;
}

@media screen and (max-width: 480px){
  #sp-header .logo {
    margin: 0 0 0 20px;
    width: 50%;
}
}

.sp-megamenu-parent {
    margin: 0 50px 0 0;
}

#sp-header.menu-fixed .logo {
    width: 24%;
}

@media screen and (max-width: 480px){
#sp-header.menu-fixed .logo {
    width: 50%;
}
}

/*********************
	send a case form
*********************/
.form-actions {
    background-color: #121214;
    border-top: 1px solid #121214;
}

.bfQuickMode input[type=text], .bfQuickMode textarea {
    max-width: 69% !important;
}

.bfQuickMode .controls .control-label {
    width: 30% !important;
}

.control-group {
    margin-bottom: 15px !important;
}

@media screen and (max-width: 480px){
.form-actions {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
  
  .form-inline .checkbox {
    padding-left: 0px !important;
      margin-right: 10px;
}
  
  .checkbox.inline + .checkbox.inline {
   margin-left: 0px !important;
}
}


/*********************
	bottom social
**********************/
.sp-module ul >li >a:before {
    content: none !important;
}

.sp-module ul >li {
    border-bottom: 0px solid #e8e8e8;
}

/*********************
	google map font
*********************/
.gm-style .gm-style-iw {
    color: #000;
}

/*********************
	body font
*********************/
body {
    font-size: 16px;
    font-weight: 200;
}
strong {
    font-weight: 500;
}

/*********************
	popup-block
*********************/
.white-popup-block {
    background: #101010;
    font-size: 16px;
    line-height: 30px;
}

.mfp-close-btn-in .mfp-content .white-popup-block .mfp-close {
    color: #fff;
}

/*********************
	FAQ
*********************/
.sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-panel-title {
    color: inherit;
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-body .sppb-addon-content {
    color: rgb(205 207 217);
}

/**********************
	menu dropdwn
**********************/
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    padding: 0px 0px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
    padding: 10px 15px;
    font-size: 14px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #3c3c3c;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    color: #ffffff;
}

/**********************
	sp-pagetitle
**********************/
.sp-page-title h2 {
    font-size: 42px;
    letter-spacing: normal;
    text-transform: none;
    font-weight: 400;
}

/*********************
	UL
*********************/
ul {
    margin-left: -20px;
}

/**********************
	 offcanvas-toggler
***********************/

#offcanvas-toggler {
    margin-right: 25px;
}

.offcanvas-menu {
    background-color: rgb(14 14 14 / 70%);
}

.offcanvas-menu .offcanvas-inner .sp-module:first-child {
    margin-top: 20px;
}



/*********************
	feature image
*********************/
.feature001 .sppb-img-responsive {
    border-radius: 10px 10px 0px 0px !important;
}

.caseimg001 .sppb-img-responsive {
    width: 20%;
}

@media screen and (max-width: 480px){
  .caseimg001 .sppb-img-responsive {
    width: 32%;
}
}

.caseimg002 .sppb-img-responsive {
    width: 32%;
}

/*********************
	did you know? background
*********************/
.bg001 {
    z-index: -1 !important;
}

.img001 {
    z-index: -1 !important;
}
/********************
	bottom
********************/
#sp-bottom .sp-module .sp-module-title {
    font-weight: 600;
    color: #ffffff;
}

#sp-bottom .sp-module .sp-module-title {
    font-size: 18px;
    margin-bottom: 20px;
}

#sp-bottom .nav.menu li a {
    font-size: 16px;
}
/********************
	sp-footer
********************/
#sp-footer {
    background-color: #161616;
    font-size: 14px;
}

@media screen and (max-width: 991px) {
#sp-footer {
    padding: 20px 0 70px 0;
}
}

@media screen and (max-width: 480px){
#sp-footer {
    padding: 20px 0 90px 0;
}
}