* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  font-family: "Roboto", sans-serif;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
.form-control {
  border-radius: 5px;
  background: #f1f1f1;
  padding: 0.563rem 1rem;
  font-size: 14px;
  line-height: 20px;
}
.form-control:focus {
  background: #f1f1f1;
  border-color: rgba(0, 128, 237, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(0, 128, 237, 0.25);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: rgba(51, 51, 51, 0.8);
  width: 22px;
  height: 22px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
}

.cta-btn {
  border-radius: 4px;
  background: #cb444a;
  padding: 13px 60px;
  color: #fff;
  border: none;
  transition: all 0.3s;
}
.cta-btn:hover {
  transform: translateY(-3px);
  background: #ca3037;
}
.cta-btn:active {
  transform: translateY(-1px);
}
.center-heading {
  margin-bottom: 50px;
  text-align: center;
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.hero-section {
  background: url(../images/Website-WrightBros-img.png),
    lightgray 50% / cover no-repeat;
  height: 100vh;
  background-position: center;
  color: #fff;
  background-size: 100% 100%;
}
.hero-section .container {
  position: relative;
}
.logo-box {
  max-height: 70px;
  position: absolute;
  top: 50px;
}
.logo-box .joynn-logo {
  width: 100%;
  height: auto;
}
.hero-heading {
  text-align: left;
  position: absolute;
  top: 50vh;
  left: 0;
  font-size: 100px;
  font-weight: 700;
  text-transform: capitalize;
}
.hero-footer {
  text-align: right;
  position: absolute;
  top: 80vh;
  right: 0;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.48px;
  text-transform: capitalize;
}
.hero-footer a[href] {
  font-weight: 700;
  color: #fff;
  display: block;
}
.hero-footer .tel {
  text-transform: lowercase;
}
.hero-footer .address {
  font-weight: 400;
  text-transform: capitalize;
}
.work-section {
  background: #f4fbfc;
  padding: 60px 0;
}
.work-card {
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 27px 32px;
  text-align: center;
  margin-bottom: 30px;
  transition: all 0.3s;
}
.work-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.08);
}
.work-card .icon {
  margin-bottom: 19px;
  max-width: 50px;
  height: auto;
}
.work-card .title {
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.work-card .subtitle {
  color: #686868;
  font-size: 18px;
  margin-bottom: 16px;
  overflow: hidden;
  min-height: 105px;
}
.read-more {
  color: #cb444a;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  box-shadow: inset 0 0 0 0 #cb444a;
  padding: 4px 6px;
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.read-more:hover {
  box-shadow: inset 100px 0 0 0 #cb444a;
  color: #fff;
}
.expertise-section {
  padding: 60px 0;
  background: rgba(0, 128, 237, 0.1);
}
.expertise-section .row {
  --bs-gutter-y: 64px;
}
.expertise {
  border-radius: 30px;
  padding: 32px 34px;
  background: #fff;
  max-width: 118px;
  max-height: 118px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.expertise img {
  min-height: 50px;
  max-width: 64px;
  object-fit: contain;
  transition: all 0.3s;
}
.expertise:hover img {
  transform: scale(1.1);
}
.expertise + span {
  color: #333;
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
}
.img-caraousel-section {
  padding: 60px 0;
  background: #f4fbfc;
}
.img-caraousel-section .container-img {
  position: relative;
}
.img-caraousel-section .img-box {
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  height: 392px;
  position: relative;
}

.img-caraousel-section .img-box .img-label {
  position: absolute;
  top: 32px;
  left: 0px;
  border-radius: 0 20px 0;
  color: #fff;
  background-color: rgb(203 68 74 / 100%);
  padding: 6px 12px;
  text-transform: capitalize;
}

.img-caraousel-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-caraousel-section .caraousel-box {
  display: inline-block;
  border-radius: 30px;
  background: #025195;
  padding: 37px 73px;
  width: 75%;
  position: absolute;
  top: 37px;
  right: 0;
  z-index: 2;
  text-align: center;
  color: #fff;
}
.caraousel-box h4 {
  font-size: 36px;
  margin-bottom: 32px;
  font-weight: 700;
  text-transform: capitalize;
}
.caraousel-box .owl-prev {
  position: absolute;
  left: -8%;
  top: 50%;
  transform: translateY(-50%);
}
.caraousel-box .owl-next {
  position: absolute;
  right: -8%;
  top: 50%;
  transform: translateY(-50%);
}
.awards-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #ffd600 0%, #fdb336 100%);
}
.awards-section .owl-carousel .owl-stage {
  display: flex;
  overflow: hidden;
  gap: 42px;
}
.awards-section .owl-item {
  /*width: 250px !important;*/
}
.awards-section .item {
  background-color: #fff;
  padding: 36px 48px;
  height: 200px;
  /*width: 250px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  border: 0.5px solid #b6b6b6;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.awards-section .owl-carousel .owl-stage-outer {
  width: 1200px;
}
.awards-section .item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.full-caraousel{
  position: relative;
}

.full-caraousel .caraousel-title{
position: absolute;
z-index: 2;
width: 100%;
color: #fff;
font-size: 64px;
text-align: center;
margin: 48px 0 24px;
}



.full-caraousel  .center-heading {

margin: 50px 0 0;

}


.owl-nav img{
  height: 48px;
    width: 48px;
    border-radius: 50%;
    background: #ffffff22;
    padding: 10px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  
  border-radius: 50%;
}

.full-caraousel .caraousel-slide {
  color: #fff;
  position: relative;
  width: 100%;
  height: 80vh;

  padding: 80px 0;

  background-color: rgba(0, 0, 255, 0.5);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  background-position: center;
  background-attachment: fixed;
}

.full-caraousel .caraousel-slide .center-heading {
  font-size: 48px;
}
.full-caraousel .caraousel-slide p {
  font-size: 18px;
}

.full-caraousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.full-caraousel .owl-next {
  right: 10%;
  position: absolute;
}

.full-caraousel .owl-prev {
  left: 10%;
  position: absolute;
}

.full-caraousel .caraousel-slide::before {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.full-caraousel .caraousel-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testimonilas-section {
  background: rgba(0, 128, 237, 0.1);
  padding: 50px 0;
}
.testimonilas-section .card {
  text-align: center;
  padding: 30px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}
.testimonilas-section .owl-carousel .owl-stage {
  padding: 20px 0;
  transform: translate3d(-2528px, 0px, 0px);
  transition: all 0.25s ease 0;
}
.testimonilas-section .owl-item.active .card .upr-box {
  margin-bottom: 15px;
}
.testimonilas-section .owl-item.active .card {
  transform: scale(0.9);
}
.testimonilas-section .owl-item.active.center .card {
  transform: scale(1);
}
.testimonilas-section .card .info {
  position: relative;
  text-indent: 30px;
}
.testimonilas-section .card .info:before {
  content: "";
  display: inline-block;
  background: url(../images/quote-start.png) no-repeat;
  width: 37px;
  height: 33.456px;
  background-size: contain;
  position: absolute;
  left: -20px;
  top: -20px;
}
.testimonilas-section .card .info:after {
  content: "";
  display: inline-block;
  background: url(../images/quote-end.png) no-repeat;
  width: 37px;
  height: 33.456px;
  background-size: contain;
  position: absolute;
  right: -20px;
  bottom: -20px;
}
.testimonilas-section .card .pic {
  width: 96.98px;
  height: 96.98px;
  margin: 0 auto;
  border-radius: 50%;
}
.testimonilas-section .card .name {
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}
.testimonilas-section .card .position {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
.info {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.27px;
}
.cta-section {
  background: #f4fbfc;
  padding: 50px 0;
}
.cta-section .container {
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 90px;
}
.cta-section .infos {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: flex-start;
  max-width: 347px;
  margin: 0 auto;
}
.cta-section .infos h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
}
.cta-section .infos .info-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 30px;
  border: 1px solid #333;
  color: #333;
  gap: 18px;
  border-radius: 10px;
  width: 100%;
  max-height: 92px;
  transition: all 0.3s;
}
.cta-section .infos .info-box:hover {
  background: #cb444a;
  border: 1px solid #cb444a;
  color: #fff;
}
.cta-section .infos .info-box:hover img {
  filter: brightness(9);
}
.cta-section .info-box .icon {
  padding-bottom: 10px;
}
.cta-section .info-box p {
  text-align: justify;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
.cta-section .info-box .tag {
  font-size: 20px;
  margin-top: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.cta-section form label {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
}
.cta-section form .form-group {
  margin-bottom: 20px;
}
.cta-section form .cta-btn {
  margin: 0 auto;
  display: block;
  min-width: 200px;
}
.cta-section form .iti {
  display: block;
}
.cta-section form .iti--separate-dial-code .iti__selected-dial-code {
  display: none;
}
.cta-section form .iti--allow-dropdown input,
.cta-section form .iti--allow-dropdown input[type="text"],
.cta-section form .iti--allow-dropdown input[type="tel"],
.cta-section form .iti--separate-dial-code input,
.cta-section form .iti--separate-dial-code input[type="text"],
.cta-section form .iti--separate-dial-code input[type="tel"] {
  margin-left: 13%;
  width: 87%;
}
.cta-section form .iti__selected-flag {
  width: 55px;
  height: 38px;
  border-radius: 5px;
  background: #f1f1f1;
}

.setinp .parsley-errors-list {
  margin-left: 74px;
}

.cta-section form .iti__arrow {
  margin-left: 10px;
  margin-top: 6px;
  width: 12px;
  height: 12px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #555;
}
.cta-section form .iti__arrow--up {
  border-top: none;
  border-bottom: 6px solid #555;
  margin-bottom: 8px;
}
.cta-section form .iti--allow-dropdown input,
.cta-section form .iti--allow-dropdown input[type="text"],
.cta-section form .iti--allow-dropdown input[type="tel"],
.cta-section form .iti--separate-dial-code input,
.cta-section form .iti--separate-dial-code input[type="text"],
.cta-section form .iti--separate-dial-code input[type="tel"] {
  padding: 0.563rem 1rem !important;
}
footer {
  padding: 60px 0;
  color: #fff;
  background-color: #000;
  text-align: center;
}

footer .textBig {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: capitalize;
  margin-bottom: 24px;
}

footer .copyright a {
  color: #cb444a;
}

footer .copyright a:hover {
  color: #ca3037;
}

.errormsg {
  text-align: center;
  margin-top: 10px;
}

.setinp .iti__flag-container {
  max-width: 100% !important;
}
.setinp .iti {
  max-width: 100% !important;
}



/*.

cta-section form .iti--allow-dropdown input.inpcusfeild{*/
/*  width: 100% !important;*/
/*  margin-left: 0 !important;*/
/*  padding-left: 65px !important;*/
/*}

*/

@media (max-width: 992px) {
  .logo-box {
    max-width: 275px;
  }
  .hero-heading {
    font-size: 64px;
  }
  .hero-footer {
    font-size: 20px;
  }
  .center-heading {
    margin-bottom: 45px;
    font-size: 32px;
  }
  .work-card {
    padding: 20px 25px;
    margin-bottom: 25px;
  }
  .work-card .subtitle {
    min-height: 132px;
  }
  .expertise {
    padding: 25px 28px;
    max-width: 100px;
    max-height: 100px;
  }
  .expertise img {
    min-height: 48px;
    max-width: 50px;
  }
  .img-caraousel-section .caraousel-box {
    width: 90%;
  }
 
  .caraousel-box .owl-next {
    right: -10%;
  }
  .caraousel-box .owl-prev {
    left: -10%;
  }
  .cta-section .row {
    gap: 48px;
  }
  footer {
    padding: 48px 0;
    font-size: 24px;
  }
  .awards-section .owl-carousel .owl-stage {
    gap: 0;
  }
  .work-card .icon {
    margin-bottom: 16px;
    max-width: 36px;
  }
  .awards-section .item {
    width: 200px;
    padding: 24px 32px;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {

  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    width: 32px;
  }

  .owl-carousel .owl-nav button.owl-next img, .owl-carousel .owl-nav button.owl-prev img, .owl-carousel button.owl-dot img{
    width: 100%;
    height: auto;
}
 
  .testimonilas-section .card .name {
    font-size: 18px;
  }
  .info {
    font-size: 16px;
    line-height: 20px;
  }
 
  .testimonilas-section .card .info:before {
    width: 32px;
    height: 27.456px;
  }
  .testimonilas-section .card .info:after {
    width: 32px;
    height: 27.456px;
  }
  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    width: 18px;
    height: 18px;
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
  }
  .awards-section .owl-item {
    width: 100% !important;
    height: auto;
  }

  .cta-section form .iti--allow-dropdown input,
  .cta-section form .iti--allow-dropdown input[type="text"],
  .cta-section form .iti--allow-dropdown input[type="tel"],
  .cta-section form .iti--separate-dial-code input,
  .cta-section form .iti--separate-dial-code input[type="text"],
  .cta-section form .iti--separate-dial-code input[type="tel"] {
    margin-left: 16%;
    width: 84%;
  }



  .full-caraousel .caraousel-slide {
    
    height: 100vh;
  }
  .full-caraousel .owl-prev {
    left: 2%;
  }
 .full-caraousel .owl-next {
    right: 2%;
  }

  .full-caraousel .caraousel-slide .center-heading {
    font-size: 32px;
}

  .full-caraousel .caraousel-slide p {
    font-size: 16px;
}
  
}
@media (max-width: 576px) {
  .cta-section form .iti--allow-dropdown input,
  .cta-section form .iti--allow-dropdown input[type="text"],
  .cta-section form .iti--allow-dropdown input[type="tel"],
  .cta-section form .iti--separate-dial-code input,
  .cta-section form .iti--separate-dial-code input[type="text"],
  .cta-section form .iti--separate-dial-code input[type="tel"] {
    margin-left: 25%;
    width: 74%;
  }

  .hero-section {
    
    height: 72vh;
  }

  .hero-footer {
    
    top: 55vh;
  }

  .hero-heading {
    
    top: 32vh
  }


  .full-caraousel .caraousel-slide {
    height: 60vh;
}

  .logo-box {
    max-width: 224px;
  }
  .hero-heading {
    font-size: 48px;
    padding: 0 12px;
  }
  .hero-footer {
    font-size: 16px;
    padding-right: 12px;
  }
  .center-heading {
    margin-bottom: 32px;
    font-size: 24px;
  }
  .work-card .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .work-card .subtitle {
    min-height: 85px;
    font-size: 14px;
  }
  .expertise-section .row {
    --bs-gutter-y: 32px;
  }
  .expertise {
    padding: 14px 18px;
    max-width: 100px;
    max-height: 80px;
  }
  .expertise + span {
    font-size: 16px;
  }
  .expertise img {
    min-height: 50px;
    max-width: 50px;
  }
  .img-caraousel-section .owl-carousel.owl-drag .owl-item {
    margin: 0 5px !important;
  }
  .caraousel-box h4 {
    font-size: 24px;
  }

  .cta-section {
    padding: 32px 12px;
  }
  .cta-section .container {
    padding: 30px;
  }
  .cta-section .info-box .tag {
    font-size: 16px;
  }
  .cta-section .info-box p {
    font-size: 14px;
  }
  .cta-section .infos .info-box {
    max-height: 75px;
  }
  .cta-section .info-box p {
    line-height: 14px;
  }
  footer {
    padding: 32px;
    font-size: 16px;
  }

  footer .textBig {
    font-size: 24px;

    margin-bottom: 18px;
  }
}
