* {
    margin: 0;
    padding: 0;
    outline: 0;
}

a,
a:hover {
    text-decoration: none;
}

ul,
ol,
li {
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Nunito', sans-serif !important;
    font-size: 15px;
    font-weight: 400;
}


.bgnav{
    background: linear-gradient(90deg, #5B21B6 0%, #6D28D9 50%, #8B5CF6 100%) !important;
    box-shadow:0 8px 25px rgba(76,29,149,.18);
}


.navig {
    width: 100%;
}

.logo {
    width: auto;
    margin-top: 3px;
    float: left;
    }


.bg_color{
    background: #f7fdfe;
}


/* preloader */

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff;
}

.pre_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*== section heading css start ==*/

.section_heading h2 {
    color: #460c84;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 15px;
}

.section_border {
    position: absolute;
    width: 154px;
    margin: 0 auto;
    height: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section_border::after {
    content: "";
    position: absolute;
    top: 0;
    width: 63px;
    right: 0;
    height: 1px;
    background: #4a4a6e;
}

.section_border::before {
       content: "";
    position: absolute;
    bottom: 0;
    width: 62px;
    left: 0;
    height: 1px;
    background: #4a4a6e;
}

.section_border span::after {
   position: absolute;
    content: "";
    top: 0;
    right: 62px;
    border: 9px solid transparent;
    border-top: 13px solid #4a4a6e;
}

.section_border span::before {
        position: absolute;
    content: "";
    left: 61px;
    bottom: 0;
    border: 9px solid transparent;
    border-bottom: 13px solid #4a4a6e;
}

/*== section heading css end ==*/

/*== button hover css start ==*/

.button a,
.service_button a,
.offer_button a,
.ser_button a,
.port_button a,
.video_button a {
    position: relative;
    overflow: hidden;
    -webkit-transition: .6s all ease;
    transition: .6s all ease;
    z-index: 1;
}

.button a::before,
.service_button a::before,
.offer_button a::before,
.ser_button a::before,
.port_button a::before,
.video_button a::before {
    background: rgba(77, 77, 111, .3);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 0;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: -1;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.offer_button a::before {
    background: rgba(255, 255, 255, .3);
}

.button a:hover::before,
.offer_button a:hover::before,
.service_button a:hover::before {
    height: 200%;
}

.service_button a:hover::before,
.offer_button a:hover::before,
.ser_button a:hover::before,
.port_button a:hover::before,
.video_button a:hover::before {
    height: 150%;
}

/*== button hover css end ==*/

/*== header part css start ==*/

.header_part{
    background: linear-gradient(90deg, #4C1D95 0%, #6D28D9 50%, #7C3AED 100%);
    color:#fff;
}

.header_right > ul > li > a {
    padding: 0 15px;
}

.header_left > ul > li > h4,
.header_left > ul > li > a {
    padding-right: 10px;
}

.header_left ul li,
.header_right ul li {
    display: inline-block;
}

.header_left ul li h4,
.header_left ul li a,
.header_right > ul > li > a {
    font-size: 14px;
    font-weight: 400;
    color: #e7d2fd;
    letter-spacing: 0.6px;
}

.head_rightborder {
    border-right: 2px solid #bea8d5;
}

.header_left i {
    color: #e7d2fd;
    padding-right: 8px;
}

.header_right > ul > a {
    padding: 0 10px;
}

.login_panel .form-control,
.regstation_panel .form-control {
    margin-bottom: 20px;
}

.login_panel h3 a {
    color: #535353;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
}

.login_panel .button,
.regstation_panel .button {
    height: 44px;
    display: inline;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    background: #1fadd4;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    margin: 15px 0;
}

.header_right ul li .login_panel,
.header_right ul li .regstation_panel {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 999;
    background: #fff;
    padding: 40px;
    margin-top: 30px;
    text-align: left;
}

.header_right ul li .regstation_panel {
    left: 50%;
}

.header_right ul li:hover .login_panel,
.header_right ul li:hover .regstation_panel {
    opacity: 1;
    visibility: visible;
    margin-top: 20px;
}


/*== header part css end ==*/

/*== nav part css start ==*/

.custom_nav {
    background: linear-gradient(90deg, #5B21B6 0%, #6D28D9 50%, #8B5CF6 100%) !important;
    box-shadow:0 8px 25px rgba(76,29,149,.18);
}

#mynav ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 10px;
    -webkit-transition: .5s;
    transition: .5s;
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
}

#mynav ul li a:hover {
    border-right: 2px solid #60ddff;
    border-left: 2px solid #60ddff;
    color: #60ddff !important;
    border-radius: 5px;
}

.menu {
    position: fixed;
    background: #460c84 !important;
    top: 0 !important;
    -webkit-box-shadow: 0 0px 5px #000;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.35);
}

/*== nav part css end ==*/

/*== banner part start ==*/

.banner_part {
    position: relative;
    background-image: url(../images/banner.html);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 750px;
}

button:focus {
    outline: 0;
}

.owl-dot {
    margin-right: 10px !important;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 0 0;
}

.owl-dot span {
    height: 10px !important;
    width: 10px !important;
}

.owl-dot.active span {
    margin-left: -5px !important;
    height: 10px !important;
    width: 20px !important;
    background: #fff !important;
    border-radius: 10px;
}

.banner_part .bannerRow {
    padding: 220px 0px 126px;
    background: linear-gradient(135deg,#3B0764 0%,#5B21B6 40%,#7C3AED 75%,#A855F7 100%);

}

.banner_text {}

.banner_text h1 {
    font-size: 42px;
    color: #fff;
    font-weight: 700;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
    position: absolute;
    top: 85%;
    left: 50%;
    -webkit-transform: translate(-50%, -85%);
    transform: translate(-50%, -85%);
}

.banner_text h1 span,
.banner_text p span {
    color: #60ddff;
}

.banner_text p {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    padding: 50px 0;
}

.button a {
    font-size: 16px;
    font-weight: 600;
    color: #4f1294;
    height: 52px;
    width: 160px;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#4bbfef));
    background: linear-gradient(90deg, #fff, #60ddff);
    display: block;
    text-align: center;
    line-height: 57px;
    border-radius: 30px;
}

.button a:hover {
    color: #fff;
}

.owl-item.active .banner_text h1 {
    -webkit-animation: 1s 0.2s fadeInUp both;
    animation: 1s 0.2s fadeInUp both;
}

.owl-item.active .banner_text p {
    -webkit-animation: 1s 0.5s fadeInUp both;
    animation: 1s 0.5s fadeInUp both;
}

.owl-item.active .banner_text a {
    -webkit-animation: 1s 0.7s fadeInUp both;
    animation: 1s 0.7s fadeInUp both;
}

.owl-carousel .owl-dot {
    height: 20px;
    width: 20px;
    background: red;
}

/*== banner part end ==*/

/*== service part css start ==*/

.service_part {
    padding: 40px 0;
    background: #f7fdfe;
}

.service_item,
.service_item_dw {
    border: 1px solid #ebf0f1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.service_item {
    margin: 30px 0 25px 0;
    padding: 40px 30px;
}

.service_item_dw {
    margin: 5px 0;
    padding: 15px 30px;
}

.service_item_dw h2 {
    font-size: 20px;
    font-weight: 600;
    color: #460c84;
    padding: 25px 0;
	line-height: 30px;
}

.service_item_dw img {
    padding-top: 25px;
}

.service_item img {
    padding: 28px 0;
    margin: 0 auto;
}

.service_item h2 {
    font-size: 20px;
    color: #460c84;
    font-weight: 600;
}

.service_item p span {
    font-size: 15px;
    font-weight: 600;
}

.service_item p {
    font-size: 15px;
    color: #636363;
    font-weight: 400;
    -webkit-transition: .5s;
    transition: .5s;
    line-height: 34px;
    text-align: justify !important;
}

.service_item:hover,
.service_item_dw:hover {
    -webkit-box-shadow: 0px 0px 6px 0px #8a8a8a;
    box-shadow: 0px 0px 6px 0px #cacaca;
    background: #fff;
    border-radius: 5px;
}

.service_item:hover .service_button a {
    background: #1eadd4;
    -webkit-box-shadow: 0 3px 0 #460c84;
    box-shadow: 0 3px 0 #460c84;
}

.service_item:hover p {
    color: #20202b;
}

.service_button a {
    height: 45px;
    width: 145px;
    display: inline-block;
    line-height: 47px;
    border-radius: 40px;
    background: #450c84;
    color: #fff;
    -webkit-box-shadow: 0 3px 0 #1dacd3;
    box-shadow: 0 3px 0 #1dacd3;
    margin-top: 28px;
    font-size: 14px;
    font-weight: 600;
}

/*== service part css end ==*/

/*== company regestation part css start ==*/

.company_reg_part {
    background: #f7fdfe;
}

.company_reg_part .form-control{
    width: 72%;
}

.company_reg_part .section_border {
    position: absolute;
    width: 154px;
    margin: 0 auto;
    height: 15px;
       left: 47%;
    -webkit-transform: translateX(-35%);
    transform: translateX(-35%);
}

.bg {
    height: 320px;
    width: 100%;
    background: #450c84;
    position: relative;
    border-radius: 5px;
    margin-top: 65px;
    margin-bottom: 50px;
}

.reg_text p {
    color: #55595b;
    font-size: 16px;
    
}
.bg img {
    position: absolute;
    left: -77px;
    top: 42px;
    height: 185px;
}
.special_offer{
    width:auto;
 float: left;
}
.all_features{
    width:100%;
    margin-top: 12px;
    }
    .processed_offer{
        width:100%;
    }
.features_item{
    width:auto;
    float:left;
    margin-left:20px;
}
.features_item:first-child{
    margin-left:0px;
}
.features_item p{
    color:#636363 !important;
}

.bgtwo {
    position: absolute;
    height: 320px;
    width: 97%;
    background: #ffffff;
    border-radius: 5px;
    right: -60px;
    top: 12px;
    -webkit-box-shadow: 1px 1px 8px #d5dae2;
    box-shadow: 0px 0px 10px rgba(54, 54, 54, 0.39)
}

.reg_text h2 {
    color: #450c84;
    font-size: 28px;
        text-align: center;
        line-height: 38px;
    font-weight: 600;
}

.reg_text p {
    color: #55595b;
    font-size: 16px;
    font-weight: 400;
     max-width: 400px;
    text-align: center;
}

.offer_price{
    width:100%;
        overflow: hidden;
}
.padtop{
    padding-top:25px;
}

.reg_text h2 span {
    color: #0ebfef;
}

.ser_search_button a {
    color: #460c84;
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    border-bottom: 1px solid #460c84;
    padding-top: 15px;
    display: inline-block;
}

.reg_text {
    padding: 30px 50px;
}

.reg_img {
    padding-left: 95px;
}

.reg_image img {
    position: absolute;
    top: 50px;
    left: -97px;
    height: 159px;
}

.reg_image2 img {
    position: relative;
    top: 6px;
    right: 0;
    width: 85%;
}

.company_reg_part .form {
    border-radius: 25px 0 0 25px;
    height: 46px;
}

.formone {
    border-radius: 0;
    height: 46px;
    margin-right: 5px;
    border: 1px solid #CED4DA;
    font-size: 14px;
    color: #460c84;
    padding: 10px;
    font-weight: 600;
}

.ser_search_button h5 {
    font-size: 18px;
    color: #460c84;
    font-weight: 600;
    padding-bottom: 15px;
    margin-top: 25px;
}

.btn {
    height: 46px;
    border-color: #460c84;
    color: #fff;
    background: #460c84;
    border-radius: 0 25px 25px 0;
    -webkit-transition: .5s;
    transition: .5s;
}

.btn:hover {
    background: #1aafdc;
    border-color: #1aafdc;
}

/*== company regestation part css end ==*/

/*== offer_part css start ==*/

.offer_part {
    background: -webkit-gradient(linear, left top, right top, from(#4a4b6f), to(#14bbe9));
    background: linear-gradient(10deg, #1eadd4, #1eadd4);
}

.offer_text,
.offer_button {
    top: 50%;
    text-align: center;
    position: relative;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
}

.offer_img img {
    width: 100%;
}

.offer_text p img {
    padding-right: 10px;
}

.offer_text h3 {
    font-size: 26px;
    color: #ffffff;
    font-weight: 700;
}

.offer_text p {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    margin: 11px 0 39px 0;
}

.offer_button a {
    text-align: center;
    height: 49px;
    width: 155px;
    display: inline-block;
    line-height: 51px;
    border-radius: 40px;
    background: #fff;
    color: #460c84;
    -webkit-box-shadow: 1px 3px 0 #1dacd3;
    box-shadow: 1px 3px 0 #460c84;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 14px;
    font-weight: 700;
}

.offer_button a:hover {
    background: #460c84;
    color: #ffffff;
    -webkit-box-shadow: 1px 3px 0 #fff;
    box-shadow: 1px 3px 0 #fff;
}

/*== offer_part css end ==*/

/*== hyip_part css start ==*/

.hyip_part {
    background-image: url(../images/hypbg.html);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0;
    background-color: #f4f8ff;
}

.hyip_text h2,
.hyip_text_two h2 {
    color: #460c84;
    font-size: 20px;
    font-weight: 600;
}

.hyip_text h4,
.hyip_text_two h4 {
    color: #460c84;
    font-size: 17px;
    font-weight: 400;
    padding: 15px 0;
}

.hyip_text p {
    color: #747474;
    font-size: 15px;
    line-height: 32px;
    font-weight: 400;
    padding-bottom: 48px;
	text-align: justify;
}

.hyip_text_two p {
    color: #747474;
    font-size: 15px;
    line-height: 32px;
    font-weight: 400;
    padding-top: 0px;
	text-align: justify;
}

.hyip_text p span,
.hyip_text_two p span {
    color: #460c84;
    font-size: 15px;
    font-weight: 700;
}

.hyip_text a,
.hyip_text_two a {
    color: #0ebfef;
    font-size: 13px;
    font-weight: 700;
    margin-left: 20px;
    border-bottom: 1px solid #0ebfef;
}

.br {
    padding-top: 70px;
}

/*== hyip_part css end ==*/

/*== hyip services css start ==*/

.hyip_ser_part {
    padding: 60px 0;
    background: #f7fdfe;
}

.hyip_ser_item {
    -webkit-box-shadow: 0 0px 7px #B4B4B4;
    box-shadow: 0 0px 5px #d7d7d7;
    border-radius: 5px;
    padding: 40px;
}

.hyip_ser_item h4 {
    color: #460c84;
    font-size: 22px;
    font-weight: 600;
    padding: 20px 0 15px 0;
}

.hyip_ser_item p {
    color: #696969;
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
}

/*== hyip services css end ==*/

/*== partner part css start ==*/

.partner {
    padding: 50px 0 31px 0;
}

.partner_br {
    border-right: 1px solid #bebebe;
}

.section_heading p,
.section_headingone p {
    color: #55595b;
    font-size: 19px;
    font-weight: 400;
    padding: 15px 0 20px 0;
    padding-bottom: 20px;
    line-height: 40px;
}

.partner_image img {
    padding-right: 40px;
}


.section_headingone p {
    margin-top: 20px;
}

.partner_slider .slick-dots {
    text-align: center;
    padding-top: 30px;
    cursor: pointer;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots li button {
    height: 10px;
    width: 15px;
    background: #25253a;
    border-radius: 10px;
    overflow: hidden;
    color: transparent;
    border: none;
}

.slick-dots .slick-active button {
    height: 10px;
    width: 30px;
    background: #1eadd4;
    border-radius: 10px;
}

/*== partner part css end ==*/

/*== footer part css start ==*/

.footer_part {
    padding: 50px 0 30px 0;
    background: url(../images/footer.html);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footer_upitem,
.footer_upitem_two{
    padding-bottom: 20px;
}

.footer_upitem_two a span i {
	padding-right: 10px;
}

.footer_upitem a,
.footer_upitem_two a{
    position: relative;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding-left: 20px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.footer_upitem a:hover,
.footer_upitem_two a:hover{
    color: #60ddff;
    padding-left: 30px;
}

.footer_upitem a::before {
    position: absolute;
    content: '';
    width: 5%;
    height: 3px;
    left: -4px;
    background: #fff;
    top: 12px;
    -webkit-transition: .5s;
    transition: .5s;
}

.footer_upitem a:hover::before {
    background: #1eadd4;
}

.footer_border {
    border-bottom: 1px solid #000;
}

.bor {
    position: relative;
}

.bor::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background: #ffffff2b;
    top: 158px;
    left: 0;
}

.bor::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background: #3e2f4d;
    bottom: 94px;
    left: 0;
}

.footer_miditem p,
.footer_miditem a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding-left: 10px;
    padding-top: 45px;
    display: block;
}

.footer_miditem a img,
.footer_miditem p img{
    padding-right: 13px;
}

.footer_dwn p {
    color: #a3a3d7;
    font-size: 15px;
    font-weight: 400;
    padding-top: 65px;
}

.footer_dwn a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.get_intouch h2 {
    font-size: 25px;
    font-weight: 600;
    color: #460c84;
    padding-bottom: 20px;
}

/*== footer part css end ==*/

/*== billings part css start ==*/

.billing_part {
    background: url(../images/billing-details.html);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 1075px;
}

.bill_bg {
    background: url(../images/headerbg.html);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 155px;
    position: relative;
}

.bill_head {
    background: #1eadd5;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

.bill_head p {}

/*== billings part css end ==*/

/*== contact part csss start ==*/

.contact_top {
    background: url(../images/contact.html);
    background-position: bottom;
    height: 190px;
}

.contact_part,
.formation_part,
.services_part {
    background: #f7fdfe;
    position: relative;
}

.contact_item {
    background: #460c84;
    color: #fff;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 30px;
}

.contact_item p {
    padding-top: 25px;
    font-size: 16px;
    font-weight: 600;
}

.get_intouch,
.login_tab,
.payment {
    -webkit-box-shadow: 0 0 5px #B4B4B4;
    box-shadow: 0 0 5px #B4B4B4;
    padding: 84px 80px;
    margin: 33px 0 60px 0;
    background: #fff;
    border-radius: 5px;
}

#message {
    resize: none;
    margin-top: 24px;
    height: 100px;
    width: 100%;
    padding-left: 10px;
    border: 1px solid #BCBCBC;
    border-radius: 5px;
}

.get_intouch .button,
.login_tab .button,
.order_reg .button {
    height: 44px;
    display: inline;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    background: #1fadd4;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.get_intouch .button:hover,
.login_tab .button:hover {
    background: #1988a7;
}

.section_headingone h2,
.section_headingtwo h2 {
    font-size: 27px;
    font-weight: 600;
    color: #460c84;
    padding-top: 55px;
    padding-bottom: 20px;
}

.contact_text p {
    font-size: 19px;
    font-weight: 500;
    color: #55595b;
    padding: 40px 0;
    line-height: 40px;
}

/*== contact part csss end ==*/

/*== login part css start ==*/

.login_part,
.regestation_part{
    background: url(../images/billing-details.html);
    background-position: bottom;
    background-repeat: no-repeat;
}

.regestation_part .reg_form .form-control{
    width: 100%;
}

.login_tab {
    margin-top: 70px;
}

.login_tab h2 {
    font-size: 35px;
    font-weight: 800;
    color: #460c84;
    padding-bottom: 5px;
}

.login {
    margin-bottom: 30px !important;
}

.loginone {
    margin-bottom: 40px !important;
}

.form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 8px;
}

.form-check {
    margin: 10px 0 20px 0;
}

.login_tab p {
    font-size: 15px;
    font-weight: 600;
    color: #595959;
    padding-bottom: 40px;
}

.form-group i {
    padding-right: 3px;
    padding-left: 6px;
}

.login_part label {
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: 600;
    color: #303d4b;
}

.form-group span {
    color: red;
}

/*== login part css end ==*/

/*== services part css start ==*/

.services_item,
.services_item_three,
.services_item_two,
.services_item_recomaned {
    border: 1px solid #e7edf1;
    border-radius: 5px;
    position: relative;
}

.services_item_recomaned .ser_toptwo h2 {
    font-size: 14px;
    font-weight: 600;
    background: #460c84;
    color: #fff;
    width: 50%;
    height: 28px;
    text-align: center;
    line-height: 28px;
    margin-bottom: 0;
    position: absolute;
    top: -30px;
    left: 25%;
    -webkit-clip-path: polygon(11% 0, 89% 0, 100% 100%, 0% 100%);
    clip-path: polygon(11% 0, 89% 0, 100% 100%, 0% 100%);
}

.services_item {
    margin-top: 56px;
}

.services_item_two,
.services_item_three,
.services_item_recomaned {
    margin-top: 25px;
    margin-bottom: 54px;
    -webkit-transition: .5s;
    transition: .5s;
}

.services_item_three .ser_mid h4,
.services_item .ser_mid h4,
.services_item_recomaned .ser_mid h4 {
    font-size: 24px;
    font-weight: 600;
    color: #460c84;
    padding-top: 20px;
    line-height: 34px;
}

.services_item_recomaned .ser_mid h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding-top: 20px;
	line-height: 34px;
}

.services_item_recomaned .ser_mid {
    background: #460c84;
    padding: 30px 0;
}

.services_item_recomaned .ser_button {
    background: #460c84;
}

.services_item_recomaned .ser_button a {
    background: #fff;
    -webkit-box-shadow: 0 3px 1px #082f56;
    box-shadow: 0 3px 1px #082f56;
    color: #565678;
    -webkit-transition: .6s all ease;
    transition: .6s all ease;
}

.services_item_recomaned .ser_button a:hover {
    background: #1eaed3;
    color: #fff;
    -webkit-box-shadow: 0 3px 1px #fff;
    box-shadow: 0 3px 1px #fff;
}

.services_item_recomaned {
    -webkit-box-shadow: 0 3px 0 #1eaed3;
    box-shadow: 0 3px 0 #1eaed3;
    border-bottom: none;
}

.services_item .ser_top h2,
.services_item_three .ser_top h2,
.services_item_two .ser_top h2,
.services_item_recomaned .ser_top h2 {
    color: #460c84;
    font-size: 30px;
    font-weight: 700;
    padding: 20px;
}

.services_item .ser_top h2 span,
.services_item_three .ser_top h2 span,
.services_item_two .ser_top h2 span,
.services_item_recomaned .ser_top h2 span {
    color: #460c84;
    font-size: 18px;
    font-weight: 400;
    padding: 15px;
}

.services_item .ser_mid,
.services_item_two .ser_mid,
.services_item_three .ser_mid {
    background: #e7edf1;
    padding: 30px 0;
}

.services_item .ser_mid .sers_image,
.services_item_two .ser_mid .sers_image,
.services_item_three .ser_mid .sers_image,
.services_item_recomaned .ser_mid .sers_image {
    border: 1px solid #fff;
    height: 80px;
    width: 80px;
    display: inline-block;
    line-height: 76px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 5px -1px rgb(103, 105, 105);
}

.sers_image img{
	width: 60%;
}

.services_item .ser_mid h4,
.services_item_two .ser_mid h4 {
    font-size: 24px;
    font-weight: 600;
    color: #460c84;
    padding-top: 20px;
	line-height: 34px;
}

.services_item .ser_dwn p,
.services_item_three .ser_dwn p,
.services_item_two .ser_dwn p,
.services_item_recomaned .ser_dwn p {
    color: #646464;
    font-size: 14px;
    padding: 15px;
    line-height: 28px;
}

.services_item_two .ser_dwn p,
.services_item_three .ser_dwn p,
.services_item_recomaned .ser_dwn p {
    border-bottom: 1px solid #E7EDF1;
}

.highlight {
    color: #009688 !important;
    font-weight: 600;
}

.ser_dwn p i {
    padding-right: 5px;
}

.ser_button {
    background: #e7edf1;
    -webkit-transition: .5s;
    transition: .5s;
}

.ser_button a {
    height: 50px;
    width: 150px;
    display: inline-block;
    line-height: 52px;
    border-radius: 40px;
    background: #1eaed3;
    color: #fff;
    -webkit-box-shadow: 0 3px 1px #434568;
    box-shadow: 0 3px 0px #460c84;
    margin: 29px 0;
    -webkit-transition: .5s;
    transition: .5s;
}

.ser_button a:hover {
    background: #fff;
    -webkit-box-shadow: 0 3px 1px #082f56;
    box-shadow: 0 3px 1px #460c84;
    color: #460c84;
}

/*== services part css end ==*/

/*== portfolio part css start ==*/

.port_item img {
    width: 100%;
}

.port_img {
    position: relative;
    overflow: hidden;
}

.port_menu {
    margin: 50px 0 40px 0;
}

.port_menu ul li {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    background: #f7fdfe;
    color: #21aad6;
    height: 40px;
    line-height: 37px;
    width: 200px;
    border-radius: 30px;
    cursor: pointer;
    border: 1px solid #21aad6;
    margin: 0 20px;
}

.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(86, 81, 104, .8);
    bottom: -100%;
    left: 0;
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
}

.port_item:hover .overlay {
    opacity: 1;
    bottom: 0;
}

.over_text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.port_item p {
    display: inline-block;
    padding: 10px 23px;
    font-size: 16px;
    font-weight: 500;
    color: #460c84;
}

.port_button a {
    height: 55px;
    width: 160px;
    border: 1px solid #1eaed3;
    display: inline-block;
    line-height: 55px;
    border-radius: 40px;
    background: #1eaed3;
    color: #fff;
    -webkit-box-shadow: 0 3px 1px #434568;
    box-shadow: 0 3px 1px #434568;
    margin: 28px 0;
}

.over_text i {
    color: #0ebfef;
    font-size: 40px;
    padding-bottom: 20px;
}

.over_text h3 {
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}

.port_item {
    -webkit-box-shadow: 0 0px 5px #000;
    box-shadow: 0 0px 5px #000;
    padding: 4px;
    margin-bottom: 40px;
    border-radius: 5px;
}

.port_menu ul li:hover {
    background: #21aad6;
    color: #feffff;
    border: 1px solid #21aad6;
}

.port_menu ul li.active {
    height: 100%;
    width: 100%;
    text-align: center;
    display: inline;
    background: #21aad6;
    color: #f5f5f5;
    height: 40px;
    line-height: 37px;
    width: 200px;
    display: inline-block;
    border: 1px solid #21aad6;
}

/*== portfolio part css end ==*/

/*== video part css start ==*/

.video_part {
    background: #f7fdfe;
    padding-bottom: 35px;
}

.round {
    border: 1px solid #e7edf1;
    border-radius: 5px;
    padding: 20px;
    background: #f3fdff;
}

.video_footer p {
    color: #55595b;
    font-size: 16px;
    font-weight: 600;
}

.video_button a {
    height: 55px;
    width: 160px;
    border: 1px solid #460c84;
    display: inline-block;
    line-height: 55px;
    background: #460c84;
    color: #fff;
    -webkit-box-shadow: 0 3px 1px #1eaed3;
    box-shadow: 0 3px 1px #1eaed3;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
    border-radius: 5px;
}

.video_button a:hover {
    background: #1eaed3;
    color: #fff;
    -webkit-box-shadow: 0 3px 1px #434568;
    box-shadow: 0 3px 1px #460c84;
    border: 1px solid #1eaed3;
}

/*== video part css end ==*/

/*== order part css end ==*/

#order_part {
    padding: 30px 0;
}

.or {
    -webkit-box-shadow: 0 0 5px #B4B4B4;
    box-shadow: 0 0 5px #B4B4B4;
    background: #fff;
    padding: 70px 80px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.order_item {
    border: 1px solid #e5e5e5;
    padding: 30px 0 15px 0;
    background: #f7fdfe;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 1px #434568;
    box-shadow: 0 3px 1px #434568;
}

.order_item h2 {
    font-size: 20px;
    font-weight: 600;
    color: #3f3f5f;
    padding: 19px 0;
}

.order_icon i {
    color: #ffcc00;
    font-size: 20px;
    padding: 13px 0;
}

.order_item p {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 20px;
}

.order_item p span {
    color: #21aad6;
}

.order_right h2 {
    font-size: 20px;
    font-weight: 600;
    color: #3f3f5f;
    padding-bottom: 15px;
}

.order_right p {
    color: #55595b;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
}

.order_right p i {
    color: #21aad6;
    padding-right: 7px;
}

.order_button a {
    background: #f7fdfe;
    color: #21aad6;
    border: 1px solid #e5e5e5;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    border-radius: 10px;
    margin-top: 15px;
    width: 100%;
    line-height: 65px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.order_button a:hover{
    background: #f7fdfe;
}

.order_detailtwo p {
    color: #6a737d;
    font-size: 16px;
    font-weight: 600;
}

.order_info .form-control {
    width: 100%;
}

.order_button p {
    color: #460c84;
    font-size: 15px;
    text-align: center;
    padding-top: 8px;
}

.process_button {
    margin-top: 60px;
}

.process_button h2 {
    color: #303d4b;
    font-size: 16px;
    padding-bottom: 10px;
    text-align: left;
}

.process_button h2 span {
    color: #d80027;
}

.process_button button {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: #21aad6;
    padding: 14px 50px;
    display: inline-block;
    border-radius: 32px;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.process_button button:hover{
    background: #1988a7;
}

/*== order part css end ==*/

/*==  payment part csss start ==*/

.payment_text h2 {
    color: #460c84;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
}

.top_button .quantity {
    position: relative;
    height: 40px;
    display: block;
    margin-top: 12px;
}

.top_button input[type=number]::-webkit-inner-spin-button,
.top_button input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.top_button input[type=number] {
    -moz-appearance: textfield;
}

.top_button .quantity input {
    width: 47px;
    height: 47px;
    border: 2px solid #1eadd5;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    margin-top: -20px;
    background: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #444;
    font-size: 16px;
}

.top_button .quantity input:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.top_button .quantity-nav {
    float: left;
    position: absolute;
    height: 42px;
}

.top_button .quantity-button {
    position: relative;
    cursor: pointer;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 19px;
    font-weight: 400;
    color: #444;
    font-size: 20px;
}

.top_button .quantity-button.quantity-up {
    position: absolute;
    top: -47px;
    left: 138px;
    background: #72c9e1;
    color: #fff;
    font-size: 24px;
}

.top_button .quantity-button.quantity-down {
    position: absolute;
    left: 138px;
    top: -22px;
    font-size: 30px;
    line-height: 18px;
    display: block;
    background: #b5bac5;
    color: #fff;
}

.top_button .quantity .weight {
    margin-left: 100px;
    margin-right: 5px;
}

.pay_top {
    background: #1eadd5;
    border-radius: 5px;
    padding: 16px;
}

.pay_top h2 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.pay_toptwo h2,
.pay_toptwo a {
    color: #460c84;
    font-size: 16px;
    font-weight: 600;
    line-height: 52px;
}

.pay_toptwo {
    background: #f3fdff;
    margin-top: 5px;
    border-radius: 5px;
    padding: 15px;
}

.coupon_part h2 {
    color: #460c84;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
}

.pay_mid {
    margin-top: 25px;
}

.coupon_part a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    background: #460c84;
    height: 40px;
    display: inline-block;
    width: 52%;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    margin-top: 20px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.coupon_part a:hover{
    background: #1eadd5;
}

.payment .form-inline .form-group {
    margin-left: 0 !important;
}

.coupon_part .form-control {
    width: 70%;
    height: 42px;
}

.top_button {
    position: relative;
}

.top_button .control {
    height: 50px;
    width: 50px;
    text-align: center;
    border: 2px solid #1eadd5;
}

.top_icon i {
    position: absolute;
    top: 0;
    right: 75px;
    border: 1px solid #72c9e1;
    height: 22px;
    width: 22px;
    font-size: 14px;
    line-height: 22px;
    background: #72c9e1;
}

.top_icontwo i {
    position: absolute;
    top: 28px;
    right: 75px;
    border: 1px solid #b5bac5;
    height: 22px;
    width: 22px;
    font-size: 14px;
    line-height: 22px;
    background: #b5bac5;
}

.top_icon a,
.top_icontwo a {
    color: #fff;
}

.total-prie ul li {
    border-bottom: 1px solid #ddd;
    color: #460c84;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0;
}

.total-prie ul li span {
    float: right;
    color: #1eadd5;
}

.coupon_part .button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.coupon_part .button {
	height: 41px;
	width: 70px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 400;
	background: #1fadd4;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	margin-bottom: 0 !important;
}

.coupon_part .button:hover{
    background: #1988a7;
}

.pay_dwn {
    background: #f3fdff;
    text-align: center;
    padding: 45px 60px;
    margin-top: 40px;
    border-radius: 5px;
}

.pay_dwn p {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 30px;
    line-height: 32px;
}

.pay_type h4 {
    font-size: 18px;
    font-weight: 400;
    display: inline;
    padding-right: 20px;
    margin-left: 10px;
}

.pay_type span {
    font-size: 18px;
    font-weight: 400;
    padding-right: 15px;
}

/*==  payment part csss end ==*/

/*== billings details css start ==*/

.order_detail,
.order_detailtwo {
    padding: 40px 0 25px 0;
}

.order_detail h2 {
    font-size: 18px;
    font-weight: 600;
    color: #460c84;
}

.order_reg .button,
.payment_button a {
    width: 30%;
    margin-top: 30px;
    height: 55px;
    line-height: 57px;
    display: inline-block;
    background: #1fadd4;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.order_reg .or_form .form-control{
    width: 95%;
}

.order_reg .button:hover,
.payment_button a:hover{
    background: #1988a7;
}
.order_info{
	
    width: 46.99%;
    float: left;
    margin-left: 16px;
}
/*== billings details css end ==*/

.processed{
    width:auto;
    float:left;
}
.processed a{
    color:#fff;
    }
.processed a {
    color: #fff;
    text-align: center;
    background: #1eadd4;
    font-style: normal;
    border-bottom: 1px solid#450c84;
    box-shadow: 0 3px 0 #450c84;
    line-height: 15px;
    width: 190px;
    /* padding-top: 10px; */
    margin-top: 20px;
}
.sale_service{
    width:auto;
    float:left;
    }
    
.sale_i {
    width: auto;
    float: left;
    margin-left: 25px;
    margin-top: 21px;
}
.service_title{
    width:auto;
    float:left;
    }
.service_title p{
    font-size: 18px;
    color: #ff005a;
    text-align: left;
    padding-left: 10px;
    padding-top: 21px;
    line-height: 25px;
    }
    
.reg_price{
    margin-left:-10px;
    }
.reg_price {
    margin-left: -21px !important;
    position: relative;
    width: 100%;
}
 
 .all_check_list{
     width: auto;
     text-align: center;
     margin: 0 auto;
     display: table;
     overflow: hidden;
 }   
    

	
.check-box{
	height:auto;
	width:30px;
	float:left;
	margin-top: 4px;
	}
	
.check-box input{
	height:20px;
	width:20px;
	}
	
.agree{
	height:auto;
	width:auto;
	float:left;
	margin-top: 4px;
	}
	
.agree p{
	    color: #000000d9;
	font-size:16px;
	    margin-top: -3px;
	}
	
.agree p span a{
	color:#15a5ec;
	}
	.check_item{
	    width: auto;
	    margin-right: 10px;
	    float:left;
	    /* margin-top:20px; */
	        padding: 8px 0px;
	    }
	   .check_item:nth-child(1){
    margin-top:0px;
}

.check_item:nth-child(2){
    margin-top:0px;
}
    
.check_item_head{
    background: #f7fdfe;
    border: 1px solid #e5e5e5;
    padding:8px 0px;
    text-align:center;
    
        margin-bottom: 15px;
}
.check_item_head p{
    font-size:20px;
}

.ltd_name{
    margin-top:-15px;
}
    
.item_amount{
    width:auto;
    float:left;
    background: #f7fdfe;
    border: 1px solid #e5e5e5;
    border-radius:2px;
    padding:2px 5px;
    margin-left: 5px;
}
 

.child_top{
        background-color: #e7f4f7;
        padding: 8px;
        margin-top: 5px;
        overflow: hidden;
        font-size:13px;
        border-radius:5px;
}

.child_top:first-child{
    margin-top:10px;
}


.child_top_left{
    float:left;
    }

.child_top_right{
        float: right;
    width: 30%;
    text-align: right;
    }
    .child_top_right p{
            color: #460c84;
    }
    
    
 
    


.child_top_right p span{
    margin-left: 26%;
}

    

