/**************** Banner Css Part Start *****************/
.banner-outer {
  padding: 180px 0 35px;
  background-color: #1d262d;
  position: relative;
  overflow: hidden;
}
.banner-image-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../../../../../../hubfs/2766624/starkedge-theme-2019/Images/Tiny-Images/Homepage/banner_image-new.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;                          
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  top: 0;
  left: 0;
}
.banner-top {
  padding-bottom: 0;
}
.banner-left {
  padding-top: 86px;
}
.banner-left h1 {
  text-shadow: 3px 5px 0 rgba(21, 21, 21, 0.14);
  color: #ffffff;
  letter-spacing: -1.39px;
  margin-bottom: 21px;
}
.banner-left h1 span {
  display: block;
  font-weight: 600;
  background-image: linear-gradient(440deg, #fd893e 0%, #fc5272 50%, #fd893e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  animation-duration: 4s;
  animation-name: animationgradienttitle;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
@keyframes animationgradienttitle {
  0% {
    background-position: 0 1600px;
  }
  100% {
    background-position: 1600px 0;
  }
}
.banner-left p {
  color: #ffffff;
  margin-bottom: 8px;
  max-width: 559px;
  font-weight: 400 !important;
}
.banner-left a {
  padding: 12px 22px;
  margin-top: 36px;
  z-index: 0;
}
/***************** New Hover Style ************/
.banner_btn_container,.tabber_btn_container {
  position: relative;
}
.banner_btn_container .hover_bnr_btn,
.tabber_btn_container .hover_tbr_btn{
  border-color: transparent;
}
.banner_btn_container .banner_btn,
.tabber_btn_container .tbr_btn{
  position: absolute;
  left: 0;
  top: 0;
}
.banner_btn_container a.banner_btn,
.tabber_btn_container a.tbr_btn{
  -webkit-animation: ani2 0.7s steps(29) forwards;
  animation: ani2 0.7s steps(29) forwards;
  -webkit-mask: url(../../../../../../robin-dela/css-mask-animation/master/img/urban-sprite.png);
  mask: url(../../../../../../robin-dela/css-mask-animation/master/img/urban-sprite.png);
  -webkit-mask-size: 3000% 100%;
  mask-size: 3000% 100%;
  background: #312c30;
}
.tabber_btn_container a.tbr_btn{
  background: linear-gradient(to right, #f18a3d,
    #f3554a);
}
.gradient-btn.hover_tbr_btn {
  border-color: #f3554a;
  background:transparent;
  color: #f3554a;
}
.banner_btn_container a.banner_btn:hover,
.tabber_btn_container a.tbr_btn:hover{
  -webkit-animation: ani 0.7s steps(29) forwards;
  animation: ani 0.7s steps(29) forwards;
}


/***************** New Hover Style ************/
.banner_btn_container .hover_bnr_btn::after {
  width: 100%;
  opacity: 1;
}
.banner-right .row {
  justify-content: center;
}
.banner-right-inner {
  width: 507px;
  height: 507px;
}
.banner-right-circle {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  background-color: rgba(244, 244, 244, 0.05);
  padding: 50px;
  position: relative;
}
.banner-right-circle ul {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
}
.banner-right-circle li {
  width: 42px;
  height: 42px;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 100%;
  cursor: pointer;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translatey(0px);
  -moz-transform: translatey(0px);
  -o-transform: translatey(0px);
  transform: translatey(0px);
}
.circle-logo1 {
  width: 43px !important;
  height: 43px !important;
  top: 26px;
  left: 80px;
  background-color: rgba(255, 255, 255, 0.12) !important;
  -webkit-animation: float 4s ease-in-out infinite;
  animation: float 4s ease-in-out infinite;
}
.circle-logo2 {
  width: 51px !important;
  height: 50px !important;
  right: -25px;
  top: 250px;
  background-color: rgba(255, 255, 255, 0.7) !important;
  -webkit-animation: float-two 4s ease-in-out infinite;
  animation: float-two 4s ease-in-out infinite;
}
.circle-logo3 {
  width: 42px !important;
  height: 43px !important;
  bottom: 40px;
  right: 60px;
  background-color: rgba(255, 255, 255, 0.12) !important;
  -webkit-animation: float 4s ease-in-out infinite;
  animation: float 4s ease-in-out infinite;
}
.circle-logo4 {
  width: 43px !important;
  height: 43px !important;
  bottom: 35px;
  left: 83px;
  background-color: rgba(255, 255, 255, 0.50) !important;
  -webkit-animation: float-two 4s ease-in-out infinite;
  animation: float-two 4s ease-in-out infinite;
}
.circle-logo5 {
  width: 68px !important;
  height: 68px !important;
  top: 107px;
  left: -21px;
  background-color: rgba(255, 255, 255, 0.22) !important;
  -webkit-animation: float 4s ease-in-out infinite;
  animation: float 4s ease-in-out infinite;
}
.circle-logo6 {
  top: 0;
  right: 77px;
  background-color: rgba(255, 255, 255, 0.7) !important;
  -webkit-animation: float-two 4s ease-in-out infinite;
  animation: float-two 4s ease-in-out infinite;
}
.circle-logo7 {
  width: 71px !important;
  height: 71px !important;
  top: 82px;
  right: -16px;
  background-color: rgba(255, 255, 255, 0.7) !important;
  -webkit-animation: float 4s ease-in-out infinite;
  animation: float 4s ease-in-out infinite;
}
.circle-logo8 {
  width: 66px !important;
  height: 66px !important;
  bottom: -28px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.8) !important;
  -webkit-animation: float-two 4s ease-in-out infinite;
  animation: float-two 4s ease-in-out infinite;
}
.circle-logo9 {
  width: 56px !important;
  height: 55px !important;
  left: -12px;
  bottom: 114px;
  background-color: rgba(255, 255, 255, 0.8) !important;
  -webkit-animation: float 4s ease-in-out infinite;
  animation: float 4s ease-in-out infinite;
}
.circle-logo10 {
  width: 59px !important;
  height: 59px !important;
  top: -23px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.9) !important;
  -webkit-animation: float-two 4s ease-in-out infinite;
  animation: float-two 4s ease-in-out infinite;
}
.circle-logo11 {
  width: 59px !important;
  height: 60px !important;
  bottom: 52px;
  right: -1px;
  background-color: rgba(255, 255, 255, 0.9) !important;
  -webkit-animation: float 4s ease-in-out infinite;
  animation: float 4s ease-in-out infinite;
}
.circle-logo12 {
  width: 59px !important;
  height: 59px !important;
  bottom: 21px;
  left: 25px;
  background-color: rgba(255, 255, 255, 0.9) !important;
  -webkit-animation: float-two 4s ease-in-out infinite;
  animation: float-two 4s ease-in-out infinite;
}
.circle-logo13 {
  top: 37px;
  left: -10px;
  -webkit-animation: float 4s ease-in-out infinite;
  animation: float 4s ease-in-out infinite;
}
.circle-logo14 {
  top: 37px;
  right: -10px;
  -webkit-animation: float-two 4s ease-in-out infinite;
  animation: float-two 4s ease-in-out infinite;
}
.circle-logo15 {
  bottom: -21px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: float 4s ease-in-out infinite;
  animation: float 4s ease-in-out infinite;
}
.banner-right-circle.circle-bdr {
  border: 1px dashed #ffffff;
  background-color: transparent !important;
}
.circle-bdr-outer {
  position: relative;
  border: none !important;
}
.circle-bdr-outer-image-bg
{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../../../../../../hubfs/2766624/2023/images/home/map.png);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.circle-bdr-outer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1.5px dashed #5d5e61;
  border-radius: 100%;
  top: 0;
  left: 0;
  animation: spin 200s infinite linear;
}
.circle-Starkedge-logo {
  background-color: transparent !important;
  left: 0;
  right: 0;
  margin: auto;
  top: 29%;
}
.circle-Starkedge-logo img {
  animation: spin 10s infinite linear;
  max-width: 53px !important;
  width:100%;
}
.circle-bdr-starkege-logo {
  animation: spin 20s infinite reverse linear;
}
.circle-bdr-starkege-logo li {
  padding: 0;
}
.banner-logo {
  margin: 80px 0 0;
  align-items: center;
}
.banner-logo h4 {
  color: #fff;
  line-height: normal !important;
  text-transform: uppercase;
  margin: 0;
}
.banner-logo h4 img {
  margin: -4px 0 0 25px;
  vertical-align: middle;
}
.banner-logo ul {
  flex-grow: 1;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.banner-logo li {
  width: calc(20% - 38px);
  display: inline-block;
  margin-left: 38px;
  background-image: url(../../../../../../hubfs/2766624/starkedge-theme-2019/Images/Home-page/Logos.png);
  background-size: cover;
  background-position: top 21% center;
  background-repeat: no-repeat;
  padding-top: 5%;
}
.banner-logo li:nth-child(2) {
  background-position: top 72% center;
  background-size: cover;
}
.banner-logo li:nth-child(3) {
  background-position: left top 44%;
  background-size: cover;
}
.banner-logo li:nth-child(4) {
  background-position: left top -6%;
  background-size: cover;
}
.banner-logo li:nth-child(5) {
  background-position: left top 100%;
  background-size: cover;
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
    transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}
@keyframes float-two {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(10px);
    transform: translatey(10px);
  }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}
