@charset "utf-8";
/* CSS Document */
/***REDGOOSEDESIGN&MEDIACSS BASE***/
/**********************************/
/*HEADER*/
.burger-icon>span, .offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span, .burger-icon>span {background-color: #112866!important;}
#sp-header.header-with-modal-menu a {color: #112866!important;}
#sp-header.header-with-modal-menu.classic-layout .modal-menu-inner>div .social-icons {font-size: 36px;}
/*banner*/
.sp-page-title {
    background-color: transparent!important;
    background-image: url("/images/banner.jpg")!important;
    padding: 134px 0;
    background-position: center center;
    background-repeat: no-repeat;
}
.sp-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading {
    margin: 0;
    padding: 0;
    color: #f7b718;
    text-shadow: 0px 1px 3px black;
    font-size: 36px!important;
}
/*SP SIMPLE PORTFOLIO OVERRIDES*/
/*.com-spsimpleportfolio #sp-main-body {padding: 48px 0;}
.sp-simpleportfolio.sp-simpleportfolio-view-item {padding: 0;display:flex;align-items:flex-start;gap:16px;}
.sp-simpleportfolio.sp-simpleportfolio-view-item .sp-simpleportfolio-image{flex-basis:40%;}
.sp-simpleportfolio.sp-simpleportfolio-view-item .sp-simpleportfolio-details{flex-basis: 60%;}
.sp-simpleportfolio.sp-simpleportfolio-view-item .sp-simpleportfolio-description .sp-simpleportfolio-info h3 {margin: 12px 0 0 0;}
.sp-simpleportfolio.sp-simpleportfolio-view-item .sp-simpleportfolio-description .sp-simpleportfolio-title-wrap:before {display:none;}*/

/*media queries*/
/* Smartphones (portrait and landscape) */
@media only screen and (max-width: 767px) {
  /* Styles for smartphones */
}

/* Tablets (portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* Styles for tablets in portrait mode */
}

/* Tablets (landscape) */
@media only screen and (min-width: 960px) and (max-width: 1023px) {
  /* Styles for tablets in landscape mode */
}

/* Small Laptops and Desktops */
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* Styles for small laptops and desktops */
}

/* Medium Laptops and Desktops */
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  /* Styles for medium-sized laptops and desktops */
}

