#hero.instagram-bg,
#hero.facebook-bg,
#hero.twitter-bg,
#hero.contact-bg{
  max-height: 500px;
  
}
#hero.instagram-bg{
  background: url(../img/blog/images.png) top center no-repeat;
  background-size: cover;
}
#hero.facebook-bg{
  background: url(../img/blog/facebook-bg.jpg) top center no-repeat;
  background-size: cover;
}
#hero.twitter-bg{
  background: url(../img/blog/twitter-bg.jpg) top center no-repeat;
  background-size: cover;
}
#hero.contact-bg{
  background: url(../img/blog/contact.jpg) top center no-repeat;
  background-size: cover;
}

#hero.instagram-bg:before {
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc20f, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca00, #bc318f00 30%, #e33f5f00 50%, #f7763800 70%, #fec66d 100%);
}
/* #hero.facebook-bg:before {
  background: radial-gradient(circle farthest-corner at 35% 90%, #736cc3, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #64ccfe, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc20f, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #4b5885, transparent), linear-gradient(#6559ca00, #bc318f00 30%, #e33f5f00 50%, #f7763800 70%, #2743a9 100%);
} */
#hero.facebook-bg:before,
#hero.twitter-bg:before ,
#hero.contact-bg:before {
  content: "";
  background: rgb(34 74 108 / 60%);
}
.custom-width{
  max-width: 960px;
}
.bg-color-cantain{
  background-color: #1b1b1b;
}
.custom-contain {
  padding: 40px;
  max-width: 800px;
}
.text-algin{
  text-align: right;
}
.custom-price {
  border-radius: 5px;
  background-color: #f5f5f5;
  padding: 14px;
}
.about .content {
  padding: 14px;
}
.content a.about-btn:hover{
    color: #FFF !important;
}
#footer .footer-top .footer-links ul li {
  display: inline-block;
  padding-right: 12px;
}
.php-email-form .invalid-feedback {
  display: block;
  font-style: italic;
}
.tab-content>.active {
  opacity: 1;
}
.owl-prev,
.owl-next{
  display: flex !important;
  align-items: center;
  justify-content: center;
}
body .owl-carousel {
  display: block;
}
body .nav-tabs {
  border-bottom: none;
  margin-top: 100px;
}
body button.owl-prev {
  position: absolute;
  left: 0px;
  top: 37%;
  transform: translateY(-50%);
  background-color: #e03a3c !important;
  width: 20px;
  height: 20px;
  border-radius: 100% !important;
  color: #fff !important;
}
body button.owl-next {
  position: absolute;
  right: 0px;
  top: 37%;
  transform: translateY(-50%);
  background-color: #e03a3c !important;
  width: 20px;
  height: 20px;
  border-radius: 100% !important;
  color: #fff !important;
}
body .owl-dots {
  display: none;
}
body .item {
  display: flex;
  justify-content: center;
}
body .item li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #000;
  flex-wrap: wrap;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  border-radius: 4px;
  padding: 12px;
  width: 300px;
  min-width: 300px;
  height: auto;
  min-height: 70px;
  background-color: #f5f5f5;
}
body .item li.active a {
  background-color: #e03a3c;
  color: #fff;
}
body .tab-content {
  padding: 20px;
  background-color: #fff;
  font-size: 16px;
  line-height: 25px;
  margin-top: 30px;
  border-radius: 19px;
}
body .tab-content h3 {
  font-size: 40px;
  font-weight: bold;
}
body .tab-content ::marker {
  font-size: 0px;
}
.custom-list li {
  background: #f5f5f5;
  padding: 8px 12px;
  margin-bottom: 1px;
  padding-left: 40px;
}
.custom-list li:first-child{
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.custom-list li:last-child{
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.custom-list li:before {
  content: "\f21f";
  font-family: bootstrap-icons !important;
  color: #e03a3c;
  position: absolute;
  margin-left: -26px;
}
.custom-select {
  height: 43px;
  border: 1px solid #ced4da;
  border-radius: 4px;
}
img.payment-gateway-icon {
  width: 100px;
  margin-left: 20px;
}
body .contact .php-email-form .loading:before {
  border: 3px solid red;
}
.custom-radio input {
  display: none;
}
.custom-radio input[type=radio]:checked ~ label,
.custom-control-label{
  border: 2px solid #ccc;
  padding: 10px 0px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  margin-right: 8px;
  transition: 1s;
  width: 98%;
  padding-left: 28px;
}
.custom-radio {
  width: 100%;
}
.custom-radio input[type=radio]:checked ~ label{
  border: 2px solid red;
}
.custom-radio input[type=radio]:checked ~ label:before{
  content: "✔";
  color: red;
  border-radius: 50px;
  padding: 2px 4px;
  line-height: 2px;
  position: absolute;
  left: 8px;
  height: 23px;
  line-height: 16px;
  border: 2px solid red;
  transition: 1s;
}
.custom-flex{
  align-items: center;
  display: flex;
}
body .contact .php-email-form .form-group {
  margin-bottom: 8px;
}
.contact .php-email-form {
  border-radius: 4px;
}
.php-email-form label {
  margin-bottom: 6px;
}
.contact .info-box i {
  font-size: 65px;
}
.btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #e03a3c;
  border: 2px solid #e03a3c;
}
.contact .btn-get-started:hover{
  color: #fff;
}