@keyframes spin {
  100% {
    transform: rotate(1turn);
  }
}
canvas {
  display: block;
  vertical-align: bottom;
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-weight: bold;
}
.js-count-particles {
  font-size: 1.1em;
}
#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}
#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.count-particles {
  border-radius: 0 0 3px 3px;
}
img {
    height: auto!important;
}
@media screen and (max-width:1350px){
  .banner-logo li {
    margin-left: 4%;
}
}
@media screen and (max-width: 1200px) {

   .banner-left {
    max-width: 40% !important;
    -ms-flex: 0 0 40% !important;
    flex: 0 0 40% !important;
  }
  .banner-right {
    max-width: 60% !important;
    -ms-flex: 0 0 60% !important;
    flex: 0 0 60% !important;
  }
  .banner-right-inner {
    width: 460px;
    height: 460px;
  }
  .banner-right-circle {
    padding: 45px;
  }
  .banner-logo li {
    margin-left: 4%;
  }
  .banner-logo li img {
    max-width: 95px;
  }
}

@media screen and (max-width: 1023px) {
  
.banner-left h1 {
    margin-bottom: 12px;
    font-weight: 700 !important;
  }
  .banner-left h1 span {
    font-weight: 700;
  }
  .banner-left {
    padding-top: 70px;
  }
  .banner-outer {
    padding: 160px 0 35px;
  }
  .banner-logo li {
    margin-left: 2%;
  }
  .banner-logo li img {
    max-width: 97px;
  }
  
}

