/*
  Theme Name: SpiderBoost Theme
  Author: Yasiel Sanchez Caleo, SpiderBoost Communications
  Author URI:  https://www.spiderboost.com/
  Description: Exclusive Theme used for Theme SpiderBoost
  Version: 1.0
  Licence:  GNU General Public License v2 or later
  Licence URI:  http://www.gnu.org/licenses/gpl-2.0.html
  Text Domain:  sbc
*/

/************************************ Global Style  ************************************/
/* font-family: 'Libre Franklin', sans-serif; */
/* font-family: 'Bebas Neue', cursive; */
body {
  font-family: 'Libre Franklin', sans-serif;
}
#main-content > p:empty {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 500;
}
h2{
  font-size: 40px;
}
p,
li {
  font-weight: 300;
}
strong{
  font-weight: 900;
}
a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.breadcrumb-cont{
  border-bottom: 1px solid #21252a;
}
.ysc-blue-underline,
.ysc-red-underline{
  z-index: 1;
  color: #421ef4;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none !important;
  /*border-bottom: 5px solid #d30024;
  */position: relative;
  padding: 10px 20px;
  transition: color .5s ease;
  -webkit-transition: color .5s ease;
  -moz-transition: color .5s ease;
  -ms-transition: color .5s ease;
  -o-transition: color .5s ease;
}
.ysc-blue-underline::before,
.ysc-red-underline::before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 70%;
  height: 2px;
  z-index: -1;
  background-color: #d30024;
  transition: height .3s ease, width .3s ease .2s;
  -webkit-transition: height .3s ease, width .3s ease .2s;
  -moz-transition: height .3s ease, width .3s ease .2s;
  -ms-transition: height .3s ease, width .3s ease .2s;
  -o-transition: height .3s ease, width .3s ease .2s;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.ysc-blue-underline::before{
  background-color: #421ef4;
}
.ysc-blue-underline::after,
.ysc-red-underline::after{
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background-color: #fff;
  z-index: -1;
}
.ysc-blue-underline.ysc-btn-bg::before,
.ysc-blue-underline.ysc-btn-bg::after,
.ysc-red-underline.ysc-btn-bg::before,
.ysc-red-underline.ysc-btn-bg::after{
  z-index: 0;
}
.ysc-blue-underline.ysc-btn-bg span,
.ysc-red-underline.ysc-btn-bg span{
  position: relative;
  z-index: 1;
}
.ysc-blue-underline:hover,
.ysc-red-underline:hover{
  color: #231F20;
}
.ysc-blue-underline:hover::before,
.ysc-red-underline:hover::before{
  width: 100%;
  height: 100%;
  transition: width .3s ease, height .3s ease .2s;
  -webkit-transition: width .3s ease, height .3s ease .2s;
  -moz-transition: width .3s ease, height .3s ease .2s;
  -ms-transition: width .3s ease, height .3s ease .2s;
  -o-transition: width .3s ease, height .3s ease .2s;
}
.blue-btn,
.red-btn,
.transparent-btn {
  cursor: pointer;
  position: relative;
  text-decoration: none !important;
  background-color: #1737a2;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  border: 1px solid #1737a2;
  padding: 15px 40px;
}
.sbc-text{
  background: transparent -webkit-linear-gradient(73deg, #D30024 0%, #421EF4 50%, #00005A 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blue-btn:hover {
  background-color: #fff;
  color: #1737a2;
}
.red-btn{
  background-color: #d30024;
  border: 1px solid #d30024;
}
.red-btn::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  background-color: #421ef4;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.red-btn.has-hover-white::before{
  background-color: #fff;
  color: #d30024;
}
.red-btn:hover{
  color: #fff;
}
.red-btn.red-btn.has-hover-white:hover{
  color: #d30024;
}
.red-btn:hover::before{
  width: 100%;
}
.transparent-btn {
  background-color: transparent;
  border-color: #d30024;
}
.transparent-btn.blue-style{
  background-color: transparent;
  color: #000;
  border-color: #421ef4;
}
.transparent-btn:hover {
  background-color: #D30024;
  border-color: #d30024;
  color: #fff;
}
.transparent-btn.blue-style:hover {
  background-color: #421ef4;
  border-color: #421ef4;
  color: #fff;
}
.text-decoration-none {
  text-decoration: none !important;
}
.breadcrumb {
  background-color: transparent;
  padding: 15px 0;
  margin-bottom: 0;
}
.breadcrumb li a {
  color: #fff;
  text-decoration: none !important;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.breadcrumb li a:hover {
  color: #d30024;
}
.breadcrumb li {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
}
blockquote{
  position: relative;
  max-width: 500px;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0;
}
blockquote::before{
  content: '“';
  font-family: "Apple Color Emoji";
  font-size: 50px;
  line-height: 0;
}
blockquote, blockquote *{
  color: #1737A2;
  font-size: 20px;
  font-weight: 700;
}
.work-with-us{
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 0;
  background-color: #1737A2;
  padding: 5px 15px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  color: #fff !important;
  text-decoration: none !important;
  border-top-left-radius: 20px;
  padding-right: 40px;
}
.work-with-us .fa-angle-right{
  position: absolute;
  top: -4px;
  font-size: 20px;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.work-with-us .angle-1{
  right: 25px;
}
.work-with-us .angle-2{
  right: 20px;
}
.work-with-us .angle-3{
  right: 15px;
}
.work-with-us:hover .angle-1{
  right: 20px;
}
.work-with-us:hover .angle-2{
  right: 15px;
}
.work-with-us:hover .angle-3{
  right: 10px;
}
@media (min-width: 768px){
  .home .work-with-us{
    right: -170px;
  }
}
/************************************ Header Style  ************************************/
.header-nav-cont {
  padding-top: 20px;
  padding-bottom: 20px;
  /* box-shadow: 0px 3px 12px #00000029; */
}
.navbar-light .navbar-toggler{
  border: 0;
  padding: 0;
}
.navbar-light button.navbar-toggler:focus{
  outline: none;
}

/* svg nav  */
.header-nav-cont .menu svg {
  width: 64px;
  height: 48px;
  stroke: #d30024;
  stroke-width: 4px;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  display: block;
  /* transition: stroke .2s; */
}

.header-nav-cont .menu svg path {
  -webkit-transition: stroke-dasharray var(--duration, 0.85s)
  var(--easing, ease) var(--delay, 0s),
  stroke-dashoffset var(--duration, 0.85s) var(--easing, ease)
  var(--delay, 0s);
  -webkit-transition: stroke-dasharray var(--duration, 0.85s)
  var(--easing, ease) var(--delay, 0s),
  stroke-dashoffset var(--duration, 0.85s) var(--easing, ease)
  var(--delay, 0s);
  transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease)
  var(--delay, 0s),
  stroke-dashoffset var(--duration, 0.85s) var(--easing, ease)
  var(--delay, 0s);
  stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px);
  stroke-dashoffset: var(--offset, 126px);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.header-nav-cont .menu svg path:nth-child(2) {
  --duration: 0.7s;
  --easing: ease-in;
  --offset: 100px;
  --array-2: 74px;
}

.header-nav-cont .menu svg path:nth-child(3) {
  --offset: 133px;
  --array-2: 107px;
}

.header-nav-cont .menu:not(.collapsed) svg path {
  --offset: 57px;
}

.header-nav-cont .menu:not(.collapsed) svg path:nth-child(1),
.header-nav-cont .menu:not(.collapsed) svg path:nth-child(3) {
  --delay: 0.15s;
  --easing: cubic-bezier(0.2, 0.4, 0.2, 1.1);
}

.header-nav-cont .menu:not(.collapsed) svg path:nth-child(2) {
  --duration: 0.4s;
  --offset: 2px;
  --array-1: 1px;
}

.header-nav-cont .menu:not(.collapsed) svg path:nth-child(3) {
  --offset: 58px;
}
/* svg nav  */

.header-nav-cont .custom-logo {
  width: 100%;
  height: auto;
  max-width: 230px;
  min-width: 200px;
}
.header-nav-cont .menu-item {
  margin: 0;
  padding: 5px 10px;
}
.header-nav-cont .menu-item .nav-link {
  color: #231f20;
  font-weight: 500;
  white-space: nowrap;
}
.header-nav-cont .menu-item .nav-link:hover {
  color: #d30024;
}
.header-nav-cont .menu-item > .nav-link{
  position: relative;
}
.header-nav-cont .menu-item > .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #d30024;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.header-nav-cont .menu-item > .nav-link:hover::before{
 width: 100%;
}
.header-nav-cont .menu-item .nav-link .item-icon  {
  max-height: 20px;
  margin-right: 10px;
}
/* .header-nav-cont .phone-number-menu-li .blue-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3px 30px;
} */
.header-nav-cont .phone-number-menu-li .blue-btn .top-text {
  font-size: 13px;
}
.header-nav-cont .phone-number-menu-li .blue-btn .bottom-text {
  font-size: 17px;
}
/* Mega Menu  */
.header-nav-cont .dropdown-menu.mega-menu-cont .megamenu-title{
  font-weight: 500;
  font-size: 19px;
  margin-bottom: 15px;
}
.header-nav-cont .dropdown-menu.mega-menu-cont .nav-link{
  font-weight: 200;
  padding: 0;
  margin-bottom: 10px;
}
.header-nav-cont .dropdown-menu.mega-menu-cont .featured-box{
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 300px;
}
.header-nav-cont .dropdown-menu.mega-menu-cont .featured-box::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 25px;
  background-color: #00005A;
}
.header-nav-cont .dropdown-menu.mega-menu-cont .featured-box .featured-icon{
  position: absolute;
  top: -20px;
  left: -50px;
  max-width: 100px;
}
.header-nav-cont .dropdown-menu.mega-menu-cont .featured-box .featured-title{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 25px;
  color: #fff;
  padding: 5px;
  background-color: #421ef4;
  margin-bottom: 0;
}
.header-nav-cont .dropdown-menu.mega-menu-cont .featured-box .featured-title i{
  position: absolute;
  top: 50%;
  right: -18px;
  color: #421ef4;
  font-size: 30px;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.header-nav-cont .dropdown-menu.mega-menu-cont .featured-box:hover i{
  right: -25px;
}
.navbar .dropdown-menu.submenu-cont{
  padding-top: 10px;
  margin: 0;
  border: 0;
  background-color: transparent;
}
.navbar .dropdown-menu.submenu-cont ul.nav{
  background-color: #fff;
  padding: 15px 5px;
}
@media screen and (min-width: 992px) {
  .navbar-nav .dropdown-menu.submenu-cont{
    left: 50%;
    transform: translateX(-50%);
  }

  /* makes the dropdown full width  */
  .navbar .dropdown-menu.mega-menu-cont {position:static;}

  .navbar .dropdown-menu.mega-menu-cont {
    width:100%;
    padding: 50px 0 30px 0;
    left:0;
    right:0;
    top:60px;
    display:block;
    visibility: hidden;
    opacity: 0;
    border-top: 28px solid transparent;
    background-color: #F2F2F2;
    transition: visibility 0s, opacity 0.3s linear;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
    /* shows the dropdown menu on hover */
  .navbar .dropdown:hover .dropdown-menu.mega-menu-cont, 
  .navbar .dropdown:hover .dropdown-menu.submenu-cont, 
  .navbar .dropdown .dropdown-menu.mega-menu-cont:hover,
  .navbar .dropdown .dropdown-menu.submenu-cont:hover{
    display:block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
  }
}
/************************************* Body Style  *************************************/
.page-404-page{
  padding-bottom: 100px;
  background-color: #000;
}
.page-404-page .breadcrumb-cont{
  margin-bottom: 100px;
}
.page-404-page .img-cont{
  position: relative;
}
.page-404-page .img-cont .title-404{
  position: absolute;
  top: 25%;
  left: 0;
  background-color: #d30024;
  color: #fff;
  padding: 5px 15px;
  font-size: 20px;
}
.page-404-page .img-cont .you-404{
  position: absolute;
  bottom: 25%;
  right: 30%;
  background-color: #d30024;
  padding: 2px 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.page-404-page .title{
  color: #fff;
  font-size: 120px;
  font-weight: 300;
  margin-bottom: 30px;
}
.page-404-page .title span{
  display: block;
  font-size: 70px;
}
.page-404-page .desc{
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 50px;
}
.page-404-page .red-btn{
  padding: 15px 70px;
}

/************************************ Footer Style  ************************************/
.grecaptcha-badge{
  visibility: hidden;
  opacity: 0;
}
.footer-cont {
  background-color: #000;
  padding-top: 70px;
  padding-bottom: 10px;
  position: relative;
  border-top: 1px solid #21252a;
  /* background-image: url('assets/images/grey-dot-grid.png');
  background-repeat: repeat;
  background-size: auto; */
}
.footer-cont .footer-pixels{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 158px;
}
.footer-cont a,
.footer-cont p {
  text-decoration: none !important;
  color: #fff;
  font-size: 14px;
}
.footer-cont a:hover {
  color: #d30024;
}
.footer-cont .title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}
.footer-cont .footer-logo-cont {
  margin-bottom: 15px;
}
.footer-cont .footer-logo-cont .footer-logo{
  max-width: 200px;
}
.footer-cont .footer-address-cont {
  margin-bottom: 10px;
}
.footer-cont .footer-address-cont .footer-address.not-link{
  color: #fff !important;
}
.footer-cont .link-cont {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer-cont .link-cont .link {
  margin-bottom: 10px;
}
.footer-cont .follow-us-cont a {
  font-size: 20px;
  margin-right: 10px;
}
.footer-cont .logo-cont {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
.footer-cont .logo-cont a{
  display: inline-block;
  margin-right: 20px;
}
.footer-cont .logo-cont a img{
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.footer-cont .copyright-cont{
  border-top: 1px solid #8c8c8c;
  padding-top: 20px;
  margin-top: 20px;
  padding-bottom: 30px;
}

.office-links {
    margin-top: 20px;
}

.office-links__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.office-links__list li {
    line-height: 1;
}

.office-links__list li:not(:last-child) {
    border-right: 1px solid #fff;
}

.office-links__list a {
    display: inline-block;
    padding: 0 20px;
}

/************************************ Medias Style  ************************************/
/* @media(min-width: 1500px){
  .container{
    max-width: 1450px;
  }
} */
@media(max-width: 991px){
  .footer-cont .footer-pixels{
    display: none;
  }
  .header-nav-cont .menu-item > .nav-link::before{
    display: none;
  }
  .header-nav-cont .navbar-collapse .navbar-nav{
    padding-top: 30px;
  }
  .navbar .dropdown-menu.submenu-cont{
    padding-top: 0;
  }
  .navbar .dropdown-menu.submenu-cont ul.nav{
    padding: 0 0 20px 30px;
  }
}
@media(max-width: 767px){
  .home .work-with-us{
    right: 0 !important;
  }
}
@media(max-width: 575px){
  .footer-cont .logo-footer-cont,
  .footer-cont .link-cont,
  .footer-cont h2.title,
  .footer-cont .logo-cont,
  .footer-cont .follow-us-cont,
  .footer-cont .copyright{
    text-align: center;
  }
  .footer-cont .link-cont{
    align-items: center;
  }
  .footer-cont .logo-cont{
    justify-content: center;
    margin-bottom: 30px;
  }
  .footer-cont .logo-footer-cont,
  .footer-cont .link-cont{
    margin-bottom: 30px;
  }
  .header-nav-cont{
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .header-nav-cont .custom-logo{
    max-width: 160px;
    min-width: auto;
  }
  .office-links__list a {
    padding: 0 10px;
  }
}
@media(max-width: 500px){
  .page-404-page .img-cont .you-404{
    bottom: 20%;
  }
}