.custom_btn::before {
	top: 0px;
	width: 0px;
	left: auto;
	right: 0px;
	z-index: -1;
	bottom: 0px;
	content: "";
	position: absolute;
	transition: all 0.3s ease-in-out;
    background: #ff4328;
    
  }
  .custom_btn {
    z-index: 1;
    line-height: 1;
    color: #ffffff!important;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 40px;
    position: relative;
    align-items: center;
    display: inline-flex;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
    justify-content: space-between;
    background: #e9861b;

  }
  .custom_btn:hover::before {
    color: #ffffff;
    width: 100%;
    left: 0px;
    width: 100%;
    right: auto;
  }
  ul{
      margin-bottom: 0!important;
  }
  .custom_btn span {
    width: 40px;
    height: 40px;
    line-height: 42px;
    margin-left: 30px;
    margin-right: -22px;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
    text-align: center;
    position: relative;
    float: right;
    font-size: 15px;
    overflow: hidden;
  }
  .custom_btn span i{
      color: #000;
  }
  .custom_btn:hover i{
      color: #1a1e5d;
  }

  .banner_image {
    z-index: 1;
    float: right;
    width: 710px;
    height: 710px;
    position: relative;
    margin-right: -120px;
  }

  .banner_image::before {
	top: 62px;
	left: -0px;
	right: 0px;
	bottom: 0px;
	content: "";
	z-index: -1;
	position: absolute;
    width: 600px;
    height: 600px;
	border-radius: 100%;
	border: 2px dashed#5f43c5;
	animation: spin 1s infinite linear;
  }
  .banner_image::after {
	top: 50%;
	left: 42%;
	z-index: -1;
	content: "";
	width: 500px;
	height: 500px;
	position: absolute;
	border-radius: 100%;
	background-color: #5f43c5;
	transform: translate(-50%, -50%);
  }
  .pr3-header-wrapper {
    position: relative;
    z-index: 2;

  }
  .section_title .small_title {
    line-height: 1;
    font-size: 18px;
    margin-bottom: 25px;
    color: #ff4328;
    font-family: "Pacifico", cursive !important;
  }
  .section_title .big_title {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    color: #222;
  }
  .section_title.text-center .biggest_title {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
  }
  .section_title .biggest_title {
    top: 50%;
    left: -8px;
    z-index: -1;
    display: block;
    line-height: 1;
    font-size: 150px;
    position: absolute;
    transform: translateY(-50%);
    font-family: "Pacifico", cursive;
    color: rgba(34, 34, 34, 0.102);
  }




  @keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}


.zoom {

  margin: 0 auto;
  transition:all 12s;
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);  
}

.zoom:hover {
  -ms-transform: scale(1); /* IE 9 */
  -webkit-transform: scale(1); /* Safari 3-8 */
  transform: scale(1); 
}

.text_btn:hover span::before {
	left: 0px;
	width: 100%;
	right: auto;
  }
 
  .text_btn span::before {
    width: 0px;
    left: auto;
    right: 0px;
    bottom: 0px;
    height: 1px;
    content: "";
    position: absolute;
    background: #222222;
    transition: width 0.2s linear;
  }
  .text_btn span {
    line-height: 1;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    color: #222222;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
    }
    .text_btn i {
      font-size: 12px;
      margin-left: 5px;
      color: #242424;
      transition: all 0.3s ease-in-out;
    }
    .text_btn:hover i {
      transform: translateX(5px);
    }
    .bg-blue{
      background-color: #1A1E5D!important;
      color: #fff!important;
    }
    .bg-red{
      background-color: #ff4328!important;
    }
    .bg-green{
      background-color: #20AD96!important;
    }

    a{
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      }
      
      .ul_li, .ul_li_right, .ul_li_center {
        margin: 0px;
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
      }
      .test{
        padding: 100px 0 0 0;
        margin-bottom: 100px;
      }

      .bg_light {
        background-color: #f5f6fa!important;
      }
      .bg_light .header_contact li a,
      .header_social ul li a {
        color: #7276b3!important;
      }
      .bg_light .header_contact li a:hover,
      .header_social ul li a:hover {
       color: #ff4328!important;
      }
      .bg_light .header_contact li {
        color: #7276b3;
      }
      .bg_light .header_contact li i{
        color: #ff4328!important;
      }
      .social_title{
        color: #5f43c5!important;
      }
.allheader ul li a {
  color: #757575;
}
.breadcrumb-spacings {
  padding: 160px 0;
}
.breadcrumb_section {
  z-index: 1;
  min-height: 365px;
  padding: 80px 0px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;

}
.page_title {
  color: #ffffff;
  line-height: 1;
  font-size: 70px;
  letter-spacing: -2.5px;
  margin-bottom: 25px;
}
.breadcrumb-menu {
  padding: 0;
  margin: 0;
}
.breadcrumb-menu li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
.breadcrumb-menu ul li a {
  color: #fff;
  font-weight: 500;
}

.breadcrumb-menu li:not(:last-child)::after {

  display: inline-block;
  color: #859099;
  content: "\f054";
  position: absolute;
  right: -6px;
  top: -2px;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-weight: 900;

}
.breadcrumb-menu li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
.breadcrumb_section::before {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  z-index: -1;
  position: absolute;
  background-color: rgba(4, 7, 57, 0.6);
}
.scroll {
  right: 15px;
  width: 50px;
  height: 50px;
  z-index: 999;
  bottom: 40px;
  position: fixed;
  border-radius: 100%;
  background-color: #ff4328;
  box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.15);
  text-align: center;
  line-height: 50px;
  color: #fff !important;
}
.scroll a{
  color: #fff;
}
.scroll a:hover{
  color: #e9861b!important;
}