h1,h2,h3,h4,h5 {
    font-family: 'AvenirBook', sans-serif !important;
  line-height: 1.1 !important;;
}

body {
   font-family: 'AvenirBook', sans-serif !important;
   
}


@media(max-width:991px){
h1 { font-size: 27px !important; }
h2 { font-size: 27px !important; }
h3 { font-size: 20px !important; }
h4 { font-size: 18px !important; }
h5 {font-size: 15px !important;font-weight: 500 !important;}
h6 { font-size: 18px !important; }
body { font-size: 14px !important; }
}
.sppb-addon-title {
    line-height: 1.5;
}

/**************font**************/


.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
    color: #939393;
}

.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature .sppb-icon .sppb-icon-container { margin-bottom: 0 !important; }


/**************slide**************/
.logo img {
    width: 150px;
}

.sppb-fw-slider-button-wrapper {
    text-align: center;
}

/**************bg**************/
@media screen and (max-width:600px){
.mobile-bg-scroll {
    background-attachment: scroll!important;
  }}


/***menu***/

header#sp-header {
    transition: 0.5s;
}
header#sp-header .logo img {
    transition: 0.5s;
    max-height: 80px;
    width: auto !important;
}

@media(min-width:992px){
header#sp-header .logo img {
    transition: 0.3s;
    max-height: 55px;
    margin: auto;
}
  
header#sp-header.menu-fixed .logo img {
    max-height: unset;
    margin-top: unset;
}
}
header#sp-header.menu-fixed .logo {
    transition: 0.5s;
}
header#sp-header.menu-fixed {
    height: 70px !important;
    background: linear-gradient(-331deg, rgb(30 27 81) 3%, rgb(55 53 128) 73%, rgb(105 104 158) 100%);
}
header#sp-header.menu-fixed .logo {
    height: 70px;
    transition: 0.3s;
}

header#sp-header.menu-fixed .logo img {
    height: 45px;
}

@media(max-width:991px){
header#sp-header.menu-fixed .logo img {
    height: 35px;
}}

header#sp-header.menu-fixed .sp-megamenu-parent >li >a,
header#sp-header.menu-fixed .sp-megamenu-parent >li >span {
    line-height: 70px;
}

.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
    color: #dcd8d8;
    font-weight: 700;
    padding: 0px 10px;
    font-size: 13px;
    transition: 0.5s;
       text-transform: none;
    letter-spacing: 1px;
}
div#sp-menu {
   float: left;
  color: #fff !important;
  padding: 0px 0px;
}

@media(max-width:991px){
div#sp-menu {
  float: right;
}}
  
.sp-megamenu-parent >li.active>a, .sp-megamenu-parent >li:hover>a {
  color: #f9ca08 !IMPORTANT;
}

@media(max-width:1150px){
.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
    color: #e9e9e9;
    font-weight: 500;
    padding: 0px 6px;
    font-size: 12px;
    transition: 0.5s;
}
}
header#sp-header {
    background: linear-gradient(-331deg, rgb(30 27 81) 3%, rgb(55 53 128) 73%, rgb(105 104 158) 100%);
}
@media(max-width:991px){
header#sp-header .logo img {
    transition: 0.5s;
    max-height: 45px;
    width: auto !important;
}}
@media(max-width:768px){
header#sp-header {
    padding: 0px 15px;
    height: 70px !IMPORTANT;
}
  #sp-header .logo {
    transition: 0.3s;
    height: 70px;
}
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    padding: 0px !important;
}

div#sp-logo {
  padding: 0px 0px;
  text-align: center !important;
    transition: 0.5s;
}

.logo {text-align: center !important;margin: auto !IMPORTANT;}

a#offcanvas-toggler {
    color: #000 !important;
    float: right;
    line-height: 70px;
    margin-left: 5px;
}

#offcanvas-toggler >i {
    color: #ffffff !important;
}

/**top1**/
@media(max-width:991px){
#sp-top1 .sppb-btn-default {
    font-weight: 400;
    padding: 10px 5px !important;
    font-size: 10px !important;
}
#sp-top1 .sppb-btn-primary {
        font-weight: 400;
        padding: 12px 10px !important;
        font-size: 10px !important;
}}