/* Large Laptops and Desktops */
@media only screen and (min-width: 1440px) {
  /* Styles for large laptops and desktops */
}
@media (min-width: 1400px){
  .container,.sppb-row-container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width:1320px!important;
      width:100%!important;
  }
}
@media (min-width: 1200px){
  .container,.sppb-row-container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width:1320px!important;
      width:100%!important;
  }
}
/***COLOR***/
.black{color:black !important;}
.white{color:white !important;}
.gray{color:gray !important;}
.red{color:red !important;}
.orange{color:orange !important;}
.purple{color:purple !important;}
.green{color:green !important;}
.blue{color:blue !important;}
.yellow{color:yellow!important;}
/***DISPLAY SETTINGS***/
.block{display:block!important;}
.inlineblock{display:inline-block!important;}
.displaynone{display:none!important;}
.hide{visibility: hidden!important;}
.clear{clear:both!important;}
/***ELEMENTS***/
.card{box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);Transition: all 0.3s cubic-bezier(.25,.8,.25,1);}
.card:hover {box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);}
/***PADDING***/
/*padding top*/
.pt0{padding-top:0 !important;}
.pt1{padding-top:1rem !important;}
.pt2{padding-top:2rem !important;}
.pt3{padding-top:3rem !important;}
.pt4{padding-top:4rem !important;}
.pt5{padding-top:5rem !important;}
.pt6{padding-top:6rem !important;}
.pt7{padding-top:7rem !important;}
.pt8{padding-top:8rem !important;}
.pt9{padding-top:9rem !important;}
.pt10{padding-top:10rem !important;}
/*padding bottom*/
.pb0{padding-bottom:0 !important;}
.pb1{padding-bottom:1rem !important;}
.pb2{padding-bottom:2rem !important;}
.pb3{padding-bottom:3rem !important;}
.pb4{padding-bottom:4rem !important;}
.pb5{padding-bottom:5rem !important;}
.pb6{padding-bottom:6rem !important;}
.pb7{padding-bottom:7rem !important;}
.pb8{padding-bottom:8rem !important;}
.pb9{padding-bottom:9rem !important;}
.pb10{padding-bottom:10rem !important;}
/*padding top and padding bottom*/
.ptb0{padding-top:0; padding-bottom:0 !important;}
.ptb1{padding-top:1rem; padding-bottom:1rem !important;}
.ptb2{padding-top:2rem; padding-bottom:2rem !important;}
.ptb3{padding-top:3rem; padding-bottom:3rem !important;}
.ptb4{padding-top:4rem; padding-bottom:4rem !important;}
.ptb5{padding-top:5rem; padding-bottom:5rem !important;}
.ptb6{padding-top:6rem; padding-bottom:6rem !important;}
.ptb7{padding-top:7rem; padding-bottom:7rem !important;}
.ptb8{padding-top:8rem; padding-bottom:8rem !important;}
.ptb9{padding-top:9rem; padding-bottom:9rem !important;}
.ptb10{padding-top:10rem; padding-bottom:10rem !important;}
/*padding left*/
.pl0{padding-left:0 !important;}
.pl1{padding-left:1rem !important;}
.pl2{padding-left:2rem !important;}
.pl3{padding-left:3rem !important;}
.pl4{padding-left:4rem !important;}
.pl5{padding-left:5rem !important;}
.pl6{padding-left:6rem !important;}
.pl7{padding-left:7rem !important;}
.pl8{padding-left:8rem !important;}
.pl9{padding-left:9rem !important;}
.pl10{padding-left:10rem !important;}
/*padding right*/
.pr0{padding-right:0 !important;}
.pr1{padding-right:1rem !important;}
.pr2{padding-right:2rem !important;}
.pr3{padding-right:3rem !important;}
.pr4{padding-right:4rem !important;}
.pr5{padding-right:5rem !important;}
.pr6{padding-right:6rem !important;}
.pr7{padding-right:7rem !important;}
.pr8{padding-right:8rem !important;}
.pr9{padding-right:9rem !important;}
.pr10{padding-right:10rem !important;}
/*padding left and padding right*/
.plr0{padding-left:0; padding-right:0 !important;}
.plr1{padding-left:1rem; padding-right:1rem !important;}
.plr2{padding-left:2rem; padding-right:2rem !important;}
.plr3{padding-left:3rem; padding-right:3rem !important;}
.plr4{padding-left:4rem; padding-right:4rem !important;}
.plr5{padding-left:5rem; padding-right:5rem !important;}
.plr6{padding-left:6rem; padding-right:6rem !important;}
.plr7{padding-left:7rem; padding-right:7rem !important;}
.plr8{padding-left:8rem; padding-right:8rem !important;}
.plr9{padding-left:9rem; padding-right:9rem !important;}
.plr10{padding-left:10rem; padding-right:10rem !important;}
/*padding surround*/
.px0{padding:0 !important;}
.px1{padding:1rem !important;}
.px2{padding:2rem !important;}
.px3{padding:3rem !important;}
.px4{padding:4rem !important;}
.px5{padding:5rem !important;}
.px6{padding:6rem !important;}
.px7{padding:7rem !important;}
.px8{padding:8rem !important;}
.px9{padding:9rem !important;}
.px10{padding:10rem !important;}
/***MARGIN***/
/*margin top*/
.mt0{margin-top:0 !important;}
.mt1{margin-top:1rem !important;}
.mt2{margin-top:2rem !important;}
.mt3{margin-top:3rem !important;}
.mt4{margin-top:4rem !important;}
.mt5{margin-top:5rem !important;}
.mt6{margin-top:6rem !important;}
.mt7{margin-top:7rem !important;}
.mt8{margin-top:8rem !important;}
.mt9{margin-top:9rem !important;}
.mt10{margin-top:10rem !important;}
/*margin bottom*/
.mb0{margin-bottom:0rem !important;}
.mb1{margin-bottom:1rem !important;}
.mb2{margin-bottom:2rem !important;}
.mb3{margin-bottom:3rem !important;}
.mb4{margin-bottom:4rem !important;}
.mb5{margin-bottom:5rem !important;}
.mb6{margin-bottom:6rem !important;}
.mb7{margin-bottom:7rem !important;}
.mb8{margin-bottom:8rem !important;}
.mb9{margin-bottom:9rem !important;}
.mb10{margin-bottom:10rem !important;}
/*margin top and margin bottom*/
.mtb0{margin-top:0; margin-bottom:0 !important;}
.mtb1{margin-top:1rem; margin-bottom:1rem !important;}
.mtb2{margin-top:2rem; margin-bottom:2rem !important;}
.mtb3{margin-top:3rem; margin-bottom:3rem !important;}
.mtb4{margin-top:4rem; margin-bottom:4rem !important;}
.mtb5{margin-top:5rem; margin-bottom:5rem !important;}
.mtb6{margin-top:6rem; margin-bottom:6rem !important;}
.mtb7{margin-top:7rem; margin-bottom:7rem !important;}
.mtb8{margin-top:8rem; margin-bottom:8rem !important;}
.mtb9{margin-top:9rem; margin-bottom:9rem !important;}
.mtb10{margin-top:10rem; margin-bottom:10rem !important;}
/*margin left*/
.ml0{margin-left:0rem !important;}
.ml1{margin-left:1rem !important;}
.ml2{margin-left:2rem !important;}
.ml3{margin-left:3rem !important;}
.ml4{margin-left:4rem !important;}
.ml5{margin-left:5rem !important;}
.ml6{margin-left:6rem !important;}
.ml7{margin-left:7rem !important;}
.ml8{margin-left:8rem !important;}
.ml9{margin-left:9rem !important;}
.ml10{margin-left:10rem !important;}
/*margin right*/
.mr0{margin-right:0rem !important;}
.mr1{margin-right:1rem !important;}
.mr2{margin-right:2rem !important;}
.mr3{margin-right:3rem !important;}
.mr4{margin-right:4rem !important;}
.mr5{margin-right:5rem !important;}
.mr6{margin-right:6rem !important;}
.mr7{margin-right:7rem !important;}
.mr8{margin-right:8rem !important;}
.mr9{margin-right:9rem !important;}
.mr10{margin-right:10rem !important;}
/*margin left and margin right*/
.mlr0{margin-left:0; margin-right:0 !important;}
.mlr1{margin-left:1rem; margin-right:1rem !important;}
.mlr2{margin-left:2rem; margin-right:2rem !important;}
.mlr3{margin-left:3rem; margin-right:3rem !important;}
.mlr4{margin-left:4rem; margin-right:4rem !important;}
.mlr5{margin-left:5rem; margin-right:5rem !important;}
.mlr6{margin-left:6rem; margin-right:6rem !important;}
.mlr7{margin-left:7rem; margin-right:7rem !important;}
.mlr8{margin-left:8rem; margin-right:8rem !important;}
.mlr9{margin-left:9rem; margin-right:9rem !important;}
.mlr10{margin-left:10rem; margin-right:10rem !important;}
/*margin surround*/
.mx0{margin:0 !important;}
.mx1{margin:1rem !important;}
.mx2{margin:2rem !important;}
.mx3{margin:3rem !important;}
.mx4{margin:4rem !important;}
.mx5{margin:5rem !important;}
.mx6{margin:6rem !important;}
.mx7{margin:7rem !important;}
.mx8{margin:8rem !important;}
.mx9{margin:9rem !important;}
.mx10{margin:10rem !important;}
/***TEXT***/
/*text positions*/
.textleft{text-align:left!important;}
.textright{text-align:right!important;}
.textcenter{text-align:center!important;}
/*letter cases*/
.uppercase{text-transform:uppercase!important;}
.lowercase{text-transform:lowercase!important;}
.firstletter{text-transform:capitalize!important;}
/*text decor*/
.txshadow{text-shadow: 0px 1px 2px black !important;}
.nodecoration{text-decoration: none !important;}
/***POSITIONS***/
.absolute{position:absolute !important;}
.absolutecenter{top: 50% !important;left: 50% !important;transform: translate(-50%, -50%) !important;}
.relative{position:relative !important;}
.fixed{position:fixed !important;}
.stickynavigation{position:fixed;top:0;width:100%!important;}
.verticlemiddle{vertical-align:middle;}
.autocenter{margin:0 auto; display:block;}
/*social buttons*/
.z999{z-index:999;}
.socialbuttons {bottom:0%;left:0;}
.socialbuttons a{display:block!important;}
.socialbuttons .fab, .socialbuttons .fas { padding: 12px; font-size: 22px; text-align: center; text-decoration: none;}
/* Add a hover effect if you want */
.socialbuttons .fab:hover, .socialbuttons .fas:hover{opacity: 0.7; color:white; background:black;}
/* Set a specific color for each brand */
/* Facebook */
.socialbuttons .fa-facebook {  background: #3B5998; color: white;}
/* Twitter */
.socialbuttons .fa-twitter { background: #55ACEE; color: white;}
/* messenger */
.socialbuttons .fa-facebook-messenger { background: #00B2FF; color: white;}
/* envemlope */
.socialbuttons .fa-envelope { background: #fff000; color: white;}