html,
body {
  font-family: "Roboto";
  color: #555555;
}
#home {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(../img/slider/slider-01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro";
  color: #333333;
}
.backgroundColor {
  background-color: #f1f1f1;
}
.BgColour {
  background-color: rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid lightgray;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.navbar {
  z-index: 99999999999999999999;
}
.navBarLogoColor {
  font-weight: 800;
  font-size: 24px;
  line-height: 25px;
  color: #ff305b;
}
.navBarPadding {
  padding: 15px;
}
.navBarLogoColor:hover {
  color: #ff305b;
}
.navBarList li a {
  color: white;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0.5px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.navBarList li a:hover {
  color: #ff305b;
}
.homeContent .content h3 {
  font-size: 24px;
  line-height: 26.4px;
  font-weight: 600;
}
.homeContent .content h1 {
  color: #ff305b;
  font-size: 70px;
  line-height: 77px;
  font-weight: 700;
}
.homeContent .content h4 {
  font-size: 26px;
  line-height: 31.2px;
  font-weight: 300;
}
.sectionPadding {
  padding: 100px 0px;
}
#sectionOne .image {
  position: relative;
  border: 8px solid #555555;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
#sectionOne .image img {
  border-radius: 5px;
  transform: translate(20px, 30px);
  -webkit-transform: translate(20px, 30px);
  -moz-transform: translate(20px, 30px);
  -ms-transform: translate(20px, 30px);
  -o-transform: translate(20px, 30px);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
#sectionOne .image .overlay {
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  transform: translate(20px, 30px);
  -webkit-transform: translate(20px, 30px);
  -moz-transform: translate(20px, 30px);
  -ms-transform: translate(20px, 30px);
  -o-transform: translate(20px, 30px);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#sectionOne .image .overlay .icons i {
  font-size: 20px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#sectionOne .image .overlay .icons i:hover {
  color: #ff305b;
  cursor: pointer;
}
#sectionOne .image:hover .overlay {
  opacity: 1;
  top: 0;
}
#sectionOne .content h2 {
  font-size: 34px;
  line-height: 22px;
  font-weight: 600;
}
#sectionOne .content h2 span {
  color: #ff305b;
}
#sectionOne .content {
  border-bottom: 1px dashed #555555;
}
#sectionOne .content p {
  line-height: 25px;
  font-weight: 400;
}
#sectionOne .aboutList p span {
  font-weight: 500;
  color: #333333;
}
.btn {
  background-color: #ff305b;
  color: white;
  margin-right: 10px;
  padding: 10px 24px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn:hover {
  color: white;
  background-color: #ec2403;
}
.heading h2 {
  position: relative;
  font-size: 40px;
  line-height: 30px;
  font-weight: 800;
  padding-bottom: 30px;
}
.heading h2:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border: #ff305b solid;
  border-width: 1px 0;
  margin: auto;
  padding: 4px 0 5px;
  width: 70px;
}
.heading h2:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 5px;
  height: 1px;
  width: 160px;
  background-color: #ff305b;
  margin: 0 auto;
}
#sectionTwo .box {
  padding: 40px 15px;
  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;
}
#sectionTwo .box:hover {
  background-color: white;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px,
    rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}
#sectionTwo .icons i {
  color: #ff305b;
  font-size: 36px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#sectionTwo .box:hover .scaleIcon {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
#sectionTwo .box h3 {
  font-size: 24px;
  line-height: 26.4px;
  font-weight: 600;
}
.customizeButton {
  color: #333333;
  background-color: transparent !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  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;
}
.customizeButton:hover {
  color: #ff305b;
}
.customizeButton.active {
  color: #ff305b !important;
}
#sectionThree .box {
  position: relative;
}
#sectionThree .box .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#sectionThree .box .overlay i {
  color: #ff305b;
  padding: 20px;
  font-size: 20px;
}
#sectionThree .box:hover .overlay {
  cursor: pointer;
  opacity: 1;
}
.modal {
  cursor: zoom-out;
}
#sectionFour i {
  color: #ff305b;
  font-size: 26px;
  margin-bottom: 10px;
}
#sectionFour h3 {
  font-size: 26px;
  font-weight: 800;
  line-height: 28.6px;
}
#sectionFour h5 {
  color: #555555;
  font-size: 16px;
  font-weight: 600;
  line-height: 17.6px;
}
#sectionFive .clientCard {
  background-color: #f1f1f1;
  border-radius: 5px;
  overflow: hidden;
  padding: 40px;
  position: relative;
}
#sectionFive .clientCard:after {
  content: "";
  position: absolute;
  left: -199px;
  top: 0;
  border-color: #ff305b rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 190px;
  z-index: 1;
}
#sectionFive .clientImage {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 99999999;
}
.carousel-inner {
  padding: 0px 200px;
}
#sectionFive .clientImage img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 110px;
}
#sectionFive .clientBody {
  padding-left: 80px;
}
#sectionFive .clientBody h5 {
  font-size: 26px;
  line-height: 28.6px;
  font-weight: 600;
}
#sectionFive .clientBody .icons {
  color: #f1c30d;
}
#sectionFive .clientBody p {
  font-style: italic;
}
.removePosition {
  position: unset;
}
.carousel-indicators [data-bs-target] {
  border: 1px solid #ff305b;
  background-color: transparent !important;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.carousel-indicators .active {
  width: 30px;
  border-radius: 10px;
  background-color: #ff305b !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.ytVideo {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.ytVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card-body h5 {
  font-size: 24px;
  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;
}
.card-body h5:hover {
  color: #ff305b;
  cursor: pointer;
}
.card-body a {
  color: #333333;
  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;
}
.card-body a:hover {
  color: #ff305b;
}
.form-control {
  font-size: 14px;
}
.form-control:focus {
  border-color: #ff305b;
  box-shadow: none;
}
.footerPadding {
  padding: 50px 0px;
  background-color: #333333;
}
footer .icons i {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
footer .icons i:hover {
  cursor: pointer;
  color: #ff305b;
}
footer span a {
  color: #ff305b;
  text-decoration: none;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
footer span a:hover {
  text-decoration: underline;
}
