@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
 {
     margin:0;
     padding:0;
}
/* width */
 ::-webkit-scrollbar {
     width: 3px;
}
 body{
     font-family: "Montserrat", sans-serif !important;
 }
a{
    text-decoration: none;
}
.cover-headear {
    padding-top: 25px;
}
.call-mail a{
    display: flex;
    align-items: center;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.call-mail a span {
    width: 30px;
    height: 30px;
    background-color: #d8e545;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-right: 10px;
}
.call-mail {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}
footer {
    background-color: #000;
    padding: 35px 0px;
}
.cover-footer-right {
    margin-left: 50px;
}
.f-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
}
.loactions {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}
.phones {
    display: flex;
    width: 50%;
    flex-wrap: wrap;
}
.loactions span{
    display: block;
    margin-right: 20px;
    width: 40px;
}
.loactions span img{
    width: 100%;
}
.loactions label{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 22px;
    width: calc(100% - 60px);
}
.phones span{
    display: block;
    margin-right: 20px;
    width: 40px;
}
.phones p{
    width: calc(100% - 60px);
    margin-bottom: 0px;
}
.phones p a{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 22px;
    margin-bottom: 5px;
    display: block;
}
.phones p .noa{
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}
.copy{
    text-align: right;
}
.copy p{
  margin-bottom: 0px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}
section.section-2{
  padding-bottom: 60px;
  padding-top: 90px;
}
.heading h2 {
    font-size: 32px;
    font-weight: 800;
    line-height: 35px;
    margin-bottom: 15px;
    color: #000;
}
.heading p {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0px;
    color: #5f5d5d;
}
.box{
    text-align: center;
    padding: 50px 30px 100px;
    background-repeat: no-repeat;
    height: 100%;
    background-position: bottom center;
    background-size: cover;
    transition: 0.5s all;
}
.box.bg-one{
    background-image: url(../images/bg-1.png);
}
.box.bg-two{
    background-image: url(../images/bg-2.png);
}
.box.bg-three{
    background-image: url(../images/bg-3.png);
}
.box-conts h3{
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    color: #080808;
    text-transform: uppercase;
    min-height: 60px;
    margin-bottom: 45px;
}
.box-conts p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
    color: #000;
}
.box.bg-two .box-conts h3{
    color: #fff;
}
.box.bg-two .box-conts p{
    color: #fff;
} 
.icon {
    margin-bottom: 45px;
    transition: 0.5s all;
}
.box:hover{
    transform: scale(0.9);
}

