@import url(./globel.css);
body{
    margin: 0;
    padding: 0;
    background-image: url(../img/body_bg.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
}


/*+++++++++++++++++++++++++++ header style start +++++++++++++++++++++++*/
header{
  z-index: 9;
}
.fixed-top .rounded-header{
  background-color: rgba(5, 21, 34,0.8);
}
.hero-heading{
  margin-top: 38%;
  font-size: 80px;
  line-height: 107px;
  letter-spacing: -2px;
  font-weight: 200;
}
.hero-heading strong{
  font-weight: 800;
}
.rounded-header{
  max-width: 1000px;
  padding: 26px 24px;
  border-radius: 20px;
  background: #FFFFFF0D;
  box-shadow: 0px 0px 15px 0px #00000012;

box-shadow: 0px 25px 50px -12px #00000040;

box-shadow: 0px 4px 4px 0px #00000040;


}
/* navbar start */
.navbar-nav {
  flex-direction: row;
  align-items: center;
  column-gap: 10px;
}
.navbar-nav li .nav-link{
  color: var(--white);
  cursor:  pointer !important;
}
.navbar-nav li a{
  color: var(--white);
  font-size: 18px;
  line-height: 24px;
  padding: 0 16px;
  position: relative;
}
.navbar-nav li .nav-link:hover::before,.navbar-nav li .nav-link.active::before{
  background-color: var(--primaryColor) !important;
}
.navbar-nav li .nav-link::before{
  content: '';
  width:8px;
  height: 8px;
  border-radius: 100%;
  background-color: transparent;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}
.navbar-nav li .nav-link:hover::before{
  content: inherit;
}
.navbar-nav li .nav-link:hover,.navbar-nav li .nav-link.active{
  color:var(--primaryColor) !important;
}
.navbar-nav li .get-in-touch{
  background-color: var(--primaryColor) !important;
  color:var(--white);
  border:0 none;
  padding: 12px 28px;
  border-radius: 8px;
  white-space: nowrap;
}

.contrator-btn{
  cursor: pointer;
  background-color: var(--secondayColorDark) !important;
  color:var(--white);
  border:0 none;
  padding: 12px 28px;
  border-radius: 8px;
  white-space: nowrap;
  font-size: 18px;
  line-height: 24px;
  margin: 50px auto 0 auto;
  display: flex;
  width: max-content;
  min-width: 300px;
  align-items: center;
  justify-content: center;
}
.contrator-btn:hover{
  background-color:#000 !important;
}
.navbar-nav li .get-in-touch:hover{
  background-color: var(--primaryColorHover) !important;
}

/*+++++++++++++++++++ header responsive style start +++++++++++++++++++++++++*/
.navbar-toggler .navbar-toggler-icon{
  background-image: var(--navbarBG);
  width: 38px;
  height: 38px;
  background-size: 36px;
}
header.bg-white .navbar-toggler .navbar-toggler-icon{
  background-image: var(--navbarClose);
  width: 38px;
  height: 38px;
  background-size: 20px;
  background-position: 11px;
}
.navbar-toggler{
  padding: 0;
  box-shadow: initial !important;
  border: 0;
}
header.bg-white .rounded-header{
  padding: 0;
  box-shadow: none;
}
header.bg-white .rounded-header .top-header{
  border: 0.5px solid #0516224D;
  border-radius: 8px;
  padding: 14px 16px;
}
header.bg-white .white-logo {
  display: none;
}
header.bg-white .black-logo{
  display: block !important;
}
/*+++++++++++++++++++ header responsive style end +++++++++++++++++++++++++*/
/* navbar end */
.underline-style::before{
  content: '';
  position: absolute;
  background-image: url(../img/red_underline.png);
  background-size: 100%;
  width: 287px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: left top;
  bottom: -9px;
}
.home-content{
  font-size: 20px;
  line-height: 36px;
  color:var(--secondayColor)
}
.scroll-box-content {
  position: absolute;
  bottom: 29px;
  left: 50%;
  transform: translateX(-50%);
  width: 125px;
  padding: 0;
}
.mouse-design {
  width: 26px;
  height: 46px;
  border: 3px solid #fff;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hero-section{
  position: relative;
}
.mouse-circle {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #fff;
  animation: UpDown 2.5s linear infinite;
  position: absolute;
  left: 4.5px;
  bottom: 0;

}
@keyframes UpDown {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 60%;
  }
  100% {
    bottom: 0;
  }
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 5s linear infinite;
  -moz-animation: rotating 5s linear infinite;
  -ms-animation: rotating 5s linear infinite;
  -o-animation: rotating 5s linear infinite;
  animation: rotating 5s linear infinite;
}

