#bg-radial-00 {
   position: absolute;
    width: 55vw;
    height: 55vw;
    left: 59.3vw;
    /* top: -78px; */
    scale: 1;
    top: 12rem;
background: radial-gradient(50% 50% at 50% 50%, #d25a73 0%, rgba(196, 196, 196, 0) 100%);    opacity: 0.5;
    animation: animate 5.5s ease-in-out infinite;
    overflow: hidden;
}
#bg-radial-01 {
  position: absolute;
    width: 55vw;
    height: 55vw;
    left: -13.7vw;
    /* top: -77px; */
    scale: 1;
    top: 62rem;
	background: radial-gradient(50% 50% at 50% 50%, #5a61d2 0%, rgba(196, 196, 196, 0) 100%);
    opacity: 0.5;
    animation: animate 5.5s ease-in-out infinite;
    overflow: hidden;
}
#bg-radial-02 {
  position: absolute;
    width: 55vw;
    height: 55vw;
    left: -3.7vw;
    /* top: -77px; */
    scale: 1;
    top: 158rem;
    background: radial-gradient(50% 50% at 50% 50%, #d25a5a 0%, rgba(196, 196, 196, 0) 100%);
    opacity: 0.5;
    animation: animate 5.5s ease-in-out infinite;
    overflow: hidden;
}
#bg-radial-03 {
      position: absolute;
    width: 55vw;
    height: 55vw;
    left: 73.3vw;
    /* top: -77px; */
    scale: 1;
    top: 154rem;
    background: radial-gradient(50% 50% at 50% 50%, #5a61d2 0%, rgba(196, 196, 196, 0) 100%);
    opacity: 0.5;
    animation: animate 5.5s ease-in-out infinite;
    overflow: hidden;
}
.div-1{
	padding-top:10rem;
}

.text-1{
	color:#737373;
	font-family:'montserrat-bold';
	text-transform:uppercase;
	font-size: small;
}

.header-1{
	font-family:'monu-bold';
	text-transform:uppercase;
	padding-bottom: 12rem;
}

.div-2{
	padding-top:12rem;
}

.packheader{
	font-family:'monu-bold';
	text-transform:uppercase;
}

.circle{
  background: #171717;
  padding: 35px;
  text-align: center;
  height: 250px;
  width: 250px;
border-radius: 23px;
	box-shadow: 0px 16px 40px black; 
}

.circle h4{
  margin: 0;
  padding: 0;
}
.circle p{}
.circle span{}
.circle span.icon{
}
.circle span.icon i{
  font-size: 48px;
}
.circle span.price-large{
  font-size: 60px
}
.price-small{
  font-size: 24px 
}

.c1 .blue{
  color: #39b3d7;
}
.c3 .green{
	color: #47a447;}

.circle-header1{
	font-family:'monu-bold';
	text-transform:uppercase;
	color: #fb153e;
}

.circle-header2{
	font-family:'monu-bold';
	text-transform:uppercase;
	color: #677ae9;
}

.credits{
	color: white;
	font-family:'montserrat-bold';
	text-transform:uppercase;
}

.paragraph{
	color: white;
	font-family:'pop-med';
	text-transform:none;
	font-size:small;
}

.paragraph2{
	color: white;
	font-family:'pop-med';
	text-transform:none;
	font-size:small;
}

.dual-div{
	background: rgb(0 0 0 / 22%);
	border-radius: 12px; 
	width: 85%;
}

.dual-div-para{
	color:white;
	font-family:'pop-med';
	font-size: small;
	padding: 0.7rem;
	padding-left: 0.9rem;
}

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {}
        a,
        a:hover,
        a:focus,
        a:active {
            text-decoration: none;
            outline: none;
        }
        
        a,
        a:active,
        a:focus {
            color: #333;
            text-decoration: none;
            transition-timing-function: ease-in-out;
            -ms-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -ms-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
        }
        
        ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        img {
    max-width: 100%;
    height: auto;
}
.feature_box_col_one,.feature_box_col_two,.feature_box_col_three {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
.section-head {
  margin-bottom: 60px;
}
.section-head h4 {
  position: relative;
  padding:0;
  color:#f91942;
  line-height: 1;
  letter-spacing:0.3px;
  font-size: 34px;
  font-weight: 700;  
  text-align:center;
  text-transform:none;
  margin-bottom:30px;
}
.section-head h4:before {
  content: '';
  width: 60px;
  height: 3px;
  background: #677ae9;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right:0;  
  margin:0 auto;
}
.section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color:#2f2f2f
}
p.service_text{
  color:#cccccc !important;
  font-size:16px;
  line-height:28px;
  text-align:center;    
}
.section-head p, p.awesome_line{
  color:#818181;
  font-size:16px;
  line-height:28px;
  text-align:center;  
}

.extra-text {
    font-size:34px;
    font-weight: 700;
    color:#2f2f2f;
    margin-bottom: 25px;
    position:relative;
    text-transform: none;
}
.extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #f91942;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.extra-text span {
    font-weight: 700;
    color:#f91942;
}
.item {
    background: #171717;
    text-align: center;
    padding: 30px 25px;
    box-shadow: 0px 16px 40px black;
    border-radius: 20px;
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover{
    background: #677ae9;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover .item, .item:hover span.icon{
    background: #f91942;
    border-radius:10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover h6, .item:hover p{
    color:#fff;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item .icon {
    font-size: 40px;
    margin-bottom:25px;
    color: #f91942;   
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}
.item .feature_box_col_one{
    background: #677ae9;
    color: #fff;
}
.item .feature_box_col_two{
    background: #fb153e;
    color:white;
}
.item .feature_box_col_three{
    background: #677ae9;
    color:white;
}
.item .feature_box_col_four{
    background:rgba(0, 108, 255, 0.15);
    color:#f91942
}
.item .feature_box_col_five{
    background:rgba(146, 39, 255, 0.15);
    color:#f91942
}
.item .feature_box_col_six{
    background:rgba(23, 39, 246, 0.15);
    color:#f91942
}
.item p{
    font-size:15px;
    line-height:26px;
}
.item h6 {
    margin-bottom:20px;
    color: white;
}
.mission p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}
.mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f91942;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}
.mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
}
.skills {
    padding-top:0px;
}
.skills .prog-item {
    margin-bottom: 25px;
}
.skills .prog-item:last-child {
    margin-bottom: 0;
}
.skills .prog-item p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}
.skills .prog-item .skills-progress {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius:20px;
    position: relative;
}
.skills .prog-item .skills-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #f91942;
    width: 10%;
    border-radius: 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.skills .prog-item .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 10px;
    font-weight:600;    
    color: #fff;
    background:rgba(0, 0, 0, 0.9);
    padding: 3px 7px;
    border-radius: 30px;
}