section.section-3{
  background-color: #fafcfd;
  padding-top: 60px;
  padding-bottom: 90px;
}
.left span {
    margin-bottom: 25px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    text-transform: uppercase;
}
.left h3{
    margin-bottom: 0px;
    font-size: 32px;
    font-weight: 800;
    line-height: 34px;
    color: #000;
}
.right p{
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #5f5d5d;
    margin-left: 40px;
    border-top: 1px solid #000;
    padding-top: 35px;
}
.cover-both{
    margin-bottom: 50px;
}
.zik-box h3{
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 800;
    line-height: 28px;
    color: #000000;
    text-transform: uppercase;
}
.zik-box p{
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #000;
    text-align: justify;
}
.zix-left{
    position: relative;
    margin-bottom: 75px;
}
.zik-box {
    background-color: #f8fafcbf;
    width: 55%;
    padding: 60px 60px;
    position: absolute;
    bottom: -25px;
    right: 77px;
    z-index: 9;
}
.zix-right{
    position: relative;
    margin-bottom: 75px;
}
.right-img {
    text-align: right;
}
.zix-right .zik-box {
    right: auto;
    left: 77px;
}
.zix-right .zik-box h3{
    text-align: right;
}
.zix-right .zik-box p {
    text-align: justify;
    text-align-last: right;
}
section.section-4{
    padding: 60px 0px;
}
.list{
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
    justify-content: center;
    margin-top: 70px;
}
.yallow{
    background-color: #d8e545;
}
.black{
    background-color: #242424;
}
.gray{
    background-color: #fafafa;
}
.list li .box-kw {
    position: relative;
    width: 240px;
    height: 230px;
    padding: 20px;
}
.list li h3{
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 800;
    line-height: 30px;
    color: #000;
    position: absolute;
    top: 25px;
    width: 100%;
    left: 40px;
    white-space: nowrap;
    text-transform: uppercase;
}
.list li p{
    margin-bottom: 0px;
    font-size: 60px;
    font-weight: 800;
    line-height: 35px;
    color: #000;
    display: flex;
    align-items: baseline;
    position: absolute;
    bottom: 25px;
    left: 40px;
}
.list li p span{
    font-size: 17px;
    font-weight: 400;
}
.list li .black p{
    color: #fff;
}
.list li .black p span{
    color: #fff;
}
.shape-25 {
    text-align: center;
    margin-bottom: 50px;
}
.list li .black h3{
    color: #bdbdbd;
}
.list li .black label{
    color: #bdbdbd;
}
.list li label{
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    color: #000;
    position: absolute;
    top: 55px;
    left: 40px;
    text-transform: uppercase;
}
.shape85 {
    position: absolute;
    bottom: -10px;
    right: 15px;
    height: 50px;
}
header.sticky-top.active {
    background-color: #fff;
    padding-bottom: 15px;
    padding-top: 15px;
    box-shadow: 5px 5px 4px 0px #e2e2e2;
}
header.sticky-top.active .cover-headear {
    padding-top: 0px;
}
.shape85 img {
    height: 70px;
}
.py-60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.pb-60{
    padding-bottom: 60px;
}
.loyal{
    background-image: url(../images/loy.png);
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-size: cover;
    padding: 30px 20px;
    align-items: center;
}
.loyal h3{
    margin-bottom: 0px;
    font-size: 32px;
    font-weight: 800;
    line-height: 36px;
    color: #000;
    text-transform: uppercase;
}
.loyal p{
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #000;
}
.clients p{
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #747474;
}
.clients h3{
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 800;
    line-height: 20px;
    color: #000000;
    text-transform: uppercase;
}
.clients label{
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    display: block;
    color: #a2af15;
    margin-bottom: 0px;
}
.clients span{
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    display: block;
    color: #737469;
}
.clients {
    border: 1px solid #000;
    padding: 50px 45px;
    position: relative;
    margin-left: 100px;
    margin-bottom: 45px;
}
.clients:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 50px;
    top: 0px;
    left: 30%;
    background-color: #000;
    transform: translate(-50%, -50%);
}
.clients:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 50px;
    bottom: -50px;
    left: 30%;
    background-color: #000;
    transform: translate(-50%, -50%);
}
.cover-our {
    background-image: url(../images/bg-4.png);
    background-repeat: no-repeat;
    padding: 45px 50px;
    background-size: cover;
    background-position: left top;
    display: flex;
    flex-wrap: wrap;
    height: 265px;
    align-items: end;
    width: 90%;
    border: 1px solid #000;
}
.sport h3{
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.sport h5{
    font-size: 32px;
    font-weight: 800;
    line-height: 28px;
    color: #000000;
}
.sport {
    width: 40%;
}
.our {
    width: 60%;
}
.our p{
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
    border-top: 1px solid #000;
    padding-top: 40px;
}
section.section-6{
    background-image: url(../images/Layer-113.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.conts label{
    display: block;
    font-size: 32px;
    font-weight: 700;
    line-height: 28px;
    color: #000;
    margin-bottom: 0px;
}
.conts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}
.conts span{
    display: block;
}
.conts span img{
    height: 60px;
}
.cover-form-row label{
    color: #000;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 800;
    line-height: 18px;
}
.mb-25{
    margin-bottom: 25px;
}
.cover-form-row .form-control {
    border: 2px solid #000;
    background-color: #fefefe;
}
.pt-60{
    padding-top: 60px;
}
.sub-btn button,.sub-btn button:hover {
    background-color: #d8e545;
    padding: 8px 65px;
    color: #000;
    font-size: 16px;
    border-radius: 0px;
    border: 2px solid #000;
    font-weight: 700;
    text-transform: uppercase;
}
.sub-btn {
    margin-top: 20px;
}
ul.logo-list {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
    position: relative;
    padding-top: 55px;
    padding-bottom: 55px;
}
ul.logo-list:after{
   position: absolute;
   content: url(../images/Layer-100.png);
   left: 50%;
   top: 0px;
   transform: translateX(-50%);
}
ul.logo-list:before{
   position: absolute;
   content: url(../images/Layer-100.png);
   left: 50%;
   bottom: 0px;
   transform: translateX(-50%);
}
ul.logo-list li {
    display: flex;
    flex: 0 0 calc(100% / 7 - 15px);
    justify-content: center;
}
section.banner{
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 140px;
    margin-top: -90px;
    position: relative;
    background-position: left bottom;
}
.banner-conts label{
    color: #000;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: 400;
}
.banner-conts h3{
    color: #050606;
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 35px;
    font-weight: 800;
    text-transform: uppercase;
}
.banner-conts p{
    color: #000;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
    font-weight: 500;
}
.be-ready {
    background-image: url(../images/Shape-25.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 30px;
    box-shadow: 5px 3px 8px 2px #bfbfbf;
    position: relative;
    height: 399px;
    margin-left: 35px;
    z-index: 9;
    margin-top: 108px;
}
.be-ready h3{
    color: #050606;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 0px;
    font-weight: 800;
    text-transform: uppercase;
}
.be-ready label{
    color: #050606;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 0px;
    font-weight: 800;
    text-transform: uppercase;
    margin-left: 72px;
}
.boys {
    width: 485px;
    position: absolute;
    bottom: -98px;
}
.boys img {
    width: 100%;
}
.cover-main-banner{
    position: relative;
}
.banner-conts {
    width: 450px;
    margin-left: auto;
    position: relative;
}
.men {
    position: absolute;
    bottom: -110px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
.men img {
    height: 425px;
}
.zix-left .zik-box{
    border: 1px solid #d8e545;
}
.zix-right .zik-box{
    border: 1px solid #e3dcdc;
}
.list li .yallow label {
    font-size: 22px;
    font-weight: 800;
    line-height: 30px;
}
.downs a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.downs {
    margin-top: 35px;
    text-align: center;
}
.downs a span {
    display: flex;
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.downs a label{
    color: #2d2d2d;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0px;
    cursor: pointer;
}
ul.logo-list li img {
    filter: grayscale(1);
    width: 135px;
    border: 1px solid #ebebeb;
}
ul.logo-list li:hover img{
    filter: grayscale(0);
}
.shape-2589{
    display: none;
}
.call-mail a.me-3 span i {
    font-size: 18px;
}