/**************feature box**************/
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature {
  border: 0px solid transparent;
  padding: 0px;
}
.sppb-addon.sppb-addon-feature.sppb-text-center {
  padding: 0 !important;
  border: 0px !important;
}
.sppb-addon.sppb-addon-feature.sppb-text-center:hover {
  background: transparent !important;
}
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover {
  background: transparent;
  border: 0px;
  padding: 0px;
  color: inherit;
}
.sppb-section:not(.spectrum-faq-list)
  .sppb-addon-feature:hover
  .sppb-addon-title.sppb-feature-box-title {
  color: inherit !important;
}
.sppb-section:not(.spectrum-faq-list)
  .sppb-addon-feature:hover
  .sppb-addon-text {
  color: inherit !important;
}
.sppb-section:not(.spectrum-faq-list)
  .sppb-addon-feature:hover
  .sppb-addon-text,
.sppb-section:not(.spectrum-faq-list)
  .sppb-addon-feature:hover
  .sppb-addon-title.sppb-feature-box-title,
.sppb-section:not(.spectrum-faq-list)
  .sppb-addon-feature:hover
  .sppb-icon
  span
  i {
  color: inherit !important;
}


@media(max-width:991px){
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature .sppb-addon-title {
    font-size: 13px !important;
    line-height: 1.6 !important;
}}


/*pgtitle*/
.sp-page-title .container {
    text-align: left;
    padding-left: 0px;
}

.sp-page-title h2 {
    text-align: left;
    color: #2d257d;
    font-weight: 700 !important;
    font-size: 42px;
}

.sp-page-title h2:after {
    left: 20px;
    background: #1f1c8d;
    display: none;
}

.sp-page-title {
   box-shadow: 1px 1px 9px 2px #c9c9c961;
    background-attachment: scroll;
    padding: 130px 0px 150px;
    position: relative;
    background-size: cover;
}

.sp-page-title:before {
    position: absolute;
    content: '';
    background: url(/images/00-Sierra/pgtitle/pattern01.png);
    width: 498px;
    height: 296px;
    background-size: cover;
    right: 0px;
    top: -32px;
    transition: 0.3s;
}

/*mobile*/
@media(max-width:991px){
.sp-page-title h2 {
    padding-left: 20px;
    font-size: 25px !important;
    width: 58%;
}
.sp-page-title h2:after {
    left: 40px;
    background: #1f1c8d;
}
.sp-page-title {
    background-attachment: scroll;
    padding: 100px 0px 100px;
}
.sp-page-title:before {
    position: absolute;
    content: '';
    background: url(/images/00-Sierra/pgtitle/pattern01.png);
    width: 320px;
    height: 181px;
    background-size: cover;
    right: 0px;
    top: -32px;
    transition: 0.3s;
  }}





/*topbutton*/
div#sp-topbutton {
    transition: 0.3s;
    line-height: 90px;
}

header#sp-header.menu-fixed #sp-topbutton {
        line-height: 70px;
}

#sp-topbutton .sppb-btn.sppb-btn-default {
    font-weight: 700;
    color: #3226a1;
    border: 2px solid #201a6c;
    background:#fff;
    border-radius: 0px;
    font-size: 13px;
    padding: 8px 20px;
    box-shadow: 1px 1px 9px 1px #4436ba;
    transition: 0.3s;
}

@media(max-width:991px){
#sp-topbutton .sppb-btn.sppb-btn-default {
    font-weight: 700;
    color: #3226a1;
    border: 2px solid #201a6c;
    background:#fff;
    border-radius: 0px;
    font-size: 13px;
    padding: 8px 17px;
    box-shadow: 1px 1px 9px 1px #4436ba;
    transition: 0.3s;
}}

#sp-topbutton .sppb-btn.sppb-btn-default:hover {
     box-shadow: 1px 1px 12px 1px #3723da;
      background:#ffffffb3;
    color: #2919c2;
}