@media screen and (max-width: 979px) {
  
    .banner-right-inner {
    width: 400px;
    height: 400px;
  }
  .banner-right-circle {
    padding: 37px;
  }
  .banner-right-circle li img {
    width: 50%;
  }
  .circle-logo1 {
    width: 40px !important;
    height: 40px !important;
    top: 28px;
    left: 60px;
  }
  .circle-logo2 {
    width: 41px !important;
    height: 41px !important;
    right: -6px;
    top: 240px;
  }
  .circle-logo3 {
    width: 35px !important;
    height: 36px !important;
    bottom: 24px;
  }
  .circle-logo4 {
    width: 35px !important;
    height: 35px !important;
    bottom: 24px;
    left: 73px;
  }
  .circle-logo5 {
    width: 50px !important;
    height: 50px !important;
    top: 75px;
    left: -10px;
  }
  .circle-logo6 {
    width: 36px !important;
    height: 36px !important;
    top: 4px;
    right: 63px;
  }
  .circle-logo7 {
    width: 52px !important;
    height: 52px !important;
    top: 92px;
  }
  .circle-logo8 {
    width: 52px !important;
    height: 52px !important;
    bottom: -19px;
  }
  .circle-logo9 {
    width: 46px !important;
    height: 45px !important;
    left: -16px;
    bottom: 104px;
  }
  .circle-logo10 {
    width: 46px !important;
    height: 46px !important;
    top: -25px;
  }
  .circle-logo11 {
    width: 45px !important;
    height: 45px !important;
    bottom: 33px;
    right: 0;
  }
  .circle-logo12 {
    width: 48px !important;
    height: 48px !important;
    bottom: 10px;
    left: 23px;
  }
  .circle-logo13 {
    width: 40px !important;
    height: 40px !important;
  }
  .circle-logo14 {
    width: 40px !important;
    height: 40px !important;
  }
  .circle-logo15 {
    width: 40px !important;
    height: 40px !important;
  }
  .banner-right-circle li {
    width: 100px;
  }
  .banner-left {
    padding-top: 20px;
  }
  .banner-left a {
    margin-top: 20px;
  }
  .banner-outer {
    padding: 150px 0 22px;
    background-position: left;
  }
 html body  .banner-logo {
    padding: 40px 0 0;
    margin:0px;
  }
  .banner-logo ul {
    width: 100%;
    margin-top: 10px;
  }
  .banner-logo li {
    width: calc(20% - 20px);
    background-position: top 21% center;
    padding-top: 6%;
    margin: 0 10px;
  }
  .banner-logo li img {
    max-width: 100%;
  }
  .banner-logo li:last-child {
    margin-right: 0;
  }
  .banner-logo h4 {
    position: relative;
  }
  
  
}
@media screen and (max-width: 800px) {
  
  
  #particles-js {
    height: 90%;
  }
  
 
}
@media screen and (max-width: 600px) {
  
  .banner-logo li {
    width: calc(25% - 10px);
    margin: 0px 5px !important;
  }          
  .banner-logo li:nth-child(4) {
    background-position: left top -4%;
  }
  .banner-logo li:last-child {
    display: none;
  }
  .banner-logo li:nth-last-child(2) {
    margin-right: 0;
  }
  .banner-logo li {
    width: 18%;
    margin-right: 9%;
  }
  .banner-logo li {
    margin: 0 1%!important;
    width: 22%;
}
  
  @media screen and (max-width: 599px){}
  
    html body h4 {
    text-align: unset!important;
}

}
@media screen and (max-width: 479px) {
  
  .banner-outer {
    padding: 80px 0 20px;
  }
  .banner-left a {
    margin-top: 4px;
    padding: 12px 22px;
  }
  
  
}
@media screen and (max-width: 400px) {
   
  .banner-logo li {
    width: calc(50% - 10px);
    margin: 5px 5px !important;
    padding-top: 13%;
    text-align: center;
  }   
  .banner-logo li:nth-last-child(2n) {
    margin-right: 0;
  }
  
  
}