/*+++++++++++++++++++ agencies-section start ++++++++++++++++++++++++*/
.agencies-section{
  border-radius: 20px;
  padding: 30px 60px;
}
.agencies-section h2{
  font-size: 42px;
  line-height: 98px;
  font-weight: 200;
}
.agencies-section h2 strong{
  font-weight: 900;
}
/*+++++++++++++++++++ agencies-section end ++++++++++++++++++++++++*/

/* network start */
.network-qoute{
  background-image: url(../img/comma_redbg.png),url(../img/networkBg.png);
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, cover;
  background-position: 98%, left top;
  position: relative;
  border-radius: 30px;
  margin-top: 120px;
}
.network-qoute-para {
  width: 100%;
  max-width: 974px;
}
.network-qoute:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(237,15,53,0.5);
  background-color: linear-gradient(180deg, rgba(237,15,53,0.4) 0%, rgba(156,6,32,0.4) 100%);
  left: 0;
  top: 0;
  border-radius: 30px;
  z-index: 0;
}

/*++++++++++++++++++++++++++++ network-process ++++++++++++++++++++++++++*/
.network-process{
  position: relative;
}
.network-process::after {
  content: '';
  background-image: url(../img/network_comma.png);
  background-repeat: no-repeat;
  background-position: right top;
  position: absolute;
  width: 22%;
  height: 100%;
  right: 0;
  top: 0;
  background-size: 100%;
}
.network-process .midDark {
  padding: 92px 12px 50px;
}
.left-radius {
  border-radius: 0 20px 20px 0px;
}
.right-radius {
  border-radius: 20px 0px 0px 20px;
}
.nework-setting {
  position: absolute;
  bottom: 0;
  left: -70%;
  width: 380px;
}