@media(max-width:991px){
div#sp-topbutton {
    text-align: right !important;
    transition: 0.3s;
    line-height: 70px;
}
div#sp-topbutton .sppb-text-left {
    text-align: right;
}}


.text-weight-001 p {
    line-height: 1.3;
    margin: 0px;
}
.number-001 ol {
    padding-left: 19px;
}
.number-001 li {
    margin-top: 10px;
}



/*popup*/
.white-popup-block {
    position: relative;
    padding: 55px 50px;
    border: 2px solid #f0c716;
    border-radius: 20px;
}

@media(max-width:991px){
.white-popup-block {
    position: relative;
    padding: 29px 20px 52px;
}}

.white-popup-block:before {
    position: absolute;
    content: '';
    background: url(/images/00-Sierra/pattern/07.png);
    width: 120px;
    height: 56px;
    background-size: cover;
    left: 0px;
    bottom: 0px;
    transition: 0.3s;
}

.modal-inner-block {
    /* font-weight: 700 !important; */
    color: #111162;
}

.white-popup-block a {
    color: #2930bb;
}


/*bottom*/
#sp-bottom {
    background: #ffffff;
    border-top: 3px solid #fbcd09;
    background-color: #fff !important;
}

#sp-bottom .sp-module .sp-module-title {
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 0px;
    color: #302f7e;
}

@media(max-width:991px){
#sp-bottom .sp-module .sp-module-title {
    margin-top: 20px;
}}

#sp-bottom ul li a {
     font-weight: 500;
     line-height: 2px;
     color: #252525!important;
     font-size: 14px;
}

#sp-bottom ul >li a:hover {
    color: rgb(37 37 37 / 0.6)!important;
}

#sp-bottom ul.nav.menu li {
   margin-bottom: 3px !important;
    line-height: 0px;
}

#sp-bottom ul >li a {
    padding: 0px;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin-bottom: 5px !important;
}

#sp-bottom .sppb-addon-content {
     font-weight: 500;
    line-height: 1.4 !important;
     color: #252525!important;
     font-size: 14px;
      margin-bottom: 8px !important;
}

#sp-bottom .sppb-addon-content :hover {
    color: rgb(37 37 37 / 0.6)!important;
}

#sp-footer {
    background-color: #302f7e !important;
    color: #fff !important;
        padding: 10px;
}

@media(max-width:991px){
#sp-footer {
    padding: 30px 0px 80px;
}}


/*-------------------------
     OFFCANVAS
--------------------------*/ 
.close-offcanvas {
    border: 1px solid #1226cd;
    color: #2e2cc3;
}

.offcanvas-menu {
    BACKGROUND:#fff!important;
    background-position: left center;
    background-size:cover;
    background-repeat:no-repeat;}

.offcanvas-menu {
    border-left: 4px solid #1215b1!important;
}

.offcanvas-menu .offcanvas-inner .sp-module:first-child {
    margin-top: 0;
    padding: 50px 10px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul li a {
  font-weight: 500;
  color: #2c66c2!important;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.offcanvas-menu li.current.active a {
  color: #fff!important;
  font-weight: 900!important;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li.active > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:hover > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:focus > a {
    background: #292bb9 !important;
}


.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li:focus > a {
  background: #cfe5ff4f !important;
  text-transform: capitalize;
  color: #0f288c!important;
}
  

.offcanvas-menu .offcanvas-inner .sp-module ul > li.active > a{
  background: #2a0e79 !important;
  font-weight: 500 !important;
  letter-spacing: 1.7px;
  color:white!important;
  text-transform: capitalize;
}

/*zindex*/
.z-index-002 {
    z-index: 9 !important;
    position: relative;
}

.z-index-back {
    z-index: 0 !important;
}


div#bfPage2 p {
    margin: 0px;
    font-size: 14px;
    color: #d0cee6;
}

.scrollup {
    bottom: 30px !important;
}

.scrollup:before {
    color: #3a2eb1;
}
@media(max-width:991px){
.scrollup {
    right: 105px;
    bottom: 30px !important;
  }}


