@media (max-width: 767px) {
    h3.sppb-addon-title { font-size: 28px; line-height: 1.3; }
    h5.sppb-addon-title { font-size: 16px; }
}

@media only screen and (max-width: 480px) {
    body, p { font-size: unset; }
    .sppb-section:not(.spectrum-faq-list) .sppb-addon-feature .sppb-icon .sppb-icon-container { margin-bottom: 0 !important; }
    .sppb-section:not(.spectrum-faq-list) .sppb-addon-feature .sppb-addon-title { margin-bottom: 0 !important; }
}

.spectrum-contact-info .sppb-addon-text-block { border-bottom: none; padding-bottom: 0; }

/*home fixed header*/

body.home-header #sp-header {
    position: fixed;
}

body.home-header #sp-header.menu-fixed-out  {
    box-shadow: none;
    background: transparent;
} 

body.home-header #sp-header.menu-fixed-out .sp-megamenu-parent >li.active>a,
body.home-header #sp-header.menu-fixed-out .sp-megamenu-parent >li:hover>a {
    color: #fff;
}

body.home-header #sp-header.menu-fixed-out .sp-megamenu-parent >li >a,
body.home-header #sp-header.menu-fixed-out .sp-megamenu-parent >li >span {
    color: #b1bcdd;
}

/*header*/

#sp-header {
  	height: 100px;
    background: #fff;
    transition: all 0.5s ease;
    box-shadow: 0 3px 3px rgb(0 0 0 / 5%);
}

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

#sp-header .logo { height: 100px; }

#sp-header .logo img { height: 80px; width: auto; }

.sp-megamenu-parent { float: left; }

.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
	line-height: 100px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: #9b9b9b;
}


#sp-header.menu-fixed-out .sp-megamenu-parent >li.active>a, #sp-header.menu-fixed-out .sp-megamenu-parent >li:hover>a {
    color: #272f6c;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    padding: 5px;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
    top: 80px;
    left: 10px !important;
}

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

/*end of header*/



/*top*/

#sp-top3 { text-align: right; }

.cls-login, .login {
    display: inline-block;
    line-height: 100px;
    font-size: 18px;
}

body.home-header #sp-header.menu-fixed-out .cls-login a { color: #fff; } 

.cls-translate { margin: 0; }

body.home-header #sp-header.menu-fixed-out .cls-translate a,
body.home-header #sp-header.menu-fixed-out .login a { color: #fff; }

#sp-top3>div>.sp-module {
    display: inline-block;
    padding-left: 10px;
}

.cls-translate a.flag img {margin-top: -3px;}

.cls-translate a.flag { margin: 0 2px; }

.cls-translate a.flag:last-child {
    padding-left: 7px;
    border-left: 1px solid #ababab;
}

.cls-translate select {
    display: block !important;
    width: 130px;
    font-size: 12px;
    padding: 0 5px;
    height: 30px;
    position: absolute;
    right: 55px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.chzn-container {
    display: none;
}

/*end of top*/

@media (max-width: 991px) {
    #sp-top3 { position: absolute; top: 0; right: 30px; }
    #sp-header { height: 80px; }
    #sp-header .logo img { height: 60px; }
    #sp-header .logo { height: 80px; }
    .cls-login, .login { line-height: 80px; }
}


/*off canvas*/

body.home-header #sp-header.menu-fixed-out #offcanvas-toggler >i { color: #fff; }

#offcanvas-toggler >i { color: #272f6c; }

#offcanvas-toggler { line-height: 80px; margin-right: 0; }

.offcanvas-menu {
    background: #fff;
    border-left: 3px solid #272f6c;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
    padding: 50px 15px !important;
}

@media(max-width:991px){
.close-offcanvas {
    color: #272f6c !important;
    border: 1px solid #e2e2e2;
  }
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
    color: #5a5a5a !important;
    font-size: 14px;
    text-transform: capitalize;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.active > a {
    background: #272f6c !important;
    color: #fff !IMPORTANT;
}
#offcanvas-toggler >i:hover {
    color: #000;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .close-icon {
    color: #000;
    font-weight: 600;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .open-icon {
    color: #000;
    font-weight: 600;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus {
    background: #fffaf5c4;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover {
    background: #fff7f7;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a {
    font-size: 14px;
    color: #909090 !important;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:focus {
    background: rgb(220 220 220 / 15%) !important;
}

/*end of off canvas*/


/*page title*/

.sp-page-title {
    padding: 100px 0;
    background-attachment: scroll;
    position: relative;
}

.sp-page-title:before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, transparent, rgb(255 255 255 / 50%) 70%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.sp-page-title h2 {
    font-size: 42px;
    color: #272f6c;
    letter-spacing: 2px;
}

@media (max-width: 767px) {
    .sp-page-title { padding: 70px 0; }
    .sp-page-title h2 { font-size: 26px; letter-spacing: 1px; }
}

/*end of page title*/


/*bottom*/

#sp-bottom { border-top: 1px solid #eee; }

#sp-bottom .sp-module .sp-module-title {
    color: #000;
    font-weight: 800;
    letter-spacing: 0.5px;
}

#sp-bottom #sp-bottom2 ul.nav.menu li {margin-bottom: 0;}

#sp-bottom4 .sppb-addon.sppb-addon-feature { padding: 0; margin-bottom: 6px; border: 0; background: none; }

#sp-bottom .sppb-addon.sppb-addon-feature .sppb-icon-container { margin-bottom: 0 !important; }

#sp-bottom4 .sppb-addon.sppb-addon-feature i {
   font-size: 14px !Important;
   line-height: 1 !important;
   width: auto !important;
   height: auto !important;
   color: #565656 !important;
}

#sp-bottom4 .sppb-addon-text {color: #565656 !important;line-height: 1.5;font-size: inherit;}

#sp-bottom4 .sppb-addon.sppb-addon-feature .sppb-media-heading {margin: 0 0 2px !important;}

@media (max-width: 991px) {
    #sp-bottom .row>div { margin-bottom: 30px; }
}


#sp-footer {
    border-top: 1px solid #ccc;
    line-height: 1.5;
}

#sp-footer a {
    font-weight: inherit;
}

/*end of bottom*/


.scrollup {
    bottom: 25px;
}

@media (max-width: 1199px) {
    .scrollup { right: 100px; }
    #sp-footer { padding-bottom: 80px; }
}