/*++++++++++++++++++++++++++ why_client start +++++++++++++++++++++++++++++*/
.client-choose-section{
  background: rgb(252,204,83);
  background: url(../img/clientBg2.png) left bottom no-repeat,  linear-gradient(180deg, rgba(252,204,83,1) 0%, rgba(216,157,8,1) 100%);
  padding: 30px 39px 90px;
  border-radius: 30px;
}
.client-choose-section h2{
  font-size: 48px;
}
.affordableImg{
  background-color: rgba(255,255,255,0.3);
  border-radius: 10px;
  min-width: 60px;
  height: 60px;
}
.clientDetails h3{
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
}
.clientDetails p{
  font-weight: 500;
}
/*++++++++++++++++++++++++++ why_client end +++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++ impect-services-box +++++++++++++++++++++++++++++*/
.impect-services-box{
  background: rgb(0,31,51);
  background: linear-gradient(180deg, rgba(0,31,51,1) 0%, rgba(15,23,42,1) 100%);
  border-radius: 24px;
  min-height: 400px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.impect-services{
  cursor: pointer;
}
.impect-services h2{
  margin-bottom: 102px;
}
.impect-services .circle-img{
  border-radius: 100%;
  width: 118px;
  height: 118px;
  background-color: #FFFFFF0D;
  position: absolute;
  right: -17px;
  bottom: -17px;
}
.impect-secvices-col{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}
/* .impect-services-box p.textColor{
  display: -webkit-box;

    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
} */
a.textColor:hover{
  color:#fff;
} 
.textColor.fs-0{
  height: 0;
  opacity: 0;
}

.icon-box{
  display: flex;
  column-gap: 20px;
}
/*  */
.slider-img {
  min-height: 38px;
}
.video-bottom {
  max-width: 1237px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.video-bottom span{
  line-height: normal;
  margin: 0 20px;
}
.tringle-shape{
  position: relative;
}
.tringle-shape:after {
  content: '';
  width: 100%;
  height: 52px;
  position: absolute;
  background-color: #051522;
  top: -26px;
  left: 0;
  transform: rotate(-1deg);
  overflow: hidden;
}
.tringle-shape:before {
  content: '';
  width: 100%;
  height: 52px;
  position: absolute;
  background-color: #051522;
  bottom: -26px;
  left: 0;
  transform: rotate(-1deg);
  overflow: hidden;
}
/* join promotion start */
.promotion-wrapper .img-box{
  background-color: rgba(255,255,255,0.1);
  min-width:60px;
  height: 60px;
  box-shadow: 0px 4px 9px 0px #0000000D;
  border-radius: 10px;

}
.agencies-join{
  /* background: rgb(237,15,53); */
  background:url(../img/agencies_left.png) left top no-repeat, url(../img/agencies_right.png) right top no-repeat;
/* background:url(../img/redBg.png) left top no-repeat, linear-gradient(180deg, rgba(237,15,53,1) 0%, rgba(156,6,32,1) 100%); */
/* border-radius: 30px; */
border-radius: 0;
padding: 60px 58px;

}

.agencies-join h2{
  font-size: 72px;
}
/* footer start */
footer a{
  color:#fff;
}
.contact-details a:hover{
  color:var(--primaryColorHover)
}
.lindin-box {
  padding: 10px 20px;
  border: 1px solid #1B2335;
  border-radius: 8px;
  border: 1px solid;
  max-width: 236px;
  width: 100%;

}
.lindin-btn{
  border-image-source: linear-gradient(180deg, #1B2335 0%, rgba(27, 35, 53, 0) 100%);
  width: 52px;
  height: 52px;
  background: linear-gradient(180deg, #1B2335 0%, rgba(27, 35, 53, 0) 100%);
  border-radius: 8px;

}
/*++++++++++++++++++++++ built slick slider start  ++++++++++++++++++++*/

.wrapper{
  overflow-x: hidden;
}
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-initialized .slick-slide{
  color: #FFF;

  margin: 0 0px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}



.slick-next, .slick-prev{
  z-index: 5;
}
.slick-next,.slick-next:hover{
  right: -15px;
  background-image: url(../img/next.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.slick-prev,.slick-prev:hover{
  left: -15px;
  background-image: url(../img/prew.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.slick-next:before, .slick-prev:before{
 width: 14px;
 height: 24px;
}
.slick-next:before{
  content: '' !important;

}
.slick-prev:before{
  content: '' !important;
}

/*++++++++++++++++++++++ built slick slider end  ++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++ responsive start +++++++++++++++++++++++++++++*/
.impect-services .circle-img{
  z-index: 2;
}
.impect-secvices-col .impect-services-box p{
  position: relative;
  z-index: 0;
}
/*+++++++++++++++++++++ back to top start +++++++++++++++++*/

.back-to-top a {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 68px;
  right: 30px;
  border-radius: 100%;
  box-shadow: 0px 0px 5px #ccc;
  border: 2px solid #FFF;
  display: inline-flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    font-size: 20px;
    opacity: 0;
    pointer-events: none;
    background-color: var(--primaryColor);
    z-index: 99;
}
.back-to-top a:hover{
  display: flex !important;
}
.back-to-top a.show{
  opacity: 1;
  pointer-events: initial;
}
.number-text{
  font-family: Arial, Helvetica, sans-serif;
}
/*+++++++++++++++++++++ back to top end +++++++++++++++++*/
.network-qoute-text {
  max-width: 842px;
}
.content-sec {
  max-width: 522px;
}
.network-qoute .network-img{
  width: 53px;
  height: 53px;
  border-radius: 23px 0 23px 23px;
  border: 1px solid #fff;
}
/* sendMail-modal start */
.sendMail-modal .modal-content{
  border-radius: 20px;
}

.sendMail-modal .modal-content input[type=email],
.sendMail-modal .modal-content input[type=text],
.sendMail-modal .modal-content textarea {
  border: 1px solid #ccc !important;
  background-color: #f1f1f1;
  border-radius: 10px;
  padding: 10px !important;
}
.sendMail-modal .modal-content textarea {
    resize: none;
    height: 150px;
    box-shadow: none;
}
.sendMail-modal .modal-content input[type=email]:focus,
.sendMail-modal .modal-content input[type=text]:focus,
.sendMail-modal .modal-content textarea:focus{
  border: 1px solid var(--primaryColor) !important;
}
.sendMail-modal .modal-content .modal-header{
  padding-bottom: 0;
  border: 0 none;
}
.sendMail-modal .modal-content .modal-footer{
  padding-top: 0;
  border: 0 none;
}
.sendMail-modal .modal-content .modal-footer button{
  padding: 7px 15px;
  border: 0 none;
  border-radius: 8px;
}
.sendMail-modal .modal-content label{
  font-weight: 600;
}

.contact-link li{
    margin-right: 10px;
}
.contact-link li:last-child{
    margin-right: 0px;
}
.promation-container{
  display: flex;
  flex-direction: column;
  gap: 70px;
}
/* sendMail-modal end */
@media (min-width: 992px) {
 
.impect-secvices-col > .impect-services-box:hover + .impect-services-box,
:has(+ .impect-services-box:hover) {
  max-height: 200px;
  min-height: 200px;
  overflow: hidden;
  transition:all 0.5s ease-in-out;
}
.impect-secvices-col > .impect-services-box:hover ~ .impect-services-box .circle-img,
:has(~ .impect-services-box:hover) .circle-img{
  display: none !important;
}
.impect-secvices-col > .impect-services-box:hover{
  min-height: 600px;
  transition:all 0.5s ease-in-out;
}
.impect-secvices-col > .impect-services-box:hover .circle-img{
  transform: scale(1.5);
  transition:all 1s ease-in-out;
  right: 0px;
  bottom: 0px;
}

.impect-secvices-col > .impect-services-box:first-child:hover .textColor{
  color:#fff;
  height: auto;
  opacity: 1;
  font-style: italic;
  transition:all 1s ease-in-out;
}
}
@media (max-width: 1400px) {
  .agencies-section h2{
    line-height: normal;
  }
  .hero-heading {
    margin-top: 32%;
    font-size: 70px;
    line-height: 80px;

}
.home-content {
  font-size: 23px;
  line-height: 33px;
  color: var(--secondayColor);
}
.scroll-box-content{
  bottom: 5px;
}
}
@media (max-width: 991px) {
  .client-choose-section{
    padding-bottom: 30px;
  }
  .promation-container{
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  .agencies-join{
    background:url(../img/agencies_left.png) left top no-repeat,
    url(../img/agencies_right.png) right bottom no-repeat;
    background-size: 200px;
  }

  .icon-box{
    column-gap: 0;
  }
  .impect-secvices-col h4{
    font-size: 18px;
    margin-bottom: 10px !important;
    line-height: normal;
  }
  .impect-secvices-col .impect-services-box p{
    opacity: 1;
    font-size: 16px;
    height: auto;
  }
  header.bg-white.fixed-top .rounded-header{
    background-color: #fff;
  }
  header{
    padding: 0 16px;
  }
  header.bg-white {
    border-radius: 0 0 24px 24px;
    padding: 0 16px
}
  .rounded-header{
    max-width: 720px;
  }
.navbar-nav {
  flex-direction: column;
  justify-content: start;
  align-items: self-start;
}
ul.navbar-nav {
  width: 100%;
  padding: 0 20px;
}
.navbar-nav li {
  width: 100%;
  padding: 20px 0;
  border-bottom: 0.5px solid #000110
}
.navbar-nav li a:before{
  display: none;
}
.navbar-nav li a.nav-link{
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: #000110 !important;
}
.navbar-nav li .get-in-touch{
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 600;
}
.navbar-nav li:nth-last-child(2),.navbar-nav li:last-child{
  border: 0;
}
.navbar-nav li:last-child{
  padding:15px 0 0 0;
}
  .white-logo{
    width: 106px;
  }
  .rounded-header{
    padding: 14px 16px;
    border-radius: 10px;
  }

  .hero-heading{
    font-size: 40px;
    line-height: 57px;
    width: 80%;
  }
  .underline-style::before {
    width: 155px;
    height: 10px;
}
.home-content{
  font-size: 16px;
  line-height: 24px;
}
.home-content br{display: none;

}
.scroll-box-content{
  display: none;
}

/*+++++++++++++++++++++++++++++++++ agencies-section start +++++++++++++++++++++++++++++++++++++++*/
.agencies-section h2{
  font-size: 20px;
  line-height: 24px;
}

/* the mission */
.heading-secondary{
  font-size: 32px;
  line-height: 40px;
}
.heading-secondary br{
  display: none;
}
.primary-text{
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px !important;
}
/* network qoute */
.network-qoute{
  margin-top: 68px;
  padding: 32px 20px !important;
  background-size: auto 101%, cover;
    background-position: 100% 1px, left top;
}
.network-qoute h3{
  font-size: 24px !important;
  line-height: 29px;
  font-weight: 700;
}
.network-qoute p{
  font-size: 16px !important;
  line-height: 24px;
}

.network-process .midDark {
  padding: 42px 40px 40px 12px;
}
.textColor {
  font-size: 16px;
  line-height: 24px;
}
.nework-setting{
  display: none;
}
.network-process .col-md-9,
.network-process .col-md-3{
  padding: 0;
}
.midDark{
  border-radius: 0;
}

.why_client .container{
  padding: 0;
}
.clientDetails {
  margin-bottom: 40px;
}
.clientDetails h3{
  font-size: 20px;
  line-height: 36px;
}
.clientDetails p{
  font-size: 16px !important;
  line-height: 24px;
  margin-top: 0 !important;
}
.impect-services h2{
  margin-bottom: 0px;
}
.impect-services-box{
  min-height: initial !important;
  max-height: initial !important;
  height: 50%;
  padding-bottom: 68px !important;
}
.impect-services .circle-img{
  width: 70px;
  height: 70px;
  right: -7px;
  bottom: -7px;
}
.impect-services .circle-img svg{
  width: 27px;
}

.video-bottom{

  margin-top: 20px !important;
}
.video-bottom span{
  width: 100%;
  margin: 0 10px;
}

.video-bottom span br{
  display: none;
}
.video-bottom .lh-normal{
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
  text-align: left;
  color: #869BA9;
  margin: 0;
  width: 200px;
}
/* agencies-join */

.agencies-join h2{
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
  margin-bottom: 40px !important;
}
.agencies-join .col-md-6{
  padding: 0;
}
/* pormotion-details */

.join-promotion{
  padding: 0 16px;
  margin-bottom: 24px;
}
.pormotion-details h3{
  font-size: 20px;
  line-height: 36px;
}
.pormotion-details p{
  font-size: 16px;
  line-height: 20px;
  padding-right: 0px !important;
  margin: 0 !important;
}
.promotion-wrapper .img-box{
  margin-right: 17px !important;
}
.agencies-network .container{
  padding: 0;
}
.content-sec{
  width: 100% !important;
}
/* footer start */
.contact-details{
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
h2:not(.network-heading){
  font-size: 32px;
  line-height: 40px;
}
.tringle-shape h2{
  padding-top: 30px;
}
.footer-w   {
  width: 100% !important;
 }
 .footer-links .col-lg-6{
  text-align: center !important;
  justify-content: center !important;
 }


 section.impect-services.py-120{
  padding-top: 20px;
 }
 .swiper .swiper-slide {
  position: relative;
  width: 100%;

}
}
@media (max-width: 767px) {
  .lindin-box{
    max-width: 240px;
    margin: 0 auto;
   }

  .network-qoute{
    background-image: url(../img/mobile-network-comma.png),url(../img/mobile-networkBgview.png);
    background-repeat: no-repeat, no-repeat;
    background-size: auto 100%, cover;
    background-position: 90% -17px, left top;

  }
  .network-process::after{
    display: none;
  }
  .right-radius{
    background-image: url(../img/network_comma.png);
      background-repeat: no-repeat;
      background-position: right top;
      background-size: 60%;
      padding-bottom: 134px !important;
  }
  .py-120{
    padding: 68px 0;
}
  .res-padding{
    padding: 0;
  }
  .slick-prev, .slick-prev:hover {
    left: -11px}
    .slick-next,.slick-next:hover{
      right: -11px;
    }
  .hero-img{
    position: absolute;
    z-index: 0;
    width: 77%;
    right: 0px;
  }
  .hero-heading {
    margin-top: 83%;}

    .tringle-shape:after {
      height: 60px;
      transform: rotate(-4deg);
  }
  .tringle-shape:before {
    height: 60px;
    transform: rotate(-4deg);
}
}
@media (max-width: 576px) {

.video-bottom{
flex-direction: column;
  margin-top: 20px !important;
}
.video-bottom span{
  width: 100%;
  margin: 0 10px;
}

.video-bottom span br{
  display: none;
}
.video-bottom .lh-normal{
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
  text-align: center;
  color: #869BA9;
  margin: 0 0 10px;
  width: 100%;
}
  .w-res-100{
    width: 100% !important;
  }
  .hero-img{
    width: 100%;
    right: -30px;
  }
  .agencies-join{
    padding: 42px 16px;
    border-radius: 0;
  }
  .agencies-section {
    border-radius: 0px;
    padding: 30px 16px;
  }
  .client-choose-section{
    padding: 42px 16px;
    border-radius: 0;
  }
}

